@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
/* line 1, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 19, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

/* line 110, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 117, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 162, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 215, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 231, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 458, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 465, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 552, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* line 7, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-button {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="#f5c86c" d="M2 2h8v8H2z"/><path fill="#f56c6c" d="M12 2h8v8h-8z"/><path fill="#f46ac6" d="M22 2h8v8h-8z"/><path fill="#c3f167" d="M2 12h8v8H2z"/><path fill="#f3f3f3" d="M12 12h8v8h-8z"/><path fill="#c76cf5" d="M22 12h8v8h-8z"/><path fill="#69e369" d="M2 22h8v8H2z"/><path fill="#6bc6f4" d="M12 22h8v8h-8z"/><path fill="#6b6bf5" d="M22 22h8v8h-8z"/><path d="M9 3v6H3V3h6m1-1H2v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zM9 13v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zM9 23v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8z" opacity=".25"/></svg>') center center no-repeat;
  background-size: cover;
  /*background: url(/palette-color-picker-icon.svg) center center no-repeat;*/
  cursor: pointer;
  box-shadow: 0 0 0 1px #bbb;
  /*outline: 1px solid $cpfp-border;*/
  border: 2px solid #fff;
}

/* line 24, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble {
  display: none;
  margin: 12px 0;
  position: absolute;
  bottom: 100%;
  width: 220px;
  padding: 10px 8px 8px 8px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #fff;
}

/* line 36, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble:after, .palette-color-picker-bubble:before {
  top: 100%;
  left: 14px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 47, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

/* line 53, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble:before {
  border-color: transparent;
  border-top-color: #bbb;
  border-width: 9px;
  margin-left: -9px;
}

/* line 61, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside {
  bottom: auto;
  top: 100%;
}

/* line 66, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after, .palette-color-picker-bubble.downside:before {
  top: auto;
  bottom: 100%;
}

/* line 70, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
}

/* line 74, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside:before {
  border-top-color: transparent;
  border-bottom-color: #bbb;
}

/* line 80, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch {
  position: relative;
  display: inline-block;
  font: 0/0 a;
  width: 12.66%;
  padding-top: 11.00%;
  margin: 1% 2%;
  outline: 1px solid #bbb;
  border: 2px solid #fff;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}

/* line 94, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.active {
  outline-color: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

/* line 102, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear {
  background-color: #fff;
}

/* line 104, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear:before {
  position: absolute;
  content: '';
  display: block;
  top: -1px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #e00;
  transform-origin: 0 0;
  transform: rotate(45deg);
}

/* line 122, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch {
  width: 29.30%;
  padding-top: 11.00%;
  margin: 1% 2%;
}

/* line 127, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch.clear:before {
  transform: rotate(22.5deg);
}

/* line 136, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch {
  width: 96.2%;
  padding-top: 11.00%;
  margin: 1% 2%;
}

/* line 140, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch.clear {
  width: 12.66%;
}

/* line 147, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.force-left {
  left: -178px;
}

/* line 149, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.force-left:after, .palette-color-picker-bubble.force-left:before {
  left: 188px;
}

/* line 2, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/numeric-range-filter.scss */
.filter_numeric_range_filter input[type=number] {
  width: 96px;
  padding-right: 0;
}

/* line 7, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/numeric-range-filter.scss */
.filter_numeric_range_filter .separator {
  display: inline-block;
  width: 12px;
  text-align: center;
}

/* line 2, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker-filter.scss */
.filter_date_time_picker_filter li {
  list-style: none;
  margin-bottom: 5px;
}

/* line 5, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker-filter.scss */
.filter_date_time_picker_filter li label {
  display: none;
}

/* line 1, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/color-picker.scss */
.palette-color-picker-bubble {
  padding: 14px 0 14px 16px;
  z-index: 10;
}

/* line 2, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker.scss */
input.date-time-picker-input[type=text] {
  width: 110px;
}

/* line 1, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/select2.scss */
.select2-search__field {
  line-height: 20px;
}

/* line 4, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container {
  display: inline-block;
  width: 80%;
}

/* line 8, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container .selected-item {
  height: 25px;
}

/* line 13, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item {
  display: table;
  cursor: pointer;
}

/* line 17, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item::before {
  color: #aaa;
  content: '\2716\00a0\00a0';
}

/* line 23, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item:hover::before {
  color: #333;
}

/* line 10, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container {
  text-align: center;
}

/* line 13, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch {
  cursor: pointer;
  background: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  width: 40px;
  height: 16px;
  display: inline-block;
  position: relative;
}

/* line 25, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch::before {
  content: '';
  background: #fff;
  background-image: linear-gradient(180deg, #fff, #dfe1e2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  display: inline-block;
  width: 20px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 2px;
  transition: all .25s linear;
  transform: translateX(0);
}

/* line 43, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch.on {
  background: #4dbcff;
  background-image: linear-gradient(180deg, #4dbcff, #2f749e);
}

/* line 47, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch.on::before {
  left: calc(100% - 23px);
}

/* line 1, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container {
  max-width: 125px;
  max-height: 50px;
}

/* line 5, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag {
  height: 28px;
  width: 125px;
}

/* line 9, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag .status_tag {
  cursor: pointer;
}

/* line 14, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-hidden {
  display: none;
}

/* line 18, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .select-container-hidden {
  display: none;
}

/* line 22, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-select {
  width: 100%;
  height: 100%;
}

/* line 28, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.select2-container {
  margin: 0;
}

/* line 17, ../usr/local/bundle/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/all.scss */
li.error .select2-selection {
  border-color: #932419;
}

/* Active Admin CSS */
/*! 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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/_normalize.scss */
[hidden] {
  display: none;
}

/* line 27, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
html {
  font-size: 100.01%;
}

/* line 28, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/_typography.scss */
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 39, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/_typography.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* line 45, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
p {
  margin: 0 0 1.5em;
}

/* line 48, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/app/assets/stylesheets/active_admin/_typography.scss */
.left {
  float: left !important;
}

/* line 53, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
.right {
  float: right !important;
}

/* line 55, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/_typography.scss */
strong, dfn {
  font-weight: bold;
}

/* line 57, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
em, dfn {
  font-style: italic;
}

/* line 58, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
sup, sub {
  line-height: 0;
}

/* line 60, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
}

/* line 62, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/_typography.scss */
del {
  color: #666;
}

/* line 65, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 66, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/_typography.scss */
li ul,
li ol {
  margin: 0;
}

/* line 71, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/_typography.scss */
ul {
  list-style-type: disc;
}

/* line 74, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
ol {
  list-style-type: decimal;
}

/* line 76, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 77, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
dl dt {
  font-weight: bold;
}

/* line 78, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
dd {
  margin-left: 1.5em;
}

/* line 81, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 82, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
th {
  font-weight: bold;
}

/* line 83, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
thead th {
  background: #c3d9ff;
}

/* line 84, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
th, td, caption {
  padding: 4px 10px 4px 5px;
}

/* line 87, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/app/assets/stylesheets/active_admin/_typography.scss */
.hide {
  display: none;
}

/* line 91, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
.quiet {
  color: #666;
}

/* line 92, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
.loud {
  color: #000;
}

/* line 93, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
.highlight {
  background: #ff0;
}

/* line 94, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
.added {
  background: #060;
  color: #fff;
}

/* line 95, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
.removed {
  background: #900;
  color: #fff;
}

/* line 97, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
.first {
  margin-left: 0;
  padding-left: 0;
}

/* line 98, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
.last {
  margin-right: 0;
  padding-right: 0;
}

/* line 99, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
.top {
  margin-top: 0;
  padding-top: 0;
}

/* line 100, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_typography.scss */
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 2, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a {
  text-decoration: none;
}

/* line 29, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a:hover {
  color: #fff;
}

/* line 34, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 img {
  position: relative;
  top: -2px;
}

/* line 40, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header a, #header a:link {
  color: #cdcdcd;
}

/* line 42, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs li:hover > ul {
  display: block;
}

/* line 60, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/_header.scss */
#header #tabs {
  width: 100%;
}

/* line 171, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a {
  text-decoration: none;
}

/* line 181, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a:hover {
  color: #fff;
}

/* line 183, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav li {
  display: inline;
}

/* line 4, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker a {
  text-decoration: none;
}

/* line 14, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker a:hover {
  cursor: pointer;
}

/* line 19, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr td {
  vertical-align: top;
}

/* line 8, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr th {
  text-align: left;
}

/* line 15, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table {
  margin-top: 5px;
}

/* line 68, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table {
  overflow: hidden;
}

/* line 85, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.even {
  background: #f4f5f5;
}

/* line 86, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.odd {
  background: #ecedee;
}

/* line 87, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.sidebar_section .attributes_table th {
  width: 50px;
}

/* line 2, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog li {
  margin: 10px 0;
}

/* line 21, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog label {
  margin-right: 10px;
}

/* line 23, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane button {
  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;
  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;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child {
  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;
  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;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

/* line 16, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu {
  display: inline;
}

/* line 4, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button {
  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;
  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;
  position: relative;
  padding-right: 22px !important;
  cursor: pointer;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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 10, ../usr/local/bundle/gems/activeadmin-3.2.0/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 22, ../usr/local/bundle/gems/activeadmin-3.2.0/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 35, ../usr/local/bundle/gems/activeadmin-3.2.0/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 51, ../usr/local/bundle/gems/activeadmin-3.2.0/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 65, ../usr/local/bundle/gems/activeadmin-3.2.0/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 78, ../usr/local/bundle/gems/activeadmin-3.2.0/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 93, ../usr/local/bundle/gems/activeadmin-3.2.0/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 106, ../usr/local/bundle/gems/activeadmin-3.2.0/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 110, ../usr/local/bundle/gems/activeadmin-3.2.0/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 120, ../usr/local/bundle/gems/activeadmin-3.2.0/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 126, ../usr/local/bundle/gems/activeadmin-3.2.0/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 134, ../usr/local/bundle/gems/activeadmin-3.2.0/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 141, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
  border: none;
}

/* line 142, ../usr/local/bundle/gems/activeadmin-3.2.0/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 2, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns {
  clear: both;
  padding: 0;
}

/* line 8, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns .column {
  float: left;
}

/* line 1, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/components/_links.scss */
a:hover {
  text-decoration: none;
}

/* line 1, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.paginated_collection_contents {
  clear: both;
}

/* line 5, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination a {
  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;
  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;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination span.page.current {
  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;
  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;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information b {
  color: #5c6469;
}

/* line 32, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.download_links {
  float: left;
}

/* line 36, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_per_page select {
  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;
  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: 0px;
  padding: 1px 5px;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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 47, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.comments .pagination {
  float: left;
  margin-bottom: 30px;
}

/* line 51, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.comments .pagination_information {
  float: left;
  color: #000;
}

/* line 2, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > h3 .header_action {
  float: right;
}

/* line 35, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_columns.scss */
.columns {
  margin-bottom: 10px;
}

/* line 3, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.yes {
  background: #6090DB;
}

/* line 10, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.no {
  background: grey;
}

/* line 1, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools {
  margin-bottom: 16px;
}

/* line 2, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools .dropdown_menu {
  float: left;
}

/* line 10, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button, .table_tools .dropdown_menu_button {
  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;
  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;
  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 12, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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 19, ../usr/local/bundle/gems/activeadmin-3.2.0/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 23, ../usr/local/bundle/gems/activeadmin-3.2.0/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 31, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 36, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li {
  float: left;
}

/* line 39, ../usr/local/bundle/gems/activeadmin-3.2.0/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 44, ../usr/local/bundle/gems/activeadmin-3.2.0/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 50, ../usr/local/bundle/gems/activeadmin-3.2.0/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 56, ../usr/local/bundle/gems/activeadmin-3.2.0/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 61, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes {
  float: right;
}

/* line 5, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li a {
  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;
  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;
  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 12, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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 40, ../usr/local/bundle/gems/activeadmin-3.2.0/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 47, ../usr/local/bundle/gems/activeadmin-3.2.0/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 52, ../usr/local/bundle/gems/activeadmin-3.2.0/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 60, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out {
  background: #e8e9ea;
}

/* line 4, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login {
  /* Login Form */
}

/* line 27, ../usr/local/bundle/gems/activeadmin-3.2.0/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 31, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset li {
  padding: 10px 0;
}

/* line 33, ../usr/local/bundle/gems/activeadmin-3.2.0/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 36, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#footer p {
  padding-top: 10px;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
.index_content {
  clear: both;
}

/* line 1, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#wrapper {
  width: 100%;
}

/* line 5, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
.index #wrapper {
  display: table;
}

/* line 9, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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 {
  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;
  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;
  padding: 12px 17px 10px;
  margin: 0px;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/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.0/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.0/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);
}

@font-face {
  font-family: "Cera Pro";
  src: url(/assets/cera-pro-regular-3f27e04eb6d278a6c2c8e0e482ca208ea497d24334341a2d62af476374faccd6.otf);
  font-weight: 400;
}

@font-face {
  font-family: "Cera Pro";
  src: url(/assets/cera-pro-medium-9f7c8961673c7e768be5e782337c4f995043d6621e4b9f1d9f36d5aaf05fe89a.otf);
  font-weight: 500;
}

@font-face {
  font-family: "Cera Pro";
  src: url(/assets/cera-pro-bold-65444f8f82b2583982e13a8a9b4459716b3237c7296e2e102e76327731058bb0.otf);
  font-weight: 700;
}

/* line 68, app/assets/stylesheets/active_admin.scss */
body {
  line-height: 1.5;
  font-size: 72%;
  font-family: "Cera Pro" !important;
  background: var(--background-main);
  color: var(--text-color);
  min-width: 1000px;
}

/* line 76, app/assets/stylesheets/active_admin.scss */
body.app_legal_files, body.app_calendar, body.app_templates {
  min-width: 1100px;
}

/* line 83, app/assets/stylesheets/active_admin.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: var(--text-color);
}

/* line 93, app/assets/stylesheets/active_admin.scss */
h1,
h2 {
  font-weight: 300;
}

/* line 98, app/assets/stylesheets/active_admin.scss */
h2 {
  font-weight: 300;
}

/* line 102, app/assets/stylesheets/active_admin.scss */
h3,
h4 {
  font-weight: 400;
}

/* line 107, app/assets/stylesheets/active_admin.scss */
h5,
h6 {
  font-weight: 500;
}

/* line 112, app/assets/stylesheets/active_admin.scss */
.body_text {
  color: var(--text-color);
}

/* line 118, app/assets/stylesheets/active_admin.scss */
.table_actions a.member_link {
  margin-right: 7px;
  white-space: nowrap;
}

/* line 2, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form,
.logged_out form {
  /* Reset margins & Padding */
  /* Nested Fieldsets and Legends */
  /* Text Fields */
  /* semantic_errors */
  /* Buttons */
}

/* line 4, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form ul, .sidebar form ol, .sidebar form li, .sidebar form fieldset, .sidebar form legend, .sidebar form input, .sidebar form textarea, .sidebar form select, .sidebar form p,
.logged_out form ul,
.logged_out form ol,
.logged_out form li,
.logged_out form fieldset,
.logged_out form legend,
.logged_out form input,
.logged_out form textarea,
.logged_out form select,
.logged_out form p {
  margin: 0;
  padding: 0;
}

/* line 5, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form ol, .sidebar form ul,
.logged_out form ol,
.logged_out form ul {
  list-style: none;
}

/* line 7, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset,
.logged_out form fieldset {
  border: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset.inputs,
.logged_out form fieldset.inputs {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
}

/* line 14, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset legend,
.logged_out form fieldset legend {
  width: 100%;
}

/* line 16, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset legend span,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset ol > li,
.logged_out form fieldset ol > li {
  padding: 10px;
}

/* line 21, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset ol > li label,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset ol > li label abbr,
.logged_out form fieldset ol > li label abbr {
  border: none;
  color: #aaa;
}

/* line 35, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset ol > li.has_many_container,
.logged_out form fieldset ol > li.has_many_container {
  padding: 20px 10px;
}

/* line 37, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset ol > li.has_many_container h3,
.logged_out form fieldset ol > li.has_many_container h3 {
  font-size: 12px;
  font-weight: bold;
}

/* line 41, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset ol > li.has_many_container .has_many_fields,
.logged_out form fieldset ol > li.has_many_container .has_many_fields {
  margin: 10px 0;
}

/* line 44, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset ol > li > li label,
.logged_out form fieldset ol > li > li label {
  line-height: 100%;
  padding-top: 0;
}

/* line 47, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset ol > li > li label input,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form .has_many_fields,
.logged_out form .has_many_fields {
  position: relative;
}

/* line 59, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form .has_many_container .handle,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form .has_many_container.ui-sortable .has_many_container,
.logged_out form .has_many_container.ui-sortable .has_many_container {
  margin-right: 2em;
}

/* line 75, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form .ui-sortable input[type=text], .sidebar form .ui-sortable input[type=password], .sidebar form .ui-sortable input[type=email], .sidebar form .ui-sortable input[type=number], .sidebar form .ui-sortable input[type=url], .sidebar form .ui-sortable input[type=tel], .sidebar form .ui-sortable textarea,
.logged_out form .ui-sortable input[type=text],
.logged_out form .ui-sortable input[type=password],
.logged_out form .ui-sortable input[type=email],
.logged_out form .ui-sortable input[type=number],
.logged_out form .ui-sortable input[type=url],
.logged_out form .ui-sortable input[type=tel],
.logged_out form .ui-sortable textarea {
  width: calc(80% - 22px - 2em - 1px);
}

/* line 83, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li fieldset,
.logged_out form fieldset > ol > li fieldset {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

/* line 88, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li fieldset:not(.inputs) ol,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li fieldset:not(.inputs) ol li,
.logged_out form fieldset > ol > li fieldset:not(.inputs) ol li {
  padding: 0;
  border: 0;
}

/* line 100, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li fieldset.inputs ol,
.logged_out form fieldset > ol > li fieldset.inputs ol {
  float: left;
  width: 100%;
  margin: 0;
}

/* line 109, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form input[type=text],
.sidebar form input[type=password],
.sidebar form input[type=email],
.sidebar form input[type=number],
.sidebar form input[type=url],
.sidebar form input[type=tel],
.sidebar form input[type=date],
.sidebar form input[type=time],
.sidebar form textarea,
.logged_out form input[type=text],
.logged_out form input[type=password],
.logged_out form input[type=email],
.logged_out form input[type=number],
.logged_out form input[type=url],
.logged_out form input[type=tel],
.logged_out form input[type=date],
.logged_out form input[type=time],
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form input[type=text]:focus,
.sidebar form input[type=password]:focus,
.sidebar form input[type=email]:focus,
.sidebar form input[type=number]:focus,
.sidebar form input[type=url]:focus,
.sidebar form input[type=tel]:focus,
.sidebar form input[type=date]:focus,
.sidebar form input[type=time]:focus,
.sidebar form textarea:focus,
.logged_out form input[type=text]:focus,
.logged_out form input[type=password]:focus,
.logged_out form input[type=email]:focus,
.logged_out form input[type=number]:focus,
.logged_out form input[type=url]:focus,
.logged_out form input[type=tel]:focus,
.logged_out form input[type=date]:focus,
.logged_out form input[type=time]:focus,
.logged_out form textarea:focus {
  border: 1px solid #99a2aa;
  box-shadow: 0 0 4px #99a2aa;
}

/* line 132, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form input[type=date],
.logged_out form input[type=date] {
  width: calc(100% - 22px);
}

/* line 136, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li p.inline-hints,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.date_select fieldset ol li, .sidebar form fieldset > ol > li.time_select fieldset ol li, .sidebar form fieldset > ol > li.datetime_select fieldset ol li,
.logged_out form fieldset > ol > li.date_select fieldset ol li,
.logged_out form fieldset > ol > li.time_select fieldset ol li,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.date_select fieldset ol li label, .sidebar form fieldset > ol > li.time_select fieldset ol li label, .sidebar form fieldset > ol > li.datetime_select fieldset ol li label,
.logged_out form fieldset > ol > li.date_select fieldset ol li label,
.logged_out form fieldset > ol > li.time_select fieldset ol li label,
.logged_out form fieldset > ol > li.datetime_select fieldset ol li label {
  display: none;
}

/* line 151, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.date_select fieldset ol li input, .sidebar form fieldset > ol > li.time_select fieldset ol li input, .sidebar form fieldset > ol > li.datetime_select fieldset ol li input,
.logged_out form fieldset > ol > li.date_select fieldset ol li input,
.logged_out form fieldset > ol > li.time_select fieldset ol li input,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.check_boxes fieldset ol, .sidebar form fieldset > ol > li.radio fieldset ol,
.logged_out form fieldset > ol > li.check_boxes fieldset ol,
.logged_out form fieldset > ol > li.radio fieldset ol {
  margin-bottom: -0.6em;
}

/* line 159, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.check_boxes fieldset ol li, .sidebar form fieldset > ol > li.radio fieldset ol li,
.logged_out form fieldset > ol > li.check_boxes fieldset ol li,
.logged_out form fieldset > ol > li.radio fieldset ol li {
  margin: 0.1em 0 0.5em 0;
}

/* line 161, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.check_boxes fieldset ol li label, .sidebar form fieldset > ol > li.radio fieldset ol li label,
.logged_out form fieldset > ol > li.check_boxes fieldset ol li label,
.logged_out form fieldset > ol > li.radio fieldset ol li label {
  float: none;
  width: 100%;
}

/* line 164, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.check_boxes fieldset ol li label input, .sidebar form fieldset > ol > li.radio fieldset ol li label input,
.logged_out form fieldset > ol > li.check_boxes fieldset ol li label input,
.logged_out form fieldset > ol > li.radio fieldset ol li label input {
  margin-right: 0.2em;
}

/* line 171, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.boolean,
.logged_out form fieldset > ol > li.boolean {
  min-height: 1.1em;
}

/* line 173, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.boolean label,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.boolean label input,
.logged_out form fieldset > ol > li.boolean label input {
  margin: 0 0.5em 0 0.2em;
}

/* line 184, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.hidden,
.logged_out form fieldset > ol > li.hidden {
  padding: 0;
}

/* line 189, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li p.inline-errors,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li ul.errors,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li ul.errors li,
.logged_out form fieldset > ol > li ul.errors li {
  padding: 0;
  border: none;
  display: list-item;
}

/* line 202, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset > ol > li.error input[type=text], .sidebar form fieldset > ol > li.error input[type=password], .sidebar form fieldset > ol > li.error input[type=email], .sidebar form fieldset > ol > li.error input[type=number], .sidebar form fieldset > ol > li.error input[type=url], .sidebar form fieldset > ol > li.error input[type=tel], .sidebar form fieldset > ol > li.error textarea,
.logged_out form fieldset > ol > li.error input[type=text],
.logged_out form fieldset > ol > li.error input[type=password],
.logged_out form fieldset > ol > li.error input[type=email],
.logged_out form fieldset > ol > li.error input[type=number],
.logged_out form fieldset > ol > li.error input[type=url],
.logged_out form fieldset > ol > li.error input[type=tel],
.logged_out form fieldset > ol > li.error textarea {
  border: 1px solid #932419;
}

/* line 209, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form ul.errors,
.logged_out 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.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form ul.errors li,
.logged_out form ul.errors li {
  margin-left: 15px;
  padding: 0;
  border: none;
  display: list-item;
}

/* line 222, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form input[type=submit], .sidebar form input[type=button], .sidebar form button,
.logged_out form input[type=submit],
.logged_out form input[type=button],
.logged_out form button {
  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;
  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;
  cursor: pointer;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar form input.disabled[type=submit], .sidebar form input.disabled[type=button], .sidebar form button.disabled,
.logged_out form input.disabled[type=submit],
.logged_out form input.disabled[type=button],
.logged_out form button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar form input[type=submit]:not(.disabled):hover, .sidebar form input[type=button]:not(.disabled):hover, .sidebar form button:not(.disabled):hover,
.logged_out form input[type=submit]:not(.disabled):hover,
.logged_out form input[type=button]:not(.disabled):hover,
.logged_out form button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

/* line 33, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar form input[type=submit]:not(.disabled):active, .sidebar form input[type=button]:not(.disabled):active, .sidebar form button:not(.disabled):active,
.logged_out form input[type=submit]:not(.disabled):active,
.logged_out form input[type=button]:not(.disabled):active,
.logged_out 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 228, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form .buttons, .sidebar form .actions,
.logged_out form .buttons,
.logged_out form .actions {
  margin-top: 15px;
}

/* line 230, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form .buttons input[type=submit], .sidebar form .buttons input[type=button], .sidebar form .buttons button, .sidebar form .actions input[type=submit], .sidebar form .actions input[type=button], .sidebar form .actions button,
.logged_out form .buttons input[type=submit],
.logged_out form .buttons input[type=button],
.logged_out form .buttons button,
.logged_out form .actions input[type=submit],
.logged_out form .actions input[type=button],
.logged_out form .actions button {
  margin-right: 10px;
}

/* line 233, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form .actions .create_another,
.logged_out form .actions .create_another {
  float: none;
  margin-bottom: 10px;
}

/* line 237, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form .actions .create_another label,
.logged_out form .actions .create_another label {
  float: none;
  display: inline;
}

/* line 243, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset.buttons li, .sidebar form fieldset.actions li,
.logged_out form fieldset.buttons li,
.logged_out form fieldset.actions li {
  float: left;
  padding: 0;
}

/* line 247, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form fieldset.buttons li.cancel a, .sidebar form fieldset.actions li.cancel a,
.logged_out form fieldset.buttons li.cancel a,
.logged_out form fieldset.actions li.cancel a {
  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;
  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;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar form fieldset.buttons li.cancel a.disabled, .sidebar form fieldset.actions li.cancel a.disabled,
.logged_out form fieldset.buttons li.cancel a.disabled,
.logged_out form fieldset.actions li.cancel a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar form fieldset.buttons li.cancel a:not(.disabled):hover, .sidebar form fieldset.actions li.cancel a:not(.disabled):hover,
.logged_out form fieldset.buttons li.cancel a:not(.disabled):hover,
.logged_out 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.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar form fieldset.buttons li.cancel a:not(.disabled):active, .sidebar form fieldset.actions li.cancel a:not(.disabled):active,
.logged_out form fieldset.buttons li.cancel a:not(.disabled):active,
.logged_out 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 255, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar .sidebar_section label,
.logged_out .sidebar_section label {
  display: block;
  text-transform: uppercase;
  color: #5E6469;
  font-size: 0.9em;
  font-weight: bold;
}

/* line 263, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar .sidebar_section select,
.logged_out .sidebar_section select {
  width: 240px;
}

/* line 267, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar .sidebar_section input[type=text], .sidebar .sidebar_section input[type=password], .sidebar .sidebar_section input[type=email], .sidebar .sidebar_section input[type=url], .sidebar .sidebar_section input[type=tel], .sidebar .sidebar_section textarea,
.logged_out .sidebar_section input[type=text],
.logged_out .sidebar_section input[type=password],
.logged_out .sidebar_section input[type=email],
.logged_out .sidebar_section input[type=url],
.logged_out .sidebar_section input[type=tel],
.logged_out .sidebar_section textarea {
  width: 220px;
}

/* line 276, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form.filter_form .filter_form_field,
.logged_out form.filter_form .filter_form_field {
  margin-bottom: 10px;
  clear: both;
}

/* line 281, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form.filter_form .filter_form_field.select_and_search input[type=text],
.logged_out form.filter_form .filter_form_field.select_and_search input[type=text] {
  margin-left: 16px;
  width: 88px;
}

/* line 285, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form.filter_form .filter_form_field.select_and_search select,
.logged_out form.filter_form .filter_form_field.select_and_search select {
  width: 108px;
}

/* line 291, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form.filter_form .filter_form_field.filter_check_boxes label,
.logged_out form.filter_form .filter_form_field.filter_check_boxes label {
  margin-bottom: 3px;
}

/* line 292, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form.filter_form .filter_form_field.filter_check_boxes fieldset,
.logged_out form.filter_form .filter_form_field.filter_check_boxes fieldset {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* line 296, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label,
.logged_out 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 301, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input,
.logged_out form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {
  vertical-align: baseline;
}

/* line 306, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form.filter_form .filter_form_field.filter_date_range input[type=text],
.logged_out form.filter_form .filter_form_field.filter_date_range input[type=text] {
  width: 114px;
}

/* line 309, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form.filter_form .filter_form_field.filter_date_range input[type=text] + input,
.logged_out form.filter_form .filter_form_field.filter_date_range input[type=text] + input {
  margin-left: 6px;
}

/* line 315, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar form.filter_form a.clear_filters_btn,
.logged_out form.filter_form a.clear_filters_btn {
  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;
  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;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar form.filter_form a.clear_filters_btn.disabled,
.logged_out form.filter_form a.clear_filters_btn.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar form.filter_form a.clear_filters_btn:not(.disabled):hover,
.logged_out 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.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar form.filter_form a.clear_filters_btn:not(.disabled):active,
.logged_out 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 1, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
.sidebar a.member_link,
.logged_out a.member_link {
  margin-right: 7px;
  white-space: nowrap;
}

/* line 6, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
.sidebar a.button, .sidebar a.button:link, .sidebar a.button:visited, .sidebar input[type=submit], .sidebar input[type=button], .sidebar button,
.logged_out a.button,
.logged_out a.button:link,
.logged_out a.button:visited,
.logged_out input[type=submit],
.logged_out input[type=button],
.logged_out button {
  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;
  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;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar a.button.disabled, .sidebar a.button.disabled:link, .sidebar a.button.disabled:visited, .sidebar input.disabled[type=submit], .sidebar input.disabled[type=button], .sidebar button.disabled,
.logged_out a.button.disabled,
.logged_out a.button.disabled:link,
.logged_out a.button.disabled:visited,
.logged_out input.disabled[type=submit],
.logged_out input.disabled[type=button],
.logged_out button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar a.button:not(.disabled):hover, .sidebar a.button:link:not(.disabled):hover, .sidebar a.button:visited:not(.disabled):hover, .sidebar input[type=submit]:not(.disabled):hover, .sidebar input[type=button]:not(.disabled):hover, .sidebar button:not(.disabled):hover,
.logged_out a.button:not(.disabled):hover,
.logged_out a.button:link:not(.disabled):hover,
.logged_out a.button:visited:not(.disabled):hover,
.logged_out input[type=submit]:not(.disabled):hover,
.logged_out input[type=button]:not(.disabled):hover,
.logged_out button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

/* line 33, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.sidebar a.button:not(.disabled):active, .sidebar a.button:link:not(.disabled):active, .sidebar a.button:visited:not(.disabled):active, .sidebar input[type=submit]:not(.disabled):active, .sidebar input[type=button]:not(.disabled):active, .sidebar button:not(.disabled):active,
.logged_out a.button:not(.disabled):active,
.logged_out a.button:link:not(.disabled):active,
.logged_out a.button:visited:not(.disabled):active,
.logged_out input[type=submit]:not(.disabled):active,
.logged_out input[type=button]:not(.disabled):active,
.logged_out 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);
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
/* line 14, app/assets/stylesheets/tailwind.css */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
/* line 24, app/assets/stylesheets/tailwind.css */
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
/* line 35, app/assets/stylesheets/tailwind.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
/* line 51, app/assets/stylesheets/tailwind.css */
body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/* line 59, app/assets/stylesheets/tailwind.css */
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
/* line 82, app/assets/stylesheets/tailwind.css */
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
/* line 98, app/assets/stylesheets/tailwind.css */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
/* line 107, app/assets/stylesheets/tailwind.css */
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
/* line 117, app/assets/stylesheets/tailwind.css */
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/
/* line 137, app/assets/stylesheets/tailwind.css */
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
/* line 145, app/assets/stylesheets/tailwind.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 153, app/assets/stylesheets/tailwind.css */
sub {
  bottom: -0.25em;
}

/* line 157, app/assets/stylesheets/tailwind.css */
sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
/* line 171, app/assets/stylesheets/tailwind.css */
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
/* line 188, app/assets/stylesheets/tailwind.css */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
/* line 208, app/assets/stylesheets/tailwind.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
/* line 218, app/assets/stylesheets/tailwind.css */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
/* line 229, app/assets/stylesheets/tailwind.css */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
/* line 238, app/assets/stylesheets/tailwind.css */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
/* line 247, app/assets/stylesheets/tailwind.css */
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
/* line 255, app/assets/stylesheets/tailwind.css */
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
/* line 263, app/assets/stylesheets/tailwind.css */
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
/* line 271, app/assets/stylesheets/tailwind.css */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
/* line 281, app/assets/stylesheets/tailwind.css */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
/* line 292, app/assets/stylesheets/tailwind.css */
::-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 301, app/assets/stylesheets/tailwind.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
/* line 317, app/assets/stylesheets/tailwind.css */
summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
/* line 331, app/assets/stylesheets/tailwind.css */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

/* line 347, app/assets/stylesheets/tailwind.css */
button {
  background-color: transparent;
  background-image: none;
}

/* line 352, app/assets/stylesheets/tailwind.css */
fieldset {
  margin: 0;
  padding: 0;
}

/* line 357, app/assets/stylesheets/tailwind.css */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
/* line 375, app/assets/stylesheets/tailwind.css */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
/* line 387, app/assets/stylesheets/tailwind.css */
body {
  font-family: inherit;
  line-height: inherit;
}

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

/*
 * Ensure horizontal rules are visible by default
 */
/* line 435, app/assets/stylesheets/tailwind.css */
hr {
  border-top-width: 1px;
}

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

/* line 453, app/assets/stylesheets/tailwind.css */
textarea {
  resize: vertical;
}

/* line 457, app/assets/stylesheets/tailwind.css */
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

/* line 462, app/assets/stylesheets/tailwind.css */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

/* line 467, app/assets/stylesheets/tailwind.css */
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

/* line 473, app/assets/stylesheets/tailwind.css */
button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
/* line 486, app/assets/stylesheets/tailwind.css */
:-moz-focusring {
  outline: auto;
}

/* line 490, app/assets/stylesheets/tailwind.css */
table {
  border-collapse: collapse;
}

/* line 494, app/assets/stylesheets/tailwind.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
/* line 509, app/assets/stylesheets/tailwind.css */
a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
/* line 522, app/assets/stylesheets/tailwind.css */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
/* line 539, app/assets/stylesheets/tailwind.css */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
/* line 584, app/assets/stylesheets/tailwind.css */
img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
/* line 594, app/assets/stylesheets/tailwind.css */
[hidden] {
  display: none;
}

/* line 598, app/assets/stylesheets/tailwind.css */
*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

/* line 603, app/assets/stylesheets/tailwind.css */
.form-input, .form-textarea, .form-select, .form-multiselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

/* line 620, app/assets/stylesheets/tailwind.css */
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

/* line 633, app/assets/stylesheets/tailwind.css */
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

/* line 638, app/assets/stylesheets/tailwind.css */
.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

/* line 643, app/assets/stylesheets/tailwind.css */
.form-input::placeholder, .form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

/* line 648, app/assets/stylesheets/tailwind.css */
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

/* line 652, app/assets/stylesheets/tailwind.css */
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
}

/* line 656, app/assets/stylesheets/tailwind.css */
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 666, app/assets/stylesheets/tailwind.css */
.form-checkbox, .form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

/* line 690, app/assets/stylesheets/tailwind.css */
.form-checkbox {
  border-radius: 0px;
}

/* line 694, app/assets/stylesheets/tailwind.css */
.form-radio {
  border-radius: 100%;
}

/* line 698, app/assets/stylesheets/tailwind.css */
.form-checkbox:focus, .form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

/* line 710, app/assets/stylesheets/tailwind.css */
.form-checkbox:checked, .form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 718, app/assets/stylesheets/tailwind.css */
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

/* line 722, app/assets/stylesheets/tailwind.css */
.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

/* line 726, app/assets/stylesheets/tailwind.css */
.form-checkbox:checked:hover, .form-checkbox:checked:focus, .form-radio:checked:hover, .form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

/* line 731, app/assets/stylesheets/tailwind.css */
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 740, app/assets/stylesheets/tailwind.css */
.form-checkbox:indeterminate:hover, .form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

/* line 745, app/assets/stylesheets/tailwind.css */
.container {
  width: 100%;
}

@media (min-width: 640px) {
  /* line 750, app/assets/stylesheets/tailwind.css */
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  /* line 756, app/assets/stylesheets/tailwind.css */
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  /* line 762, app/assets/stylesheets/tailwind.css */
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  /* line 768, app/assets/stylesheets/tailwind.css */
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  /* line 774, app/assets/stylesheets/tailwind.css */
  .container {
    max-width: 1536px;
  }
}

/* line 779, app/assets/stylesheets/tailwind.css */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

/* line 791, app/assets/stylesheets/tailwind.css */
.not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

/* line 802, app/assets/stylesheets/tailwind.css */
.focus-within\:sr-only:focus-within {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

/* line 814, app/assets/stylesheets/tailwind.css */
.focus-within\:not-sr-only:focus-within {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

/* line 825, app/assets/stylesheets/tailwind.css */
.focus\:sr-only:focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

/* line 837, app/assets/stylesheets/tailwind.css */
.focus\:not-sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

/* line 848, app/assets/stylesheets/tailwind.css */
.pointer-events-none {
  pointer-events: none !important;
}

/* line 852, app/assets/stylesheets/tailwind.css */
.pointer-events-auto {
  pointer-events: auto !important;
}

/* line 856, app/assets/stylesheets/tailwind.css */
.visible {
  visibility: visible !important;
}

/* line 860, app/assets/stylesheets/tailwind.css */
.invisible {
  visibility: hidden !important;
}

/* line 864, app/assets/stylesheets/tailwind.css */
.static {
  position: static !important;
}

/* line 868, app/assets/stylesheets/tailwind.css */
.fixed {
  position: fixed !important;
}

/* line 872, app/assets/stylesheets/tailwind.css */
.absolute {
  position: absolute !important;
}

/* line 876, app/assets/stylesheets/tailwind.css */
.relative {
  position: relative !important;
}

/* line 880, app/assets/stylesheets/tailwind.css */
.sticky {
  position: sticky !important;
}

/* line 884, app/assets/stylesheets/tailwind.css */
.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

/* line 891, app/assets/stylesheets/tailwind.css */
.inset-1 {
  top: 0.25rem !important;
  right: 0.25rem !important;
  bottom: 0.25rem !important;
  left: 0.25rem !important;
}

/* line 898, app/assets/stylesheets/tailwind.css */
.inset-2 {
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important;
}

/* line 905, app/assets/stylesheets/tailwind.css */
.inset-3 {
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: 0.75rem !important;
}

/* line 912, app/assets/stylesheets/tailwind.css */
.inset-4 {
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

/* line 919, app/assets/stylesheets/tailwind.css */
.inset-5 {
  top: 1.25rem !important;
  right: 1.25rem !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
}

/* line 926, app/assets/stylesheets/tailwind.css */
.inset-6 {
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}

/* line 933, app/assets/stylesheets/tailwind.css */
.inset-7 {
  top: 1.75rem !important;
  right: 1.75rem !important;
  bottom: 1.75rem !important;
  left: 1.75rem !important;
}

/* line 940, app/assets/stylesheets/tailwind.css */
.inset-8 {
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

/* line 947, app/assets/stylesheets/tailwind.css */
.inset-9 {
  top: 2.25rem !important;
  right: 2.25rem !important;
  bottom: 2.25rem !important;
  left: 2.25rem !important;
}

/* line 954, app/assets/stylesheets/tailwind.css */
.inset-10 {
  top: 2.5rem !important;
  right: 2.5rem !important;
  bottom: 2.5rem !important;
  left: 2.5rem !important;
}

/* line 961, app/assets/stylesheets/tailwind.css */
.inset-11 {
  top: 2.75rem !important;
  right: 2.75rem !important;
  bottom: 2.75rem !important;
  left: 2.75rem !important;
}

/* line 968, app/assets/stylesheets/tailwind.css */
.inset-12 {
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important;
}

/* line 975, app/assets/stylesheets/tailwind.css */
.inset-14 {
  top: 3.5rem !important;
  right: 3.5rem !important;
  bottom: 3.5rem !important;
  left: 3.5rem !important;
}

/* line 982, app/assets/stylesheets/tailwind.css */
.inset-16 {
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important;
}

/* line 989, app/assets/stylesheets/tailwind.css */
.inset-20 {
  top: 5rem !important;
  right: 5rem !important;
  bottom: 5rem !important;
  left: 5rem !important;
}

/* line 996, app/assets/stylesheets/tailwind.css */
.inset-24 {
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important;
}

/* line 1003, app/assets/stylesheets/tailwind.css */
.inset-28 {
  top: 7rem !important;
  right: 7rem !important;
  bottom: 7rem !important;
  left: 7rem !important;
}

/* line 1010, app/assets/stylesheets/tailwind.css */
.inset-32 {
  top: 8rem !important;
  right: 8rem !important;
  bottom: 8rem !important;
  left: 8rem !important;
}

/* line 1017, app/assets/stylesheets/tailwind.css */
.inset-36 {
  top: 9rem !important;
  right: 9rem !important;
  bottom: 9rem !important;
  left: 9rem !important;
}

/* line 1024, app/assets/stylesheets/tailwind.css */
.inset-40 {
  top: 10rem !important;
  right: 10rem !important;
  bottom: 10rem !important;
  left: 10rem !important;
}

/* line 1031, app/assets/stylesheets/tailwind.css */
.inset-44 {
  top: 11rem !important;
  right: 11rem !important;
  bottom: 11rem !important;
  left: 11rem !important;
}

/* line 1038, app/assets/stylesheets/tailwind.css */
.inset-48 {
  top: 12rem !important;
  right: 12rem !important;
  bottom: 12rem !important;
  left: 12rem !important;
}

/* line 1045, app/assets/stylesheets/tailwind.css */
.inset-52 {
  top: 13rem !important;
  right: 13rem !important;
  bottom: 13rem !important;
  left: 13rem !important;
}

/* line 1052, app/assets/stylesheets/tailwind.css */
.inset-56 {
  top: 14rem !important;
  right: 14rem !important;
  bottom: 14rem !important;
  left: 14rem !important;
}

/* line 1059, app/assets/stylesheets/tailwind.css */
.inset-60 {
  top: 15rem !important;
  right: 15rem !important;
  bottom: 15rem !important;
  left: 15rem !important;
}

/* line 1066, app/assets/stylesheets/tailwind.css */
.inset-64 {
  top: 16rem !important;
  right: 16rem !important;
  bottom: 16rem !important;
  left: 16rem !important;
}

/* line 1073, app/assets/stylesheets/tailwind.css */
.inset-72 {
  top: 18rem !important;
  right: 18rem !important;
  bottom: 18rem !important;
  left: 18rem !important;
}

/* line 1080, app/assets/stylesheets/tailwind.css */
.inset-80 {
  top: 20rem !important;
  right: 20rem !important;
  bottom: 20rem !important;
  left: 20rem !important;
}

/* line 1087, app/assets/stylesheets/tailwind.css */
.inset-96 {
  top: 24rem !important;
  right: 24rem !important;
  bottom: 24rem !important;
  left: 24rem !important;
}

/* line 1094, app/assets/stylesheets/tailwind.css */
.inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

/* line 1101, app/assets/stylesheets/tailwind.css */
.inset-px {
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
}

/* line 1108, app/assets/stylesheets/tailwind.css */
.inset-0\.5 {
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important;
}

/* line 1115, app/assets/stylesheets/tailwind.css */
.inset-1\.5 {
  top: 0.375rem !important;
  right: 0.375rem !important;
  bottom: 0.375rem !important;
  left: 0.375rem !important;
}

/* line 1122, app/assets/stylesheets/tailwind.css */
.inset-2\.5 {
  top: 0.625rem !important;
  right: 0.625rem !important;
  bottom: 0.625rem !important;
  left: 0.625rem !important;
}

/* line 1129, app/assets/stylesheets/tailwind.css */
.inset-3\.5 {
  top: 0.875rem !important;
  right: 0.875rem !important;
  bottom: 0.875rem !important;
  left: 0.875rem !important;
}

/* line 1136, app/assets/stylesheets/tailwind.css */
.-inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

/* line 1143, app/assets/stylesheets/tailwind.css */
.-inset-1 {
  top: -0.25rem !important;
  right: -0.25rem !important;
  bottom: -0.25rem !important;
  left: -0.25rem !important;
}

/* line 1150, app/assets/stylesheets/tailwind.css */
.-inset-2 {
  top: -0.5rem !important;
  right: -0.5rem !important;
  bottom: -0.5rem !important;
  left: -0.5rem !important;
}

/* line 1157, app/assets/stylesheets/tailwind.css */
.-inset-3 {
  top: -0.75rem !important;
  right: -0.75rem !important;
  bottom: -0.75rem !important;
  left: -0.75rem !important;
}

/* line 1164, app/assets/stylesheets/tailwind.css */
.-inset-4 {
  top: -1rem !important;
  right: -1rem !important;
  bottom: -1rem !important;
  left: -1rem !important;
}

/* line 1171, app/assets/stylesheets/tailwind.css */
.-inset-5 {
  top: -1.25rem !important;
  right: -1.25rem !important;
  bottom: -1.25rem !important;
  left: -1.25rem !important;
}

/* line 1178, app/assets/stylesheets/tailwind.css */
.-inset-6 {
  top: -1.5rem !important;
  right: -1.5rem !important;
  bottom: -1.5rem !important;
  left: -1.5rem !important;
}

/* line 1185, app/assets/stylesheets/tailwind.css */
.-inset-7 {
  top: -1.75rem !important;
  right: -1.75rem !important;
  bottom: -1.75rem !important;
  left: -1.75rem !important;
}

/* line 1192, app/assets/stylesheets/tailwind.css */
.-inset-8 {
  top: -2rem !important;
  right: -2rem !important;
  bottom: -2rem !important;
  left: -2rem !important;
}

/* line 1199, app/assets/stylesheets/tailwind.css */
.-inset-9 {
  top: -2.25rem !important;
  right: -2.25rem !important;
  bottom: -2.25rem !important;
  left: -2.25rem !important;
}

/* line 1206, app/assets/stylesheets/tailwind.css */
.-inset-10 {
  top: -2.5rem !important;
  right: -2.5rem !important;
  bottom: -2.5rem !important;
  left: -2.5rem !important;
}

/* line 1213, app/assets/stylesheets/tailwind.css */
.-inset-11 {
  top: -2.75rem !important;
  right: -2.75rem !important;
  bottom: -2.75rem !important;
  left: -2.75rem !important;
}

/* line 1220, app/assets/stylesheets/tailwind.css */
.-inset-12 {
  top: -3rem !important;
  right: -3rem !important;
  bottom: -3rem !important;
  left: -3rem !important;
}

/* line 1227, app/assets/stylesheets/tailwind.css */
.-inset-14 {
  top: -3.5rem !important;
  right: -3.5rem !important;
  bottom: -3.5rem !important;
  left: -3.5rem !important;
}

/* line 1234, app/assets/stylesheets/tailwind.css */
.-inset-16 {
  top: -4rem !important;
  right: -4rem !important;
  bottom: -4rem !important;
  left: -4rem !important;
}

/* line 1241, app/assets/stylesheets/tailwind.css */
.-inset-20 {
  top: -5rem !important;
  right: -5rem !important;
  bottom: -5rem !important;
  left: -5rem !important;
}

/* line 1248, app/assets/stylesheets/tailwind.css */
.-inset-24 {
  top: -6rem !important;
  right: -6rem !important;
  bottom: -6rem !important;
  left: -6rem !important;
}

/* line 1255, app/assets/stylesheets/tailwind.css */
.-inset-28 {
  top: -7rem !important;
  right: -7rem !important;
  bottom: -7rem !important;
  left: -7rem !important;
}

/* line 1262, app/assets/stylesheets/tailwind.css */
.-inset-32 {
  top: -8rem !important;
  right: -8rem !important;
  bottom: -8rem !important;
  left: -8rem !important;
}

/* line 1269, app/assets/stylesheets/tailwind.css */
.-inset-36 {
  top: -9rem !important;
  right: -9rem !important;
  bottom: -9rem !important;
  left: -9rem !important;
}

/* line 1276, app/assets/stylesheets/tailwind.css */
.-inset-40 {
  top: -10rem !important;
  right: -10rem !important;
  bottom: -10rem !important;
  left: -10rem !important;
}

/* line 1283, app/assets/stylesheets/tailwind.css */
.-inset-44 {
  top: -11rem !important;
  right: -11rem !important;
  bottom: -11rem !important;
  left: -11rem !important;
}

/* line 1290, app/assets/stylesheets/tailwind.css */
.-inset-48 {
  top: -12rem !important;
  right: -12rem !important;
  bottom: -12rem !important;
  left: -12rem !important;
}

/* line 1297, app/assets/stylesheets/tailwind.css */
.-inset-52 {
  top: -13rem !important;
  right: -13rem !important;
  bottom: -13rem !important;
  left: -13rem !important;
}

/* line 1304, app/assets/stylesheets/tailwind.css */
.-inset-56 {
  top: -14rem !important;
  right: -14rem !important;
  bottom: -14rem !important;
  left: -14rem !important;
}

/* line 1311, app/assets/stylesheets/tailwind.css */
.-inset-60 {
  top: -15rem !important;
  right: -15rem !important;
  bottom: -15rem !important;
  left: -15rem !important;
}

/* line 1318, app/assets/stylesheets/tailwind.css */
.-inset-64 {
  top: -16rem !important;
  right: -16rem !important;
  bottom: -16rem !important;
  left: -16rem !important;
}

/* line 1325, app/assets/stylesheets/tailwind.css */
.-inset-72 {
  top: -18rem !important;
  right: -18rem !important;
  bottom: -18rem !important;
  left: -18rem !important;
}

/* line 1332, app/assets/stylesheets/tailwind.css */
.-inset-80 {
  top: -20rem !important;
  right: -20rem !important;
  bottom: -20rem !important;
  left: -20rem !important;
}

/* line 1339, app/assets/stylesheets/tailwind.css */
.-inset-96 {
  top: -24rem !important;
  right: -24rem !important;
  bottom: -24rem !important;
  left: -24rem !important;
}

/* line 1346, app/assets/stylesheets/tailwind.css */
.-inset-px {
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  left: -1px !important;
}

/* line 1353, app/assets/stylesheets/tailwind.css */
.-inset-0\.5 {
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important;
}

/* line 1360, app/assets/stylesheets/tailwind.css */
.-inset-1\.5 {
  top: -0.375rem !important;
  right: -0.375rem !important;
  bottom: -0.375rem !important;
  left: -0.375rem !important;
}

/* line 1367, app/assets/stylesheets/tailwind.css */
.-inset-2\.5 {
  top: -0.625rem !important;
  right: -0.625rem !important;
  bottom: -0.625rem !important;
  left: -0.625rem !important;
}

/* line 1374, app/assets/stylesheets/tailwind.css */
.-inset-3\.5 {
  top: -0.875rem !important;
  right: -0.875rem !important;
  bottom: -0.875rem !important;
  left: -0.875rem !important;
}

/* line 1381, app/assets/stylesheets/tailwind.css */
.inset-1\/2 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

/* line 1388, app/assets/stylesheets/tailwind.css */
.inset-1\/3 {
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

/* line 1395, app/assets/stylesheets/tailwind.css */
.inset-2\/3 {
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

/* line 1402, app/assets/stylesheets/tailwind.css */
.inset-1\/4 {
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

/* line 1409, app/assets/stylesheets/tailwind.css */
.inset-2\/4 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

/* line 1416, app/assets/stylesheets/tailwind.css */
.inset-3\/4 {
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

/* line 1423, app/assets/stylesheets/tailwind.css */
.inset-full {
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

/* line 1430, app/assets/stylesheets/tailwind.css */
.-inset-1\/2 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

/* line 1437, app/assets/stylesheets/tailwind.css */
.-inset-1\/3 {
  top: -33.333333% !important;
  right: -33.333333% !important;
  bottom: -33.333333% !important;
  left: -33.333333% !important;
}

/* line 1444, app/assets/stylesheets/tailwind.css */
.-inset-2\/3 {
  top: -66.666667% !important;
  right: -66.666667% !important;
  bottom: -66.666667% !important;
  left: -66.666667% !important;
}

/* line 1451, app/assets/stylesheets/tailwind.css */
.-inset-1\/4 {
  top: -25% !important;
  right: -25% !important;
  bottom: -25% !important;
  left: -25% !important;
}

/* line 1458, app/assets/stylesheets/tailwind.css */
.-inset-2\/4 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

/* line 1465, app/assets/stylesheets/tailwind.css */
.-inset-3\/4 {
  top: -75% !important;
  right: -75% !important;
  bottom: -75% !important;
  left: -75% !important;
}

/* line 1472, app/assets/stylesheets/tailwind.css */
.-inset-full {
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
}

/* line 1479, app/assets/stylesheets/tailwind.css */
.inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}

/* line 1484, app/assets/stylesheets/tailwind.css */
.inset-x-1 {
  left: 0.25rem !important;
  right: 0.25rem !important;
}

/* line 1489, app/assets/stylesheets/tailwind.css */
.inset-x-2 {
  left: 0.5rem !important;
  right: 0.5rem !important;
}

/* line 1494, app/assets/stylesheets/tailwind.css */
.inset-x-3 {
  left: 0.75rem !important;
  right: 0.75rem !important;
}

/* line 1499, app/assets/stylesheets/tailwind.css */
.inset-x-4 {
  left: 1rem !important;
  right: 1rem !important;
}

/* line 1504, app/assets/stylesheets/tailwind.css */
.inset-x-5 {
  left: 1.25rem !important;
  right: 1.25rem !important;
}

/* line 1509, app/assets/stylesheets/tailwind.css */
.inset-x-6 {
  left: 1.5rem !important;
  right: 1.5rem !important;
}

/* line 1514, app/assets/stylesheets/tailwind.css */
.inset-x-7 {
  left: 1.75rem !important;
  right: 1.75rem !important;
}

/* line 1519, app/assets/stylesheets/tailwind.css */
.inset-x-8 {
  left: 2rem !important;
  right: 2rem !important;
}

/* line 1524, app/assets/stylesheets/tailwind.css */
.inset-x-9 {
  left: 2.25rem !important;
  right: 2.25rem !important;
}

/* line 1529, app/assets/stylesheets/tailwind.css */
.inset-x-10 {
  left: 2.5rem !important;
  right: 2.5rem !important;
}

/* line 1534, app/assets/stylesheets/tailwind.css */
.inset-x-11 {
  left: 2.75rem !important;
  right: 2.75rem !important;
}

/* line 1539, app/assets/stylesheets/tailwind.css */
.inset-x-12 {
  left: 3rem !important;
  right: 3rem !important;
}

/* line 1544, app/assets/stylesheets/tailwind.css */
.inset-x-14 {
  left: 3.5rem !important;
  right: 3.5rem !important;
}

/* line 1549, app/assets/stylesheets/tailwind.css */
.inset-x-16 {
  left: 4rem !important;
  right: 4rem !important;
}

/* line 1554, app/assets/stylesheets/tailwind.css */
.inset-x-20 {
  left: 5rem !important;
  right: 5rem !important;
}

/* line 1559, app/assets/stylesheets/tailwind.css */
.inset-x-24 {
  left: 6rem !important;
  right: 6rem !important;
}

/* line 1564, app/assets/stylesheets/tailwind.css */
.inset-x-28 {
  left: 7rem !important;
  right: 7rem !important;
}

/* line 1569, app/assets/stylesheets/tailwind.css */
.inset-x-32 {
  left: 8rem !important;
  right: 8rem !important;
}

/* line 1574, app/assets/stylesheets/tailwind.css */
.inset-x-36 {
  left: 9rem !important;
  right: 9rem !important;
}

/* line 1579, app/assets/stylesheets/tailwind.css */
.inset-x-40 {
  left: 10rem !important;
  right: 10rem !important;
}

/* line 1584, app/assets/stylesheets/tailwind.css */
.inset-x-44 {
  left: 11rem !important;
  right: 11rem !important;
}

/* line 1589, app/assets/stylesheets/tailwind.css */
.inset-x-48 {
  left: 12rem !important;
  right: 12rem !important;
}

/* line 1594, app/assets/stylesheets/tailwind.css */
.inset-x-52 {
  left: 13rem !important;
  right: 13rem !important;
}

/* line 1599, app/assets/stylesheets/tailwind.css */
.inset-x-56 {
  left: 14rem !important;
  right: 14rem !important;
}

/* line 1604, app/assets/stylesheets/tailwind.css */
.inset-x-60 {
  left: 15rem !important;
  right: 15rem !important;
}

/* line 1609, app/assets/stylesheets/tailwind.css */
.inset-x-64 {
  left: 16rem !important;
  right: 16rem !important;
}

/* line 1614, app/assets/stylesheets/tailwind.css */
.inset-x-72 {
  left: 18rem !important;
  right: 18rem !important;
}

/* line 1619, app/assets/stylesheets/tailwind.css */
.inset-x-80 {
  left: 20rem !important;
  right: 20rem !important;
}

/* line 1624, app/assets/stylesheets/tailwind.css */
.inset-x-96 {
  left: 24rem !important;
  right: 24rem !important;
}

/* line 1629, app/assets/stylesheets/tailwind.css */
.inset-x-auto {
  left: auto !important;
  right: auto !important;
}

/* line 1634, app/assets/stylesheets/tailwind.css */
.inset-x-px {
  left: 1px !important;
  right: 1px !important;
}

/* line 1639, app/assets/stylesheets/tailwind.css */
.inset-x-0\.5 {
  left: 0.125rem !important;
  right: 0.125rem !important;
}

/* line 1644, app/assets/stylesheets/tailwind.css */
.inset-x-1\.5 {
  left: 0.375rem !important;
  right: 0.375rem !important;
}

/* line 1649, app/assets/stylesheets/tailwind.css */
.inset-x-2\.5 {
  left: 0.625rem !important;
  right: 0.625rem !important;
}

/* line 1654, app/assets/stylesheets/tailwind.css */
.inset-x-3\.5 {
  left: 0.875rem !important;
  right: 0.875rem !important;
}

/* line 1659, app/assets/stylesheets/tailwind.css */
.-inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}

/* line 1664, app/assets/stylesheets/tailwind.css */
.-inset-x-1 {
  left: -0.25rem !important;
  right: -0.25rem !important;
}

/* line 1669, app/assets/stylesheets/tailwind.css */
.-inset-x-2 {
  left: -0.5rem !important;
  right: -0.5rem !important;
}

/* line 1674, app/assets/stylesheets/tailwind.css */
.-inset-x-3 {
  left: -0.75rem !important;
  right: -0.75rem !important;
}

/* line 1679, app/assets/stylesheets/tailwind.css */
.-inset-x-4 {
  left: -1rem !important;
  right: -1rem !important;
}

/* line 1684, app/assets/stylesheets/tailwind.css */
.-inset-x-5 {
  left: -1.25rem !important;
  right: -1.25rem !important;
}

/* line 1689, app/assets/stylesheets/tailwind.css */
.-inset-x-6 {
  left: -1.5rem !important;
  right: -1.5rem !important;
}

/* line 1694, app/assets/stylesheets/tailwind.css */
.-inset-x-7 {
  left: -1.75rem !important;
  right: -1.75rem !important;
}

/* line 1699, app/assets/stylesheets/tailwind.css */
.-inset-x-8 {
  left: -2rem !important;
  right: -2rem !important;
}

/* line 1704, app/assets/stylesheets/tailwind.css */
.-inset-x-9 {
  left: -2.25rem !important;
  right: -2.25rem !important;
}

/* line 1709, app/assets/stylesheets/tailwind.css */
.-inset-x-10 {
  left: -2.5rem !important;
  right: -2.5rem !important;
}

/* line 1714, app/assets/stylesheets/tailwind.css */
.-inset-x-11 {
  left: -2.75rem !important;
  right: -2.75rem !important;
}

/* line 1719, app/assets/stylesheets/tailwind.css */
.-inset-x-12 {
  left: -3rem !important;
  right: -3rem !important;
}

/* line 1724, app/assets/stylesheets/tailwind.css */
.-inset-x-14 {
  left: -3.5rem !important;
  right: -3.5rem !important;
}

/* line 1729, app/assets/stylesheets/tailwind.css */
.-inset-x-16 {
  left: -4rem !important;
  right: -4rem !important;
}

/* line 1734, app/assets/stylesheets/tailwind.css */
.-inset-x-20 {
  left: -5rem !important;
  right: -5rem !important;
}

/* line 1739, app/assets/stylesheets/tailwind.css */
.-inset-x-24 {
  left: -6rem !important;
  right: -6rem !important;
}

/* line 1744, app/assets/stylesheets/tailwind.css */
.-inset-x-28 {
  left: -7rem !important;
  right: -7rem !important;
}

/* line 1749, app/assets/stylesheets/tailwind.css */
.-inset-x-32 {
  left: -8rem !important;
  right: -8rem !important;
}

/* line 1754, app/assets/stylesheets/tailwind.css */
.-inset-x-36 {
  left: -9rem !important;
  right: -9rem !important;
}

/* line 1759, app/assets/stylesheets/tailwind.css */
.-inset-x-40 {
  left: -10rem !important;
  right: -10rem !important;
}

/* line 1764, app/assets/stylesheets/tailwind.css */
.-inset-x-44 {
  left: -11rem !important;
  right: -11rem !important;
}

/* line 1769, app/assets/stylesheets/tailwind.css */
.-inset-x-48 {
  left: -12rem !important;
  right: -12rem !important;
}

/* line 1774, app/assets/stylesheets/tailwind.css */
.-inset-x-52 {
  left: -13rem !important;
  right: -13rem !important;
}

/* line 1779, app/assets/stylesheets/tailwind.css */
.-inset-x-56 {
  left: -14rem !important;
  right: -14rem !important;
}

/* line 1784, app/assets/stylesheets/tailwind.css */
.-inset-x-60 {
  left: -15rem !important;
  right: -15rem !important;
}

/* line 1789, app/assets/stylesheets/tailwind.css */
.-inset-x-64 {
  left: -16rem !important;
  right: -16rem !important;
}

/* line 1794, app/assets/stylesheets/tailwind.css */
.-inset-x-72 {
  left: -18rem !important;
  right: -18rem !important;
}

/* line 1799, app/assets/stylesheets/tailwind.css */
.-inset-x-80 {
  left: -20rem !important;
  right: -20rem !important;
}

/* line 1804, app/assets/stylesheets/tailwind.css */
.-inset-x-96 {
  left: -24rem !important;
  right: -24rem !important;
}

/* line 1809, app/assets/stylesheets/tailwind.css */
.-inset-x-px {
  left: -1px !important;
  right: -1px !important;
}

/* line 1814, app/assets/stylesheets/tailwind.css */
.-inset-x-0\.5 {
  left: -0.125rem !important;
  right: -0.125rem !important;
}

/* line 1819, app/assets/stylesheets/tailwind.css */
.-inset-x-1\.5 {
  left: -0.375rem !important;
  right: -0.375rem !important;
}

/* line 1824, app/assets/stylesheets/tailwind.css */
.-inset-x-2\.5 {
  left: -0.625rem !important;
  right: -0.625rem !important;
}

/* line 1829, app/assets/stylesheets/tailwind.css */
.-inset-x-3\.5 {
  left: -0.875rem !important;
  right: -0.875rem !important;
}

/* line 1834, app/assets/stylesheets/tailwind.css */
.inset-x-1\/2 {
  left: 50% !important;
  right: 50% !important;
}

/* line 1839, app/assets/stylesheets/tailwind.css */
.inset-x-1\/3 {
  left: 33.333333% !important;
  right: 33.333333% !important;
}

/* line 1844, app/assets/stylesheets/tailwind.css */
.inset-x-2\/3 {
  left: 66.666667% !important;
  right: 66.666667% !important;
}

/* line 1849, app/assets/stylesheets/tailwind.css */
.inset-x-1\/4 {
  left: 25% !important;
  right: 25% !important;
}

/* line 1854, app/assets/stylesheets/tailwind.css */
.inset-x-2\/4 {
  left: 50% !important;
  right: 50% !important;
}

/* line 1859, app/assets/stylesheets/tailwind.css */
.inset-x-3\/4 {
  left: 75% !important;
  right: 75% !important;
}

/* line 1864, app/assets/stylesheets/tailwind.css */
.inset-x-full {
  left: 100% !important;
  right: 100% !important;
}

/* line 1869, app/assets/stylesheets/tailwind.css */
.-inset-x-1\/2 {
  left: -50% !important;
  right: -50% !important;
}

/* line 1874, app/assets/stylesheets/tailwind.css */
.-inset-x-1\/3 {
  left: -33.333333% !important;
  right: -33.333333% !important;
}

/* line 1879, app/assets/stylesheets/tailwind.css */
.-inset-x-2\/3 {
  left: -66.666667% !important;
  right: -66.666667% !important;
}

/* line 1884, app/assets/stylesheets/tailwind.css */
.-inset-x-1\/4 {
  left: -25% !important;
  right: -25% !important;
}

/* line 1889, app/assets/stylesheets/tailwind.css */
.-inset-x-2\/4 {
  left: -50% !important;
  right: -50% !important;
}

/* line 1894, app/assets/stylesheets/tailwind.css */
.-inset-x-3\/4 {
  left: -75% !important;
  right: -75% !important;
}

/* line 1899, app/assets/stylesheets/tailwind.css */
.-inset-x-full {
  left: -100% !important;
  right: -100% !important;
}

/* line 1904, app/assets/stylesheets/tailwind.css */
.inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

/* line 1909, app/assets/stylesheets/tailwind.css */
.inset-y-1 {
  top: 0.25rem !important;
  bottom: 0.25rem !important;
}

/* line 1914, app/assets/stylesheets/tailwind.css */
.inset-y-2 {
  top: 0.5rem !important;
  bottom: 0.5rem !important;
}

/* line 1919, app/assets/stylesheets/tailwind.css */
.inset-y-3 {
  top: 0.75rem !important;
  bottom: 0.75rem !important;
}

/* line 1924, app/assets/stylesheets/tailwind.css */
.inset-y-4 {
  top: 1rem !important;
  bottom: 1rem !important;
}

/* line 1929, app/assets/stylesheets/tailwind.css */
.inset-y-5 {
  top: 1.25rem !important;
  bottom: 1.25rem !important;
}

/* line 1934, app/assets/stylesheets/tailwind.css */
.inset-y-6 {
  top: 1.5rem !important;
  bottom: 1.5rem !important;
}

/* line 1939, app/assets/stylesheets/tailwind.css */
.inset-y-7 {
  top: 1.75rem !important;
  bottom: 1.75rem !important;
}

/* line 1944, app/assets/stylesheets/tailwind.css */
.inset-y-8 {
  top: 2rem !important;
  bottom: 2rem !important;
}

/* line 1949, app/assets/stylesheets/tailwind.css */
.inset-y-9 {
  top: 2.25rem !important;
  bottom: 2.25rem !important;
}

/* line 1954, app/assets/stylesheets/tailwind.css */
.inset-y-10 {
  top: 2.5rem !important;
  bottom: 2.5rem !important;
}

/* line 1959, app/assets/stylesheets/tailwind.css */
.inset-y-11 {
  top: 2.75rem !important;
  bottom: 2.75rem !important;
}

/* line 1964, app/assets/stylesheets/tailwind.css */
.inset-y-12 {
  top: 3rem !important;
  bottom: 3rem !important;
}

/* line 1969, app/assets/stylesheets/tailwind.css */
.inset-y-14 {
  top: 3.5rem !important;
  bottom: 3.5rem !important;
}

/* line 1974, app/assets/stylesheets/tailwind.css */
.inset-y-16 {
  top: 4rem !important;
  bottom: 4rem !important;
}

/* line 1979, app/assets/stylesheets/tailwind.css */
.inset-y-20 {
  top: 5rem !important;
  bottom: 5rem !important;
}

/* line 1984, app/assets/stylesheets/tailwind.css */
.inset-y-24 {
  top: 6rem !important;
  bottom: 6rem !important;
}

/* line 1989, app/assets/stylesheets/tailwind.css */
.inset-y-28 {
  top: 7rem !important;
  bottom: 7rem !important;
}

/* line 1994, app/assets/stylesheets/tailwind.css */
.inset-y-32 {
  top: 8rem !important;
  bottom: 8rem !important;
}

/* line 1999, app/assets/stylesheets/tailwind.css */
.inset-y-36 {
  top: 9rem !important;
  bottom: 9rem !important;
}

/* line 2004, app/assets/stylesheets/tailwind.css */
.inset-y-40 {
  top: 10rem !important;
  bottom: 10rem !important;
}

/* line 2009, app/assets/stylesheets/tailwind.css */
.inset-y-44 {
  top: 11rem !important;
  bottom: 11rem !important;
}

/* line 2014, app/assets/stylesheets/tailwind.css */
.inset-y-48 {
  top: 12rem !important;
  bottom: 12rem !important;
}

/* line 2019, app/assets/stylesheets/tailwind.css */
.inset-y-52 {
  top: 13rem !important;
  bottom: 13rem !important;
}

/* line 2024, app/assets/stylesheets/tailwind.css */
.inset-y-56 {
  top: 14rem !important;
  bottom: 14rem !important;
}

/* line 2029, app/assets/stylesheets/tailwind.css */
.inset-y-60 {
  top: 15rem !important;
  bottom: 15rem !important;
}

/* line 2034, app/assets/stylesheets/tailwind.css */
.inset-y-64 {
  top: 16rem !important;
  bottom: 16rem !important;
}

/* line 2039, app/assets/stylesheets/tailwind.css */
.inset-y-72 {
  top: 18rem !important;
  bottom: 18rem !important;
}

/* line 2044, app/assets/stylesheets/tailwind.css */
.inset-y-80 {
  top: 20rem !important;
  bottom: 20rem !important;
}

/* line 2049, app/assets/stylesheets/tailwind.css */
.inset-y-96 {
  top: 24rem !important;
  bottom: 24rem !important;
}

/* line 2054, app/assets/stylesheets/tailwind.css */
.inset-y-auto {
  top: auto !important;
  bottom: auto !important;
}

/* line 2059, app/assets/stylesheets/tailwind.css */
.inset-y-px {
  top: 1px !important;
  bottom: 1px !important;
}

/* line 2064, app/assets/stylesheets/tailwind.css */
.inset-y-0\.5 {
  top: 0.125rem !important;
  bottom: 0.125rem !important;
}

/* line 2069, app/assets/stylesheets/tailwind.css */
.inset-y-1\.5 {
  top: 0.375rem !important;
  bottom: 0.375rem !important;
}

/* line 2074, app/assets/stylesheets/tailwind.css */
.inset-y-2\.5 {
  top: 0.625rem !important;
  bottom: 0.625rem !important;
}

/* line 2079, app/assets/stylesheets/tailwind.css */
.inset-y-3\.5 {
  top: 0.875rem !important;
  bottom: 0.875rem !important;
}

/* line 2084, app/assets/stylesheets/tailwind.css */
.-inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

/* line 2089, app/assets/stylesheets/tailwind.css */
.-inset-y-1 {
  top: -0.25rem !important;
  bottom: -0.25rem !important;
}

/* line 2094, app/assets/stylesheets/tailwind.css */
.-inset-y-2 {
  top: -0.5rem !important;
  bottom: -0.5rem !important;
}

/* line 2099, app/assets/stylesheets/tailwind.css */
.-inset-y-3 {
  top: -0.75rem !important;
  bottom: -0.75rem !important;
}

/* line 2104, app/assets/stylesheets/tailwind.css */
.-inset-y-4 {
  top: -1rem !important;
  bottom: -1rem !important;
}

/* line 2109, app/assets/stylesheets/tailwind.css */
.-inset-y-5 {
  top: -1.25rem !important;
  bottom: -1.25rem !important;
}

/* line 2114, app/assets/stylesheets/tailwind.css */
.-inset-y-6 {
  top: -1.5rem !important;
  bottom: -1.5rem !important;
}

/* line 2119, app/assets/stylesheets/tailwind.css */
.-inset-y-7 {
  top: -1.75rem !important;
  bottom: -1.75rem !important;
}

/* line 2124, app/assets/stylesheets/tailwind.css */
.-inset-y-8 {
  top: -2rem !important;
  bottom: -2rem !important;
}

/* line 2129, app/assets/stylesheets/tailwind.css */
.-inset-y-9 {
  top: -2.25rem !important;
  bottom: -2.25rem !important;
}

/* line 2134, app/assets/stylesheets/tailwind.css */
.-inset-y-10 {
  top: -2.5rem !important;
  bottom: -2.5rem !important;
}

/* line 2139, app/assets/stylesheets/tailwind.css */
.-inset-y-11 {
  top: -2.75rem !important;
  bottom: -2.75rem !important;
}

/* line 2144, app/assets/stylesheets/tailwind.css */
.-inset-y-12 {
  top: -3rem !important;
  bottom: -3rem !important;
}

/* line 2149, app/assets/stylesheets/tailwind.css */
.-inset-y-14 {
  top: -3.5rem !important;
  bottom: -3.5rem !important;
}

/* line 2154, app/assets/stylesheets/tailwind.css */
.-inset-y-16 {
  top: -4rem !important;
  bottom: -4rem !important;
}

/* line 2159, app/assets/stylesheets/tailwind.css */
.-inset-y-20 {
  top: -5rem !important;
  bottom: -5rem !important;
}

/* line 2164, app/assets/stylesheets/tailwind.css */
.-inset-y-24 {
  top: -6rem !important;
  bottom: -6rem !important;
}

/* line 2169, app/assets/stylesheets/tailwind.css */
.-inset-y-28 {
  top: -7rem !important;
  bottom: -7rem !important;
}

/* line 2174, app/assets/stylesheets/tailwind.css */
.-inset-y-32 {
  top: -8rem !important;
  bottom: -8rem !important;
}

/* line 2179, app/assets/stylesheets/tailwind.css */
.-inset-y-36 {
  top: -9rem !important;
  bottom: -9rem !important;
}

/* line 2184, app/assets/stylesheets/tailwind.css */
.-inset-y-40 {
  top: -10rem !important;
  bottom: -10rem !important;
}

/* line 2189, app/assets/stylesheets/tailwind.css */
.-inset-y-44 {
  top: -11rem !important;
  bottom: -11rem !important;
}

/* line 2194, app/assets/stylesheets/tailwind.css */
.-inset-y-48 {
  top: -12rem !important;
  bottom: -12rem !important;
}

/* line 2199, app/assets/stylesheets/tailwind.css */
.-inset-y-52 {
  top: -13rem !important;
  bottom: -13rem !important;
}

/* line 2204, app/assets/stylesheets/tailwind.css */
.-inset-y-56 {
  top: -14rem !important;
  bottom: -14rem !important;
}

/* line 2209, app/assets/stylesheets/tailwind.css */
.-inset-y-60 {
  top: -15rem !important;
  bottom: -15rem !important;
}

/* line 2214, app/assets/stylesheets/tailwind.css */
.-inset-y-64 {
  top: -16rem !important;
  bottom: -16rem !important;
}

/* line 2219, app/assets/stylesheets/tailwind.css */
.-inset-y-72 {
  top: -18rem !important;
  bottom: -18rem !important;
}

/* line 2224, app/assets/stylesheets/tailwind.css */
.-inset-y-80 {
  top: -20rem !important;
  bottom: -20rem !important;
}

/* line 2229, app/assets/stylesheets/tailwind.css */
.-inset-y-96 {
  top: -24rem !important;
  bottom: -24rem !important;
}

/* line 2234, app/assets/stylesheets/tailwind.css */
.-inset-y-px {
  top: -1px !important;
  bottom: -1px !important;
}

/* line 2239, app/assets/stylesheets/tailwind.css */
.-inset-y-0\.5 {
  top: -0.125rem !important;
  bottom: -0.125rem !important;
}

/* line 2244, app/assets/stylesheets/tailwind.css */
.-inset-y-1\.5 {
  top: -0.375rem !important;
  bottom: -0.375rem !important;
}

/* line 2249, app/assets/stylesheets/tailwind.css */
.-inset-y-2\.5 {
  top: -0.625rem !important;
  bottom: -0.625rem !important;
}

/* line 2254, app/assets/stylesheets/tailwind.css */
.-inset-y-3\.5 {
  top: -0.875rem !important;
  bottom: -0.875rem !important;
}

/* line 2259, app/assets/stylesheets/tailwind.css */
.inset-y-1\/2 {
  top: 50% !important;
  bottom: 50% !important;
}

/* line 2264, app/assets/stylesheets/tailwind.css */
.inset-y-1\/3 {
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

/* line 2269, app/assets/stylesheets/tailwind.css */
.inset-y-2\/3 {
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

/* line 2274, app/assets/stylesheets/tailwind.css */
.inset-y-1\/4 {
  top: 25% !important;
  bottom: 25% !important;
}

/* line 2279, app/assets/stylesheets/tailwind.css */
.inset-y-2\/4 {
  top: 50% !important;
  bottom: 50% !important;
}

/* line 2284, app/assets/stylesheets/tailwind.css */
.inset-y-3\/4 {
  top: 75% !important;
  bottom: 75% !important;
}

/* line 2289, app/assets/stylesheets/tailwind.css */
.inset-y-full {
  top: 100% !important;
  bottom: 100% !important;
}

/* line 2294, app/assets/stylesheets/tailwind.css */
.-inset-y-1\/2 {
  top: -50% !important;
  bottom: -50% !important;
}

/* line 2299, app/assets/stylesheets/tailwind.css */
.-inset-y-1\/3 {
  top: -33.333333% !important;
  bottom: -33.333333% !important;
}

/* line 2304, app/assets/stylesheets/tailwind.css */
.-inset-y-2\/3 {
  top: -66.666667% !important;
  bottom: -66.666667% !important;
}

/* line 2309, app/assets/stylesheets/tailwind.css */
.-inset-y-1\/4 {
  top: -25% !important;
  bottom: -25% !important;
}

/* line 2314, app/assets/stylesheets/tailwind.css */
.-inset-y-2\/4 {
  top: -50% !important;
  bottom: -50% !important;
}

/* line 2319, app/assets/stylesheets/tailwind.css */
.-inset-y-3\/4 {
  top: -75% !important;
  bottom: -75% !important;
}

/* line 2324, app/assets/stylesheets/tailwind.css */
.-inset-y-full {
  top: -100% !important;
  bottom: -100% !important;
}

/* line 2329, app/assets/stylesheets/tailwind.css */
.top-0 {
  top: 0px !important;
}

/* line 2333, app/assets/stylesheets/tailwind.css */
.top-1 {
  top: 0.25rem !important;
}

/* line 2337, app/assets/stylesheets/tailwind.css */
.top-2 {
  top: 0.5rem !important;
}

/* line 2341, app/assets/stylesheets/tailwind.css */
.top-3 {
  top: 0.75rem !important;
}

/* line 2345, app/assets/stylesheets/tailwind.css */
.top-4 {
  top: 1rem !important;
}

/* line 2349, app/assets/stylesheets/tailwind.css */
.top-5 {
  top: 1.25rem !important;
}

/* line 2353, app/assets/stylesheets/tailwind.css */
.top-6 {
  top: 1.5rem !important;
}

/* line 2357, app/assets/stylesheets/tailwind.css */
.top-7 {
  top: 1.75rem !important;
}

/* line 2361, app/assets/stylesheets/tailwind.css */
.top-8 {
  top: 2rem !important;
}

/* line 2365, app/assets/stylesheets/tailwind.css */
.top-9 {
  top: 2.25rem !important;
}

/* line 2369, app/assets/stylesheets/tailwind.css */
.top-10 {
  top: 2.5rem !important;
}

/* line 2373, app/assets/stylesheets/tailwind.css */
.top-11 {
  top: 2.75rem !important;
}

/* line 2377, app/assets/stylesheets/tailwind.css */
.top-12 {
  top: 3rem !important;
}

/* line 2381, app/assets/stylesheets/tailwind.css */
.top-14 {
  top: 3.5rem !important;
}

/* line 2385, app/assets/stylesheets/tailwind.css */
.top-16 {
  top: 4rem !important;
}

/* line 2389, app/assets/stylesheets/tailwind.css */
.top-20 {
  top: 5rem !important;
}

/* line 2393, app/assets/stylesheets/tailwind.css */
.top-24 {
  top: 6rem !important;
}

/* line 2397, app/assets/stylesheets/tailwind.css */
.top-28 {
  top: 7rem !important;
}

/* line 2401, app/assets/stylesheets/tailwind.css */
.top-32 {
  top: 8rem !important;
}

/* line 2405, app/assets/stylesheets/tailwind.css */
.top-36 {
  top: 9rem !important;
}

/* line 2409, app/assets/stylesheets/tailwind.css */
.top-40 {
  top: 10rem !important;
}

/* line 2413, app/assets/stylesheets/tailwind.css */
.top-44 {
  top: 11rem !important;
}

/* line 2417, app/assets/stylesheets/tailwind.css */
.top-48 {
  top: 12rem !important;
}

/* line 2421, app/assets/stylesheets/tailwind.css */
.top-52 {
  top: 13rem !important;
}

/* line 2425, app/assets/stylesheets/tailwind.css */
.top-56 {
  top: 14rem !important;
}

/* line 2429, app/assets/stylesheets/tailwind.css */
.top-60 {
  top: 15rem !important;
}

/* line 2433, app/assets/stylesheets/tailwind.css */
.top-64 {
  top: 16rem !important;
}

/* line 2437, app/assets/stylesheets/tailwind.css */
.top-72 {
  top: 18rem !important;
}

/* line 2441, app/assets/stylesheets/tailwind.css */
.top-80 {
  top: 20rem !important;
}

/* line 2445, app/assets/stylesheets/tailwind.css */
.top-96 {
  top: 24rem !important;
}

/* line 2449, app/assets/stylesheets/tailwind.css */
.top-auto {
  top: auto !important;
}

/* line 2453, app/assets/stylesheets/tailwind.css */
.top-px {
  top: 1px !important;
}

/* line 2457, app/assets/stylesheets/tailwind.css */
.top-0\.5 {
  top: 0.125rem !important;
}

/* line 2461, app/assets/stylesheets/tailwind.css */
.top-1\.5 {
  top: 0.375rem !important;
}

/* line 2465, app/assets/stylesheets/tailwind.css */
.top-2\.5 {
  top: 0.625rem !important;
}

/* line 2469, app/assets/stylesheets/tailwind.css */
.top-3\.5 {
  top: 0.875rem !important;
}

/* line 2473, app/assets/stylesheets/tailwind.css */
.-top-0 {
  top: 0px !important;
}

/* line 2477, app/assets/stylesheets/tailwind.css */
.-top-1 {
  top: -0.25rem !important;
}

/* line 2481, app/assets/stylesheets/tailwind.css */
.-top-2 {
  top: -0.5rem !important;
}

/* line 2485, app/assets/stylesheets/tailwind.css */
.-top-3 {
  top: -0.75rem !important;
}

/* line 2489, app/assets/stylesheets/tailwind.css */
.-top-4 {
  top: -1rem !important;
}

/* line 2493, app/assets/stylesheets/tailwind.css */
.-top-5 {
  top: -1.25rem !important;
}

/* line 2497, app/assets/stylesheets/tailwind.css */
.-top-6 {
  top: -1.5rem !important;
}

/* line 2501, app/assets/stylesheets/tailwind.css */
.-top-7 {
  top: -1.75rem !important;
}

/* line 2505, app/assets/stylesheets/tailwind.css */
.-top-8 {
  top: -2rem !important;
}

/* line 2509, app/assets/stylesheets/tailwind.css */
.-top-9 {
  top: -2.25rem !important;
}

/* line 2513, app/assets/stylesheets/tailwind.css */
.-top-10 {
  top: -2.5rem !important;
}

/* line 2517, app/assets/stylesheets/tailwind.css */
.-top-11 {
  top: -2.75rem !important;
}

/* line 2521, app/assets/stylesheets/tailwind.css */
.-top-12 {
  top: -3rem !important;
}

/* line 2525, app/assets/stylesheets/tailwind.css */
.-top-14 {
  top: -3.5rem !important;
}

/* line 2529, app/assets/stylesheets/tailwind.css */
.-top-16 {
  top: -4rem !important;
}

/* line 2533, app/assets/stylesheets/tailwind.css */
.-top-20 {
  top: -5rem !important;
}

/* line 2537, app/assets/stylesheets/tailwind.css */
.-top-24 {
  top: -6rem !important;
}

/* line 2541, app/assets/stylesheets/tailwind.css */
.-top-28 {
  top: -7rem !important;
}

/* line 2545, app/assets/stylesheets/tailwind.css */
.-top-32 {
  top: -8rem !important;
}

/* line 2549, app/assets/stylesheets/tailwind.css */
.-top-36 {
  top: -9rem !important;
}

/* line 2553, app/assets/stylesheets/tailwind.css */
.-top-40 {
  top: -10rem !important;
}

/* line 2557, app/assets/stylesheets/tailwind.css */
.-top-44 {
  top: -11rem !important;
}

/* line 2561, app/assets/stylesheets/tailwind.css */
.-top-48 {
  top: -12rem !important;
}

/* line 2565, app/assets/stylesheets/tailwind.css */
.-top-52 {
  top: -13rem !important;
}

/* line 2569, app/assets/stylesheets/tailwind.css */
.-top-56 {
  top: -14rem !important;
}

/* line 2573, app/assets/stylesheets/tailwind.css */
.-top-60 {
  top: -15rem !important;
}

/* line 2577, app/assets/stylesheets/tailwind.css */
.-top-64 {
  top: -16rem !important;
}

/* line 2581, app/assets/stylesheets/tailwind.css */
.-top-72 {
  top: -18rem !important;
}

/* line 2585, app/assets/stylesheets/tailwind.css */
.-top-80 {
  top: -20rem !important;
}

/* line 2589, app/assets/stylesheets/tailwind.css */
.-top-96 {
  top: -24rem !important;
}

/* line 2593, app/assets/stylesheets/tailwind.css */
.-top-px {
  top: -1px !important;
}

/* line 2597, app/assets/stylesheets/tailwind.css */
.-top-0\.5 {
  top: -0.125rem !important;
}

/* line 2601, app/assets/stylesheets/tailwind.css */
.-top-1\.5 {
  top: -0.375rem !important;
}

/* line 2605, app/assets/stylesheets/tailwind.css */
.-top-2\.5 {
  top: -0.625rem !important;
}

/* line 2609, app/assets/stylesheets/tailwind.css */
.-top-3\.5 {
  top: -0.875rem !important;
}

/* line 2613, app/assets/stylesheets/tailwind.css */
.top-1\/2 {
  top: 50% !important;
}

/* line 2617, app/assets/stylesheets/tailwind.css */
.top-1\/3 {
  top: 33.333333% !important;
}

/* line 2621, app/assets/stylesheets/tailwind.css */
.top-2\/3 {
  top: 66.666667% !important;
}

/* line 2625, app/assets/stylesheets/tailwind.css */
.top-1\/4 {
  top: 25% !important;
}

/* line 2629, app/assets/stylesheets/tailwind.css */
.top-2\/4 {
  top: 50% !important;
}

/* line 2633, app/assets/stylesheets/tailwind.css */
.top-3\/4 {
  top: 75% !important;
}

/* line 2637, app/assets/stylesheets/tailwind.css */
.top-full {
  top: 100% !important;
}

/* line 2641, app/assets/stylesheets/tailwind.css */
.-top-1\/2 {
  top: -50% !important;
}

/* line 2645, app/assets/stylesheets/tailwind.css */
.-top-1\/3 {
  top: -33.333333% !important;
}

/* line 2649, app/assets/stylesheets/tailwind.css */
.-top-2\/3 {
  top: -66.666667% !important;
}

/* line 2653, app/assets/stylesheets/tailwind.css */
.-top-1\/4 {
  top: -25% !important;
}

/* line 2657, app/assets/stylesheets/tailwind.css */
.-top-2\/4 {
  top: -50% !important;
}

/* line 2661, app/assets/stylesheets/tailwind.css */
.-top-3\/4 {
  top: -75% !important;
}

/* line 2665, app/assets/stylesheets/tailwind.css */
.-top-full {
  top: -100% !important;
}

/* line 2669, app/assets/stylesheets/tailwind.css */
.right-0 {
  right: 0px !important;
}

/* line 2673, app/assets/stylesheets/tailwind.css */
.right-1 {
  right: 0.25rem !important;
}

/* line 2677, app/assets/stylesheets/tailwind.css */
.right-2 {
  right: 0.5rem !important;
}

/* line 2681, app/assets/stylesheets/tailwind.css */
.right-3 {
  right: 0.75rem !important;
}

/* line 2685, app/assets/stylesheets/tailwind.css */
.right-4 {
  right: 1rem !important;
}

/* line 2689, app/assets/stylesheets/tailwind.css */
.right-5 {
  right: 1.25rem !important;
}

/* line 2693, app/assets/stylesheets/tailwind.css */
.right-6 {
  right: 1.5rem !important;
}

/* line 2697, app/assets/stylesheets/tailwind.css */
.right-7 {
  right: 1.75rem !important;
}

/* line 2701, app/assets/stylesheets/tailwind.css */
.right-8 {
  right: 2rem !important;
}

/* line 2705, app/assets/stylesheets/tailwind.css */
.right-9 {
  right: 2.25rem !important;
}

/* line 2709, app/assets/stylesheets/tailwind.css */
.right-10 {
  right: 2.5rem !important;
}

/* line 2713, app/assets/stylesheets/tailwind.css */
.right-11 {
  right: 2.75rem !important;
}

/* line 2717, app/assets/stylesheets/tailwind.css */
.right-12 {
  right: 3rem !important;
}

/* line 2721, app/assets/stylesheets/tailwind.css */
.right-14 {
  right: 3.5rem !important;
}

/* line 2725, app/assets/stylesheets/tailwind.css */
.right-16 {
  right: 4rem !important;
}

/* line 2729, app/assets/stylesheets/tailwind.css */
.right-20 {
  right: 5rem !important;
}

/* line 2733, app/assets/stylesheets/tailwind.css */
.right-24 {
  right: 6rem !important;
}

/* line 2737, app/assets/stylesheets/tailwind.css */
.right-28 {
  right: 7rem !important;
}

/* line 2741, app/assets/stylesheets/tailwind.css */
.right-32 {
  right: 8rem !important;
}

/* line 2745, app/assets/stylesheets/tailwind.css */
.right-36 {
  right: 9rem !important;
}

/* line 2749, app/assets/stylesheets/tailwind.css */
.right-40 {
  right: 10rem !important;
}

/* line 2753, app/assets/stylesheets/tailwind.css */
.right-44 {
  right: 11rem !important;
}

/* line 2757, app/assets/stylesheets/tailwind.css */
.right-48 {
  right: 12rem !important;
}

/* line 2761, app/assets/stylesheets/tailwind.css */
.right-52 {
  right: 13rem !important;
}

/* line 2765, app/assets/stylesheets/tailwind.css */
.right-56 {
  right: 14rem !important;
}

/* line 2769, app/assets/stylesheets/tailwind.css */
.right-60 {
  right: 15rem !important;
}

/* line 2773, app/assets/stylesheets/tailwind.css */
.right-64 {
  right: 16rem !important;
}

/* line 2777, app/assets/stylesheets/tailwind.css */
.right-72 {
  right: 18rem !important;
}

/* line 2781, app/assets/stylesheets/tailwind.css */
.right-80 {
  right: 20rem !important;
}

/* line 2785, app/assets/stylesheets/tailwind.css */
.right-96 {
  right: 24rem !important;
}

/* line 2789, app/assets/stylesheets/tailwind.css */
.right-auto {
  right: auto !important;
}

/* line 2793, app/assets/stylesheets/tailwind.css */
.right-px {
  right: 1px !important;
}

/* line 2797, app/assets/stylesheets/tailwind.css */
.right-0\.5 {
  right: 0.125rem !important;
}

/* line 2801, app/assets/stylesheets/tailwind.css */
.right-1\.5 {
  right: 0.375rem !important;
}

/* line 2805, app/assets/stylesheets/tailwind.css */
.right-2\.5 {
  right: 0.625rem !important;
}

/* line 2809, app/assets/stylesheets/tailwind.css */
.right-3\.5 {
  right: 0.875rem !important;
}

/* line 2813, app/assets/stylesheets/tailwind.css */
.-right-0 {
  right: 0px !important;
}

/* line 2817, app/assets/stylesheets/tailwind.css */
.-right-1 {
  right: -0.25rem !important;
}

/* line 2821, app/assets/stylesheets/tailwind.css */
.-right-2 {
  right: -0.5rem !important;
}

/* line 2825, app/assets/stylesheets/tailwind.css */
.-right-3 {
  right: -0.75rem !important;
}

/* line 2829, app/assets/stylesheets/tailwind.css */
.-right-4 {
  right: -1rem !important;
}

/* line 2833, app/assets/stylesheets/tailwind.css */
.-right-5 {
  right: -1.25rem !important;
}

/* line 2837, app/assets/stylesheets/tailwind.css */
.-right-6 {
  right: -1.5rem !important;
}

/* line 2841, app/assets/stylesheets/tailwind.css */
.-right-7 {
  right: -1.75rem !important;
}

/* line 2845, app/assets/stylesheets/tailwind.css */
.-right-8 {
  right: -2rem !important;
}

/* line 2849, app/assets/stylesheets/tailwind.css */
.-right-9 {
  right: -2.25rem !important;
}

/* line 2853, app/assets/stylesheets/tailwind.css */
.-right-10 {
  right: -2.5rem !important;
}

/* line 2857, app/assets/stylesheets/tailwind.css */
.-right-11 {
  right: -2.75rem !important;
}

/* line 2861, app/assets/stylesheets/tailwind.css */
.-right-12 {
  right: -3rem !important;
}

/* line 2865, app/assets/stylesheets/tailwind.css */
.-right-14 {
  right: -3.5rem !important;
}

/* line 2869, app/assets/stylesheets/tailwind.css */
.-right-16 {
  right: -4rem !important;
}

/* line 2873, app/assets/stylesheets/tailwind.css */
.-right-20 {
  right: -5rem !important;
}

/* line 2877, app/assets/stylesheets/tailwind.css */
.-right-24 {
  right: -6rem !important;
}

/* line 2881, app/assets/stylesheets/tailwind.css */
.-right-28 {
  right: -7rem !important;
}

/* line 2885, app/assets/stylesheets/tailwind.css */
.-right-32 {
  right: -8rem !important;
}

/* line 2889, app/assets/stylesheets/tailwind.css */
.-right-36 {
  right: -9rem !important;
}

/* line 2893, app/assets/stylesheets/tailwind.css */
.-right-40 {
  right: -10rem !important;
}

/* line 2897, app/assets/stylesheets/tailwind.css */
.-right-44 {
  right: -11rem !important;
}

/* line 2901, app/assets/stylesheets/tailwind.css */
.-right-48 {
  right: -12rem !important;
}

/* line 2905, app/assets/stylesheets/tailwind.css */
.-right-52 {
  right: -13rem !important;
}

/* line 2909, app/assets/stylesheets/tailwind.css */
.-right-56 {
  right: -14rem !important;
}

/* line 2913, app/assets/stylesheets/tailwind.css */
.-right-60 {
  right: -15rem !important;
}

/* line 2917, app/assets/stylesheets/tailwind.css */
.-right-64 {
  right: -16rem !important;
}

/* line 2921, app/assets/stylesheets/tailwind.css */
.-right-72 {
  right: -18rem !important;
}

/* line 2925, app/assets/stylesheets/tailwind.css */
.-right-80 {
  right: -20rem !important;
}

/* line 2929, app/assets/stylesheets/tailwind.css */
.-right-96 {
  right: -24rem !important;
}

/* line 2933, app/assets/stylesheets/tailwind.css */
.-right-px {
  right: -1px !important;
}

/* line 2937, app/assets/stylesheets/tailwind.css */
.-right-0\.5 {
  right: -0.125rem !important;
}

/* line 2941, app/assets/stylesheets/tailwind.css */
.-right-1\.5 {
  right: -0.375rem !important;
}

/* line 2945, app/assets/stylesheets/tailwind.css */
.-right-2\.5 {
  right: -0.625rem !important;
}

/* line 2949, app/assets/stylesheets/tailwind.css */
.-right-3\.5 {
  right: -0.875rem !important;
}

/* line 2953, app/assets/stylesheets/tailwind.css */
.right-1\/2 {
  right: 50% !important;
}

/* line 2957, app/assets/stylesheets/tailwind.css */
.right-1\/3 {
  right: 33.333333% !important;
}

/* line 2961, app/assets/stylesheets/tailwind.css */
.right-2\/3 {
  right: 66.666667% !important;
}

/* line 2965, app/assets/stylesheets/tailwind.css */
.right-1\/4 {
  right: 25% !important;
}

/* line 2969, app/assets/stylesheets/tailwind.css */
.right-2\/4 {
  right: 50% !important;
}

/* line 2973, app/assets/stylesheets/tailwind.css */
.right-3\/4 {
  right: 75% !important;
}

/* line 2977, app/assets/stylesheets/tailwind.css */
.right-full {
  right: 100% !important;
}

/* line 2981, app/assets/stylesheets/tailwind.css */
.-right-1\/2 {
  right: -50% !important;
}

/* line 2985, app/assets/stylesheets/tailwind.css */
.-right-1\/3 {
  right: -33.333333% !important;
}

/* line 2989, app/assets/stylesheets/tailwind.css */
.-right-2\/3 {
  right: -66.666667% !important;
}

/* line 2993, app/assets/stylesheets/tailwind.css */
.-right-1\/4 {
  right: -25% !important;
}

/* line 2997, app/assets/stylesheets/tailwind.css */
.-right-2\/4 {
  right: -50% !important;
}

/* line 3001, app/assets/stylesheets/tailwind.css */
.-right-3\/4 {
  right: -75% !important;
}

/* line 3005, app/assets/stylesheets/tailwind.css */
.-right-full {
  right: -100% !important;
}

/* line 3009, app/assets/stylesheets/tailwind.css */
.bottom-0 {
  bottom: 0px !important;
}

/* line 3013, app/assets/stylesheets/tailwind.css */
.bottom-1 {
  bottom: 0.25rem !important;
}

/* line 3017, app/assets/stylesheets/tailwind.css */
.bottom-2 {
  bottom: 0.5rem !important;
}

/* line 3021, app/assets/stylesheets/tailwind.css */
.bottom-3 {
  bottom: 0.75rem !important;
}

/* line 3025, app/assets/stylesheets/tailwind.css */
.bottom-4 {
  bottom: 1rem !important;
}

/* line 3029, app/assets/stylesheets/tailwind.css */
.bottom-5 {
  bottom: 1.25rem !important;
}

/* line 3033, app/assets/stylesheets/tailwind.css */
.bottom-6 {
  bottom: 1.5rem !important;
}

/* line 3037, app/assets/stylesheets/tailwind.css */
.bottom-7 {
  bottom: 1.75rem !important;
}

/* line 3041, app/assets/stylesheets/tailwind.css */
.bottom-8 {
  bottom: 2rem !important;
}

/* line 3045, app/assets/stylesheets/tailwind.css */
.bottom-9 {
  bottom: 2.25rem !important;
}

/* line 3049, app/assets/stylesheets/tailwind.css */
.bottom-10 {
  bottom: 2.5rem !important;
}

/* line 3053, app/assets/stylesheets/tailwind.css */
.bottom-11 {
  bottom: 2.75rem !important;
}

/* line 3057, app/assets/stylesheets/tailwind.css */
.bottom-12 {
  bottom: 3rem !important;
}

/* line 3061, app/assets/stylesheets/tailwind.css */
.bottom-14 {
  bottom: 3.5rem !important;
}

/* line 3065, app/assets/stylesheets/tailwind.css */
.bottom-16 {
  bottom: 4rem !important;
}

/* line 3069, app/assets/stylesheets/tailwind.css */
.bottom-20 {
  bottom: 5rem !important;
}

/* line 3073, app/assets/stylesheets/tailwind.css */
.bottom-24 {
  bottom: 6rem !important;
}

/* line 3077, app/assets/stylesheets/tailwind.css */
.bottom-28 {
  bottom: 7rem !important;
}

/* line 3081, app/assets/stylesheets/tailwind.css */
.bottom-32 {
  bottom: 8rem !important;
}

/* line 3085, app/assets/stylesheets/tailwind.css */
.bottom-36 {
  bottom: 9rem !important;
}

/* line 3089, app/assets/stylesheets/tailwind.css */
.bottom-40 {
  bottom: 10rem !important;
}

/* line 3093, app/assets/stylesheets/tailwind.css */
.bottom-44 {
  bottom: 11rem !important;
}

/* line 3097, app/assets/stylesheets/tailwind.css */
.bottom-48 {
  bottom: 12rem !important;
}

/* line 3101, app/assets/stylesheets/tailwind.css */
.bottom-52 {
  bottom: 13rem !important;
}

/* line 3105, app/assets/stylesheets/tailwind.css */
.bottom-56 {
  bottom: 14rem !important;
}

/* line 3109, app/assets/stylesheets/tailwind.css */
.bottom-60 {
  bottom: 15rem !important;
}

/* line 3113, app/assets/stylesheets/tailwind.css */
.bottom-64 {
  bottom: 16rem !important;
}

/* line 3117, app/assets/stylesheets/tailwind.css */
.bottom-72 {
  bottom: 18rem !important;
}

/* line 3121, app/assets/stylesheets/tailwind.css */
.bottom-80 {
  bottom: 20rem !important;
}

/* line 3125, app/assets/stylesheets/tailwind.css */
.bottom-96 {
  bottom: 24rem !important;
}

/* line 3129, app/assets/stylesheets/tailwind.css */
.bottom-auto {
  bottom: auto !important;
}

/* line 3133, app/assets/stylesheets/tailwind.css */
.bottom-px {
  bottom: 1px !important;
}

/* line 3137, app/assets/stylesheets/tailwind.css */
.bottom-0\.5 {
  bottom: 0.125rem !important;
}

/* line 3141, app/assets/stylesheets/tailwind.css */
.bottom-1\.5 {
  bottom: 0.375rem !important;
}

/* line 3145, app/assets/stylesheets/tailwind.css */
.bottom-2\.5 {
  bottom: 0.625rem !important;
}

/* line 3149, app/assets/stylesheets/tailwind.css */
.bottom-3\.5 {
  bottom: 0.875rem !important;
}

/* line 3153, app/assets/stylesheets/tailwind.css */
.-bottom-0 {
  bottom: 0px !important;
}

/* line 3157, app/assets/stylesheets/tailwind.css */
.-bottom-1 {
  bottom: -0.25rem !important;
}

/* line 3161, app/assets/stylesheets/tailwind.css */
.-bottom-2 {
  bottom: -0.5rem !important;
}

/* line 3165, app/assets/stylesheets/tailwind.css */
.-bottom-3 {
  bottom: -0.75rem !important;
}

/* line 3169, app/assets/stylesheets/tailwind.css */
.-bottom-4 {
  bottom: -1rem !important;
}

/* line 3173, app/assets/stylesheets/tailwind.css */
.-bottom-5 {
  bottom: -1.25rem !important;
}

/* line 3177, app/assets/stylesheets/tailwind.css */
.-bottom-6 {
  bottom: -1.5rem !important;
}

/* line 3181, app/assets/stylesheets/tailwind.css */
.-bottom-7 {
  bottom: -1.75rem !important;
}

/* line 3185, app/assets/stylesheets/tailwind.css */
.-bottom-8 {
  bottom: -2rem !important;
}

/* line 3189, app/assets/stylesheets/tailwind.css */
.-bottom-9 {
  bottom: -2.25rem !important;
}

/* line 3193, app/assets/stylesheets/tailwind.css */
.-bottom-10 {
  bottom: -2.5rem !important;
}

/* line 3197, app/assets/stylesheets/tailwind.css */
.-bottom-11 {
  bottom: -2.75rem !important;
}

/* line 3201, app/assets/stylesheets/tailwind.css */
.-bottom-12 {
  bottom: -3rem !important;
}

/* line 3205, app/assets/stylesheets/tailwind.css */
.-bottom-14 {
  bottom: -3.5rem !important;
}

/* line 3209, app/assets/stylesheets/tailwind.css */
.-bottom-16 {
  bottom: -4rem !important;
}

/* line 3213, app/assets/stylesheets/tailwind.css */
.-bottom-20 {
  bottom: -5rem !important;
}

/* line 3217, app/assets/stylesheets/tailwind.css */
.-bottom-24 {
  bottom: -6rem !important;
}

/* line 3221, app/assets/stylesheets/tailwind.css */
.-bottom-28 {
  bottom: -7rem !important;
}

/* line 3225, app/assets/stylesheets/tailwind.css */
.-bottom-32 {
  bottom: -8rem !important;
}

/* line 3229, app/assets/stylesheets/tailwind.css */
.-bottom-36 {
  bottom: -9rem !important;
}

/* line 3233, app/assets/stylesheets/tailwind.css */
.-bottom-40 {
  bottom: -10rem !important;
}

/* line 3237, app/assets/stylesheets/tailwind.css */
.-bottom-44 {
  bottom: -11rem !important;
}

/* line 3241, app/assets/stylesheets/tailwind.css */
.-bottom-48 {
  bottom: -12rem !important;
}

/* line 3245, app/assets/stylesheets/tailwind.css */
.-bottom-52 {
  bottom: -13rem !important;
}

/* line 3249, app/assets/stylesheets/tailwind.css */
.-bottom-56 {
  bottom: -14rem !important;
}

/* line 3253, app/assets/stylesheets/tailwind.css */
.-bottom-60 {
  bottom: -15rem !important;
}

/* line 3257, app/assets/stylesheets/tailwind.css */
.-bottom-64 {
  bottom: -16rem !important;
}

/* line 3261, app/assets/stylesheets/tailwind.css */
.-bottom-72 {
  bottom: -18rem !important;
}

/* line 3265, app/assets/stylesheets/tailwind.css */
.-bottom-80 {
  bottom: -20rem !important;
}

/* line 3269, app/assets/stylesheets/tailwind.css */
.-bottom-96 {
  bottom: -24rem !important;
}

/* line 3273, app/assets/stylesheets/tailwind.css */
.-bottom-px {
  bottom: -1px !important;
}

/* line 3277, app/assets/stylesheets/tailwind.css */
.-bottom-0\.5 {
  bottom: -0.125rem !important;
}

/* line 3281, app/assets/stylesheets/tailwind.css */
.-bottom-1\.5 {
  bottom: -0.375rem !important;
}

/* line 3285, app/assets/stylesheets/tailwind.css */
.-bottom-2\.5 {
  bottom: -0.625rem !important;
}

/* line 3289, app/assets/stylesheets/tailwind.css */
.-bottom-3\.5 {
  bottom: -0.875rem !important;
}

/* line 3293, app/assets/stylesheets/tailwind.css */
.bottom-1\/2 {
  bottom: 50% !important;
}

/* line 3297, app/assets/stylesheets/tailwind.css */
.bottom-1\/3 {
  bottom: 33.333333% !important;
}

/* line 3301, app/assets/stylesheets/tailwind.css */
.bottom-2\/3 {
  bottom: 66.666667% !important;
}

/* line 3305, app/assets/stylesheets/tailwind.css */
.bottom-1\/4 {
  bottom: 25% !important;
}

/* line 3309, app/assets/stylesheets/tailwind.css */
.bottom-2\/4 {
  bottom: 50% !important;
}

/* line 3313, app/assets/stylesheets/tailwind.css */
.bottom-3\/4 {
  bottom: 75% !important;
}

/* line 3317, app/assets/stylesheets/tailwind.css */
.bottom-full {
  bottom: 100% !important;
}

/* line 3321, app/assets/stylesheets/tailwind.css */
.-bottom-1\/2 {
  bottom: -50% !important;
}

/* line 3325, app/assets/stylesheets/tailwind.css */
.-bottom-1\/3 {
  bottom: -33.333333% !important;
}

/* line 3329, app/assets/stylesheets/tailwind.css */
.-bottom-2\/3 {
  bottom: -66.666667% !important;
}

/* line 3333, app/assets/stylesheets/tailwind.css */
.-bottom-1\/4 {
  bottom: -25% !important;
}

/* line 3337, app/assets/stylesheets/tailwind.css */
.-bottom-2\/4 {
  bottom: -50% !important;
}

/* line 3341, app/assets/stylesheets/tailwind.css */
.-bottom-3\/4 {
  bottom: -75% !important;
}

/* line 3345, app/assets/stylesheets/tailwind.css */
.-bottom-full {
  bottom: -100% !important;
}

/* line 3349, app/assets/stylesheets/tailwind.css */
.left-0 {
  left: 0px !important;
}

/* line 3353, app/assets/stylesheets/tailwind.css */
.left-1 {
  left: 0.25rem !important;
}

/* line 3357, app/assets/stylesheets/tailwind.css */
.left-2 {
  left: 0.5rem !important;
}

/* line 3361, app/assets/stylesheets/tailwind.css */
.left-3 {
  left: 0.75rem !important;
}

/* line 3365, app/assets/stylesheets/tailwind.css */
.left-4 {
  left: 1rem !important;
}

/* line 3369, app/assets/stylesheets/tailwind.css */
.left-5 {
  left: 1.25rem !important;
}

/* line 3373, app/assets/stylesheets/tailwind.css */
.left-6 {
  left: 1.5rem !important;
}

/* line 3377, app/assets/stylesheets/tailwind.css */
.left-7 {
  left: 1.75rem !important;
}

/* line 3381, app/assets/stylesheets/tailwind.css */
.left-8 {
  left: 2rem !important;
}

/* line 3385, app/assets/stylesheets/tailwind.css */
.left-9 {
  left: 2.25rem !important;
}

/* line 3389, app/assets/stylesheets/tailwind.css */
.left-10 {
  left: 2.5rem !important;
}

/* line 3393, app/assets/stylesheets/tailwind.css */
.left-11 {
  left: 2.75rem !important;
}

/* line 3397, app/assets/stylesheets/tailwind.css */
.left-12 {
  left: 3rem !important;
}

/* line 3401, app/assets/stylesheets/tailwind.css */
.left-14 {
  left: 3.5rem !important;
}

/* line 3405, app/assets/stylesheets/tailwind.css */
.left-16 {
  left: 4rem !important;
}

/* line 3409, app/assets/stylesheets/tailwind.css */
.left-20 {
  left: 5rem !important;
}

/* line 3413, app/assets/stylesheets/tailwind.css */
.left-24 {
  left: 6rem !important;
}

/* line 3417, app/assets/stylesheets/tailwind.css */
.left-28 {
  left: 7rem !important;
}

/* line 3421, app/assets/stylesheets/tailwind.css */
.left-32 {
  left: 8rem !important;
}

/* line 3425, app/assets/stylesheets/tailwind.css */
.left-36 {
  left: 9rem !important;
}

/* line 3429, app/assets/stylesheets/tailwind.css */
.left-40 {
  left: 10rem !important;
}

/* line 3433, app/assets/stylesheets/tailwind.css */
.left-44 {
  left: 11rem !important;
}

/* line 3437, app/assets/stylesheets/tailwind.css */
.left-48 {
  left: 12rem !important;
}

/* line 3441, app/assets/stylesheets/tailwind.css */
.left-52 {
  left: 13rem !important;
}

/* line 3445, app/assets/stylesheets/tailwind.css */
.left-56 {
  left: 14rem !important;
}

/* line 3449, app/assets/stylesheets/tailwind.css */
.left-60 {
  left: 15rem !important;
}

/* line 3453, app/assets/stylesheets/tailwind.css */
.left-64 {
  left: 16rem !important;
}

/* line 3457, app/assets/stylesheets/tailwind.css */
.left-72 {
  left: 18rem !important;
}

/* line 3461, app/assets/stylesheets/tailwind.css */
.left-80 {
  left: 20rem !important;
}

/* line 3465, app/assets/stylesheets/tailwind.css */
.left-96 {
  left: 24rem !important;
}

/* line 3469, app/assets/stylesheets/tailwind.css */
.left-auto {
  left: auto !important;
}

/* line 3473, app/assets/stylesheets/tailwind.css */
.left-px {
  left: 1px !important;
}

/* line 3477, app/assets/stylesheets/tailwind.css */
.left-0\.5 {
  left: 0.125rem !important;
}

/* line 3481, app/assets/stylesheets/tailwind.css */
.left-1\.5 {
  left: 0.375rem !important;
}

/* line 3485, app/assets/stylesheets/tailwind.css */
.left-2\.5 {
  left: 0.625rem !important;
}

/* line 3489, app/assets/stylesheets/tailwind.css */
.left-3\.5 {
  left: 0.875rem !important;
}

/* line 3493, app/assets/stylesheets/tailwind.css */
.-left-0 {
  left: 0px !important;
}

/* line 3497, app/assets/stylesheets/tailwind.css */
.-left-1 {
  left: -0.25rem !important;
}

/* line 3501, app/assets/stylesheets/tailwind.css */
.-left-2 {
  left: -0.5rem !important;
}

/* line 3505, app/assets/stylesheets/tailwind.css */
.-left-3 {
  left: -0.75rem !important;
}

/* line 3509, app/assets/stylesheets/tailwind.css */
.-left-4 {
  left: -1rem !important;
}

/* line 3513, app/assets/stylesheets/tailwind.css */
.-left-5 {
  left: -1.25rem !important;
}

/* line 3517, app/assets/stylesheets/tailwind.css */
.-left-6 {
  left: -1.5rem !important;
}

/* line 3521, app/assets/stylesheets/tailwind.css */
.-left-7 {
  left: -1.75rem !important;
}

/* line 3525, app/assets/stylesheets/tailwind.css */
.-left-8 {
  left: -2rem !important;
}

/* line 3529, app/assets/stylesheets/tailwind.css */
.-left-9 {
  left: -2.25rem !important;
}

/* line 3533, app/assets/stylesheets/tailwind.css */
.-left-10 {
  left: -2.5rem !important;
}

/* line 3537, app/assets/stylesheets/tailwind.css */
.-left-11 {
  left: -2.75rem !important;
}

/* line 3541, app/assets/stylesheets/tailwind.css */
.-left-12 {
  left: -3rem !important;
}

/* line 3545, app/assets/stylesheets/tailwind.css */
.-left-14 {
  left: -3.5rem !important;
}

/* line 3549, app/assets/stylesheets/tailwind.css */
.-left-16 {
  left: -4rem !important;
}

/* line 3553, app/assets/stylesheets/tailwind.css */
.-left-20 {
  left: -5rem !important;
}

/* line 3557, app/assets/stylesheets/tailwind.css */
.-left-24 {
  left: -6rem !important;
}

/* line 3561, app/assets/stylesheets/tailwind.css */
.-left-28 {
  left: -7rem !important;
}

/* line 3565, app/assets/stylesheets/tailwind.css */
.-left-32 {
  left: -8rem !important;
}

/* line 3569, app/assets/stylesheets/tailwind.css */
.-left-36 {
  left: -9rem !important;
}

/* line 3573, app/assets/stylesheets/tailwind.css */
.-left-40 {
  left: -10rem !important;
}

/* line 3577, app/assets/stylesheets/tailwind.css */
.-left-44 {
  left: -11rem !important;
}

/* line 3581, app/assets/stylesheets/tailwind.css */
.-left-48 {
  left: -12rem !important;
}

/* line 3585, app/assets/stylesheets/tailwind.css */
.-left-52 {
  left: -13rem !important;
}

/* line 3589, app/assets/stylesheets/tailwind.css */
.-left-56 {
  left: -14rem !important;
}

/* line 3593, app/assets/stylesheets/tailwind.css */
.-left-60 {
  left: -15rem !important;
}

/* line 3597, app/assets/stylesheets/tailwind.css */
.-left-64 {
  left: -16rem !important;
}

/* line 3601, app/assets/stylesheets/tailwind.css */
.-left-72 {
  left: -18rem !important;
}

/* line 3605, app/assets/stylesheets/tailwind.css */
.-left-80 {
  left: -20rem !important;
}

/* line 3609, app/assets/stylesheets/tailwind.css */
.-left-96 {
  left: -24rem !important;
}

/* line 3613, app/assets/stylesheets/tailwind.css */
.-left-px {
  left: -1px !important;
}

/* line 3617, app/assets/stylesheets/tailwind.css */
.-left-0\.5 {
  left: -0.125rem !important;
}

/* line 3621, app/assets/stylesheets/tailwind.css */
.-left-1\.5 {
  left: -0.375rem !important;
}

/* line 3625, app/assets/stylesheets/tailwind.css */
.-left-2\.5 {
  left: -0.625rem !important;
}

/* line 3629, app/assets/stylesheets/tailwind.css */
.-left-3\.5 {
  left: -0.875rem !important;
}

/* line 3633, app/assets/stylesheets/tailwind.css */
.left-1\/2 {
  left: 50% !important;
}

/* line 3637, app/assets/stylesheets/tailwind.css */
.left-1\/3 {
  left: 33.333333% !important;
}

/* line 3641, app/assets/stylesheets/tailwind.css */
.left-2\/3 {
  left: 66.666667% !important;
}

/* line 3645, app/assets/stylesheets/tailwind.css */
.left-1\/4 {
  left: 25% !important;
}

/* line 3649, app/assets/stylesheets/tailwind.css */
.left-2\/4 {
  left: 50% !important;
}

/* line 3653, app/assets/stylesheets/tailwind.css */
.left-3\/4 {
  left: 75% !important;
}

/* line 3657, app/assets/stylesheets/tailwind.css */
.left-full {
  left: 100% !important;
}

/* line 3661, app/assets/stylesheets/tailwind.css */
.-left-1\/2 {
  left: -50% !important;
}

/* line 3665, app/assets/stylesheets/tailwind.css */
.-left-1\/3 {
  left: -33.333333% !important;
}

/* line 3669, app/assets/stylesheets/tailwind.css */
.-left-2\/3 {
  left: -66.666667% !important;
}

/* line 3673, app/assets/stylesheets/tailwind.css */
.-left-1\/4 {
  left: -25% !important;
}

/* line 3677, app/assets/stylesheets/tailwind.css */
.-left-2\/4 {
  left: -50% !important;
}

/* line 3681, app/assets/stylesheets/tailwind.css */
.-left-3\/4 {
  left: -75% !important;
}

/* line 3685, app/assets/stylesheets/tailwind.css */
.-left-full {
  left: -100% !important;
}

/* line 3689, app/assets/stylesheets/tailwind.css */
.isolate {
  isolation: isolate !important;
}

/* line 3693, app/assets/stylesheets/tailwind.css */
.isolation-auto {
  isolation: auto !important;
}

/* line 3697, app/assets/stylesheets/tailwind.css */
.z-0 {
  z-index: 0 !important;
}

/* line 3701, app/assets/stylesheets/tailwind.css */
.z-10 {
  z-index: 10 !important;
}

/* line 3705, app/assets/stylesheets/tailwind.css */
.z-20 {
  z-index: 20 !important;
}

/* line 3709, app/assets/stylesheets/tailwind.css */
.z-30 {
  z-index: 30 !important;
}

/* line 3713, app/assets/stylesheets/tailwind.css */
.z-40 {
  z-index: 40 !important;
}

/* line 3717, app/assets/stylesheets/tailwind.css */
.z-50 {
  z-index: 50 !important;
}

/* line 3721, app/assets/stylesheets/tailwind.css */
.z-auto {
  z-index: auto !important;
}

/* line 3725, app/assets/stylesheets/tailwind.css */
.focus-within\:z-0:focus-within {
  z-index: 0 !important;
}

/* line 3729, app/assets/stylesheets/tailwind.css */
.focus-within\:z-10:focus-within {
  z-index: 10 !important;
}

/* line 3733, app/assets/stylesheets/tailwind.css */
.focus-within\:z-20:focus-within {
  z-index: 20 !important;
}

/* line 3737, app/assets/stylesheets/tailwind.css */
.focus-within\:z-30:focus-within {
  z-index: 30 !important;
}

/* line 3741, app/assets/stylesheets/tailwind.css */
.focus-within\:z-40:focus-within {
  z-index: 40 !important;
}

/* line 3745, app/assets/stylesheets/tailwind.css */
.focus-within\:z-50:focus-within {
  z-index: 50 !important;
}

/* line 3749, app/assets/stylesheets/tailwind.css */
.focus-within\:z-auto:focus-within {
  z-index: auto !important;
}

/* line 3753, app/assets/stylesheets/tailwind.css */
.focus\:z-0:focus {
  z-index: 0 !important;
}

/* line 3757, app/assets/stylesheets/tailwind.css */
.focus\:z-10:focus {
  z-index: 10 !important;
}

/* line 3761, app/assets/stylesheets/tailwind.css */
.focus\:z-20:focus {
  z-index: 20 !important;
}

/* line 3765, app/assets/stylesheets/tailwind.css */
.focus\:z-30:focus {
  z-index: 30 !important;
}

/* line 3769, app/assets/stylesheets/tailwind.css */
.focus\:z-40:focus {
  z-index: 40 !important;
}

/* line 3773, app/assets/stylesheets/tailwind.css */
.focus\:z-50:focus {
  z-index: 50 !important;
}

/* line 3777, app/assets/stylesheets/tailwind.css */
.focus\:z-auto:focus {
  z-index: auto !important;
}

/* line 3781, app/assets/stylesheets/tailwind.css */
.order-1 {
  order: 1 !important;
}

/* line 3785, app/assets/stylesheets/tailwind.css */
.order-2 {
  order: 2 !important;
}

/* line 3789, app/assets/stylesheets/tailwind.css */
.order-3 {
  order: 3 !important;
}

/* line 3793, app/assets/stylesheets/tailwind.css */
.order-4 {
  order: 4 !important;
}

/* line 3797, app/assets/stylesheets/tailwind.css */
.order-5 {
  order: 5 !important;
}

/* line 3801, app/assets/stylesheets/tailwind.css */
.order-6 {
  order: 6 !important;
}

/* line 3805, app/assets/stylesheets/tailwind.css */
.order-7 {
  order: 7 !important;
}

/* line 3809, app/assets/stylesheets/tailwind.css */
.order-8 {
  order: 8 !important;
}

/* line 3813, app/assets/stylesheets/tailwind.css */
.order-9 {
  order: 9 !important;
}

/* line 3817, app/assets/stylesheets/tailwind.css */
.order-10 {
  order: 10 !important;
}

/* line 3821, app/assets/stylesheets/tailwind.css */
.order-11 {
  order: 11 !important;
}

/* line 3825, app/assets/stylesheets/tailwind.css */
.order-12 {
  order: 12 !important;
}

/* line 3829, app/assets/stylesheets/tailwind.css */
.order-first {
  order: -9999 !important;
}

/* line 3833, app/assets/stylesheets/tailwind.css */
.order-last {
  order: 9999 !important;
}

/* line 3837, app/assets/stylesheets/tailwind.css */
.order-none {
  order: 0 !important;
}

/* line 3841, app/assets/stylesheets/tailwind.css */
.col-auto {
  grid-column: auto !important;
}

/* line 3845, app/assets/stylesheets/tailwind.css */
.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

/* line 3849, app/assets/stylesheets/tailwind.css */
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

/* line 3853, app/assets/stylesheets/tailwind.css */
.col-span-3 {
  grid-column: span 3 / span 3 !important;
}

/* line 3857, app/assets/stylesheets/tailwind.css */
.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

/* line 3861, app/assets/stylesheets/tailwind.css */
.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

/* line 3865, app/assets/stylesheets/tailwind.css */
.col-span-6 {
  grid-column: span 6 / span 6 !important;
}

/* line 3869, app/assets/stylesheets/tailwind.css */
.col-span-7 {
  grid-column: span 7 / span 7 !important;
}

/* line 3873, app/assets/stylesheets/tailwind.css */
.col-span-8 {
  grid-column: span 8 / span 8 !important;
}

/* line 3877, app/assets/stylesheets/tailwind.css */
.col-span-9 {
  grid-column: span 9 / span 9 !important;
}

/* line 3881, app/assets/stylesheets/tailwind.css */
.col-span-10 {
  grid-column: span 10 / span 10 !important;
}

/* line 3885, app/assets/stylesheets/tailwind.css */
.col-span-11 {
  grid-column: span 11 / span 11 !important;
}

/* line 3889, app/assets/stylesheets/tailwind.css */
.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

/* line 3893, app/assets/stylesheets/tailwind.css */
.col-span-full {
  grid-column: 1 / -1 !important;
}

/* line 3897, app/assets/stylesheets/tailwind.css */
.col-start-1 {
  grid-column-start: 1 !important;
}

/* line 3901, app/assets/stylesheets/tailwind.css */
.col-start-2 {
  grid-column-start: 2 !important;
}

/* line 3905, app/assets/stylesheets/tailwind.css */
.col-start-3 {
  grid-column-start: 3 !important;
}

/* line 3909, app/assets/stylesheets/tailwind.css */
.col-start-4 {
  grid-column-start: 4 !important;
}

/* line 3913, app/assets/stylesheets/tailwind.css */
.col-start-5 {
  grid-column-start: 5 !important;
}

/* line 3917, app/assets/stylesheets/tailwind.css */
.col-start-6 {
  grid-column-start: 6 !important;
}

/* line 3921, app/assets/stylesheets/tailwind.css */
.col-start-7 {
  grid-column-start: 7 !important;
}

/* line 3925, app/assets/stylesheets/tailwind.css */
.col-start-8 {
  grid-column-start: 8 !important;
}

/* line 3929, app/assets/stylesheets/tailwind.css */
.col-start-9 {
  grid-column-start: 9 !important;
}

/* line 3933, app/assets/stylesheets/tailwind.css */
.col-start-10 {
  grid-column-start: 10 !important;
}

/* line 3937, app/assets/stylesheets/tailwind.css */
.col-start-11 {
  grid-column-start: 11 !important;
}

/* line 3941, app/assets/stylesheets/tailwind.css */
.col-start-12 {
  grid-column-start: 12 !important;
}

/* line 3945, app/assets/stylesheets/tailwind.css */
.col-start-13 {
  grid-column-start: 13 !important;
}

/* line 3949, app/assets/stylesheets/tailwind.css */
.col-start-auto {
  grid-column-start: auto !important;
}

/* line 3953, app/assets/stylesheets/tailwind.css */
.col-end-1 {
  grid-column-end: 1 !important;
}

/* line 3957, app/assets/stylesheets/tailwind.css */
.col-end-2 {
  grid-column-end: 2 !important;
}

/* line 3961, app/assets/stylesheets/tailwind.css */
.col-end-3 {
  grid-column-end: 3 !important;
}

/* line 3965, app/assets/stylesheets/tailwind.css */
.col-end-4 {
  grid-column-end: 4 !important;
}

/* line 3969, app/assets/stylesheets/tailwind.css */
.col-end-5 {
  grid-column-end: 5 !important;
}

/* line 3973, app/assets/stylesheets/tailwind.css */
.col-end-6 {
  grid-column-end: 6 !important;
}

/* line 3977, app/assets/stylesheets/tailwind.css */
.col-end-7 {
  grid-column-end: 7 !important;
}

/* line 3981, app/assets/stylesheets/tailwind.css */
.col-end-8 {
  grid-column-end: 8 !important;
}

/* line 3985, app/assets/stylesheets/tailwind.css */
.col-end-9 {
  grid-column-end: 9 !important;
}

/* line 3989, app/assets/stylesheets/tailwind.css */
.col-end-10 {
  grid-column-end: 10 !important;
}

/* line 3993, app/assets/stylesheets/tailwind.css */
.col-end-11 {
  grid-column-end: 11 !important;
}

/* line 3997, app/assets/stylesheets/tailwind.css */
.col-end-12 {
  grid-column-end: 12 !important;
}

/* line 4001, app/assets/stylesheets/tailwind.css */
.col-end-13 {
  grid-column-end: 13 !important;
}

/* line 4005, app/assets/stylesheets/tailwind.css */
.col-end-auto {
  grid-column-end: auto !important;
}

/* line 4009, app/assets/stylesheets/tailwind.css */
.row-auto {
  grid-row: auto !important;
}

/* line 4013, app/assets/stylesheets/tailwind.css */
.row-span-1 {
  grid-row: span 1 / span 1 !important;
}

/* line 4017, app/assets/stylesheets/tailwind.css */
.row-span-2 {
  grid-row: span 2 / span 2 !important;
}

/* line 4021, app/assets/stylesheets/tailwind.css */
.row-span-3 {
  grid-row: span 3 / span 3 !important;
}

/* line 4025, app/assets/stylesheets/tailwind.css */
.row-span-4 {
  grid-row: span 4 / span 4 !important;
}

/* line 4029, app/assets/stylesheets/tailwind.css */
.row-span-5 {
  grid-row: span 5 / span 5 !important;
}

/* line 4033, app/assets/stylesheets/tailwind.css */
.row-span-6 {
  grid-row: span 6 / span 6 !important;
}

/* line 4037, app/assets/stylesheets/tailwind.css */
.row-span-full {
  grid-row: 1 / -1 !important;
}

/* line 4041, app/assets/stylesheets/tailwind.css */
.row-start-1 {
  grid-row-start: 1 !important;
}

/* line 4045, app/assets/stylesheets/tailwind.css */
.row-start-2 {
  grid-row-start: 2 !important;
}

/* line 4049, app/assets/stylesheets/tailwind.css */
.row-start-3 {
  grid-row-start: 3 !important;
}

/* line 4053, app/assets/stylesheets/tailwind.css */
.row-start-4 {
  grid-row-start: 4 !important;
}

/* line 4057, app/assets/stylesheets/tailwind.css */
.row-start-5 {
  grid-row-start: 5 !important;
}

/* line 4061, app/assets/stylesheets/tailwind.css */
.row-start-6 {
  grid-row-start: 6 !important;
}

/* line 4065, app/assets/stylesheets/tailwind.css */
.row-start-7 {
  grid-row-start: 7 !important;
}

/* line 4069, app/assets/stylesheets/tailwind.css */
.row-start-auto {
  grid-row-start: auto !important;
}

/* line 4073, app/assets/stylesheets/tailwind.css */
.row-end-1 {
  grid-row-end: 1 !important;
}

/* line 4077, app/assets/stylesheets/tailwind.css */
.row-end-2 {
  grid-row-end: 2 !important;
}

/* line 4081, app/assets/stylesheets/tailwind.css */
.row-end-3 {
  grid-row-end: 3 !important;
}

/* line 4085, app/assets/stylesheets/tailwind.css */
.row-end-4 {
  grid-row-end: 4 !important;
}

/* line 4089, app/assets/stylesheets/tailwind.css */
.row-end-5 {
  grid-row-end: 5 !important;
}

/* line 4093, app/assets/stylesheets/tailwind.css */
.row-end-6 {
  grid-row-end: 6 !important;
}

/* line 4097, app/assets/stylesheets/tailwind.css */
.row-end-7 {
  grid-row-end: 7 !important;
}

/* line 4101, app/assets/stylesheets/tailwind.css */
.row-end-auto {
  grid-row-end: auto !important;
}

/* line 4105, app/assets/stylesheets/tailwind.css */
.float-right {
  float: right !important;
}

/* line 4109, app/assets/stylesheets/tailwind.css */
.float-left {
  float: left !important;
}

/* line 4113, app/assets/stylesheets/tailwind.css */
.float-none {
  float: none !important;
}

/* line 4117, app/assets/stylesheets/tailwind.css */
.clear-left {
  clear: left !important;
}

/* line 4121, app/assets/stylesheets/tailwind.css */
.clear-right {
  clear: right !important;
}

/* line 4125, app/assets/stylesheets/tailwind.css */
.clear-both {
  clear: both !important;
}

/* line 4129, app/assets/stylesheets/tailwind.css */
.clear-none {
  clear: none !important;
}

/* line 4133, app/assets/stylesheets/tailwind.css */
.m-0 {
  margin: 0px !important;
}

/* line 4137, app/assets/stylesheets/tailwind.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 4141, app/assets/stylesheets/tailwind.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 4145, app/assets/stylesheets/tailwind.css */
.m-3 {
  margin: 0.75rem !important;
}

/* line 4149, app/assets/stylesheets/tailwind.css */
.m-4 {
  margin: 1rem !important;
}

/* line 4153, app/assets/stylesheets/tailwind.css */
.m-5 {
  margin: 1.25rem !important;
}

/* line 4157, app/assets/stylesheets/tailwind.css */
.m-6 {
  margin: 1.5rem !important;
}

/* line 4161, app/assets/stylesheets/tailwind.css */
.m-7 {
  margin: 1.75rem !important;
}

/* line 4165, app/assets/stylesheets/tailwind.css */
.m-8 {
  margin: 2rem !important;
}

/* line 4169, app/assets/stylesheets/tailwind.css */
.m-9 {
  margin: 2.25rem !important;
}

/* line 4173, app/assets/stylesheets/tailwind.css */
.m-10 {
  margin: 2.5rem !important;
}

/* line 4177, app/assets/stylesheets/tailwind.css */
.m-11 {
  margin: 2.75rem !important;
}

/* line 4181, app/assets/stylesheets/tailwind.css */
.m-12 {
  margin: 3rem !important;
}

/* line 4185, app/assets/stylesheets/tailwind.css */
.m-14 {
  margin: 3.5rem !important;
}

/* line 4189, app/assets/stylesheets/tailwind.css */
.m-16 {
  margin: 4rem !important;
}

/* line 4193, app/assets/stylesheets/tailwind.css */
.m-20 {
  margin: 5rem !important;
}

/* line 4197, app/assets/stylesheets/tailwind.css */
.m-24 {
  margin: 6rem !important;
}

/* line 4201, app/assets/stylesheets/tailwind.css */
.m-28 {
  margin: 7rem !important;
}

/* line 4205, app/assets/stylesheets/tailwind.css */
.m-32 {
  margin: 8rem !important;
}

/* line 4209, app/assets/stylesheets/tailwind.css */
.m-36 {
  margin: 9rem !important;
}

/* line 4213, app/assets/stylesheets/tailwind.css */
.m-40 {
  margin: 10rem !important;
}

/* line 4217, app/assets/stylesheets/tailwind.css */
.m-44 {
  margin: 11rem !important;
}

/* line 4221, app/assets/stylesheets/tailwind.css */
.m-48 {
  margin: 12rem !important;
}

/* line 4225, app/assets/stylesheets/tailwind.css */
.m-52 {
  margin: 13rem !important;
}

/* line 4229, app/assets/stylesheets/tailwind.css */
.m-56 {
  margin: 14rem !important;
}

/* line 4233, app/assets/stylesheets/tailwind.css */
.m-60 {
  margin: 15rem !important;
}

/* line 4237, app/assets/stylesheets/tailwind.css */
.m-64 {
  margin: 16rem !important;
}

/* line 4241, app/assets/stylesheets/tailwind.css */
.m-72 {
  margin: 18rem !important;
}

/* line 4245, app/assets/stylesheets/tailwind.css */
.m-80 {
  margin: 20rem !important;
}

/* line 4249, app/assets/stylesheets/tailwind.css */
.m-96 {
  margin: 24rem !important;
}

/* line 4253, app/assets/stylesheets/tailwind.css */
.m-auto {
  margin: auto !important;
}

/* line 4257, app/assets/stylesheets/tailwind.css */
.m-px {
  margin: 1px !important;
}

/* line 4261, app/assets/stylesheets/tailwind.css */
.m-0\.5 {
  margin: 0.125rem !important;
}

/* line 4265, app/assets/stylesheets/tailwind.css */
.m-1\.5 {
  margin: 0.375rem !important;
}

/* line 4269, app/assets/stylesheets/tailwind.css */
.m-2\.5 {
  margin: 0.625rem !important;
}

/* line 4273, app/assets/stylesheets/tailwind.css */
.m-3\.5 {
  margin: 0.875rem !important;
}

/* line 4277, app/assets/stylesheets/tailwind.css */
.-m-0 {
  margin: 0px !important;
}

/* line 4281, app/assets/stylesheets/tailwind.css */
.-m-1 {
  margin: -0.25rem !important;
}

/* line 4285, app/assets/stylesheets/tailwind.css */
.-m-2 {
  margin: -0.5rem !important;
}

/* line 4289, app/assets/stylesheets/tailwind.css */
.-m-3 {
  margin: -0.75rem !important;
}

/* line 4293, app/assets/stylesheets/tailwind.css */
.-m-4 {
  margin: -1rem !important;
}

/* line 4297, app/assets/stylesheets/tailwind.css */
.-m-5 {
  margin: -1.25rem !important;
}

/* line 4301, app/assets/stylesheets/tailwind.css */
.-m-6 {
  margin: -1.5rem !important;
}

/* line 4305, app/assets/stylesheets/tailwind.css */
.-m-7 {
  margin: -1.75rem !important;
}

/* line 4309, app/assets/stylesheets/tailwind.css */
.-m-8 {
  margin: -2rem !important;
}

/* line 4313, app/assets/stylesheets/tailwind.css */
.-m-9 {
  margin: -2.25rem !important;
}

/* line 4317, app/assets/stylesheets/tailwind.css */
.-m-10 {
  margin: -2.5rem !important;
}

/* line 4321, app/assets/stylesheets/tailwind.css */
.-m-11 {
  margin: -2.75rem !important;
}

/* line 4325, app/assets/stylesheets/tailwind.css */
.-m-12 {
  margin: -3rem !important;
}

/* line 4329, app/assets/stylesheets/tailwind.css */
.-m-14 {
  margin: -3.5rem !important;
}

/* line 4333, app/assets/stylesheets/tailwind.css */
.-m-16 {
  margin: -4rem !important;
}

/* line 4337, app/assets/stylesheets/tailwind.css */
.-m-20 {
  margin: -5rem !important;
}

/* line 4341, app/assets/stylesheets/tailwind.css */
.-m-24 {
  margin: -6rem !important;
}

/* line 4345, app/assets/stylesheets/tailwind.css */
.-m-28 {
  margin: -7rem !important;
}

/* line 4349, app/assets/stylesheets/tailwind.css */
.-m-32 {
  margin: -8rem !important;
}

/* line 4353, app/assets/stylesheets/tailwind.css */
.-m-36 {
  margin: -9rem !important;
}

/* line 4357, app/assets/stylesheets/tailwind.css */
.-m-40 {
  margin: -10rem !important;
}

/* line 4361, app/assets/stylesheets/tailwind.css */
.-m-44 {
  margin: -11rem !important;
}

/* line 4365, app/assets/stylesheets/tailwind.css */
.-m-48 {
  margin: -12rem !important;
}

/* line 4369, app/assets/stylesheets/tailwind.css */
.-m-52 {
  margin: -13rem !important;
}

/* line 4373, app/assets/stylesheets/tailwind.css */
.-m-56 {
  margin: -14rem !important;
}

/* line 4377, app/assets/stylesheets/tailwind.css */
.-m-60 {
  margin: -15rem !important;
}

/* line 4381, app/assets/stylesheets/tailwind.css */
.-m-64 {
  margin: -16rem !important;
}

/* line 4385, app/assets/stylesheets/tailwind.css */
.-m-72 {
  margin: -18rem !important;
}

/* line 4389, app/assets/stylesheets/tailwind.css */
.-m-80 {
  margin: -20rem !important;
}

/* line 4393, app/assets/stylesheets/tailwind.css */
.-m-96 {
  margin: -24rem !important;
}

/* line 4397, app/assets/stylesheets/tailwind.css */
.-m-px {
  margin: -1px !important;
}

/* line 4401, app/assets/stylesheets/tailwind.css */
.-m-0\.5 {
  margin: -0.125rem !important;
}

/* line 4405, app/assets/stylesheets/tailwind.css */
.-m-1\.5 {
  margin: -0.375rem !important;
}

/* line 4409, app/assets/stylesheets/tailwind.css */
.-m-2\.5 {
  margin: -0.625rem !important;
}

/* line 4413, app/assets/stylesheets/tailwind.css */
.-m-3\.5 {
  margin: -0.875rem !important;
}

/* line 4417, app/assets/stylesheets/tailwind.css */
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 4422, app/assets/stylesheets/tailwind.css */
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* line 4427, app/assets/stylesheets/tailwind.css */
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* line 4432, app/assets/stylesheets/tailwind.css */
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

/* line 4437, app/assets/stylesheets/tailwind.css */
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 4442, app/assets/stylesheets/tailwind.css */
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

/* line 4447, app/assets/stylesheets/tailwind.css */
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 4452, app/assets/stylesheets/tailwind.css */
.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

/* line 4457, app/assets/stylesheets/tailwind.css */
.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

/* line 4462, app/assets/stylesheets/tailwind.css */
.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

/* line 4467, app/assets/stylesheets/tailwind.css */
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

/* line 4472, app/assets/stylesheets/tailwind.css */
.mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

/* line 4477, app/assets/stylesheets/tailwind.css */
.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 4482, app/assets/stylesheets/tailwind.css */
.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

/* line 4487, app/assets/stylesheets/tailwind.css */
.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

/* line 4492, app/assets/stylesheets/tailwind.css */
.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

/* line 4497, app/assets/stylesheets/tailwind.css */
.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

/* line 4502, app/assets/stylesheets/tailwind.css */
.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

/* line 4507, app/assets/stylesheets/tailwind.css */
.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

/* line 4512, app/assets/stylesheets/tailwind.css */
.mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

/* line 4517, app/assets/stylesheets/tailwind.css */
.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

/* line 4522, app/assets/stylesheets/tailwind.css */
.mx-44 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

/* line 4527, app/assets/stylesheets/tailwind.css */
.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

/* line 4532, app/assets/stylesheets/tailwind.css */
.mx-52 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

/* line 4537, app/assets/stylesheets/tailwind.css */
.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

/* line 4542, app/assets/stylesheets/tailwind.css */
.mx-60 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

/* line 4547, app/assets/stylesheets/tailwind.css */
.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

/* line 4552, app/assets/stylesheets/tailwind.css */
.mx-72 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

/* line 4557, app/assets/stylesheets/tailwind.css */
.mx-80 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

/* line 4562, app/assets/stylesheets/tailwind.css */
.mx-96 {
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

/* line 4567, app/assets/stylesheets/tailwind.css */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 4572, app/assets/stylesheets/tailwind.css */
.mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

/* line 4577, app/assets/stylesheets/tailwind.css */
.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

/* line 4582, app/assets/stylesheets/tailwind.css */
.mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

/* line 4587, app/assets/stylesheets/tailwind.css */
.mx-2\.5 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

/* line 4592, app/assets/stylesheets/tailwind.css */
.mx-3\.5 {
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}

/* line 4597, app/assets/stylesheets/tailwind.css */
.-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 4602, app/assets/stylesheets/tailwind.css */
.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

/* line 4607, app/assets/stylesheets/tailwind.css */
.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

/* line 4612, app/assets/stylesheets/tailwind.css */
.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

/* line 4617, app/assets/stylesheets/tailwind.css */
.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

/* line 4622, app/assets/stylesheets/tailwind.css */
.-mx-5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

/* line 4627, app/assets/stylesheets/tailwind.css */
.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

/* line 4632, app/assets/stylesheets/tailwind.css */
.-mx-7 {
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !important;
}

/* line 4637, app/assets/stylesheets/tailwind.css */
.-mx-8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

/* line 4642, app/assets/stylesheets/tailwind.css */
.-mx-9 {
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important;
}

/* line 4647, app/assets/stylesheets/tailwind.css */
.-mx-10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

/* line 4652, app/assets/stylesheets/tailwind.css */
.-mx-11 {
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}

/* line 4657, app/assets/stylesheets/tailwind.css */
.-mx-12 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

/* line 4662, app/assets/stylesheets/tailwind.css */
.-mx-14 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

/* line 4667, app/assets/stylesheets/tailwind.css */
.-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

/* line 4672, app/assets/stylesheets/tailwind.css */
.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

/* line 4677, app/assets/stylesheets/tailwind.css */
.-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

/* line 4682, app/assets/stylesheets/tailwind.css */
.-mx-28 {
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}

/* line 4687, app/assets/stylesheets/tailwind.css */
.-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

/* line 4692, app/assets/stylesheets/tailwind.css */
.-mx-36 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

/* line 4697, app/assets/stylesheets/tailwind.css */
.-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

/* line 4702, app/assets/stylesheets/tailwind.css */
.-mx-44 {
  margin-left: -11rem !important;
  margin-right: -11rem !important;
}

/* line 4707, app/assets/stylesheets/tailwind.css */
.-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

/* line 4712, app/assets/stylesheets/tailwind.css */
.-mx-52 {
  margin-left: -13rem !important;
  margin-right: -13rem !important;
}

/* line 4717, app/assets/stylesheets/tailwind.css */
.-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

/* line 4722, app/assets/stylesheets/tailwind.css */
.-mx-60 {
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}

/* line 4727, app/assets/stylesheets/tailwind.css */
.-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

/* line 4732, app/assets/stylesheets/tailwind.css */
.-mx-72 {
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}

/* line 4737, app/assets/stylesheets/tailwind.css */
.-mx-80 {
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}

/* line 4742, app/assets/stylesheets/tailwind.css */
.-mx-96 {
  margin-left: -24rem !important;
  margin-right: -24rem !important;
}

/* line 4747, app/assets/stylesheets/tailwind.css */
.-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

/* line 4752, app/assets/stylesheets/tailwind.css */
.-mx-0\.5 {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

/* line 4757, app/assets/stylesheets/tailwind.css */
.-mx-1\.5 {
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}

/* line 4762, app/assets/stylesheets/tailwind.css */
.-mx-2\.5 {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}

/* line 4767, app/assets/stylesheets/tailwind.css */
.-mx-3\.5 {
  margin-left: -0.875rem !important;
  margin-right: -0.875rem !important;
}

/* line 4772, app/assets/stylesheets/tailwind.css */
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 4777, app/assets/stylesheets/tailwind.css */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 4782, app/assets/stylesheets/tailwind.css */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 4787, app/assets/stylesheets/tailwind.css */
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 4792, app/assets/stylesheets/tailwind.css */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 4797, app/assets/stylesheets/tailwind.css */
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

/* line 4802, app/assets/stylesheets/tailwind.css */
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 4807, app/assets/stylesheets/tailwind.css */
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

/* line 4812, app/assets/stylesheets/tailwind.css */
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 4817, app/assets/stylesheets/tailwind.css */
.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

/* line 4822, app/assets/stylesheets/tailwind.css */
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 4827, app/assets/stylesheets/tailwind.css */
.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

/* line 4832, app/assets/stylesheets/tailwind.css */
.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 4837, app/assets/stylesheets/tailwind.css */
.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* line 4842, app/assets/stylesheets/tailwind.css */
.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 4847, app/assets/stylesheets/tailwind.css */
.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 4852, app/assets/stylesheets/tailwind.css */
.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 4857, app/assets/stylesheets/tailwind.css */
.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

/* line 4862, app/assets/stylesheets/tailwind.css */
.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

/* line 4867, app/assets/stylesheets/tailwind.css */
.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

/* line 4872, app/assets/stylesheets/tailwind.css */
.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 4877, app/assets/stylesheets/tailwind.css */
.my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

/* line 4882, app/assets/stylesheets/tailwind.css */
.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

/* line 4887, app/assets/stylesheets/tailwind.css */
.my-52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

/* line 4892, app/assets/stylesheets/tailwind.css */
.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

/* line 4897, app/assets/stylesheets/tailwind.css */
.my-60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

/* line 4902, app/assets/stylesheets/tailwind.css */
.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

/* line 4907, app/assets/stylesheets/tailwind.css */
.my-72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

/* line 4912, app/assets/stylesheets/tailwind.css */
.my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

/* line 4917, app/assets/stylesheets/tailwind.css */
.my-96 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

/* line 4922, app/assets/stylesheets/tailwind.css */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 4927, app/assets/stylesheets/tailwind.css */
.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

/* line 4932, app/assets/stylesheets/tailwind.css */
.my-0\.5 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

/* line 4937, app/assets/stylesheets/tailwind.css */
.my-1\.5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

/* line 4942, app/assets/stylesheets/tailwind.css */
.my-2\.5 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

/* line 4947, app/assets/stylesheets/tailwind.css */
.my-3\.5 {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

/* line 4952, app/assets/stylesheets/tailwind.css */
.-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 4957, app/assets/stylesheets/tailwind.css */
.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 4962, app/assets/stylesheets/tailwind.css */
.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 4967, app/assets/stylesheets/tailwind.css */
.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

/* line 4972, app/assets/stylesheets/tailwind.css */
.-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 4977, app/assets/stylesheets/tailwind.css */
.-my-5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

/* line 4982, app/assets/stylesheets/tailwind.css */
.-my-6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 4987, app/assets/stylesheets/tailwind.css */
.-my-7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

/* line 4992, app/assets/stylesheets/tailwind.css */
.-my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

/* line 4997, app/assets/stylesheets/tailwind.css */
.-my-9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

/* line 5002, app/assets/stylesheets/tailwind.css */
.-my-10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

/* line 5007, app/assets/stylesheets/tailwind.css */
.-my-11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

/* line 5012, app/assets/stylesheets/tailwind.css */
.-my-12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 5017, app/assets/stylesheets/tailwind.css */
.-my-14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

/* line 5022, app/assets/stylesheets/tailwind.css */
.-my-16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

/* line 5027, app/assets/stylesheets/tailwind.css */
.-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

/* line 5032, app/assets/stylesheets/tailwind.css */
.-my-24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

/* line 5037, app/assets/stylesheets/tailwind.css */
.-my-28 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

/* line 5042, app/assets/stylesheets/tailwind.css */
.-my-32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

/* line 5047, app/assets/stylesheets/tailwind.css */
.-my-36 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

/* line 5052, app/assets/stylesheets/tailwind.css */
.-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

/* line 5057, app/assets/stylesheets/tailwind.css */
.-my-44 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

/* line 5062, app/assets/stylesheets/tailwind.css */
.-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

/* line 5067, app/assets/stylesheets/tailwind.css */
.-my-52 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

/* line 5072, app/assets/stylesheets/tailwind.css */
.-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

/* line 5077, app/assets/stylesheets/tailwind.css */
.-my-60 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

/* line 5082, app/assets/stylesheets/tailwind.css */
.-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

/* line 5087, app/assets/stylesheets/tailwind.css */
.-my-72 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

/* line 5092, app/assets/stylesheets/tailwind.css */
.-my-80 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

/* line 5097, app/assets/stylesheets/tailwind.css */
.-my-96 {
  margin-top: -24rem !important;
  margin-bottom: -24rem !important;
}

/* line 5102, app/assets/stylesheets/tailwind.css */
.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

/* line 5107, app/assets/stylesheets/tailwind.css */
.-my-0\.5 {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

/* line 5112, app/assets/stylesheets/tailwind.css */
.-my-1\.5 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

/* line 5117, app/assets/stylesheets/tailwind.css */
.-my-2\.5 {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}

/* line 5122, app/assets/stylesheets/tailwind.css */
.-my-3\.5 {
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}

/* line 5127, app/assets/stylesheets/tailwind.css */
.mt-0 {
  margin-top: 0px !important;
}

/* line 5131, app/assets/stylesheets/tailwind.css */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 5135, app/assets/stylesheets/tailwind.css */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 5139, app/assets/stylesheets/tailwind.css */
.mt-3 {
  margin-top: 0.75rem !important;
}

/* line 5143, app/assets/stylesheets/tailwind.css */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 5147, app/assets/stylesheets/tailwind.css */
.mt-5 {
  margin-top: 1.25rem !important;
}

/* line 5151, app/assets/stylesheets/tailwind.css */
.mt-6 {
  margin-top: 1.5rem !important;
}

/* line 5155, app/assets/stylesheets/tailwind.css */
.mt-7 {
  margin-top: 1.75rem !important;
}

/* line 5159, app/assets/stylesheets/tailwind.css */
.mt-8 {
  margin-top: 2rem !important;
}

/* line 5163, app/assets/stylesheets/tailwind.css */
.mt-9 {
  margin-top: 2.25rem !important;
}

/* line 5167, app/assets/stylesheets/tailwind.css */
.mt-10 {
  margin-top: 2.5rem !important;
}

/* line 5171, app/assets/stylesheets/tailwind.css */
.mt-11 {
  margin-top: 2.75rem !important;
}

/* line 5175, app/assets/stylesheets/tailwind.css */
.mt-12 {
  margin-top: 3rem !important;
}

/* line 5179, app/assets/stylesheets/tailwind.css */
.mt-14 {
  margin-top: 3.5rem !important;
}

/* line 5183, app/assets/stylesheets/tailwind.css */
.mt-16 {
  margin-top: 4rem !important;
}

/* line 5187, app/assets/stylesheets/tailwind.css */
.mt-20 {
  margin-top: 5rem !important;
}

/* line 5191, app/assets/stylesheets/tailwind.css */
.mt-24 {
  margin-top: 6rem !important;
}

/* line 5195, app/assets/stylesheets/tailwind.css */
.mt-28 {
  margin-top: 7rem !important;
}

/* line 5199, app/assets/stylesheets/tailwind.css */
.mt-32 {
  margin-top: 8rem !important;
}

/* line 5203, app/assets/stylesheets/tailwind.css */
.mt-36 {
  margin-top: 9rem !important;
}

/* line 5207, app/assets/stylesheets/tailwind.css */
.mt-40 {
  margin-top: 10rem !important;
}

/* line 5211, app/assets/stylesheets/tailwind.css */
.mt-44 {
  margin-top: 11rem !important;
}

/* line 5215, app/assets/stylesheets/tailwind.css */
.mt-48 {
  margin-top: 12rem !important;
}

/* line 5219, app/assets/stylesheets/tailwind.css */
.mt-52 {
  margin-top: 13rem !important;
}

/* line 5223, app/assets/stylesheets/tailwind.css */
.mt-56 {
  margin-top: 14rem !important;
}

/* line 5227, app/assets/stylesheets/tailwind.css */
.mt-60 {
  margin-top: 15rem !important;
}

/* line 5231, app/assets/stylesheets/tailwind.css */
.mt-64 {
  margin-top: 16rem !important;
}

/* line 5235, app/assets/stylesheets/tailwind.css */
.mt-72 {
  margin-top: 18rem !important;
}

/* line 5239, app/assets/stylesheets/tailwind.css */
.mt-80 {
  margin-top: 20rem !important;
}

/* line 5243, app/assets/stylesheets/tailwind.css */
.mt-96 {
  margin-top: 24rem !important;
}

/* line 5247, app/assets/stylesheets/tailwind.css */
.mt-auto {
  margin-top: auto !important;
}

/* line 5251, app/assets/stylesheets/tailwind.css */
.mt-px {
  margin-top: 1px !important;
}

/* line 5255, app/assets/stylesheets/tailwind.css */
.mt-0\.5 {
  margin-top: 0.125rem !important;
}

/* line 5259, app/assets/stylesheets/tailwind.css */
.mt-1\.5 {
  margin-top: 0.375rem !important;
}

/* line 5263, app/assets/stylesheets/tailwind.css */
.mt-2\.5 {
  margin-top: 0.625rem !important;
}

/* line 5267, app/assets/stylesheets/tailwind.css */
.mt-3\.5 {
  margin-top: 0.875rem !important;
}

/* line 5271, app/assets/stylesheets/tailwind.css */
.-mt-0 {
  margin-top: 0px !important;
}

/* line 5275, app/assets/stylesheets/tailwind.css */
.-mt-1 {
  margin-top: -0.25rem !important;
}

/* line 5279, app/assets/stylesheets/tailwind.css */
.-mt-2 {
  margin-top: -0.5rem !important;
}

/* line 5283, app/assets/stylesheets/tailwind.css */
.-mt-3 {
  margin-top: -0.75rem !important;
}

/* line 5287, app/assets/stylesheets/tailwind.css */
.-mt-4 {
  margin-top: -1rem !important;
}

/* line 5291, app/assets/stylesheets/tailwind.css */
.-mt-5 {
  margin-top: -1.25rem !important;
}

/* line 5295, app/assets/stylesheets/tailwind.css */
.-mt-6 {
  margin-top: -1.5rem !important;
}

/* line 5299, app/assets/stylesheets/tailwind.css */
.-mt-7 {
  margin-top: -1.75rem !important;
}

/* line 5303, app/assets/stylesheets/tailwind.css */
.-mt-8 {
  margin-top: -2rem !important;
}

/* line 5307, app/assets/stylesheets/tailwind.css */
.-mt-9 {
  margin-top: -2.25rem !important;
}

/* line 5311, app/assets/stylesheets/tailwind.css */
.-mt-10 {
  margin-top: -2.5rem !important;
}

/* line 5315, app/assets/stylesheets/tailwind.css */
.-mt-11 {
  margin-top: -2.75rem !important;
}

/* line 5319, app/assets/stylesheets/tailwind.css */
.-mt-12 {
  margin-top: -3rem !important;
}

/* line 5323, app/assets/stylesheets/tailwind.css */
.-mt-14 {
  margin-top: -3.5rem !important;
}

/* line 5327, app/assets/stylesheets/tailwind.css */
.-mt-16 {
  margin-top: -4rem !important;
}

/* line 5331, app/assets/stylesheets/tailwind.css */
.-mt-20 {
  margin-top: -5rem !important;
}

/* line 5335, app/assets/stylesheets/tailwind.css */
.-mt-24 {
  margin-top: -6rem !important;
}

/* line 5339, app/assets/stylesheets/tailwind.css */
.-mt-28 {
  margin-top: -7rem !important;
}

/* line 5343, app/assets/stylesheets/tailwind.css */
.-mt-32 {
  margin-top: -8rem !important;
}

/* line 5347, app/assets/stylesheets/tailwind.css */
.-mt-36 {
  margin-top: -9rem !important;
}

/* line 5351, app/assets/stylesheets/tailwind.css */
.-mt-40 {
  margin-top: -10rem !important;
}

/* line 5355, app/assets/stylesheets/tailwind.css */
.-mt-44 {
  margin-top: -11rem !important;
}

/* line 5359, app/assets/stylesheets/tailwind.css */
.-mt-48 {
  margin-top: -12rem !important;
}

/* line 5363, app/assets/stylesheets/tailwind.css */
.-mt-52 {
  margin-top: -13rem !important;
}

/* line 5367, app/assets/stylesheets/tailwind.css */
.-mt-56 {
  margin-top: -14rem !important;
}

/* line 5371, app/assets/stylesheets/tailwind.css */
.-mt-60 {
  margin-top: -15rem !important;
}

/* line 5375, app/assets/stylesheets/tailwind.css */
.-mt-64 {
  margin-top: -16rem !important;
}

/* line 5379, app/assets/stylesheets/tailwind.css */
.-mt-72 {
  margin-top: -18rem !important;
}

/* line 5383, app/assets/stylesheets/tailwind.css */
.-mt-80 {
  margin-top: -20rem !important;
}

/* line 5387, app/assets/stylesheets/tailwind.css */
.-mt-96 {
  margin-top: -24rem !important;
}

/* line 5391, app/assets/stylesheets/tailwind.css */
.-mt-px {
  margin-top: -1px !important;
}

/* line 5395, app/assets/stylesheets/tailwind.css */
.-mt-0\.5 {
  margin-top: -0.125rem !important;
}

/* line 5399, app/assets/stylesheets/tailwind.css */
.-mt-1\.5 {
  margin-top: -0.375rem !important;
}

/* line 5403, app/assets/stylesheets/tailwind.css */
.-mt-2\.5 {
  margin-top: -0.625rem !important;
}

/* line 5407, app/assets/stylesheets/tailwind.css */
.-mt-3\.5 {
  margin-top: -0.875rem !important;
}

/* line 5411, app/assets/stylesheets/tailwind.css */
.mr-0 {
  margin-right: 0px !important;
}

/* line 5415, app/assets/stylesheets/tailwind.css */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 5419, app/assets/stylesheets/tailwind.css */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 5423, app/assets/stylesheets/tailwind.css */
.mr-3 {
  margin-right: 0.75rem !important;
}

/* line 5427, app/assets/stylesheets/tailwind.css */
.mr-4 {
  margin-right: 1rem !important;
}

/* line 5431, app/assets/stylesheets/tailwind.css */
.mr-5 {
  margin-right: 1.25rem !important;
}

/* line 5435, app/assets/stylesheets/tailwind.css */
.mr-6 {
  margin-right: 1.5rem !important;
}

/* line 5439, app/assets/stylesheets/tailwind.css */
.mr-7 {
  margin-right: 1.75rem !important;
}

/* line 5443, app/assets/stylesheets/tailwind.css */
.mr-8 {
  margin-right: 2rem !important;
}

/* line 5447, app/assets/stylesheets/tailwind.css */
.mr-9 {
  margin-right: 2.25rem !important;
}

/* line 5451, app/assets/stylesheets/tailwind.css */
.mr-10 {
  margin-right: 2.5rem !important;
}

/* line 5455, app/assets/stylesheets/tailwind.css */
.mr-11 {
  margin-right: 2.75rem !important;
}

/* line 5459, app/assets/stylesheets/tailwind.css */
.mr-12 {
  margin-right: 3rem !important;
}

/* line 5463, app/assets/stylesheets/tailwind.css */
.mr-14 {
  margin-right: 3.5rem !important;
}

/* line 5467, app/assets/stylesheets/tailwind.css */
.mr-16 {
  margin-right: 4rem !important;
}

/* line 5471, app/assets/stylesheets/tailwind.css */
.mr-20 {
  margin-right: 5rem !important;
}

/* line 5475, app/assets/stylesheets/tailwind.css */
.mr-24 {
  margin-right: 6rem !important;
}

/* line 5479, app/assets/stylesheets/tailwind.css */
.mr-28 {
  margin-right: 7rem !important;
}

/* line 5483, app/assets/stylesheets/tailwind.css */
.mr-32 {
  margin-right: 8rem !important;
}

/* line 5487, app/assets/stylesheets/tailwind.css */
.mr-36 {
  margin-right: 9rem !important;
}

/* line 5491, app/assets/stylesheets/tailwind.css */
.mr-40 {
  margin-right: 10rem !important;
}

/* line 5495, app/assets/stylesheets/tailwind.css */
.mr-44 {
  margin-right: 11rem !important;
}

/* line 5499, app/assets/stylesheets/tailwind.css */
.mr-48 {
  margin-right: 12rem !important;
}

/* line 5503, app/assets/stylesheets/tailwind.css */
.mr-52 {
  margin-right: 13rem !important;
}

/* line 5507, app/assets/stylesheets/tailwind.css */
.mr-56 {
  margin-right: 14rem !important;
}

/* line 5511, app/assets/stylesheets/tailwind.css */
.mr-60 {
  margin-right: 15rem !important;
}

/* line 5515, app/assets/stylesheets/tailwind.css */
.mr-64 {
  margin-right: 16rem !important;
}

/* line 5519, app/assets/stylesheets/tailwind.css */
.mr-72 {
  margin-right: 18rem !important;
}

/* line 5523, app/assets/stylesheets/tailwind.css */
.mr-80 {
  margin-right: 20rem !important;
}

/* line 5527, app/assets/stylesheets/tailwind.css */
.mr-96 {
  margin-right: 24rem !important;
}

/* line 5531, app/assets/stylesheets/tailwind.css */
.mr-auto {
  margin-right: auto !important;
}

/* line 5535, app/assets/stylesheets/tailwind.css */
.mr-px {
  margin-right: 1px !important;
}

/* line 5539, app/assets/stylesheets/tailwind.css */
.mr-0\.5 {
  margin-right: 0.125rem !important;
}

/* line 5543, app/assets/stylesheets/tailwind.css */
.mr-1\.5 {
  margin-right: 0.375rem !important;
}

/* line 5547, app/assets/stylesheets/tailwind.css */
.mr-2\.5 {
  margin-right: 0.625rem !important;
}

/* line 5551, app/assets/stylesheets/tailwind.css */
.mr-3\.5 {
  margin-right: 0.875rem !important;
}

/* line 5555, app/assets/stylesheets/tailwind.css */
.-mr-0 {
  margin-right: 0px !important;
}

/* line 5559, app/assets/stylesheets/tailwind.css */
.-mr-1 {
  margin-right: -0.25rem !important;
}

/* line 5563, app/assets/stylesheets/tailwind.css */
.-mr-2 {
  margin-right: -0.5rem !important;
}

/* line 5567, app/assets/stylesheets/tailwind.css */
.-mr-3 {
  margin-right: -0.75rem !important;
}

/* line 5571, app/assets/stylesheets/tailwind.css */
.-mr-4 {
  margin-right: -1rem !important;
}

/* line 5575, app/assets/stylesheets/tailwind.css */
.-mr-5 {
  margin-right: -1.25rem !important;
}

/* line 5579, app/assets/stylesheets/tailwind.css */
.-mr-6 {
  margin-right: -1.5rem !important;
}

/* line 5583, app/assets/stylesheets/tailwind.css */
.-mr-7 {
  margin-right: -1.75rem !important;
}

/* line 5587, app/assets/stylesheets/tailwind.css */
.-mr-8 {
  margin-right: -2rem !important;
}

/* line 5591, app/assets/stylesheets/tailwind.css */
.-mr-9 {
  margin-right: -2.25rem !important;
}

/* line 5595, app/assets/stylesheets/tailwind.css */
.-mr-10 {
  margin-right: -2.5rem !important;
}

/* line 5599, app/assets/stylesheets/tailwind.css */
.-mr-11 {
  margin-right: -2.75rem !important;
}

/* line 5603, app/assets/stylesheets/tailwind.css */
.-mr-12 {
  margin-right: -3rem !important;
}

/* line 5607, app/assets/stylesheets/tailwind.css */
.-mr-14 {
  margin-right: -3.5rem !important;
}

/* line 5611, app/assets/stylesheets/tailwind.css */
.-mr-16 {
  margin-right: -4rem !important;
}

/* line 5615, app/assets/stylesheets/tailwind.css */
.-mr-20 {
  margin-right: -5rem !important;
}

/* line 5619, app/assets/stylesheets/tailwind.css */
.-mr-24 {
  margin-right: -6rem !important;
}

/* line 5623, app/assets/stylesheets/tailwind.css */
.-mr-28 {
  margin-right: -7rem !important;
}

/* line 5627, app/assets/stylesheets/tailwind.css */
.-mr-32 {
  margin-right: -8rem !important;
}

/* line 5631, app/assets/stylesheets/tailwind.css */
.-mr-36 {
  margin-right: -9rem !important;
}

/* line 5635, app/assets/stylesheets/tailwind.css */
.-mr-40 {
  margin-right: -10rem !important;
}

/* line 5639, app/assets/stylesheets/tailwind.css */
.-mr-44 {
  margin-right: -11rem !important;
}

/* line 5643, app/assets/stylesheets/tailwind.css */
.-mr-48 {
  margin-right: -12rem !important;
}

/* line 5647, app/assets/stylesheets/tailwind.css */
.-mr-52 {
  margin-right: -13rem !important;
}

/* line 5651, app/assets/stylesheets/tailwind.css */
.-mr-56 {
  margin-right: -14rem !important;
}

/* line 5655, app/assets/stylesheets/tailwind.css */
.-mr-60 {
  margin-right: -15rem !important;
}

/* line 5659, app/assets/stylesheets/tailwind.css */
.-mr-64 {
  margin-right: -16rem !important;
}

/* line 5663, app/assets/stylesheets/tailwind.css */
.-mr-72 {
  margin-right: -18rem !important;
}

/* line 5667, app/assets/stylesheets/tailwind.css */
.-mr-80 {
  margin-right: -20rem !important;
}

/* line 5671, app/assets/stylesheets/tailwind.css */
.-mr-96 {
  margin-right: -24rem !important;
}

/* line 5675, app/assets/stylesheets/tailwind.css */
.-mr-px {
  margin-right: -1px !important;
}

/* line 5679, app/assets/stylesheets/tailwind.css */
.-mr-0\.5 {
  margin-right: -0.125rem !important;
}

/* line 5683, app/assets/stylesheets/tailwind.css */
.-mr-1\.5 {
  margin-right: -0.375rem !important;
}

/* line 5687, app/assets/stylesheets/tailwind.css */
.-mr-2\.5 {
  margin-right: -0.625rem !important;
}

/* line 5691, app/assets/stylesheets/tailwind.css */
.-mr-3\.5 {
  margin-right: -0.875rem !important;
}

/* line 5695, app/assets/stylesheets/tailwind.css */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 5699, app/assets/stylesheets/tailwind.css */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 5703, app/assets/stylesheets/tailwind.css */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 5707, app/assets/stylesheets/tailwind.css */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 5711, app/assets/stylesheets/tailwind.css */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 5715, app/assets/stylesheets/tailwind.css */
.mb-5 {
  margin-bottom: 1.25rem !important;
}

/* line 5719, app/assets/stylesheets/tailwind.css */
.mb-6 {
  margin-bottom: 1.5rem !important;
}

/* line 5723, app/assets/stylesheets/tailwind.css */
.mb-7 {
  margin-bottom: 1.75rem !important;
}

/* line 5727, app/assets/stylesheets/tailwind.css */
.mb-8 {
  margin-bottom: 2rem !important;
}

/* line 5731, app/assets/stylesheets/tailwind.css */
.mb-9 {
  margin-bottom: 2.25rem !important;
}

/* line 5735, app/assets/stylesheets/tailwind.css */
.mb-10 {
  margin-bottom: 2.5rem !important;
}

/* line 5739, app/assets/stylesheets/tailwind.css */
.mb-11 {
  margin-bottom: 2.75rem !important;
}

/* line 5743, app/assets/stylesheets/tailwind.css */
.mb-12 {
  margin-bottom: 3rem !important;
}

/* line 5747, app/assets/stylesheets/tailwind.css */
.mb-14 {
  margin-bottom: 3.5rem !important;
}

/* line 5751, app/assets/stylesheets/tailwind.css */
.mb-16 {
  margin-bottom: 4rem !important;
}

/* line 5755, app/assets/stylesheets/tailwind.css */
.mb-20 {
  margin-bottom: 5rem !important;
}

/* line 5759, app/assets/stylesheets/tailwind.css */
.mb-24 {
  margin-bottom: 6rem !important;
}

/* line 5763, app/assets/stylesheets/tailwind.css */
.mb-28 {
  margin-bottom: 7rem !important;
}

/* line 5767, app/assets/stylesheets/tailwind.css */
.mb-32 {
  margin-bottom: 8rem !important;
}

/* line 5771, app/assets/stylesheets/tailwind.css */
.mb-36 {
  margin-bottom: 9rem !important;
}

/* line 5775, app/assets/stylesheets/tailwind.css */
.mb-40 {
  margin-bottom: 10rem !important;
}

/* line 5779, app/assets/stylesheets/tailwind.css */
.mb-44 {
  margin-bottom: 11rem !important;
}

/* line 5783, app/assets/stylesheets/tailwind.css */
.mb-48 {
  margin-bottom: 12rem !important;
}

/* line 5787, app/assets/stylesheets/tailwind.css */
.mb-52 {
  margin-bottom: 13rem !important;
}

/* line 5791, app/assets/stylesheets/tailwind.css */
.mb-56 {
  margin-bottom: 14rem !important;
}

/* line 5795, app/assets/stylesheets/tailwind.css */
.mb-60 {
  margin-bottom: 15rem !important;
}

/* line 5799, app/assets/stylesheets/tailwind.css */
.mb-64 {
  margin-bottom: 16rem !important;
}

/* line 5803, app/assets/stylesheets/tailwind.css */
.mb-72 {
  margin-bottom: 18rem !important;
}

/* line 5807, app/assets/stylesheets/tailwind.css */
.mb-80 {
  margin-bottom: 20rem !important;
}

/* line 5811, app/assets/stylesheets/tailwind.css */
.mb-96 {
  margin-bottom: 24rem !important;
}

/* line 5815, app/assets/stylesheets/tailwind.css */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 5819, app/assets/stylesheets/tailwind.css */
.mb-px {
  margin-bottom: 1px !important;
}

/* line 5823, app/assets/stylesheets/tailwind.css */
.mb-0\.5 {
  margin-bottom: 0.125rem !important;
}

/* line 5827, app/assets/stylesheets/tailwind.css */
.mb-1\.5 {
  margin-bottom: 0.375rem !important;
}

/* line 5831, app/assets/stylesheets/tailwind.css */
.mb-2\.5 {
  margin-bottom: 0.625rem !important;
}

/* line 5835, app/assets/stylesheets/tailwind.css */
.mb-3\.5 {
  margin-bottom: 0.875rem !important;
}

/* line 5839, app/assets/stylesheets/tailwind.css */
.-mb-0 {
  margin-bottom: 0px !important;
}

/* line 5843, app/assets/stylesheets/tailwind.css */
.-mb-1 {
  margin-bottom: -0.25rem !important;
}

/* line 5847, app/assets/stylesheets/tailwind.css */
.-mb-2 {
  margin-bottom: -0.5rem !important;
}

/* line 5851, app/assets/stylesheets/tailwind.css */
.-mb-3 {
  margin-bottom: -0.75rem !important;
}

/* line 5855, app/assets/stylesheets/tailwind.css */
.-mb-4 {
  margin-bottom: -1rem !important;
}

/* line 5859, app/assets/stylesheets/tailwind.css */
.-mb-5 {
  margin-bottom: -1.25rem !important;
}

/* line 5863, app/assets/stylesheets/tailwind.css */
.-mb-6 {
  margin-bottom: -1.5rem !important;
}

/* line 5867, app/assets/stylesheets/tailwind.css */
.-mb-7 {
  margin-bottom: -1.75rem !important;
}

/* line 5871, app/assets/stylesheets/tailwind.css */
.-mb-8 {
  margin-bottom: -2rem !important;
}

/* line 5875, app/assets/stylesheets/tailwind.css */
.-mb-9 {
  margin-bottom: -2.25rem !important;
}

/* line 5879, app/assets/stylesheets/tailwind.css */
.-mb-10 {
  margin-bottom: -2.5rem !important;
}

/* line 5883, app/assets/stylesheets/tailwind.css */
.-mb-11 {
  margin-bottom: -2.75rem !important;
}

/* line 5887, app/assets/stylesheets/tailwind.css */
.-mb-12 {
  margin-bottom: -3rem !important;
}

/* line 5891, app/assets/stylesheets/tailwind.css */
.-mb-14 {
  margin-bottom: -3.5rem !important;
}

/* line 5895, app/assets/stylesheets/tailwind.css */
.-mb-16 {
  margin-bottom: -4rem !important;
}

/* line 5899, app/assets/stylesheets/tailwind.css */
.-mb-20 {
  margin-bottom: -5rem !important;
}

/* line 5903, app/assets/stylesheets/tailwind.css */
.-mb-24 {
  margin-bottom: -6rem !important;
}

/* line 5907, app/assets/stylesheets/tailwind.css */
.-mb-28 {
  margin-bottom: -7rem !important;
}

/* line 5911, app/assets/stylesheets/tailwind.css */
.-mb-32 {
  margin-bottom: -8rem !important;
}

/* line 5915, app/assets/stylesheets/tailwind.css */
.-mb-36 {
  margin-bottom: -9rem !important;
}

/* line 5919, app/assets/stylesheets/tailwind.css */
.-mb-40 {
  margin-bottom: -10rem !important;
}

/* line 5923, app/assets/stylesheets/tailwind.css */
.-mb-44 {
  margin-bottom: -11rem !important;
}

/* line 5927, app/assets/stylesheets/tailwind.css */
.-mb-48 {
  margin-bottom: -12rem !important;
}

/* line 5931, app/assets/stylesheets/tailwind.css */
.-mb-52 {
  margin-bottom: -13rem !important;
}

/* line 5935, app/assets/stylesheets/tailwind.css */
.-mb-56 {
  margin-bottom: -14rem !important;
}

/* line 5939, app/assets/stylesheets/tailwind.css */
.-mb-60 {
  margin-bottom: -15rem !important;
}

/* line 5943, app/assets/stylesheets/tailwind.css */
.-mb-64 {
  margin-bottom: -16rem !important;
}

/* line 5947, app/assets/stylesheets/tailwind.css */
.-mb-72 {
  margin-bottom: -18rem !important;
}

/* line 5951, app/assets/stylesheets/tailwind.css */
.-mb-80 {
  margin-bottom: -20rem !important;
}

/* line 5955, app/assets/stylesheets/tailwind.css */
.-mb-96 {
  margin-bottom: -24rem !important;
}

/* line 5959, app/assets/stylesheets/tailwind.css */
.-mb-px {
  margin-bottom: -1px !important;
}

/* line 5963, app/assets/stylesheets/tailwind.css */
.-mb-0\.5 {
  margin-bottom: -0.125rem !important;
}

/* line 5967, app/assets/stylesheets/tailwind.css */
.-mb-1\.5 {
  margin-bottom: -0.375rem !important;
}

/* line 5971, app/assets/stylesheets/tailwind.css */
.-mb-2\.5 {
  margin-bottom: -0.625rem !important;
}

/* line 5975, app/assets/stylesheets/tailwind.css */
.-mb-3\.5 {
  margin-bottom: -0.875rem !important;
}

/* line 5979, app/assets/stylesheets/tailwind.css */
.ml-0 {
  margin-left: 0px !important;
}

/* line 5983, app/assets/stylesheets/tailwind.css */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 5987, app/assets/stylesheets/tailwind.css */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 5991, app/assets/stylesheets/tailwind.css */
.ml-3 {
  margin-left: 0.75rem !important;
}

/* line 5995, app/assets/stylesheets/tailwind.css */
.ml-4 {
  margin-left: 1rem !important;
}

/* line 5999, app/assets/stylesheets/tailwind.css */
.ml-5 {
  margin-left: 1.25rem !important;
}

/* line 6003, app/assets/stylesheets/tailwind.css */
.ml-6 {
  margin-left: 1.5rem !important;
}

/* line 6007, app/assets/stylesheets/tailwind.css */
.ml-7 {
  margin-left: 1.75rem !important;
}

/* line 6011, app/assets/stylesheets/tailwind.css */
.ml-8 {
  margin-left: 2rem !important;
}

/* line 6015, app/assets/stylesheets/tailwind.css */
.ml-9 {
  margin-left: 2.25rem !important;
}

/* line 6019, app/assets/stylesheets/tailwind.css */
.ml-10 {
  margin-left: 2.5rem !important;
}

/* line 6023, app/assets/stylesheets/tailwind.css */
.ml-11 {
  margin-left: 2.75rem !important;
}

/* line 6027, app/assets/stylesheets/tailwind.css */
.ml-12 {
  margin-left: 3rem !important;
}

/* line 6031, app/assets/stylesheets/tailwind.css */
.ml-14 {
  margin-left: 3.5rem !important;
}

/* line 6035, app/assets/stylesheets/tailwind.css */
.ml-16 {
  margin-left: 4rem !important;
}

/* line 6039, app/assets/stylesheets/tailwind.css */
.ml-20 {
  margin-left: 5rem !important;
}

/* line 6043, app/assets/stylesheets/tailwind.css */
.ml-24 {
  margin-left: 6rem !important;
}

/* line 6047, app/assets/stylesheets/tailwind.css */
.ml-28 {
  margin-left: 7rem !important;
}

/* line 6051, app/assets/stylesheets/tailwind.css */
.ml-32 {
  margin-left: 8rem !important;
}

/* line 6055, app/assets/stylesheets/tailwind.css */
.ml-36 {
  margin-left: 9rem !important;
}

/* line 6059, app/assets/stylesheets/tailwind.css */
.ml-40 {
  margin-left: 10rem !important;
}

/* line 6063, app/assets/stylesheets/tailwind.css */
.ml-44 {
  margin-left: 11rem !important;
}

/* line 6067, app/assets/stylesheets/tailwind.css */
.ml-48 {
  margin-left: 12rem !important;
}

/* line 6071, app/assets/stylesheets/tailwind.css */
.ml-52 {
  margin-left: 13rem !important;
}

/* line 6075, app/assets/stylesheets/tailwind.css */
.ml-56 {
  margin-left: 14rem !important;
}

/* line 6079, app/assets/stylesheets/tailwind.css */
.ml-60 {
  margin-left: 15rem !important;
}

/* line 6083, app/assets/stylesheets/tailwind.css */
.ml-64 {
  margin-left: 16rem !important;
}

/* line 6087, app/assets/stylesheets/tailwind.css */
.ml-72 {
  margin-left: 18rem !important;
}

/* line 6091, app/assets/stylesheets/tailwind.css */
.ml-80 {
  margin-left: 20rem !important;
}

/* line 6095, app/assets/stylesheets/tailwind.css */
.ml-96 {
  margin-left: 24rem !important;
}

/* line 6099, app/assets/stylesheets/tailwind.css */
.ml-auto {
  margin-left: auto !important;
}

/* line 6103, app/assets/stylesheets/tailwind.css */
.ml-px {
  margin-left: 1px !important;
}

/* line 6107, app/assets/stylesheets/tailwind.css */
.ml-0\.5 {
  margin-left: 0.125rem !important;
}

/* line 6111, app/assets/stylesheets/tailwind.css */
.ml-1\.5 {
  margin-left: 0.375rem !important;
}

/* line 6115, app/assets/stylesheets/tailwind.css */
.ml-2\.5 {
  margin-left: 0.625rem !important;
}

/* line 6119, app/assets/stylesheets/tailwind.css */
.ml-3\.5 {
  margin-left: 0.875rem !important;
}

/* line 6123, app/assets/stylesheets/tailwind.css */
.-ml-0 {
  margin-left: 0px !important;
}

/* line 6127, app/assets/stylesheets/tailwind.css */
.-ml-1 {
  margin-left: -0.25rem !important;
}

/* line 6131, app/assets/stylesheets/tailwind.css */
.-ml-2 {
  margin-left: -0.5rem !important;
}

/* line 6135, app/assets/stylesheets/tailwind.css */
.-ml-3 {
  margin-left: -0.75rem !important;
}

/* line 6139, app/assets/stylesheets/tailwind.css */
.-ml-4 {
  margin-left: -1rem !important;
}

/* line 6143, app/assets/stylesheets/tailwind.css */
.-ml-5 {
  margin-left: -1.25rem !important;
}

/* line 6147, app/assets/stylesheets/tailwind.css */
.-ml-6 {
  margin-left: -1.5rem !important;
}

/* line 6151, app/assets/stylesheets/tailwind.css */
.-ml-7 {
  margin-left: -1.75rem !important;
}

/* line 6155, app/assets/stylesheets/tailwind.css */
.-ml-8 {
  margin-left: -2rem !important;
}

/* line 6159, app/assets/stylesheets/tailwind.css */
.-ml-9 {
  margin-left: -2.25rem !important;
}

/* line 6163, app/assets/stylesheets/tailwind.css */
.-ml-10 {
  margin-left: -2.5rem !important;
}

/* line 6167, app/assets/stylesheets/tailwind.css */
.-ml-11 {
  margin-left: -2.75rem !important;
}

/* line 6171, app/assets/stylesheets/tailwind.css */
.-ml-12 {
  margin-left: -3rem !important;
}

/* line 6175, app/assets/stylesheets/tailwind.css */
.-ml-14 {
  margin-left: -3.5rem !important;
}

/* line 6179, app/assets/stylesheets/tailwind.css */
.-ml-16 {
  margin-left: -4rem !important;
}

/* line 6183, app/assets/stylesheets/tailwind.css */
.-ml-20 {
  margin-left: -5rem !important;
}

/* line 6187, app/assets/stylesheets/tailwind.css */
.-ml-24 {
  margin-left: -6rem !important;
}

/* line 6191, app/assets/stylesheets/tailwind.css */
.-ml-28 {
  margin-left: -7rem !important;
}

/* line 6195, app/assets/stylesheets/tailwind.css */
.-ml-32 {
  margin-left: -8rem !important;
}

/* line 6199, app/assets/stylesheets/tailwind.css */
.-ml-36 {
  margin-left: -9rem !important;
}

/* line 6203, app/assets/stylesheets/tailwind.css */
.-ml-40 {
  margin-left: -10rem !important;
}

/* line 6207, app/assets/stylesheets/tailwind.css */
.-ml-44 {
  margin-left: -11rem !important;
}

/* line 6211, app/assets/stylesheets/tailwind.css */
.-ml-48 {
  margin-left: -12rem !important;
}

/* line 6215, app/assets/stylesheets/tailwind.css */
.-ml-52 {
  margin-left: -13rem !important;
}

/* line 6219, app/assets/stylesheets/tailwind.css */
.-ml-56 {
  margin-left: -14rem !important;
}

/* line 6223, app/assets/stylesheets/tailwind.css */
.-ml-60 {
  margin-left: -15rem !important;
}

/* line 6227, app/assets/stylesheets/tailwind.css */
.-ml-64 {
  margin-left: -16rem !important;
}

/* line 6231, app/assets/stylesheets/tailwind.css */
.-ml-72 {
  margin-left: -18rem !important;
}

/* line 6235, app/assets/stylesheets/tailwind.css */
.-ml-80 {
  margin-left: -20rem !important;
}

/* line 6239, app/assets/stylesheets/tailwind.css */
.-ml-96 {
  margin-left: -24rem !important;
}

/* line 6243, app/assets/stylesheets/tailwind.css */
.-ml-px {
  margin-left: -1px !important;
}

/* line 6247, app/assets/stylesheets/tailwind.css */
.-ml-0\.5 {
  margin-left: -0.125rem !important;
}

/* line 6251, app/assets/stylesheets/tailwind.css */
.-ml-1\.5 {
  margin-left: -0.375rem !important;
}

/* line 6255, app/assets/stylesheets/tailwind.css */
.-ml-2\.5 {
  margin-left: -0.625rem !important;
}

/* line 6259, app/assets/stylesheets/tailwind.css */
.-ml-3\.5 {
  margin-left: -0.875rem !important;
}

/* line 6263, app/assets/stylesheets/tailwind.css */
.box-border {
  box-sizing: border-box !important;
}

/* line 6267, app/assets/stylesheets/tailwind.css */
.box-content {
  box-sizing: content-box !important;
}

/* line 6271, app/assets/stylesheets/tailwind.css */
.block {
  display: block !important;
}

/* line 6275, app/assets/stylesheets/tailwind.css */
.inline-block {
  display: inline-block !important;
}

/* line 6279, app/assets/stylesheets/tailwind.css */
.inline {
  display: inline !important;
}

/* line 6283, app/assets/stylesheets/tailwind.css */
.flex {
  display: flex !important;
}

/* line 6287, app/assets/stylesheets/tailwind.css */
.inline-flex {
  display: inline-flex !important;
}

/* line 6291, app/assets/stylesheets/tailwind.css */
.table {
  display: table !important;
}

/* line 6295, app/assets/stylesheets/tailwind.css */
.inline-table {
  display: inline-table !important;
}

/* line 6299, app/assets/stylesheets/tailwind.css */
.table-caption {
  display: table-caption !important;
}

/* line 6303, app/assets/stylesheets/tailwind.css */
.table-cell {
  display: table-cell !important;
}

/* line 6307, app/assets/stylesheets/tailwind.css */
.table-column {
  display: table-column !important;
}

/* line 6311, app/assets/stylesheets/tailwind.css */
.table-column-group {
  display: table-column-group !important;
}

/* line 6315, app/assets/stylesheets/tailwind.css */
.table-footer-group {
  display: table-footer-group !important;
}

/* line 6319, app/assets/stylesheets/tailwind.css */
.table-header-group {
  display: table-header-group !important;
}

/* line 6323, app/assets/stylesheets/tailwind.css */
.table-row-group {
  display: table-row-group !important;
}

/* line 6327, app/assets/stylesheets/tailwind.css */
.table-row {
  display: table-row !important;
}

/* line 6331, app/assets/stylesheets/tailwind.css */
.flow-root {
  display: flow-root !important;
}

/* line 6335, app/assets/stylesheets/tailwind.css */
.grid {
  display: grid !important;
}

/* line 6339, app/assets/stylesheets/tailwind.css */
.inline-grid {
  display: inline-grid !important;
}

/* line 6343, app/assets/stylesheets/tailwind.css */
.contents {
  display: contents !important;
}

/* line 6347, app/assets/stylesheets/tailwind.css */
.list-item {
  display: list-item !important;
}

/* line 6351, app/assets/stylesheets/tailwind.css */
.hidden {
  display: none !important;
}

/* line 6355, app/assets/stylesheets/tailwind.css */
.h-0 {
  height: 0px !important;
}

/* line 6359, app/assets/stylesheets/tailwind.css */
.h-1 {
  height: 0.25rem !important;
}

/* line 6363, app/assets/stylesheets/tailwind.css */
.h-2 {
  height: 0.5rem !important;
}

/* line 6367, app/assets/stylesheets/tailwind.css */
.h-3 {
  height: 0.75rem !important;
}

/* line 6371, app/assets/stylesheets/tailwind.css */
.h-4 {
  height: 1rem !important;
}

/* line 6375, app/assets/stylesheets/tailwind.css */
.h-5 {
  height: 1.25rem !important;
}

/* line 6379, app/assets/stylesheets/tailwind.css */
.h-6 {
  height: 1.5rem !important;
}

/* line 6383, app/assets/stylesheets/tailwind.css */
.h-7 {
  height: 1.75rem !important;
}

/* line 6387, app/assets/stylesheets/tailwind.css */
.h-8 {
  height: 2rem !important;
}

/* line 6391, app/assets/stylesheets/tailwind.css */
.h-9 {
  height: 2.25rem !important;
}

/* line 6395, app/assets/stylesheets/tailwind.css */
.h-10 {
  height: 2.5rem !important;
}

/* line 6399, app/assets/stylesheets/tailwind.css */
.h-11 {
  height: 2.75rem !important;
}

/* line 6403, app/assets/stylesheets/tailwind.css */
.h-12 {
  height: 3rem !important;
}

/* line 6407, app/assets/stylesheets/tailwind.css */
.h-14 {
  height: 3.5rem !important;
}

/* line 6411, app/assets/stylesheets/tailwind.css */
.h-16 {
  height: 4rem !important;
}

/* line 6415, app/assets/stylesheets/tailwind.css */
.h-20 {
  height: 5rem !important;
}

/* line 6419, app/assets/stylesheets/tailwind.css */
.h-24 {
  height: 6rem !important;
}

/* line 6423, app/assets/stylesheets/tailwind.css */
.h-28 {
  height: 7rem !important;
}

/* line 6427, app/assets/stylesheets/tailwind.css */
.h-32 {
  height: 8rem !important;
}

/* line 6431, app/assets/stylesheets/tailwind.css */
.h-36 {
  height: 9rem !important;
}

/* line 6435, app/assets/stylesheets/tailwind.css */
.h-40 {
  height: 10rem !important;
}

/* line 6439, app/assets/stylesheets/tailwind.css */
.h-44 {
  height: 11rem !important;
}

/* line 6443, app/assets/stylesheets/tailwind.css */
.h-48 {
  height: 12rem !important;
}

/* line 6447, app/assets/stylesheets/tailwind.css */
.h-52 {
  height: 13rem !important;
}

/* line 6451, app/assets/stylesheets/tailwind.css */
.h-56 {
  height: 14rem !important;
}

/* line 6455, app/assets/stylesheets/tailwind.css */
.h-60 {
  height: 15rem !important;
}

/* line 6459, app/assets/stylesheets/tailwind.css */
.h-64 {
  height: 16rem !important;
}

/* line 6463, app/assets/stylesheets/tailwind.css */
.h-72 {
  height: 18rem !important;
}

/* line 6467, app/assets/stylesheets/tailwind.css */
.h-80 {
  height: 20rem !important;
}

/* line 6471, app/assets/stylesheets/tailwind.css */
.h-96 {
  height: 24rem !important;
}

/* line 6475, app/assets/stylesheets/tailwind.css */
.h-auto {
  height: auto !important;
}

/* line 6479, app/assets/stylesheets/tailwind.css */
.h-px {
  height: 1px !important;
}

/* line 6483, app/assets/stylesheets/tailwind.css */
.h-0\.5 {
  height: 0.125rem !important;
}

/* line 6487, app/assets/stylesheets/tailwind.css */
.h-1\.5 {
  height: 0.375rem !important;
}

/* line 6491, app/assets/stylesheets/tailwind.css */
.h-2\.5 {
  height: 0.625rem !important;
}

/* line 6495, app/assets/stylesheets/tailwind.css */
.h-3\.5 {
  height: 0.875rem !important;
}

/* line 6499, app/assets/stylesheets/tailwind.css */
.h-1\/2 {
  height: 50% !important;
}

/* line 6503, app/assets/stylesheets/tailwind.css */
.h-1\/3 {
  height: 33.333333% !important;
}

/* line 6507, app/assets/stylesheets/tailwind.css */
.h-2\/3 {
  height: 66.666667% !important;
}

/* line 6511, app/assets/stylesheets/tailwind.css */
.h-1\/4 {
  height: 25% !important;
}

/* line 6515, app/assets/stylesheets/tailwind.css */
.h-2\/4 {
  height: 50% !important;
}

/* line 6519, app/assets/stylesheets/tailwind.css */
.h-3\/4 {
  height: 75% !important;
}

/* line 6523, app/assets/stylesheets/tailwind.css */
.h-1\/5 {
  height: 20% !important;
}

/* line 6527, app/assets/stylesheets/tailwind.css */
.h-2\/5 {
  height: 40% !important;
}

/* line 6531, app/assets/stylesheets/tailwind.css */
.h-3\/5 {
  height: 60% !important;
}

/* line 6535, app/assets/stylesheets/tailwind.css */
.h-4\/5 {
  height: 80% !important;
}

/* line 6539, app/assets/stylesheets/tailwind.css */
.h-1\/6 {
  height: 16.666667% !important;
}

/* line 6543, app/assets/stylesheets/tailwind.css */
.h-2\/6 {
  height: 33.333333% !important;
}

/* line 6547, app/assets/stylesheets/tailwind.css */
.h-3\/6 {
  height: 50% !important;
}

/* line 6551, app/assets/stylesheets/tailwind.css */
.h-4\/6 {
  height: 66.666667% !important;
}

/* line 6555, app/assets/stylesheets/tailwind.css */
.h-5\/6 {
  height: 83.333333% !important;
}

/* line 6559, app/assets/stylesheets/tailwind.css */
.h-full {
  height: 100% !important;
}

/* line 6563, app/assets/stylesheets/tailwind.css */
.h-screen {
  height: 100vh !important;
}

/* line 6567, app/assets/stylesheets/tailwind.css */
.max-h-0 {
  max-height: 0px !important;
}

/* line 6571, app/assets/stylesheets/tailwind.css */
.max-h-1 {
  max-height: 0.25rem !important;
}

/* line 6575, app/assets/stylesheets/tailwind.css */
.max-h-2 {
  max-height: 0.5rem !important;
}

/* line 6579, app/assets/stylesheets/tailwind.css */
.max-h-3 {
  max-height: 0.75rem !important;
}

/* line 6583, app/assets/stylesheets/tailwind.css */
.max-h-4 {
  max-height: 1rem !important;
}

/* line 6587, app/assets/stylesheets/tailwind.css */
.max-h-5 {
  max-height: 1.25rem !important;
}

/* line 6591, app/assets/stylesheets/tailwind.css */
.max-h-6 {
  max-height: 1.5rem !important;
}

/* line 6595, app/assets/stylesheets/tailwind.css */
.max-h-7 {
  max-height: 1.75rem !important;
}

/* line 6599, app/assets/stylesheets/tailwind.css */
.max-h-8 {
  max-height: 2rem !important;
}

/* line 6603, app/assets/stylesheets/tailwind.css */
.max-h-9 {
  max-height: 2.25rem !important;
}

/* line 6607, app/assets/stylesheets/tailwind.css */
.max-h-10 {
  max-height: 2.5rem !important;
}

/* line 6611, app/assets/stylesheets/tailwind.css */
.max-h-11 {
  max-height: 2.75rem !important;
}

/* line 6615, app/assets/stylesheets/tailwind.css */
.max-h-12 {
  max-height: 3rem !important;
}

/* line 6619, app/assets/stylesheets/tailwind.css */
.max-h-14 {
  max-height: 3.5rem !important;
}

/* line 6623, app/assets/stylesheets/tailwind.css */
.max-h-16 {
  max-height: 4rem !important;
}

/* line 6627, app/assets/stylesheets/tailwind.css */
.max-h-20 {
  max-height: 5rem !important;
}

/* line 6631, app/assets/stylesheets/tailwind.css */
.max-h-24 {
  max-height: 6rem !important;
}

/* line 6635, app/assets/stylesheets/tailwind.css */
.max-h-28 {
  max-height: 7rem !important;
}

/* line 6639, app/assets/stylesheets/tailwind.css */
.max-h-32 {
  max-height: 8rem !important;
}

/* line 6643, app/assets/stylesheets/tailwind.css */
.max-h-36 {
  max-height: 9rem !important;
}

/* line 6647, app/assets/stylesheets/tailwind.css */
.max-h-40 {
  max-height: 10rem !important;
}

/* line 6651, app/assets/stylesheets/tailwind.css */
.max-h-44 {
  max-height: 11rem !important;
}

/* line 6655, app/assets/stylesheets/tailwind.css */
.max-h-48 {
  max-height: 12rem !important;
}

/* line 6659, app/assets/stylesheets/tailwind.css */
.max-h-52 {
  max-height: 13rem !important;
}

/* line 6663, app/assets/stylesheets/tailwind.css */
.max-h-56 {
  max-height: 14rem !important;
}

/* line 6667, app/assets/stylesheets/tailwind.css */
.max-h-60 {
  max-height: 15rem !important;
}

/* line 6671, app/assets/stylesheets/tailwind.css */
.max-h-64 {
  max-height: 16rem !important;
}

/* line 6675, app/assets/stylesheets/tailwind.css */
.max-h-72 {
  max-height: 18rem !important;
}

/* line 6679, app/assets/stylesheets/tailwind.css */
.max-h-80 {
  max-height: 20rem !important;
}

/* line 6683, app/assets/stylesheets/tailwind.css */
.max-h-96 {
  max-height: 24rem !important;
}

/* line 6687, app/assets/stylesheets/tailwind.css */
.max-h-px {
  max-height: 1px !important;
}

/* line 6691, app/assets/stylesheets/tailwind.css */
.max-h-0\.5 {
  max-height: 0.125rem !important;
}

/* line 6695, app/assets/stylesheets/tailwind.css */
.max-h-1\.5 {
  max-height: 0.375rem !important;
}

/* line 6699, app/assets/stylesheets/tailwind.css */
.max-h-2\.5 {
  max-height: 0.625rem !important;
}

/* line 6703, app/assets/stylesheets/tailwind.css */
.max-h-3\.5 {
  max-height: 0.875rem !important;
}

/* line 6707, app/assets/stylesheets/tailwind.css */
.max-h-full {
  max-height: 100% !important;
}

/* line 6711, app/assets/stylesheets/tailwind.css */
.max-h-screen {
  max-height: 100vh !important;
}

/* line 6715, app/assets/stylesheets/tailwind.css */
.min-h-0 {
  min-height: 0px !important;
}

/* line 6719, app/assets/stylesheets/tailwind.css */
.min-h-full {
  min-height: 100% !important;
}

/* line 6723, app/assets/stylesheets/tailwind.css */
.min-h-screen {
  min-height: 100vh !important;
}

/* line 6727, app/assets/stylesheets/tailwind.css */
.w-0 {
  width: 0px !important;
}

/* line 6731, app/assets/stylesheets/tailwind.css */
.w-1 {
  width: 0.25rem !important;
}

/* line 6735, app/assets/stylesheets/tailwind.css */
.w-2 {
  width: 0.5rem !important;
}

/* line 6739, app/assets/stylesheets/tailwind.css */
.w-3 {
  width: 0.75rem !important;
}

/* line 6743, app/assets/stylesheets/tailwind.css */
.w-4 {
  width: 1rem !important;
}

/* line 6747, app/assets/stylesheets/tailwind.css */
.w-5 {
  width: 1.25rem !important;
}

/* line 6751, app/assets/stylesheets/tailwind.css */
.w-6 {
  width: 1.5rem !important;
}

/* line 6755, app/assets/stylesheets/tailwind.css */
.w-7 {
  width: 1.75rem !important;
}

/* line 6759, app/assets/stylesheets/tailwind.css */
.w-8 {
  width: 2rem !important;
}

/* line 6763, app/assets/stylesheets/tailwind.css */
.w-9 {
  width: 2.25rem !important;
}

/* line 6767, app/assets/stylesheets/tailwind.css */
.w-10 {
  width: 2.5rem !important;
}

/* line 6771, app/assets/stylesheets/tailwind.css */
.w-11 {
  width: 2.75rem !important;
}

/* line 6775, app/assets/stylesheets/tailwind.css */
.w-12 {
  width: 3rem !important;
}

/* line 6779, app/assets/stylesheets/tailwind.css */
.w-14 {
  width: 3.5rem !important;
}

/* line 6783, app/assets/stylesheets/tailwind.css */
.w-16 {
  width: 4rem !important;
}

/* line 6787, app/assets/stylesheets/tailwind.css */
.w-20 {
  width: 5rem !important;
}

/* line 6791, app/assets/stylesheets/tailwind.css */
.w-24 {
  width: 6rem !important;
}

/* line 6795, app/assets/stylesheets/tailwind.css */
.w-28 {
  width: 7rem !important;
}

/* line 6799, app/assets/stylesheets/tailwind.css */
.w-32 {
  width: 8rem !important;
}

/* line 6803, app/assets/stylesheets/tailwind.css */
.w-36 {
  width: 9rem !important;
}

/* line 6807, app/assets/stylesheets/tailwind.css */
.w-40 {
  width: 10rem !important;
}

/* line 6811, app/assets/stylesheets/tailwind.css */
.w-44 {
  width: 11rem !important;
}

/* line 6815, app/assets/stylesheets/tailwind.css */
.w-48 {
  width: 12rem !important;
}

/* line 6819, app/assets/stylesheets/tailwind.css */
.w-52 {
  width: 13rem !important;
}

/* line 6823, app/assets/stylesheets/tailwind.css */
.w-56 {
  width: 14rem !important;
}

/* line 6827, app/assets/stylesheets/tailwind.css */
.w-60 {
  width: 15rem !important;
}

/* line 6831, app/assets/stylesheets/tailwind.css */
.w-64 {
  width: 16rem !important;
}

/* line 6835, app/assets/stylesheets/tailwind.css */
.w-72 {
  width: 18rem !important;
}

/* line 6839, app/assets/stylesheets/tailwind.css */
.w-80 {
  width: 20rem !important;
}

/* line 6843, app/assets/stylesheets/tailwind.css */
.w-96 {
  width: 24rem !important;
}

/* line 6847, app/assets/stylesheets/tailwind.css */
.w-128 {
  width: 32rem !important;
}

/* line 6851, app/assets/stylesheets/tailwind.css */
.w-auto {
  width: auto !important;
}

/* line 6855, app/assets/stylesheets/tailwind.css */
.w-px {
  width: 1px !important;
}

/* line 6859, app/assets/stylesheets/tailwind.css */
.w-0\.5 {
  width: 0.125rem !important;
}

/* line 6863, app/assets/stylesheets/tailwind.css */
.w-1\.5 {
  width: 0.375rem !important;
}

/* line 6867, app/assets/stylesheets/tailwind.css */
.w-2\.5 {
  width: 0.625rem !important;
}

/* line 6871, app/assets/stylesheets/tailwind.css */
.w-3\.5 {
  width: 0.875rem !important;
}

/* line 6875, app/assets/stylesheets/tailwind.css */
.w-1\/2 {
  width: 50% !important;
}

/* line 6879, app/assets/stylesheets/tailwind.css */
.w-1\/3 {
  width: 33.333333% !important;
}

/* line 6883, app/assets/stylesheets/tailwind.css */
.w-2\/3 {
  width: 66.666667% !important;
}

/* line 6887, app/assets/stylesheets/tailwind.css */
.w-1\/4 {
  width: 25% !important;
}

/* line 6891, app/assets/stylesheets/tailwind.css */
.w-2\/4 {
  width: 50% !important;
}

/* line 6895, app/assets/stylesheets/tailwind.css */
.w-3\/4 {
  width: 75% !important;
}

/* line 6899, app/assets/stylesheets/tailwind.css */
.w-1\/5 {
  width: 20% !important;
}

/* line 6903, app/assets/stylesheets/tailwind.css */
.w-2\/5 {
  width: 40% !important;
}

/* line 6907, app/assets/stylesheets/tailwind.css */
.w-3\/5 {
  width: 60% !important;
}

/* line 6911, app/assets/stylesheets/tailwind.css */
.w-4\/5 {
  width: 80% !important;
}

/* line 6915, app/assets/stylesheets/tailwind.css */
.w-1\/6 {
  width: 16.666667% !important;
}

/* line 6919, app/assets/stylesheets/tailwind.css */
.w-2\/6 {
  width: 33.333333% !important;
}

/* line 6923, app/assets/stylesheets/tailwind.css */
.w-3\/6 {
  width: 50% !important;
}

/* line 6927, app/assets/stylesheets/tailwind.css */
.w-4\/6 {
  width: 66.666667% !important;
}

/* line 6931, app/assets/stylesheets/tailwind.css */
.w-5\/6 {
  width: 83.333333% !important;
}

/* line 6935, app/assets/stylesheets/tailwind.css */
.w-1\/12 {
  width: 8.333333% !important;
}

/* line 6939, app/assets/stylesheets/tailwind.css */
.w-2\/12 {
  width: 16.666667% !important;
}

/* line 6943, app/assets/stylesheets/tailwind.css */
.w-3\/12 {
  width: 25% !important;
}

/* line 6947, app/assets/stylesheets/tailwind.css */
.w-4\/12 {
  width: 33.333333% !important;
}

/* line 6951, app/assets/stylesheets/tailwind.css */
.w-5\/12 {
  width: 41.666667% !important;
}

/* line 6955, app/assets/stylesheets/tailwind.css */
.w-6\/12 {
  width: 50% !important;
}

/* line 6959, app/assets/stylesheets/tailwind.css */
.w-7\/12 {
  width: 58.333333% !important;
}

/* line 6963, app/assets/stylesheets/tailwind.css */
.w-8\/12 {
  width: 66.666667% !important;
}

/* line 6967, app/assets/stylesheets/tailwind.css */
.w-9\/12 {
  width: 75% !important;
}

/* line 6971, app/assets/stylesheets/tailwind.css */
.w-10\/12 {
  width: 83.333333% !important;
}

/* line 6975, app/assets/stylesheets/tailwind.css */
.w-11\/12 {
  width: 91.666667% !important;
}

/* line 6979, app/assets/stylesheets/tailwind.css */
.w-full {
  width: 100% !important;
}

/* line 6983, app/assets/stylesheets/tailwind.css */
.w-screen {
  width: 100vw !important;
}

/* line 6987, app/assets/stylesheets/tailwind.css */
.w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}

/* line 6992, app/assets/stylesheets/tailwind.css */
.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

/* line 6997, app/assets/stylesheets/tailwind.css */
.min-w-0 {
  min-width: 0px !important;
}

/* line 7001, app/assets/stylesheets/tailwind.css */
.min-w-full {
  min-width: 100% !important;
}

/* line 7005, app/assets/stylesheets/tailwind.css */
.min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

/* line 7010, app/assets/stylesheets/tailwind.css */
.min-w-max {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

/* line 7015, app/assets/stylesheets/tailwind.css */
.max-w-0 {
  max-width: 0rem !important;
}

/* line 7019, app/assets/stylesheets/tailwind.css */
.max-w-none {
  max-width: none !important;
}

/* line 7023, app/assets/stylesheets/tailwind.css */
.max-w-xs {
  max-width: 20rem !important;
}

/* line 7027, app/assets/stylesheets/tailwind.css */
.max-w-sm {
  max-width: 24rem !important;
}

/* line 7031, app/assets/stylesheets/tailwind.css */
.max-w-md {
  max-width: 28rem !important;
}

/* line 7035, app/assets/stylesheets/tailwind.css */
.max-w-lg {
  max-width: 32rem !important;
}

/* line 7039, app/assets/stylesheets/tailwind.css */
.max-w-xl {
  max-width: 36rem !important;
}

/* line 7043, app/assets/stylesheets/tailwind.css */
.max-w-2xl {
  max-width: 42rem !important;
}

/* line 7047, app/assets/stylesheets/tailwind.css */
.max-w-3xl {
  max-width: 48rem !important;
}

/* line 7051, app/assets/stylesheets/tailwind.css */
.max-w-4xl {
  max-width: 56rem !important;
}

/* line 7055, app/assets/stylesheets/tailwind.css */
.max-w-5xl {
  max-width: 64rem !important;
}

/* line 7059, app/assets/stylesheets/tailwind.css */
.max-w-6xl {
  max-width: 72rem !important;
}

/* line 7063, app/assets/stylesheets/tailwind.css */
.max-w-7xl {
  max-width: 80rem !important;
}

/* line 7067, app/assets/stylesheets/tailwind.css */
.max-w-full {
  max-width: 100% !important;
}

/* line 7071, app/assets/stylesheets/tailwind.css */
.max-w-min {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

/* line 7076, app/assets/stylesheets/tailwind.css */
.max-w-max {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

/* line 7081, app/assets/stylesheets/tailwind.css */
.max-w-prose {
  max-width: 65ch !important;
}

/* line 7085, app/assets/stylesheets/tailwind.css */
.max-w-screen-sm {
  max-width: 640px !important;
}

/* line 7089, app/assets/stylesheets/tailwind.css */
.max-w-screen-md {
  max-width: 768px !important;
}

/* line 7093, app/assets/stylesheets/tailwind.css */
.max-w-screen-lg {
  max-width: 1024px !important;
}

/* line 7097, app/assets/stylesheets/tailwind.css */
.max-w-screen-xl {
  max-width: 1280px !important;
}

/* line 7101, app/assets/stylesheets/tailwind.css */
.max-w-screen-2xl {
  max-width: 1536px !important;
}

/* line 7105, app/assets/stylesheets/tailwind.css */
.flex-1 {
  flex: 1 1 0% !important;
}

/* line 7109, app/assets/stylesheets/tailwind.css */
.flex-auto {
  flex: 1 1 auto !important;
}

/* line 7113, app/assets/stylesheets/tailwind.css */
.flex-initial {
  flex: 0 1 auto !important;
}

/* line 7117, app/assets/stylesheets/tailwind.css */
.flex-none {
  flex: none !important;
}

/* line 7121, app/assets/stylesheets/tailwind.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7125, app/assets/stylesheets/tailwind.css */
.flex-shrink {
  flex-shrink: 1 !important;
}

/* line 7129, app/assets/stylesheets/tailwind.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7133, app/assets/stylesheets/tailwind.css */
.flex-grow {
  flex-grow: 1 !important;
}

/* line 7137, app/assets/stylesheets/tailwind.css */
.table-auto {
  table-layout: auto !important;
}

/* line 7141, app/assets/stylesheets/tailwind.css */
.table-fixed {
  table-layout: fixed !important;
}

/* line 7145, app/assets/stylesheets/tailwind.css */
.border-collapse {
  border-collapse: collapse !important;
}

/* line 7149, app/assets/stylesheets/tailwind.css */
.border-separate {
  border-collapse: separate !important;
}

/* line 7153, app/assets/stylesheets/tailwind.css */
.origin-center {
  transform-origin: center !important;
}

/* line 7157, app/assets/stylesheets/tailwind.css */
.origin-top {
  transform-origin: top !important;
}

/* line 7161, app/assets/stylesheets/tailwind.css */
.origin-top-right {
  transform-origin: top right !important;
}

/* line 7165, app/assets/stylesheets/tailwind.css */
.origin-right {
  transform-origin: right !important;
}

/* line 7169, app/assets/stylesheets/tailwind.css */
.origin-bottom-right {
  transform-origin: bottom right !important;
}

/* line 7173, app/assets/stylesheets/tailwind.css */
.origin-bottom {
  transform-origin: bottom !important;
}

/* line 7177, app/assets/stylesheets/tailwind.css */
.origin-bottom-left {
  transform-origin: bottom left !important;
}

/* line 7181, app/assets/stylesheets/tailwind.css */
.origin-left {
  transform-origin: left !important;
}

/* line 7185, app/assets/stylesheets/tailwind.css */
.origin-top-left {
  transform-origin: top left !important;
}

/* line 7189, app/assets/stylesheets/tailwind.css */
.transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

/* line 7200, app/assets/stylesheets/tailwind.css */
.transform-gpu {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

/* line 7211, app/assets/stylesheets/tailwind.css */
.transform-none {
  transform: none !important;
}

/* line 7215, app/assets/stylesheets/tailwind.css */
.translate-x-0 {
  --tw-translate-x: 0px !important;
}

/* line 7219, app/assets/stylesheets/tailwind.css */
.translate-x-1 {
  --tw-translate-x: 0.25rem !important;
}

/* line 7223, app/assets/stylesheets/tailwind.css */
.translate-x-2 {
  --tw-translate-x: 0.5rem !important;
}

/* line 7227, app/assets/stylesheets/tailwind.css */
.translate-x-3 {
  --tw-translate-x: 0.75rem !important;
}

/* line 7231, app/assets/stylesheets/tailwind.css */
.translate-x-4 {
  --tw-translate-x: 1rem !important;
}

/* line 7235, app/assets/stylesheets/tailwind.css */
.translate-x-5 {
  --tw-translate-x: 1.25rem !important;
}

/* line 7239, app/assets/stylesheets/tailwind.css */
.translate-x-6 {
  --tw-translate-x: 1.5rem !important;
}

/* line 7243, app/assets/stylesheets/tailwind.css */
.translate-x-7 {
  --tw-translate-x: 1.75rem !important;
}

/* line 7247, app/assets/stylesheets/tailwind.css */
.translate-x-8 {
  --tw-translate-x: 2rem !important;
}

/* line 7251, app/assets/stylesheets/tailwind.css */
.translate-x-9 {
  --tw-translate-x: 2.25rem !important;
}

/* line 7255, app/assets/stylesheets/tailwind.css */
.translate-x-10 {
  --tw-translate-x: 2.5rem !important;
}

/* line 7259, app/assets/stylesheets/tailwind.css */
.translate-x-11 {
  --tw-translate-x: 2.75rem !important;
}

/* line 7263, app/assets/stylesheets/tailwind.css */
.translate-x-12 {
  --tw-translate-x: 3rem !important;
}

/* line 7267, app/assets/stylesheets/tailwind.css */
.translate-x-14 {
  --tw-translate-x: 3.5rem !important;
}

/* line 7271, app/assets/stylesheets/tailwind.css */
.translate-x-16 {
  --tw-translate-x: 4rem !important;
}

/* line 7275, app/assets/stylesheets/tailwind.css */
.translate-x-20 {
  --tw-translate-x: 5rem !important;
}

/* line 7279, app/assets/stylesheets/tailwind.css */
.translate-x-24 {
  --tw-translate-x: 6rem !important;
}

/* line 7283, app/assets/stylesheets/tailwind.css */
.translate-x-28 {
  --tw-translate-x: 7rem !important;
}

/* line 7287, app/assets/stylesheets/tailwind.css */
.translate-x-32 {
  --tw-translate-x: 8rem !important;
}

/* line 7291, app/assets/stylesheets/tailwind.css */
.translate-x-36 {
  --tw-translate-x: 9rem !important;
}

/* line 7295, app/assets/stylesheets/tailwind.css */
.translate-x-40 {
  --tw-translate-x: 10rem !important;
}

/* line 7299, app/assets/stylesheets/tailwind.css */
.translate-x-44 {
  --tw-translate-x: 11rem !important;
}

/* line 7303, app/assets/stylesheets/tailwind.css */
.translate-x-48 {
  --tw-translate-x: 12rem !important;
}

/* line 7307, app/assets/stylesheets/tailwind.css */
.translate-x-52 {
  --tw-translate-x: 13rem !important;
}

/* line 7311, app/assets/stylesheets/tailwind.css */
.translate-x-56 {
  --tw-translate-x: 14rem !important;
}

/* line 7315, app/assets/stylesheets/tailwind.css */
.translate-x-60 {
  --tw-translate-x: 15rem !important;
}

/* line 7319, app/assets/stylesheets/tailwind.css */
.translate-x-64 {
  --tw-translate-x: 16rem !important;
}

/* line 7323, app/assets/stylesheets/tailwind.css */
.translate-x-72 {
  --tw-translate-x: 18rem !important;
}

/* line 7327, app/assets/stylesheets/tailwind.css */
.translate-x-80 {
  --tw-translate-x: 20rem !important;
}

/* line 7331, app/assets/stylesheets/tailwind.css */
.translate-x-96 {
  --tw-translate-x: 24rem !important;
}

/* line 7335, app/assets/stylesheets/tailwind.css */
.translate-x-px {
  --tw-translate-x: 1px !important;
}

/* line 7339, app/assets/stylesheets/tailwind.css */
.translate-x-0\.5 {
  --tw-translate-x: 0.125rem !important;
}

/* line 7343, app/assets/stylesheets/tailwind.css */
.translate-x-1\.5 {
  --tw-translate-x: 0.375rem !important;
}

/* line 7347, app/assets/stylesheets/tailwind.css */
.translate-x-2\.5 {
  --tw-translate-x: 0.625rem !important;
}

/* line 7351, app/assets/stylesheets/tailwind.css */
.translate-x-3\.5 {
  --tw-translate-x: 0.875rem !important;
}

/* line 7355, app/assets/stylesheets/tailwind.css */
.-translate-x-0 {
  --tw-translate-x: 0px !important;
}

/* line 7359, app/assets/stylesheets/tailwind.css */
.-translate-x-1 {
  --tw-translate-x: -0.25rem !important;
}

/* line 7363, app/assets/stylesheets/tailwind.css */
.-translate-x-2 {
  --tw-translate-x: -0.5rem !important;
}

/* line 7367, app/assets/stylesheets/tailwind.css */
.-translate-x-3 {
  --tw-translate-x: -0.75rem !important;
}

/* line 7371, app/assets/stylesheets/tailwind.css */
.-translate-x-4 {
  --tw-translate-x: -1rem !important;
}

/* line 7375, app/assets/stylesheets/tailwind.css */
.-translate-x-5 {
  --tw-translate-x: -1.25rem !important;
}

/* line 7379, app/assets/stylesheets/tailwind.css */
.-translate-x-6 {
  --tw-translate-x: -1.5rem !important;
}

/* line 7383, app/assets/stylesheets/tailwind.css */
.-translate-x-7 {
  --tw-translate-x: -1.75rem !important;
}

/* line 7387, app/assets/stylesheets/tailwind.css */
.-translate-x-8 {
  --tw-translate-x: -2rem !important;
}

/* line 7391, app/assets/stylesheets/tailwind.css */
.-translate-x-9 {
  --tw-translate-x: -2.25rem !important;
}

/* line 7395, app/assets/stylesheets/tailwind.css */
.-translate-x-10 {
  --tw-translate-x: -2.5rem !important;
}

/* line 7399, app/assets/stylesheets/tailwind.css */
.-translate-x-11 {
  --tw-translate-x: -2.75rem !important;
}

/* line 7403, app/assets/stylesheets/tailwind.css */
.-translate-x-12 {
  --tw-translate-x: -3rem !important;
}

/* line 7407, app/assets/stylesheets/tailwind.css */
.-translate-x-14 {
  --tw-translate-x: -3.5rem !important;
}

/* line 7411, app/assets/stylesheets/tailwind.css */
.-translate-x-16 {
  --tw-translate-x: -4rem !important;
}

/* line 7415, app/assets/stylesheets/tailwind.css */
.-translate-x-20 {
  --tw-translate-x: -5rem !important;
}

/* line 7419, app/assets/stylesheets/tailwind.css */
.-translate-x-24 {
  --tw-translate-x: -6rem !important;
}

/* line 7423, app/assets/stylesheets/tailwind.css */
.-translate-x-28 {
  --tw-translate-x: -7rem !important;
}

/* line 7427, app/assets/stylesheets/tailwind.css */
.-translate-x-32 {
  --tw-translate-x: -8rem !important;
}

/* line 7431, app/assets/stylesheets/tailwind.css */
.-translate-x-36 {
  --tw-translate-x: -9rem !important;
}

/* line 7435, app/assets/stylesheets/tailwind.css */
.-translate-x-40 {
  --tw-translate-x: -10rem !important;
}

/* line 7439, app/assets/stylesheets/tailwind.css */
.-translate-x-44 {
  --tw-translate-x: -11rem !important;
}

/* line 7443, app/assets/stylesheets/tailwind.css */
.-translate-x-48 {
  --tw-translate-x: -12rem !important;
}

/* line 7447, app/assets/stylesheets/tailwind.css */
.-translate-x-52 {
  --tw-translate-x: -13rem !important;
}

/* line 7451, app/assets/stylesheets/tailwind.css */
.-translate-x-56 {
  --tw-translate-x: -14rem !important;
}

/* line 7455, app/assets/stylesheets/tailwind.css */
.-translate-x-60 {
  --tw-translate-x: -15rem !important;
}

/* line 7459, app/assets/stylesheets/tailwind.css */
.-translate-x-64 {
  --tw-translate-x: -16rem !important;
}

/* line 7463, app/assets/stylesheets/tailwind.css */
.-translate-x-72 {
  --tw-translate-x: -18rem !important;
}

/* line 7467, app/assets/stylesheets/tailwind.css */
.-translate-x-80 {
  --tw-translate-x: -20rem !important;
}

/* line 7471, app/assets/stylesheets/tailwind.css */
.-translate-x-96 {
  --tw-translate-x: -24rem !important;
}

/* line 7475, app/assets/stylesheets/tailwind.css */
.-translate-x-px {
  --tw-translate-x: -1px !important;
}

/* line 7479, app/assets/stylesheets/tailwind.css */
.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem !important;
}

/* line 7483, app/assets/stylesheets/tailwind.css */
.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem !important;
}

/* line 7487, app/assets/stylesheets/tailwind.css */
.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem !important;
}

/* line 7491, app/assets/stylesheets/tailwind.css */
.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem !important;
}

/* line 7495, app/assets/stylesheets/tailwind.css */
.translate-x-1\/2 {
  --tw-translate-x: 50% !important;
}

/* line 7499, app/assets/stylesheets/tailwind.css */
.translate-x-1\/3 {
  --tw-translate-x: 33.333333% !important;
}

/* line 7503, app/assets/stylesheets/tailwind.css */
.translate-x-2\/3 {
  --tw-translate-x: 66.666667% !important;
}

/* line 7507, app/assets/stylesheets/tailwind.css */
.translate-x-1\/4 {
  --tw-translate-x: 25% !important;
}

/* line 7511, app/assets/stylesheets/tailwind.css */
.translate-x-2\/4 {
  --tw-translate-x: 50% !important;
}

/* line 7515, app/assets/stylesheets/tailwind.css */
.translate-x-3\/4 {
  --tw-translate-x: 75% !important;
}

/* line 7519, app/assets/stylesheets/tailwind.css */
.translate-x-full {
  --tw-translate-x: 100% !important;
}

/* line 7523, app/assets/stylesheets/tailwind.css */
.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
}

/* line 7527, app/assets/stylesheets/tailwind.css */
.-translate-x-1\/3 {
  --tw-translate-x: -33.333333% !important;
}

/* line 7531, app/assets/stylesheets/tailwind.css */
.-translate-x-2\/3 {
  --tw-translate-x: -66.666667% !important;
}

/* line 7535, app/assets/stylesheets/tailwind.css */
.-translate-x-1\/4 {
  --tw-translate-x: -25% !important;
}

/* line 7539, app/assets/stylesheets/tailwind.css */
.-translate-x-2\/4 {
  --tw-translate-x: -50% !important;
}

/* line 7543, app/assets/stylesheets/tailwind.css */
.-translate-x-3\/4 {
  --tw-translate-x: -75% !important;
}

/* line 7547, app/assets/stylesheets/tailwind.css */
.-translate-x-full {
  --tw-translate-x: -100% !important;
}

/* line 7551, app/assets/stylesheets/tailwind.css */
.translate-y-0 {
  --tw-translate-y: 0px !important;
}

/* line 7555, app/assets/stylesheets/tailwind.css */
.translate-y-1 {
  --tw-translate-y: 0.25rem !important;
}

/* line 7559, app/assets/stylesheets/tailwind.css */
.translate-y-2 {
  --tw-translate-y: 0.5rem !important;
}

/* line 7563, app/assets/stylesheets/tailwind.css */
.translate-y-3 {
  --tw-translate-y: 0.75rem !important;
}

/* line 7567, app/assets/stylesheets/tailwind.css */
.translate-y-4 {
  --tw-translate-y: 1rem !important;
}

/* line 7571, app/assets/stylesheets/tailwind.css */
.translate-y-5 {
  --tw-translate-y: 1.25rem !important;
}

/* line 7575, app/assets/stylesheets/tailwind.css */
.translate-y-6 {
  --tw-translate-y: 1.5rem !important;
}

/* line 7579, app/assets/stylesheets/tailwind.css */
.translate-y-7 {
  --tw-translate-y: 1.75rem !important;
}

/* line 7583, app/assets/stylesheets/tailwind.css */
.translate-y-8 {
  --tw-translate-y: 2rem !important;
}

/* line 7587, app/assets/stylesheets/tailwind.css */
.translate-y-9 {
  --tw-translate-y: 2.25rem !important;
}

/* line 7591, app/assets/stylesheets/tailwind.css */
.translate-y-10 {
  --tw-translate-y: 2.5rem !important;
}

/* line 7595, app/assets/stylesheets/tailwind.css */
.translate-y-11 {
  --tw-translate-y: 2.75rem !important;
}

/* line 7599, app/assets/stylesheets/tailwind.css */
.translate-y-12 {
  --tw-translate-y: 3rem !important;
}

/* line 7603, app/assets/stylesheets/tailwind.css */
.translate-y-14 {
  --tw-translate-y: 3.5rem !important;
}

/* line 7607, app/assets/stylesheets/tailwind.css */
.translate-y-16 {
  --tw-translate-y: 4rem !important;
}

/* line 7611, app/assets/stylesheets/tailwind.css */
.translate-y-20 {
  --tw-translate-y: 5rem !important;
}

/* line 7615, app/assets/stylesheets/tailwind.css */
.translate-y-24 {
  --tw-translate-y: 6rem !important;
}

/* line 7619, app/assets/stylesheets/tailwind.css */
.translate-y-28 {
  --tw-translate-y: 7rem !important;
}

/* line 7623, app/assets/stylesheets/tailwind.css */
.translate-y-32 {
  --tw-translate-y: 8rem !important;
}

/* line 7627, app/assets/stylesheets/tailwind.css */
.translate-y-36 {
  --tw-translate-y: 9rem !important;
}

/* line 7631, app/assets/stylesheets/tailwind.css */
.translate-y-40 {
  --tw-translate-y: 10rem !important;
}

/* line 7635, app/assets/stylesheets/tailwind.css */
.translate-y-44 {
  --tw-translate-y: 11rem !important;
}

/* line 7639, app/assets/stylesheets/tailwind.css */
.translate-y-48 {
  --tw-translate-y: 12rem !important;
}

/* line 7643, app/assets/stylesheets/tailwind.css */
.translate-y-52 {
  --tw-translate-y: 13rem !important;
}

/* line 7647, app/assets/stylesheets/tailwind.css */
.translate-y-56 {
  --tw-translate-y: 14rem !important;
}

/* line 7651, app/assets/stylesheets/tailwind.css */
.translate-y-60 {
  --tw-translate-y: 15rem !important;
}

/* line 7655, app/assets/stylesheets/tailwind.css */
.translate-y-64 {
  --tw-translate-y: 16rem !important;
}

/* line 7659, app/assets/stylesheets/tailwind.css */
.translate-y-72 {
  --tw-translate-y: 18rem !important;
}

/* line 7663, app/assets/stylesheets/tailwind.css */
.translate-y-80 {
  --tw-translate-y: 20rem !important;
}

/* line 7667, app/assets/stylesheets/tailwind.css */
.translate-y-96 {
  --tw-translate-y: 24rem !important;
}

/* line 7671, app/assets/stylesheets/tailwind.css */
.translate-y-px {
  --tw-translate-y: 1px !important;
}

/* line 7675, app/assets/stylesheets/tailwind.css */
.translate-y-0\.5 {
  --tw-translate-y: 0.125rem !important;
}

/* line 7679, app/assets/stylesheets/tailwind.css */
.translate-y-1\.5 {
  --tw-translate-y: 0.375rem !important;
}

/* line 7683, app/assets/stylesheets/tailwind.css */
.translate-y-2\.5 {
  --tw-translate-y: 0.625rem !important;
}

/* line 7687, app/assets/stylesheets/tailwind.css */
.translate-y-3\.5 {
  --tw-translate-y: 0.875rem !important;
}

/* line 7691, app/assets/stylesheets/tailwind.css */
.-translate-y-0 {
  --tw-translate-y: 0px !important;
}

/* line 7695, app/assets/stylesheets/tailwind.css */
.-translate-y-1 {
  --tw-translate-y: -0.25rem !important;
}

/* line 7699, app/assets/stylesheets/tailwind.css */
.-translate-y-2 {
  --tw-translate-y: -0.5rem !important;
}

/* line 7703, app/assets/stylesheets/tailwind.css */
.-translate-y-3 {
  --tw-translate-y: -0.75rem !important;
}

/* line 7707, app/assets/stylesheets/tailwind.css */
.-translate-y-4 {
  --tw-translate-y: -1rem !important;
}

/* line 7711, app/assets/stylesheets/tailwind.css */
.-translate-y-5 {
  --tw-translate-y: -1.25rem !important;
}

/* line 7715, app/assets/stylesheets/tailwind.css */
.-translate-y-6 {
  --tw-translate-y: -1.5rem !important;
}

/* line 7719, app/assets/stylesheets/tailwind.css */
.-translate-y-7 {
  --tw-translate-y: -1.75rem !important;
}

/* line 7723, app/assets/stylesheets/tailwind.css */
.-translate-y-8 {
  --tw-translate-y: -2rem !important;
}

/* line 7727, app/assets/stylesheets/tailwind.css */
.-translate-y-9 {
  --tw-translate-y: -2.25rem !important;
}

/* line 7731, app/assets/stylesheets/tailwind.css */
.-translate-y-10 {
  --tw-translate-y: -2.5rem !important;
}

/* line 7735, app/assets/stylesheets/tailwind.css */
.-translate-y-11 {
  --tw-translate-y: -2.75rem !important;
}

/* line 7739, app/assets/stylesheets/tailwind.css */
.-translate-y-12 {
  --tw-translate-y: -3rem !important;
}

/* line 7743, app/assets/stylesheets/tailwind.css */
.-translate-y-14 {
  --tw-translate-y: -3.5rem !important;
}

/* line 7747, app/assets/stylesheets/tailwind.css */
.-translate-y-16 {
  --tw-translate-y: -4rem !important;
}

/* line 7751, app/assets/stylesheets/tailwind.css */
.-translate-y-20 {
  --tw-translate-y: -5rem !important;
}

/* line 7755, app/assets/stylesheets/tailwind.css */
.-translate-y-24 {
  --tw-translate-y: -6rem !important;
}

/* line 7759, app/assets/stylesheets/tailwind.css */
.-translate-y-28 {
  --tw-translate-y: -7rem !important;
}

/* line 7763, app/assets/stylesheets/tailwind.css */
.-translate-y-32 {
  --tw-translate-y: -8rem !important;
}

/* line 7767, app/assets/stylesheets/tailwind.css */
.-translate-y-36 {
  --tw-translate-y: -9rem !important;
}

/* line 7771, app/assets/stylesheets/tailwind.css */
.-translate-y-40 {
  --tw-translate-y: -10rem !important;
}

/* line 7775, app/assets/stylesheets/tailwind.css */
.-translate-y-44 {
  --tw-translate-y: -11rem !important;
}

/* line 7779, app/assets/stylesheets/tailwind.css */
.-translate-y-48 {
  --tw-translate-y: -12rem !important;
}

/* line 7783, app/assets/stylesheets/tailwind.css */
.-translate-y-52 {
  --tw-translate-y: -13rem !important;
}

/* line 7787, app/assets/stylesheets/tailwind.css */
.-translate-y-56 {
  --tw-translate-y: -14rem !important;
}

/* line 7791, app/assets/stylesheets/tailwind.css */
.-translate-y-60 {
  --tw-translate-y: -15rem !important;
}

/* line 7795, app/assets/stylesheets/tailwind.css */
.-translate-y-64 {
  --tw-translate-y: -16rem !important;
}

/* line 7799, app/assets/stylesheets/tailwind.css */
.-translate-y-72 {
  --tw-translate-y: -18rem !important;
}

/* line 7803, app/assets/stylesheets/tailwind.css */
.-translate-y-80 {
  --tw-translate-y: -20rem !important;
}

/* line 7807, app/assets/stylesheets/tailwind.css */
.-translate-y-96 {
  --tw-translate-y: -24rem !important;
}

/* line 7811, app/assets/stylesheets/tailwind.css */
.-translate-y-px {
  --tw-translate-y: -1px !important;
}

/* line 7815, app/assets/stylesheets/tailwind.css */
.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem !important;
}

/* line 7819, app/assets/stylesheets/tailwind.css */
.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem !important;
}

/* line 7823, app/assets/stylesheets/tailwind.css */
.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem !important;
}

/* line 7827, app/assets/stylesheets/tailwind.css */
.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem !important;
}

/* line 7831, app/assets/stylesheets/tailwind.css */
.translate-y-1\/2 {
  --tw-translate-y: 50% !important;
}

/* line 7835, app/assets/stylesheets/tailwind.css */
.translate-y-1\/3 {
  --tw-translate-y: 33.333333% !important;
}

/* line 7839, app/assets/stylesheets/tailwind.css */
.translate-y-2\/3 {
  --tw-translate-y: 66.666667% !important;
}

/* line 7843, app/assets/stylesheets/tailwind.css */
.translate-y-1\/4 {
  --tw-translate-y: 25% !important;
}

/* line 7847, app/assets/stylesheets/tailwind.css */
.translate-y-2\/4 {
  --tw-translate-y: 50% !important;
}

/* line 7851, app/assets/stylesheets/tailwind.css */
.translate-y-3\/4 {
  --tw-translate-y: 75% !important;
}

/* line 7855, app/assets/stylesheets/tailwind.css */
.translate-y-full {
  --tw-translate-y: 100% !important;
}

/* line 7859, app/assets/stylesheets/tailwind.css */
.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
}

/* line 7863, app/assets/stylesheets/tailwind.css */
.-translate-y-1\/3 {
  --tw-translate-y: -33.333333% !important;
}

/* line 7867, app/assets/stylesheets/tailwind.css */
.-translate-y-2\/3 {
  --tw-translate-y: -66.666667% !important;
}

/* line 7871, app/assets/stylesheets/tailwind.css */
.-translate-y-1\/4 {
  --tw-translate-y: -25% !important;
}

/* line 7875, app/assets/stylesheets/tailwind.css */
.-translate-y-2\/4 {
  --tw-translate-y: -50% !important;
}

/* line 7879, app/assets/stylesheets/tailwind.css */
.-translate-y-3\/4 {
  --tw-translate-y: -75% !important;
}

/* line 7883, app/assets/stylesheets/tailwind.css */
.-translate-y-full {
  --tw-translate-y: -100% !important;
}

/* line 7887, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

/* line 7891, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem !important;
}

/* line 7895, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem !important;
}

/* line 7899, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem !important;
}

/* line 7903, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem !important;
}

/* line 7907, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem !important;
}

/* line 7911, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem !important;
}

/* line 7915, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem !important;
}

/* line 7919, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem !important;
}

/* line 7923, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem !important;
}

/* line 7927, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem !important;
}

/* line 7931, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem !important;
}

/* line 7935, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem !important;
}

/* line 7939, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem !important;
}

/* line 7943, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem !important;
}

/* line 7947, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem !important;
}

/* line 7951, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem !important;
}

/* line 7955, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem !important;
}

/* line 7959, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem !important;
}

/* line 7963, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem !important;
}

/* line 7967, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem !important;
}

/* line 7971, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem !important;
}

/* line 7975, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem !important;
}

/* line 7979, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem !important;
}

/* line 7983, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem !important;
}

/* line 7987, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-60:hover {
  --tw-translate-x: 15rem !important;
}

/* line 7991, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem !important;
}

/* line 7995, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem !important;
}

/* line 7999, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem !important;
}

/* line 8003, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem !important;
}

/* line 8007, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-px:hover {
  --tw-translate-x: 1px !important;
}

/* line 8011, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem !important;
}

/* line 8015, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem !important;
}

/* line 8019, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem !important;
}

/* line 8023, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem !important;
}

/* line 8027, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

/* line 8031, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem !important;
}

/* line 8035, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem !important;
}

/* line 8039, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem !important;
}

/* line 8043, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem !important;
}

/* line 8047, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-5:hover {
  --tw-translate-x: -1.25rem !important;
}

/* line 8051, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem !important;
}

/* line 8055, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem !important;
}

/* line 8059, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem !important;
}

/* line 8063, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem !important;
}

/* line 8067, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.5rem !important;
}

/* line 8071, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-11:hover {
  --tw-translate-x: -2.75rem !important;
}

/* line 8075, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem !important;
}

/* line 8079, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem !important;
}

/* line 8083, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem !important;
}

/* line 8087, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem !important;
}

/* line 8091, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem !important;
}

/* line 8095, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem !important;
}

/* line 8099, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem !important;
}

/* line 8103, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem !important;
}

/* line 8107, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem !important;
}

/* line 8111, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem !important;
}

/* line 8115, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem !important;
}

/* line 8119, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem !important;
}

/* line 8123, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem !important;
}

/* line 8127, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-60:hover {
  --tw-translate-x: -15rem !important;
}

/* line 8131, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem !important;
}

/* line 8135, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem !important;
}

/* line 8139, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem !important;
}

/* line 8143, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem !important;
}

/* line 8147, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px !important;
}

/* line 8151, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem !important;
}

/* line 8155, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem !important;
}

/* line 8159, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem !important;
}

/* line 8163, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem !important;
}

/* line 8167, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50% !important;
}

/* line 8171, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333% !important;
}

/* line 8175, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667% !important;
}

/* line 8179, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25% !important;
}

/* line 8183, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50% !important;
}

/* line 8187, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75% !important;
}

/* line 8191, app/assets/stylesheets/tailwind.css */
.hover\:translate-x-full:hover {
  --tw-translate-x: 100% !important;
}

/* line 8195, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50% !important;
}

/* line 8199, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333% !important;
}

/* line 8203, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667% !important;
}

/* line 8207, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25% !important;
}

/* line 8211, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50% !important;
}

/* line 8215, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75% !important;
}

/* line 8219, app/assets/stylesheets/tailwind.css */
.hover\:-translate-x-full:hover {
  --tw-translate-x: -100% !important;
}

/* line 8223, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

/* line 8227, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem !important;
}

/* line 8231, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem !important;
}

/* line 8235, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem !important;
}

/* line 8239, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem !important;
}

/* line 8243, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-5:hover {
  --tw-translate-y: 1.25rem !important;
}

/* line 8247, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem !important;
}

/* line 8251, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem !important;
}

/* line 8255, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem !important;
}

/* line 8259, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem !important;
}

/* line 8263, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-10:hover {
  --tw-translate-y: 2.5rem !important;
}

/* line 8267, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-11:hover {
  --tw-translate-y: 2.75rem !important;
}

/* line 8271, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem !important;
}

/* line 8275, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem !important;
}

/* line 8279, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem !important;
}

/* line 8283, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem !important;
}

/* line 8287, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem !important;
}

/* line 8291, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem !important;
}

/* line 8295, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem !important;
}

/* line 8299, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem !important;
}

/* line 8303, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem !important;
}

/* line 8307, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem !important;
}

/* line 8311, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem !important;
}

/* line 8315, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem !important;
}

/* line 8319, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem !important;
}

/* line 8323, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-60:hover {
  --tw-translate-y: 15rem !important;
}

/* line 8327, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem !important;
}

/* line 8331, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem !important;
}

/* line 8335, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem !important;
}

/* line 8339, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem !important;
}

/* line 8343, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-px:hover {
  --tw-translate-y: 1px !important;
}

/* line 8347, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem !important;
}

/* line 8351, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem !important;
}

/* line 8355, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem !important;
}

/* line 8359, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem !important;
}

/* line 8363, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

/* line 8367, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem !important;
}

/* line 8371, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem !important;
}

/* line 8375, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem !important;
}

/* line 8379, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem !important;
}

/* line 8383, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-5:hover {
  --tw-translate-y: -1.25rem !important;
}

/* line 8387, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem !important;
}

/* line 8391, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem !important;
}

/* line 8395, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem !important;
}

/* line 8399, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem !important;
}

/* line 8403, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-10:hover {
  --tw-translate-y: -2.5rem !important;
}

/* line 8407, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-11:hover {
  --tw-translate-y: -2.75rem !important;
}

/* line 8411, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem !important;
}

/* line 8415, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem !important;
}

/* line 8419, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem !important;
}

/* line 8423, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem !important;
}

/* line 8427, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem !important;
}

/* line 8431, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem !important;
}

/* line 8435, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem !important;
}

/* line 8439, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem !important;
}

/* line 8443, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem !important;
}

/* line 8447, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem !important;
}

/* line 8451, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem !important;
}

/* line 8455, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem !important;
}

/* line 8459, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem !important;
}

/* line 8463, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-60:hover {
  --tw-translate-y: -15rem !important;
}

/* line 8467, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem !important;
}

/* line 8471, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem !important;
}

/* line 8475, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem !important;
}

/* line 8479, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem !important;
}

/* line 8483, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px !important;
}

/* line 8487, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem !important;
}

/* line 8491, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem !important;
}

/* line 8495, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem !important;
}

/* line 8499, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem !important;
}

/* line 8503, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50% !important;
}

/* line 8507, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333% !important;
}

/* line 8511, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667% !important;
}

/* line 8515, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25% !important;
}

/* line 8519, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50% !important;
}

/* line 8523, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75% !important;
}

/* line 8527, app/assets/stylesheets/tailwind.css */
.hover\:translate-y-full:hover {
  --tw-translate-y: 100% !important;
}

/* line 8531, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50% !important;
}

/* line 8535, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333% !important;
}

/* line 8539, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667% !important;
}

/* line 8543, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25% !important;
}

/* line 8547, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50% !important;
}

/* line 8551, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75% !important;
}

/* line 8555, app/assets/stylesheets/tailwind.css */
.hover\:-translate-y-full:hover {
  --tw-translate-y: -100% !important;
}

/* line 8559, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

/* line 8563, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem !important;
}

/* line 8567, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem !important;
}

/* line 8571, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem !important;
}

/* line 8575, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem !important;
}

/* line 8579, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-5:focus {
  --tw-translate-x: 1.25rem !important;
}

/* line 8583, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem !important;
}

/* line 8587, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem !important;
}

/* line 8591, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem !important;
}

/* line 8595, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem !important;
}

/* line 8599, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-10:focus {
  --tw-translate-x: 2.5rem !important;
}

/* line 8603, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-11:focus {
  --tw-translate-x: 2.75rem !important;
}

/* line 8607, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem !important;
}

/* line 8611, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem !important;
}

/* line 8615, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem !important;
}

/* line 8619, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem !important;
}

/* line 8623, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem !important;
}

/* line 8627, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem !important;
}

/* line 8631, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem !important;
}

/* line 8635, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem !important;
}

/* line 8639, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem !important;
}

/* line 8643, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem !important;
}

/* line 8647, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem !important;
}

/* line 8651, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem !important;
}

/* line 8655, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem !important;
}

/* line 8659, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-60:focus {
  --tw-translate-x: 15rem !important;
}

/* line 8663, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem !important;
}

/* line 8667, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem !important;
}

/* line 8671, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem !important;
}

/* line 8675, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem !important;
}

/* line 8679, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-px:focus {
  --tw-translate-x: 1px !important;
}

/* line 8683, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem !important;
}

/* line 8687, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem !important;
}

/* line 8691, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem !important;
}

/* line 8695, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem !important;
}

/* line 8699, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

/* line 8703, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem !important;
}

/* line 8707, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem !important;
}

/* line 8711, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem !important;
}

/* line 8715, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem !important;
}

/* line 8719, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-5:focus {
  --tw-translate-x: -1.25rem !important;
}

/* line 8723, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem !important;
}

/* line 8727, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem !important;
}

/* line 8731, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem !important;
}

/* line 8735, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem !important;
}

/* line 8739, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-10:focus {
  --tw-translate-x: -2.5rem !important;
}

/* line 8743, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-11:focus {
  --tw-translate-x: -2.75rem !important;
}

/* line 8747, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem !important;
}

/* line 8751, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem !important;
}

/* line 8755, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem !important;
}

/* line 8759, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem !important;
}

/* line 8763, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem !important;
}

/* line 8767, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem !important;
}

/* line 8771, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem !important;
}

/* line 8775, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem !important;
}

/* line 8779, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem !important;
}

/* line 8783, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem !important;
}

/* line 8787, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem !important;
}

/* line 8791, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem !important;
}

/* line 8795, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem !important;
}

/* line 8799, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-60:focus {
  --tw-translate-x: -15rem !important;
}

/* line 8803, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem !important;
}

/* line 8807, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem !important;
}

/* line 8811, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem !important;
}

/* line 8815, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem !important;
}

/* line 8819, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px !important;
}

/* line 8823, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem !important;
}

/* line 8827, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem !important;
}

/* line 8831, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem !important;
}

/* line 8835, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem !important;
}

/* line 8839, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50% !important;
}

/* line 8843, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333% !important;
}

/* line 8847, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667% !important;
}

/* line 8851, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25% !important;
}

/* line 8855, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50% !important;
}

/* line 8859, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75% !important;
}

/* line 8863, app/assets/stylesheets/tailwind.css */
.focus\:translate-x-full:focus {
  --tw-translate-x: 100% !important;
}

/* line 8867, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50% !important;
}

/* line 8871, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333% !important;
}

/* line 8875, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667% !important;
}

/* line 8879, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25% !important;
}

/* line 8883, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50% !important;
}

/* line 8887, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75% !important;
}

/* line 8891, app/assets/stylesheets/tailwind.css */
.focus\:-translate-x-full:focus {
  --tw-translate-x: -100% !important;
}

/* line 8895, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

/* line 8899, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem !important;
}

/* line 8903, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem !important;
}

/* line 8907, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem !important;
}

/* line 8911, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem !important;
}

/* line 8915, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-5:focus {
  --tw-translate-y: 1.25rem !important;
}

/* line 8919, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem !important;
}

/* line 8923, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem !important;
}

/* line 8927, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem !important;
}

/* line 8931, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem !important;
}

/* line 8935, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-10:focus {
  --tw-translate-y: 2.5rem !important;
}

/* line 8939, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-11:focus {
  --tw-translate-y: 2.75rem !important;
}

/* line 8943, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem !important;
}

/* line 8947, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem !important;
}

/* line 8951, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem !important;
}

/* line 8955, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem !important;
}

/* line 8959, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem !important;
}

/* line 8963, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem !important;
}

/* line 8967, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem !important;
}

/* line 8971, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem !important;
}

/* line 8975, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem !important;
}

/* line 8979, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem !important;
}

/* line 8983, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem !important;
}

/* line 8987, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem !important;
}

/* line 8991, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem !important;
}

/* line 8995, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-60:focus {
  --tw-translate-y: 15rem !important;
}

/* line 8999, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem !important;
}

/* line 9003, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem !important;
}

/* line 9007, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem !important;
}

/* line 9011, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem !important;
}

/* line 9015, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-px:focus {
  --tw-translate-y: 1px !important;
}

/* line 9019, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem !important;
}

/* line 9023, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem !important;
}

/* line 9027, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem !important;
}

/* line 9031, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem !important;
}

/* line 9035, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

/* line 9039, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem !important;
}

/* line 9043, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem !important;
}

/* line 9047, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem !important;
}

/* line 9051, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem !important;
}

/* line 9055, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-5:focus {
  --tw-translate-y: -1.25rem !important;
}

/* line 9059, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem !important;
}

/* line 9063, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem !important;
}

/* line 9067, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem !important;
}

/* line 9071, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem !important;
}

/* line 9075, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-10:focus {
  --tw-translate-y: -2.5rem !important;
}

/* line 9079, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-11:focus {
  --tw-translate-y: -2.75rem !important;
}

/* line 9083, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem !important;
}

/* line 9087, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem !important;
}

/* line 9091, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem !important;
}

/* line 9095, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem !important;
}

/* line 9099, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem !important;
}

/* line 9103, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem !important;
}

/* line 9107, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem !important;
}

/* line 9111, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem !important;
}

/* line 9115, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem !important;
}

/* line 9119, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem !important;
}

/* line 9123, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem !important;
}

/* line 9127, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem !important;
}

/* line 9131, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem !important;
}

/* line 9135, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-60:focus {
  --tw-translate-y: -15rem !important;
}

/* line 9139, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem !important;
}

/* line 9143, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem !important;
}

/* line 9147, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem !important;
}

/* line 9151, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem !important;
}

/* line 9155, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px !important;
}

/* line 9159, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem !important;
}

/* line 9163, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem !important;
}

/* line 9167, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem !important;
}

/* line 9171, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem !important;
}

/* line 9175, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50% !important;
}

/* line 9179, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333% !important;
}

/* line 9183, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667% !important;
}

/* line 9187, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25% !important;
}

/* line 9191, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50% !important;
}

/* line 9195, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75% !important;
}

/* line 9199, app/assets/stylesheets/tailwind.css */
.focus\:translate-y-full:focus {
  --tw-translate-y: 100% !important;
}

/* line 9203, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50% !important;
}

/* line 9207, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333% !important;
}

/* line 9211, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667% !important;
}

/* line 9215, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25% !important;
}

/* line 9219, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50% !important;
}

/* line 9223, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75% !important;
}

/* line 9227, app/assets/stylesheets/tailwind.css */
.focus\:-translate-y-full:focus {
  --tw-translate-y: -100% !important;
}

/* line 9231, app/assets/stylesheets/tailwind.css */
.rotate-0 {
  --tw-rotate: 0deg !important;
}

/* line 9235, app/assets/stylesheets/tailwind.css */
.rotate-1 {
  --tw-rotate: 1deg !important;
}

/* line 9239, app/assets/stylesheets/tailwind.css */
.rotate-2 {
  --tw-rotate: 2deg !important;
}

/* line 9243, app/assets/stylesheets/tailwind.css */
.rotate-3 {
  --tw-rotate: 3deg !important;
}

/* line 9247, app/assets/stylesheets/tailwind.css */
.rotate-6 {
  --tw-rotate: 6deg !important;
}

/* line 9251, app/assets/stylesheets/tailwind.css */
.rotate-12 {
  --tw-rotate: 12deg !important;
}

/* line 9255, app/assets/stylesheets/tailwind.css */
.rotate-45 {
  --tw-rotate: 45deg !important;
}

/* line 9259, app/assets/stylesheets/tailwind.css */
.rotate-90 {
  --tw-rotate: 90deg !important;
}

/* line 9263, app/assets/stylesheets/tailwind.css */
.rotate-180 {
  --tw-rotate: 180deg !important;
}

/* line 9267, app/assets/stylesheets/tailwind.css */
.-rotate-180 {
  --tw-rotate: -180deg !important;
}

/* line 9271, app/assets/stylesheets/tailwind.css */
.-rotate-90 {
  --tw-rotate: -90deg !important;
}

/* line 9275, app/assets/stylesheets/tailwind.css */
.-rotate-45 {
  --tw-rotate: -45deg !important;
}

/* line 9279, app/assets/stylesheets/tailwind.css */
.-rotate-12 {
  --tw-rotate: -12deg !important;
}

/* line 9283, app/assets/stylesheets/tailwind.css */
.-rotate-6 {
  --tw-rotate: -6deg !important;
}

/* line 9287, app/assets/stylesheets/tailwind.css */
.-rotate-3 {
  --tw-rotate: -3deg !important;
}

/* line 9291, app/assets/stylesheets/tailwind.css */
.-rotate-2 {
  --tw-rotate: -2deg !important;
}

/* line 9295, app/assets/stylesheets/tailwind.css */
.-rotate-1 {
  --tw-rotate: -1deg !important;
}

/* line 9299, app/assets/stylesheets/tailwind.css */
.hover\:rotate-0:hover {
  --tw-rotate: 0deg !important;
}

/* line 9303, app/assets/stylesheets/tailwind.css */
.hover\:rotate-1:hover {
  --tw-rotate: 1deg !important;
}

/* line 9307, app/assets/stylesheets/tailwind.css */
.hover\:rotate-2:hover {
  --tw-rotate: 2deg !important;
}

/* line 9311, app/assets/stylesheets/tailwind.css */
.hover\:rotate-3:hover {
  --tw-rotate: 3deg !important;
}

/* line 9315, app/assets/stylesheets/tailwind.css */
.hover\:rotate-6:hover {
  --tw-rotate: 6deg !important;
}

/* line 9319, app/assets/stylesheets/tailwind.css */
.hover\:rotate-12:hover {
  --tw-rotate: 12deg !important;
}

/* line 9323, app/assets/stylesheets/tailwind.css */
.hover\:rotate-45:hover {
  --tw-rotate: 45deg !important;
}

/* line 9327, app/assets/stylesheets/tailwind.css */
.hover\:rotate-90:hover {
  --tw-rotate: 90deg !important;
}

/* line 9331, app/assets/stylesheets/tailwind.css */
.hover\:rotate-180:hover {
  --tw-rotate: 180deg !important;
}

/* line 9335, app/assets/stylesheets/tailwind.css */
.hover\:-rotate-180:hover {
  --tw-rotate: -180deg !important;
}

/* line 9339, app/assets/stylesheets/tailwind.css */
.hover\:-rotate-90:hover {
  --tw-rotate: -90deg !important;
}

/* line 9343, app/assets/stylesheets/tailwind.css */
.hover\:-rotate-45:hover {
  --tw-rotate: -45deg !important;
}

/* line 9347, app/assets/stylesheets/tailwind.css */
.hover\:-rotate-12:hover {
  --tw-rotate: -12deg !important;
}

/* line 9351, app/assets/stylesheets/tailwind.css */
.hover\:-rotate-6:hover {
  --tw-rotate: -6deg !important;
}

/* line 9355, app/assets/stylesheets/tailwind.css */
.hover\:-rotate-3:hover {
  --tw-rotate: -3deg !important;
}

/* line 9359, app/assets/stylesheets/tailwind.css */
.hover\:-rotate-2:hover {
  --tw-rotate: -2deg !important;
}

/* line 9363, app/assets/stylesheets/tailwind.css */
.hover\:-rotate-1:hover {
  --tw-rotate: -1deg !important;
}

/* line 9367, app/assets/stylesheets/tailwind.css */
.focus\:rotate-0:focus {
  --tw-rotate: 0deg !important;
}

/* line 9371, app/assets/stylesheets/tailwind.css */
.focus\:rotate-1:focus {
  --tw-rotate: 1deg !important;
}

/* line 9375, app/assets/stylesheets/tailwind.css */
.focus\:rotate-2:focus {
  --tw-rotate: 2deg !important;
}

/* line 9379, app/assets/stylesheets/tailwind.css */
.focus\:rotate-3:focus {
  --tw-rotate: 3deg !important;
}

/* line 9383, app/assets/stylesheets/tailwind.css */
.focus\:rotate-6:focus {
  --tw-rotate: 6deg !important;
}

/* line 9387, app/assets/stylesheets/tailwind.css */
.focus\:rotate-12:focus {
  --tw-rotate: 12deg !important;
}

/* line 9391, app/assets/stylesheets/tailwind.css */
.focus\:rotate-45:focus {
  --tw-rotate: 45deg !important;
}

/* line 9395, app/assets/stylesheets/tailwind.css */
.focus\:rotate-90:focus {
  --tw-rotate: 90deg !important;
}

/* line 9399, app/assets/stylesheets/tailwind.css */
.focus\:rotate-180:focus {
  --tw-rotate: 180deg !important;
}

/* line 9403, app/assets/stylesheets/tailwind.css */
.focus\:-rotate-180:focus {
  --tw-rotate: -180deg !important;
}

/* line 9407, app/assets/stylesheets/tailwind.css */
.focus\:-rotate-90:focus {
  --tw-rotate: -90deg !important;
}

/* line 9411, app/assets/stylesheets/tailwind.css */
.focus\:-rotate-45:focus {
  --tw-rotate: -45deg !important;
}

/* line 9415, app/assets/stylesheets/tailwind.css */
.focus\:-rotate-12:focus {
  --tw-rotate: -12deg !important;
}

/* line 9419, app/assets/stylesheets/tailwind.css */
.focus\:-rotate-6:focus {
  --tw-rotate: -6deg !important;
}

/* line 9423, app/assets/stylesheets/tailwind.css */
.focus\:-rotate-3:focus {
  --tw-rotate: -3deg !important;
}

/* line 9427, app/assets/stylesheets/tailwind.css */
.focus\:-rotate-2:focus {
  --tw-rotate: -2deg !important;
}

/* line 9431, app/assets/stylesheets/tailwind.css */
.focus\:-rotate-1:focus {
  --tw-rotate: -1deg !important;
}

/* line 9435, app/assets/stylesheets/tailwind.css */
.skew-x-0 {
  --tw-skew-x: 0deg !important;
}

/* line 9439, app/assets/stylesheets/tailwind.css */
.skew-x-1 {
  --tw-skew-x: 1deg !important;
}

/* line 9443, app/assets/stylesheets/tailwind.css */
.skew-x-2 {
  --tw-skew-x: 2deg !important;
}

/* line 9447, app/assets/stylesheets/tailwind.css */
.skew-x-3 {
  --tw-skew-x: 3deg !important;
}

/* line 9451, app/assets/stylesheets/tailwind.css */
.skew-x-6 {
  --tw-skew-x: 6deg !important;
}

/* line 9455, app/assets/stylesheets/tailwind.css */
.skew-x-12 {
  --tw-skew-x: 12deg !important;
}

/* line 9459, app/assets/stylesheets/tailwind.css */
.-skew-x-12 {
  --tw-skew-x: -12deg !important;
}

/* line 9463, app/assets/stylesheets/tailwind.css */
.-skew-x-6 {
  --tw-skew-x: -6deg !important;
}

/* line 9467, app/assets/stylesheets/tailwind.css */
.-skew-x-3 {
  --tw-skew-x: -3deg !important;
}

/* line 9471, app/assets/stylesheets/tailwind.css */
.-skew-x-2 {
  --tw-skew-x: -2deg !important;
}

/* line 9475, app/assets/stylesheets/tailwind.css */
.-skew-x-1 {
  --tw-skew-x: -1deg !important;
}

/* line 9479, app/assets/stylesheets/tailwind.css */
.skew-y-0 {
  --tw-skew-y: 0deg !important;
}

/* line 9483, app/assets/stylesheets/tailwind.css */
.skew-y-1 {
  --tw-skew-y: 1deg !important;
}

/* line 9487, app/assets/stylesheets/tailwind.css */
.skew-y-2 {
  --tw-skew-y: 2deg !important;
}

/* line 9491, app/assets/stylesheets/tailwind.css */
.skew-y-3 {
  --tw-skew-y: 3deg !important;
}

/* line 9495, app/assets/stylesheets/tailwind.css */
.skew-y-6 {
  --tw-skew-y: 6deg !important;
}

/* line 9499, app/assets/stylesheets/tailwind.css */
.skew-y-12 {
  --tw-skew-y: 12deg !important;
}

/* line 9503, app/assets/stylesheets/tailwind.css */
.-skew-y-12 {
  --tw-skew-y: -12deg !important;
}

/* line 9507, app/assets/stylesheets/tailwind.css */
.-skew-y-6 {
  --tw-skew-y: -6deg !important;
}

/* line 9511, app/assets/stylesheets/tailwind.css */
.-skew-y-3 {
  --tw-skew-y: -3deg !important;
}

/* line 9515, app/assets/stylesheets/tailwind.css */
.-skew-y-2 {
  --tw-skew-y: -2deg !important;
}

/* line 9519, app/assets/stylesheets/tailwind.css */
.-skew-y-1 {
  --tw-skew-y: -1deg !important;
}

/* line 9523, app/assets/stylesheets/tailwind.css */
.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg !important;
}

/* line 9527, app/assets/stylesheets/tailwind.css */
.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg !important;
}

/* line 9531, app/assets/stylesheets/tailwind.css */
.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg !important;
}

/* line 9535, app/assets/stylesheets/tailwind.css */
.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg !important;
}

/* line 9539, app/assets/stylesheets/tailwind.css */
.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg !important;
}

/* line 9543, app/assets/stylesheets/tailwind.css */
.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg !important;
}

/* line 9547, app/assets/stylesheets/tailwind.css */
.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg !important;
}

/* line 9551, app/assets/stylesheets/tailwind.css */
.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg !important;
}

/* line 9555, app/assets/stylesheets/tailwind.css */
.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg !important;
}

/* line 9559, app/assets/stylesheets/tailwind.css */
.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg !important;
}

/* line 9563, app/assets/stylesheets/tailwind.css */
.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg !important;
}

/* line 9567, app/assets/stylesheets/tailwind.css */
.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg !important;
}

/* line 9571, app/assets/stylesheets/tailwind.css */
.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg !important;
}

/* line 9575, app/assets/stylesheets/tailwind.css */
.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg !important;
}

/* line 9579, app/assets/stylesheets/tailwind.css */
.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg !important;
}

/* line 9583, app/assets/stylesheets/tailwind.css */
.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg !important;
}

/* line 9587, app/assets/stylesheets/tailwind.css */
.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg !important;
}

/* line 9591, app/assets/stylesheets/tailwind.css */
.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg !important;
}

/* line 9595, app/assets/stylesheets/tailwind.css */
.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg !important;
}

/* line 9599, app/assets/stylesheets/tailwind.css */
.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg !important;
}

/* line 9603, app/assets/stylesheets/tailwind.css */
.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg !important;
}

/* line 9607, app/assets/stylesheets/tailwind.css */
.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg !important;
}

/* line 9611, app/assets/stylesheets/tailwind.css */
.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg !important;
}

/* line 9615, app/assets/stylesheets/tailwind.css */
.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg !important;
}

/* line 9619, app/assets/stylesheets/tailwind.css */
.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg !important;
}

/* line 9623, app/assets/stylesheets/tailwind.css */
.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg !important;
}

/* line 9627, app/assets/stylesheets/tailwind.css */
.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg !important;
}

/* line 9631, app/assets/stylesheets/tailwind.css */
.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg !important;
}

/* line 9635, app/assets/stylesheets/tailwind.css */
.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg !important;
}

/* line 9639, app/assets/stylesheets/tailwind.css */
.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg !important;
}

/* line 9643, app/assets/stylesheets/tailwind.css */
.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg !important;
}

/* line 9647, app/assets/stylesheets/tailwind.css */
.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg !important;
}

/* line 9651, app/assets/stylesheets/tailwind.css */
.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg !important;
}

/* line 9655, app/assets/stylesheets/tailwind.css */
.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg !important;
}

/* line 9659, app/assets/stylesheets/tailwind.css */
.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg !important;
}

/* line 9663, app/assets/stylesheets/tailwind.css */
.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg !important;
}

/* line 9667, app/assets/stylesheets/tailwind.css */
.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg !important;
}

/* line 9671, app/assets/stylesheets/tailwind.css */
.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg !important;
}

/* line 9675, app/assets/stylesheets/tailwind.css */
.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg !important;
}

/* line 9679, app/assets/stylesheets/tailwind.css */
.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg !important;
}

/* line 9683, app/assets/stylesheets/tailwind.css */
.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg !important;
}

/* line 9687, app/assets/stylesheets/tailwind.css */
.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg !important;
}

/* line 9691, app/assets/stylesheets/tailwind.css */
.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg !important;
}

/* line 9695, app/assets/stylesheets/tailwind.css */
.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg !important;
}

/* line 9699, app/assets/stylesheets/tailwind.css */
.scale-0 {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

/* line 9704, app/assets/stylesheets/tailwind.css */
.scale-50 {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

/* line 9709, app/assets/stylesheets/tailwind.css */
.scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

/* line 9714, app/assets/stylesheets/tailwind.css */
.scale-90 {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

/* line 9719, app/assets/stylesheets/tailwind.css */
.scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

/* line 9724, app/assets/stylesheets/tailwind.css */
.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

/* line 9729, app/assets/stylesheets/tailwind.css */
.scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

/* line 9734, app/assets/stylesheets/tailwind.css */
.scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

/* line 9739, app/assets/stylesheets/tailwind.css */
.scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

/* line 9744, app/assets/stylesheets/tailwind.css */
.scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

/* line 9749, app/assets/stylesheets/tailwind.css */
.hover\:scale-0:hover {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

/* line 9754, app/assets/stylesheets/tailwind.css */
.hover\:scale-50:hover {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

/* line 9759, app/assets/stylesheets/tailwind.css */
.hover\:scale-75:hover {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

/* line 9764, app/assets/stylesheets/tailwind.css */
.hover\:scale-90:hover {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

/* line 9769, app/assets/stylesheets/tailwind.css */
.hover\:scale-95:hover {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

/* line 9774, app/assets/stylesheets/tailwind.css */
.hover\:scale-100:hover {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

/* line 9779, app/assets/stylesheets/tailwind.css */
.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

/* line 9784, app/assets/stylesheets/tailwind.css */
.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

/* line 9789, app/assets/stylesheets/tailwind.css */
.hover\:scale-125:hover {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

/* line 9794, app/assets/stylesheets/tailwind.css */
.hover\:scale-150:hover {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

/* line 9799, app/assets/stylesheets/tailwind.css */
.focus\:scale-0:focus {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

/* line 9804, app/assets/stylesheets/tailwind.css */
.focus\:scale-50:focus {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

/* line 9809, app/assets/stylesheets/tailwind.css */
.focus\:scale-75:focus {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

/* line 9814, app/assets/stylesheets/tailwind.css */
.focus\:scale-90:focus {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

/* line 9819, app/assets/stylesheets/tailwind.css */
.focus\:scale-95:focus {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

/* line 9824, app/assets/stylesheets/tailwind.css */
.focus\:scale-100:focus {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

/* line 9829, app/assets/stylesheets/tailwind.css */
.focus\:scale-105:focus {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

/* line 9834, app/assets/stylesheets/tailwind.css */
.focus\:scale-110:focus {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

/* line 9839, app/assets/stylesheets/tailwind.css */
.focus\:scale-125:focus {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

/* line 9844, app/assets/stylesheets/tailwind.css */
.focus\:scale-150:focus {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

/* line 9849, app/assets/stylesheets/tailwind.css */
.scale-x-0 {
  --tw-scale-x: 0 !important;
}

/* line 9853, app/assets/stylesheets/tailwind.css */
.scale-x-50 {
  --tw-scale-x: .5 !important;
}

/* line 9857, app/assets/stylesheets/tailwind.css */
.scale-x-75 {
  --tw-scale-x: .75 !important;
}

/* line 9861, app/assets/stylesheets/tailwind.css */
.scale-x-90 {
  --tw-scale-x: .9 !important;
}

/* line 9865, app/assets/stylesheets/tailwind.css */
.scale-x-95 {
  --tw-scale-x: .95 !important;
}

/* line 9869, app/assets/stylesheets/tailwind.css */
.scale-x-100 {
  --tw-scale-x: 1 !important;
}

/* line 9873, app/assets/stylesheets/tailwind.css */
.scale-x-105 {
  --tw-scale-x: 1.05 !important;
}

/* line 9877, app/assets/stylesheets/tailwind.css */
.scale-x-110 {
  --tw-scale-x: 1.1 !important;
}

/* line 9881, app/assets/stylesheets/tailwind.css */
.scale-x-125 {
  --tw-scale-x: 1.25 !important;
}

/* line 9885, app/assets/stylesheets/tailwind.css */
.scale-x-150 {
  --tw-scale-x: 1.5 !important;
}

/* line 9889, app/assets/stylesheets/tailwind.css */
.scale-y-0 {
  --tw-scale-y: 0 !important;
}

/* line 9893, app/assets/stylesheets/tailwind.css */
.scale-y-50 {
  --tw-scale-y: .5 !important;
}

/* line 9897, app/assets/stylesheets/tailwind.css */
.scale-y-75 {
  --tw-scale-y: .75 !important;
}

/* line 9901, app/assets/stylesheets/tailwind.css */
.scale-y-90 {
  --tw-scale-y: .9 !important;
}

/* line 9905, app/assets/stylesheets/tailwind.css */
.scale-y-95 {
  --tw-scale-y: .95 !important;
}

/* line 9909, app/assets/stylesheets/tailwind.css */
.scale-y-100 {
  --tw-scale-y: 1 !important;
}

/* line 9913, app/assets/stylesheets/tailwind.css */
.scale-y-105 {
  --tw-scale-y: 1.05 !important;
}

/* line 9917, app/assets/stylesheets/tailwind.css */
.scale-y-110 {
  --tw-scale-y: 1.1 !important;
}

/* line 9921, app/assets/stylesheets/tailwind.css */
.scale-y-125 {
  --tw-scale-y: 1.25 !important;
}

/* line 9925, app/assets/stylesheets/tailwind.css */
.scale-y-150 {
  --tw-scale-y: 1.5 !important;
}

/* line 9929, app/assets/stylesheets/tailwind.css */
.hover\:scale-x-0:hover {
  --tw-scale-x: 0 !important;
}

/* line 9933, app/assets/stylesheets/tailwind.css */
.hover\:scale-x-50:hover {
  --tw-scale-x: .5 !important;
}

/* line 9937, app/assets/stylesheets/tailwind.css */
.hover\:scale-x-75:hover {
  --tw-scale-x: .75 !important;
}

/* line 9941, app/assets/stylesheets/tailwind.css */
.hover\:scale-x-90:hover {
  --tw-scale-x: .9 !important;
}

/* line 9945, app/assets/stylesheets/tailwind.css */
.hover\:scale-x-95:hover {
  --tw-scale-x: .95 !important;
}

/* line 9949, app/assets/stylesheets/tailwind.css */
.hover\:scale-x-100:hover {
  --tw-scale-x: 1 !important;
}

/* line 9953, app/assets/stylesheets/tailwind.css */
.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05 !important;
}

/* line 9957, app/assets/stylesheets/tailwind.css */
.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1 !important;
}

/* line 9961, app/assets/stylesheets/tailwind.css */
.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25 !important;
}

/* line 9965, app/assets/stylesheets/tailwind.css */
.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5 !important;
}

/* line 9969, app/assets/stylesheets/tailwind.css */
.hover\:scale-y-0:hover {
  --tw-scale-y: 0 !important;
}

/* line 9973, app/assets/stylesheets/tailwind.css */
.hover\:scale-y-50:hover {
  --tw-scale-y: .5 !important;
}

/* line 9977, app/assets/stylesheets/tailwind.css */
.hover\:scale-y-75:hover {
  --tw-scale-y: .75 !important;
}

/* line 9981, app/assets/stylesheets/tailwind.css */
.hover\:scale-y-90:hover {
  --tw-scale-y: .9 !important;
}

/* line 9985, app/assets/stylesheets/tailwind.css */
.hover\:scale-y-95:hover {
  --tw-scale-y: .95 !important;
}

/* line 9989, app/assets/stylesheets/tailwind.css */
.hover\:scale-y-100:hover {
  --tw-scale-y: 1 !important;
}

/* line 9993, app/assets/stylesheets/tailwind.css */
.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05 !important;
}

/* line 9997, app/assets/stylesheets/tailwind.css */
.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1 !important;
}

/* line 10001, app/assets/stylesheets/tailwind.css */
.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25 !important;
}

/* line 10005, app/assets/stylesheets/tailwind.css */
.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5 !important;
}

/* line 10009, app/assets/stylesheets/tailwind.css */
.focus\:scale-x-0:focus {
  --tw-scale-x: 0 !important;
}

/* line 10013, app/assets/stylesheets/tailwind.css */
.focus\:scale-x-50:focus {
  --tw-scale-x: .5 !important;
}

/* line 10017, app/assets/stylesheets/tailwind.css */
.focus\:scale-x-75:focus {
  --tw-scale-x: .75 !important;
}

/* line 10021, app/assets/stylesheets/tailwind.css */
.focus\:scale-x-90:focus {
  --tw-scale-x: .9 !important;
}

/* line 10025, app/assets/stylesheets/tailwind.css */
.focus\:scale-x-95:focus {
  --tw-scale-x: .95 !important;
}

/* line 10029, app/assets/stylesheets/tailwind.css */
.focus\:scale-x-100:focus {
  --tw-scale-x: 1 !important;
}

/* line 10033, app/assets/stylesheets/tailwind.css */
.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05 !important;
}

/* line 10037, app/assets/stylesheets/tailwind.css */
.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1 !important;
}

/* line 10041, app/assets/stylesheets/tailwind.css */
.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25 !important;
}

/* line 10045, app/assets/stylesheets/tailwind.css */
.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5 !important;
}

/* line 10049, app/assets/stylesheets/tailwind.css */
.focus\:scale-y-0:focus {
  --tw-scale-y: 0 !important;
}

/* line 10053, app/assets/stylesheets/tailwind.css */
.focus\:scale-y-50:focus {
  --tw-scale-y: .5 !important;
}

/* line 10057, app/assets/stylesheets/tailwind.css */
.focus\:scale-y-75:focus {
  --tw-scale-y: .75 !important;
}

/* line 10061, app/assets/stylesheets/tailwind.css */
.focus\:scale-y-90:focus {
  --tw-scale-y: .9 !important;
}

/* line 10065, app/assets/stylesheets/tailwind.css */
.focus\:scale-y-95:focus {
  --tw-scale-y: .95 !important;
}

/* line 10069, app/assets/stylesheets/tailwind.css */
.focus\:scale-y-100:focus {
  --tw-scale-y: 1 !important;
}

/* line 10073, app/assets/stylesheets/tailwind.css */
.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05 !important;
}

/* line 10077, app/assets/stylesheets/tailwind.css */
.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1 !important;
}

/* line 10081, app/assets/stylesheets/tailwind.css */
.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25 !important;
}

/* line 10085, app/assets/stylesheets/tailwind.css */
.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5 !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

/* line 10120, app/assets/stylesheets/tailwind.css */
.animate-none {
  animation: none !important;
}

/* line 10124, app/assets/stylesheets/tailwind.css */
.animate-spin {
  animation: spin 1s linear infinite !important;
}

/* line 10128, app/assets/stylesheets/tailwind.css */
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

/* line 10132, app/assets/stylesheets/tailwind.css */
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

/* line 10136, app/assets/stylesheets/tailwind.css */
.animate-bounce {
  animation: bounce 1s infinite !important;
}

/* line 10140, app/assets/stylesheets/tailwind.css */
.cursor-auto {
  cursor: auto !important;
}

/* line 10144, app/assets/stylesheets/tailwind.css */
.cursor-default {
  cursor: default !important;
}

/* line 10148, app/assets/stylesheets/tailwind.css */
.cursor-pointer {
  cursor: pointer !important;
}

/* line 10152, app/assets/stylesheets/tailwind.css */
.cursor-wait {
  cursor: wait !important;
}

/* line 10156, app/assets/stylesheets/tailwind.css */
.cursor-text {
  cursor: text !important;
}

/* line 10160, app/assets/stylesheets/tailwind.css */
.cursor-move {
  cursor: move !important;
}

/* line 10164, app/assets/stylesheets/tailwind.css */
.cursor-help {
  cursor: help !important;
}

/* line 10168, app/assets/stylesheets/tailwind.css */
.cursor-not-allowed {
  cursor: not-allowed !important;
}

/* line 10172, app/assets/stylesheets/tailwind.css */
.select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 10179, app/assets/stylesheets/tailwind.css */
.select-text {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

/* line 10186, app/assets/stylesheets/tailwind.css */
.select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

/* line 10193, app/assets/stylesheets/tailwind.css */
.select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 10200, app/assets/stylesheets/tailwind.css */
.resize-none {
  resize: none !important;
}

/* line 10204, app/assets/stylesheets/tailwind.css */
.resize-y {
  resize: vertical !important;
}

/* line 10208, app/assets/stylesheets/tailwind.css */
.resize-x {
  resize: horizontal !important;
}

/* line 10212, app/assets/stylesheets/tailwind.css */
.resize {
  resize: both !important;
}

/* line 10216, app/assets/stylesheets/tailwind.css */
.list-inside {
  list-style-position: inside !important;
}

/* line 10220, app/assets/stylesheets/tailwind.css */
.list-outside {
  list-style-position: outside !important;
}

/* line 10224, app/assets/stylesheets/tailwind.css */
.list-none {
  list-style-type: none !important;
}

/* line 10228, app/assets/stylesheets/tailwind.css */
.list-disc {
  list-style-type: disc !important;
}

/* line 10232, app/assets/stylesheets/tailwind.css */
.list-decimal {
  list-style-type: decimal !important;
}

/* line 10236, app/assets/stylesheets/tailwind.css */
.appearance-none {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* line 10242, app/assets/stylesheets/tailwind.css */
.auto-cols-auto {
  grid-auto-columns: auto !important;
}

/* line 10246, app/assets/stylesheets/tailwind.css */
.auto-cols-min {
  grid-auto-columns: min-content !important;
}

/* line 10250, app/assets/stylesheets/tailwind.css */
.auto-cols-max {
  grid-auto-columns: max-content !important;
}

/* line 10254, app/assets/stylesheets/tailwind.css */
.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

/* line 10258, app/assets/stylesheets/tailwind.css */
.grid-flow-row {
  grid-auto-flow: row !important;
}

/* line 10262, app/assets/stylesheets/tailwind.css */
.grid-flow-col {
  grid-auto-flow: column !important;
}

/* line 10266, app/assets/stylesheets/tailwind.css */
.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

/* line 10270, app/assets/stylesheets/tailwind.css */
.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

/* line 10274, app/assets/stylesheets/tailwind.css */
.auto-rows-auto {
  grid-auto-rows: auto !important;
}

/* line 10278, app/assets/stylesheets/tailwind.css */
.auto-rows-min {
  grid-auto-rows: min-content !important;
}

/* line 10282, app/assets/stylesheets/tailwind.css */
.auto-rows-max {
  grid-auto-rows: max-content !important;
}

/* line 10286, app/assets/stylesheets/tailwind.css */
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important;
}

/* line 10290, app/assets/stylesheets/tailwind.css */
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

/* line 10294, app/assets/stylesheets/tailwind.css */
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* line 10298, app/assets/stylesheets/tailwind.css */
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* line 10302, app/assets/stylesheets/tailwind.css */
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* line 10306, app/assets/stylesheets/tailwind.css */
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

/* line 10310, app/assets/stylesheets/tailwind.css */
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

/* line 10314, app/assets/stylesheets/tailwind.css */
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

/* line 10318, app/assets/stylesheets/tailwind.css */
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

/* line 10322, app/assets/stylesheets/tailwind.css */
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

/* line 10326, app/assets/stylesheets/tailwind.css */
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

/* line 10330, app/assets/stylesheets/tailwind.css */
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

/* line 10334, app/assets/stylesheets/tailwind.css */
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

/* line 10338, app/assets/stylesheets/tailwind.css */
.grid-cols-none {
  grid-template-columns: none !important;
}

/* line 10342, app/assets/stylesheets/tailwind.css */
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

/* line 10346, app/assets/stylesheets/tailwind.css */
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

/* line 10350, app/assets/stylesheets/tailwind.css */
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

/* line 10354, app/assets/stylesheets/tailwind.css */
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

/* line 10358, app/assets/stylesheets/tailwind.css */
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

/* line 10362, app/assets/stylesheets/tailwind.css */
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

/* line 10366, app/assets/stylesheets/tailwind.css */
.grid-rows-none {
  grid-template-rows: none !important;
}

/* line 10370, app/assets/stylesheets/tailwind.css */
.flex-row {
  flex-direction: row !important;
}

/* line 10374, app/assets/stylesheets/tailwind.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 10378, app/assets/stylesheets/tailwind.css */
.flex-col {
  flex-direction: column !important;
}

/* line 10382, app/assets/stylesheets/tailwind.css */
.flex-col-reverse {
  flex-direction: column-reverse !important;
}

/* line 10386, app/assets/stylesheets/tailwind.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 10390, app/assets/stylesheets/tailwind.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 10394, app/assets/stylesheets/tailwind.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 10398, app/assets/stylesheets/tailwind.css */
.place-content-center {
  place-content: center !important;
}

/* line 10402, app/assets/stylesheets/tailwind.css */
.place-content-start {
  place-content: start !important;
}

/* line 10406, app/assets/stylesheets/tailwind.css */
.place-content-end {
  place-content: end !important;
}

/* line 10410, app/assets/stylesheets/tailwind.css */
.place-content-between {
  place-content: space-between !important;
}

/* line 10414, app/assets/stylesheets/tailwind.css */
.place-content-around {
  place-content: space-around !important;
}

/* line 10418, app/assets/stylesheets/tailwind.css */
.place-content-evenly {
  place-content: space-evenly !important;
}

/* line 10422, app/assets/stylesheets/tailwind.css */
.place-content-stretch {
  place-content: stretch !important;
}

/* line 10426, app/assets/stylesheets/tailwind.css */
.place-items-start {
  place-items: start !important;
}

/* line 10430, app/assets/stylesheets/tailwind.css */
.place-items-end {
  place-items: end !important;
}

/* line 10434, app/assets/stylesheets/tailwind.css */
.place-items-center {
  place-items: center !important;
}

/* line 10438, app/assets/stylesheets/tailwind.css */
.place-items-stretch {
  place-items: stretch !important;
}

/* line 10442, app/assets/stylesheets/tailwind.css */
.content-center {
  align-content: center !important;
}

/* line 10446, app/assets/stylesheets/tailwind.css */
.content-start {
  align-content: flex-start !important;
}

/* line 10450, app/assets/stylesheets/tailwind.css */
.content-end {
  align-content: flex-end !important;
}

/* line 10454, app/assets/stylesheets/tailwind.css */
.content-between {
  align-content: space-between !important;
}

/* line 10458, app/assets/stylesheets/tailwind.css */
.content-around {
  align-content: space-around !important;
}

/* line 10462, app/assets/stylesheets/tailwind.css */
.content-evenly {
  align-content: space-evenly !important;
}

/* line 10466, app/assets/stylesheets/tailwind.css */
.items-start {
  align-items: flex-start !important;
}

/* line 10470, app/assets/stylesheets/tailwind.css */
.items-end {
  align-items: flex-end !important;
}

/* line 10474, app/assets/stylesheets/tailwind.css */
.items-center {
  align-items: center !important;
}

/* line 10478, app/assets/stylesheets/tailwind.css */
.items-baseline {
  align-items: baseline !important;
}

/* line 10482, app/assets/stylesheets/tailwind.css */
.items-stretch {
  align-items: stretch !important;
}

/* line 10486, app/assets/stylesheets/tailwind.css */
.justify-start {
  justify-content: flex-start !important;
}

/* line 10490, app/assets/stylesheets/tailwind.css */
.justify-end {
  justify-content: flex-end !important;
}

/* line 10494, app/assets/stylesheets/tailwind.css */
.justify-center {
  justify-content: center !important;
}

/* line 10498, app/assets/stylesheets/tailwind.css */
.justify-between {
  justify-content: space-between !important;
}

/* line 10502, app/assets/stylesheets/tailwind.css */
.justify-around {
  justify-content: space-around !important;
}

/* line 10506, app/assets/stylesheets/tailwind.css */
.justify-evenly {
  justify-content: space-evenly !important;
}

/* line 10510, app/assets/stylesheets/tailwind.css */
.justify-items-start {
  justify-items: start !important;
}

/* line 10514, app/assets/stylesheets/tailwind.css */
.justify-items-end {
  justify-items: end !important;
}

/* line 10518, app/assets/stylesheets/tailwind.css */
.justify-items-center {
  justify-items: center !important;
}

/* line 10522, app/assets/stylesheets/tailwind.css */
.justify-items-stretch {
  justify-items: stretch !important;
}

/* line 10526, app/assets/stylesheets/tailwind.css */
.gap-0 {
  gap: 0px !important;
}

/* line 10530, app/assets/stylesheets/tailwind.css */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 10534, app/assets/stylesheets/tailwind.css */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 10538, app/assets/stylesheets/tailwind.css */
.gap-3 {
  gap: 0.75rem !important;
}

/* line 10542, app/assets/stylesheets/tailwind.css */
.gap-4 {
  gap: 1rem !important;
}

/* line 10546, app/assets/stylesheets/tailwind.css */
.gap-5 {
  gap: 1.25rem !important;
}

/* line 10550, app/assets/stylesheets/tailwind.css */
.gap-6 {
  gap: 1.5rem !important;
}

/* line 10554, app/assets/stylesheets/tailwind.css */
.gap-7 {
  gap: 1.75rem !important;
}

/* line 10558, app/assets/stylesheets/tailwind.css */
.gap-8 {
  gap: 2rem !important;
}

/* line 10562, app/assets/stylesheets/tailwind.css */
.gap-9 {
  gap: 2.25rem !important;
}

/* line 10566, app/assets/stylesheets/tailwind.css */
.gap-10 {
  gap: 2.5rem !important;
}

/* line 10570, app/assets/stylesheets/tailwind.css */
.gap-11 {
  gap: 2.75rem !important;
}

/* line 10574, app/assets/stylesheets/tailwind.css */
.gap-12 {
  gap: 3rem !important;
}

/* line 10578, app/assets/stylesheets/tailwind.css */
.gap-14 {
  gap: 3.5rem !important;
}

/* line 10582, app/assets/stylesheets/tailwind.css */
.gap-16 {
  gap: 4rem !important;
}

/* line 10586, app/assets/stylesheets/tailwind.css */
.gap-20 {
  gap: 5rem !important;
}

/* line 10590, app/assets/stylesheets/tailwind.css */
.gap-24 {
  gap: 6rem !important;
}

/* line 10594, app/assets/stylesheets/tailwind.css */
.gap-28 {
  gap: 7rem !important;
}

/* line 10598, app/assets/stylesheets/tailwind.css */
.gap-32 {
  gap: 8rem !important;
}

/* line 10602, app/assets/stylesheets/tailwind.css */
.gap-36 {
  gap: 9rem !important;
}

/* line 10606, app/assets/stylesheets/tailwind.css */
.gap-40 {
  gap: 10rem !important;
}

/* line 10610, app/assets/stylesheets/tailwind.css */
.gap-44 {
  gap: 11rem !important;
}

/* line 10614, app/assets/stylesheets/tailwind.css */
.gap-48 {
  gap: 12rem !important;
}

/* line 10618, app/assets/stylesheets/tailwind.css */
.gap-52 {
  gap: 13rem !important;
}

/* line 10622, app/assets/stylesheets/tailwind.css */
.gap-56 {
  gap: 14rem !important;
}

/* line 10626, app/assets/stylesheets/tailwind.css */
.gap-60 {
  gap: 15rem !important;
}

/* line 10630, app/assets/stylesheets/tailwind.css */
.gap-64 {
  gap: 16rem !important;
}

/* line 10634, app/assets/stylesheets/tailwind.css */
.gap-72 {
  gap: 18rem !important;
}

/* line 10638, app/assets/stylesheets/tailwind.css */
.gap-80 {
  gap: 20rem !important;
}

/* line 10642, app/assets/stylesheets/tailwind.css */
.gap-96 {
  gap: 24rem !important;
}

/* line 10646, app/assets/stylesheets/tailwind.css */
.gap-px {
  gap: 1px !important;
}

/* line 10650, app/assets/stylesheets/tailwind.css */
.gap-0\.5 {
  gap: 0.125rem !important;
}

/* line 10654, app/assets/stylesheets/tailwind.css */
.gap-1\.5 {
  gap: 0.375rem !important;
}

/* line 10658, app/assets/stylesheets/tailwind.css */
.gap-2\.5 {
  gap: 0.625rem !important;
}

/* line 10662, app/assets/stylesheets/tailwind.css */
.gap-3\.5 {
  gap: 0.875rem !important;
}

/* line 10666, app/assets/stylesheets/tailwind.css */
.gap-x-0 {
  -moz-column-gap: 0px !important;
  column-gap: 0px !important;
}

/* line 10671, app/assets/stylesheets/tailwind.css */
.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

/* line 10676, app/assets/stylesheets/tailwind.css */
.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

/* line 10681, app/assets/stylesheets/tailwind.css */
.gap-x-3 {
  -moz-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}

/* line 10686, app/assets/stylesheets/tailwind.css */
.gap-x-4 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

/* line 10691, app/assets/stylesheets/tailwind.css */
.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}

/* line 10696, app/assets/stylesheets/tailwind.css */
.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

/* line 10701, app/assets/stylesheets/tailwind.css */
.gap-x-7 {
  -moz-column-gap: 1.75rem !important;
  column-gap: 1.75rem !important;
}

/* line 10706, app/assets/stylesheets/tailwind.css */
.gap-x-8 {
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

/* line 10711, app/assets/stylesheets/tailwind.css */
.gap-x-9 {
  -moz-column-gap: 2.25rem !important;
  column-gap: 2.25rem !important;
}

/* line 10716, app/assets/stylesheets/tailwind.css */
.gap-x-10 {
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

/* line 10721, app/assets/stylesheets/tailwind.css */
.gap-x-11 {
  -moz-column-gap: 2.75rem !important;
  column-gap: 2.75rem !important;
}

/* line 10726, app/assets/stylesheets/tailwind.css */
.gap-x-12 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

/* line 10731, app/assets/stylesheets/tailwind.css */
.gap-x-14 {
  -moz-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

/* line 10736, app/assets/stylesheets/tailwind.css */
.gap-x-16 {
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

/* line 10741, app/assets/stylesheets/tailwind.css */
.gap-x-20 {
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

/* line 10746, app/assets/stylesheets/tailwind.css */
.gap-x-24 {
  -moz-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

/* line 10751, app/assets/stylesheets/tailwind.css */
.gap-x-28 {
  -moz-column-gap: 7rem !important;
  column-gap: 7rem !important;
}

/* line 10756, app/assets/stylesheets/tailwind.css */
.gap-x-32 {
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

/* line 10761, app/assets/stylesheets/tailwind.css */
.gap-x-36 {
  -moz-column-gap: 9rem !important;
  column-gap: 9rem !important;
}

/* line 10766, app/assets/stylesheets/tailwind.css */
.gap-x-40 {
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

/* line 10771, app/assets/stylesheets/tailwind.css */
.gap-x-44 {
  -moz-column-gap: 11rem !important;
  column-gap: 11rem !important;
}

/* line 10776, app/assets/stylesheets/tailwind.css */
.gap-x-48 {
  -moz-column-gap: 12rem !important;
  column-gap: 12rem !important;
}

/* line 10781, app/assets/stylesheets/tailwind.css */
.gap-x-52 {
  -moz-column-gap: 13rem !important;
  column-gap: 13rem !important;
}

/* line 10786, app/assets/stylesheets/tailwind.css */
.gap-x-56 {
  -moz-column-gap: 14rem !important;
  column-gap: 14rem !important;
}

/* line 10791, app/assets/stylesheets/tailwind.css */
.gap-x-60 {
  -moz-column-gap: 15rem !important;
  column-gap: 15rem !important;
}

/* line 10796, app/assets/stylesheets/tailwind.css */
.gap-x-64 {
  -moz-column-gap: 16rem !important;
  column-gap: 16rem !important;
}

/* line 10801, app/assets/stylesheets/tailwind.css */
.gap-x-72 {
  -moz-column-gap: 18rem !important;
  column-gap: 18rem !important;
}

/* line 10806, app/assets/stylesheets/tailwind.css */
.gap-x-80 {
  -moz-column-gap: 20rem !important;
  column-gap: 20rem !important;
}

/* line 10811, app/assets/stylesheets/tailwind.css */
.gap-x-96 {
  -moz-column-gap: 24rem !important;
  column-gap: 24rem !important;
}

/* line 10816, app/assets/stylesheets/tailwind.css */
.gap-x-px {
  -moz-column-gap: 1px !important;
  column-gap: 1px !important;
}

/* line 10821, app/assets/stylesheets/tailwind.css */
.gap-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
  column-gap: 0.125rem !important;
}

/* line 10826, app/assets/stylesheets/tailwind.css */
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
  column-gap: 0.375rem !important;
}

/* line 10831, app/assets/stylesheets/tailwind.css */
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
  column-gap: 0.625rem !important;
}

/* line 10836, app/assets/stylesheets/tailwind.css */
.gap-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
  column-gap: 0.875rem !important;
}

/* line 10841, app/assets/stylesheets/tailwind.css */
.gap-y-0 {
  row-gap: 0px !important;
}

/* line 10845, app/assets/stylesheets/tailwind.css */
.gap-y-1 {
  row-gap: 0.25rem !important;
}

/* line 10849, app/assets/stylesheets/tailwind.css */
.gap-y-2 {
  row-gap: 0.5rem !important;
}

/* line 10853, app/assets/stylesheets/tailwind.css */
.gap-y-3 {
  row-gap: 0.75rem !important;
}

/* line 10857, app/assets/stylesheets/tailwind.css */
.gap-y-4 {
  row-gap: 1rem !important;
}

/* line 10861, app/assets/stylesheets/tailwind.css */
.gap-y-5 {
  row-gap: 1.25rem !important;
}

/* line 10865, app/assets/stylesheets/tailwind.css */
.gap-y-6 {
  row-gap: 1.5rem !important;
}

/* line 10869, app/assets/stylesheets/tailwind.css */
.gap-y-7 {
  row-gap: 1.75rem !important;
}

/* line 10873, app/assets/stylesheets/tailwind.css */
.gap-y-8 {
  row-gap: 2rem !important;
}

/* line 10877, app/assets/stylesheets/tailwind.css */
.gap-y-9 {
  row-gap: 2.25rem !important;
}

/* line 10881, app/assets/stylesheets/tailwind.css */
.gap-y-10 {
  row-gap: 2.5rem !important;
}

/* line 10885, app/assets/stylesheets/tailwind.css */
.gap-y-11 {
  row-gap: 2.75rem !important;
}

/* line 10889, app/assets/stylesheets/tailwind.css */
.gap-y-12 {
  row-gap: 3rem !important;
}

/* line 10893, app/assets/stylesheets/tailwind.css */
.gap-y-14 {
  row-gap: 3.5rem !important;
}

/* line 10897, app/assets/stylesheets/tailwind.css */
.gap-y-16 {
  row-gap: 4rem !important;
}

/* line 10901, app/assets/stylesheets/tailwind.css */
.gap-y-20 {
  row-gap: 5rem !important;
}

/* line 10905, app/assets/stylesheets/tailwind.css */
.gap-y-24 {
  row-gap: 6rem !important;
}

/* line 10909, app/assets/stylesheets/tailwind.css */
.gap-y-28 {
  row-gap: 7rem !important;
}

/* line 10913, app/assets/stylesheets/tailwind.css */
.gap-y-32 {
  row-gap: 8rem !important;
}

/* line 10917, app/assets/stylesheets/tailwind.css */
.gap-y-36 {
  row-gap: 9rem !important;
}

/* line 10921, app/assets/stylesheets/tailwind.css */
.gap-y-40 {
  row-gap: 10rem !important;
}

/* line 10925, app/assets/stylesheets/tailwind.css */
.gap-y-44 {
  row-gap: 11rem !important;
}

/* line 10929, app/assets/stylesheets/tailwind.css */
.gap-y-48 {
  row-gap: 12rem !important;
}

/* line 10933, app/assets/stylesheets/tailwind.css */
.gap-y-52 {
  row-gap: 13rem !important;
}

/* line 10937, app/assets/stylesheets/tailwind.css */
.gap-y-56 {
  row-gap: 14rem !important;
}

/* line 10941, app/assets/stylesheets/tailwind.css */
.gap-y-60 {
  row-gap: 15rem !important;
}

/* line 10945, app/assets/stylesheets/tailwind.css */
.gap-y-64 {
  row-gap: 16rem !important;
}

/* line 10949, app/assets/stylesheets/tailwind.css */
.gap-y-72 {
  row-gap: 18rem !important;
}

/* line 10953, app/assets/stylesheets/tailwind.css */
.gap-y-80 {
  row-gap: 20rem !important;
}

/* line 10957, app/assets/stylesheets/tailwind.css */
.gap-y-96 {
  row-gap: 24rem !important;
}

/* line 10961, app/assets/stylesheets/tailwind.css */
.gap-y-px {
  row-gap: 1px !important;
}

/* line 10965, app/assets/stylesheets/tailwind.css */
.gap-y-0\.5 {
  row-gap: 0.125rem !important;
}

/* line 10969, app/assets/stylesheets/tailwind.css */
.gap-y-1\.5 {
  row-gap: 0.375rem !important;
}

/* line 10973, app/assets/stylesheets/tailwind.css */
.gap-y-2\.5 {
  row-gap: 0.625rem !important;
}

/* line 10977, app/assets/stylesheets/tailwind.css */
.gap-y-3\.5 {
  row-gap: 0.875rem !important;
}

/* line 10981, app/assets/stylesheets/tailwind.css */
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 10987, app/assets/stylesheets/tailwind.css */
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 10993, app/assets/stylesheets/tailwind.css */
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 10999, app/assets/stylesheets/tailwind.css */
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11005, app/assets/stylesheets/tailwind.css */
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11011, app/assets/stylesheets/tailwind.css */
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11017, app/assets/stylesheets/tailwind.css */
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11023, app/assets/stylesheets/tailwind.css */
.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11029, app/assets/stylesheets/tailwind.css */
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11035, app/assets/stylesheets/tailwind.css */
.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11041, app/assets/stylesheets/tailwind.css */
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11047, app/assets/stylesheets/tailwind.css */
.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11053, app/assets/stylesheets/tailwind.css */
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11059, app/assets/stylesheets/tailwind.css */
.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11065, app/assets/stylesheets/tailwind.css */
.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11071, app/assets/stylesheets/tailwind.css */
.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11077, app/assets/stylesheets/tailwind.css */
.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11083, app/assets/stylesheets/tailwind.css */
.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11089, app/assets/stylesheets/tailwind.css */
.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11095, app/assets/stylesheets/tailwind.css */
.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11101, app/assets/stylesheets/tailwind.css */
.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11107, app/assets/stylesheets/tailwind.css */
.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11113, app/assets/stylesheets/tailwind.css */
.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11119, app/assets/stylesheets/tailwind.css */
.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11125, app/assets/stylesheets/tailwind.css */
.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11131, app/assets/stylesheets/tailwind.css */
.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11137, app/assets/stylesheets/tailwind.css */
.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11143, app/assets/stylesheets/tailwind.css */
.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11149, app/assets/stylesheets/tailwind.css */
.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11155, app/assets/stylesheets/tailwind.css */
.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11161, app/assets/stylesheets/tailwind.css */
.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11167, app/assets/stylesheets/tailwind.css */
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11173, app/assets/stylesheets/tailwind.css */
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11179, app/assets/stylesheets/tailwind.css */
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11185, app/assets/stylesheets/tailwind.css */
.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11191, app/assets/stylesheets/tailwind.css */
.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11197, app/assets/stylesheets/tailwind.css */
.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11203, app/assets/stylesheets/tailwind.css */
.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11209, app/assets/stylesheets/tailwind.css */
.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11215, app/assets/stylesheets/tailwind.css */
.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11221, app/assets/stylesheets/tailwind.css */
.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11227, app/assets/stylesheets/tailwind.css */
.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11233, app/assets/stylesheets/tailwind.css */
.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11239, app/assets/stylesheets/tailwind.css */
.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11245, app/assets/stylesheets/tailwind.css */
.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11251, app/assets/stylesheets/tailwind.css */
.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11257, app/assets/stylesheets/tailwind.css */
.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11263, app/assets/stylesheets/tailwind.css */
.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11269, app/assets/stylesheets/tailwind.css */
.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11275, app/assets/stylesheets/tailwind.css */
.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11281, app/assets/stylesheets/tailwind.css */
.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11287, app/assets/stylesheets/tailwind.css */
.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11293, app/assets/stylesheets/tailwind.css */
.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11299, app/assets/stylesheets/tailwind.css */
.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11305, app/assets/stylesheets/tailwind.css */
.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11311, app/assets/stylesheets/tailwind.css */
.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11317, app/assets/stylesheets/tailwind.css */
.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11323, app/assets/stylesheets/tailwind.css */
.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11329, app/assets/stylesheets/tailwind.css */
.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11335, app/assets/stylesheets/tailwind.css */
.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11341, app/assets/stylesheets/tailwind.css */
.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11347, app/assets/stylesheets/tailwind.css */
.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11353, app/assets/stylesheets/tailwind.css */
.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11359, app/assets/stylesheets/tailwind.css */
.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11365, app/assets/stylesheets/tailwind.css */
.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11371, app/assets/stylesheets/tailwind.css */
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11377, app/assets/stylesheets/tailwind.css */
.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11383, app/assets/stylesheets/tailwind.css */
.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11389, app/assets/stylesheets/tailwind.css */
.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11395, app/assets/stylesheets/tailwind.css */
.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

/* line 11401, app/assets/stylesheets/tailwind.css */
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

/* line 11407, app/assets/stylesheets/tailwind.css */
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

/* line 11413, app/assets/stylesheets/tailwind.css */
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

/* line 11419, app/assets/stylesheets/tailwind.css */
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

/* line 11425, app/assets/stylesheets/tailwind.css */
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

/* line 11431, app/assets/stylesheets/tailwind.css */
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}

/* line 11437, app/assets/stylesheets/tailwind.css */
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

/* line 11443, app/assets/stylesheets/tailwind.css */
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
}

/* line 11449, app/assets/stylesheets/tailwind.css */
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

/* line 11455, app/assets/stylesheets/tailwind.css */
.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
}

/* line 11461, app/assets/stylesheets/tailwind.css */
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}

/* line 11467, app/assets/stylesheets/tailwind.css */
.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
}

/* line 11473, app/assets/stylesheets/tailwind.css */
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

/* line 11479, app/assets/stylesheets/tailwind.css */
.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
}

/* line 11485, app/assets/stylesheets/tailwind.css */
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}

/* line 11491, app/assets/stylesheets/tailwind.css */
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
}

/* line 11497, app/assets/stylesheets/tailwind.css */
.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
}

/* line 11503, app/assets/stylesheets/tailwind.css */
.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
}

/* line 11509, app/assets/stylesheets/tailwind.css */
.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
}

/* line 11515, app/assets/stylesheets/tailwind.css */
.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
}

/* line 11521, app/assets/stylesheets/tailwind.css */
.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
}

/* line 11527, app/assets/stylesheets/tailwind.css */
.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
}

/* line 11533, app/assets/stylesheets/tailwind.css */
.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
}

/* line 11539, app/assets/stylesheets/tailwind.css */
.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
}

/* line 11545, app/assets/stylesheets/tailwind.css */
.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
}

/* line 11551, app/assets/stylesheets/tailwind.css */
.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
}

/* line 11557, app/assets/stylesheets/tailwind.css */
.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
}

/* line 11563, app/assets/stylesheets/tailwind.css */
.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
}

/* line 11569, app/assets/stylesheets/tailwind.css */
.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
}

/* line 11575, app/assets/stylesheets/tailwind.css */
.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
}

/* line 11581, app/assets/stylesheets/tailwind.css */
.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
}

/* line 11587, app/assets/stylesheets/tailwind.css */
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
}

/* line 11593, app/assets/stylesheets/tailwind.css */
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
}

/* line 11599, app/assets/stylesheets/tailwind.css */
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
}

/* line 11605, app/assets/stylesheets/tailwind.css */
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
}

/* line 11611, app/assets/stylesheets/tailwind.css */
.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

/* line 11617, app/assets/stylesheets/tailwind.css */
.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
}

/* line 11623, app/assets/stylesheets/tailwind.css */
.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
}

/* line 11629, app/assets/stylesheets/tailwind.css */
.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
}

/* line 11635, app/assets/stylesheets/tailwind.css */
.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
}

/* line 11641, app/assets/stylesheets/tailwind.css */
.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
}

/* line 11647, app/assets/stylesheets/tailwind.css */
.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
}

/* line 11653, app/assets/stylesheets/tailwind.css */
.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
}

/* line 11659, app/assets/stylesheets/tailwind.css */
.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
}

/* line 11665, app/assets/stylesheets/tailwind.css */
.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
}

/* line 11671, app/assets/stylesheets/tailwind.css */
.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
}

/* line 11677, app/assets/stylesheets/tailwind.css */
.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
}

/* line 11683, app/assets/stylesheets/tailwind.css */
.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
}

/* line 11689, app/assets/stylesheets/tailwind.css */
.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
}

/* line 11695, app/assets/stylesheets/tailwind.css */
.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
}

/* line 11701, app/assets/stylesheets/tailwind.css */
.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
}

/* line 11707, app/assets/stylesheets/tailwind.css */
.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
}

/* line 11713, app/assets/stylesheets/tailwind.css */
.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
}

/* line 11719, app/assets/stylesheets/tailwind.css */
.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
}

/* line 11725, app/assets/stylesheets/tailwind.css */
.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
}

/* line 11731, app/assets/stylesheets/tailwind.css */
.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
}

/* line 11737, app/assets/stylesheets/tailwind.css */
.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
}

/* line 11743, app/assets/stylesheets/tailwind.css */
.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
}

/* line 11749, app/assets/stylesheets/tailwind.css */
.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
}

/* line 11755, app/assets/stylesheets/tailwind.css */
.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
}

/* line 11761, app/assets/stylesheets/tailwind.css */
.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
}

/* line 11767, app/assets/stylesheets/tailwind.css */
.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
}

/* line 11773, app/assets/stylesheets/tailwind.css */
.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
}

/* line 11779, app/assets/stylesheets/tailwind.css */
.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
}

/* line 11785, app/assets/stylesheets/tailwind.css */
.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
}

/* line 11791, app/assets/stylesheets/tailwind.css */
.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
}

/* line 11797, app/assets/stylesheets/tailwind.css */
.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
}

/* line 11803, app/assets/stylesheets/tailwind.css */
.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
}

/* line 11809, app/assets/stylesheets/tailwind.css */
.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
}

/* line 11815, app/assets/stylesheets/tailwind.css */
.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
}

/* line 11821, app/assets/stylesheets/tailwind.css */
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important;
}

/* line 11825, app/assets/stylesheets/tailwind.css */
.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}

/* line 11829, app/assets/stylesheets/tailwind.css */
.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

/* line 11835, app/assets/stylesheets/tailwind.css */
.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

/* line 11841, app/assets/stylesheets/tailwind.css */
.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

/* line 11847, app/assets/stylesheets/tailwind.css */
.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

/* line 11853, app/assets/stylesheets/tailwind.css */
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

/* line 11859, app/assets/stylesheets/tailwind.css */
.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
}

/* line 11865, app/assets/stylesheets/tailwind.css */
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}

/* line 11871, app/assets/stylesheets/tailwind.css */
.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
}

/* line 11877, app/assets/stylesheets/tailwind.css */
.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
}

/* line 11883, app/assets/stylesheets/tailwind.css */
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

/* line 11889, app/assets/stylesheets/tailwind.css */
.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important;
}

/* line 11893, app/assets/stylesheets/tailwind.css */
.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important;
}

/* line 11897, app/assets/stylesheets/tailwind.css */
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}

/* line 11901, app/assets/stylesheets/tailwind.css */
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed !important;
}

/* line 11905, app/assets/stylesheets/tailwind.css */
.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted !important;
}

/* line 11909, app/assets/stylesheets/tailwind.css */
.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double !important;
}

/* line 11913, app/assets/stylesheets/tailwind.css */
.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important;
}

/* line 11917, app/assets/stylesheets/tailwind.css */
.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent !important;
}

/* line 11921, app/assets/stylesheets/tailwind.css */
.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor !important;
}

/* line 11925, app/assets/stylesheets/tailwind.css */
.divide-black > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--black) !important;
}

/* line 11929, app/assets/stylesheets/tailwind.css */
.divide-white > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--white) !important;
}

/* line 11933, app/assets/stylesheets/tailwind.css */
.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
}

/* line 11938, app/assets/stylesheets/tailwind.css */
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important;
}

/* line 11943, app/assets/stylesheets/tailwind.css */
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
}

/* line 11948, app/assets/stylesheets/tailwind.css */
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
}

/* line 11953, app/assets/stylesheets/tailwind.css */
.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
}

/* line 11958, app/assets/stylesheets/tailwind.css */
.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
}

/* line 11963, app/assets/stylesheets/tailwind.css */
.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
}

/* line 11968, app/assets/stylesheets/tailwind.css */
.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
}

/* line 11973, app/assets/stylesheets/tailwind.css */
.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
}

/* line 11978, app/assets/stylesheets/tailwind.css */
.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
}

/* line 11983, app/assets/stylesheets/tailwind.css */
.divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
}

/* line 11988, app/assets/stylesheets/tailwind.css */
.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
}

/* line 11993, app/assets/stylesheets/tailwind.css */
.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
}

/* line 11998, app/assets/stylesheets/tailwind.css */
.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
}

/* line 12003, app/assets/stylesheets/tailwind.css */
.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
}

/* line 12008, app/assets/stylesheets/tailwind.css */
.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
}

/* line 12013, app/assets/stylesheets/tailwind.css */
.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
}

/* line 12018, app/assets/stylesheets/tailwind.css */
.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
}

/* line 12023, app/assets/stylesheets/tailwind.css */
.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
}

/* line 12028, app/assets/stylesheets/tailwind.css */
.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
}

/* line 12033, app/assets/stylesheets/tailwind.css */
.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
}

/* line 12038, app/assets/stylesheets/tailwind.css */
.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
}

/* line 12043, app/assets/stylesheets/tailwind.css */
.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
}

/* line 12048, app/assets/stylesheets/tailwind.css */
.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
}

/* line 12053, app/assets/stylesheets/tailwind.css */
.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
}

/* line 12058, app/assets/stylesheets/tailwind.css */
.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
}

/* line 12063, app/assets/stylesheets/tailwind.css */
.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
}

/* line 12068, app/assets/stylesheets/tailwind.css */
.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
}

/* line 12073, app/assets/stylesheets/tailwind.css */
.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
}

/* line 12078, app/assets/stylesheets/tailwind.css */
.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
}

/* line 12083, app/assets/stylesheets/tailwind.css */
.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
}

/* line 12088, app/assets/stylesheets/tailwind.css */
.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
}

/* line 12093, app/assets/stylesheets/tailwind.css */
.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
}

/* line 12098, app/assets/stylesheets/tailwind.css */
.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
}

/* line 12103, app/assets/stylesheets/tailwind.css */
.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
}

/* line 12108, app/assets/stylesheets/tailwind.css */
.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
}

/* line 12113, app/assets/stylesheets/tailwind.css */
.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
}

/* line 12118, app/assets/stylesheets/tailwind.css */
.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
}

/* line 12123, app/assets/stylesheets/tailwind.css */
.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
}

/* line 12128, app/assets/stylesheets/tailwind.css */
.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
}

/* line 12133, app/assets/stylesheets/tailwind.css */
.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
}

/* line 12138, app/assets/stylesheets/tailwind.css */
.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
}

/* line 12143, app/assets/stylesheets/tailwind.css */
.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
}

/* line 12148, app/assets/stylesheets/tailwind.css */
.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
}

/* line 12153, app/assets/stylesheets/tailwind.css */
.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
}

/* line 12158, app/assets/stylesheets/tailwind.css */
.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
}

/* line 12163, app/assets/stylesheets/tailwind.css */
.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
}

/* line 12168, app/assets/stylesheets/tailwind.css */
.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
}

/* line 12173, app/assets/stylesheets/tailwind.css */
.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
}

/* line 12178, app/assets/stylesheets/tailwind.css */
.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
}

/* line 12183, app/assets/stylesheets/tailwind.css */
.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
}

/* line 12188, app/assets/stylesheets/tailwind.css */
.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
}

/* line 12193, app/assets/stylesheets/tailwind.css */
.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
}

/* line 12198, app/assets/stylesheets/tailwind.css */
.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
}

/* line 12203, app/assets/stylesheets/tailwind.css */
.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
}

/* line 12208, app/assets/stylesheets/tailwind.css */
.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
}

/* line 12213, app/assets/stylesheets/tailwind.css */
.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
}

/* line 12218, app/assets/stylesheets/tailwind.css */
.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
}

/* line 12223, app/assets/stylesheets/tailwind.css */
.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
}

/* line 12228, app/assets/stylesheets/tailwind.css */
.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
}

/* line 12233, app/assets/stylesheets/tailwind.css */
.divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
}

/* line 12238, app/assets/stylesheets/tailwind.css */
.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
}

/* line 12243, app/assets/stylesheets/tailwind.css */
.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
}

/* line 12248, app/assets/stylesheets/tailwind.css */
.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
}

/* line 12253, app/assets/stylesheets/tailwind.css */
.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
}

/* line 12258, app/assets/stylesheets/tailwind.css */
.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
}

/* line 12263, app/assets/stylesheets/tailwind.css */
.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
}

/* line 12268, app/assets/stylesheets/tailwind.css */
.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
}

/* line 12273, app/assets/stylesheets/tailwind.css */
.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
}

/* line 12278, app/assets/stylesheets/tailwind.css */
.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
}

/* line 12283, app/assets/stylesheets/tailwind.css */
.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
}

/* line 12288, app/assets/stylesheets/tailwind.css */
.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
}

/* line 12293, app/assets/stylesheets/tailwind.css */
.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
}

/* line 12298, app/assets/stylesheets/tailwind.css */
.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
}

/* line 12303, app/assets/stylesheets/tailwind.css */
.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
}

/* line 12308, app/assets/stylesheets/tailwind.css */
.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
}

/* line 12313, app/assets/stylesheets/tailwind.css */
.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
}

/* line 12318, app/assets/stylesheets/tailwind.css */
.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
}

/* line 12323, app/assets/stylesheets/tailwind.css */
.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
}

/* line 12328, app/assets/stylesheets/tailwind.css */
.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}

/* line 12333, app/assets/stylesheets/tailwind.css */
.divide-grey > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--grey) !important;
}

/* line 12337, app/assets/stylesheets/tailwind.css */
.divide-info > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--text-info) !important;
}

/* line 12341, app/assets/stylesheets/tailwind.css */
.divide-warning > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--text-warning) !important;
}

/* line 12345, app/assets/stylesheets/tailwind.css */
.divide-error > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--text-error) !important;
}

/* line 12349, app/assets/stylesheets/tailwind.css */
.divide-primary > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--primary) !important;
}

/* line 12353, app/assets/stylesheets/tailwind.css */
.divide-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--secondary) !important;
}

/* line 12357, app/assets/stylesheets/tailwind.css */
.divide-primary-dark > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--primary-dark) !important;
}

/* line 12361, app/assets/stylesheets/tailwind.css */
.divide-text-color > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--text-color) !important;
}

/* line 12365, app/assets/stylesheets/tailwind.css */
.divide-button-outlined-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--button-outlined-hover) !important;
}

/* line 12369, app/assets/stylesheets/tailwind.css */
.divide-file-info > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--file-info) !important;
}

/* line 12373, app/assets/stylesheets/tailwind.css */
.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0 !important;
}

/* line 12377, app/assets/stylesheets/tailwind.css */
.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05 !important;
}

/* line 12381, app/assets/stylesheets/tailwind.css */
.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1 !important;
}

/* line 12385, app/assets/stylesheets/tailwind.css */
.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2 !important;
}

/* line 12389, app/assets/stylesheets/tailwind.css */
.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25 !important;
}

/* line 12393, app/assets/stylesheets/tailwind.css */
.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3 !important;
}

/* line 12397, app/assets/stylesheets/tailwind.css */
.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4 !important;
}

/* line 12401, app/assets/stylesheets/tailwind.css */
.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5 !important;
}

/* line 12405, app/assets/stylesheets/tailwind.css */
.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6 !important;
}

/* line 12409, app/assets/stylesheets/tailwind.css */
.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7 !important;
}

/* line 12413, app/assets/stylesheets/tailwind.css */
.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75 !important;
}

/* line 12417, app/assets/stylesheets/tailwind.css */
.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8 !important;
}

/* line 12421, app/assets/stylesheets/tailwind.css */
.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9 !important;
}

/* line 12425, app/assets/stylesheets/tailwind.css */
.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95 !important;
}

/* line 12429, app/assets/stylesheets/tailwind.css */
.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
}

/* line 12433, app/assets/stylesheets/tailwind.css */
.place-self-auto {
  place-self: auto !important;
}

/* line 12437, app/assets/stylesheets/tailwind.css */
.place-self-start {
  place-self: start !important;
}

/* line 12441, app/assets/stylesheets/tailwind.css */
.place-self-end {
  place-self: end !important;
}

/* line 12445, app/assets/stylesheets/tailwind.css */
.place-self-center {
  place-self: center !important;
}

/* line 12449, app/assets/stylesheets/tailwind.css */
.place-self-stretch {
  place-self: stretch !important;
}

/* line 12453, app/assets/stylesheets/tailwind.css */
.self-auto {
  align-self: auto !important;
}

/* line 12457, app/assets/stylesheets/tailwind.css */
.self-start {
  align-self: flex-start !important;
}

/* line 12461, app/assets/stylesheets/tailwind.css */
.self-end {
  align-self: flex-end !important;
}

/* line 12465, app/assets/stylesheets/tailwind.css */
.self-center {
  align-self: center !important;
}

/* line 12469, app/assets/stylesheets/tailwind.css */
.self-stretch {
  align-self: stretch !important;
}

/* line 12473, app/assets/stylesheets/tailwind.css */
.self-baseline {
  align-self: baseline !important;
}

/* line 12477, app/assets/stylesheets/tailwind.css */
.justify-self-auto {
  justify-self: auto !important;
}

/* line 12481, app/assets/stylesheets/tailwind.css */
.justify-self-start {
  justify-self: start !important;
}

/* line 12485, app/assets/stylesheets/tailwind.css */
.justify-self-end {
  justify-self: end !important;
}

/* line 12489, app/assets/stylesheets/tailwind.css */
.justify-self-center {
  justify-self: center !important;
}

/* line 12493, app/assets/stylesheets/tailwind.css */
.justify-self-stretch {
  justify-self: stretch !important;
}

/* line 12497, app/assets/stylesheets/tailwind.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 12501, app/assets/stylesheets/tailwind.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 12505, app/assets/stylesheets/tailwind.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 12509, app/assets/stylesheets/tailwind.css */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 12513, app/assets/stylesheets/tailwind.css */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 12517, app/assets/stylesheets/tailwind.css */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 12521, app/assets/stylesheets/tailwind.css */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 12525, app/assets/stylesheets/tailwind.css */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 12529, app/assets/stylesheets/tailwind.css */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 12533, app/assets/stylesheets/tailwind.css */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 12537, app/assets/stylesheets/tailwind.css */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 12541, app/assets/stylesheets/tailwind.css */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 12545, app/assets/stylesheets/tailwind.css */
.overscroll-auto {
  -ms-scroll-chaining: chained !important;
  overscroll-behavior: auto !important;
}

/* line 12550, app/assets/stylesheets/tailwind.css */
.overscroll-contain {
  -ms-scroll-chaining: none !important;
  overscroll-behavior: contain !important;
}

/* line 12555, app/assets/stylesheets/tailwind.css */
.overscroll-none {
  -ms-scroll-chaining: none !important;
  overscroll-behavior: none !important;
}

/* line 12560, app/assets/stylesheets/tailwind.css */
.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

/* line 12564, app/assets/stylesheets/tailwind.css */
.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

/* line 12568, app/assets/stylesheets/tailwind.css */
.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

/* line 12572, app/assets/stylesheets/tailwind.css */
.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

/* line 12576, app/assets/stylesheets/tailwind.css */
.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

/* line 12580, app/assets/stylesheets/tailwind.css */
.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

/* line 12584, app/assets/stylesheets/tailwind.css */
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* line 12590, app/assets/stylesheets/tailwind.css */
.overflow-ellipsis {
  text-overflow: ellipsis !important;
}

/* line 12594, app/assets/stylesheets/tailwind.css */
.overflow-clip {
  text-overflow: clip !important;
}

/* line 12598, app/assets/stylesheets/tailwind.css */
.whitespace-normal {
  white-space: normal !important;
}

/* line 12602, app/assets/stylesheets/tailwind.css */
.whitespace-nowrap {
  white-space: nowrap !important;
}

/* line 12606, app/assets/stylesheets/tailwind.css */
.whitespace-pre {
  white-space: pre !important;
}

/* line 12610, app/assets/stylesheets/tailwind.css */
.whitespace-pre-line {
  white-space: pre-line !important;
}

/* line 12614, app/assets/stylesheets/tailwind.css */
.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

/* line 12618, app/assets/stylesheets/tailwind.css */
.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

/* line 12623, app/assets/stylesheets/tailwind.css */
.break-words {
  overflow-wrap: break-word !important;
}

/* line 12627, app/assets/stylesheets/tailwind.css */
.break-all {
  word-break: break-all !important;
}

/* line 12631, app/assets/stylesheets/tailwind.css */
.rounded-0_625 {
  border-radius: 0.625rem !important;
}

/* line 12635, app/assets/stylesheets/tailwind.css */
.rounded-0_25 {
  border-radius: 0.25rem !important;
}

/* line 12639, app/assets/stylesheets/tailwind.css */
.rounded-t-0_625 {
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
}

/* line 12644, app/assets/stylesheets/tailwind.css */
.rounded-t-0_25 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 12649, app/assets/stylesheets/tailwind.css */
.rounded-r-0_625 {
  border-top-right-radius: 0.625rem !important;
  border-bottom-right-radius: 0.625rem !important;
}

/* line 12654, app/assets/stylesheets/tailwind.css */
.rounded-r-0_25 {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 12659, app/assets/stylesheets/tailwind.css */
.rounded-b-0_625 {
  border-bottom-right-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
}

/* line 12664, app/assets/stylesheets/tailwind.css */
.rounded-b-0_25 {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 12669, app/assets/stylesheets/tailwind.css */
.rounded-l-0_625 {
  border-top-left-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
}

/* line 12674, app/assets/stylesheets/tailwind.css */
.rounded-l-0_25 {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 12679, app/assets/stylesheets/tailwind.css */
.rounded-tl-0_625 {
  border-top-left-radius: 0.625rem !important;
}

/* line 12683, app/assets/stylesheets/tailwind.css */
.rounded-tl-0_25 {
  border-top-left-radius: 0.25rem !important;
}

/* line 12687, app/assets/stylesheets/tailwind.css */
.rounded-tr-0_625 {
  border-top-right-radius: 0.625rem !important;
}

/* line 12691, app/assets/stylesheets/tailwind.css */
.rounded-tr-0_25 {
  border-top-right-radius: 0.25rem !important;
}

/* line 12695, app/assets/stylesheets/tailwind.css */
.rounded-br-0_625 {
  border-bottom-right-radius: 0.625rem !important;
}

/* line 12699, app/assets/stylesheets/tailwind.css */
.rounded-br-0_25 {
  border-bottom-right-radius: 0.25rem !important;
}

/* line 12703, app/assets/stylesheets/tailwind.css */
.rounded-bl-0_625 {
  border-bottom-left-radius: 0.625rem !important;
}

/* line 12707, app/assets/stylesheets/tailwind.css */
.rounded-bl-0_25 {
  border-bottom-left-radius: 0.25rem !important;
}

/* line 12711, app/assets/stylesheets/tailwind.css */
.border-0 {
  border-width: 0px !important;
}

/* line 12715, app/assets/stylesheets/tailwind.css */
.border-2 {
  border-width: 2px !important;
}

/* line 12719, app/assets/stylesheets/tailwind.css */
.border-4 {
  border-width: 4px !important;
}

/* line 12723, app/assets/stylesheets/tailwind.css */
.border-8 {
  border-width: 8px !important;
}

/* line 12727, app/assets/stylesheets/tailwind.css */
.border {
  border-width: 1px !important;
}

/* line 12731, app/assets/stylesheets/tailwind.css */
.border-t-0 {
  border-top-width: 0px !important;
}

/* line 12735, app/assets/stylesheets/tailwind.css */
.border-t-2 {
  border-top-width: 2px !important;
}

/* line 12739, app/assets/stylesheets/tailwind.css */
.border-t-4 {
  border-top-width: 4px !important;
}

/* line 12743, app/assets/stylesheets/tailwind.css */
.border-t-8 {
  border-top-width: 8px !important;
}

/* line 12747, app/assets/stylesheets/tailwind.css */
.border-t {
  border-top-width: 1px !important;
}

/* line 12751, app/assets/stylesheets/tailwind.css */
.border-r-0 {
  border-right-width: 0px !important;
}

/* line 12755, app/assets/stylesheets/tailwind.css */
.border-r-2 {
  border-right-width: 2px !important;
}

/* line 12759, app/assets/stylesheets/tailwind.css */
.border-r-4 {
  border-right-width: 4px !important;
}

/* line 12763, app/assets/stylesheets/tailwind.css */
.border-r-8 {
  border-right-width: 8px !important;
}

/* line 12767, app/assets/stylesheets/tailwind.css */
.border-r {
  border-right-width: 1px !important;
}

/* line 12771, app/assets/stylesheets/tailwind.css */
.border-b-0 {
  border-bottom-width: 0px !important;
}

/* line 12775, app/assets/stylesheets/tailwind.css */
.border-b-2 {
  border-bottom-width: 2px !important;
}

/* line 12779, app/assets/stylesheets/tailwind.css */
.border-b-4 {
  border-bottom-width: 4px !important;
}

/* line 12783, app/assets/stylesheets/tailwind.css */
.border-b-8 {
  border-bottom-width: 8px !important;
}

/* line 12787, app/assets/stylesheets/tailwind.css */
.border-b {
  border-bottom-width: 1px !important;
}

/* line 12791, app/assets/stylesheets/tailwind.css */
.border-l-0 {
  border-left-width: 0px !important;
}

/* line 12795, app/assets/stylesheets/tailwind.css */
.border-l-2 {
  border-left-width: 2px !important;
}

/* line 12799, app/assets/stylesheets/tailwind.css */
.border-l-4 {
  border-left-width: 4px !important;
}

/* line 12803, app/assets/stylesheets/tailwind.css */
.border-l-8 {
  border-left-width: 8px !important;
}

/* line 12807, app/assets/stylesheets/tailwind.css */
.border-l {
  border-left-width: 1px !important;
}

/* line 12811, app/assets/stylesheets/tailwind.css */
.border-solid {
  border-style: solid !important;
}

/* line 12815, app/assets/stylesheets/tailwind.css */
.border-dashed {
  border-style: dashed !important;
}

/* line 12819, app/assets/stylesheets/tailwind.css */
.border-dotted {
  border-style: dotted !important;
}

/* line 12823, app/assets/stylesheets/tailwind.css */
.border-double {
  border-style: double !important;
}

/* line 12827, app/assets/stylesheets/tailwind.css */
.border-none {
  border-style: none !important;
}

/* line 12831, app/assets/stylesheets/tailwind.css */
.border-transparent {
  border-color: transparent !important;
}

/* line 12835, app/assets/stylesheets/tailwind.css */
.border-current {
  border-color: currentColor !important;
}

/* line 12839, app/assets/stylesheets/tailwind.css */
.border-black {
  border-color: var(--black) !important;
}

/* line 12843, app/assets/stylesheets/tailwind.css */
.border-white {
  border-color: var(--white) !important;
}

/* line 12847, app/assets/stylesheets/tailwind.css */
.border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
}

/* line 12852, app/assets/stylesheets/tailwind.css */
.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}

/* line 12857, app/assets/stylesheets/tailwind.css */
.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}

/* line 12862, app/assets/stylesheets/tailwind.css */
.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

/* line 12867, app/assets/stylesheets/tailwind.css */
.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

/* line 12872, app/assets/stylesheets/tailwind.css */
.border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

/* line 12877, app/assets/stylesheets/tailwind.css */
.border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

/* line 12882, app/assets/stylesheets/tailwind.css */
.border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

/* line 12887, app/assets/stylesheets/tailwind.css */
.border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

/* line 12892, app/assets/stylesheets/tailwind.css */
.border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

/* line 12897, app/assets/stylesheets/tailwind.css */
.border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

/* line 12902, app/assets/stylesheets/tailwind.css */
.border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

/* line 12907, app/assets/stylesheets/tailwind.css */
.border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

/* line 12912, app/assets/stylesheets/tailwind.css */
.border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

/* line 12917, app/assets/stylesheets/tailwind.css */
.border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

/* line 12922, app/assets/stylesheets/tailwind.css */
.border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

/* line 12927, app/assets/stylesheets/tailwind.css */
.border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

/* line 12932, app/assets/stylesheets/tailwind.css */
.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

/* line 12937, app/assets/stylesheets/tailwind.css */
.border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

/* line 12942, app/assets/stylesheets/tailwind.css */
.border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

/* line 12947, app/assets/stylesheets/tailwind.css */
.border-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
}

/* line 12952, app/assets/stylesheets/tailwind.css */
.border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
}

/* line 12957, app/assets/stylesheets/tailwind.css */
.border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
}

/* line 12962, app/assets/stylesheets/tailwind.css */
.border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
}

/* line 12967, app/assets/stylesheets/tailwind.css */
.border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
}

/* line 12972, app/assets/stylesheets/tailwind.css */
.border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
}

/* line 12977, app/assets/stylesheets/tailwind.css */
.border-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
}

/* line 12982, app/assets/stylesheets/tailwind.css */
.border-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
}

/* line 12987, app/assets/stylesheets/tailwind.css */
.border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
}

/* line 12992, app/assets/stylesheets/tailwind.css */
.border-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
}

/* line 12997, app/assets/stylesheets/tailwind.css */
.border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

/* line 13002, app/assets/stylesheets/tailwind.css */
.border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

/* line 13007, app/assets/stylesheets/tailwind.css */
.border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

/* line 13012, app/assets/stylesheets/tailwind.css */
.border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

/* line 13017, app/assets/stylesheets/tailwind.css */
.border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

/* line 13022, app/assets/stylesheets/tailwind.css */
.border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

/* line 13027, app/assets/stylesheets/tailwind.css */
.border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

/* line 13032, app/assets/stylesheets/tailwind.css */
.border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

/* line 13037, app/assets/stylesheets/tailwind.css */
.border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

/* line 13042, app/assets/stylesheets/tailwind.css */
.border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

/* line 13047, app/assets/stylesheets/tailwind.css */
.border-blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

/* line 13052, app/assets/stylesheets/tailwind.css */
.border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

/* line 13057, app/assets/stylesheets/tailwind.css */
.border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

/* line 13062, app/assets/stylesheets/tailwind.css */
.border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

/* line 13067, app/assets/stylesheets/tailwind.css */
.border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

/* line 13072, app/assets/stylesheets/tailwind.css */
.border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

/* line 13077, app/assets/stylesheets/tailwind.css */
.border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

/* line 13082, app/assets/stylesheets/tailwind.css */
.border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

/* line 13087, app/assets/stylesheets/tailwind.css */
.border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

/* line 13092, app/assets/stylesheets/tailwind.css */
.border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

/* line 13097, app/assets/stylesheets/tailwind.css */
.border-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

/* line 13102, app/assets/stylesheets/tailwind.css */
.border-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

/* line 13107, app/assets/stylesheets/tailwind.css */
.border-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

/* line 13112, app/assets/stylesheets/tailwind.css */
.border-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

/* line 13117, app/assets/stylesheets/tailwind.css */
.border-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

/* line 13122, app/assets/stylesheets/tailwind.css */
.border-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

/* line 13127, app/assets/stylesheets/tailwind.css */
.border-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

/* line 13132, app/assets/stylesheets/tailwind.css */
.border-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

/* line 13137, app/assets/stylesheets/tailwind.css */
.border-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

/* line 13142, app/assets/stylesheets/tailwind.css */
.border-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

/* line 13147, app/assets/stylesheets/tailwind.css */
.border-purple-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
}

/* line 13152, app/assets/stylesheets/tailwind.css */
.border-purple-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
}

/* line 13157, app/assets/stylesheets/tailwind.css */
.border-purple-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
}

/* line 13162, app/assets/stylesheets/tailwind.css */
.border-purple-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
}

/* line 13167, app/assets/stylesheets/tailwind.css */
.border-purple-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
}

/* line 13172, app/assets/stylesheets/tailwind.css */
.border-purple-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
}

/* line 13177, app/assets/stylesheets/tailwind.css */
.border-purple-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
}

/* line 13182, app/assets/stylesheets/tailwind.css */
.border-purple-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
}

/* line 13187, app/assets/stylesheets/tailwind.css */
.border-purple-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
}

/* line 13192, app/assets/stylesheets/tailwind.css */
.border-purple-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
}

/* line 13197, app/assets/stylesheets/tailwind.css */
.border-pink-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

/* line 13202, app/assets/stylesheets/tailwind.css */
.border-pink-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

/* line 13207, app/assets/stylesheets/tailwind.css */
.border-pink-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

/* line 13212, app/assets/stylesheets/tailwind.css */
.border-pink-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

/* line 13217, app/assets/stylesheets/tailwind.css */
.border-pink-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

/* line 13222, app/assets/stylesheets/tailwind.css */
.border-pink-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

/* line 13227, app/assets/stylesheets/tailwind.css */
.border-pink-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

/* line 13232, app/assets/stylesheets/tailwind.css */
.border-pink-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

/* line 13237, app/assets/stylesheets/tailwind.css */
.border-pink-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

/* line 13242, app/assets/stylesheets/tailwind.css */
.border-pink-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

/* line 13247, app/assets/stylesheets/tailwind.css */
.border-grey {
  border-color: var(--grey) !important;
}

/* line 13251, app/assets/stylesheets/tailwind.css */
.border-info {
  border-color: var(--text-info) !important;
}

/* line 13255, app/assets/stylesheets/tailwind.css */
.border-warning {
  border-color: var(--text-warning) !important;
}

/* line 13259, app/assets/stylesheets/tailwind.css */
.border-error {
  border-color: var(--text-error) !important;
}

/* line 13263, app/assets/stylesheets/tailwind.css */
.border-primary {
  border-color: var(--primary) !important;
}

/* line 13267, app/assets/stylesheets/tailwind.css */
.border-secondary {
  border-color: var(--secondary) !important;
}

/* line 13271, app/assets/stylesheets/tailwind.css */
.border-primary-dark {
  border-color: var(--primary-dark) !important;
}

/* line 13275, app/assets/stylesheets/tailwind.css */
.border-text-color {
  border-color: var(--text-color) !important;
}

/* line 13279, app/assets/stylesheets/tailwind.css */
.border-button-outlined-hover {
  border-color: var(--button-outlined-hover) !important;
}

/* line 13283, app/assets/stylesheets/tailwind.css */
.border-file-info {
  border-color: var(--file-info) !important;
}

/* line 13287, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-transparent {
  border-color: transparent !important;
}

/* line 13291, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-current {
  border-color: currentColor !important;
}

/* line 13295, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-black {
  border-color: var(--black) !important;
}

/* line 13299, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-white {
  border-color: var(--white) !important;
}

/* line 13303, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
}

/* line 13308, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}

/* line 13313, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}

/* line 13318, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

/* line 13323, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

/* line 13328, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

/* line 13333, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

/* line 13338, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

/* line 13343, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

/* line 13348, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

/* line 13353, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

/* line 13358, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

/* line 13363, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

/* line 13368, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

/* line 13373, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

/* line 13378, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

/* line 13383, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

/* line 13388, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

/* line 13393, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

/* line 13398, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

/* line 13403, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
}

/* line 13408, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
}

/* line 13413, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
}

/* line 13418, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
}

/* line 13423, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
}

/* line 13428, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
}

/* line 13433, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
}

/* line 13438, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
}

/* line 13443, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
}

/* line 13448, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
}

/* line 13453, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

/* line 13458, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

/* line 13463, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

/* line 13468, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

/* line 13473, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

/* line 13478, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

/* line 13483, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

/* line 13488, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

/* line 13493, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

/* line 13498, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

/* line 13503, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

/* line 13508, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

/* line 13513, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

/* line 13518, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

/* line 13523, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

/* line 13528, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

/* line 13533, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

/* line 13538, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

/* line 13543, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

/* line 13548, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

/* line 13553, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

/* line 13558, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

/* line 13563, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

/* line 13568, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

/* line 13573, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

/* line 13578, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

/* line 13583, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

/* line 13588, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

/* line 13593, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

/* line 13598, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

/* line 13603, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-purple-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
}

/* line 13608, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-purple-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
}

/* line 13613, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-purple-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
}

/* line 13618, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-purple-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
}

/* line 13623, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-purple-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
}

/* line 13628, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-purple-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
}

/* line 13633, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-purple-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
}

/* line 13638, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-purple-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
}

/* line 13643, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-purple-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
}

/* line 13648, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-purple-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
}

/* line 13653, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-pink-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

/* line 13658, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-pink-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

/* line 13663, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-pink-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

/* line 13668, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-pink-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

/* line 13673, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-pink-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

/* line 13678, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-pink-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

/* line 13683, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-pink-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

/* line 13688, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-pink-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

/* line 13693, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-pink-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

/* line 13698, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-pink-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

/* line 13703, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-grey {
  border-color: var(--grey) !important;
}

/* line 13707, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-info {
  border-color: var(--text-info) !important;
}

/* line 13711, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-warning {
  border-color: var(--text-warning) !important;
}

/* line 13715, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-error {
  border-color: var(--text-error) !important;
}

/* line 13719, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-primary {
  border-color: var(--primary) !important;
}

/* line 13723, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-secondary {
  border-color: var(--secondary) !important;
}

/* line 13727, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-primary-dark {
  border-color: var(--primary-dark) !important;
}

/* line 13731, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-text-color {
  border-color: var(--text-color) !important;
}

/* line 13735, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-button-outlined-hover {
  border-color: var(--button-outlined-hover) !important;
}

/* line 13739, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-file-info {
  border-color: var(--file-info) !important;
}

/* line 13743, app/assets/stylesheets/tailwind.css */
.focus-within\:border-transparent:focus-within {
  border-color: transparent !important;
}

/* line 13747, app/assets/stylesheets/tailwind.css */
.focus-within\:border-current:focus-within {
  border-color: currentColor !important;
}

/* line 13751, app/assets/stylesheets/tailwind.css */
.focus-within\:border-black:focus-within {
  border-color: var(--black) !important;
}

/* line 13755, app/assets/stylesheets/tailwind.css */
.focus-within\:border-white:focus-within {
  border-color: var(--white) !important;
}

/* line 13759, app/assets/stylesheets/tailwind.css */
.focus-within\:border-gray-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
}

/* line 13764, app/assets/stylesheets/tailwind.css */
.focus-within\:border-gray-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}

/* line 13769, app/assets/stylesheets/tailwind.css */
.focus-within\:border-gray-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}

/* line 13774, app/assets/stylesheets/tailwind.css */
.focus-within\:border-gray-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

/* line 13779, app/assets/stylesheets/tailwind.css */
.focus-within\:border-gray-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

/* line 13784, app/assets/stylesheets/tailwind.css */
.focus-within\:border-gray-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

/* line 13789, app/assets/stylesheets/tailwind.css */
.focus-within\:border-gray-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

/* line 13794, app/assets/stylesheets/tailwind.css */
.focus-within\:border-gray-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

/* line 13799, app/assets/stylesheets/tailwind.css */
.focus-within\:border-gray-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

/* line 13804, app/assets/stylesheets/tailwind.css */
.focus-within\:border-gray-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

/* line 13809, app/assets/stylesheets/tailwind.css */
.focus-within\:border-red-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

/* line 13814, app/assets/stylesheets/tailwind.css */
.focus-within\:border-red-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

/* line 13819, app/assets/stylesheets/tailwind.css */
.focus-within\:border-red-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

/* line 13824, app/assets/stylesheets/tailwind.css */
.focus-within\:border-red-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

/* line 13829, app/assets/stylesheets/tailwind.css */
.focus-within\:border-red-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

/* line 13834, app/assets/stylesheets/tailwind.css */
.focus-within\:border-red-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

/* line 13839, app/assets/stylesheets/tailwind.css */
.focus-within\:border-red-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

/* line 13844, app/assets/stylesheets/tailwind.css */
.focus-within\:border-red-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

/* line 13849, app/assets/stylesheets/tailwind.css */
.focus-within\:border-red-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

/* line 13854, app/assets/stylesheets/tailwind.css */
.focus-within\:border-red-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

/* line 13859, app/assets/stylesheets/tailwind.css */
.focus-within\:border-yellow-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
}

/* line 13864, app/assets/stylesheets/tailwind.css */
.focus-within\:border-yellow-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
}

/* line 13869, app/assets/stylesheets/tailwind.css */
.focus-within\:border-yellow-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
}

/* line 13874, app/assets/stylesheets/tailwind.css */
.focus-within\:border-yellow-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
}

/* line 13879, app/assets/stylesheets/tailwind.css */
.focus-within\:border-yellow-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
}

/* line 13884, app/assets/stylesheets/tailwind.css */
.focus-within\:border-yellow-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
}

/* line 13889, app/assets/stylesheets/tailwind.css */
.focus-within\:border-yellow-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
}

/* line 13894, app/assets/stylesheets/tailwind.css */
.focus-within\:border-yellow-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
}

/* line 13899, app/assets/stylesheets/tailwind.css */
.focus-within\:border-yellow-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
}

/* line 13904, app/assets/stylesheets/tailwind.css */
.focus-within\:border-yellow-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
}

/* line 13909, app/assets/stylesheets/tailwind.css */
.focus-within\:border-green-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

/* line 13914, app/assets/stylesheets/tailwind.css */
.focus-within\:border-green-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

/* line 13919, app/assets/stylesheets/tailwind.css */
.focus-within\:border-green-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

/* line 13924, app/assets/stylesheets/tailwind.css */
.focus-within\:border-green-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

/* line 13929, app/assets/stylesheets/tailwind.css */
.focus-within\:border-green-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

/* line 13934, app/assets/stylesheets/tailwind.css */
.focus-within\:border-green-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

/* line 13939, app/assets/stylesheets/tailwind.css */
.focus-within\:border-green-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

/* line 13944, app/assets/stylesheets/tailwind.css */
.focus-within\:border-green-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

/* line 13949, app/assets/stylesheets/tailwind.css */
.focus-within\:border-green-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

/* line 13954, app/assets/stylesheets/tailwind.css */
.focus-within\:border-green-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

/* line 13959, app/assets/stylesheets/tailwind.css */
.focus-within\:border-blue-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

/* line 13964, app/assets/stylesheets/tailwind.css */
.focus-within\:border-blue-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

/* line 13969, app/assets/stylesheets/tailwind.css */
.focus-within\:border-blue-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

/* line 13974, app/assets/stylesheets/tailwind.css */
.focus-within\:border-blue-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

/* line 13979, app/assets/stylesheets/tailwind.css */
.focus-within\:border-blue-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

/* line 13984, app/assets/stylesheets/tailwind.css */
.focus-within\:border-blue-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

/* line 13989, app/assets/stylesheets/tailwind.css */
.focus-within\:border-blue-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

/* line 13994, app/assets/stylesheets/tailwind.css */
.focus-within\:border-blue-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

/* line 13999, app/assets/stylesheets/tailwind.css */
.focus-within\:border-blue-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

/* line 14004, app/assets/stylesheets/tailwind.css */
.focus-within\:border-blue-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

/* line 14009, app/assets/stylesheets/tailwind.css */
.focus-within\:border-indigo-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

/* line 14014, app/assets/stylesheets/tailwind.css */
.focus-within\:border-indigo-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

/* line 14019, app/assets/stylesheets/tailwind.css */
.focus-within\:border-indigo-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

/* line 14024, app/assets/stylesheets/tailwind.css */
.focus-within\:border-indigo-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

/* line 14029, app/assets/stylesheets/tailwind.css */
.focus-within\:border-indigo-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

/* line 14034, app/assets/stylesheets/tailwind.css */
.focus-within\:border-indigo-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

/* line 14039, app/assets/stylesheets/tailwind.css */
.focus-within\:border-indigo-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

/* line 14044, app/assets/stylesheets/tailwind.css */
.focus-within\:border-indigo-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

/* line 14049, app/assets/stylesheets/tailwind.css */
.focus-within\:border-indigo-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

/* line 14054, app/assets/stylesheets/tailwind.css */
.focus-within\:border-indigo-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

/* line 14059, app/assets/stylesheets/tailwind.css */
.focus-within\:border-purple-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
}

/* line 14064, app/assets/stylesheets/tailwind.css */
.focus-within\:border-purple-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
}

/* line 14069, app/assets/stylesheets/tailwind.css */
.focus-within\:border-purple-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
}

/* line 14074, app/assets/stylesheets/tailwind.css */
.focus-within\:border-purple-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
}

/* line 14079, app/assets/stylesheets/tailwind.css */
.focus-within\:border-purple-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
}

/* line 14084, app/assets/stylesheets/tailwind.css */
.focus-within\:border-purple-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
}

/* line 14089, app/assets/stylesheets/tailwind.css */
.focus-within\:border-purple-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
}

/* line 14094, app/assets/stylesheets/tailwind.css */
.focus-within\:border-purple-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
}

/* line 14099, app/assets/stylesheets/tailwind.css */
.focus-within\:border-purple-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
}

/* line 14104, app/assets/stylesheets/tailwind.css */
.focus-within\:border-purple-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
}

/* line 14109, app/assets/stylesheets/tailwind.css */
.focus-within\:border-pink-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

/* line 14114, app/assets/stylesheets/tailwind.css */
.focus-within\:border-pink-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

/* line 14119, app/assets/stylesheets/tailwind.css */
.focus-within\:border-pink-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

/* line 14124, app/assets/stylesheets/tailwind.css */
.focus-within\:border-pink-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

/* line 14129, app/assets/stylesheets/tailwind.css */
.focus-within\:border-pink-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

/* line 14134, app/assets/stylesheets/tailwind.css */
.focus-within\:border-pink-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

/* line 14139, app/assets/stylesheets/tailwind.css */
.focus-within\:border-pink-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

/* line 14144, app/assets/stylesheets/tailwind.css */
.focus-within\:border-pink-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

/* line 14149, app/assets/stylesheets/tailwind.css */
.focus-within\:border-pink-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

/* line 14154, app/assets/stylesheets/tailwind.css */
.focus-within\:border-pink-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

/* line 14159, app/assets/stylesheets/tailwind.css */
.focus-within\:border-grey:focus-within {
  border-color: var(--grey) !important;
}

/* line 14163, app/assets/stylesheets/tailwind.css */
.focus-within\:border-info:focus-within {
  border-color: var(--text-info) !important;
}

/* line 14167, app/assets/stylesheets/tailwind.css */
.focus-within\:border-warning:focus-within {
  border-color: var(--text-warning) !important;
}

/* line 14171, app/assets/stylesheets/tailwind.css */
.focus-within\:border-error:focus-within {
  border-color: var(--text-error) !important;
}

/* line 14175, app/assets/stylesheets/tailwind.css */
.focus-within\:border-primary:focus-within {
  border-color: var(--primary) !important;
}

/* line 14179, app/assets/stylesheets/tailwind.css */
.focus-within\:border-secondary:focus-within {
  border-color: var(--secondary) !important;
}

/* line 14183, app/assets/stylesheets/tailwind.css */
.focus-within\:border-primary-dark:focus-within {
  border-color: var(--primary-dark) !important;
}

/* line 14187, app/assets/stylesheets/tailwind.css */
.focus-within\:border-text-color:focus-within {
  border-color: var(--text-color) !important;
}

/* line 14191, app/assets/stylesheets/tailwind.css */
.focus-within\:border-button-outlined-hover:focus-within {
  border-color: var(--button-outlined-hover) !important;
}

/* line 14195, app/assets/stylesheets/tailwind.css */
.focus-within\:border-file-info:focus-within {
  border-color: var(--file-info) !important;
}

/* line 14199, app/assets/stylesheets/tailwind.css */
.hover\:border-transparent:hover {
  border-color: transparent !important;
}

/* line 14203, app/assets/stylesheets/tailwind.css */
.hover\:border-current:hover {
  border-color: currentColor !important;
}

/* line 14207, app/assets/stylesheets/tailwind.css */
.hover\:border-black:hover {
  border-color: var(--black) !important;
}

/* line 14211, app/assets/stylesheets/tailwind.css */
.hover\:border-white:hover {
  border-color: var(--white) !important;
}

/* line 14215, app/assets/stylesheets/tailwind.css */
.hover\:border-gray-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
}

/* line 14220, app/assets/stylesheets/tailwind.css */
.hover\:border-gray-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}

/* line 14225, app/assets/stylesheets/tailwind.css */
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}

/* line 14230, app/assets/stylesheets/tailwind.css */
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

/* line 14235, app/assets/stylesheets/tailwind.css */
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

/* line 14240, app/assets/stylesheets/tailwind.css */
.hover\:border-gray-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

/* line 14245, app/assets/stylesheets/tailwind.css */
.hover\:border-gray-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

/* line 14250, app/assets/stylesheets/tailwind.css */
.hover\:border-gray-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

/* line 14255, app/assets/stylesheets/tailwind.css */
.hover\:border-gray-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

/* line 14260, app/assets/stylesheets/tailwind.css */
.hover\:border-gray-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

/* line 14265, app/assets/stylesheets/tailwind.css */
.hover\:border-red-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

/* line 14270, app/assets/stylesheets/tailwind.css */
.hover\:border-red-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

/* line 14275, app/assets/stylesheets/tailwind.css */
.hover\:border-red-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

/* line 14280, app/assets/stylesheets/tailwind.css */
.hover\:border-red-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

/* line 14285, app/assets/stylesheets/tailwind.css */
.hover\:border-red-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

/* line 14290, app/assets/stylesheets/tailwind.css */
.hover\:border-red-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

/* line 14295, app/assets/stylesheets/tailwind.css */
.hover\:border-red-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

/* line 14300, app/assets/stylesheets/tailwind.css */
.hover\:border-red-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

/* line 14305, app/assets/stylesheets/tailwind.css */
.hover\:border-red-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

/* line 14310, app/assets/stylesheets/tailwind.css */
.hover\:border-red-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

/* line 14315, app/assets/stylesheets/tailwind.css */
.hover\:border-yellow-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
}

/* line 14320, app/assets/stylesheets/tailwind.css */
.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
}

/* line 14325, app/assets/stylesheets/tailwind.css */
.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
}

/* line 14330, app/assets/stylesheets/tailwind.css */
.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
}

/* line 14335, app/assets/stylesheets/tailwind.css */
.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
}

/* line 14340, app/assets/stylesheets/tailwind.css */
.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
}

/* line 14345, app/assets/stylesheets/tailwind.css */
.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
}

/* line 14350, app/assets/stylesheets/tailwind.css */
.hover\:border-yellow-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
}

/* line 14355, app/assets/stylesheets/tailwind.css */
.hover\:border-yellow-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
}

/* line 14360, app/assets/stylesheets/tailwind.css */
.hover\:border-yellow-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
}

/* line 14365, app/assets/stylesheets/tailwind.css */
.hover\:border-green-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

/* line 14370, app/assets/stylesheets/tailwind.css */
.hover\:border-green-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

/* line 14375, app/assets/stylesheets/tailwind.css */
.hover\:border-green-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

/* line 14380, app/assets/stylesheets/tailwind.css */
.hover\:border-green-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

/* line 14385, app/assets/stylesheets/tailwind.css */
.hover\:border-green-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

/* line 14390, app/assets/stylesheets/tailwind.css */
.hover\:border-green-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

/* line 14395, app/assets/stylesheets/tailwind.css */
.hover\:border-green-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

/* line 14400, app/assets/stylesheets/tailwind.css */
.hover\:border-green-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

/* line 14405, app/assets/stylesheets/tailwind.css */
.hover\:border-green-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

/* line 14410, app/assets/stylesheets/tailwind.css */
.hover\:border-green-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

/* line 14415, app/assets/stylesheets/tailwind.css */
.hover\:border-blue-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

/* line 14420, app/assets/stylesheets/tailwind.css */
.hover\:border-blue-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

/* line 14425, app/assets/stylesheets/tailwind.css */
.hover\:border-blue-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

/* line 14430, app/assets/stylesheets/tailwind.css */
.hover\:border-blue-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

/* line 14435, app/assets/stylesheets/tailwind.css */
.hover\:border-blue-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

/* line 14440, app/assets/stylesheets/tailwind.css */
.hover\:border-blue-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

/* line 14445, app/assets/stylesheets/tailwind.css */
.hover\:border-blue-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

/* line 14450, app/assets/stylesheets/tailwind.css */
.hover\:border-blue-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

/* line 14455, app/assets/stylesheets/tailwind.css */
.hover\:border-blue-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

/* line 14460, app/assets/stylesheets/tailwind.css */
.hover\:border-blue-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

/* line 14465, app/assets/stylesheets/tailwind.css */
.hover\:border-indigo-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

/* line 14470, app/assets/stylesheets/tailwind.css */
.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

/* line 14475, app/assets/stylesheets/tailwind.css */
.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

/* line 14480, app/assets/stylesheets/tailwind.css */
.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

/* line 14485, app/assets/stylesheets/tailwind.css */
.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

/* line 14490, app/assets/stylesheets/tailwind.css */
.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

/* line 14495, app/assets/stylesheets/tailwind.css */
.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

/* line 14500, app/assets/stylesheets/tailwind.css */
.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

/* line 14505, app/assets/stylesheets/tailwind.css */
.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

/* line 14510, app/assets/stylesheets/tailwind.css */
.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

/* line 14515, app/assets/stylesheets/tailwind.css */
.hover\:border-purple-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
}

/* line 14520, app/assets/stylesheets/tailwind.css */
.hover\:border-purple-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
}

/* line 14525, app/assets/stylesheets/tailwind.css */
.hover\:border-purple-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
}

/* line 14530, app/assets/stylesheets/tailwind.css */
.hover\:border-purple-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
}

/* line 14535, app/assets/stylesheets/tailwind.css */
.hover\:border-purple-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
}

/* line 14540, app/assets/stylesheets/tailwind.css */
.hover\:border-purple-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
}

/* line 14545, app/assets/stylesheets/tailwind.css */
.hover\:border-purple-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
}

/* line 14550, app/assets/stylesheets/tailwind.css */
.hover\:border-purple-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
}

/* line 14555, app/assets/stylesheets/tailwind.css */
.hover\:border-purple-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
}

/* line 14560, app/assets/stylesheets/tailwind.css */
.hover\:border-purple-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
}

/* line 14565, app/assets/stylesheets/tailwind.css */
.hover\:border-pink-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

/* line 14570, app/assets/stylesheets/tailwind.css */
.hover\:border-pink-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

/* line 14575, app/assets/stylesheets/tailwind.css */
.hover\:border-pink-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

/* line 14580, app/assets/stylesheets/tailwind.css */
.hover\:border-pink-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

/* line 14585, app/assets/stylesheets/tailwind.css */
.hover\:border-pink-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

/* line 14590, app/assets/stylesheets/tailwind.css */
.hover\:border-pink-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

/* line 14595, app/assets/stylesheets/tailwind.css */
.hover\:border-pink-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

/* line 14600, app/assets/stylesheets/tailwind.css */
.hover\:border-pink-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

/* line 14605, app/assets/stylesheets/tailwind.css */
.hover\:border-pink-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

/* line 14610, app/assets/stylesheets/tailwind.css */
.hover\:border-pink-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

/* line 14615, app/assets/stylesheets/tailwind.css */
.hover\:border-grey:hover {
  border-color: var(--grey) !important;
}

/* line 14619, app/assets/stylesheets/tailwind.css */
.hover\:border-info:hover {
  border-color: var(--text-info) !important;
}

/* line 14623, app/assets/stylesheets/tailwind.css */
.hover\:border-warning:hover {
  border-color: var(--text-warning) !important;
}

/* line 14627, app/assets/stylesheets/tailwind.css */
.hover\:border-error:hover {
  border-color: var(--text-error) !important;
}

/* line 14631, app/assets/stylesheets/tailwind.css */
.hover\:border-primary:hover {
  border-color: var(--primary) !important;
}

/* line 14635, app/assets/stylesheets/tailwind.css */
.hover\:border-secondary:hover {
  border-color: var(--secondary) !important;
}

/* line 14639, app/assets/stylesheets/tailwind.css */
.hover\:border-primary-dark:hover {
  border-color: var(--primary-dark) !important;
}

/* line 14643, app/assets/stylesheets/tailwind.css */
.hover\:border-text-color:hover {
  border-color: var(--text-color) !important;
}

/* line 14647, app/assets/stylesheets/tailwind.css */
.hover\:border-button-outlined-hover:hover {
  border-color: var(--button-outlined-hover) !important;
}

/* line 14651, app/assets/stylesheets/tailwind.css */
.hover\:border-file-info:hover {
  border-color: var(--file-info) !important;
}

/* line 14655, app/assets/stylesheets/tailwind.css */
.focus\:border-transparent:focus {
  border-color: transparent !important;
}

/* line 14659, app/assets/stylesheets/tailwind.css */
.focus\:border-current:focus {
  border-color: currentColor !important;
}

/* line 14663, app/assets/stylesheets/tailwind.css */
.focus\:border-black:focus {
  border-color: var(--black) !important;
}

/* line 14667, app/assets/stylesheets/tailwind.css */
.focus\:border-white:focus {
  border-color: var(--white) !important;
}

/* line 14671, app/assets/stylesheets/tailwind.css */
.focus\:border-gray-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
}

/* line 14676, app/assets/stylesheets/tailwind.css */
.focus\:border-gray-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}

/* line 14681, app/assets/stylesheets/tailwind.css */
.focus\:border-gray-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}

/* line 14686, app/assets/stylesheets/tailwind.css */
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

/* line 14691, app/assets/stylesheets/tailwind.css */
.focus\:border-gray-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}

/* line 14696, app/assets/stylesheets/tailwind.css */
.focus\:border-gray-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

/* line 14701, app/assets/stylesheets/tailwind.css */
.focus\:border-gray-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

/* line 14706, app/assets/stylesheets/tailwind.css */
.focus\:border-gray-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}

/* line 14711, app/assets/stylesheets/tailwind.css */
.focus\:border-gray-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
}

/* line 14716, app/assets/stylesheets/tailwind.css */
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
}

/* line 14721, app/assets/stylesheets/tailwind.css */
.focus\:border-red-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

/* line 14726, app/assets/stylesheets/tailwind.css */
.focus\:border-red-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

/* line 14731, app/assets/stylesheets/tailwind.css */
.focus\:border-red-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

/* line 14736, app/assets/stylesheets/tailwind.css */
.focus\:border-red-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

/* line 14741, app/assets/stylesheets/tailwind.css */
.focus\:border-red-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

/* line 14746, app/assets/stylesheets/tailwind.css */
.focus\:border-red-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

/* line 14751, app/assets/stylesheets/tailwind.css */
.focus\:border-red-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

/* line 14756, app/assets/stylesheets/tailwind.css */
.focus\:border-red-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

/* line 14761, app/assets/stylesheets/tailwind.css */
.focus\:border-red-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

/* line 14766, app/assets/stylesheets/tailwind.css */
.focus\:border-red-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

/* line 14771, app/assets/stylesheets/tailwind.css */
.focus\:border-yellow-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
}

/* line 14776, app/assets/stylesheets/tailwind.css */
.focus\:border-yellow-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
}

/* line 14781, app/assets/stylesheets/tailwind.css */
.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
}

/* line 14786, app/assets/stylesheets/tailwind.css */
.focus\:border-yellow-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
}

/* line 14791, app/assets/stylesheets/tailwind.css */
.focus\:border-yellow-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
}

/* line 14796, app/assets/stylesheets/tailwind.css */
.focus\:border-yellow-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
}

/* line 14801, app/assets/stylesheets/tailwind.css */
.focus\:border-yellow-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
}

/* line 14806, app/assets/stylesheets/tailwind.css */
.focus\:border-yellow-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
}

/* line 14811, app/assets/stylesheets/tailwind.css */
.focus\:border-yellow-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
}

/* line 14816, app/assets/stylesheets/tailwind.css */
.focus\:border-yellow-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
}

/* line 14821, app/assets/stylesheets/tailwind.css */
.focus\:border-green-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

/* line 14826, app/assets/stylesheets/tailwind.css */
.focus\:border-green-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

/* line 14831, app/assets/stylesheets/tailwind.css */
.focus\:border-green-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

/* line 14836, app/assets/stylesheets/tailwind.css */
.focus\:border-green-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

/* line 14841, app/assets/stylesheets/tailwind.css */
.focus\:border-green-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

/* line 14846, app/assets/stylesheets/tailwind.css */
.focus\:border-green-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

/* line 14851, app/assets/stylesheets/tailwind.css */
.focus\:border-green-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

/* line 14856, app/assets/stylesheets/tailwind.css */
.focus\:border-green-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

/* line 14861, app/assets/stylesheets/tailwind.css */
.focus\:border-green-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

/* line 14866, app/assets/stylesheets/tailwind.css */
.focus\:border-green-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

/* line 14871, app/assets/stylesheets/tailwind.css */
.focus\:border-blue-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

/* line 14876, app/assets/stylesheets/tailwind.css */
.focus\:border-blue-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

/* line 14881, app/assets/stylesheets/tailwind.css */
.focus\:border-blue-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

/* line 14886, app/assets/stylesheets/tailwind.css */
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

/* line 14891, app/assets/stylesheets/tailwind.css */
.focus\:border-blue-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

/* line 14896, app/assets/stylesheets/tailwind.css */
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

/* line 14901, app/assets/stylesheets/tailwind.css */
.focus\:border-blue-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

/* line 14906, app/assets/stylesheets/tailwind.css */
.focus\:border-blue-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

/* line 14911, app/assets/stylesheets/tailwind.css */
.focus\:border-blue-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

/* line 14916, app/assets/stylesheets/tailwind.css */
.focus\:border-blue-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

/* line 14921, app/assets/stylesheets/tailwind.css */
.focus\:border-indigo-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

/* line 14926, app/assets/stylesheets/tailwind.css */
.focus\:border-indigo-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

/* line 14931, app/assets/stylesheets/tailwind.css */
.focus\:border-indigo-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

/* line 14936, app/assets/stylesheets/tailwind.css */
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

/* line 14941, app/assets/stylesheets/tailwind.css */
.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

/* line 14946, app/assets/stylesheets/tailwind.css */
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

/* line 14951, app/assets/stylesheets/tailwind.css */
.focus\:border-indigo-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

/* line 14956, app/assets/stylesheets/tailwind.css */
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

/* line 14961, app/assets/stylesheets/tailwind.css */
.focus\:border-indigo-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

/* line 14966, app/assets/stylesheets/tailwind.css */
.focus\:border-indigo-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

/* line 14971, app/assets/stylesheets/tailwind.css */
.focus\:border-purple-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
}

/* line 14976, app/assets/stylesheets/tailwind.css */
.focus\:border-purple-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
}

/* line 14981, app/assets/stylesheets/tailwind.css */
.focus\:border-purple-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
}

/* line 14986, app/assets/stylesheets/tailwind.css */
.focus\:border-purple-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
}

/* line 14991, app/assets/stylesheets/tailwind.css */
.focus\:border-purple-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
}

/* line 14996, app/assets/stylesheets/tailwind.css */
.focus\:border-purple-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
}

/* line 15001, app/assets/stylesheets/tailwind.css */
.focus\:border-purple-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
}

/* line 15006, app/assets/stylesheets/tailwind.css */
.focus\:border-purple-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
}

/* line 15011, app/assets/stylesheets/tailwind.css */
.focus\:border-purple-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
}

/* line 15016, app/assets/stylesheets/tailwind.css */
.focus\:border-purple-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
}

/* line 15021, app/assets/stylesheets/tailwind.css */
.focus\:border-pink-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

/* line 15026, app/assets/stylesheets/tailwind.css */
.focus\:border-pink-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

/* line 15031, app/assets/stylesheets/tailwind.css */
.focus\:border-pink-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

/* line 15036, app/assets/stylesheets/tailwind.css */
.focus\:border-pink-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

/* line 15041, app/assets/stylesheets/tailwind.css */
.focus\:border-pink-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

/* line 15046, app/assets/stylesheets/tailwind.css */
.focus\:border-pink-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

/* line 15051, app/assets/stylesheets/tailwind.css */
.focus\:border-pink-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

/* line 15056, app/assets/stylesheets/tailwind.css */
.focus\:border-pink-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

/* line 15061, app/assets/stylesheets/tailwind.css */
.focus\:border-pink-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

/* line 15066, app/assets/stylesheets/tailwind.css */
.focus\:border-pink-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

/* line 15071, app/assets/stylesheets/tailwind.css */
.focus\:border-grey:focus {
  border-color: var(--grey) !important;
}

/* line 15075, app/assets/stylesheets/tailwind.css */
.focus\:border-info:focus {
  border-color: var(--text-info) !important;
}

/* line 15079, app/assets/stylesheets/tailwind.css */
.focus\:border-warning:focus {
  border-color: var(--text-warning) !important;
}

/* line 15083, app/assets/stylesheets/tailwind.css */
.focus\:border-error:focus {
  border-color: var(--text-error) !important;
}

/* line 15087, app/assets/stylesheets/tailwind.css */
.focus\:border-primary:focus {
  border-color: var(--primary) !important;
}

/* line 15091, app/assets/stylesheets/tailwind.css */
.focus\:border-secondary:focus {
  border-color: var(--secondary) !important;
}

/* line 15095, app/assets/stylesheets/tailwind.css */
.focus\:border-primary-dark:focus {
  border-color: var(--primary-dark) !important;
}

/* line 15099, app/assets/stylesheets/tailwind.css */
.focus\:border-text-color:focus {
  border-color: var(--text-color) !important;
}

/* line 15103, app/assets/stylesheets/tailwind.css */
.focus\:border-button-outlined-hover:focus {
  border-color: var(--button-outlined-hover) !important;
}

/* line 15107, app/assets/stylesheets/tailwind.css */
.focus\:border-file-info:focus {
  border-color: var(--file-info) !important;
}

/* line 15111, app/assets/stylesheets/tailwind.css */
.border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

/* line 15115, app/assets/stylesheets/tailwind.css */
.border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

/* line 15119, app/assets/stylesheets/tailwind.css */
.border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

/* line 15123, app/assets/stylesheets/tailwind.css */
.border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

/* line 15127, app/assets/stylesheets/tailwind.css */
.border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

/* line 15131, app/assets/stylesheets/tailwind.css */
.border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

/* line 15135, app/assets/stylesheets/tailwind.css */
.border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

/* line 15139, app/assets/stylesheets/tailwind.css */
.border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

/* line 15143, app/assets/stylesheets/tailwind.css */
.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

/* line 15147, app/assets/stylesheets/tailwind.css */
.border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

/* line 15151, app/assets/stylesheets/tailwind.css */
.border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

/* line 15155, app/assets/stylesheets/tailwind.css */
.border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

/* line 15159, app/assets/stylesheets/tailwind.css */
.border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

/* line 15163, app/assets/stylesheets/tailwind.css */
.border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

/* line 15167, app/assets/stylesheets/tailwind.css */
.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

/* line 15171, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

/* line 15175, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

/* line 15179, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

/* line 15183, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

/* line 15187, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

/* line 15191, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

/* line 15195, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

/* line 15199, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

/* line 15203, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

/* line 15207, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

/* line 15211, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

/* line 15215, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

/* line 15219, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

/* line 15223, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

/* line 15227, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

/* line 15231, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0 !important;
}

/* line 15235, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05 !important;
}

/* line 15239, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1 !important;
}

/* line 15243, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2 !important;
}

/* line 15247, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25 !important;
}

/* line 15251, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3 !important;
}

/* line 15255, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4 !important;
}

/* line 15259, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5 !important;
}

/* line 15263, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6 !important;
}

/* line 15267, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7 !important;
}

/* line 15271, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75 !important;
}

/* line 15275, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8 !important;
}

/* line 15279, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9 !important;
}

/* line 15283, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95 !important;
}

/* line 15287, app/assets/stylesheets/tailwind.css */
.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1 !important;
}

/* line 15291, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0 !important;
}

/* line 15295, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05 !important;
}

/* line 15299, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1 !important;
}

/* line 15303, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2 !important;
}

/* line 15307, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25 !important;
}

/* line 15311, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3 !important;
}

/* line 15315, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4 !important;
}

/* line 15319, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5 !important;
}

/* line 15323, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6 !important;
}

/* line 15327, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7 !important;
}

/* line 15331, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75 !important;
}

/* line 15335, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8 !important;
}

/* line 15339, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9 !important;
}

/* line 15343, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95 !important;
}

/* line 15347, app/assets/stylesheets/tailwind.css */
.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1 !important;
}

/* line 15351, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0 !important;
}

/* line 15355, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05 !important;
}

/* line 15359, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1 !important;
}

/* line 15363, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2 !important;
}

/* line 15367, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25 !important;
}

/* line 15371, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3 !important;
}

/* line 15375, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4 !important;
}

/* line 15379, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5 !important;
}

/* line 15383, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6 !important;
}

/* line 15387, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7 !important;
}

/* line 15391, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75 !important;
}

/* line 15395, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8 !important;
}

/* line 15399, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9 !important;
}

/* line 15403, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95 !important;
}

/* line 15407, app/assets/stylesheets/tailwind.css */
.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1 !important;
}

/* line 15411, app/assets/stylesheets/tailwind.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 15415, app/assets/stylesheets/tailwind.css */
.bg-current {
  background-color: currentColor !important;
}

/* line 15419, app/assets/stylesheets/tailwind.css */
.bg-black {
  background-color: var(--black) !important;
}

/* line 15423, app/assets/stylesheets/tailwind.css */
.bg-white {
  background-color: var(--white) !important;
}

/* line 15427, app/assets/stylesheets/tailwind.css */
.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}

/* line 15432, app/assets/stylesheets/tailwind.css */
.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

/* line 15437, app/assets/stylesheets/tailwind.css */
.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

/* line 15442, app/assets/stylesheets/tailwind.css */
.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

/* line 15447, app/assets/stylesheets/tailwind.css */
.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
}

/* line 15452, app/assets/stylesheets/tailwind.css */
.bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}

/* line 15457, app/assets/stylesheets/tailwind.css */
.bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

/* line 15462, app/assets/stylesheets/tailwind.css */
.bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

/* line 15467, app/assets/stylesheets/tailwind.css */
.bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}

/* line 15472, app/assets/stylesheets/tailwind.css */
.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}

/* line 15477, app/assets/stylesheets/tailwind.css */
.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

/* line 15482, app/assets/stylesheets/tailwind.css */
.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

/* line 15487, app/assets/stylesheets/tailwind.css */
.bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

/* line 15492, app/assets/stylesheets/tailwind.css */
.bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

/* line 15497, app/assets/stylesheets/tailwind.css */
.bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

/* line 15502, app/assets/stylesheets/tailwind.css */
.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

/* line 15507, app/assets/stylesheets/tailwind.css */
.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

/* line 15512, app/assets/stylesheets/tailwind.css */
.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

/* line 15517, app/assets/stylesheets/tailwind.css */
.bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

/* line 15522, app/assets/stylesheets/tailwind.css */
.bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

/* line 15527, app/assets/stylesheets/tailwind.css */
.bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

/* line 15532, app/assets/stylesheets/tailwind.css */
.bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

/* line 15537, app/assets/stylesheets/tailwind.css */
.bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

/* line 15542, app/assets/stylesheets/tailwind.css */
.bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

/* line 15547, app/assets/stylesheets/tailwind.css */
.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

/* line 15552, app/assets/stylesheets/tailwind.css */
.bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

/* line 15557, app/assets/stylesheets/tailwind.css */
.bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

/* line 15562, app/assets/stylesheets/tailwind.css */
.bg-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

/* line 15567, app/assets/stylesheets/tailwind.css */
.bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

/* line 15572, app/assets/stylesheets/tailwind.css */
.bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

/* line 15577, app/assets/stylesheets/tailwind.css */
.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

/* line 15582, app/assets/stylesheets/tailwind.css */
.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

/* line 15587, app/assets/stylesheets/tailwind.css */
.bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

/* line 15592, app/assets/stylesheets/tailwind.css */
.bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

/* line 15597, app/assets/stylesheets/tailwind.css */
.bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

/* line 15602, app/assets/stylesheets/tailwind.css */
.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

/* line 15607, app/assets/stylesheets/tailwind.css */
.bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

/* line 15612, app/assets/stylesheets/tailwind.css */
.bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

/* line 15617, app/assets/stylesheets/tailwind.css */
.bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

/* line 15622, app/assets/stylesheets/tailwind.css */
.bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

/* line 15627, app/assets/stylesheets/tailwind.css */
.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

/* line 15632, app/assets/stylesheets/tailwind.css */
.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

/* line 15637, app/assets/stylesheets/tailwind.css */
.bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

/* line 15642, app/assets/stylesheets/tailwind.css */
.bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

/* line 15647, app/assets/stylesheets/tailwind.css */
.bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

/* line 15652, app/assets/stylesheets/tailwind.css */
.bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

/* line 15657, app/assets/stylesheets/tailwind.css */
.bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

/* line 15662, app/assets/stylesheets/tailwind.css */
.bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

/* line 15667, app/assets/stylesheets/tailwind.css */
.bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

/* line 15672, app/assets/stylesheets/tailwind.css */
.bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

/* line 15677, app/assets/stylesheets/tailwind.css */
.bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

/* line 15682, app/assets/stylesheets/tailwind.css */
.bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

/* line 15687, app/assets/stylesheets/tailwind.css */
.bg-indigo-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

/* line 15692, app/assets/stylesheets/tailwind.css */
.bg-indigo-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

/* line 15697, app/assets/stylesheets/tailwind.css */
.bg-indigo-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

/* line 15702, app/assets/stylesheets/tailwind.css */
.bg-indigo-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

/* line 15707, app/assets/stylesheets/tailwind.css */
.bg-indigo-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

/* line 15712, app/assets/stylesheets/tailwind.css */
.bg-indigo-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

/* line 15717, app/assets/stylesheets/tailwind.css */
.bg-indigo-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

/* line 15722, app/assets/stylesheets/tailwind.css */
.bg-indigo-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

/* line 15727, app/assets/stylesheets/tailwind.css */
.bg-purple-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

/* line 15732, app/assets/stylesheets/tailwind.css */
.bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

/* line 15737, app/assets/stylesheets/tailwind.css */
.bg-purple-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

/* line 15742, app/assets/stylesheets/tailwind.css */
.bg-purple-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

/* line 15747, app/assets/stylesheets/tailwind.css */
.bg-purple-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

/* line 15752, app/assets/stylesheets/tailwind.css */
.bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

/* line 15757, app/assets/stylesheets/tailwind.css */
.bg-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

/* line 15762, app/assets/stylesheets/tailwind.css */
.bg-purple-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

/* line 15767, app/assets/stylesheets/tailwind.css */
.bg-purple-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

/* line 15772, app/assets/stylesheets/tailwind.css */
.bg-purple-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

/* line 15777, app/assets/stylesheets/tailwind.css */
.bg-pink-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

/* line 15782, app/assets/stylesheets/tailwind.css */
.bg-pink-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

/* line 15787, app/assets/stylesheets/tailwind.css */
.bg-pink-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

/* line 15792, app/assets/stylesheets/tailwind.css */
.bg-pink-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

/* line 15797, app/assets/stylesheets/tailwind.css */
.bg-pink-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

/* line 15802, app/assets/stylesheets/tailwind.css */
.bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

/* line 15807, app/assets/stylesheets/tailwind.css */
.bg-pink-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

/* line 15812, app/assets/stylesheets/tailwind.css */
.bg-pink-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

/* line 15817, app/assets/stylesheets/tailwind.css */
.bg-pink-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

/* line 15822, app/assets/stylesheets/tailwind.css */
.bg-pink-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

/* line 15827, app/assets/stylesheets/tailwind.css */
.bg-grey {
  background-color: var(--grey) !important;
}

/* line 15831, app/assets/stylesheets/tailwind.css */
.bg-info {
  background-color: var(--text-info) !important;
}

/* line 15835, app/assets/stylesheets/tailwind.css */
.bg-warning {
  background-color: var(--text-warning) !important;
}

/* line 15839, app/assets/stylesheets/tailwind.css */
.bg-error {
  background-color: var(--text-error) !important;
}

/* line 15843, app/assets/stylesheets/tailwind.css */
.bg-primary {
  background-color: var(--primary) !important;
}

/* line 15847, app/assets/stylesheets/tailwind.css */
.bg-secondary {
  background-color: var(--secondary) !important;
}

/* line 15851, app/assets/stylesheets/tailwind.css */
.bg-primary-dark {
  background-color: var(--primary-dark) !important;
}

/* line 15855, app/assets/stylesheets/tailwind.css */
.bg-text-color {
  background-color: var(--text-color) !important;
}

/* line 15859, app/assets/stylesheets/tailwind.css */
.bg-button-outlined-hover {
  background-color: var(--button-outlined-hover) !important;
}

/* line 15863, app/assets/stylesheets/tailwind.css */
.bg-file-info {
  background-color: var(--file-info) !important;
}

/* line 15867, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-transparent {
  background-color: transparent !important;
}

/* line 15871, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-current {
  background-color: currentColor !important;
}

/* line 15875, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-black {
  background-color: var(--black) !important;
}

/* line 15879, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-white {
  background-color: var(--white) !important;
}

/* line 15883, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}

/* line 15888, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

/* line 15893, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

/* line 15898, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

/* line 15903, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
}

/* line 15908, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}

/* line 15913, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

/* line 15918, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

/* line 15923, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}

/* line 15928, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}

/* line 15933, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

/* line 15938, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

/* line 15943, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

/* line 15948, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

/* line 15953, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

/* line 15958, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

/* line 15963, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

/* line 15968, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

/* line 15973, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

/* line 15978, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

/* line 15983, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

/* line 15988, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

/* line 15993, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

/* line 15998, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

/* line 16003, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

/* line 16008, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

/* line 16013, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

/* line 16018, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

/* line 16023, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

/* line 16028, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

/* line 16033, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

/* line 16038, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

/* line 16043, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

/* line 16048, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

/* line 16053, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

/* line 16058, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

/* line 16063, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

/* line 16068, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

/* line 16073, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

/* line 16078, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

/* line 16083, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

/* line 16088, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

/* line 16093, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

/* line 16098, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

/* line 16103, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

/* line 16108, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

/* line 16113, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

/* line 16118, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

/* line 16123, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

/* line 16128, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

/* line 16133, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

/* line 16138, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

/* line 16143, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-indigo-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

/* line 16148, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-indigo-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

/* line 16153, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-indigo-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

/* line 16158, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-indigo-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

/* line 16163, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-indigo-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

/* line 16168, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-indigo-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

/* line 16173, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-indigo-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

/* line 16178, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-indigo-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

/* line 16183, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-purple-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

/* line 16188, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

/* line 16193, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-purple-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

/* line 16198, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-purple-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

/* line 16203, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-purple-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

/* line 16208, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

/* line 16213, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

/* line 16218, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-purple-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

/* line 16223, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-purple-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

/* line 16228, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-purple-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

/* line 16233, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-pink-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

/* line 16238, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-pink-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

/* line 16243, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-pink-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

/* line 16248, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-pink-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

/* line 16253, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-pink-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

/* line 16258, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

/* line 16263, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-pink-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

/* line 16268, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-pink-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

/* line 16273, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-pink-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

/* line 16278, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-pink-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

/* line 16283, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-grey {
  background-color: var(--grey) !important;
}

/* line 16287, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-info {
  background-color: var(--text-info) !important;
}

/* line 16291, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-warning {
  background-color: var(--text-warning) !important;
}

/* line 16295, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-error {
  background-color: var(--text-error) !important;
}

/* line 16299, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-primary {
  background-color: var(--primary) !important;
}

/* line 16303, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-secondary {
  background-color: var(--secondary) !important;
}

/* line 16307, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-primary-dark {
  background-color: var(--primary-dark) !important;
}

/* line 16311, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-text-color {
  background-color: var(--text-color) !important;
}

/* line 16315, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-button-outlined-hover {
  background-color: var(--button-outlined-hover) !important;
}

/* line 16319, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-file-info {
  background-color: var(--file-info) !important;
}

/* line 16323, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-transparent:focus-within {
  background-color: transparent !important;
}

/* line 16327, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-current:focus-within {
  background-color: currentColor !important;
}

/* line 16331, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-black:focus-within {
  background-color: var(--black) !important;
}

/* line 16335, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-white:focus-within {
  background-color: var(--white) !important;
}

/* line 16339, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-gray-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}

/* line 16344, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

/* line 16349, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-gray-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

/* line 16354, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-gray-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

/* line 16359, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-gray-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
}

/* line 16364, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-gray-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}

/* line 16369, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-gray-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

/* line 16374, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-gray-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

/* line 16379, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-gray-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}

/* line 16384, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-gray-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}

/* line 16389, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-red-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

/* line 16394, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-red-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

/* line 16399, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-red-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

/* line 16404, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-red-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

/* line 16409, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-red-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

/* line 16414, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-red-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

/* line 16419, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-red-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

/* line 16424, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-red-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

/* line 16429, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-red-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

/* line 16434, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-red-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

/* line 16439, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-yellow-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

/* line 16444, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-yellow-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

/* line 16449, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-yellow-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

/* line 16454, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-yellow-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

/* line 16459, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-yellow-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

/* line 16464, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-yellow-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

/* line 16469, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-yellow-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

/* line 16474, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-yellow-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

/* line 16479, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-yellow-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

/* line 16484, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-yellow-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

/* line 16489, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-green-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

/* line 16494, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-green-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

/* line 16499, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-green-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

/* line 16504, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-green-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

/* line 16509, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-green-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

/* line 16514, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-green-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

/* line 16519, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-green-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

/* line 16524, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-green-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

/* line 16529, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-green-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

/* line 16534, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-green-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

/* line 16539, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-blue-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

/* line 16544, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-blue-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

/* line 16549, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-blue-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

/* line 16554, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-blue-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

/* line 16559, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-blue-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

/* line 16564, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-blue-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

/* line 16569, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-blue-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

/* line 16574, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-blue-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

/* line 16579, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-blue-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

/* line 16584, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-blue-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

/* line 16589, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-indigo-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

/* line 16594, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-indigo-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

/* line 16599, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-indigo-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

/* line 16604, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-indigo-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

/* line 16609, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-indigo-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

/* line 16614, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-indigo-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

/* line 16619, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-indigo-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

/* line 16624, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-indigo-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

/* line 16629, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-indigo-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

/* line 16634, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-indigo-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

/* line 16639, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-purple-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

/* line 16644, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-purple-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

/* line 16649, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-purple-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

/* line 16654, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-purple-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

/* line 16659, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-purple-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

/* line 16664, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-purple-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

/* line 16669, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-purple-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

/* line 16674, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-purple-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

/* line 16679, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-purple-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

/* line 16684, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-purple-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

/* line 16689, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-pink-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

/* line 16694, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-pink-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

/* line 16699, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-pink-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

/* line 16704, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-pink-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

/* line 16709, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-pink-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

/* line 16714, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-pink-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

/* line 16719, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-pink-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

/* line 16724, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-pink-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

/* line 16729, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-pink-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

/* line 16734, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-pink-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

/* line 16739, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-grey:focus-within {
  background-color: var(--grey) !important;
}

/* line 16743, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-info:focus-within {
  background-color: var(--text-info) !important;
}

/* line 16747, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-warning:focus-within {
  background-color: var(--text-warning) !important;
}

/* line 16751, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-error:focus-within {
  background-color: var(--text-error) !important;
}

/* line 16755, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-primary:focus-within {
  background-color: var(--primary) !important;
}

/* line 16759, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-secondary:focus-within {
  background-color: var(--secondary) !important;
}

/* line 16763, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-primary-dark:focus-within {
  background-color: var(--primary-dark) !important;
}

/* line 16767, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-text-color:focus-within {
  background-color: var(--text-color) !important;
}

/* line 16771, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-button-outlined-hover:focus-within {
  background-color: var(--button-outlined-hover) !important;
}

/* line 16775, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-file-info:focus-within {
  background-color: var(--file-info) !important;
}

/* line 16779, app/assets/stylesheets/tailwind.css */
.hover\:bg-transparent:hover {
  background-color: transparent !important;
}

/* line 16783, app/assets/stylesheets/tailwind.css */
.hover\:bg-current:hover {
  background-color: currentColor !important;
}

/* line 16787, app/assets/stylesheets/tailwind.css */
.hover\:bg-black:hover {
  background-color: var(--black) !important;
}

/* line 16791, app/assets/stylesheets/tailwind.css */
.hover\:bg-white:hover {
  background-color: var(--white) !important;
}

/* line 16795, app/assets/stylesheets/tailwind.css */
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}

/* line 16800, app/assets/stylesheets/tailwind.css */
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

/* line 16805, app/assets/stylesheets/tailwind.css */
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

/* line 16810, app/assets/stylesheets/tailwind.css */
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

/* line 16815, app/assets/stylesheets/tailwind.css */
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
}

/* line 16820, app/assets/stylesheets/tailwind.css */
.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}

/* line 16825, app/assets/stylesheets/tailwind.css */
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

/* line 16830, app/assets/stylesheets/tailwind.css */
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

/* line 16835, app/assets/stylesheets/tailwind.css */
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}

/* line 16840, app/assets/stylesheets/tailwind.css */
.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}

/* line 16845, app/assets/stylesheets/tailwind.css */
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

/* line 16850, app/assets/stylesheets/tailwind.css */
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

/* line 16855, app/assets/stylesheets/tailwind.css */
.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

/* line 16860, app/assets/stylesheets/tailwind.css */
.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

/* line 16865, app/assets/stylesheets/tailwind.css */
.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

/* line 16870, app/assets/stylesheets/tailwind.css */
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

/* line 16875, app/assets/stylesheets/tailwind.css */
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

/* line 16880, app/assets/stylesheets/tailwind.css */
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

/* line 16885, app/assets/stylesheets/tailwind.css */
.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

/* line 16890, app/assets/stylesheets/tailwind.css */
.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

/* line 16895, app/assets/stylesheets/tailwind.css */
.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

/* line 16900, app/assets/stylesheets/tailwind.css */
.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

/* line 16905, app/assets/stylesheets/tailwind.css */
.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

/* line 16910, app/assets/stylesheets/tailwind.css */
.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

/* line 16915, app/assets/stylesheets/tailwind.css */
.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

/* line 16920, app/assets/stylesheets/tailwind.css */
.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

/* line 16925, app/assets/stylesheets/tailwind.css */
.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

/* line 16930, app/assets/stylesheets/tailwind.css */
.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

/* line 16935, app/assets/stylesheets/tailwind.css */
.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

/* line 16940, app/assets/stylesheets/tailwind.css */
.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

/* line 16945, app/assets/stylesheets/tailwind.css */
.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

/* line 16950, app/assets/stylesheets/tailwind.css */
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

/* line 16955, app/assets/stylesheets/tailwind.css */
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

/* line 16960, app/assets/stylesheets/tailwind.css */
.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

/* line 16965, app/assets/stylesheets/tailwind.css */
.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

/* line 16970, app/assets/stylesheets/tailwind.css */
.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

/* line 16975, app/assets/stylesheets/tailwind.css */
.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

/* line 16980, app/assets/stylesheets/tailwind.css */
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

/* line 16985, app/assets/stylesheets/tailwind.css */
.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

/* line 16990, app/assets/stylesheets/tailwind.css */
.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

/* line 16995, app/assets/stylesheets/tailwind.css */
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

/* line 17000, app/assets/stylesheets/tailwind.css */
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

/* line 17005, app/assets/stylesheets/tailwind.css */
.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

/* line 17010, app/assets/stylesheets/tailwind.css */
.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

/* line 17015, app/assets/stylesheets/tailwind.css */
.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

/* line 17020, app/assets/stylesheets/tailwind.css */
.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

/* line 17025, app/assets/stylesheets/tailwind.css */
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

/* line 17030, app/assets/stylesheets/tailwind.css */
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

/* line 17035, app/assets/stylesheets/tailwind.css */
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

/* line 17040, app/assets/stylesheets/tailwind.css */
.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

/* line 17045, app/assets/stylesheets/tailwind.css */
.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

/* line 17050, app/assets/stylesheets/tailwind.css */
.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

/* line 17055, app/assets/stylesheets/tailwind.css */
.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

/* line 17060, app/assets/stylesheets/tailwind.css */
.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

/* line 17065, app/assets/stylesheets/tailwind.css */
.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

/* line 17070, app/assets/stylesheets/tailwind.css */
.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

/* line 17075, app/assets/stylesheets/tailwind.css */
.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

/* line 17080, app/assets/stylesheets/tailwind.css */
.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

/* line 17085, app/assets/stylesheets/tailwind.css */
.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

/* line 17090, app/assets/stylesheets/tailwind.css */
.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

/* line 17095, app/assets/stylesheets/tailwind.css */
.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

/* line 17100, app/assets/stylesheets/tailwind.css */
.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

/* line 17105, app/assets/stylesheets/tailwind.css */
.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

/* line 17110, app/assets/stylesheets/tailwind.css */
.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

/* line 17115, app/assets/stylesheets/tailwind.css */
.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

/* line 17120, app/assets/stylesheets/tailwind.css */
.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

/* line 17125, app/assets/stylesheets/tailwind.css */
.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

/* line 17130, app/assets/stylesheets/tailwind.css */
.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

/* line 17135, app/assets/stylesheets/tailwind.css */
.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

/* line 17140, app/assets/stylesheets/tailwind.css */
.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

/* line 17145, app/assets/stylesheets/tailwind.css */
.hover\:bg-pink-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

/* line 17150, app/assets/stylesheets/tailwind.css */
.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

/* line 17155, app/assets/stylesheets/tailwind.css */
.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

/* line 17160, app/assets/stylesheets/tailwind.css */
.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

/* line 17165, app/assets/stylesheets/tailwind.css */
.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

/* line 17170, app/assets/stylesheets/tailwind.css */
.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

/* line 17175, app/assets/stylesheets/tailwind.css */
.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

/* line 17180, app/assets/stylesheets/tailwind.css */
.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

/* line 17185, app/assets/stylesheets/tailwind.css */
.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

/* line 17190, app/assets/stylesheets/tailwind.css */
.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

/* line 17195, app/assets/stylesheets/tailwind.css */
.hover\:bg-grey:hover {
  background-color: var(--grey) !important;
}

/* line 17199, app/assets/stylesheets/tailwind.css */
.hover\:bg-info:hover {
  background-color: var(--text-info) !important;
}

/* line 17203, app/assets/stylesheets/tailwind.css */
.hover\:bg-warning:hover {
  background-color: var(--text-warning) !important;
}

/* line 17207, app/assets/stylesheets/tailwind.css */
.hover\:bg-error:hover {
  background-color: var(--text-error) !important;
}

/* line 17211, app/assets/stylesheets/tailwind.css */
.hover\:bg-primary:hover {
  background-color: var(--primary) !important;
}

/* line 17215, app/assets/stylesheets/tailwind.css */
.hover\:bg-secondary:hover {
  background-color: var(--secondary) !important;
}

/* line 17219, app/assets/stylesheets/tailwind.css */
.hover\:bg-primary-dark:hover {
  background-color: var(--primary-dark) !important;
}

/* line 17223, app/assets/stylesheets/tailwind.css */
.hover\:bg-text-color:hover {
  background-color: var(--text-color) !important;
}

/* line 17227, app/assets/stylesheets/tailwind.css */
.hover\:bg-button-outlined-hover:hover {
  background-color: var(--button-outlined-hover) !important;
}

/* line 17231, app/assets/stylesheets/tailwind.css */
.hover\:bg-file-info:hover {
  background-color: var(--file-info) !important;
}

/* line 17235, app/assets/stylesheets/tailwind.css */
.focus\:bg-transparent:focus {
  background-color: transparent !important;
}

/* line 17239, app/assets/stylesheets/tailwind.css */
.focus\:bg-current:focus {
  background-color: currentColor !important;
}

/* line 17243, app/assets/stylesheets/tailwind.css */
.focus\:bg-black:focus {
  background-color: var(--black) !important;
}

/* line 17247, app/assets/stylesheets/tailwind.css */
.focus\:bg-white:focus {
  background-color: var(--white) !important;
}

/* line 17251, app/assets/stylesheets/tailwind.css */
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}

/* line 17256, app/assets/stylesheets/tailwind.css */
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

/* line 17261, app/assets/stylesheets/tailwind.css */
.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

/* line 17266, app/assets/stylesheets/tailwind.css */
.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

/* line 17271, app/assets/stylesheets/tailwind.css */
.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
}

/* line 17276, app/assets/stylesheets/tailwind.css */
.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}

/* line 17281, app/assets/stylesheets/tailwind.css */
.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

/* line 17286, app/assets/stylesheets/tailwind.css */
.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

/* line 17291, app/assets/stylesheets/tailwind.css */
.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}

/* line 17296, app/assets/stylesheets/tailwind.css */
.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}

/* line 17301, app/assets/stylesheets/tailwind.css */
.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

/* line 17306, app/assets/stylesheets/tailwind.css */
.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

/* line 17311, app/assets/stylesheets/tailwind.css */
.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

/* line 17316, app/assets/stylesheets/tailwind.css */
.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

/* line 17321, app/assets/stylesheets/tailwind.css */
.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

/* line 17326, app/assets/stylesheets/tailwind.css */
.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

/* line 17331, app/assets/stylesheets/tailwind.css */
.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

/* line 17336, app/assets/stylesheets/tailwind.css */
.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

/* line 17341, app/assets/stylesheets/tailwind.css */
.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

/* line 17346, app/assets/stylesheets/tailwind.css */
.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

/* line 17351, app/assets/stylesheets/tailwind.css */
.focus\:bg-yellow-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

/* line 17356, app/assets/stylesheets/tailwind.css */
.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

/* line 17361, app/assets/stylesheets/tailwind.css */
.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

/* line 17366, app/assets/stylesheets/tailwind.css */
.focus\:bg-yellow-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

/* line 17371, app/assets/stylesheets/tailwind.css */
.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

/* line 17376, app/assets/stylesheets/tailwind.css */
.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

/* line 17381, app/assets/stylesheets/tailwind.css */
.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

/* line 17386, app/assets/stylesheets/tailwind.css */
.focus\:bg-yellow-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

/* line 17391, app/assets/stylesheets/tailwind.css */
.focus\:bg-yellow-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

/* line 17396, app/assets/stylesheets/tailwind.css */
.focus\:bg-yellow-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

/* line 17401, app/assets/stylesheets/tailwind.css */
.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

/* line 17406, app/assets/stylesheets/tailwind.css */
.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

/* line 17411, app/assets/stylesheets/tailwind.css */
.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

/* line 17416, app/assets/stylesheets/tailwind.css */
.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

/* line 17421, app/assets/stylesheets/tailwind.css */
.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

/* line 17426, app/assets/stylesheets/tailwind.css */
.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

/* line 17431, app/assets/stylesheets/tailwind.css */
.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

/* line 17436, app/assets/stylesheets/tailwind.css */
.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

/* line 17441, app/assets/stylesheets/tailwind.css */
.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

/* line 17446, app/assets/stylesheets/tailwind.css */
.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

/* line 17451, app/assets/stylesheets/tailwind.css */
.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

/* line 17456, app/assets/stylesheets/tailwind.css */
.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

/* line 17461, app/assets/stylesheets/tailwind.css */
.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

/* line 17466, app/assets/stylesheets/tailwind.css */
.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

/* line 17471, app/assets/stylesheets/tailwind.css */
.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

/* line 17476, app/assets/stylesheets/tailwind.css */
.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

/* line 17481, app/assets/stylesheets/tailwind.css */
.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

/* line 17486, app/assets/stylesheets/tailwind.css */
.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

/* line 17491, app/assets/stylesheets/tailwind.css */
.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

/* line 17496, app/assets/stylesheets/tailwind.css */
.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

/* line 17501, app/assets/stylesheets/tailwind.css */
.focus\:bg-indigo-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

/* line 17506, app/assets/stylesheets/tailwind.css */
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

/* line 17511, app/assets/stylesheets/tailwind.css */
.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

/* line 17516, app/assets/stylesheets/tailwind.css */
.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

/* line 17521, app/assets/stylesheets/tailwind.css */
.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

/* line 17526, app/assets/stylesheets/tailwind.css */
.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

/* line 17531, app/assets/stylesheets/tailwind.css */
.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

/* line 17536, app/assets/stylesheets/tailwind.css */
.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

/* line 17541, app/assets/stylesheets/tailwind.css */
.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

/* line 17546, app/assets/stylesheets/tailwind.css */
.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

/* line 17551, app/assets/stylesheets/tailwind.css */
.focus\:bg-purple-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

/* line 17556, app/assets/stylesheets/tailwind.css */
.focus\:bg-purple-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

/* line 17561, app/assets/stylesheets/tailwind.css */
.focus\:bg-purple-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

/* line 17566, app/assets/stylesheets/tailwind.css */
.focus\:bg-purple-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

/* line 17571, app/assets/stylesheets/tailwind.css */
.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

/* line 17576, app/assets/stylesheets/tailwind.css */
.focus\:bg-purple-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

/* line 17581, app/assets/stylesheets/tailwind.css */
.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

/* line 17586, app/assets/stylesheets/tailwind.css */
.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

/* line 17591, app/assets/stylesheets/tailwind.css */
.focus\:bg-purple-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

/* line 17596, app/assets/stylesheets/tailwind.css */
.focus\:bg-purple-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

/* line 17601, app/assets/stylesheets/tailwind.css */
.focus\:bg-pink-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

/* line 17606, app/assets/stylesheets/tailwind.css */
.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

/* line 17611, app/assets/stylesheets/tailwind.css */
.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

/* line 17616, app/assets/stylesheets/tailwind.css */
.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

/* line 17621, app/assets/stylesheets/tailwind.css */
.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

/* line 17626, app/assets/stylesheets/tailwind.css */
.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

/* line 17631, app/assets/stylesheets/tailwind.css */
.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

/* line 17636, app/assets/stylesheets/tailwind.css */
.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

/* line 17641, app/assets/stylesheets/tailwind.css */
.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

/* line 17646, app/assets/stylesheets/tailwind.css */
.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

/* line 17651, app/assets/stylesheets/tailwind.css */
.focus\:bg-grey:focus {
  background-color: var(--grey) !important;
}

/* line 17655, app/assets/stylesheets/tailwind.css */
.focus\:bg-info:focus {
  background-color: var(--text-info) !important;
}

/* line 17659, app/assets/stylesheets/tailwind.css */
.focus\:bg-warning:focus {
  background-color: var(--text-warning) !important;
}

/* line 17663, app/assets/stylesheets/tailwind.css */
.focus\:bg-error:focus {
  background-color: var(--text-error) !important;
}

/* line 17667, app/assets/stylesheets/tailwind.css */
.focus\:bg-primary:focus {
  background-color: var(--primary) !important;
}

/* line 17671, app/assets/stylesheets/tailwind.css */
.focus\:bg-secondary:focus {
  background-color: var(--secondary) !important;
}

/* line 17675, app/assets/stylesheets/tailwind.css */
.focus\:bg-primary-dark:focus {
  background-color: var(--primary-dark) !important;
}

/* line 17679, app/assets/stylesheets/tailwind.css */
.focus\:bg-text-color:focus {
  background-color: var(--text-color) !important;
}

/* line 17683, app/assets/stylesheets/tailwind.css */
.focus\:bg-button-outlined-hover:focus {
  background-color: var(--button-outlined-hover) !important;
}

/* line 17687, app/assets/stylesheets/tailwind.css */
.focus\:bg-file-info:focus {
  background-color: var(--file-info) !important;
}

/* line 17691, app/assets/stylesheets/tailwind.css */
.bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

/* line 17695, app/assets/stylesheets/tailwind.css */
.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

/* line 17699, app/assets/stylesheets/tailwind.css */
.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

/* line 17703, app/assets/stylesheets/tailwind.css */
.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

/* line 17707, app/assets/stylesheets/tailwind.css */
.bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

/* line 17711, app/assets/stylesheets/tailwind.css */
.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

/* line 17715, app/assets/stylesheets/tailwind.css */
.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

/* line 17719, app/assets/stylesheets/tailwind.css */
.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

/* line 17723, app/assets/stylesheets/tailwind.css */
.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

/* line 17727, app/assets/stylesheets/tailwind.css */
.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

/* line 17731, app/assets/stylesheets/tailwind.css */
.bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

/* line 17735, app/assets/stylesheets/tailwind.css */
.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

/* line 17739, app/assets/stylesheets/tailwind.css */
.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

/* line 17743, app/assets/stylesheets/tailwind.css */
.bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

/* line 17747, app/assets/stylesheets/tailwind.css */
.bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

/* line 17751, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

/* line 17755, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

/* line 17759, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

/* line 17763, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

/* line 17767, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

/* line 17771, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

/* line 17775, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

/* line 17779, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

/* line 17783, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

/* line 17787, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

/* line 17791, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

/* line 17795, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

/* line 17799, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

/* line 17803, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

/* line 17807, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

/* line 17811, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0 !important;
}

/* line 17815, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05 !important;
}

/* line 17819, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1 !important;
}

/* line 17823, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2 !important;
}

/* line 17827, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25 !important;
}

/* line 17831, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3 !important;
}

/* line 17835, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4 !important;
}

/* line 17839, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5 !important;
}

/* line 17843, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6 !important;
}

/* line 17847, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7 !important;
}

/* line 17851, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75 !important;
}

/* line 17855, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8 !important;
}

/* line 17859, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9 !important;
}

/* line 17863, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95 !important;
}

/* line 17867, app/assets/stylesheets/tailwind.css */
.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1 !important;
}

/* line 17871, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0 !important;
}

/* line 17875, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important;
}

/* line 17879, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1 !important;
}

/* line 17883, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}

/* line 17887, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25 !important;
}

/* line 17891, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3 !important;
}

/* line 17895, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4 !important;
}

/* line 17899, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5 !important;
}

/* line 17903, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6 !important;
}

/* line 17907, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7 !important;
}

/* line 17911, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75 !important;
}

/* line 17915, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important;
}

/* line 17919, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

/* line 17923, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95 !important;
}

/* line 17927, app/assets/stylesheets/tailwind.css */
.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1 !important;
}

/* line 17931, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0 !important;
}

/* line 17935, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05 !important;
}

/* line 17939, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1 !important;
}

/* line 17943, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2 !important;
}

/* line 17947, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25 !important;
}

/* line 17951, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3 !important;
}

/* line 17955, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4 !important;
}

/* line 17959, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5 !important;
}

/* line 17963, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6 !important;
}

/* line 17967, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7 !important;
}

/* line 17971, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75 !important;
}

/* line 17975, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8 !important;
}

/* line 17979, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9 !important;
}

/* line 17983, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95 !important;
}

/* line 17987, app/assets/stylesheets/tailwind.css */
.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1 !important;
}

/* line 17991, app/assets/stylesheets/tailwind.css */
.bg-none {
  background-image: none !important;
}

/* line 17995, app/assets/stylesheets/tailwind.css */
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

/* line 17999, app/assets/stylesheets/tailwind.css */
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

/* line 18003, app/assets/stylesheets/tailwind.css */
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

/* line 18007, app/assets/stylesheets/tailwind.css */
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

/* line 18011, app/assets/stylesheets/tailwind.css */
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

/* line 18015, app/assets/stylesheets/tailwind.css */
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

/* line 18019, app/assets/stylesheets/tailwind.css */
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

/* line 18023, app/assets/stylesheets/tailwind.css */
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

/* line 18027, app/assets/stylesheets/tailwind.css */
.from-transparent {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

/* line 18032, app/assets/stylesheets/tailwind.css */
.from-current {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18037, app/assets/stylesheets/tailwind.css */
.from-black {
  --tw-gradient-from: var(--black) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18042, app/assets/stylesheets/tailwind.css */
.from-white {
  --tw-gradient-from: var(--white) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18047, app/assets/stylesheets/tailwind.css */
.from-gray-50 {
  --tw-gradient-from: #f9fafb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

/* line 18052, app/assets/stylesheets/tailwind.css */
.from-gray-100 {
  --tw-gradient-from: #f3f4f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

/* line 18057, app/assets/stylesheets/tailwind.css */
.from-gray-200 {
  --tw-gradient-from: #e5e7eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

/* line 18062, app/assets/stylesheets/tailwind.css */
.from-gray-300 {
  --tw-gradient-from: #d1d5db !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

/* line 18067, app/assets/stylesheets/tailwind.css */
.from-gray-400 {
  --tw-gradient-from: #9ca3af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

/* line 18072, app/assets/stylesheets/tailwind.css */
.from-gray-500 {
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

/* line 18077, app/assets/stylesheets/tailwind.css */
.from-gray-600 {
  --tw-gradient-from: #4b5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

/* line 18082, app/assets/stylesheets/tailwind.css */
.from-gray-700 {
  --tw-gradient-from: #374151 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

/* line 18087, app/assets/stylesheets/tailwind.css */
.from-gray-800 {
  --tw-gradient-from: #1f2937 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

/* line 18092, app/assets/stylesheets/tailwind.css */
.from-gray-900 {
  --tw-gradient-from: #111827 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

/* line 18097, app/assets/stylesheets/tailwind.css */
.from-red-50 {
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

/* line 18102, app/assets/stylesheets/tailwind.css */
.from-red-100 {
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

/* line 18107, app/assets/stylesheets/tailwind.css */
.from-red-200 {
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

/* line 18112, app/assets/stylesheets/tailwind.css */
.from-red-300 {
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

/* line 18117, app/assets/stylesheets/tailwind.css */
.from-red-400 {
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

/* line 18122, app/assets/stylesheets/tailwind.css */
.from-red-500 {
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

/* line 18127, app/assets/stylesheets/tailwind.css */
.from-red-600 {
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

/* line 18132, app/assets/stylesheets/tailwind.css */
.from-red-700 {
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

/* line 18137, app/assets/stylesheets/tailwind.css */
.from-red-800 {
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

/* line 18142, app/assets/stylesheets/tailwind.css */
.from-red-900 {
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

/* line 18147, app/assets/stylesheets/tailwind.css */
.from-yellow-50 {
  --tw-gradient-from: #fffbeb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

/* line 18152, app/assets/stylesheets/tailwind.css */
.from-yellow-100 {
  --tw-gradient-from: #fef3c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

/* line 18157, app/assets/stylesheets/tailwind.css */
.from-yellow-200 {
  --tw-gradient-from: #fde68a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

/* line 18162, app/assets/stylesheets/tailwind.css */
.from-yellow-300 {
  --tw-gradient-from: #fcd34d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

/* line 18167, app/assets/stylesheets/tailwind.css */
.from-yellow-400 {
  --tw-gradient-from: #fbbf24 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

/* line 18172, app/assets/stylesheets/tailwind.css */
.from-yellow-500 {
  --tw-gradient-from: #f59e0b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

/* line 18177, app/assets/stylesheets/tailwind.css */
.from-yellow-600 {
  --tw-gradient-from: #d97706 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

/* line 18182, app/assets/stylesheets/tailwind.css */
.from-yellow-700 {
  --tw-gradient-from: #b45309 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

/* line 18187, app/assets/stylesheets/tailwind.css */
.from-yellow-800 {
  --tw-gradient-from: #92400e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

/* line 18192, app/assets/stylesheets/tailwind.css */
.from-yellow-900 {
  --tw-gradient-from: #78350f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

/* line 18197, app/assets/stylesheets/tailwind.css */
.from-green-50 {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

/* line 18202, app/assets/stylesheets/tailwind.css */
.from-green-100 {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

/* line 18207, app/assets/stylesheets/tailwind.css */
.from-green-200 {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

/* line 18212, app/assets/stylesheets/tailwind.css */
.from-green-300 {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

/* line 18217, app/assets/stylesheets/tailwind.css */
.from-green-400 {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

/* line 18222, app/assets/stylesheets/tailwind.css */
.from-green-500 {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

/* line 18227, app/assets/stylesheets/tailwind.css */
.from-green-600 {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

/* line 18232, app/assets/stylesheets/tailwind.css */
.from-green-700 {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

/* line 18237, app/assets/stylesheets/tailwind.css */
.from-green-800 {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

/* line 18242, app/assets/stylesheets/tailwind.css */
.from-green-900 {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

/* line 18247, app/assets/stylesheets/tailwind.css */
.from-blue-50 {
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

/* line 18252, app/assets/stylesheets/tailwind.css */
.from-blue-100 {
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

/* line 18257, app/assets/stylesheets/tailwind.css */
.from-blue-200 {
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

/* line 18262, app/assets/stylesheets/tailwind.css */
.from-blue-300 {
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

/* line 18267, app/assets/stylesheets/tailwind.css */
.from-blue-400 {
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

/* line 18272, app/assets/stylesheets/tailwind.css */
.from-blue-500 {
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

/* line 18277, app/assets/stylesheets/tailwind.css */
.from-blue-600 {
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

/* line 18282, app/assets/stylesheets/tailwind.css */
.from-blue-700 {
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

/* line 18287, app/assets/stylesheets/tailwind.css */
.from-blue-800 {
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

/* line 18292, app/assets/stylesheets/tailwind.css */
.from-blue-900 {
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

/* line 18297, app/assets/stylesheets/tailwind.css */
.from-indigo-50 {
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

/* line 18302, app/assets/stylesheets/tailwind.css */
.from-indigo-100 {
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

/* line 18307, app/assets/stylesheets/tailwind.css */
.from-indigo-200 {
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

/* line 18312, app/assets/stylesheets/tailwind.css */
.from-indigo-300 {
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

/* line 18317, app/assets/stylesheets/tailwind.css */
.from-indigo-400 {
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

/* line 18322, app/assets/stylesheets/tailwind.css */
.from-indigo-500 {
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

/* line 18327, app/assets/stylesheets/tailwind.css */
.from-indigo-600 {
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

/* line 18332, app/assets/stylesheets/tailwind.css */
.from-indigo-700 {
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

/* line 18337, app/assets/stylesheets/tailwind.css */
.from-indigo-800 {
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

/* line 18342, app/assets/stylesheets/tailwind.css */
.from-indigo-900 {
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

/* line 18347, app/assets/stylesheets/tailwind.css */
.from-purple-50 {
  --tw-gradient-from: #f5f3ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

/* line 18352, app/assets/stylesheets/tailwind.css */
.from-purple-100 {
  --tw-gradient-from: #ede9fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

/* line 18357, app/assets/stylesheets/tailwind.css */
.from-purple-200 {
  --tw-gradient-from: #ddd6fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

/* line 18362, app/assets/stylesheets/tailwind.css */
.from-purple-300 {
  --tw-gradient-from: #c4b5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

/* line 18367, app/assets/stylesheets/tailwind.css */
.from-purple-400 {
  --tw-gradient-from: #a78bfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

/* line 18372, app/assets/stylesheets/tailwind.css */
.from-purple-500 {
  --tw-gradient-from: #8b5cf6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

/* line 18377, app/assets/stylesheets/tailwind.css */
.from-purple-600 {
  --tw-gradient-from: #7c3aed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

/* line 18382, app/assets/stylesheets/tailwind.css */
.from-purple-700 {
  --tw-gradient-from: #6d28d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

/* line 18387, app/assets/stylesheets/tailwind.css */
.from-purple-800 {
  --tw-gradient-from: #5b21b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

/* line 18392, app/assets/stylesheets/tailwind.css */
.from-purple-900 {
  --tw-gradient-from: #4c1d95 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

/* line 18397, app/assets/stylesheets/tailwind.css */
.from-pink-50 {
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

/* line 18402, app/assets/stylesheets/tailwind.css */
.from-pink-100 {
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

/* line 18407, app/assets/stylesheets/tailwind.css */
.from-pink-200 {
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

/* line 18412, app/assets/stylesheets/tailwind.css */
.from-pink-300 {
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

/* line 18417, app/assets/stylesheets/tailwind.css */
.from-pink-400 {
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

/* line 18422, app/assets/stylesheets/tailwind.css */
.from-pink-500 {
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

/* line 18427, app/assets/stylesheets/tailwind.css */
.from-pink-600 {
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

/* line 18432, app/assets/stylesheets/tailwind.css */
.from-pink-700 {
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

/* line 18437, app/assets/stylesheets/tailwind.css */
.from-pink-800 {
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

/* line 18442, app/assets/stylesheets/tailwind.css */
.from-pink-900 {
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

/* line 18447, app/assets/stylesheets/tailwind.css */
.from-grey {
  --tw-gradient-from: var(--grey) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18452, app/assets/stylesheets/tailwind.css */
.from-info {
  --tw-gradient-from: var(--text-info) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18457, app/assets/stylesheets/tailwind.css */
.from-warning {
  --tw-gradient-from: var(--text-warning) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18462, app/assets/stylesheets/tailwind.css */
.from-error {
  --tw-gradient-from: var(--text-error) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18467, app/assets/stylesheets/tailwind.css */
.from-primary {
  --tw-gradient-from: var(--primary) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18472, app/assets/stylesheets/tailwind.css */
.from-secondary {
  --tw-gradient-from: var(--secondary) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18477, app/assets/stylesheets/tailwind.css */
.from-primary-dark {
  --tw-gradient-from: var(--primary-dark) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18482, app/assets/stylesheets/tailwind.css */
.from-text-color {
  --tw-gradient-from: var(--text-color) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18487, app/assets/stylesheets/tailwind.css */
.from-button-outlined-hover {
  --tw-gradient-from: var(--button-outlined-hover) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18492, app/assets/stylesheets/tailwind.css */
.from-file-info {
  --tw-gradient-from: var(--file-info) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18497, app/assets/stylesheets/tailwind.css */
.hover\:from-transparent:hover {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

/* line 18502, app/assets/stylesheets/tailwind.css */
.hover\:from-current:hover {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18507, app/assets/stylesheets/tailwind.css */
.hover\:from-black:hover {
  --tw-gradient-from: var(--black) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18512, app/assets/stylesheets/tailwind.css */
.hover\:from-white:hover {
  --tw-gradient-from: var(--white) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18517, app/assets/stylesheets/tailwind.css */
.hover\:from-gray-50:hover {
  --tw-gradient-from: #f9fafb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

/* line 18522, app/assets/stylesheets/tailwind.css */
.hover\:from-gray-100:hover {
  --tw-gradient-from: #f3f4f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

/* line 18527, app/assets/stylesheets/tailwind.css */
.hover\:from-gray-200:hover {
  --tw-gradient-from: #e5e7eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

/* line 18532, app/assets/stylesheets/tailwind.css */
.hover\:from-gray-300:hover {
  --tw-gradient-from: #d1d5db !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

/* line 18537, app/assets/stylesheets/tailwind.css */
.hover\:from-gray-400:hover {
  --tw-gradient-from: #9ca3af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

/* line 18542, app/assets/stylesheets/tailwind.css */
.hover\:from-gray-500:hover {
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

/* line 18547, app/assets/stylesheets/tailwind.css */
.hover\:from-gray-600:hover {
  --tw-gradient-from: #4b5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

/* line 18552, app/assets/stylesheets/tailwind.css */
.hover\:from-gray-700:hover {
  --tw-gradient-from: #374151 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

/* line 18557, app/assets/stylesheets/tailwind.css */
.hover\:from-gray-800:hover {
  --tw-gradient-from: #1f2937 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

/* line 18562, app/assets/stylesheets/tailwind.css */
.hover\:from-gray-900:hover {
  --tw-gradient-from: #111827 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

/* line 18567, app/assets/stylesheets/tailwind.css */
.hover\:from-red-50:hover {
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

/* line 18572, app/assets/stylesheets/tailwind.css */
.hover\:from-red-100:hover {
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

/* line 18577, app/assets/stylesheets/tailwind.css */
.hover\:from-red-200:hover {
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

/* line 18582, app/assets/stylesheets/tailwind.css */
.hover\:from-red-300:hover {
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

/* line 18587, app/assets/stylesheets/tailwind.css */
.hover\:from-red-400:hover {
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

/* line 18592, app/assets/stylesheets/tailwind.css */
.hover\:from-red-500:hover {
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

/* line 18597, app/assets/stylesheets/tailwind.css */
.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

/* line 18602, app/assets/stylesheets/tailwind.css */
.hover\:from-red-700:hover {
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

/* line 18607, app/assets/stylesheets/tailwind.css */
.hover\:from-red-800:hover {
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

/* line 18612, app/assets/stylesheets/tailwind.css */
.hover\:from-red-900:hover {
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

/* line 18617, app/assets/stylesheets/tailwind.css */
.hover\:from-yellow-50:hover {
  --tw-gradient-from: #fffbeb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

/* line 18622, app/assets/stylesheets/tailwind.css */
.hover\:from-yellow-100:hover {
  --tw-gradient-from: #fef3c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

/* line 18627, app/assets/stylesheets/tailwind.css */
.hover\:from-yellow-200:hover {
  --tw-gradient-from: #fde68a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

/* line 18632, app/assets/stylesheets/tailwind.css */
.hover\:from-yellow-300:hover {
  --tw-gradient-from: #fcd34d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

/* line 18637, app/assets/stylesheets/tailwind.css */
.hover\:from-yellow-400:hover {
  --tw-gradient-from: #fbbf24 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

/* line 18642, app/assets/stylesheets/tailwind.css */
.hover\:from-yellow-500:hover {
  --tw-gradient-from: #f59e0b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

/* line 18647, app/assets/stylesheets/tailwind.css */
.hover\:from-yellow-600:hover {
  --tw-gradient-from: #d97706 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

/* line 18652, app/assets/stylesheets/tailwind.css */
.hover\:from-yellow-700:hover {
  --tw-gradient-from: #b45309 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

/* line 18657, app/assets/stylesheets/tailwind.css */
.hover\:from-yellow-800:hover {
  --tw-gradient-from: #92400e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

/* line 18662, app/assets/stylesheets/tailwind.css */
.hover\:from-yellow-900:hover {
  --tw-gradient-from: #78350f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

/* line 18667, app/assets/stylesheets/tailwind.css */
.hover\:from-green-50:hover {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

/* line 18672, app/assets/stylesheets/tailwind.css */
.hover\:from-green-100:hover {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

/* line 18677, app/assets/stylesheets/tailwind.css */
.hover\:from-green-200:hover {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

/* line 18682, app/assets/stylesheets/tailwind.css */
.hover\:from-green-300:hover {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

/* line 18687, app/assets/stylesheets/tailwind.css */
.hover\:from-green-400:hover {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

/* line 18692, app/assets/stylesheets/tailwind.css */
.hover\:from-green-500:hover {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

/* line 18697, app/assets/stylesheets/tailwind.css */
.hover\:from-green-600:hover {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

/* line 18702, app/assets/stylesheets/tailwind.css */
.hover\:from-green-700:hover {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

/* line 18707, app/assets/stylesheets/tailwind.css */
.hover\:from-green-800:hover {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

/* line 18712, app/assets/stylesheets/tailwind.css */
.hover\:from-green-900:hover {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

/* line 18717, app/assets/stylesheets/tailwind.css */
.hover\:from-blue-50:hover {
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

/* line 18722, app/assets/stylesheets/tailwind.css */
.hover\:from-blue-100:hover {
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

/* line 18727, app/assets/stylesheets/tailwind.css */
.hover\:from-blue-200:hover {
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

/* line 18732, app/assets/stylesheets/tailwind.css */
.hover\:from-blue-300:hover {
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

/* line 18737, app/assets/stylesheets/tailwind.css */
.hover\:from-blue-400:hover {
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

/* line 18742, app/assets/stylesheets/tailwind.css */
.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

/* line 18747, app/assets/stylesheets/tailwind.css */
.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

/* line 18752, app/assets/stylesheets/tailwind.css */
.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

/* line 18757, app/assets/stylesheets/tailwind.css */
.hover\:from-blue-800:hover {
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

/* line 18762, app/assets/stylesheets/tailwind.css */
.hover\:from-blue-900:hover {
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

/* line 18767, app/assets/stylesheets/tailwind.css */
.hover\:from-indigo-50:hover {
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

/* line 18772, app/assets/stylesheets/tailwind.css */
.hover\:from-indigo-100:hover {
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

/* line 18777, app/assets/stylesheets/tailwind.css */
.hover\:from-indigo-200:hover {
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

/* line 18782, app/assets/stylesheets/tailwind.css */
.hover\:from-indigo-300:hover {
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

/* line 18787, app/assets/stylesheets/tailwind.css */
.hover\:from-indigo-400:hover {
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

/* line 18792, app/assets/stylesheets/tailwind.css */
.hover\:from-indigo-500:hover {
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

/* line 18797, app/assets/stylesheets/tailwind.css */
.hover\:from-indigo-600:hover {
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

/* line 18802, app/assets/stylesheets/tailwind.css */
.hover\:from-indigo-700:hover {
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

/* line 18807, app/assets/stylesheets/tailwind.css */
.hover\:from-indigo-800:hover {
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

/* line 18812, app/assets/stylesheets/tailwind.css */
.hover\:from-indigo-900:hover {
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

/* line 18817, app/assets/stylesheets/tailwind.css */
.hover\:from-purple-50:hover {
  --tw-gradient-from: #f5f3ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

/* line 18822, app/assets/stylesheets/tailwind.css */
.hover\:from-purple-100:hover {
  --tw-gradient-from: #ede9fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

/* line 18827, app/assets/stylesheets/tailwind.css */
.hover\:from-purple-200:hover {
  --tw-gradient-from: #ddd6fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

/* line 18832, app/assets/stylesheets/tailwind.css */
.hover\:from-purple-300:hover {
  --tw-gradient-from: #c4b5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

/* line 18837, app/assets/stylesheets/tailwind.css */
.hover\:from-purple-400:hover {
  --tw-gradient-from: #a78bfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

/* line 18842, app/assets/stylesheets/tailwind.css */
.hover\:from-purple-500:hover {
  --tw-gradient-from: #8b5cf6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

/* line 18847, app/assets/stylesheets/tailwind.css */
.hover\:from-purple-600:hover {
  --tw-gradient-from: #7c3aed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

/* line 18852, app/assets/stylesheets/tailwind.css */
.hover\:from-purple-700:hover {
  --tw-gradient-from: #6d28d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

/* line 18857, app/assets/stylesheets/tailwind.css */
.hover\:from-purple-800:hover {
  --tw-gradient-from: #5b21b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

/* line 18862, app/assets/stylesheets/tailwind.css */
.hover\:from-purple-900:hover {
  --tw-gradient-from: #4c1d95 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

/* line 18867, app/assets/stylesheets/tailwind.css */
.hover\:from-pink-50:hover {
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

/* line 18872, app/assets/stylesheets/tailwind.css */
.hover\:from-pink-100:hover {
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

/* line 18877, app/assets/stylesheets/tailwind.css */
.hover\:from-pink-200:hover {
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

/* line 18882, app/assets/stylesheets/tailwind.css */
.hover\:from-pink-300:hover {
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

/* line 18887, app/assets/stylesheets/tailwind.css */
.hover\:from-pink-400:hover {
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

/* line 18892, app/assets/stylesheets/tailwind.css */
.hover\:from-pink-500:hover {
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

/* line 18897, app/assets/stylesheets/tailwind.css */
.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

/* line 18902, app/assets/stylesheets/tailwind.css */
.hover\:from-pink-700:hover {
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

/* line 18907, app/assets/stylesheets/tailwind.css */
.hover\:from-pink-800:hover {
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

/* line 18912, app/assets/stylesheets/tailwind.css */
.hover\:from-pink-900:hover {
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

/* line 18917, app/assets/stylesheets/tailwind.css */
.hover\:from-grey:hover {
  --tw-gradient-from: var(--grey) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18922, app/assets/stylesheets/tailwind.css */
.hover\:from-info:hover {
  --tw-gradient-from: var(--text-info) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18927, app/assets/stylesheets/tailwind.css */
.hover\:from-warning:hover {
  --tw-gradient-from: var(--text-warning) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18932, app/assets/stylesheets/tailwind.css */
.hover\:from-error:hover {
  --tw-gradient-from: var(--text-error) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18937, app/assets/stylesheets/tailwind.css */
.hover\:from-primary:hover {
  --tw-gradient-from: var(--primary) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18942, app/assets/stylesheets/tailwind.css */
.hover\:from-secondary:hover {
  --tw-gradient-from: var(--secondary) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18947, app/assets/stylesheets/tailwind.css */
.hover\:from-primary-dark:hover {
  --tw-gradient-from: var(--primary-dark) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18952, app/assets/stylesheets/tailwind.css */
.hover\:from-text-color:hover {
  --tw-gradient-from: var(--text-color) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18957, app/assets/stylesheets/tailwind.css */
.hover\:from-button-outlined-hover:hover {
  --tw-gradient-from: var(--button-outlined-hover) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18962, app/assets/stylesheets/tailwind.css */
.hover\:from-file-info:hover {
  --tw-gradient-from: var(--file-info) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18967, app/assets/stylesheets/tailwind.css */
.focus\:from-transparent:focus {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

/* line 18972, app/assets/stylesheets/tailwind.css */
.focus\:from-current:focus {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18977, app/assets/stylesheets/tailwind.css */
.focus\:from-black:focus {
  --tw-gradient-from: var(--black) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18982, app/assets/stylesheets/tailwind.css */
.focus\:from-white:focus {
  --tw-gradient-from: var(--white) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 18987, app/assets/stylesheets/tailwind.css */
.focus\:from-gray-50:focus {
  --tw-gradient-from: #f9fafb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

/* line 18992, app/assets/stylesheets/tailwind.css */
.focus\:from-gray-100:focus {
  --tw-gradient-from: #f3f4f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

/* line 18997, app/assets/stylesheets/tailwind.css */
.focus\:from-gray-200:focus {
  --tw-gradient-from: #e5e7eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

/* line 19002, app/assets/stylesheets/tailwind.css */
.focus\:from-gray-300:focus {
  --tw-gradient-from: #d1d5db !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

/* line 19007, app/assets/stylesheets/tailwind.css */
.focus\:from-gray-400:focus {
  --tw-gradient-from: #9ca3af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

/* line 19012, app/assets/stylesheets/tailwind.css */
.focus\:from-gray-500:focus {
  --tw-gradient-from: #6b7280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

/* line 19017, app/assets/stylesheets/tailwind.css */
.focus\:from-gray-600:focus {
  --tw-gradient-from: #4b5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

/* line 19022, app/assets/stylesheets/tailwind.css */
.focus\:from-gray-700:focus {
  --tw-gradient-from: #374151 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

/* line 19027, app/assets/stylesheets/tailwind.css */
.focus\:from-gray-800:focus {
  --tw-gradient-from: #1f2937 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

/* line 19032, app/assets/stylesheets/tailwind.css */
.focus\:from-gray-900:focus {
  --tw-gradient-from: #111827 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

/* line 19037, app/assets/stylesheets/tailwind.css */
.focus\:from-red-50:focus {
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

/* line 19042, app/assets/stylesheets/tailwind.css */
.focus\:from-red-100:focus {
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

/* line 19047, app/assets/stylesheets/tailwind.css */
.focus\:from-red-200:focus {
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

/* line 19052, app/assets/stylesheets/tailwind.css */
.focus\:from-red-300:focus {
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

/* line 19057, app/assets/stylesheets/tailwind.css */
.focus\:from-red-400:focus {
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

/* line 19062, app/assets/stylesheets/tailwind.css */
.focus\:from-red-500:focus {
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

/* line 19067, app/assets/stylesheets/tailwind.css */
.focus\:from-red-600:focus {
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

/* line 19072, app/assets/stylesheets/tailwind.css */
.focus\:from-red-700:focus {
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

/* line 19077, app/assets/stylesheets/tailwind.css */
.focus\:from-red-800:focus {
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

/* line 19082, app/assets/stylesheets/tailwind.css */
.focus\:from-red-900:focus {
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

/* line 19087, app/assets/stylesheets/tailwind.css */
.focus\:from-yellow-50:focus {
  --tw-gradient-from: #fffbeb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

/* line 19092, app/assets/stylesheets/tailwind.css */
.focus\:from-yellow-100:focus {
  --tw-gradient-from: #fef3c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

/* line 19097, app/assets/stylesheets/tailwind.css */
.focus\:from-yellow-200:focus {
  --tw-gradient-from: #fde68a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

/* line 19102, app/assets/stylesheets/tailwind.css */
.focus\:from-yellow-300:focus {
  --tw-gradient-from: #fcd34d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

/* line 19107, app/assets/stylesheets/tailwind.css */
.focus\:from-yellow-400:focus {
  --tw-gradient-from: #fbbf24 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

/* line 19112, app/assets/stylesheets/tailwind.css */
.focus\:from-yellow-500:focus {
  --tw-gradient-from: #f59e0b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

/* line 19117, app/assets/stylesheets/tailwind.css */
.focus\:from-yellow-600:focus {
  --tw-gradient-from: #d97706 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

/* line 19122, app/assets/stylesheets/tailwind.css */
.focus\:from-yellow-700:focus {
  --tw-gradient-from: #b45309 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

/* line 19127, app/assets/stylesheets/tailwind.css */
.focus\:from-yellow-800:focus {
  --tw-gradient-from: #92400e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

/* line 19132, app/assets/stylesheets/tailwind.css */
.focus\:from-yellow-900:focus {
  --tw-gradient-from: #78350f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

/* line 19137, app/assets/stylesheets/tailwind.css */
.focus\:from-green-50:focus {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

/* line 19142, app/assets/stylesheets/tailwind.css */
.focus\:from-green-100:focus {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

/* line 19147, app/assets/stylesheets/tailwind.css */
.focus\:from-green-200:focus {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

/* line 19152, app/assets/stylesheets/tailwind.css */
.focus\:from-green-300:focus {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

/* line 19157, app/assets/stylesheets/tailwind.css */
.focus\:from-green-400:focus {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

/* line 19162, app/assets/stylesheets/tailwind.css */
.focus\:from-green-500:focus {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

/* line 19167, app/assets/stylesheets/tailwind.css */
.focus\:from-green-600:focus {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

/* line 19172, app/assets/stylesheets/tailwind.css */
.focus\:from-green-700:focus {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

/* line 19177, app/assets/stylesheets/tailwind.css */
.focus\:from-green-800:focus {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

/* line 19182, app/assets/stylesheets/tailwind.css */
.focus\:from-green-900:focus {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

/* line 19187, app/assets/stylesheets/tailwind.css */
.focus\:from-blue-50:focus {
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

/* line 19192, app/assets/stylesheets/tailwind.css */
.focus\:from-blue-100:focus {
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

/* line 19197, app/assets/stylesheets/tailwind.css */
.focus\:from-blue-200:focus {
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

/* line 19202, app/assets/stylesheets/tailwind.css */
.focus\:from-blue-300:focus {
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

/* line 19207, app/assets/stylesheets/tailwind.css */
.focus\:from-blue-400:focus {
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

/* line 19212, app/assets/stylesheets/tailwind.css */
.focus\:from-blue-500:focus {
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

/* line 19217, app/assets/stylesheets/tailwind.css */
.focus\:from-blue-600:focus {
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

/* line 19222, app/assets/stylesheets/tailwind.css */
.focus\:from-blue-700:focus {
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

/* line 19227, app/assets/stylesheets/tailwind.css */
.focus\:from-blue-800:focus {
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

/* line 19232, app/assets/stylesheets/tailwind.css */
.focus\:from-blue-900:focus {
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

/* line 19237, app/assets/stylesheets/tailwind.css */
.focus\:from-indigo-50:focus {
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

/* line 19242, app/assets/stylesheets/tailwind.css */
.focus\:from-indigo-100:focus {
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

/* line 19247, app/assets/stylesheets/tailwind.css */
.focus\:from-indigo-200:focus {
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

/* line 19252, app/assets/stylesheets/tailwind.css */
.focus\:from-indigo-300:focus {
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

/* line 19257, app/assets/stylesheets/tailwind.css */
.focus\:from-indigo-400:focus {
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

/* line 19262, app/assets/stylesheets/tailwind.css */
.focus\:from-indigo-500:focus {
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

/* line 19267, app/assets/stylesheets/tailwind.css */
.focus\:from-indigo-600:focus {
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

/* line 19272, app/assets/stylesheets/tailwind.css */
.focus\:from-indigo-700:focus {
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

/* line 19277, app/assets/stylesheets/tailwind.css */
.focus\:from-indigo-800:focus {
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

/* line 19282, app/assets/stylesheets/tailwind.css */
.focus\:from-indigo-900:focus {
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

/* line 19287, app/assets/stylesheets/tailwind.css */
.focus\:from-purple-50:focus {
  --tw-gradient-from: #f5f3ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

/* line 19292, app/assets/stylesheets/tailwind.css */
.focus\:from-purple-100:focus {
  --tw-gradient-from: #ede9fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

/* line 19297, app/assets/stylesheets/tailwind.css */
.focus\:from-purple-200:focus {
  --tw-gradient-from: #ddd6fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

/* line 19302, app/assets/stylesheets/tailwind.css */
.focus\:from-purple-300:focus {
  --tw-gradient-from: #c4b5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

/* line 19307, app/assets/stylesheets/tailwind.css */
.focus\:from-purple-400:focus {
  --tw-gradient-from: #a78bfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

/* line 19312, app/assets/stylesheets/tailwind.css */
.focus\:from-purple-500:focus {
  --tw-gradient-from: #8b5cf6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

/* line 19317, app/assets/stylesheets/tailwind.css */
.focus\:from-purple-600:focus {
  --tw-gradient-from: #7c3aed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

/* line 19322, app/assets/stylesheets/tailwind.css */
.focus\:from-purple-700:focus {
  --tw-gradient-from: #6d28d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

/* line 19327, app/assets/stylesheets/tailwind.css */
.focus\:from-purple-800:focus {
  --tw-gradient-from: #5b21b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

/* line 19332, app/assets/stylesheets/tailwind.css */
.focus\:from-purple-900:focus {
  --tw-gradient-from: #4c1d95 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

/* line 19337, app/assets/stylesheets/tailwind.css */
.focus\:from-pink-50:focus {
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

/* line 19342, app/assets/stylesheets/tailwind.css */
.focus\:from-pink-100:focus {
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

/* line 19347, app/assets/stylesheets/tailwind.css */
.focus\:from-pink-200:focus {
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

/* line 19352, app/assets/stylesheets/tailwind.css */
.focus\:from-pink-300:focus {
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

/* line 19357, app/assets/stylesheets/tailwind.css */
.focus\:from-pink-400:focus {
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

/* line 19362, app/assets/stylesheets/tailwind.css */
.focus\:from-pink-500:focus {
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

/* line 19367, app/assets/stylesheets/tailwind.css */
.focus\:from-pink-600:focus {
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

/* line 19372, app/assets/stylesheets/tailwind.css */
.focus\:from-pink-700:focus {
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

/* line 19377, app/assets/stylesheets/tailwind.css */
.focus\:from-pink-800:focus {
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

/* line 19382, app/assets/stylesheets/tailwind.css */
.focus\:from-pink-900:focus {
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

/* line 19387, app/assets/stylesheets/tailwind.css */
.focus\:from-grey:focus {
  --tw-gradient-from: var(--grey) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19392, app/assets/stylesheets/tailwind.css */
.focus\:from-info:focus {
  --tw-gradient-from: var(--text-info) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19397, app/assets/stylesheets/tailwind.css */
.focus\:from-warning:focus {
  --tw-gradient-from: var(--text-warning) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19402, app/assets/stylesheets/tailwind.css */
.focus\:from-error:focus {
  --tw-gradient-from: var(--text-error) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19407, app/assets/stylesheets/tailwind.css */
.focus\:from-primary:focus {
  --tw-gradient-from: var(--primary) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19412, app/assets/stylesheets/tailwind.css */
.focus\:from-secondary:focus {
  --tw-gradient-from: var(--secondary) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19417, app/assets/stylesheets/tailwind.css */
.focus\:from-primary-dark:focus {
  --tw-gradient-from: var(--primary-dark) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19422, app/assets/stylesheets/tailwind.css */
.focus\:from-text-color:focus {
  --tw-gradient-from: var(--text-color) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19427, app/assets/stylesheets/tailwind.css */
.focus\:from-button-outlined-hover:focus {
  --tw-gradient-from: var(--button-outlined-hover) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19432, app/assets/stylesheets/tailwind.css */
.focus\:from-file-info:focus {
  --tw-gradient-from: var(--file-info) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19437, app/assets/stylesheets/tailwind.css */
.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

/* line 19441, app/assets/stylesheets/tailwind.css */
.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19445, app/assets/stylesheets/tailwind.css */
.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19449, app/assets/stylesheets/tailwind.css */
.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19453, app/assets/stylesheets/tailwind.css */
.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

/* line 19457, app/assets/stylesheets/tailwind.css */
.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

/* line 19461, app/assets/stylesheets/tailwind.css */
.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

/* line 19465, app/assets/stylesheets/tailwind.css */
.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

/* line 19469, app/assets/stylesheets/tailwind.css */
.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

/* line 19473, app/assets/stylesheets/tailwind.css */
.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

/* line 19477, app/assets/stylesheets/tailwind.css */
.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

/* line 19481, app/assets/stylesheets/tailwind.css */
.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

/* line 19485, app/assets/stylesheets/tailwind.css */
.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

/* line 19489, app/assets/stylesheets/tailwind.css */
.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

/* line 19493, app/assets/stylesheets/tailwind.css */
.via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

/* line 19497, app/assets/stylesheets/tailwind.css */
.via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

/* line 19501, app/assets/stylesheets/tailwind.css */
.via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

/* line 19505, app/assets/stylesheets/tailwind.css */
.via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

/* line 19509, app/assets/stylesheets/tailwind.css */
.via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

/* line 19513, app/assets/stylesheets/tailwind.css */
.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

/* line 19517, app/assets/stylesheets/tailwind.css */
.via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

/* line 19521, app/assets/stylesheets/tailwind.css */
.via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

/* line 19525, app/assets/stylesheets/tailwind.css */
.via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

/* line 19529, app/assets/stylesheets/tailwind.css */
.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

/* line 19533, app/assets/stylesheets/tailwind.css */
.via-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

/* line 19537, app/assets/stylesheets/tailwind.css */
.via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

/* line 19541, app/assets/stylesheets/tailwind.css */
.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

/* line 19545, app/assets/stylesheets/tailwind.css */
.via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

/* line 19549, app/assets/stylesheets/tailwind.css */
.via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

/* line 19553, app/assets/stylesheets/tailwind.css */
.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

/* line 19557, app/assets/stylesheets/tailwind.css */
.via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

/* line 19561, app/assets/stylesheets/tailwind.css */
.via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

/* line 19565, app/assets/stylesheets/tailwind.css */
.via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

/* line 19569, app/assets/stylesheets/tailwind.css */
.via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

/* line 19573, app/assets/stylesheets/tailwind.css */
.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

/* line 19577, app/assets/stylesheets/tailwind.css */
.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

/* line 19581, app/assets/stylesheets/tailwind.css */
.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

/* line 19585, app/assets/stylesheets/tailwind.css */
.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

/* line 19589, app/assets/stylesheets/tailwind.css */
.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

/* line 19593, app/assets/stylesheets/tailwind.css */
.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

/* line 19597, app/assets/stylesheets/tailwind.css */
.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

/* line 19601, app/assets/stylesheets/tailwind.css */
.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

/* line 19605, app/assets/stylesheets/tailwind.css */
.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

/* line 19609, app/assets/stylesheets/tailwind.css */
.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

/* line 19613, app/assets/stylesheets/tailwind.css */
.via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

/* line 19617, app/assets/stylesheets/tailwind.css */
.via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

/* line 19621, app/assets/stylesheets/tailwind.css */
.via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

/* line 19625, app/assets/stylesheets/tailwind.css */
.via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

/* line 19629, app/assets/stylesheets/tailwind.css */
.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

/* line 19633, app/assets/stylesheets/tailwind.css */
.via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

/* line 19637, app/assets/stylesheets/tailwind.css */
.via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

/* line 19641, app/assets/stylesheets/tailwind.css */
.via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

/* line 19645, app/assets/stylesheets/tailwind.css */
.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

/* line 19649, app/assets/stylesheets/tailwind.css */
.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

/* line 19653, app/assets/stylesheets/tailwind.css */
.via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

/* line 19657, app/assets/stylesheets/tailwind.css */
.via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

/* line 19661, app/assets/stylesheets/tailwind.css */
.via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

/* line 19665, app/assets/stylesheets/tailwind.css */
.via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

/* line 19669, app/assets/stylesheets/tailwind.css */
.via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

/* line 19673, app/assets/stylesheets/tailwind.css */
.via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

/* line 19677, app/assets/stylesheets/tailwind.css */
.via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

/* line 19681, app/assets/stylesheets/tailwind.css */
.via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

/* line 19685, app/assets/stylesheets/tailwind.css */
.via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

/* line 19689, app/assets/stylesheets/tailwind.css */
.via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

/* line 19693, app/assets/stylesheets/tailwind.css */
.via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

/* line 19697, app/assets/stylesheets/tailwind.css */
.via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

/* line 19701, app/assets/stylesheets/tailwind.css */
.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

/* line 19705, app/assets/stylesheets/tailwind.css */
.via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

/* line 19709, app/assets/stylesheets/tailwind.css */
.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

/* line 19713, app/assets/stylesheets/tailwind.css */
.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

/* line 19717, app/assets/stylesheets/tailwind.css */
.via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

/* line 19721, app/assets/stylesheets/tailwind.css */
.via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

/* line 19725, app/assets/stylesheets/tailwind.css */
.via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

/* line 19729, app/assets/stylesheets/tailwind.css */
.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

/* line 19733, app/assets/stylesheets/tailwind.css */
.via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

/* line 19737, app/assets/stylesheets/tailwind.css */
.via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

/* line 19741, app/assets/stylesheets/tailwind.css */
.via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

/* line 19745, app/assets/stylesheets/tailwind.css */
.via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

/* line 19749, app/assets/stylesheets/tailwind.css */
.via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

/* line 19753, app/assets/stylesheets/tailwind.css */
.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

/* line 19757, app/assets/stylesheets/tailwind.css */
.via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

/* line 19761, app/assets/stylesheets/tailwind.css */
.via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

/* line 19765, app/assets/stylesheets/tailwind.css */
.via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

/* line 19769, app/assets/stylesheets/tailwind.css */
.via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

/* line 19773, app/assets/stylesheets/tailwind.css */
.via-grey {
  --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19777, app/assets/stylesheets/tailwind.css */
.via-info {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19781, app/assets/stylesheets/tailwind.css */
.via-warning {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19785, app/assets/stylesheets/tailwind.css */
.via-error {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19789, app/assets/stylesheets/tailwind.css */
.via-primary {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19793, app/assets/stylesheets/tailwind.css */
.via-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19797, app/assets/stylesheets/tailwind.css */
.via-primary-dark {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19801, app/assets/stylesheets/tailwind.css */
.via-text-color {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19805, app/assets/stylesheets/tailwind.css */
.via-button-outlined-hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19809, app/assets/stylesheets/tailwind.css */
.via-file-info {
  --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19813, app/assets/stylesheets/tailwind.css */
.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

/* line 19817, app/assets/stylesheets/tailwind.css */
.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19821, app/assets/stylesheets/tailwind.css */
.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19825, app/assets/stylesheets/tailwind.css */
.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 19829, app/assets/stylesheets/tailwind.css */
.hover\:via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

/* line 19833, app/assets/stylesheets/tailwind.css */
.hover\:via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

/* line 19837, app/assets/stylesheets/tailwind.css */
.hover\:via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

/* line 19841, app/assets/stylesheets/tailwind.css */
.hover\:via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

/* line 19845, app/assets/stylesheets/tailwind.css */
.hover\:via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

/* line 19849, app/assets/stylesheets/tailwind.css */
.hover\:via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

/* line 19853, app/assets/stylesheets/tailwind.css */
.hover\:via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

/* line 19857, app/assets/stylesheets/tailwind.css */
.hover\:via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

/* line 19861, app/assets/stylesheets/tailwind.css */
.hover\:via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

/* line 19865, app/assets/stylesheets/tailwind.css */
.hover\:via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

/* line 19869, app/assets/stylesheets/tailwind.css */
.hover\:via-red-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

/* line 19873, app/assets/stylesheets/tailwind.css */
.hover\:via-red-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

/* line 19877, app/assets/stylesheets/tailwind.css */
.hover\:via-red-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

/* line 19881, app/assets/stylesheets/tailwind.css */
.hover\:via-red-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

/* line 19885, app/assets/stylesheets/tailwind.css */
.hover\:via-red-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

/* line 19889, app/assets/stylesheets/tailwind.css */
.hover\:via-red-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

/* line 19893, app/assets/stylesheets/tailwind.css */
.hover\:via-red-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

/* line 19897, app/assets/stylesheets/tailwind.css */
.hover\:via-red-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

/* line 19901, app/assets/stylesheets/tailwind.css */
.hover\:via-red-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

/* line 19905, app/assets/stylesheets/tailwind.css */
.hover\:via-red-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

/* line 19909, app/assets/stylesheets/tailwind.css */
.hover\:via-yellow-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

/* line 19913, app/assets/stylesheets/tailwind.css */
.hover\:via-yellow-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

/* line 19917, app/assets/stylesheets/tailwind.css */
.hover\:via-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

/* line 19921, app/assets/stylesheets/tailwind.css */
.hover\:via-yellow-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

/* line 19925, app/assets/stylesheets/tailwind.css */
.hover\:via-yellow-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

/* line 19929, app/assets/stylesheets/tailwind.css */
.hover\:via-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

/* line 19933, app/assets/stylesheets/tailwind.css */
.hover\:via-yellow-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

/* line 19937, app/assets/stylesheets/tailwind.css */
.hover\:via-yellow-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

/* line 19941, app/assets/stylesheets/tailwind.css */
.hover\:via-yellow-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

/* line 19945, app/assets/stylesheets/tailwind.css */
.hover\:via-yellow-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

/* line 19949, app/assets/stylesheets/tailwind.css */
.hover\:via-green-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

/* line 19953, app/assets/stylesheets/tailwind.css */
.hover\:via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

/* line 19957, app/assets/stylesheets/tailwind.css */
.hover\:via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

/* line 19961, app/assets/stylesheets/tailwind.css */
.hover\:via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

/* line 19965, app/assets/stylesheets/tailwind.css */
.hover\:via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

/* line 19969, app/assets/stylesheets/tailwind.css */
.hover\:via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

/* line 19973, app/assets/stylesheets/tailwind.css */
.hover\:via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

/* line 19977, app/assets/stylesheets/tailwind.css */
.hover\:via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

/* line 19981, app/assets/stylesheets/tailwind.css */
.hover\:via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

/* line 19985, app/assets/stylesheets/tailwind.css */
.hover\:via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

/* line 19989, app/assets/stylesheets/tailwind.css */
.hover\:via-blue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

/* line 19993, app/assets/stylesheets/tailwind.css */
.hover\:via-blue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

/* line 19997, app/assets/stylesheets/tailwind.css */
.hover\:via-blue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

/* line 20001, app/assets/stylesheets/tailwind.css */
.hover\:via-blue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

/* line 20005, app/assets/stylesheets/tailwind.css */
.hover\:via-blue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

/* line 20009, app/assets/stylesheets/tailwind.css */
.hover\:via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

/* line 20013, app/assets/stylesheets/tailwind.css */
.hover\:via-blue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

/* line 20017, app/assets/stylesheets/tailwind.css */
.hover\:via-blue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

/* line 20021, app/assets/stylesheets/tailwind.css */
.hover\:via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

/* line 20025, app/assets/stylesheets/tailwind.css */
.hover\:via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

/* line 20029, app/assets/stylesheets/tailwind.css */
.hover\:via-indigo-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

/* line 20033, app/assets/stylesheets/tailwind.css */
.hover\:via-indigo-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

/* line 20037, app/assets/stylesheets/tailwind.css */
.hover\:via-indigo-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

/* line 20041, app/assets/stylesheets/tailwind.css */
.hover\:via-indigo-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

/* line 20045, app/assets/stylesheets/tailwind.css */
.hover\:via-indigo-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

/* line 20049, app/assets/stylesheets/tailwind.css */
.hover\:via-indigo-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

/* line 20053, app/assets/stylesheets/tailwind.css */
.hover\:via-indigo-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

/* line 20057, app/assets/stylesheets/tailwind.css */
.hover\:via-indigo-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

/* line 20061, app/assets/stylesheets/tailwind.css */
.hover\:via-indigo-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

/* line 20065, app/assets/stylesheets/tailwind.css */
.hover\:via-indigo-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

/* line 20069, app/assets/stylesheets/tailwind.css */
.hover\:via-purple-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

/* line 20073, app/assets/stylesheets/tailwind.css */
.hover\:via-purple-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

/* line 20077, app/assets/stylesheets/tailwind.css */
.hover\:via-purple-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

/* line 20081, app/assets/stylesheets/tailwind.css */
.hover\:via-purple-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

/* line 20085, app/assets/stylesheets/tailwind.css */
.hover\:via-purple-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

/* line 20089, app/assets/stylesheets/tailwind.css */
.hover\:via-purple-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

/* line 20093, app/assets/stylesheets/tailwind.css */
.hover\:via-purple-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

/* line 20097, app/assets/stylesheets/tailwind.css */
.hover\:via-purple-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

/* line 20101, app/assets/stylesheets/tailwind.css */
.hover\:via-purple-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

/* line 20105, app/assets/stylesheets/tailwind.css */
.hover\:via-purple-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

/* line 20109, app/assets/stylesheets/tailwind.css */
.hover\:via-pink-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

/* line 20113, app/assets/stylesheets/tailwind.css */
.hover\:via-pink-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

/* line 20117, app/assets/stylesheets/tailwind.css */
.hover\:via-pink-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

/* line 20121, app/assets/stylesheets/tailwind.css */
.hover\:via-pink-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

/* line 20125, app/assets/stylesheets/tailwind.css */
.hover\:via-pink-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

/* line 20129, app/assets/stylesheets/tailwind.css */
.hover\:via-pink-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

/* line 20133, app/assets/stylesheets/tailwind.css */
.hover\:via-pink-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

/* line 20137, app/assets/stylesheets/tailwind.css */
.hover\:via-pink-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

/* line 20141, app/assets/stylesheets/tailwind.css */
.hover\:via-pink-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

/* line 20145, app/assets/stylesheets/tailwind.css */
.hover\:via-pink-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

/* line 20149, app/assets/stylesheets/tailwind.css */
.hover\:via-grey:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20153, app/assets/stylesheets/tailwind.css */
.hover\:via-info:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20157, app/assets/stylesheets/tailwind.css */
.hover\:via-warning:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20161, app/assets/stylesheets/tailwind.css */
.hover\:via-error:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20165, app/assets/stylesheets/tailwind.css */
.hover\:via-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20169, app/assets/stylesheets/tailwind.css */
.hover\:via-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20173, app/assets/stylesheets/tailwind.css */
.hover\:via-primary-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20177, app/assets/stylesheets/tailwind.css */
.hover\:via-text-color:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20181, app/assets/stylesheets/tailwind.css */
.hover\:via-button-outlined-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20185, app/assets/stylesheets/tailwind.css */
.hover\:via-file-info:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20189, app/assets/stylesheets/tailwind.css */
.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

/* line 20193, app/assets/stylesheets/tailwind.css */
.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20197, app/assets/stylesheets/tailwind.css */
.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20201, app/assets/stylesheets/tailwind.css */
.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20205, app/assets/stylesheets/tailwind.css */
.focus\:via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
}

/* line 20209, app/assets/stylesheets/tailwind.css */
.focus\:via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
}

/* line 20213, app/assets/stylesheets/tailwind.css */
.focus\:via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
}

/* line 20217, app/assets/stylesheets/tailwind.css */
.focus\:via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
}

/* line 20221, app/assets/stylesheets/tailwind.css */
.focus\:via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
}

/* line 20225, app/assets/stylesheets/tailwind.css */
.focus\:via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
}

/* line 20229, app/assets/stylesheets/tailwind.css */
.focus\:via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

/* line 20233, app/assets/stylesheets/tailwind.css */
.focus\:via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
}

/* line 20237, app/assets/stylesheets/tailwind.css */
.focus\:via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
}

/* line 20241, app/assets/stylesheets/tailwind.css */
.focus\:via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
}

/* line 20245, app/assets/stylesheets/tailwind.css */
.focus\:via-red-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

/* line 20249, app/assets/stylesheets/tailwind.css */
.focus\:via-red-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

/* line 20253, app/assets/stylesheets/tailwind.css */
.focus\:via-red-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

/* line 20257, app/assets/stylesheets/tailwind.css */
.focus\:via-red-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

/* line 20261, app/assets/stylesheets/tailwind.css */
.focus\:via-red-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

/* line 20265, app/assets/stylesheets/tailwind.css */
.focus\:via-red-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

/* line 20269, app/assets/stylesheets/tailwind.css */
.focus\:via-red-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

/* line 20273, app/assets/stylesheets/tailwind.css */
.focus\:via-red-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

/* line 20277, app/assets/stylesheets/tailwind.css */
.focus\:via-red-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

/* line 20281, app/assets/stylesheets/tailwind.css */
.focus\:via-red-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

/* line 20285, app/assets/stylesheets/tailwind.css */
.focus\:via-yellow-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

/* line 20289, app/assets/stylesheets/tailwind.css */
.focus\:via-yellow-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

/* line 20293, app/assets/stylesheets/tailwind.css */
.focus\:via-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

/* line 20297, app/assets/stylesheets/tailwind.css */
.focus\:via-yellow-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

/* line 20301, app/assets/stylesheets/tailwind.css */
.focus\:via-yellow-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

/* line 20305, app/assets/stylesheets/tailwind.css */
.focus\:via-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

/* line 20309, app/assets/stylesheets/tailwind.css */
.focus\:via-yellow-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

/* line 20313, app/assets/stylesheets/tailwind.css */
.focus\:via-yellow-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

/* line 20317, app/assets/stylesheets/tailwind.css */
.focus\:via-yellow-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

/* line 20321, app/assets/stylesheets/tailwind.css */
.focus\:via-yellow-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

/* line 20325, app/assets/stylesheets/tailwind.css */
.focus\:via-green-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

/* line 20329, app/assets/stylesheets/tailwind.css */
.focus\:via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

/* line 20333, app/assets/stylesheets/tailwind.css */
.focus\:via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

/* line 20337, app/assets/stylesheets/tailwind.css */
.focus\:via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

/* line 20341, app/assets/stylesheets/tailwind.css */
.focus\:via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

/* line 20345, app/assets/stylesheets/tailwind.css */
.focus\:via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

/* line 20349, app/assets/stylesheets/tailwind.css */
.focus\:via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

/* line 20353, app/assets/stylesheets/tailwind.css */
.focus\:via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

/* line 20357, app/assets/stylesheets/tailwind.css */
.focus\:via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

/* line 20361, app/assets/stylesheets/tailwind.css */
.focus\:via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

/* line 20365, app/assets/stylesheets/tailwind.css */
.focus\:via-blue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

/* line 20369, app/assets/stylesheets/tailwind.css */
.focus\:via-blue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

/* line 20373, app/assets/stylesheets/tailwind.css */
.focus\:via-blue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

/* line 20377, app/assets/stylesheets/tailwind.css */
.focus\:via-blue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

/* line 20381, app/assets/stylesheets/tailwind.css */
.focus\:via-blue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

/* line 20385, app/assets/stylesheets/tailwind.css */
.focus\:via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

/* line 20389, app/assets/stylesheets/tailwind.css */
.focus\:via-blue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

/* line 20393, app/assets/stylesheets/tailwind.css */
.focus\:via-blue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

/* line 20397, app/assets/stylesheets/tailwind.css */
.focus\:via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

/* line 20401, app/assets/stylesheets/tailwind.css */
.focus\:via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

/* line 20405, app/assets/stylesheets/tailwind.css */
.focus\:via-indigo-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

/* line 20409, app/assets/stylesheets/tailwind.css */
.focus\:via-indigo-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

/* line 20413, app/assets/stylesheets/tailwind.css */
.focus\:via-indigo-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

/* line 20417, app/assets/stylesheets/tailwind.css */
.focus\:via-indigo-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

/* line 20421, app/assets/stylesheets/tailwind.css */
.focus\:via-indigo-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

/* line 20425, app/assets/stylesheets/tailwind.css */
.focus\:via-indigo-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

/* line 20429, app/assets/stylesheets/tailwind.css */
.focus\:via-indigo-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

/* line 20433, app/assets/stylesheets/tailwind.css */
.focus\:via-indigo-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

/* line 20437, app/assets/stylesheets/tailwind.css */
.focus\:via-indigo-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

/* line 20441, app/assets/stylesheets/tailwind.css */
.focus\:via-indigo-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

/* line 20445, app/assets/stylesheets/tailwind.css */
.focus\:via-purple-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

/* line 20449, app/assets/stylesheets/tailwind.css */
.focus\:via-purple-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

/* line 20453, app/assets/stylesheets/tailwind.css */
.focus\:via-purple-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

/* line 20457, app/assets/stylesheets/tailwind.css */
.focus\:via-purple-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

/* line 20461, app/assets/stylesheets/tailwind.css */
.focus\:via-purple-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

/* line 20465, app/assets/stylesheets/tailwind.css */
.focus\:via-purple-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

/* line 20469, app/assets/stylesheets/tailwind.css */
.focus\:via-purple-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

/* line 20473, app/assets/stylesheets/tailwind.css */
.focus\:via-purple-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

/* line 20477, app/assets/stylesheets/tailwind.css */
.focus\:via-purple-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

/* line 20481, app/assets/stylesheets/tailwind.css */
.focus\:via-purple-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

/* line 20485, app/assets/stylesheets/tailwind.css */
.focus\:via-pink-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

/* line 20489, app/assets/stylesheets/tailwind.css */
.focus\:via-pink-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

/* line 20493, app/assets/stylesheets/tailwind.css */
.focus\:via-pink-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

/* line 20497, app/assets/stylesheets/tailwind.css */
.focus\:via-pink-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

/* line 20501, app/assets/stylesheets/tailwind.css */
.focus\:via-pink-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

/* line 20505, app/assets/stylesheets/tailwind.css */
.focus\:via-pink-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

/* line 20509, app/assets/stylesheets/tailwind.css */
.focus\:via-pink-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

/* line 20513, app/assets/stylesheets/tailwind.css */
.focus\:via-pink-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

/* line 20517, app/assets/stylesheets/tailwind.css */
.focus\:via-pink-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

/* line 20521, app/assets/stylesheets/tailwind.css */
.focus\:via-pink-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

/* line 20525, app/assets/stylesheets/tailwind.css */
.focus\:via-grey:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20529, app/assets/stylesheets/tailwind.css */
.focus\:via-info:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20533, app/assets/stylesheets/tailwind.css */
.focus\:via-warning:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20537, app/assets/stylesheets/tailwind.css */
.focus\:via-error:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20541, app/assets/stylesheets/tailwind.css */
.focus\:via-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20545, app/assets/stylesheets/tailwind.css */
.focus\:via-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20549, app/assets/stylesheets/tailwind.css */
.focus\:via-primary-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20553, app/assets/stylesheets/tailwind.css */
.focus\:via-text-color:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20557, app/assets/stylesheets/tailwind.css */
.focus\:via-button-outlined-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20561, app/assets/stylesheets/tailwind.css */
.focus\:via-file-info:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

/* line 20565, app/assets/stylesheets/tailwind.css */
.to-transparent {
  --tw-gradient-to: transparent !important;
}

/* line 20569, app/assets/stylesheets/tailwind.css */
.to-current {
  --tw-gradient-to: currentColor !important;
}

/* line 20573, app/assets/stylesheets/tailwind.css */
.to-black {
  --tw-gradient-to: var(--black) !important;
}

/* line 20577, app/assets/stylesheets/tailwind.css */
.to-white {
  --tw-gradient-to: var(--white) !important;
}

/* line 20581, app/assets/stylesheets/tailwind.css */
.to-gray-50 {
  --tw-gradient-to: #f9fafb !important;
}

/* line 20585, app/assets/stylesheets/tailwind.css */
.to-gray-100 {
  --tw-gradient-to: #f3f4f6 !important;
}

/* line 20589, app/assets/stylesheets/tailwind.css */
.to-gray-200 {
  --tw-gradient-to: #e5e7eb !important;
}

/* line 20593, app/assets/stylesheets/tailwind.css */
.to-gray-300 {
  --tw-gradient-to: #d1d5db !important;
}

/* line 20597, app/assets/stylesheets/tailwind.css */
.to-gray-400 {
  --tw-gradient-to: #9ca3af !important;
}

/* line 20601, app/assets/stylesheets/tailwind.css */
.to-gray-500 {
  --tw-gradient-to: #6b7280 !important;
}

/* line 20605, app/assets/stylesheets/tailwind.css */
.to-gray-600 {
  --tw-gradient-to: #4b5563 !important;
}

/* line 20609, app/assets/stylesheets/tailwind.css */
.to-gray-700 {
  --tw-gradient-to: #374151 !important;
}

/* line 20613, app/assets/stylesheets/tailwind.css */
.to-gray-800 {
  --tw-gradient-to: #1f2937 !important;
}

/* line 20617, app/assets/stylesheets/tailwind.css */
.to-gray-900 {
  --tw-gradient-to: #111827 !important;
}

/* line 20621, app/assets/stylesheets/tailwind.css */
.to-red-50 {
  --tw-gradient-to: #fef2f2 !important;
}

/* line 20625, app/assets/stylesheets/tailwind.css */
.to-red-100 {
  --tw-gradient-to: #fee2e2 !important;
}

/* line 20629, app/assets/stylesheets/tailwind.css */
.to-red-200 {
  --tw-gradient-to: #fecaca !important;
}

/* line 20633, app/assets/stylesheets/tailwind.css */
.to-red-300 {
  --tw-gradient-to: #fca5a5 !important;
}

/* line 20637, app/assets/stylesheets/tailwind.css */
.to-red-400 {
  --tw-gradient-to: #f87171 !important;
}

/* line 20641, app/assets/stylesheets/tailwind.css */
.to-red-500 {
  --tw-gradient-to: #ef4444 !important;
}

/* line 20645, app/assets/stylesheets/tailwind.css */
.to-red-600 {
  --tw-gradient-to: #dc2626 !important;
}

/* line 20649, app/assets/stylesheets/tailwind.css */
.to-red-700 {
  --tw-gradient-to: #b91c1c !important;
}

/* line 20653, app/assets/stylesheets/tailwind.css */
.to-red-800 {
  --tw-gradient-to: #991b1b !important;
}

/* line 20657, app/assets/stylesheets/tailwind.css */
.to-red-900 {
  --tw-gradient-to: #7f1d1d !important;
}

/* line 20661, app/assets/stylesheets/tailwind.css */
.to-yellow-50 {
  --tw-gradient-to: #fffbeb !important;
}

/* line 20665, app/assets/stylesheets/tailwind.css */
.to-yellow-100 {
  --tw-gradient-to: #fef3c7 !important;
}

/* line 20669, app/assets/stylesheets/tailwind.css */
.to-yellow-200 {
  --tw-gradient-to: #fde68a !important;
}

/* line 20673, app/assets/stylesheets/tailwind.css */
.to-yellow-300 {
  --tw-gradient-to: #fcd34d !important;
}

/* line 20677, app/assets/stylesheets/tailwind.css */
.to-yellow-400 {
  --tw-gradient-to: #fbbf24 !important;
}

/* line 20681, app/assets/stylesheets/tailwind.css */
.to-yellow-500 {
  --tw-gradient-to: #f59e0b !important;
}

/* line 20685, app/assets/stylesheets/tailwind.css */
.to-yellow-600 {
  --tw-gradient-to: #d97706 !important;
}

/* line 20689, app/assets/stylesheets/tailwind.css */
.to-yellow-700 {
  --tw-gradient-to: #b45309 !important;
}

/* line 20693, app/assets/stylesheets/tailwind.css */
.to-yellow-800 {
  --tw-gradient-to: #92400e !important;
}

/* line 20697, app/assets/stylesheets/tailwind.css */
.to-yellow-900 {
  --tw-gradient-to: #78350f !important;
}

/* line 20701, app/assets/stylesheets/tailwind.css */
.to-green-50 {
  --tw-gradient-to: #ecfdf5 !important;
}

/* line 20705, app/assets/stylesheets/tailwind.css */
.to-green-100 {
  --tw-gradient-to: #d1fae5 !important;
}

/* line 20709, app/assets/stylesheets/tailwind.css */
.to-green-200 {
  --tw-gradient-to: #a7f3d0 !important;
}

/* line 20713, app/assets/stylesheets/tailwind.css */
.to-green-300 {
  --tw-gradient-to: #6ee7b7 !important;
}

/* line 20717, app/assets/stylesheets/tailwind.css */
.to-green-400 {
  --tw-gradient-to: #34d399 !important;
}

/* line 20721, app/assets/stylesheets/tailwind.css */
.to-green-500 {
  --tw-gradient-to: #10b981 !important;
}

/* line 20725, app/assets/stylesheets/tailwind.css */
.to-green-600 {
  --tw-gradient-to: #059669 !important;
}

/* line 20729, app/assets/stylesheets/tailwind.css */
.to-green-700 {
  --tw-gradient-to: #047857 !important;
}

/* line 20733, app/assets/stylesheets/tailwind.css */
.to-green-800 {
  --tw-gradient-to: #065f46 !important;
}

/* line 20737, app/assets/stylesheets/tailwind.css */
.to-green-900 {
  --tw-gradient-to: #064e3b !important;
}

/* line 20741, app/assets/stylesheets/tailwind.css */
.to-blue-50 {
  --tw-gradient-to: #eff6ff !important;
}

/* line 20745, app/assets/stylesheets/tailwind.css */
.to-blue-100 {
  --tw-gradient-to: #dbeafe !important;
}

/* line 20749, app/assets/stylesheets/tailwind.css */
.to-blue-200 {
  --tw-gradient-to: #bfdbfe !important;
}

/* line 20753, app/assets/stylesheets/tailwind.css */
.to-blue-300 {
  --tw-gradient-to: #93c5fd !important;
}

/* line 20757, app/assets/stylesheets/tailwind.css */
.to-blue-400 {
  --tw-gradient-to: #60a5fa !important;
}

/* line 20761, app/assets/stylesheets/tailwind.css */
.to-blue-500 {
  --tw-gradient-to: #3b82f6 !important;
}

/* line 20765, app/assets/stylesheets/tailwind.css */
.to-blue-600 {
  --tw-gradient-to: #2563eb !important;
}

/* line 20769, app/assets/stylesheets/tailwind.css */
.to-blue-700 {
  --tw-gradient-to: #1d4ed8 !important;
}

/* line 20773, app/assets/stylesheets/tailwind.css */
.to-blue-800 {
  --tw-gradient-to: #1e40af !important;
}

/* line 20777, app/assets/stylesheets/tailwind.css */
.to-blue-900 {
  --tw-gradient-to: #1e3a8a !important;
}

/* line 20781, app/assets/stylesheets/tailwind.css */
.to-indigo-50 {
  --tw-gradient-to: #eef2ff !important;
}

/* line 20785, app/assets/stylesheets/tailwind.css */
.to-indigo-100 {
  --tw-gradient-to: #e0e7ff !important;
}

/* line 20789, app/assets/stylesheets/tailwind.css */
.to-indigo-200 {
  --tw-gradient-to: #c7d2fe !important;
}

/* line 20793, app/assets/stylesheets/tailwind.css */
.to-indigo-300 {
  --tw-gradient-to: #a5b4fc !important;
}

/* line 20797, app/assets/stylesheets/tailwind.css */
.to-indigo-400 {
  --tw-gradient-to: #818cf8 !important;
}

/* line 20801, app/assets/stylesheets/tailwind.css */
.to-indigo-500 {
  --tw-gradient-to: #6366f1 !important;
}

/* line 20805, app/assets/stylesheets/tailwind.css */
.to-indigo-600 {
  --tw-gradient-to: #4f46e5 !important;
}

/* line 20809, app/assets/stylesheets/tailwind.css */
.to-indigo-700 {
  --tw-gradient-to: #4338ca !important;
}

/* line 20813, app/assets/stylesheets/tailwind.css */
.to-indigo-800 {
  --tw-gradient-to: #3730a3 !important;
}

/* line 20817, app/assets/stylesheets/tailwind.css */
.to-indigo-900 {
  --tw-gradient-to: #312e81 !important;
}

/* line 20821, app/assets/stylesheets/tailwind.css */
.to-purple-50 {
  --tw-gradient-to: #f5f3ff !important;
}

/* line 20825, app/assets/stylesheets/tailwind.css */
.to-purple-100 {
  --tw-gradient-to: #ede9fe !important;
}

/* line 20829, app/assets/stylesheets/tailwind.css */
.to-purple-200 {
  --tw-gradient-to: #ddd6fe !important;
}

/* line 20833, app/assets/stylesheets/tailwind.css */
.to-purple-300 {
  --tw-gradient-to: #c4b5fd !important;
}

/* line 20837, app/assets/stylesheets/tailwind.css */
.to-purple-400 {
  --tw-gradient-to: #a78bfa !important;
}

/* line 20841, app/assets/stylesheets/tailwind.css */
.to-purple-500 {
  --tw-gradient-to: #8b5cf6 !important;
}

/* line 20845, app/assets/stylesheets/tailwind.css */
.to-purple-600 {
  --tw-gradient-to: #7c3aed !important;
}

/* line 20849, app/assets/stylesheets/tailwind.css */
.to-purple-700 {
  --tw-gradient-to: #6d28d9 !important;
}

/* line 20853, app/assets/stylesheets/tailwind.css */
.to-purple-800 {
  --tw-gradient-to: #5b21b6 !important;
}

/* line 20857, app/assets/stylesheets/tailwind.css */
.to-purple-900 {
  --tw-gradient-to: #4c1d95 !important;
}

/* line 20861, app/assets/stylesheets/tailwind.css */
.to-pink-50 {
  --tw-gradient-to: #fdf2f8 !important;
}

/* line 20865, app/assets/stylesheets/tailwind.css */
.to-pink-100 {
  --tw-gradient-to: #fce7f3 !important;
}

/* line 20869, app/assets/stylesheets/tailwind.css */
.to-pink-200 {
  --tw-gradient-to: #fbcfe8 !important;
}

/* line 20873, app/assets/stylesheets/tailwind.css */
.to-pink-300 {
  --tw-gradient-to: #f9a8d4 !important;
}

/* line 20877, app/assets/stylesheets/tailwind.css */
.to-pink-400 {
  --tw-gradient-to: #f472b6 !important;
}

/* line 20881, app/assets/stylesheets/tailwind.css */
.to-pink-500 {
  --tw-gradient-to: #ec4899 !important;
}

/* line 20885, app/assets/stylesheets/tailwind.css */
.to-pink-600 {
  --tw-gradient-to: #db2777 !important;
}

/* line 20889, app/assets/stylesheets/tailwind.css */
.to-pink-700 {
  --tw-gradient-to: #be185d !important;
}

/* line 20893, app/assets/stylesheets/tailwind.css */
.to-pink-800 {
  --tw-gradient-to: #9d174d !important;
}

/* line 20897, app/assets/stylesheets/tailwind.css */
.to-pink-900 {
  --tw-gradient-to: #831843 !important;
}

/* line 20901, app/assets/stylesheets/tailwind.css */
.to-grey {
  --tw-gradient-to: var(--grey) !important;
}

/* line 20905, app/assets/stylesheets/tailwind.css */
.to-info {
  --tw-gradient-to: var(--text-info) !important;
}

/* line 20909, app/assets/stylesheets/tailwind.css */
.to-warning {
  --tw-gradient-to: var(--text-warning) !important;
}

/* line 20913, app/assets/stylesheets/tailwind.css */
.to-error {
  --tw-gradient-to: var(--text-error) !important;
}

/* line 20917, app/assets/stylesheets/tailwind.css */
.to-primary {
  --tw-gradient-to: var(--primary) !important;
}

/* line 20921, app/assets/stylesheets/tailwind.css */
.to-secondary {
  --tw-gradient-to: var(--secondary) !important;
}

/* line 20925, app/assets/stylesheets/tailwind.css */
.to-primary-dark {
  --tw-gradient-to: var(--primary-dark) !important;
}

/* line 20929, app/assets/stylesheets/tailwind.css */
.to-text-color {
  --tw-gradient-to: var(--text-color) !important;
}

/* line 20933, app/assets/stylesheets/tailwind.css */
.to-button-outlined-hover {
  --tw-gradient-to: var(--button-outlined-hover) !important;
}

/* line 20937, app/assets/stylesheets/tailwind.css */
.to-file-info {
  --tw-gradient-to: var(--file-info) !important;
}

/* line 20941, app/assets/stylesheets/tailwind.css */
.hover\:to-transparent:hover {
  --tw-gradient-to: transparent !important;
}

/* line 20945, app/assets/stylesheets/tailwind.css */
.hover\:to-current:hover {
  --tw-gradient-to: currentColor !important;
}

/* line 20949, app/assets/stylesheets/tailwind.css */
.hover\:to-black:hover {
  --tw-gradient-to: var(--black) !important;
}

/* line 20953, app/assets/stylesheets/tailwind.css */
.hover\:to-white:hover {
  --tw-gradient-to: var(--white) !important;
}

/* line 20957, app/assets/stylesheets/tailwind.css */
.hover\:to-gray-50:hover {
  --tw-gradient-to: #f9fafb !important;
}

/* line 20961, app/assets/stylesheets/tailwind.css */
.hover\:to-gray-100:hover {
  --tw-gradient-to: #f3f4f6 !important;
}

/* line 20965, app/assets/stylesheets/tailwind.css */
.hover\:to-gray-200:hover {
  --tw-gradient-to: #e5e7eb !important;
}

/* line 20969, app/assets/stylesheets/tailwind.css */
.hover\:to-gray-300:hover {
  --tw-gradient-to: #d1d5db !important;
}

/* line 20973, app/assets/stylesheets/tailwind.css */
.hover\:to-gray-400:hover {
  --tw-gradient-to: #9ca3af !important;
}

/* line 20977, app/assets/stylesheets/tailwind.css */
.hover\:to-gray-500:hover {
  --tw-gradient-to: #6b7280 !important;
}

/* line 20981, app/assets/stylesheets/tailwind.css */
.hover\:to-gray-600:hover {
  --tw-gradient-to: #4b5563 !important;
}

/* line 20985, app/assets/stylesheets/tailwind.css */
.hover\:to-gray-700:hover {
  --tw-gradient-to: #374151 !important;
}

/* line 20989, app/assets/stylesheets/tailwind.css */
.hover\:to-gray-800:hover {
  --tw-gradient-to: #1f2937 !important;
}

/* line 20993, app/assets/stylesheets/tailwind.css */
.hover\:to-gray-900:hover {
  --tw-gradient-to: #111827 !important;
}

/* line 20997, app/assets/stylesheets/tailwind.css */
.hover\:to-red-50:hover {
  --tw-gradient-to: #fef2f2 !important;
}

/* line 21001, app/assets/stylesheets/tailwind.css */
.hover\:to-red-100:hover {
  --tw-gradient-to: #fee2e2 !important;
}

/* line 21005, app/assets/stylesheets/tailwind.css */
.hover\:to-red-200:hover {
  --tw-gradient-to: #fecaca !important;
}

/* line 21009, app/assets/stylesheets/tailwind.css */
.hover\:to-red-300:hover {
  --tw-gradient-to: #fca5a5 !important;
}

/* line 21013, app/assets/stylesheets/tailwind.css */
.hover\:to-red-400:hover {
  --tw-gradient-to: #f87171 !important;
}

/* line 21017, app/assets/stylesheets/tailwind.css */
.hover\:to-red-500:hover {
  --tw-gradient-to: #ef4444 !important;
}

/* line 21021, app/assets/stylesheets/tailwind.css */
.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626 !important;
}

/* line 21025, app/assets/stylesheets/tailwind.css */
.hover\:to-red-700:hover {
  --tw-gradient-to: #b91c1c !important;
}

/* line 21029, app/assets/stylesheets/tailwind.css */
.hover\:to-red-800:hover {
  --tw-gradient-to: #991b1b !important;
}

/* line 21033, app/assets/stylesheets/tailwind.css */
.hover\:to-red-900:hover {
  --tw-gradient-to: #7f1d1d !important;
}

/* line 21037, app/assets/stylesheets/tailwind.css */
.hover\:to-yellow-50:hover {
  --tw-gradient-to: #fffbeb !important;
}

/* line 21041, app/assets/stylesheets/tailwind.css */
.hover\:to-yellow-100:hover {
  --tw-gradient-to: #fef3c7 !important;
}

/* line 21045, app/assets/stylesheets/tailwind.css */
.hover\:to-yellow-200:hover {
  --tw-gradient-to: #fde68a !important;
}

/* line 21049, app/assets/stylesheets/tailwind.css */
.hover\:to-yellow-300:hover {
  --tw-gradient-to: #fcd34d !important;
}

/* line 21053, app/assets/stylesheets/tailwind.css */
.hover\:to-yellow-400:hover {
  --tw-gradient-to: #fbbf24 !important;
}

/* line 21057, app/assets/stylesheets/tailwind.css */
.hover\:to-yellow-500:hover {
  --tw-gradient-to: #f59e0b !important;
}

/* line 21061, app/assets/stylesheets/tailwind.css */
.hover\:to-yellow-600:hover {
  --tw-gradient-to: #d97706 !important;
}

/* line 21065, app/assets/stylesheets/tailwind.css */
.hover\:to-yellow-700:hover {
  --tw-gradient-to: #b45309 !important;
}

/* line 21069, app/assets/stylesheets/tailwind.css */
.hover\:to-yellow-800:hover {
  --tw-gradient-to: #92400e !important;
}

/* line 21073, app/assets/stylesheets/tailwind.css */
.hover\:to-yellow-900:hover {
  --tw-gradient-to: #78350f !important;
}

/* line 21077, app/assets/stylesheets/tailwind.css */
.hover\:to-green-50:hover {
  --tw-gradient-to: #ecfdf5 !important;
}

/* line 21081, app/assets/stylesheets/tailwind.css */
.hover\:to-green-100:hover {
  --tw-gradient-to: #d1fae5 !important;
}

/* line 21085, app/assets/stylesheets/tailwind.css */
.hover\:to-green-200:hover {
  --tw-gradient-to: #a7f3d0 !important;
}

/* line 21089, app/assets/stylesheets/tailwind.css */
.hover\:to-green-300:hover {
  --tw-gradient-to: #6ee7b7 !important;
}

/* line 21093, app/assets/stylesheets/tailwind.css */
.hover\:to-green-400:hover {
  --tw-gradient-to: #34d399 !important;
}

/* line 21097, app/assets/stylesheets/tailwind.css */
.hover\:to-green-500:hover {
  --tw-gradient-to: #10b981 !important;
}

/* line 21101, app/assets/stylesheets/tailwind.css */
.hover\:to-green-600:hover {
  --tw-gradient-to: #059669 !important;
}

/* line 21105, app/assets/stylesheets/tailwind.css */
.hover\:to-green-700:hover {
  --tw-gradient-to: #047857 !important;
}

/* line 21109, app/assets/stylesheets/tailwind.css */
.hover\:to-green-800:hover {
  --tw-gradient-to: #065f46 !important;
}

/* line 21113, app/assets/stylesheets/tailwind.css */
.hover\:to-green-900:hover {
  --tw-gradient-to: #064e3b !important;
}

/* line 21117, app/assets/stylesheets/tailwind.css */
.hover\:to-blue-50:hover {
  --tw-gradient-to: #eff6ff !important;
}

/* line 21121, app/assets/stylesheets/tailwind.css */
.hover\:to-blue-100:hover {
  --tw-gradient-to: #dbeafe !important;
}

/* line 21125, app/assets/stylesheets/tailwind.css */
.hover\:to-blue-200:hover {
  --tw-gradient-to: #bfdbfe !important;
}

/* line 21129, app/assets/stylesheets/tailwind.css */
.hover\:to-blue-300:hover {
  --tw-gradient-to: #93c5fd !important;
}

/* line 21133, app/assets/stylesheets/tailwind.css */
.hover\:to-blue-400:hover {
  --tw-gradient-to: #60a5fa !important;
}

/* line 21137, app/assets/stylesheets/tailwind.css */
.hover\:to-blue-500:hover {
  --tw-gradient-to: #3b82f6 !important;
}

/* line 21141, app/assets/stylesheets/tailwind.css */
.hover\:to-blue-600:hover {
  --tw-gradient-to: #2563eb !important;
}

/* line 21145, app/assets/stylesheets/tailwind.css */
.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8 !important;
}

/* line 21149, app/assets/stylesheets/tailwind.css */
.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af !important;
}

/* line 21153, app/assets/stylesheets/tailwind.css */
.hover\:to-blue-900:hover {
  --tw-gradient-to: #1e3a8a !important;
}

/* line 21157, app/assets/stylesheets/tailwind.css */
.hover\:to-indigo-50:hover {
  --tw-gradient-to: #eef2ff !important;
}

/* line 21161, app/assets/stylesheets/tailwind.css */
.hover\:to-indigo-100:hover {
  --tw-gradient-to: #e0e7ff !important;
}

/* line 21165, app/assets/stylesheets/tailwind.css */
.hover\:to-indigo-200:hover {
  --tw-gradient-to: #c7d2fe !important;
}

/* line 21169, app/assets/stylesheets/tailwind.css */
.hover\:to-indigo-300:hover {
  --tw-gradient-to: #a5b4fc !important;
}

/* line 21173, app/assets/stylesheets/tailwind.css */
.hover\:to-indigo-400:hover {
  --tw-gradient-to: #818cf8 !important;
}

/* line 21177, app/assets/stylesheets/tailwind.css */
.hover\:to-indigo-500:hover {
  --tw-gradient-to: #6366f1 !important;
}

/* line 21181, app/assets/stylesheets/tailwind.css */
.hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5 !important;
}

/* line 21185, app/assets/stylesheets/tailwind.css */
.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca !important;
}

/* line 21189, app/assets/stylesheets/tailwind.css */
.hover\:to-indigo-800:hover {
  --tw-gradient-to: #3730a3 !important;
}

/* line 21193, app/assets/stylesheets/tailwind.css */
.hover\:to-indigo-900:hover {
  --tw-gradient-to: #312e81 !important;
}

/* line 21197, app/assets/stylesheets/tailwind.css */
.hover\:to-purple-50:hover {
  --tw-gradient-to: #f5f3ff !important;
}

/* line 21201, app/assets/stylesheets/tailwind.css */
.hover\:to-purple-100:hover {
  --tw-gradient-to: #ede9fe !important;
}

/* line 21205, app/assets/stylesheets/tailwind.css */
.hover\:to-purple-200:hover {
  --tw-gradient-to: #ddd6fe !important;
}

/* line 21209, app/assets/stylesheets/tailwind.css */
.hover\:to-purple-300:hover {
  --tw-gradient-to: #c4b5fd !important;
}

/* line 21213, app/assets/stylesheets/tailwind.css */
.hover\:to-purple-400:hover {
  --tw-gradient-to: #a78bfa !important;
}

/* line 21217, app/assets/stylesheets/tailwind.css */
.hover\:to-purple-500:hover {
  --tw-gradient-to: #8b5cf6 !important;
}

/* line 21221, app/assets/stylesheets/tailwind.css */
.hover\:to-purple-600:hover {
  --tw-gradient-to: #7c3aed !important;
}

/* line 21225, app/assets/stylesheets/tailwind.css */
.hover\:to-purple-700:hover {
  --tw-gradient-to: #6d28d9 !important;
}

/* line 21229, app/assets/stylesheets/tailwind.css */
.hover\:to-purple-800:hover {
  --tw-gradient-to: #5b21b6 !important;
}

/* line 21233, app/assets/stylesheets/tailwind.css */
.hover\:to-purple-900:hover {
  --tw-gradient-to: #4c1d95 !important;
}

/* line 21237, app/assets/stylesheets/tailwind.css */
.hover\:to-pink-50:hover {
  --tw-gradient-to: #fdf2f8 !important;
}

/* line 21241, app/assets/stylesheets/tailwind.css */
.hover\:to-pink-100:hover {
  --tw-gradient-to: #fce7f3 !important;
}

/* line 21245, app/assets/stylesheets/tailwind.css */
.hover\:to-pink-200:hover {
  --tw-gradient-to: #fbcfe8 !important;
}

/* line 21249, app/assets/stylesheets/tailwind.css */
.hover\:to-pink-300:hover {
  --tw-gradient-to: #f9a8d4 !important;
}

/* line 21253, app/assets/stylesheets/tailwind.css */
.hover\:to-pink-400:hover {
  --tw-gradient-to: #f472b6 !important;
}

/* line 21257, app/assets/stylesheets/tailwind.css */
.hover\:to-pink-500:hover {
  --tw-gradient-to: #ec4899 !important;
}

/* line 21261, app/assets/stylesheets/tailwind.css */
.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777 !important;
}

/* line 21265, app/assets/stylesheets/tailwind.css */
.hover\:to-pink-700:hover {
  --tw-gradient-to: #be185d !important;
}

/* line 21269, app/assets/stylesheets/tailwind.css */
.hover\:to-pink-800:hover {
  --tw-gradient-to: #9d174d !important;
}

/* line 21273, app/assets/stylesheets/tailwind.css */
.hover\:to-pink-900:hover {
  --tw-gradient-to: #831843 !important;
}

/* line 21277, app/assets/stylesheets/tailwind.css */
.hover\:to-grey:hover {
  --tw-gradient-to: var(--grey) !important;
}

/* line 21281, app/assets/stylesheets/tailwind.css */
.hover\:to-info:hover {
  --tw-gradient-to: var(--text-info) !important;
}

/* line 21285, app/assets/stylesheets/tailwind.css */
.hover\:to-warning:hover {
  --tw-gradient-to: var(--text-warning) !important;
}

/* line 21289, app/assets/stylesheets/tailwind.css */
.hover\:to-error:hover {
  --tw-gradient-to: var(--text-error) !important;
}

/* line 21293, app/assets/stylesheets/tailwind.css */
.hover\:to-primary:hover {
  --tw-gradient-to: var(--primary) !important;
}

/* line 21297, app/assets/stylesheets/tailwind.css */
.hover\:to-secondary:hover {
  --tw-gradient-to: var(--secondary) !important;
}

/* line 21301, app/assets/stylesheets/tailwind.css */
.hover\:to-primary-dark:hover {
  --tw-gradient-to: var(--primary-dark) !important;
}

/* line 21305, app/assets/stylesheets/tailwind.css */
.hover\:to-text-color:hover {
  --tw-gradient-to: var(--text-color) !important;
}

/* line 21309, app/assets/stylesheets/tailwind.css */
.hover\:to-button-outlined-hover:hover {
  --tw-gradient-to: var(--button-outlined-hover) !important;
}

/* line 21313, app/assets/stylesheets/tailwind.css */
.hover\:to-file-info:hover {
  --tw-gradient-to: var(--file-info) !important;
}

/* line 21317, app/assets/stylesheets/tailwind.css */
.focus\:to-transparent:focus {
  --tw-gradient-to: transparent !important;
}

/* line 21321, app/assets/stylesheets/tailwind.css */
.focus\:to-current:focus {
  --tw-gradient-to: currentColor !important;
}

/* line 21325, app/assets/stylesheets/tailwind.css */
.focus\:to-black:focus {
  --tw-gradient-to: var(--black) !important;
}

/* line 21329, app/assets/stylesheets/tailwind.css */
.focus\:to-white:focus {
  --tw-gradient-to: var(--white) !important;
}

/* line 21333, app/assets/stylesheets/tailwind.css */
.focus\:to-gray-50:focus {
  --tw-gradient-to: #f9fafb !important;
}

/* line 21337, app/assets/stylesheets/tailwind.css */
.focus\:to-gray-100:focus {
  --tw-gradient-to: #f3f4f6 !important;
}

/* line 21341, app/assets/stylesheets/tailwind.css */
.focus\:to-gray-200:focus {
  --tw-gradient-to: #e5e7eb !important;
}

/* line 21345, app/assets/stylesheets/tailwind.css */
.focus\:to-gray-300:focus {
  --tw-gradient-to: #d1d5db !important;
}

/* line 21349, app/assets/stylesheets/tailwind.css */
.focus\:to-gray-400:focus {
  --tw-gradient-to: #9ca3af !important;
}

/* line 21353, app/assets/stylesheets/tailwind.css */
.focus\:to-gray-500:focus {
  --tw-gradient-to: #6b7280 !important;
}

/* line 21357, app/assets/stylesheets/tailwind.css */
.focus\:to-gray-600:focus {
  --tw-gradient-to: #4b5563 !important;
}

/* line 21361, app/assets/stylesheets/tailwind.css */
.focus\:to-gray-700:focus {
  --tw-gradient-to: #374151 !important;
}

/* line 21365, app/assets/stylesheets/tailwind.css */
.focus\:to-gray-800:focus {
  --tw-gradient-to: #1f2937 !important;
}

/* line 21369, app/assets/stylesheets/tailwind.css */
.focus\:to-gray-900:focus {
  --tw-gradient-to: #111827 !important;
}

/* line 21373, app/assets/stylesheets/tailwind.css */
.focus\:to-red-50:focus {
  --tw-gradient-to: #fef2f2 !important;
}

/* line 21377, app/assets/stylesheets/tailwind.css */
.focus\:to-red-100:focus {
  --tw-gradient-to: #fee2e2 !important;
}

/* line 21381, app/assets/stylesheets/tailwind.css */
.focus\:to-red-200:focus {
  --tw-gradient-to: #fecaca !important;
}

/* line 21385, app/assets/stylesheets/tailwind.css */
.focus\:to-red-300:focus {
  --tw-gradient-to: #fca5a5 !important;
}

/* line 21389, app/assets/stylesheets/tailwind.css */
.focus\:to-red-400:focus {
  --tw-gradient-to: #f87171 !important;
}

/* line 21393, app/assets/stylesheets/tailwind.css */
.focus\:to-red-500:focus {
  --tw-gradient-to: #ef4444 !important;
}

/* line 21397, app/assets/stylesheets/tailwind.css */
.focus\:to-red-600:focus {
  --tw-gradient-to: #dc2626 !important;
}

/* line 21401, app/assets/stylesheets/tailwind.css */
.focus\:to-red-700:focus {
  --tw-gradient-to: #b91c1c !important;
}

/* line 21405, app/assets/stylesheets/tailwind.css */
.focus\:to-red-800:focus {
  --tw-gradient-to: #991b1b !important;
}

/* line 21409, app/assets/stylesheets/tailwind.css */
.focus\:to-red-900:focus {
  --tw-gradient-to: #7f1d1d !important;
}

/* line 21413, app/assets/stylesheets/tailwind.css */
.focus\:to-yellow-50:focus {
  --tw-gradient-to: #fffbeb !important;
}

/* line 21417, app/assets/stylesheets/tailwind.css */
.focus\:to-yellow-100:focus {
  --tw-gradient-to: #fef3c7 !important;
}

/* line 21421, app/assets/stylesheets/tailwind.css */
.focus\:to-yellow-200:focus {
  --tw-gradient-to: #fde68a !important;
}

/* line 21425, app/assets/stylesheets/tailwind.css */
.focus\:to-yellow-300:focus {
  --tw-gradient-to: #fcd34d !important;
}

/* line 21429, app/assets/stylesheets/tailwind.css */
.focus\:to-yellow-400:focus {
  --tw-gradient-to: #fbbf24 !important;
}

/* line 21433, app/assets/stylesheets/tailwind.css */
.focus\:to-yellow-500:focus {
  --tw-gradient-to: #f59e0b !important;
}

/* line 21437, app/assets/stylesheets/tailwind.css */
.focus\:to-yellow-600:focus {
  --tw-gradient-to: #d97706 !important;
}

/* line 21441, app/assets/stylesheets/tailwind.css */
.focus\:to-yellow-700:focus {
  --tw-gradient-to: #b45309 !important;
}

/* line 21445, app/assets/stylesheets/tailwind.css */
.focus\:to-yellow-800:focus {
  --tw-gradient-to: #92400e !important;
}

/* line 21449, app/assets/stylesheets/tailwind.css */
.focus\:to-yellow-900:focus {
  --tw-gradient-to: #78350f !important;
}

/* line 21453, app/assets/stylesheets/tailwind.css */
.focus\:to-green-50:focus {
  --tw-gradient-to: #ecfdf5 !important;
}

/* line 21457, app/assets/stylesheets/tailwind.css */
.focus\:to-green-100:focus {
  --tw-gradient-to: #d1fae5 !important;
}

/* line 21461, app/assets/stylesheets/tailwind.css */
.focus\:to-green-200:focus {
  --tw-gradient-to: #a7f3d0 !important;
}

/* line 21465, app/assets/stylesheets/tailwind.css */
.focus\:to-green-300:focus {
  --tw-gradient-to: #6ee7b7 !important;
}

/* line 21469, app/assets/stylesheets/tailwind.css */
.focus\:to-green-400:focus {
  --tw-gradient-to: #34d399 !important;
}

/* line 21473, app/assets/stylesheets/tailwind.css */
.focus\:to-green-500:focus {
  --tw-gradient-to: #10b981 !important;
}

/* line 21477, app/assets/stylesheets/tailwind.css */
.focus\:to-green-600:focus {
  --tw-gradient-to: #059669 !important;
}

/* line 21481, app/assets/stylesheets/tailwind.css */
.focus\:to-green-700:focus {
  --tw-gradient-to: #047857 !important;
}

/* line 21485, app/assets/stylesheets/tailwind.css */
.focus\:to-green-800:focus {
  --tw-gradient-to: #065f46 !important;
}

/* line 21489, app/assets/stylesheets/tailwind.css */
.focus\:to-green-900:focus {
  --tw-gradient-to: #064e3b !important;
}

/* line 21493, app/assets/stylesheets/tailwind.css */
.focus\:to-blue-50:focus {
  --tw-gradient-to: #eff6ff !important;
}

/* line 21497, app/assets/stylesheets/tailwind.css */
.focus\:to-blue-100:focus {
  --tw-gradient-to: #dbeafe !important;
}

/* line 21501, app/assets/stylesheets/tailwind.css */
.focus\:to-blue-200:focus {
  --tw-gradient-to: #bfdbfe !important;
}

/* line 21505, app/assets/stylesheets/tailwind.css */
.focus\:to-blue-300:focus {
  --tw-gradient-to: #93c5fd !important;
}

/* line 21509, app/assets/stylesheets/tailwind.css */
.focus\:to-blue-400:focus {
  --tw-gradient-to: #60a5fa !important;
}

/* line 21513, app/assets/stylesheets/tailwind.css */
.focus\:to-blue-500:focus {
  --tw-gradient-to: #3b82f6 !important;
}

/* line 21517, app/assets/stylesheets/tailwind.css */
.focus\:to-blue-600:focus {
  --tw-gradient-to: #2563eb !important;
}

/* line 21521, app/assets/stylesheets/tailwind.css */
.focus\:to-blue-700:focus {
  --tw-gradient-to: #1d4ed8 !important;
}

/* line 21525, app/assets/stylesheets/tailwind.css */
.focus\:to-blue-800:focus {
  --tw-gradient-to: #1e40af !important;
}

/* line 21529, app/assets/stylesheets/tailwind.css */
.focus\:to-blue-900:focus {
  --tw-gradient-to: #1e3a8a !important;
}

/* line 21533, app/assets/stylesheets/tailwind.css */
.focus\:to-indigo-50:focus {
  --tw-gradient-to: #eef2ff !important;
}

/* line 21537, app/assets/stylesheets/tailwind.css */
.focus\:to-indigo-100:focus {
  --tw-gradient-to: #e0e7ff !important;
}

/* line 21541, app/assets/stylesheets/tailwind.css */
.focus\:to-indigo-200:focus {
  --tw-gradient-to: #c7d2fe !important;
}

/* line 21545, app/assets/stylesheets/tailwind.css */
.focus\:to-indigo-300:focus {
  --tw-gradient-to: #a5b4fc !important;
}

/* line 21549, app/assets/stylesheets/tailwind.css */
.focus\:to-indigo-400:focus {
  --tw-gradient-to: #818cf8 !important;
}

/* line 21553, app/assets/stylesheets/tailwind.css */
.focus\:to-indigo-500:focus {
  --tw-gradient-to: #6366f1 !important;
}

/* line 21557, app/assets/stylesheets/tailwind.css */
.focus\:to-indigo-600:focus {
  --tw-gradient-to: #4f46e5 !important;
}

/* line 21561, app/assets/stylesheets/tailwind.css */
.focus\:to-indigo-700:focus {
  --tw-gradient-to: #4338ca !important;
}

/* line 21565, app/assets/stylesheets/tailwind.css */
.focus\:to-indigo-800:focus {
  --tw-gradient-to: #3730a3 !important;
}

/* line 21569, app/assets/stylesheets/tailwind.css */
.focus\:to-indigo-900:focus {
  --tw-gradient-to: #312e81 !important;
}

/* line 21573, app/assets/stylesheets/tailwind.css */
.focus\:to-purple-50:focus {
  --tw-gradient-to: #f5f3ff !important;
}

/* line 21577, app/assets/stylesheets/tailwind.css */
.focus\:to-purple-100:focus {
  --tw-gradient-to: #ede9fe !important;
}

/* line 21581, app/assets/stylesheets/tailwind.css */
.focus\:to-purple-200:focus {
  --tw-gradient-to: #ddd6fe !important;
}

/* line 21585, app/assets/stylesheets/tailwind.css */
.focus\:to-purple-300:focus {
  --tw-gradient-to: #c4b5fd !important;
}

/* line 21589, app/assets/stylesheets/tailwind.css */
.focus\:to-purple-400:focus {
  --tw-gradient-to: #a78bfa !important;
}

/* line 21593, app/assets/stylesheets/tailwind.css */
.focus\:to-purple-500:focus {
  --tw-gradient-to: #8b5cf6 !important;
}

/* line 21597, app/assets/stylesheets/tailwind.css */
.focus\:to-purple-600:focus {
  --tw-gradient-to: #7c3aed !important;
}

/* line 21601, app/assets/stylesheets/tailwind.css */
.focus\:to-purple-700:focus {
  --tw-gradient-to: #6d28d9 !important;
}

/* line 21605, app/assets/stylesheets/tailwind.css */
.focus\:to-purple-800:focus {
  --tw-gradient-to: #5b21b6 !important;
}

/* line 21609, app/assets/stylesheets/tailwind.css */
.focus\:to-purple-900:focus {
  --tw-gradient-to: #4c1d95 !important;
}

/* line 21613, app/assets/stylesheets/tailwind.css */
.focus\:to-pink-50:focus {
  --tw-gradient-to: #fdf2f8 !important;
}

/* line 21617, app/assets/stylesheets/tailwind.css */
.focus\:to-pink-100:focus {
  --tw-gradient-to: #fce7f3 !important;
}

/* line 21621, app/assets/stylesheets/tailwind.css */
.focus\:to-pink-200:focus {
  --tw-gradient-to: #fbcfe8 !important;
}

/* line 21625, app/assets/stylesheets/tailwind.css */
.focus\:to-pink-300:focus {
  --tw-gradient-to: #f9a8d4 !important;
}

/* line 21629, app/assets/stylesheets/tailwind.css */
.focus\:to-pink-400:focus {
  --tw-gradient-to: #f472b6 !important;
}

/* line 21633, app/assets/stylesheets/tailwind.css */
.focus\:to-pink-500:focus {
  --tw-gradient-to: #ec4899 !important;
}

/* line 21637, app/assets/stylesheets/tailwind.css */
.focus\:to-pink-600:focus {
  --tw-gradient-to: #db2777 !important;
}

/* line 21641, app/assets/stylesheets/tailwind.css */
.focus\:to-pink-700:focus {
  --tw-gradient-to: #be185d !important;
}

/* line 21645, app/assets/stylesheets/tailwind.css */
.focus\:to-pink-800:focus {
  --tw-gradient-to: #9d174d !important;
}

/* line 21649, app/assets/stylesheets/tailwind.css */
.focus\:to-pink-900:focus {
  --tw-gradient-to: #831843 !important;
}

/* line 21653, app/assets/stylesheets/tailwind.css */
.focus\:to-grey:focus {
  --tw-gradient-to: var(--grey) !important;
}

/* line 21657, app/assets/stylesheets/tailwind.css */
.focus\:to-info:focus {
  --tw-gradient-to: var(--text-info) !important;
}

/* line 21661, app/assets/stylesheets/tailwind.css */
.focus\:to-warning:focus {
  --tw-gradient-to: var(--text-warning) !important;
}

/* line 21665, app/assets/stylesheets/tailwind.css */
.focus\:to-error:focus {
  --tw-gradient-to: var(--text-error) !important;
}

/* line 21669, app/assets/stylesheets/tailwind.css */
.focus\:to-primary:focus {
  --tw-gradient-to: var(--primary) !important;
}

/* line 21673, app/assets/stylesheets/tailwind.css */
.focus\:to-secondary:focus {
  --tw-gradient-to: var(--secondary) !important;
}

/* line 21677, app/assets/stylesheets/tailwind.css */
.focus\:to-primary-dark:focus {
  --tw-gradient-to: var(--primary-dark) !important;
}

/* line 21681, app/assets/stylesheets/tailwind.css */
.focus\:to-text-color:focus {
  --tw-gradient-to: var(--text-color) !important;
}

/* line 21685, app/assets/stylesheets/tailwind.css */
.focus\:to-button-outlined-hover:focus {
  --tw-gradient-to: var(--button-outlined-hover) !important;
}

/* line 21689, app/assets/stylesheets/tailwind.css */
.focus\:to-file-info:focus {
  --tw-gradient-to: var(--file-info) !important;
}

/* line 21693, app/assets/stylesheets/tailwind.css */
.decoration-slice {
  -webkit-box-decoration-break: slice !important;
  box-decoration-break: slice !important;
}

/* line 21698, app/assets/stylesheets/tailwind.css */
.decoration-clone {
  -webkit-box-decoration-break: clone !important;
  box-decoration-break: clone !important;
}

/* line 21703, app/assets/stylesheets/tailwind.css */
.bg-auto {
  background-size: auto !important;
}

/* line 21707, app/assets/stylesheets/tailwind.css */
.bg-cover {
  background-size: cover !important;
}

/* line 21711, app/assets/stylesheets/tailwind.css */
.bg-contain {
  background-size: contain !important;
}

/* line 21715, app/assets/stylesheets/tailwind.css */
.bg-fixed {
  background-attachment: fixed !important;
}

/* line 21719, app/assets/stylesheets/tailwind.css */
.bg-local {
  background-attachment: local !important;
}

/* line 21723, app/assets/stylesheets/tailwind.css */
.bg-scroll {
  background-attachment: scroll !important;
}

/* line 21727, app/assets/stylesheets/tailwind.css */
.bg-clip-border {
  background-clip: border-box !important;
}

/* line 21731, app/assets/stylesheets/tailwind.css */
.bg-clip-padding {
  background-clip: padding-box !important;
}

/* line 21735, app/assets/stylesheets/tailwind.css */
.bg-clip-content {
  background-clip: content-box !important;
}

/* line 21739, app/assets/stylesheets/tailwind.css */
.bg-clip-text {
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

/* line 21744, app/assets/stylesheets/tailwind.css */
.bg-bottom {
  background-position: bottom !important;
}

/* line 21748, app/assets/stylesheets/tailwind.css */
.bg-center {
  background-position: center !important;
}

/* line 21752, app/assets/stylesheets/tailwind.css */
.bg-left {
  background-position: left !important;
}

/* line 21756, app/assets/stylesheets/tailwind.css */
.bg-left-bottom {
  background-position: left bottom !important;
}

/* line 21760, app/assets/stylesheets/tailwind.css */
.bg-left-top {
  background-position: left top !important;
}

/* line 21764, app/assets/stylesheets/tailwind.css */
.bg-right {
  background-position: right !important;
}

/* line 21768, app/assets/stylesheets/tailwind.css */
.bg-right-bottom {
  background-position: right bottom !important;
}

/* line 21772, app/assets/stylesheets/tailwind.css */
.bg-right-top {
  background-position: right top !important;
}

/* line 21776, app/assets/stylesheets/tailwind.css */
.bg-top {
  background-position: top !important;
}

/* line 21780, app/assets/stylesheets/tailwind.css */
.bg-repeat {
  background-repeat: repeat !important;
}

/* line 21784, app/assets/stylesheets/tailwind.css */
.bg-no-repeat {
  background-repeat: no-repeat !important;
}

/* line 21788, app/assets/stylesheets/tailwind.css */
.bg-repeat-x {
  background-repeat: repeat-x !important;
}

/* line 21792, app/assets/stylesheets/tailwind.css */
.bg-repeat-y {
  background-repeat: repeat-y !important;
}

/* line 21796, app/assets/stylesheets/tailwind.css */
.bg-repeat-round {
  background-repeat: round !important;
}

/* line 21800, app/assets/stylesheets/tailwind.css */
.bg-repeat-space {
  background-repeat: space !important;
}

/* line 21804, app/assets/stylesheets/tailwind.css */
.bg-origin-border {
  background-origin: border-box !important;
}

/* line 21808, app/assets/stylesheets/tailwind.css */
.bg-origin-padding {
  background-origin: padding-box !important;
}

/* line 21812, app/assets/stylesheets/tailwind.css */
.bg-origin-content {
  background-origin: content-box !important;
}

/* line 21816, app/assets/stylesheets/tailwind.css */
.fill-current {
  fill: currentColor !important;
}

/* line 21820, app/assets/stylesheets/tailwind.css */
.stroke-current {
  stroke: currentColor !important;
}

/* line 21824, app/assets/stylesheets/tailwind.css */
.stroke-0 {
  stroke-width: 0 !important;
}

/* line 21828, app/assets/stylesheets/tailwind.css */
.stroke-1 {
  stroke-width: 1 !important;
}

/* line 21832, app/assets/stylesheets/tailwind.css */
.stroke-2 {
  stroke-width: 2 !important;
}

/* line 21836, app/assets/stylesheets/tailwind.css */
.object-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

/* line 21841, app/assets/stylesheets/tailwind.css */
.object-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

/* line 21846, app/assets/stylesheets/tailwind.css */
.object-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

/* line 21851, app/assets/stylesheets/tailwind.css */
.object-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

/* line 21856, app/assets/stylesheets/tailwind.css */
.object-scale-down {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

/* line 21861, app/assets/stylesheets/tailwind.css */
.object-bottom {
  -o-object-position: bottom !important;
  object-position: bottom !important;
}

/* line 21866, app/assets/stylesheets/tailwind.css */
.object-center {
  -o-object-position: center !important;
  object-position: center !important;
}

/* line 21871, app/assets/stylesheets/tailwind.css */
.object-left {
  -o-object-position: left !important;
  object-position: left !important;
}

/* line 21876, app/assets/stylesheets/tailwind.css */
.object-left-bottom {
  -o-object-position: left bottom !important;
  object-position: left bottom !important;
}

/* line 21881, app/assets/stylesheets/tailwind.css */
.object-left-top {
  -o-object-position: left top !important;
  object-position: left top !important;
}

/* line 21886, app/assets/stylesheets/tailwind.css */
.object-right {
  -o-object-position: right !important;
  object-position: right !important;
}

/* line 21891, app/assets/stylesheets/tailwind.css */
.object-right-bottom {
  -o-object-position: right bottom !important;
  object-position: right bottom !important;
}

/* line 21896, app/assets/stylesheets/tailwind.css */
.object-right-top {
  -o-object-position: right top !important;
  object-position: right top !important;
}

/* line 21901, app/assets/stylesheets/tailwind.css */
.object-top {
  -o-object-position: top !important;
  object-position: top !important;
}

/* line 21906, app/assets/stylesheets/tailwind.css */
.p-0 {
  padding: 0px !important;
}

/* line 21910, app/assets/stylesheets/tailwind.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 21914, app/assets/stylesheets/tailwind.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 21918, app/assets/stylesheets/tailwind.css */
.p-3 {
  padding: 0.75rem !important;
}

/* line 21922, app/assets/stylesheets/tailwind.css */
.p-4 {
  padding: 1rem !important;
}

/* line 21926, app/assets/stylesheets/tailwind.css */
.p-5 {
  padding: 1.25rem !important;
}

/* line 21930, app/assets/stylesheets/tailwind.css */
.p-6 {
  padding: 1.5rem !important;
}

/* line 21934, app/assets/stylesheets/tailwind.css */
.p-7 {
  padding: 1.75rem !important;
}

/* line 21938, app/assets/stylesheets/tailwind.css */
.p-8 {
  padding: 2rem !important;
}

/* line 21942, app/assets/stylesheets/tailwind.css */
.p-9 {
  padding: 2.25rem !important;
}

/* line 21946, app/assets/stylesheets/tailwind.css */
.p-10 {
  padding: 2.5rem !important;
}

/* line 21950, app/assets/stylesheets/tailwind.css */
.p-11 {
  padding: 2.75rem !important;
}

/* line 21954, app/assets/stylesheets/tailwind.css */
.p-12 {
  padding: 3rem !important;
}

/* line 21958, app/assets/stylesheets/tailwind.css */
.p-14 {
  padding: 3.5rem !important;
}

/* line 21962, app/assets/stylesheets/tailwind.css */
.p-16 {
  padding: 4rem !important;
}

/* line 21966, app/assets/stylesheets/tailwind.css */
.p-20 {
  padding: 5rem !important;
}

/* line 21970, app/assets/stylesheets/tailwind.css */
.p-24 {
  padding: 6rem !important;
}

/* line 21974, app/assets/stylesheets/tailwind.css */
.p-28 {
  padding: 7rem !important;
}

/* line 21978, app/assets/stylesheets/tailwind.css */
.p-32 {
  padding: 8rem !important;
}

/* line 21982, app/assets/stylesheets/tailwind.css */
.p-36 {
  padding: 9rem !important;
}

/* line 21986, app/assets/stylesheets/tailwind.css */
.p-40 {
  padding: 10rem !important;
}

/* line 21990, app/assets/stylesheets/tailwind.css */
.p-44 {
  padding: 11rem !important;
}

/* line 21994, app/assets/stylesheets/tailwind.css */
.p-48 {
  padding: 12rem !important;
}

/* line 21998, app/assets/stylesheets/tailwind.css */
.p-52 {
  padding: 13rem !important;
}

/* line 22002, app/assets/stylesheets/tailwind.css */
.p-56 {
  padding: 14rem !important;
}

/* line 22006, app/assets/stylesheets/tailwind.css */
.p-60 {
  padding: 15rem !important;
}

/* line 22010, app/assets/stylesheets/tailwind.css */
.p-64 {
  padding: 16rem !important;
}

/* line 22014, app/assets/stylesheets/tailwind.css */
.p-72 {
  padding: 18rem !important;
}

/* line 22018, app/assets/stylesheets/tailwind.css */
.p-80 {
  padding: 20rem !important;
}

/* line 22022, app/assets/stylesheets/tailwind.css */
.p-96 {
  padding: 24rem !important;
}

/* line 22026, app/assets/stylesheets/tailwind.css */
.p-px {
  padding: 1px !important;
}

/* line 22030, app/assets/stylesheets/tailwind.css */
.p-0\.5 {
  padding: 0.125rem !important;
}

/* line 22034, app/assets/stylesheets/tailwind.css */
.p-1\.5 {
  padding: 0.375rem !important;
}

/* line 22038, app/assets/stylesheets/tailwind.css */
.p-2\.5 {
  padding: 0.625rem !important;
}

/* line 22042, app/assets/stylesheets/tailwind.css */
.p-3\.5 {
  padding: 0.875rem !important;
}

/* line 22046, app/assets/stylesheets/tailwind.css */
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 22051, app/assets/stylesheets/tailwind.css */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* line 22056, app/assets/stylesheets/tailwind.css */
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 22061, app/assets/stylesheets/tailwind.css */
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

/* line 22066, app/assets/stylesheets/tailwind.css */
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 22071, app/assets/stylesheets/tailwind.css */
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

/* line 22076, app/assets/stylesheets/tailwind.css */
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 22081, app/assets/stylesheets/tailwind.css */
.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

/* line 22086, app/assets/stylesheets/tailwind.css */
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

/* line 22091, app/assets/stylesheets/tailwind.css */
.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

/* line 22096, app/assets/stylesheets/tailwind.css */
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

/* line 22101, app/assets/stylesheets/tailwind.css */
.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

/* line 22106, app/assets/stylesheets/tailwind.css */
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 22111, app/assets/stylesheets/tailwind.css */
.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

/* line 22116, app/assets/stylesheets/tailwind.css */
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

/* line 22121, app/assets/stylesheets/tailwind.css */
.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

/* line 22126, app/assets/stylesheets/tailwind.css */
.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

/* line 22131, app/assets/stylesheets/tailwind.css */
.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

/* line 22136, app/assets/stylesheets/tailwind.css */
.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

/* line 22141, app/assets/stylesheets/tailwind.css */
.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

/* line 22146, app/assets/stylesheets/tailwind.css */
.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

/* line 22151, app/assets/stylesheets/tailwind.css */
.px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

/* line 22156, app/assets/stylesheets/tailwind.css */
.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

/* line 22161, app/assets/stylesheets/tailwind.css */
.px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

/* line 22166, app/assets/stylesheets/tailwind.css */
.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

/* line 22171, app/assets/stylesheets/tailwind.css */
.px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

/* line 22176, app/assets/stylesheets/tailwind.css */
.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

/* line 22181, app/assets/stylesheets/tailwind.css */
.px-72 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

/* line 22186, app/assets/stylesheets/tailwind.css */
.px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

/* line 22191, app/assets/stylesheets/tailwind.css */
.px-96 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

/* line 22196, app/assets/stylesheets/tailwind.css */
.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

/* line 22201, app/assets/stylesheets/tailwind.css */
.px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

/* line 22206, app/assets/stylesheets/tailwind.css */
.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

/* line 22211, app/assets/stylesheets/tailwind.css */
.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

/* line 22216, app/assets/stylesheets/tailwind.css */
.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

/* line 22221, app/assets/stylesheets/tailwind.css */
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 22226, app/assets/stylesheets/tailwind.css */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 22231, app/assets/stylesheets/tailwind.css */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 22236, app/assets/stylesheets/tailwind.css */
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 22241, app/assets/stylesheets/tailwind.css */
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 22246, app/assets/stylesheets/tailwind.css */
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* line 22251, app/assets/stylesheets/tailwind.css */
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 22256, app/assets/stylesheets/tailwind.css */
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

/* line 22261, app/assets/stylesheets/tailwind.css */
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 22266, app/assets/stylesheets/tailwind.css */
.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

/* line 22271, app/assets/stylesheets/tailwind.css */
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 22276, app/assets/stylesheets/tailwind.css */
.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

/* line 22281, app/assets/stylesheets/tailwind.css */
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 22286, app/assets/stylesheets/tailwind.css */
.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 22291, app/assets/stylesheets/tailwind.css */
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 22296, app/assets/stylesheets/tailwind.css */
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 22301, app/assets/stylesheets/tailwind.css */
.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 22306, app/assets/stylesheets/tailwind.css */
.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

/* line 22311, app/assets/stylesheets/tailwind.css */
.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* line 22316, app/assets/stylesheets/tailwind.css */
.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

/* line 22321, app/assets/stylesheets/tailwind.css */
.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 22326, app/assets/stylesheets/tailwind.css */
.py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

/* line 22331, app/assets/stylesheets/tailwind.css */
.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

/* line 22336, app/assets/stylesheets/tailwind.css */
.py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

/* line 22341, app/assets/stylesheets/tailwind.css */
.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

/* line 22346, app/assets/stylesheets/tailwind.css */
.py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

/* line 22351, app/assets/stylesheets/tailwind.css */
.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

/* line 22356, app/assets/stylesheets/tailwind.css */
.py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

/* line 22361, app/assets/stylesheets/tailwind.css */
.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

/* line 22366, app/assets/stylesheets/tailwind.css */
.py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

/* line 22371, app/assets/stylesheets/tailwind.css */
.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

/* line 22376, app/assets/stylesheets/tailwind.css */
.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

/* line 22381, app/assets/stylesheets/tailwind.css */
.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

/* line 22386, app/assets/stylesheets/tailwind.css */
.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

/* line 22391, app/assets/stylesheets/tailwind.css */
.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

/* line 22396, app/assets/stylesheets/tailwind.css */
.pt-0 {
  padding-top: 0px !important;
}

/* line 22400, app/assets/stylesheets/tailwind.css */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 22404, app/assets/stylesheets/tailwind.css */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 22408, app/assets/stylesheets/tailwind.css */
.pt-3 {
  padding-top: 0.75rem !important;
}

/* line 22412, app/assets/stylesheets/tailwind.css */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 22416, app/assets/stylesheets/tailwind.css */
.pt-5 {
  padding-top: 1.25rem !important;
}

/* line 22420, app/assets/stylesheets/tailwind.css */
.pt-6 {
  padding-top: 1.5rem !important;
}

/* line 22424, app/assets/stylesheets/tailwind.css */
.pt-7 {
  padding-top: 1.75rem !important;
}

/* line 22428, app/assets/stylesheets/tailwind.css */
.pt-8 {
  padding-top: 2rem !important;
}

/* line 22432, app/assets/stylesheets/tailwind.css */
.pt-9 {
  padding-top: 2.25rem !important;
}

/* line 22436, app/assets/stylesheets/tailwind.css */
.pt-10 {
  padding-top: 2.5rem !important;
}

/* line 22440, app/assets/stylesheets/tailwind.css */
.pt-11 {
  padding-top: 2.75rem !important;
}

/* line 22444, app/assets/stylesheets/tailwind.css */
.pt-12 {
  padding-top: 3rem !important;
}

/* line 22448, app/assets/stylesheets/tailwind.css */
.pt-14 {
  padding-top: 3.5rem !important;
}

/* line 22452, app/assets/stylesheets/tailwind.css */
.pt-16 {
  padding-top: 4rem !important;
}

/* line 22456, app/assets/stylesheets/tailwind.css */
.pt-20 {
  padding-top: 5rem !important;
}

/* line 22460, app/assets/stylesheets/tailwind.css */
.pt-24 {
  padding-top: 6rem !important;
}

/* line 22464, app/assets/stylesheets/tailwind.css */
.pt-28 {
  padding-top: 7rem !important;
}

/* line 22468, app/assets/stylesheets/tailwind.css */
.pt-32 {
  padding-top: 8rem !important;
}

/* line 22472, app/assets/stylesheets/tailwind.css */
.pt-36 {
  padding-top: 9rem !important;
}

/* line 22476, app/assets/stylesheets/tailwind.css */
.pt-40 {
  padding-top: 10rem !important;
}

/* line 22480, app/assets/stylesheets/tailwind.css */
.pt-44 {
  padding-top: 11rem !important;
}

/* line 22484, app/assets/stylesheets/tailwind.css */
.pt-48 {
  padding-top: 12rem !important;
}

/* line 22488, app/assets/stylesheets/tailwind.css */
.pt-52 {
  padding-top: 13rem !important;
}

/* line 22492, app/assets/stylesheets/tailwind.css */
.pt-56 {
  padding-top: 14rem !important;
}

/* line 22496, app/assets/stylesheets/tailwind.css */
.pt-60 {
  padding-top: 15rem !important;
}

/* line 22500, app/assets/stylesheets/tailwind.css */
.pt-64 {
  padding-top: 16rem !important;
}

/* line 22504, app/assets/stylesheets/tailwind.css */
.pt-72 {
  padding-top: 18rem !important;
}

/* line 22508, app/assets/stylesheets/tailwind.css */
.pt-80 {
  padding-top: 20rem !important;
}

/* line 22512, app/assets/stylesheets/tailwind.css */
.pt-96 {
  padding-top: 24rem !important;
}

/* line 22516, app/assets/stylesheets/tailwind.css */
.pt-px {
  padding-top: 1px !important;
}

/* line 22520, app/assets/stylesheets/tailwind.css */
.pt-0\.5 {
  padding-top: 0.125rem !important;
}

/* line 22524, app/assets/stylesheets/tailwind.css */
.pt-1\.5 {
  padding-top: 0.375rem !important;
}

/* line 22528, app/assets/stylesheets/tailwind.css */
.pt-2\.5 {
  padding-top: 0.625rem !important;
}

/* line 22532, app/assets/stylesheets/tailwind.css */
.pt-3\.5 {
  padding-top: 0.875rem !important;
}

/* line 22536, app/assets/stylesheets/tailwind.css */
.pr-0 {
  padding-right: 0px !important;
}

/* line 22540, app/assets/stylesheets/tailwind.css */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 22544, app/assets/stylesheets/tailwind.css */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 22548, app/assets/stylesheets/tailwind.css */
.pr-3 {
  padding-right: 0.75rem !important;
}

/* line 22552, app/assets/stylesheets/tailwind.css */
.pr-4 {
  padding-right: 1rem !important;
}

/* line 22556, app/assets/stylesheets/tailwind.css */
.pr-5 {
  padding-right: 1.25rem !important;
}

/* line 22560, app/assets/stylesheets/tailwind.css */
.pr-6 {
  padding-right: 1.5rem !important;
}

/* line 22564, app/assets/stylesheets/tailwind.css */
.pr-7 {
  padding-right: 1.75rem !important;
}

/* line 22568, app/assets/stylesheets/tailwind.css */
.pr-8 {
  padding-right: 2rem !important;
}

/* line 22572, app/assets/stylesheets/tailwind.css */
.pr-9 {
  padding-right: 2.25rem !important;
}

/* line 22576, app/assets/stylesheets/tailwind.css */
.pr-10 {
  padding-right: 2.5rem !important;
}

/* line 22580, app/assets/stylesheets/tailwind.css */
.pr-11 {
  padding-right: 2.75rem !important;
}

/* line 22584, app/assets/stylesheets/tailwind.css */
.pr-12 {
  padding-right: 3rem !important;
}

/* line 22588, app/assets/stylesheets/tailwind.css */
.pr-14 {
  padding-right: 3.5rem !important;
}

/* line 22592, app/assets/stylesheets/tailwind.css */
.pr-16 {
  padding-right: 4rem !important;
}

/* line 22596, app/assets/stylesheets/tailwind.css */
.pr-20 {
  padding-right: 5rem !important;
}

/* line 22600, app/assets/stylesheets/tailwind.css */
.pr-24 {
  padding-right: 6rem !important;
}

/* line 22604, app/assets/stylesheets/tailwind.css */
.pr-28 {
  padding-right: 7rem !important;
}

/* line 22608, app/assets/stylesheets/tailwind.css */
.pr-32 {
  padding-right: 8rem !important;
}

/* line 22612, app/assets/stylesheets/tailwind.css */
.pr-36 {
  padding-right: 9rem !important;
}

/* line 22616, app/assets/stylesheets/tailwind.css */
.pr-40 {
  padding-right: 10rem !important;
}

/* line 22620, app/assets/stylesheets/tailwind.css */
.pr-44 {
  padding-right: 11rem !important;
}

/* line 22624, app/assets/stylesheets/tailwind.css */
.pr-48 {
  padding-right: 12rem !important;
}

/* line 22628, app/assets/stylesheets/tailwind.css */
.pr-52 {
  padding-right: 13rem !important;
}

/* line 22632, app/assets/stylesheets/tailwind.css */
.pr-56 {
  padding-right: 14rem !important;
}

/* line 22636, app/assets/stylesheets/tailwind.css */
.pr-60 {
  padding-right: 15rem !important;
}

/* line 22640, app/assets/stylesheets/tailwind.css */
.pr-64 {
  padding-right: 16rem !important;
}

/* line 22644, app/assets/stylesheets/tailwind.css */
.pr-72 {
  padding-right: 18rem !important;
}

/* line 22648, app/assets/stylesheets/tailwind.css */
.pr-80 {
  padding-right: 20rem !important;
}

/* line 22652, app/assets/stylesheets/tailwind.css */
.pr-96 {
  padding-right: 24rem !important;
}

/* line 22656, app/assets/stylesheets/tailwind.css */
.pr-px {
  padding-right: 1px !important;
}

/* line 22660, app/assets/stylesheets/tailwind.css */
.pr-0\.5 {
  padding-right: 0.125rem !important;
}

/* line 22664, app/assets/stylesheets/tailwind.css */
.pr-1\.5 {
  padding-right: 0.375rem !important;
}

/* line 22668, app/assets/stylesheets/tailwind.css */
.pr-2\.5 {
  padding-right: 0.625rem !important;
}

/* line 22672, app/assets/stylesheets/tailwind.css */
.pr-3\.5 {
  padding-right: 0.875rem !important;
}

/* line 22676, app/assets/stylesheets/tailwind.css */
.pb-0 {
  padding-bottom: 0px !important;
}

/* line 22680, app/assets/stylesheets/tailwind.css */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 22684, app/assets/stylesheets/tailwind.css */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 22688, app/assets/stylesheets/tailwind.css */
.pb-3 {
  padding-bottom: 0.75rem !important;
}

/* line 22692, app/assets/stylesheets/tailwind.css */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 22696, app/assets/stylesheets/tailwind.css */
.pb-5 {
  padding-bottom: 1.25rem !important;
}

/* line 22700, app/assets/stylesheets/tailwind.css */
.pb-6 {
  padding-bottom: 1.5rem !important;
}

/* line 22704, app/assets/stylesheets/tailwind.css */
.pb-7 {
  padding-bottom: 1.75rem !important;
}

/* line 22708, app/assets/stylesheets/tailwind.css */
.pb-8 {
  padding-bottom: 2rem !important;
}

/* line 22712, app/assets/stylesheets/tailwind.css */
.pb-9 {
  padding-bottom: 2.25rem !important;
}

/* line 22716, app/assets/stylesheets/tailwind.css */
.pb-10 {
  padding-bottom: 2.5rem !important;
}

/* line 22720, app/assets/stylesheets/tailwind.css */
.pb-11 {
  padding-bottom: 2.75rem !important;
}

/* line 22724, app/assets/stylesheets/tailwind.css */
.pb-12 {
  padding-bottom: 3rem !important;
}

/* line 22728, app/assets/stylesheets/tailwind.css */
.pb-14 {
  padding-bottom: 3.5rem !important;
}

/* line 22732, app/assets/stylesheets/tailwind.css */
.pb-16 {
  padding-bottom: 4rem !important;
}

/* line 22736, app/assets/stylesheets/tailwind.css */
.pb-20 {
  padding-bottom: 5rem !important;
}

/* line 22740, app/assets/stylesheets/tailwind.css */
.pb-24 {
  padding-bottom: 6rem !important;
}

/* line 22744, app/assets/stylesheets/tailwind.css */
.pb-28 {
  padding-bottom: 7rem !important;
}

/* line 22748, app/assets/stylesheets/tailwind.css */
.pb-32 {
  padding-bottom: 8rem !important;
}

/* line 22752, app/assets/stylesheets/tailwind.css */
.pb-36 {
  padding-bottom: 9rem !important;
}

/* line 22756, app/assets/stylesheets/tailwind.css */
.pb-40 {
  padding-bottom: 10rem !important;
}

/* line 22760, app/assets/stylesheets/tailwind.css */
.pb-44 {
  padding-bottom: 11rem !important;
}

/* line 22764, app/assets/stylesheets/tailwind.css */
.pb-48 {
  padding-bottom: 12rem !important;
}

/* line 22768, app/assets/stylesheets/tailwind.css */
.pb-52 {
  padding-bottom: 13rem !important;
}

/* line 22772, app/assets/stylesheets/tailwind.css */
.pb-56 {
  padding-bottom: 14rem !important;
}

/* line 22776, app/assets/stylesheets/tailwind.css */
.pb-60 {
  padding-bottom: 15rem !important;
}

/* line 22780, app/assets/stylesheets/tailwind.css */
.pb-64 {
  padding-bottom: 16rem !important;
}

/* line 22784, app/assets/stylesheets/tailwind.css */
.pb-72 {
  padding-bottom: 18rem !important;
}

/* line 22788, app/assets/stylesheets/tailwind.css */
.pb-80 {
  padding-bottom: 20rem !important;
}

/* line 22792, app/assets/stylesheets/tailwind.css */
.pb-96 {
  padding-bottom: 24rem !important;
}

/* line 22796, app/assets/stylesheets/tailwind.css */
.pb-px {
  padding-bottom: 1px !important;
}

/* line 22800, app/assets/stylesheets/tailwind.css */
.pb-0\.5 {
  padding-bottom: 0.125rem !important;
}

/* line 22804, app/assets/stylesheets/tailwind.css */
.pb-1\.5 {
  padding-bottom: 0.375rem !important;
}

/* line 22808, app/assets/stylesheets/tailwind.css */
.pb-2\.5 {
  padding-bottom: 0.625rem !important;
}

/* line 22812, app/assets/stylesheets/tailwind.css */
.pb-3\.5 {
  padding-bottom: 0.875rem !important;
}

/* line 22816, app/assets/stylesheets/tailwind.css */
.pl-0 {
  padding-left: 0px !important;
}

/* line 22820, app/assets/stylesheets/tailwind.css */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 22824, app/assets/stylesheets/tailwind.css */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 22828, app/assets/stylesheets/tailwind.css */
.pl-3 {
  padding-left: 0.75rem !important;
}

/* line 22832, app/assets/stylesheets/tailwind.css */
.pl-4 {
  padding-left: 1rem !important;
}

/* line 22836, app/assets/stylesheets/tailwind.css */
.pl-5 {
  padding-left: 1.25rem !important;
}

/* line 22840, app/assets/stylesheets/tailwind.css */
.pl-6 {
  padding-left: 1.5rem !important;
}

/* line 22844, app/assets/stylesheets/tailwind.css */
.pl-7 {
  padding-left: 1.75rem !important;
}

/* line 22848, app/assets/stylesheets/tailwind.css */
.pl-8 {
  padding-left: 2rem !important;
}

/* line 22852, app/assets/stylesheets/tailwind.css */
.pl-9 {
  padding-left: 2.25rem !important;
}

/* line 22856, app/assets/stylesheets/tailwind.css */
.pl-10 {
  padding-left: 2.5rem !important;
}

/* line 22860, app/assets/stylesheets/tailwind.css */
.pl-11 {
  padding-left: 2.75rem !important;
}

/* line 22864, app/assets/stylesheets/tailwind.css */
.pl-12 {
  padding-left: 3rem !important;
}

/* line 22868, app/assets/stylesheets/tailwind.css */
.pl-14 {
  padding-left: 3.5rem !important;
}

/* line 22872, app/assets/stylesheets/tailwind.css */
.pl-16 {
  padding-left: 4rem !important;
}

/* line 22876, app/assets/stylesheets/tailwind.css */
.pl-20 {
  padding-left: 5rem !important;
}

/* line 22880, app/assets/stylesheets/tailwind.css */
.pl-24 {
  padding-left: 6rem !important;
}

/* line 22884, app/assets/stylesheets/tailwind.css */
.pl-28 {
  padding-left: 7rem !important;
}

/* line 22888, app/assets/stylesheets/tailwind.css */
.pl-32 {
  padding-left: 8rem !important;
}

/* line 22892, app/assets/stylesheets/tailwind.css */
.pl-36 {
  padding-left: 9rem !important;
}

/* line 22896, app/assets/stylesheets/tailwind.css */
.pl-40 {
  padding-left: 10rem !important;
}

/* line 22900, app/assets/stylesheets/tailwind.css */
.pl-44 {
  padding-left: 11rem !important;
}

/* line 22904, app/assets/stylesheets/tailwind.css */
.pl-48 {
  padding-left: 12rem !important;
}

/* line 22908, app/assets/stylesheets/tailwind.css */
.pl-52 {
  padding-left: 13rem !important;
}

/* line 22912, app/assets/stylesheets/tailwind.css */
.pl-56 {
  padding-left: 14rem !important;
}

/* line 22916, app/assets/stylesheets/tailwind.css */
.pl-60 {
  padding-left: 15rem !important;
}

/* line 22920, app/assets/stylesheets/tailwind.css */
.pl-64 {
  padding-left: 16rem !important;
}

/* line 22924, app/assets/stylesheets/tailwind.css */
.pl-72 {
  padding-left: 18rem !important;
}

/* line 22928, app/assets/stylesheets/tailwind.css */
.pl-80 {
  padding-left: 20rem !important;
}

/* line 22932, app/assets/stylesheets/tailwind.css */
.pl-96 {
  padding-left: 24rem !important;
}

/* line 22936, app/assets/stylesheets/tailwind.css */
.pl-px {
  padding-left: 1px !important;
}

/* line 22940, app/assets/stylesheets/tailwind.css */
.pl-0\.5 {
  padding-left: 0.125rem !important;
}

/* line 22944, app/assets/stylesheets/tailwind.css */
.pl-1\.5 {
  padding-left: 0.375rem !important;
}

/* line 22948, app/assets/stylesheets/tailwind.css */
.pl-2\.5 {
  padding-left: 0.625rem !important;
}

/* line 22952, app/assets/stylesheets/tailwind.css */
.pl-3\.5 {
  padding-left: 0.875rem !important;
}

/* line 22956, app/assets/stylesheets/tailwind.css */
.text-left {
  text-align: left !important;
}

/* line 22960, app/assets/stylesheets/tailwind.css */
.text-center {
  text-align: center !important;
}

/* line 22964, app/assets/stylesheets/tailwind.css */
.text-right {
  text-align: right !important;
}

/* line 22968, app/assets/stylesheets/tailwind.css */
.text-justify {
  text-align: justify !important;
}

/* line 22972, app/assets/stylesheets/tailwind.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 22976, app/assets/stylesheets/tailwind.css */
.align-top {
  vertical-align: top !important;
}

/* line 22980, app/assets/stylesheets/tailwind.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 22984, app/assets/stylesheets/tailwind.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 22988, app/assets/stylesheets/tailwind.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 22992, app/assets/stylesheets/tailwind.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 22996, app/assets/stylesheets/tailwind.css */
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/* line 23000, app/assets/stylesheets/tailwind.css */
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

/* line 23004, app/assets/stylesheets/tailwind.css */
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 23008, app/assets/stylesheets/tailwind.css */
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

/* line 23013, app/assets/stylesheets/tailwind.css */
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

/* line 23018, app/assets/stylesheets/tailwind.css */
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

/* line 23023, app/assets/stylesheets/tailwind.css */
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

/* line 23028, app/assets/stylesheets/tailwind.css */
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

/* line 23033, app/assets/stylesheets/tailwind.css */
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

/* line 23038, app/assets/stylesheets/tailwind.css */
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

/* line 23043, app/assets/stylesheets/tailwind.css */
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

/* line 23048, app/assets/stylesheets/tailwind.css */
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

/* line 23053, app/assets/stylesheets/tailwind.css */
.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

/* line 23058, app/assets/stylesheets/tailwind.css */
.text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}

/* line 23063, app/assets/stylesheets/tailwind.css */
.text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}

/* line 23068, app/assets/stylesheets/tailwind.css */
.text-9xl {
  font-size: 8rem !important;
  line-height: 1 !important;
}

/* line 23073, app/assets/stylesheets/tailwind.css */
.font-thin {
  font-weight: 100 !important;
}

/* line 23077, app/assets/stylesheets/tailwind.css */
.font-extralight {
  font-weight: 200 !important;
}

/* line 23081, app/assets/stylesheets/tailwind.css */
.font-light {
  font-weight: 300 !important;
}

/* line 23085, app/assets/stylesheets/tailwind.css */
.font-normal {
  font-weight: 400 !important;
}

/* line 23089, app/assets/stylesheets/tailwind.css */
.font-medium {
  font-weight: 500 !important;
}

/* line 23093, app/assets/stylesheets/tailwind.css */
.font-semibold {
  font-weight: 600 !important;
}

/* line 23097, app/assets/stylesheets/tailwind.css */
.font-bold {
  font-weight: 700 !important;
}

/* line 23101, app/assets/stylesheets/tailwind.css */
.font-extrabold {
  font-weight: 800 !important;
}

/* line 23105, app/assets/stylesheets/tailwind.css */
.font-black {
  font-weight: 900 !important;
}

/* line 23109, app/assets/stylesheets/tailwind.css */
.uppercase {
  text-transform: uppercase !important;
}

/* line 23113, app/assets/stylesheets/tailwind.css */
.lowercase {
  text-transform: lowercase !important;
}

/* line 23117, app/assets/stylesheets/tailwind.css */
.capitalize {
  text-transform: capitalize !important;
}

/* line 23121, app/assets/stylesheets/tailwind.css */
.normal-case {
  text-transform: none !important;
}

/* line 23125, app/assets/stylesheets/tailwind.css */
.italic {
  font-style: italic !important;
}

/* line 23129, app/assets/stylesheets/tailwind.css */
.not-italic {
  font-style: normal !important;
}

/* line 23133, app/assets/stylesheets/tailwind.css */
.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

/* line 23142, app/assets/stylesheets/tailwind.css */
.normal-nums {
  font-variant-numeric: normal !important;
}

/* line 23146, app/assets/stylesheets/tailwind.css */
.ordinal {
  --tw-ordinal: ordinal !important;
}

/* line 23150, app/assets/stylesheets/tailwind.css */
.slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
}

/* line 23154, app/assets/stylesheets/tailwind.css */
.lining-nums {
  --tw-numeric-figure: lining-nums !important;
}

/* line 23158, app/assets/stylesheets/tailwind.css */
.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
}

/* line 23162, app/assets/stylesheets/tailwind.css */
.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
}

/* line 23166, app/assets/stylesheets/tailwind.css */
.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
}

/* line 23170, app/assets/stylesheets/tailwind.css */
.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
}

/* line 23174, app/assets/stylesheets/tailwind.css */
.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
}

/* line 23178, app/assets/stylesheets/tailwind.css */
.leading-3 {
  line-height: .75rem !important;
}

/* line 23182, app/assets/stylesheets/tailwind.css */
.leading-4 {
  line-height: 1rem !important;
}

/* line 23186, app/assets/stylesheets/tailwind.css */
.leading-5 {
  line-height: 1.25rem !important;
}

/* line 23190, app/assets/stylesheets/tailwind.css */
.leading-6 {
  line-height: 1.5rem !important;
}

/* line 23194, app/assets/stylesheets/tailwind.css */
.leading-7 {
  line-height: 1.75rem !important;
}

/* line 23198, app/assets/stylesheets/tailwind.css */
.leading-8 {
  line-height: 2rem !important;
}

/* line 23202, app/assets/stylesheets/tailwind.css */
.leading-9 {
  line-height: 2.25rem !important;
}

/* line 23206, app/assets/stylesheets/tailwind.css */
.leading-10 {
  line-height: 2.5rem !important;
}

/* line 23210, app/assets/stylesheets/tailwind.css */
.leading-none {
  line-height: 1 !important;
}

/* line 23214, app/assets/stylesheets/tailwind.css */
.leading-tight {
  line-height: 1.25 !important;
}

/* line 23218, app/assets/stylesheets/tailwind.css */
.leading-snug {
  line-height: 1.375 !important;
}

/* line 23222, app/assets/stylesheets/tailwind.css */
.leading-normal {
  line-height: 1.5 !important;
}

/* line 23226, app/assets/stylesheets/tailwind.css */
.leading-relaxed {
  line-height: 1.625 !important;
}

/* line 23230, app/assets/stylesheets/tailwind.css */
.leading-loose {
  line-height: 2 !important;
}

/* line 23234, app/assets/stylesheets/tailwind.css */
.tracking-tighter {
  letter-spacing: -0.05em !important;
}

/* line 23238, app/assets/stylesheets/tailwind.css */
.tracking-tight {
  letter-spacing: -0.025em !important;
}

/* line 23242, app/assets/stylesheets/tailwind.css */
.tracking-normal {
  letter-spacing: 0em !important;
}

/* line 23246, app/assets/stylesheets/tailwind.css */
.tracking-wide {
  letter-spacing: 0.025em !important;
}

/* line 23250, app/assets/stylesheets/tailwind.css */
.tracking-wider {
  letter-spacing: 0.05em !important;
}

/* line 23254, app/assets/stylesheets/tailwind.css */
.tracking-widest {
  letter-spacing: 0.1em !important;
}

/* line 23258, app/assets/stylesheets/tailwind.css */
.text-transparent {
  color: transparent !important;
}

/* line 23262, app/assets/stylesheets/tailwind.css */
.text-current {
  color: currentColor !important;
}

/* line 23266, app/assets/stylesheets/tailwind.css */
.text-black {
  color: var(--black) !important;
}

/* line 23270, app/assets/stylesheets/tailwind.css */
.text-white {
  color: var(--white) !important;
}

/* line 23274, app/assets/stylesheets/tailwind.css */
.text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

/* line 23279, app/assets/stylesheets/tailwind.css */
.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

/* line 23284, app/assets/stylesheets/tailwind.css */
.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

/* line 23289, app/assets/stylesheets/tailwind.css */
.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

/* line 23294, app/assets/stylesheets/tailwind.css */
.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

/* line 23299, app/assets/stylesheets/tailwind.css */
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

/* line 23304, app/assets/stylesheets/tailwind.css */
.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

/* line 23309, app/assets/stylesheets/tailwind.css */
.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

/* line 23314, app/assets/stylesheets/tailwind.css */
.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

/* line 23319, app/assets/stylesheets/tailwind.css */
.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

/* line 23324, app/assets/stylesheets/tailwind.css */
.text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

/* line 23329, app/assets/stylesheets/tailwind.css */
.text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

/* line 23334, app/assets/stylesheets/tailwind.css */
.text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

/* line 23339, app/assets/stylesheets/tailwind.css */
.text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

/* line 23344, app/assets/stylesheets/tailwind.css */
.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

/* line 23349, app/assets/stylesheets/tailwind.css */
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

/* line 23354, app/assets/stylesheets/tailwind.css */
.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

/* line 23359, app/assets/stylesheets/tailwind.css */
.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

/* line 23364, app/assets/stylesheets/tailwind.css */
.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

/* line 23369, app/assets/stylesheets/tailwind.css */
.text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

/* line 23374, app/assets/stylesheets/tailwind.css */
.text-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

/* line 23379, app/assets/stylesheets/tailwind.css */
.text-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

/* line 23384, app/assets/stylesheets/tailwind.css */
.text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

/* line 23389, app/assets/stylesheets/tailwind.css */
.text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

/* line 23394, app/assets/stylesheets/tailwind.css */
.text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

/* line 23399, app/assets/stylesheets/tailwind.css */
.text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

/* line 23404, app/assets/stylesheets/tailwind.css */
.text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

/* line 23409, app/assets/stylesheets/tailwind.css */
.text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

/* line 23414, app/assets/stylesheets/tailwind.css */
.text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

/* line 23419, app/assets/stylesheets/tailwind.css */
.text-yellow-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

/* line 23424, app/assets/stylesheets/tailwind.css */
.text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

/* line 23429, app/assets/stylesheets/tailwind.css */
.text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

/* line 23434, app/assets/stylesheets/tailwind.css */
.text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

/* line 23439, app/assets/stylesheets/tailwind.css */
.text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

/* line 23444, app/assets/stylesheets/tailwind.css */
.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

/* line 23449, app/assets/stylesheets/tailwind.css */
.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

/* line 23454, app/assets/stylesheets/tailwind.css */
.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

/* line 23459, app/assets/stylesheets/tailwind.css */
.text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

/* line 23464, app/assets/stylesheets/tailwind.css */
.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

/* line 23469, app/assets/stylesheets/tailwind.css */
.text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

/* line 23474, app/assets/stylesheets/tailwind.css */
.text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

/* line 23479, app/assets/stylesheets/tailwind.css */
.text-blue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

/* line 23484, app/assets/stylesheets/tailwind.css */
.text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

/* line 23489, app/assets/stylesheets/tailwind.css */
.text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

/* line 23494, app/assets/stylesheets/tailwind.css */
.text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

/* line 23499, app/assets/stylesheets/tailwind.css */
.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

/* line 23504, app/assets/stylesheets/tailwind.css */
.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

/* line 23509, app/assets/stylesheets/tailwind.css */
.text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

/* line 23514, app/assets/stylesheets/tailwind.css */
.text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

/* line 23519, app/assets/stylesheets/tailwind.css */
.text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

/* line 23524, app/assets/stylesheets/tailwind.css */
.text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

/* line 23529, app/assets/stylesheets/tailwind.css */
.text-indigo-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

/* line 23534, app/assets/stylesheets/tailwind.css */
.text-indigo-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

/* line 23539, app/assets/stylesheets/tailwind.css */
.text-indigo-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

/* line 23544, app/assets/stylesheets/tailwind.css */
.text-indigo-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

/* line 23549, app/assets/stylesheets/tailwind.css */
.text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

/* line 23554, app/assets/stylesheets/tailwind.css */
.text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

/* line 23559, app/assets/stylesheets/tailwind.css */
.text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

/* line 23564, app/assets/stylesheets/tailwind.css */
.text-indigo-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

/* line 23569, app/assets/stylesheets/tailwind.css */
.text-indigo-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

/* line 23574, app/assets/stylesheets/tailwind.css */
.text-purple-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
}

/* line 23579, app/assets/stylesheets/tailwind.css */
.text-purple-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
}

/* line 23584, app/assets/stylesheets/tailwind.css */
.text-purple-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
}

/* line 23589, app/assets/stylesheets/tailwind.css */
.text-purple-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
}

/* line 23594, app/assets/stylesheets/tailwind.css */
.text-purple-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
}

/* line 23599, app/assets/stylesheets/tailwind.css */
.text-purple-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}

/* line 23604, app/assets/stylesheets/tailwind.css */
.text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
}

/* line 23609, app/assets/stylesheets/tailwind.css */
.text-purple-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
}

/* line 23614, app/assets/stylesheets/tailwind.css */
.text-purple-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
}

/* line 23619, app/assets/stylesheets/tailwind.css */
.text-purple-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
}

/* line 23624, app/assets/stylesheets/tailwind.css */
.text-pink-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

/* line 23629, app/assets/stylesheets/tailwind.css */
.text-pink-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

/* line 23634, app/assets/stylesheets/tailwind.css */
.text-pink-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

/* line 23639, app/assets/stylesheets/tailwind.css */
.text-pink-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

/* line 23644, app/assets/stylesheets/tailwind.css */
.text-pink-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

/* line 23649, app/assets/stylesheets/tailwind.css */
.text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

/* line 23654, app/assets/stylesheets/tailwind.css */
.text-pink-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

/* line 23659, app/assets/stylesheets/tailwind.css */
.text-pink-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

/* line 23664, app/assets/stylesheets/tailwind.css */
.text-pink-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

/* line 23669, app/assets/stylesheets/tailwind.css */
.text-pink-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

/* line 23674, app/assets/stylesheets/tailwind.css */
.text-grey {
  color: var(--grey) !important;
}

/* line 23678, app/assets/stylesheets/tailwind.css */
.text-info {
  color: var(--text-info) !important;
}

/* line 23682, app/assets/stylesheets/tailwind.css */
.text-warning {
  color: var(--text-warning) !important;
}

/* line 23686, app/assets/stylesheets/tailwind.css */
.text-error {
  color: var(--text-error) !important;
}

/* line 23690, app/assets/stylesheets/tailwind.css */
.text-primary {
  color: var(--primary) !important;
}

/* line 23694, app/assets/stylesheets/tailwind.css */
.text-secondary {
  color: var(--secondary) !important;
}

/* line 23698, app/assets/stylesheets/tailwind.css */
.text-primary-dark {
  color: var(--primary-dark) !important;
}

/* line 23702, app/assets/stylesheets/tailwind.css */
.text-text-color {
  color: var(--text-color) !important;
}

/* line 23706, app/assets/stylesheets/tailwind.css */
.text-button-outlined-hover {
  color: var(--button-outlined-hover) !important;
}

/* line 23710, app/assets/stylesheets/tailwind.css */
.text-file-info {
  color: var(--file-info) !important;
}

/* line 23714, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-transparent {
  color: transparent !important;
}

/* line 23718, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-current {
  color: currentColor !important;
}

/* line 23722, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-black {
  color: var(--black) !important;
}

/* line 23726, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-white {
  color: var(--white) !important;
}

/* line 23730, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

/* line 23735, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

/* line 23740, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

/* line 23745, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

/* line 23750, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

/* line 23755, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

/* line 23760, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

/* line 23765, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

/* line 23770, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

/* line 23775, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

/* line 23780, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

/* line 23785, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

/* line 23790, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

/* line 23795, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

/* line 23800, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

/* line 23805, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

/* line 23810, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

/* line 23815, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

/* line 23820, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

/* line 23825, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

/* line 23830, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

/* line 23835, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

/* line 23840, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

/* line 23845, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

/* line 23850, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

/* line 23855, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

/* line 23860, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

/* line 23865, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

/* line 23870, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

/* line 23875, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-yellow-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

/* line 23880, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

/* line 23885, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

/* line 23890, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

/* line 23895, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

/* line 23900, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

/* line 23905, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

/* line 23910, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

/* line 23915, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

/* line 23920, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

/* line 23925, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

/* line 23930, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

/* line 23935, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-blue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

/* line 23940, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

/* line 23945, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

/* line 23950, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

/* line 23955, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

/* line 23960, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

/* line 23965, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

/* line 23970, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

/* line 23975, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

/* line 23980, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

/* line 23985, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-indigo-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

/* line 23990, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-indigo-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

/* line 23995, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-indigo-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

/* line 24000, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-indigo-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

/* line 24005, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

/* line 24010, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

/* line 24015, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

/* line 24020, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-indigo-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

/* line 24025, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-indigo-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

/* line 24030, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-purple-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
}

/* line 24035, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-purple-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
}

/* line 24040, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-purple-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
}

/* line 24045, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-purple-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
}

/* line 24050, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-purple-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
}

/* line 24055, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-purple-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}

/* line 24060, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
}

/* line 24065, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-purple-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
}

/* line 24070, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-purple-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
}

/* line 24075, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-purple-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
}

/* line 24080, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-pink-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

/* line 24085, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-pink-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

/* line 24090, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-pink-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

/* line 24095, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-pink-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

/* line 24100, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-pink-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

/* line 24105, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

/* line 24110, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-pink-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

/* line 24115, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-pink-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

/* line 24120, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-pink-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

/* line 24125, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-pink-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

/* line 24130, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-grey {
  color: var(--grey) !important;
}

/* line 24134, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-info {
  color: var(--text-info) !important;
}

/* line 24138, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-warning {
  color: var(--text-warning) !important;
}

/* line 24142, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-error {
  color: var(--text-error) !important;
}

/* line 24146, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-primary {
  color: var(--primary) !important;
}

/* line 24150, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-secondary {
  color: var(--secondary) !important;
}

/* line 24154, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-primary-dark {
  color: var(--primary-dark) !important;
}

/* line 24158, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-text-color {
  color: var(--text-color) !important;
}

/* line 24162, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-button-outlined-hover {
  color: var(--button-outlined-hover) !important;
}

/* line 24166, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-file-info {
  color: var(--file-info) !important;
}

/* line 24170, app/assets/stylesheets/tailwind.css */
.focus-within\:text-transparent:focus-within {
  color: transparent !important;
}

/* line 24174, app/assets/stylesheets/tailwind.css */
.focus-within\:text-current:focus-within {
  color: currentColor !important;
}

/* line 24178, app/assets/stylesheets/tailwind.css */
.focus-within\:text-black:focus-within {
  color: var(--black) !important;
}

/* line 24182, app/assets/stylesheets/tailwind.css */
.focus-within\:text-white:focus-within {
  color: var(--white) !important;
}

/* line 24186, app/assets/stylesheets/tailwind.css */
.focus-within\:text-gray-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

/* line 24191, app/assets/stylesheets/tailwind.css */
.focus-within\:text-gray-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

/* line 24196, app/assets/stylesheets/tailwind.css */
.focus-within\:text-gray-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

/* line 24201, app/assets/stylesheets/tailwind.css */
.focus-within\:text-gray-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

/* line 24206, app/assets/stylesheets/tailwind.css */
.focus-within\:text-gray-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

/* line 24211, app/assets/stylesheets/tailwind.css */
.focus-within\:text-gray-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

/* line 24216, app/assets/stylesheets/tailwind.css */
.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

/* line 24221, app/assets/stylesheets/tailwind.css */
.focus-within\:text-gray-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

/* line 24226, app/assets/stylesheets/tailwind.css */
.focus-within\:text-gray-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

/* line 24231, app/assets/stylesheets/tailwind.css */
.focus-within\:text-gray-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

/* line 24236, app/assets/stylesheets/tailwind.css */
.focus-within\:text-red-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

/* line 24241, app/assets/stylesheets/tailwind.css */
.focus-within\:text-red-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

/* line 24246, app/assets/stylesheets/tailwind.css */
.focus-within\:text-red-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

/* line 24251, app/assets/stylesheets/tailwind.css */
.focus-within\:text-red-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

/* line 24256, app/assets/stylesheets/tailwind.css */
.focus-within\:text-red-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

/* line 24261, app/assets/stylesheets/tailwind.css */
.focus-within\:text-red-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

/* line 24266, app/assets/stylesheets/tailwind.css */
.focus-within\:text-red-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

/* line 24271, app/assets/stylesheets/tailwind.css */
.focus-within\:text-red-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

/* line 24276, app/assets/stylesheets/tailwind.css */
.focus-within\:text-red-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

/* line 24281, app/assets/stylesheets/tailwind.css */
.focus-within\:text-red-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

/* line 24286, app/assets/stylesheets/tailwind.css */
.focus-within\:text-yellow-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

/* line 24291, app/assets/stylesheets/tailwind.css */
.focus-within\:text-yellow-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

/* line 24296, app/assets/stylesheets/tailwind.css */
.focus-within\:text-yellow-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

/* line 24301, app/assets/stylesheets/tailwind.css */
.focus-within\:text-yellow-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

/* line 24306, app/assets/stylesheets/tailwind.css */
.focus-within\:text-yellow-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

/* line 24311, app/assets/stylesheets/tailwind.css */
.focus-within\:text-yellow-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

/* line 24316, app/assets/stylesheets/tailwind.css */
.focus-within\:text-yellow-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

/* line 24321, app/assets/stylesheets/tailwind.css */
.focus-within\:text-yellow-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

/* line 24326, app/assets/stylesheets/tailwind.css */
.focus-within\:text-yellow-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

/* line 24331, app/assets/stylesheets/tailwind.css */
.focus-within\:text-yellow-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

/* line 24336, app/assets/stylesheets/tailwind.css */
.focus-within\:text-green-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

/* line 24341, app/assets/stylesheets/tailwind.css */
.focus-within\:text-green-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

/* line 24346, app/assets/stylesheets/tailwind.css */
.focus-within\:text-green-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

/* line 24351, app/assets/stylesheets/tailwind.css */
.focus-within\:text-green-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

/* line 24356, app/assets/stylesheets/tailwind.css */
.focus-within\:text-green-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

/* line 24361, app/assets/stylesheets/tailwind.css */
.focus-within\:text-green-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

/* line 24366, app/assets/stylesheets/tailwind.css */
.focus-within\:text-green-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

/* line 24371, app/assets/stylesheets/tailwind.css */
.focus-within\:text-green-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

/* line 24376, app/assets/stylesheets/tailwind.css */
.focus-within\:text-green-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

/* line 24381, app/assets/stylesheets/tailwind.css */
.focus-within\:text-green-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

/* line 24386, app/assets/stylesheets/tailwind.css */
.focus-within\:text-blue-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

/* line 24391, app/assets/stylesheets/tailwind.css */
.focus-within\:text-blue-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

/* line 24396, app/assets/stylesheets/tailwind.css */
.focus-within\:text-blue-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

/* line 24401, app/assets/stylesheets/tailwind.css */
.focus-within\:text-blue-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

/* line 24406, app/assets/stylesheets/tailwind.css */
.focus-within\:text-blue-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

/* line 24411, app/assets/stylesheets/tailwind.css */
.focus-within\:text-blue-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

/* line 24416, app/assets/stylesheets/tailwind.css */
.focus-within\:text-blue-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

/* line 24421, app/assets/stylesheets/tailwind.css */
.focus-within\:text-blue-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

/* line 24426, app/assets/stylesheets/tailwind.css */
.focus-within\:text-blue-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

/* line 24431, app/assets/stylesheets/tailwind.css */
.focus-within\:text-blue-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

/* line 24436, app/assets/stylesheets/tailwind.css */
.focus-within\:text-indigo-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

/* line 24441, app/assets/stylesheets/tailwind.css */
.focus-within\:text-indigo-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

/* line 24446, app/assets/stylesheets/tailwind.css */
.focus-within\:text-indigo-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

/* line 24451, app/assets/stylesheets/tailwind.css */
.focus-within\:text-indigo-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

/* line 24456, app/assets/stylesheets/tailwind.css */
.focus-within\:text-indigo-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

/* line 24461, app/assets/stylesheets/tailwind.css */
.focus-within\:text-indigo-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

/* line 24466, app/assets/stylesheets/tailwind.css */
.focus-within\:text-indigo-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

/* line 24471, app/assets/stylesheets/tailwind.css */
.focus-within\:text-indigo-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

/* line 24476, app/assets/stylesheets/tailwind.css */
.focus-within\:text-indigo-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

/* line 24481, app/assets/stylesheets/tailwind.css */
.focus-within\:text-indigo-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

/* line 24486, app/assets/stylesheets/tailwind.css */
.focus-within\:text-purple-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
}

/* line 24491, app/assets/stylesheets/tailwind.css */
.focus-within\:text-purple-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
}

/* line 24496, app/assets/stylesheets/tailwind.css */
.focus-within\:text-purple-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
}

/* line 24501, app/assets/stylesheets/tailwind.css */
.focus-within\:text-purple-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
}

/* line 24506, app/assets/stylesheets/tailwind.css */
.focus-within\:text-purple-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
}

/* line 24511, app/assets/stylesheets/tailwind.css */
.focus-within\:text-purple-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}

/* line 24516, app/assets/stylesheets/tailwind.css */
.focus-within\:text-purple-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
}

/* line 24521, app/assets/stylesheets/tailwind.css */
.focus-within\:text-purple-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
}

/* line 24526, app/assets/stylesheets/tailwind.css */
.focus-within\:text-purple-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
}

/* line 24531, app/assets/stylesheets/tailwind.css */
.focus-within\:text-purple-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
}

/* line 24536, app/assets/stylesheets/tailwind.css */
.focus-within\:text-pink-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

/* line 24541, app/assets/stylesheets/tailwind.css */
.focus-within\:text-pink-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

/* line 24546, app/assets/stylesheets/tailwind.css */
.focus-within\:text-pink-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

/* line 24551, app/assets/stylesheets/tailwind.css */
.focus-within\:text-pink-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

/* line 24556, app/assets/stylesheets/tailwind.css */
.focus-within\:text-pink-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

/* line 24561, app/assets/stylesheets/tailwind.css */
.focus-within\:text-pink-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

/* line 24566, app/assets/stylesheets/tailwind.css */
.focus-within\:text-pink-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

/* line 24571, app/assets/stylesheets/tailwind.css */
.focus-within\:text-pink-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

/* line 24576, app/assets/stylesheets/tailwind.css */
.focus-within\:text-pink-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

/* line 24581, app/assets/stylesheets/tailwind.css */
.focus-within\:text-pink-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

/* line 24586, app/assets/stylesheets/tailwind.css */
.focus-within\:text-grey:focus-within {
  color: var(--grey) !important;
}

/* line 24590, app/assets/stylesheets/tailwind.css */
.focus-within\:text-info:focus-within {
  color: var(--text-info) !important;
}

/* line 24594, app/assets/stylesheets/tailwind.css */
.focus-within\:text-warning:focus-within {
  color: var(--text-warning) !important;
}

/* line 24598, app/assets/stylesheets/tailwind.css */
.focus-within\:text-error:focus-within {
  color: var(--text-error) !important;
}

/* line 24602, app/assets/stylesheets/tailwind.css */
.focus-within\:text-primary:focus-within {
  color: var(--primary) !important;
}

/* line 24606, app/assets/stylesheets/tailwind.css */
.focus-within\:text-secondary:focus-within {
  color: var(--secondary) !important;
}

/* line 24610, app/assets/stylesheets/tailwind.css */
.focus-within\:text-primary-dark:focus-within {
  color: var(--primary-dark) !important;
}

/* line 24614, app/assets/stylesheets/tailwind.css */
.focus-within\:text-text-color:focus-within {
  color: var(--text-color) !important;
}

/* line 24618, app/assets/stylesheets/tailwind.css */
.focus-within\:text-button-outlined-hover:focus-within {
  color: var(--button-outlined-hover) !important;
}

/* line 24622, app/assets/stylesheets/tailwind.css */
.focus-within\:text-file-info:focus-within {
  color: var(--file-info) !important;
}

/* line 24626, app/assets/stylesheets/tailwind.css */
.hover\:text-transparent:hover {
  color: transparent !important;
}

/* line 24630, app/assets/stylesheets/tailwind.css */
.hover\:text-current:hover {
  color: currentColor !important;
}

/* line 24634, app/assets/stylesheets/tailwind.css */
.hover\:text-black:hover {
  color: var(--black) !important;
}

/* line 24638, app/assets/stylesheets/tailwind.css */
.hover\:text-white:hover {
  color: var(--white) !important;
}

/* line 24642, app/assets/stylesheets/tailwind.css */
.hover\:text-gray-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

/* line 24647, app/assets/stylesheets/tailwind.css */
.hover\:text-gray-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

/* line 24652, app/assets/stylesheets/tailwind.css */
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

/* line 24657, app/assets/stylesheets/tailwind.css */
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

/* line 24662, app/assets/stylesheets/tailwind.css */
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

/* line 24667, app/assets/stylesheets/tailwind.css */
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

/* line 24672, app/assets/stylesheets/tailwind.css */
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

/* line 24677, app/assets/stylesheets/tailwind.css */
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

/* line 24682, app/assets/stylesheets/tailwind.css */
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

/* line 24687, app/assets/stylesheets/tailwind.css */
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

/* line 24692, app/assets/stylesheets/tailwind.css */
.hover\:text-red-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

/* line 24697, app/assets/stylesheets/tailwind.css */
.hover\:text-red-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

/* line 24702, app/assets/stylesheets/tailwind.css */
.hover\:text-red-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

/* line 24707, app/assets/stylesheets/tailwind.css */
.hover\:text-red-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

/* line 24712, app/assets/stylesheets/tailwind.css */
.hover\:text-red-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

/* line 24717, app/assets/stylesheets/tailwind.css */
.hover\:text-red-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

/* line 24722, app/assets/stylesheets/tailwind.css */
.hover\:text-red-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

/* line 24727, app/assets/stylesheets/tailwind.css */
.hover\:text-red-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

/* line 24732, app/assets/stylesheets/tailwind.css */
.hover\:text-red-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

/* line 24737, app/assets/stylesheets/tailwind.css */
.hover\:text-red-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

/* line 24742, app/assets/stylesheets/tailwind.css */
.hover\:text-yellow-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

/* line 24747, app/assets/stylesheets/tailwind.css */
.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

/* line 24752, app/assets/stylesheets/tailwind.css */
.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

/* line 24757, app/assets/stylesheets/tailwind.css */
.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

/* line 24762, app/assets/stylesheets/tailwind.css */
.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

/* line 24767, app/assets/stylesheets/tailwind.css */
.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

/* line 24772, app/assets/stylesheets/tailwind.css */
.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

/* line 24777, app/assets/stylesheets/tailwind.css */
.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

/* line 24782, app/assets/stylesheets/tailwind.css */
.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

/* line 24787, app/assets/stylesheets/tailwind.css */
.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

/* line 24792, app/assets/stylesheets/tailwind.css */
.hover\:text-green-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

/* line 24797, app/assets/stylesheets/tailwind.css */
.hover\:text-green-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

/* line 24802, app/assets/stylesheets/tailwind.css */
.hover\:text-green-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

/* line 24807, app/assets/stylesheets/tailwind.css */
.hover\:text-green-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

/* line 24812, app/assets/stylesheets/tailwind.css */
.hover\:text-green-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

/* line 24817, app/assets/stylesheets/tailwind.css */
.hover\:text-green-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

/* line 24822, app/assets/stylesheets/tailwind.css */
.hover\:text-green-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

/* line 24827, app/assets/stylesheets/tailwind.css */
.hover\:text-green-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

/* line 24832, app/assets/stylesheets/tailwind.css */
.hover\:text-green-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

/* line 24837, app/assets/stylesheets/tailwind.css */
.hover\:text-green-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

/* line 24842, app/assets/stylesheets/tailwind.css */
.hover\:text-blue-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

/* line 24847, app/assets/stylesheets/tailwind.css */
.hover\:text-blue-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

/* line 24852, app/assets/stylesheets/tailwind.css */
.hover\:text-blue-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

/* line 24857, app/assets/stylesheets/tailwind.css */
.hover\:text-blue-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

/* line 24862, app/assets/stylesheets/tailwind.css */
.hover\:text-blue-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

/* line 24867, app/assets/stylesheets/tailwind.css */
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

/* line 24872, app/assets/stylesheets/tailwind.css */
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

/* line 24877, app/assets/stylesheets/tailwind.css */
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

/* line 24882, app/assets/stylesheets/tailwind.css */
.hover\:text-blue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

/* line 24887, app/assets/stylesheets/tailwind.css */
.hover\:text-blue-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

/* line 24892, app/assets/stylesheets/tailwind.css */
.hover\:text-indigo-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

/* line 24897, app/assets/stylesheets/tailwind.css */
.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

/* line 24902, app/assets/stylesheets/tailwind.css */
.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

/* line 24907, app/assets/stylesheets/tailwind.css */
.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

/* line 24912, app/assets/stylesheets/tailwind.css */
.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

/* line 24917, app/assets/stylesheets/tailwind.css */
.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

/* line 24922, app/assets/stylesheets/tailwind.css */
.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

/* line 24927, app/assets/stylesheets/tailwind.css */
.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

/* line 24932, app/assets/stylesheets/tailwind.css */
.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

/* line 24937, app/assets/stylesheets/tailwind.css */
.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

/* line 24942, app/assets/stylesheets/tailwind.css */
.hover\:text-purple-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
}

/* line 24947, app/assets/stylesheets/tailwind.css */
.hover\:text-purple-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
}

/* line 24952, app/assets/stylesheets/tailwind.css */
.hover\:text-purple-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
}

/* line 24957, app/assets/stylesheets/tailwind.css */
.hover\:text-purple-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
}

/* line 24962, app/assets/stylesheets/tailwind.css */
.hover\:text-purple-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
}

/* line 24967, app/assets/stylesheets/tailwind.css */
.hover\:text-purple-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}

/* line 24972, app/assets/stylesheets/tailwind.css */
.hover\:text-purple-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
}

/* line 24977, app/assets/stylesheets/tailwind.css */
.hover\:text-purple-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
}

/* line 24982, app/assets/stylesheets/tailwind.css */
.hover\:text-purple-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
}

/* line 24987, app/assets/stylesheets/tailwind.css */
.hover\:text-purple-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
}

/* line 24992, app/assets/stylesheets/tailwind.css */
.hover\:text-pink-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

/* line 24997, app/assets/stylesheets/tailwind.css */
.hover\:text-pink-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

/* line 25002, app/assets/stylesheets/tailwind.css */
.hover\:text-pink-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

/* line 25007, app/assets/stylesheets/tailwind.css */
.hover\:text-pink-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

/* line 25012, app/assets/stylesheets/tailwind.css */
.hover\:text-pink-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

/* line 25017, app/assets/stylesheets/tailwind.css */
.hover\:text-pink-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

/* line 25022, app/assets/stylesheets/tailwind.css */
.hover\:text-pink-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

/* line 25027, app/assets/stylesheets/tailwind.css */
.hover\:text-pink-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

/* line 25032, app/assets/stylesheets/tailwind.css */
.hover\:text-pink-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

/* line 25037, app/assets/stylesheets/tailwind.css */
.hover\:text-pink-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

/* line 25042, app/assets/stylesheets/tailwind.css */
.hover\:text-grey:hover {
  color: var(--grey) !important;
}

/* line 25046, app/assets/stylesheets/tailwind.css */
.hover\:text-info:hover {
  color: var(--text-info) !important;
}

/* line 25050, app/assets/stylesheets/tailwind.css */
.hover\:text-warning:hover {
  color: var(--text-warning) !important;
}

/* line 25054, app/assets/stylesheets/tailwind.css */
.hover\:text-error:hover {
  color: var(--text-error) !important;
}

/* line 25058, app/assets/stylesheets/tailwind.css */
.hover\:text-primary:hover {
  color: var(--primary) !important;
}

/* line 25062, app/assets/stylesheets/tailwind.css */
.hover\:text-secondary:hover {
  color: var(--secondary) !important;
}

/* line 25066, app/assets/stylesheets/tailwind.css */
.hover\:text-primary-dark:hover {
  color: var(--primary-dark) !important;
}

/* line 25070, app/assets/stylesheets/tailwind.css */
.hover\:text-text-color:hover {
  color: var(--text-color) !important;
}

/* line 25074, app/assets/stylesheets/tailwind.css */
.hover\:text-button-outlined-hover:hover {
  color: var(--button-outlined-hover) !important;
}

/* line 25078, app/assets/stylesheets/tailwind.css */
.hover\:text-file-info:hover {
  color: var(--file-info) !important;
}

/* line 25082, app/assets/stylesheets/tailwind.css */
.focus\:text-transparent:focus {
  color: transparent !important;
}

/* line 25086, app/assets/stylesheets/tailwind.css */
.focus\:text-current:focus {
  color: currentColor !important;
}

/* line 25090, app/assets/stylesheets/tailwind.css */
.focus\:text-black:focus {
  color: var(--black) !important;
}

/* line 25094, app/assets/stylesheets/tailwind.css */
.focus\:text-white:focus {
  color: var(--white) !important;
}

/* line 25098, app/assets/stylesheets/tailwind.css */
.focus\:text-gray-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}

/* line 25103, app/assets/stylesheets/tailwind.css */
.focus\:text-gray-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

/* line 25108, app/assets/stylesheets/tailwind.css */
.focus\:text-gray-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

/* line 25113, app/assets/stylesheets/tailwind.css */
.focus\:text-gray-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

/* line 25118, app/assets/stylesheets/tailwind.css */
.focus\:text-gray-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

/* line 25123, app/assets/stylesheets/tailwind.css */
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

/* line 25128, app/assets/stylesheets/tailwind.css */
.focus\:text-gray-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

/* line 25133, app/assets/stylesheets/tailwind.css */
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

/* line 25138, app/assets/stylesheets/tailwind.css */
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

/* line 25143, app/assets/stylesheets/tailwind.css */
.focus\:text-gray-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

/* line 25148, app/assets/stylesheets/tailwind.css */
.focus\:text-red-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

/* line 25153, app/assets/stylesheets/tailwind.css */
.focus\:text-red-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

/* line 25158, app/assets/stylesheets/tailwind.css */
.focus\:text-red-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

/* line 25163, app/assets/stylesheets/tailwind.css */
.focus\:text-red-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

/* line 25168, app/assets/stylesheets/tailwind.css */
.focus\:text-red-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

/* line 25173, app/assets/stylesheets/tailwind.css */
.focus\:text-red-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

/* line 25178, app/assets/stylesheets/tailwind.css */
.focus\:text-red-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

/* line 25183, app/assets/stylesheets/tailwind.css */
.focus\:text-red-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

/* line 25188, app/assets/stylesheets/tailwind.css */
.focus\:text-red-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

/* line 25193, app/assets/stylesheets/tailwind.css */
.focus\:text-red-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

/* line 25198, app/assets/stylesheets/tailwind.css */
.focus\:text-yellow-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

/* line 25203, app/assets/stylesheets/tailwind.css */
.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

/* line 25208, app/assets/stylesheets/tailwind.css */
.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

/* line 25213, app/assets/stylesheets/tailwind.css */
.focus\:text-yellow-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

/* line 25218, app/assets/stylesheets/tailwind.css */
.focus\:text-yellow-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

/* line 25223, app/assets/stylesheets/tailwind.css */
.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

/* line 25228, app/assets/stylesheets/tailwind.css */
.focus\:text-yellow-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

/* line 25233, app/assets/stylesheets/tailwind.css */
.focus\:text-yellow-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

/* line 25238, app/assets/stylesheets/tailwind.css */
.focus\:text-yellow-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

/* line 25243, app/assets/stylesheets/tailwind.css */
.focus\:text-yellow-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

/* line 25248, app/assets/stylesheets/tailwind.css */
.focus\:text-green-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

/* line 25253, app/assets/stylesheets/tailwind.css */
.focus\:text-green-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

/* line 25258, app/assets/stylesheets/tailwind.css */
.focus\:text-green-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

/* line 25263, app/assets/stylesheets/tailwind.css */
.focus\:text-green-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

/* line 25268, app/assets/stylesheets/tailwind.css */
.focus\:text-green-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

/* line 25273, app/assets/stylesheets/tailwind.css */
.focus\:text-green-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

/* line 25278, app/assets/stylesheets/tailwind.css */
.focus\:text-green-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

/* line 25283, app/assets/stylesheets/tailwind.css */
.focus\:text-green-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

/* line 25288, app/assets/stylesheets/tailwind.css */
.focus\:text-green-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

/* line 25293, app/assets/stylesheets/tailwind.css */
.focus\:text-green-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

/* line 25298, app/assets/stylesheets/tailwind.css */
.focus\:text-blue-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

/* line 25303, app/assets/stylesheets/tailwind.css */
.focus\:text-blue-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

/* line 25308, app/assets/stylesheets/tailwind.css */
.focus\:text-blue-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

/* line 25313, app/assets/stylesheets/tailwind.css */
.focus\:text-blue-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

/* line 25318, app/assets/stylesheets/tailwind.css */
.focus\:text-blue-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

/* line 25323, app/assets/stylesheets/tailwind.css */
.focus\:text-blue-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

/* line 25328, app/assets/stylesheets/tailwind.css */
.focus\:text-blue-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

/* line 25333, app/assets/stylesheets/tailwind.css */
.focus\:text-blue-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

/* line 25338, app/assets/stylesheets/tailwind.css */
.focus\:text-blue-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

/* line 25343, app/assets/stylesheets/tailwind.css */
.focus\:text-blue-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

/* line 25348, app/assets/stylesheets/tailwind.css */
.focus\:text-indigo-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

/* line 25353, app/assets/stylesheets/tailwind.css */
.focus\:text-indigo-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

/* line 25358, app/assets/stylesheets/tailwind.css */
.focus\:text-indigo-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

/* line 25363, app/assets/stylesheets/tailwind.css */
.focus\:text-indigo-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

/* line 25368, app/assets/stylesheets/tailwind.css */
.focus\:text-indigo-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

/* line 25373, app/assets/stylesheets/tailwind.css */
.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

/* line 25378, app/assets/stylesheets/tailwind.css */
.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

/* line 25383, app/assets/stylesheets/tailwind.css */
.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

/* line 25388, app/assets/stylesheets/tailwind.css */
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

/* line 25393, app/assets/stylesheets/tailwind.css */
.focus\:text-indigo-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

/* line 25398, app/assets/stylesheets/tailwind.css */
.focus\:text-purple-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
}

/* line 25403, app/assets/stylesheets/tailwind.css */
.focus\:text-purple-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
}

/* line 25408, app/assets/stylesheets/tailwind.css */
.focus\:text-purple-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
}

/* line 25413, app/assets/stylesheets/tailwind.css */
.focus\:text-purple-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
}

/* line 25418, app/assets/stylesheets/tailwind.css */
.focus\:text-purple-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
}

/* line 25423, app/assets/stylesheets/tailwind.css */
.focus\:text-purple-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}

/* line 25428, app/assets/stylesheets/tailwind.css */
.focus\:text-purple-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
}

/* line 25433, app/assets/stylesheets/tailwind.css */
.focus\:text-purple-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
}

/* line 25438, app/assets/stylesheets/tailwind.css */
.focus\:text-purple-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
}

/* line 25443, app/assets/stylesheets/tailwind.css */
.focus\:text-purple-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
}

/* line 25448, app/assets/stylesheets/tailwind.css */
.focus\:text-pink-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

/* line 25453, app/assets/stylesheets/tailwind.css */
.focus\:text-pink-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

/* line 25458, app/assets/stylesheets/tailwind.css */
.focus\:text-pink-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

/* line 25463, app/assets/stylesheets/tailwind.css */
.focus\:text-pink-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

/* line 25468, app/assets/stylesheets/tailwind.css */
.focus\:text-pink-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

/* line 25473, app/assets/stylesheets/tailwind.css */
.focus\:text-pink-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

/* line 25478, app/assets/stylesheets/tailwind.css */
.focus\:text-pink-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

/* line 25483, app/assets/stylesheets/tailwind.css */
.focus\:text-pink-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

/* line 25488, app/assets/stylesheets/tailwind.css */
.focus\:text-pink-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

/* line 25493, app/assets/stylesheets/tailwind.css */
.focus\:text-pink-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

/* line 25498, app/assets/stylesheets/tailwind.css */
.focus\:text-grey:focus {
  color: var(--grey) !important;
}

/* line 25502, app/assets/stylesheets/tailwind.css */
.focus\:text-info:focus {
  color: var(--text-info) !important;
}

/* line 25506, app/assets/stylesheets/tailwind.css */
.focus\:text-warning:focus {
  color: var(--text-warning) !important;
}

/* line 25510, app/assets/stylesheets/tailwind.css */
.focus\:text-error:focus {
  color: var(--text-error) !important;
}

/* line 25514, app/assets/stylesheets/tailwind.css */
.focus\:text-primary:focus {
  color: var(--primary) !important;
}

/* line 25518, app/assets/stylesheets/tailwind.css */
.focus\:text-secondary:focus {
  color: var(--secondary) !important;
}

/* line 25522, app/assets/stylesheets/tailwind.css */
.focus\:text-primary-dark:focus {
  color: var(--primary-dark) !important;
}

/* line 25526, app/assets/stylesheets/tailwind.css */
.focus\:text-text-color:focus {
  color: var(--text-color) !important;
}

/* line 25530, app/assets/stylesheets/tailwind.css */
.focus\:text-button-outlined-hover:focus {
  color: var(--button-outlined-hover) !important;
}

/* line 25534, app/assets/stylesheets/tailwind.css */
.focus\:text-file-info:focus {
  color: var(--file-info) !important;
}

/* line 25538, app/assets/stylesheets/tailwind.css */
.text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

/* line 25542, app/assets/stylesheets/tailwind.css */
.text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

/* line 25546, app/assets/stylesheets/tailwind.css */
.text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

/* line 25550, app/assets/stylesheets/tailwind.css */
.text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

/* line 25554, app/assets/stylesheets/tailwind.css */
.text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

/* line 25558, app/assets/stylesheets/tailwind.css */
.text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

/* line 25562, app/assets/stylesheets/tailwind.css */
.text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

/* line 25566, app/assets/stylesheets/tailwind.css */
.text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

/* line 25570, app/assets/stylesheets/tailwind.css */
.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

/* line 25574, app/assets/stylesheets/tailwind.css */
.text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

/* line 25578, app/assets/stylesheets/tailwind.css */
.text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

/* line 25582, app/assets/stylesheets/tailwind.css */
.text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

/* line 25586, app/assets/stylesheets/tailwind.css */
.text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

/* line 25590, app/assets/stylesheets/tailwind.css */
.text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

/* line 25594, app/assets/stylesheets/tailwind.css */
.text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

/* line 25598, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

/* line 25602, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

/* line 25606, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

/* line 25610, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

/* line 25614, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

/* line 25618, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

/* line 25622, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

/* line 25626, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

/* line 25630, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

/* line 25634, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

/* line 25638, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

/* line 25642, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

/* line 25646, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

/* line 25650, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

/* line 25654, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

/* line 25658, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0 !important;
}

/* line 25662, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05 !important;
}

/* line 25666, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1 !important;
}

/* line 25670, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2 !important;
}

/* line 25674, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25 !important;
}

/* line 25678, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3 !important;
}

/* line 25682, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4 !important;
}

/* line 25686, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5 !important;
}

/* line 25690, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6 !important;
}

/* line 25694, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7 !important;
}

/* line 25698, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75 !important;
}

/* line 25702, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8 !important;
}

/* line 25706, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9 !important;
}

/* line 25710, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95 !important;
}

/* line 25714, app/assets/stylesheets/tailwind.css */
.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1 !important;
}

/* line 25718, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0 !important;
}

/* line 25722, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05 !important;
}

/* line 25726, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1 !important;
}

/* line 25730, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2 !important;
}

/* line 25734, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25 !important;
}

/* line 25738, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3 !important;
}

/* line 25742, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4 !important;
}

/* line 25746, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5 !important;
}

/* line 25750, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6 !important;
}

/* line 25754, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7 !important;
}

/* line 25758, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75 !important;
}

/* line 25762, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8 !important;
}

/* line 25766, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9 !important;
}

/* line 25770, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95 !important;
}

/* line 25774, app/assets/stylesheets/tailwind.css */
.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1 !important;
}

/* line 25778, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0 !important;
}

/* line 25782, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05 !important;
}

/* line 25786, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1 !important;
}

/* line 25790, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2 !important;
}

/* line 25794, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25 !important;
}

/* line 25798, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3 !important;
}

/* line 25802, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4 !important;
}

/* line 25806, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5 !important;
}

/* line 25810, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6 !important;
}

/* line 25814, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7 !important;
}

/* line 25818, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75 !important;
}

/* line 25822, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8 !important;
}

/* line 25826, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9 !important;
}

/* line 25830, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95 !important;
}

/* line 25834, app/assets/stylesheets/tailwind.css */
.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1 !important;
}

/* line 25838, app/assets/stylesheets/tailwind.css */
.underline {
  text-decoration: underline !important;
}

/* line 25842, app/assets/stylesheets/tailwind.css */
.line-through {
  text-decoration: line-through !important;
}

/* line 25846, app/assets/stylesheets/tailwind.css */
.no-underline {
  text-decoration: none !important;
}

/* line 25850, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:underline {
  text-decoration: underline !important;
}

/* line 25854, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:line-through {
  text-decoration: line-through !important;
}

/* line 25858, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:no-underline {
  text-decoration: none !important;
}

/* line 25862, app/assets/stylesheets/tailwind.css */
.focus-within\:underline:focus-within {
  text-decoration: underline !important;
}

/* line 25866, app/assets/stylesheets/tailwind.css */
.focus-within\:line-through:focus-within {
  text-decoration: line-through !important;
}

/* line 25870, app/assets/stylesheets/tailwind.css */
.focus-within\:no-underline:focus-within {
  text-decoration: none !important;
}

/* line 25874, app/assets/stylesheets/tailwind.css */
.hover\:underline:hover {
  text-decoration: underline !important;
}

/* line 25878, app/assets/stylesheets/tailwind.css */
.hover\:line-through:hover {
  text-decoration: line-through !important;
}

/* line 25882, app/assets/stylesheets/tailwind.css */
.hover\:no-underline:hover {
  text-decoration: none !important;
}

/* line 25886, app/assets/stylesheets/tailwind.css */
.focus\:underline:focus {
  text-decoration: underline !important;
}

/* line 25890, app/assets/stylesheets/tailwind.css */
.focus\:line-through:focus {
  text-decoration: line-through !important;
}

/* line 25894, app/assets/stylesheets/tailwind.css */
.focus\:no-underline:focus {
  text-decoration: none !important;
}

/* line 25898, app/assets/stylesheets/tailwind.css */
.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* line 25903, app/assets/stylesheets/tailwind.css */
.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

/* line 25908, app/assets/stylesheets/tailwind.css */
.placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

/* line 25912, app/assets/stylesheets/tailwind.css */
.placeholder-transparent:-ms-input-placeholder {
  color: transparent !important;
}

/* line 25916, app/assets/stylesheets/tailwind.css */
.placeholder-transparent::placeholder {
  color: transparent !important;
}

/* line 25920, app/assets/stylesheets/tailwind.css */
.placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

/* line 25924, app/assets/stylesheets/tailwind.css */
.placeholder-current:-ms-input-placeholder {
  color: currentColor !important;
}

/* line 25928, app/assets/stylesheets/tailwind.css */
.placeholder-current::placeholder {
  color: currentColor !important;
}

/* line 25932, app/assets/stylesheets/tailwind.css */
.placeholder-black::-moz-placeholder {
  color: var(--black) !important;
}

/* line 25936, app/assets/stylesheets/tailwind.css */
.placeholder-black:-ms-input-placeholder {
  color: var(--black) !important;
}

/* line 25940, app/assets/stylesheets/tailwind.css */
.placeholder-black::placeholder {
  color: var(--black) !important;
}

/* line 25944, app/assets/stylesheets/tailwind.css */
.placeholder-white::-moz-placeholder {
  color: var(--white) !important;
}

/* line 25948, app/assets/stylesheets/tailwind.css */
.placeholder-white:-ms-input-placeholder {
  color: var(--white) !important;
}

/* line 25952, app/assets/stylesheets/tailwind.css */
.placeholder-white::placeholder {
  color: var(--white) !important;
}

/* line 25956, app/assets/stylesheets/tailwind.css */
.placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

/* line 25961, app/assets/stylesheets/tailwind.css */
.placeholder-gray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

/* line 25966, app/assets/stylesheets/tailwind.css */
.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

/* line 25971, app/assets/stylesheets/tailwind.css */
.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 25976, app/assets/stylesheets/tailwind.css */
.placeholder-gray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 25981, app/assets/stylesheets/tailwind.css */
.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 25986, app/assets/stylesheets/tailwind.css */
.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 25991, app/assets/stylesheets/tailwind.css */
.placeholder-gray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 25996, app/assets/stylesheets/tailwind.css */
.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 26001, app/assets/stylesheets/tailwind.css */
.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

/* line 26006, app/assets/stylesheets/tailwind.css */
.placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

/* line 26011, app/assets/stylesheets/tailwind.css */
.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

/* line 26016, app/assets/stylesheets/tailwind.css */
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 26021, app/assets/stylesheets/tailwind.css */
.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 26026, app/assets/stylesheets/tailwind.css */
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 26031, app/assets/stylesheets/tailwind.css */
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

/* line 26036, app/assets/stylesheets/tailwind.css */
.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

/* line 26041, app/assets/stylesheets/tailwind.css */
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

/* line 26046, app/assets/stylesheets/tailwind.css */
.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

/* line 26051, app/assets/stylesheets/tailwind.css */
.placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

/* line 26056, app/assets/stylesheets/tailwind.css */
.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

/* line 26061, app/assets/stylesheets/tailwind.css */
.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

/* line 26066, app/assets/stylesheets/tailwind.css */
.placeholder-gray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

/* line 26071, app/assets/stylesheets/tailwind.css */
.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

/* line 26076, app/assets/stylesheets/tailwind.css */
.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

/* line 26081, app/assets/stylesheets/tailwind.css */
.placeholder-gray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

/* line 26086, app/assets/stylesheets/tailwind.css */
.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

/* line 26091, app/assets/stylesheets/tailwind.css */
.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

/* line 26096, app/assets/stylesheets/tailwind.css */
.placeholder-gray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

/* line 26101, app/assets/stylesheets/tailwind.css */
.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

/* line 26106, app/assets/stylesheets/tailwind.css */
.placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

/* line 26111, app/assets/stylesheets/tailwind.css */
.placeholder-red-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

/* line 26116, app/assets/stylesheets/tailwind.css */
.placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

/* line 26121, app/assets/stylesheets/tailwind.css */
.placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

/* line 26126, app/assets/stylesheets/tailwind.css */
.placeholder-red-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

/* line 26131, app/assets/stylesheets/tailwind.css */
.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

/* line 26136, app/assets/stylesheets/tailwind.css */
.placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 26141, app/assets/stylesheets/tailwind.css */
.placeholder-red-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 26146, app/assets/stylesheets/tailwind.css */
.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 26151, app/assets/stylesheets/tailwind.css */
.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

/* line 26156, app/assets/stylesheets/tailwind.css */
.placeholder-red-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

/* line 26161, app/assets/stylesheets/tailwind.css */
.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

/* line 26166, app/assets/stylesheets/tailwind.css */
.placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

/* line 26171, app/assets/stylesheets/tailwind.css */
.placeholder-red-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

/* line 26176, app/assets/stylesheets/tailwind.css */
.placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

/* line 26181, app/assets/stylesheets/tailwind.css */
.placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

/* line 26186, app/assets/stylesheets/tailwind.css */
.placeholder-red-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

/* line 26191, app/assets/stylesheets/tailwind.css */
.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

/* line 26196, app/assets/stylesheets/tailwind.css */
.placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

/* line 26201, app/assets/stylesheets/tailwind.css */
.placeholder-red-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

/* line 26206, app/assets/stylesheets/tailwind.css */
.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

/* line 26211, app/assets/stylesheets/tailwind.css */
.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

/* line 26216, app/assets/stylesheets/tailwind.css */
.placeholder-red-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

/* line 26221, app/assets/stylesheets/tailwind.css */
.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

/* line 26226, app/assets/stylesheets/tailwind.css */
.placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

/* line 26231, app/assets/stylesheets/tailwind.css */
.placeholder-red-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

/* line 26236, app/assets/stylesheets/tailwind.css */
.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

/* line 26241, app/assets/stylesheets/tailwind.css */
.placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

/* line 26246, app/assets/stylesheets/tailwind.css */
.placeholder-red-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

/* line 26251, app/assets/stylesheets/tailwind.css */
.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

/* line 26256, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 26261, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 26266, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 26271, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

/* line 26276, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

/* line 26281, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

/* line 26286, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 26291, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 26296, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 26301, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 26306, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 26311, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 26316, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

/* line 26321, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

/* line 26326, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

/* line 26331, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

/* line 26336, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

/* line 26341, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

/* line 26346, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

/* line 26351, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

/* line 26356, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

/* line 26361, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

/* line 26366, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

/* line 26371, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

/* line 26376, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

/* line 26381, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

/* line 26386, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

/* line 26391, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

/* line 26396, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

/* line 26401, app/assets/stylesheets/tailwind.css */
.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

/* line 26406, app/assets/stylesheets/tailwind.css */
.placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

/* line 26411, app/assets/stylesheets/tailwind.css */
.placeholder-green-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

/* line 26416, app/assets/stylesheets/tailwind.css */
.placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

/* line 26421, app/assets/stylesheets/tailwind.css */
.placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 26426, app/assets/stylesheets/tailwind.css */
.placeholder-green-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 26431, app/assets/stylesheets/tailwind.css */
.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 26436, app/assets/stylesheets/tailwind.css */
.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

/* line 26441, app/assets/stylesheets/tailwind.css */
.placeholder-green-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

/* line 26446, app/assets/stylesheets/tailwind.css */
.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

/* line 26451, app/assets/stylesheets/tailwind.css */
.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

/* line 26456, app/assets/stylesheets/tailwind.css */
.placeholder-green-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

/* line 26461, app/assets/stylesheets/tailwind.css */
.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

/* line 26466, app/assets/stylesheets/tailwind.css */
.placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 26471, app/assets/stylesheets/tailwind.css */
.placeholder-green-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 26476, app/assets/stylesheets/tailwind.css */
.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 26481, app/assets/stylesheets/tailwind.css */
.placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 26486, app/assets/stylesheets/tailwind.css */
.placeholder-green-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 26491, app/assets/stylesheets/tailwind.css */
.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 26496, app/assets/stylesheets/tailwind.css */
.placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

/* line 26501, app/assets/stylesheets/tailwind.css */
.placeholder-green-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

/* line 26506, app/assets/stylesheets/tailwind.css */
.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

/* line 26511, app/assets/stylesheets/tailwind.css */
.placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

/* line 26516, app/assets/stylesheets/tailwind.css */
.placeholder-green-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

/* line 26521, app/assets/stylesheets/tailwind.css */
.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

/* line 26526, app/assets/stylesheets/tailwind.css */
.placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

/* line 26531, app/assets/stylesheets/tailwind.css */
.placeholder-green-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

/* line 26536, app/assets/stylesheets/tailwind.css */
.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

/* line 26541, app/assets/stylesheets/tailwind.css */
.placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

/* line 26546, app/assets/stylesheets/tailwind.css */
.placeholder-green-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

/* line 26551, app/assets/stylesheets/tailwind.css */
.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

/* line 26556, app/assets/stylesheets/tailwind.css */
.placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26561, app/assets/stylesheets/tailwind.css */
.placeholder-blue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26566, app/assets/stylesheets/tailwind.css */
.placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26571, app/assets/stylesheets/tailwind.css */
.placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26576, app/assets/stylesheets/tailwind.css */
.placeholder-blue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26581, app/assets/stylesheets/tailwind.css */
.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26586, app/assets/stylesheets/tailwind.css */
.placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26591, app/assets/stylesheets/tailwind.css */
.placeholder-blue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26596, app/assets/stylesheets/tailwind.css */
.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26601, app/assets/stylesheets/tailwind.css */
.placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 26606, app/assets/stylesheets/tailwind.css */
.placeholder-blue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 26611, app/assets/stylesheets/tailwind.css */
.placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 26616, app/assets/stylesheets/tailwind.css */
.placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 26621, app/assets/stylesheets/tailwind.css */
.placeholder-blue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 26626, app/assets/stylesheets/tailwind.css */
.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 26631, app/assets/stylesheets/tailwind.css */
.placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 26636, app/assets/stylesheets/tailwind.css */
.placeholder-blue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 26641, app/assets/stylesheets/tailwind.css */
.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 26646, app/assets/stylesheets/tailwind.css */
.placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 26651, app/assets/stylesheets/tailwind.css */
.placeholder-blue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 26656, app/assets/stylesheets/tailwind.css */
.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 26661, app/assets/stylesheets/tailwind.css */
.placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

/* line 26666, app/assets/stylesheets/tailwind.css */
.placeholder-blue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

/* line 26671, app/assets/stylesheets/tailwind.css */
.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

/* line 26676, app/assets/stylesheets/tailwind.css */
.placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 26681, app/assets/stylesheets/tailwind.css */
.placeholder-blue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 26686, app/assets/stylesheets/tailwind.css */
.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 26691, app/assets/stylesheets/tailwind.css */
.placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 26696, app/assets/stylesheets/tailwind.css */
.placeholder-blue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 26701, app/assets/stylesheets/tailwind.css */
.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 26706, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26711, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26716, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26721, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26726, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26731, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26736, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26741, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26746, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26751, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

/* line 26756, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

/* line 26761, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

/* line 26766, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 26771, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 26776, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 26781, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

/* line 26786, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

/* line 26791, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

/* line 26796, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 26801, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 26806, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 26811, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 26816, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 26821, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 26826, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

/* line 26831, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

/* line 26836, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

/* line 26841, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 26846, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 26851, app/assets/stylesheets/tailwind.css */
.placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 26856, app/assets/stylesheets/tailwind.css */
.placeholder-purple-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26861, app/assets/stylesheets/tailwind.css */
.placeholder-purple-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26866, app/assets/stylesheets/tailwind.css */
.placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 26871, app/assets/stylesheets/tailwind.css */
.placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26876, app/assets/stylesheets/tailwind.css */
.placeholder-purple-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26881, app/assets/stylesheets/tailwind.css */
.placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26886, app/assets/stylesheets/tailwind.css */
.placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26891, app/assets/stylesheets/tailwind.css */
.placeholder-purple-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26896, app/assets/stylesheets/tailwind.css */
.placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 26901, app/assets/stylesheets/tailwind.css */
.placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 26906, app/assets/stylesheets/tailwind.css */
.placeholder-purple-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 26911, app/assets/stylesheets/tailwind.css */
.placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 26916, app/assets/stylesheets/tailwind.css */
.placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 26921, app/assets/stylesheets/tailwind.css */
.placeholder-purple-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 26926, app/assets/stylesheets/tailwind.css */
.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 26931, app/assets/stylesheets/tailwind.css */
.placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 26936, app/assets/stylesheets/tailwind.css */
.placeholder-purple-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 26941, app/assets/stylesheets/tailwind.css */
.placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 26946, app/assets/stylesheets/tailwind.css */
.placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

/* line 26951, app/assets/stylesheets/tailwind.css */
.placeholder-purple-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

/* line 26956, app/assets/stylesheets/tailwind.css */
.placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

/* line 26961, app/assets/stylesheets/tailwind.css */
.placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

/* line 26966, app/assets/stylesheets/tailwind.css */
.placeholder-purple-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

/* line 26971, app/assets/stylesheets/tailwind.css */
.placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

/* line 26976, app/assets/stylesheets/tailwind.css */
.placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 26981, app/assets/stylesheets/tailwind.css */
.placeholder-purple-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 26986, app/assets/stylesheets/tailwind.css */
.placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 26991, app/assets/stylesheets/tailwind.css */
.placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

/* line 26996, app/assets/stylesheets/tailwind.css */
.placeholder-purple-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

/* line 27001, app/assets/stylesheets/tailwind.css */
.placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

/* line 27006, app/assets/stylesheets/tailwind.css */
.placeholder-pink-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 27011, app/assets/stylesheets/tailwind.css */
.placeholder-pink-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 27016, app/assets/stylesheets/tailwind.css */
.placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 27021, app/assets/stylesheets/tailwind.css */
.placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

/* line 27026, app/assets/stylesheets/tailwind.css */
.placeholder-pink-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

/* line 27031, app/assets/stylesheets/tailwind.css */
.placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

/* line 27036, app/assets/stylesheets/tailwind.css */
.placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

/* line 27041, app/assets/stylesheets/tailwind.css */
.placeholder-pink-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

/* line 27046, app/assets/stylesheets/tailwind.css */
.placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

/* line 27051, app/assets/stylesheets/tailwind.css */
.placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

/* line 27056, app/assets/stylesheets/tailwind.css */
.placeholder-pink-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

/* line 27061, app/assets/stylesheets/tailwind.css */
.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

/* line 27066, app/assets/stylesheets/tailwind.css */
.placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 27071, app/assets/stylesheets/tailwind.css */
.placeholder-pink-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 27076, app/assets/stylesheets/tailwind.css */
.placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 27081, app/assets/stylesheets/tailwind.css */
.placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 27086, app/assets/stylesheets/tailwind.css */
.placeholder-pink-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 27091, app/assets/stylesheets/tailwind.css */
.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 27096, app/assets/stylesheets/tailwind.css */
.placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

/* line 27101, app/assets/stylesheets/tailwind.css */
.placeholder-pink-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

/* line 27106, app/assets/stylesheets/tailwind.css */
.placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

/* line 27111, app/assets/stylesheets/tailwind.css */
.placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

/* line 27116, app/assets/stylesheets/tailwind.css */
.placeholder-pink-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

/* line 27121, app/assets/stylesheets/tailwind.css */
.placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

/* line 27126, app/assets/stylesheets/tailwind.css */
.placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 27131, app/assets/stylesheets/tailwind.css */
.placeholder-pink-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 27136, app/assets/stylesheets/tailwind.css */
.placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 27141, app/assets/stylesheets/tailwind.css */
.placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

/* line 27146, app/assets/stylesheets/tailwind.css */
.placeholder-pink-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

/* line 27151, app/assets/stylesheets/tailwind.css */
.placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

/* line 27156, app/assets/stylesheets/tailwind.css */
.placeholder-grey::-moz-placeholder {
  color: var(--grey) !important;
}

/* line 27160, app/assets/stylesheets/tailwind.css */
.placeholder-grey:-ms-input-placeholder {
  color: var(--grey) !important;
}

/* line 27164, app/assets/stylesheets/tailwind.css */
.placeholder-grey::placeholder {
  color: var(--grey) !important;
}

/* line 27168, app/assets/stylesheets/tailwind.css */
.placeholder-info::-moz-placeholder {
  color: var(--text-info) !important;
}

/* line 27172, app/assets/stylesheets/tailwind.css */
.placeholder-info:-ms-input-placeholder {
  color: var(--text-info) !important;
}

/* line 27176, app/assets/stylesheets/tailwind.css */
.placeholder-info::placeholder {
  color: var(--text-info) !important;
}

/* line 27180, app/assets/stylesheets/tailwind.css */
.placeholder-warning::-moz-placeholder {
  color: var(--text-warning) !important;
}

/* line 27184, app/assets/stylesheets/tailwind.css */
.placeholder-warning:-ms-input-placeholder {
  color: var(--text-warning) !important;
}

/* line 27188, app/assets/stylesheets/tailwind.css */
.placeholder-warning::placeholder {
  color: var(--text-warning) !important;
}

/* line 27192, app/assets/stylesheets/tailwind.css */
.placeholder-error::-moz-placeholder {
  color: var(--text-error) !important;
}

/* line 27196, app/assets/stylesheets/tailwind.css */
.placeholder-error:-ms-input-placeholder {
  color: var(--text-error) !important;
}

/* line 27200, app/assets/stylesheets/tailwind.css */
.placeholder-error::placeholder {
  color: var(--text-error) !important;
}

/* line 27204, app/assets/stylesheets/tailwind.css */
.placeholder-primary::-moz-placeholder {
  color: var(--primary) !important;
}

/* line 27208, app/assets/stylesheets/tailwind.css */
.placeholder-primary:-ms-input-placeholder {
  color: var(--primary) !important;
}

/* line 27212, app/assets/stylesheets/tailwind.css */
.placeholder-primary::placeholder {
  color: var(--primary) !important;
}

/* line 27216, app/assets/stylesheets/tailwind.css */
.placeholder-secondary::-moz-placeholder {
  color: var(--secondary) !important;
}

/* line 27220, app/assets/stylesheets/tailwind.css */
.placeholder-secondary:-ms-input-placeholder {
  color: var(--secondary) !important;
}

/* line 27224, app/assets/stylesheets/tailwind.css */
.placeholder-secondary::placeholder {
  color: var(--secondary) !important;
}

/* line 27228, app/assets/stylesheets/tailwind.css */
.placeholder-primary-dark::-moz-placeholder {
  color: var(--primary-dark) !important;
}

/* line 27232, app/assets/stylesheets/tailwind.css */
.placeholder-primary-dark:-ms-input-placeholder {
  color: var(--primary-dark) !important;
}

/* line 27236, app/assets/stylesheets/tailwind.css */
.placeholder-primary-dark::placeholder {
  color: var(--primary-dark) !important;
}

/* line 27240, app/assets/stylesheets/tailwind.css */
.placeholder-text-color::-moz-placeholder {
  color: var(--text-color) !important;
}

/* line 27244, app/assets/stylesheets/tailwind.css */
.placeholder-text-color:-ms-input-placeholder {
  color: var(--text-color) !important;
}

/* line 27248, app/assets/stylesheets/tailwind.css */
.placeholder-text-color::placeholder {
  color: var(--text-color) !important;
}

/* line 27252, app/assets/stylesheets/tailwind.css */
.placeholder-button-outlined-hover::-moz-placeholder {
  color: var(--button-outlined-hover) !important;
}

/* line 27256, app/assets/stylesheets/tailwind.css */
.placeholder-button-outlined-hover:-ms-input-placeholder {
  color: var(--button-outlined-hover) !important;
}

/* line 27260, app/assets/stylesheets/tailwind.css */
.placeholder-button-outlined-hover::placeholder {
  color: var(--button-outlined-hover) !important;
}

/* line 27264, app/assets/stylesheets/tailwind.css */
.placeholder-file-info::-moz-placeholder {
  color: var(--file-info) !important;
}

/* line 27268, app/assets/stylesheets/tailwind.css */
.placeholder-file-info:-ms-input-placeholder {
  color: var(--file-info) !important;
}

/* line 27272, app/assets/stylesheets/tailwind.css */
.placeholder-file-info::placeholder {
  color: var(--file-info) !important;
}

/* line 27276, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

/* line 27280, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent !important;
}

/* line 27284, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

/* line 27288, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

/* line 27292, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-current:focus:-ms-input-placeholder {
  color: currentColor !important;
}

/* line 27296, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-current:focus::placeholder {
  color: currentColor !important;
}

/* line 27300, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-black:focus::-moz-placeholder {
  color: var(--black) !important;
}

/* line 27304, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-black:focus:-ms-input-placeholder {
  color: var(--black) !important;
}

/* line 27308, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-black:focus::placeholder {
  color: var(--black) !important;
}

/* line 27312, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-white:focus::-moz-placeholder {
  color: var(--white) !important;
}

/* line 27316, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: var(--white) !important;
}

/* line 27320, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-white:focus::placeholder {
  color: var(--white) !important;
}

/* line 27324, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

/* line 27329, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

/* line 27334, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
}

/* line 27339, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 27344, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 27349, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 27354, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 27359, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 27364, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 27369, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

/* line 27374, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

/* line 27379, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
}

/* line 27384, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 27389, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 27394, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 27399, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

/* line 27404, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

/* line 27409, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
}

/* line 27414, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

/* line 27419, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

/* line 27424, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

/* line 27429, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

/* line 27434, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

/* line 27439, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
}

/* line 27444, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

/* line 27449, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

/* line 27454, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
}

/* line 27459, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

/* line 27464, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

/* line 27469, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
}

/* line 27474, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

/* line 27479, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

/* line 27484, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

/* line 27489, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

/* line 27494, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

/* line 27499, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

/* line 27504, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 27509, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 27514, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 27519, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

/* line 27524, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

/* line 27529, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

/* line 27534, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

/* line 27539, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

/* line 27544, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

/* line 27549, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

/* line 27554, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

/* line 27559, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

/* line 27564, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

/* line 27569, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

/* line 27574, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

/* line 27579, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

/* line 27584, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

/* line 27589, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

/* line 27594, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

/* line 27599, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

/* line 27604, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

/* line 27609, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

/* line 27614, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

/* line 27619, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

/* line 27624, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 27629, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 27634, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 27639, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

/* line 27644, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

/* line 27649, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

/* line 27654, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 27659, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 27664, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 27669, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 27674, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 27679, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 27684, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

/* line 27689, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

/* line 27694, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

/* line 27699, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

/* line 27704, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

/* line 27709, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

/* line 27714, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

/* line 27719, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

/* line 27724, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

/* line 27729, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

/* line 27734, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

/* line 27739, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

/* line 27744, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

/* line 27749, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

/* line 27754, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

/* line 27759, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

/* line 27764, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

/* line 27769, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-yellow-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

/* line 27774, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

/* line 27779, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

/* line 27784, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

/* line 27789, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 27794, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 27799, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 27804, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

/* line 27809, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

/* line 27814, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

/* line 27819, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

/* line 27824, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

/* line 27829, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

/* line 27834, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 27839, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 27844, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 27849, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 27854, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 27859, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 27864, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

/* line 27869, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

/* line 27874, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

/* line 27879, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

/* line 27884, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

/* line 27889, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

/* line 27894, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

/* line 27899, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

/* line 27904, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

/* line 27909, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

/* line 27914, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

/* line 27919, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

/* line 27924, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 27929, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 27934, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 27939, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 27944, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 27949, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 27954, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 27959, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 27964, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 27969, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 27974, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 27979, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 27984, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 27989, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 27994, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 27999, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 28004, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 28009, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 28014, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 28019, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 28024, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

/* line 28029, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

/* line 28034, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

/* line 28039, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

/* line 28044, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 28049, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 28054, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

/* line 28059, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 28064, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 28069, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

/* line 28074, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 28079, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 28084, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 28089, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 28094, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 28099, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 28104, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 28109, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 28114, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 28119, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

/* line 28124, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

/* line 28129, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

/* line 28134, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 28139, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 28144, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 28149, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

/* line 28154, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

/* line 28159, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

/* line 28164, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 28169, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 28174, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

/* line 28179, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 28184, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 28189, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

/* line 28194, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

/* line 28199, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

/* line 28204, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

/* line 28209, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 28214, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 28219, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-indigo-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

/* line 28224, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 28229, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 28234, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

/* line 28239, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 28244, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 28249, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 28254, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 28259, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 28264, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

/* line 28269, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 28274, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 28279, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

/* line 28284, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 28289, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 28294, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

/* line 28299, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 28304, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 28309, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

/* line 28314, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

/* line 28319, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

/* line 28324, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

/* line 28329, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

/* line 28334, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

/* line 28339, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

/* line 28344, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 28349, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 28354, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 28359, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

/* line 28364, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

/* line 28369, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-purple-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

/* line 28374, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 28379, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 28384, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

/* line 28389, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

/* line 28394, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

/* line 28399, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

/* line 28404, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

/* line 28409, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

/* line 28414, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

/* line 28419, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

/* line 28424, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

/* line 28429, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

/* line 28434, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 28439, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 28444, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

/* line 28449, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 28454, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 28459, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

/* line 28464, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

/* line 28469, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

/* line 28474, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

/* line 28479, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

/* line 28484, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

/* line 28489, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

/* line 28494, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 28499, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 28504, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

/* line 28509, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

/* line 28514, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

/* line 28519, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-pink-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

/* line 28524, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-grey:focus::-moz-placeholder {
  color: var(--grey) !important;
}

/* line 28528, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-grey:focus:-ms-input-placeholder {
  color: var(--grey) !important;
}

/* line 28532, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-grey:focus::placeholder {
  color: var(--grey) !important;
}

/* line 28536, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-info:focus::-moz-placeholder {
  color: var(--text-info) !important;
}

/* line 28540, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-info:focus:-ms-input-placeholder {
  color: var(--text-info) !important;
}

/* line 28544, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-info:focus::placeholder {
  color: var(--text-info) !important;
}

/* line 28548, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-warning:focus::-moz-placeholder {
  color: var(--text-warning) !important;
}

/* line 28552, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-warning:focus:-ms-input-placeholder {
  color: var(--text-warning) !important;
}

/* line 28556, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-warning:focus::placeholder {
  color: var(--text-warning) !important;
}

/* line 28560, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-error:focus::-moz-placeholder {
  color: var(--text-error) !important;
}

/* line 28564, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-error:focus:-ms-input-placeholder {
  color: var(--text-error) !important;
}

/* line 28568, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-error:focus::placeholder {
  color: var(--text-error) !important;
}

/* line 28572, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-primary:focus::-moz-placeholder {
  color: var(--primary) !important;
}

/* line 28576, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-primary:focus:-ms-input-placeholder {
  color: var(--primary) !important;
}

/* line 28580, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-primary:focus::placeholder {
  color: var(--primary) !important;
}

/* line 28584, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-secondary:focus::-moz-placeholder {
  color: var(--secondary) !important;
}

/* line 28588, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-secondary:focus:-ms-input-placeholder {
  color: var(--secondary) !important;
}

/* line 28592, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-secondary:focus::placeholder {
  color: var(--secondary) !important;
}

/* line 28596, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-primary-dark:focus::-moz-placeholder {
  color: var(--primary-dark) !important;
}

/* line 28600, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-primary-dark:focus:-ms-input-placeholder {
  color: var(--primary-dark) !important;
}

/* line 28604, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-primary-dark:focus::placeholder {
  color: var(--primary-dark) !important;
}

/* line 28608, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-text-color:focus::-moz-placeholder {
  color: var(--text-color) !important;
}

/* line 28612, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-text-color:focus:-ms-input-placeholder {
  color: var(--text-color) !important;
}

/* line 28616, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-text-color:focus::placeholder {
  color: var(--text-color) !important;
}

/* line 28620, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-button-outlined-hover:focus::-moz-placeholder {
  color: var(--button-outlined-hover) !important;
}

/* line 28624, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-button-outlined-hover:focus:-ms-input-placeholder {
  color: var(--button-outlined-hover) !important;
}

/* line 28628, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-button-outlined-hover:focus::placeholder {
  color: var(--button-outlined-hover) !important;
}

/* line 28632, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-file-info:focus::-moz-placeholder {
  color: var(--file-info) !important;
}

/* line 28636, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-file-info:focus:-ms-input-placeholder {
  color: var(--file-info) !important;
}

/* line 28640, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-file-info:focus::placeholder {
  color: var(--file-info) !important;
}

/* line 28644, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

/* line 28648, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

/* line 28652, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

/* line 28656, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

/* line 28660, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

/* line 28664, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

/* line 28668, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

/* line 28672, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-10:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

/* line 28676, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

/* line 28680, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

/* line 28684, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-20:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

/* line 28688, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

/* line 28692, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

/* line 28696, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-25:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

/* line 28700, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

/* line 28704, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

/* line 28708, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-30:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

/* line 28712, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

/* line 28716, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

/* line 28720, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-40:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

/* line 28724, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

/* line 28728, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

/* line 28732, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

/* line 28736, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

/* line 28740, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

/* line 28744, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

/* line 28748, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

/* line 28752, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

/* line 28756, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

/* line 28760, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

/* line 28764, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

/* line 28768, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-75:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

/* line 28772, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

/* line 28776, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

/* line 28780, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-80:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

/* line 28784, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

/* line 28788, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

/* line 28792, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-90:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

/* line 28796, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

/* line 28800, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

/* line 28804, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-95:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

/* line 28808, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

/* line 28812, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

/* line 28816, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

/* line 28820, app/assets/stylesheets/tailwind.css */
.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

/* line 28824, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

/* line 28828, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

/* line 28832, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

/* line 28836, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

/* line 28840, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

/* line 28844, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

/* line 28848, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

/* line 28852, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

/* line 28856, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

/* line 28860, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

/* line 28864, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

/* line 28868, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

/* line 28872, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

/* line 28876, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

/* line 28880, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

/* line 28884, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

/* line 28888, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

/* line 28892, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

/* line 28896, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

/* line 28900, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

/* line 28904, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

/* line 28908, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

/* line 28912, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

/* line 28916, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

/* line 28920, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

/* line 28924, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

/* line 28928, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

/* line 28932, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

/* line 28936, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

/* line 28940, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

/* line 28944, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

/* line 28948, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

/* line 28952, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

/* line 28956, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

/* line 28960, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

/* line 28964, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

/* line 28968, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

/* line 28972, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

/* line 28976, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

/* line 28980, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

/* line 28984, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

/* line 28988, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

/* line 28992, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

/* line 28996, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

/* line 29000, app/assets/stylesheets/tailwind.css */
.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

/* line 29004, app/assets/stylesheets/tailwind.css */
.caret-transparent {
  caret-color: transparent !important;
}

/* line 29008, app/assets/stylesheets/tailwind.css */
.caret-current {
  caret-color: currentColor !important;
}

/* line 29012, app/assets/stylesheets/tailwind.css */
.caret-black {
  caret-color: var(--black) !important;
}

/* line 29016, app/assets/stylesheets/tailwind.css */
.caret-white {
  caret-color: var(--white) !important;
}

/* line 29020, app/assets/stylesheets/tailwind.css */
.caret-gray-50 {
  caret-color: #f9fafb !important;
}

/* line 29024, app/assets/stylesheets/tailwind.css */
.caret-gray-100 {
  caret-color: #f3f4f6 !important;
}

/* line 29028, app/assets/stylesheets/tailwind.css */
.caret-gray-200 {
  caret-color: #e5e7eb !important;
}

/* line 29032, app/assets/stylesheets/tailwind.css */
.caret-gray-300 {
  caret-color: #d1d5db !important;
}

/* line 29036, app/assets/stylesheets/tailwind.css */
.caret-gray-400 {
  caret-color: #9ca3af !important;
}

/* line 29040, app/assets/stylesheets/tailwind.css */
.caret-gray-500 {
  caret-color: #6b7280 !important;
}

/* line 29044, app/assets/stylesheets/tailwind.css */
.caret-gray-600 {
  caret-color: #4b5563 !important;
}

/* line 29048, app/assets/stylesheets/tailwind.css */
.caret-gray-700 {
  caret-color: #374151 !important;
}

/* line 29052, app/assets/stylesheets/tailwind.css */
.caret-gray-800 {
  caret-color: #1f2937 !important;
}

/* line 29056, app/assets/stylesheets/tailwind.css */
.caret-gray-900 {
  caret-color: #111827 !important;
}

/* line 29060, app/assets/stylesheets/tailwind.css */
.caret-red-50 {
  caret-color: #fef2f2 !important;
}

/* line 29064, app/assets/stylesheets/tailwind.css */
.caret-red-100 {
  caret-color: #fee2e2 !important;
}

/* line 29068, app/assets/stylesheets/tailwind.css */
.caret-red-200 {
  caret-color: #fecaca !important;
}

/* line 29072, app/assets/stylesheets/tailwind.css */
.caret-red-300 {
  caret-color: #fca5a5 !important;
}

/* line 29076, app/assets/stylesheets/tailwind.css */
.caret-red-400 {
  caret-color: #f87171 !important;
}

/* line 29080, app/assets/stylesheets/tailwind.css */
.caret-red-500 {
  caret-color: #ef4444 !important;
}

/* line 29084, app/assets/stylesheets/tailwind.css */
.caret-red-600 {
  caret-color: #dc2626 !important;
}

/* line 29088, app/assets/stylesheets/tailwind.css */
.caret-red-700 {
  caret-color: #b91c1c !important;
}

/* line 29092, app/assets/stylesheets/tailwind.css */
.caret-red-800 {
  caret-color: #991b1b !important;
}

/* line 29096, app/assets/stylesheets/tailwind.css */
.caret-red-900 {
  caret-color: #7f1d1d !important;
}

/* line 29100, app/assets/stylesheets/tailwind.css */
.caret-yellow-50 {
  caret-color: #fffbeb !important;
}

/* line 29104, app/assets/stylesheets/tailwind.css */
.caret-yellow-100 {
  caret-color: #fef3c7 !important;
}

/* line 29108, app/assets/stylesheets/tailwind.css */
.caret-yellow-200 {
  caret-color: #fde68a !important;
}

/* line 29112, app/assets/stylesheets/tailwind.css */
.caret-yellow-300 {
  caret-color: #fcd34d !important;
}

/* line 29116, app/assets/stylesheets/tailwind.css */
.caret-yellow-400 {
  caret-color: #fbbf24 !important;
}

/* line 29120, app/assets/stylesheets/tailwind.css */
.caret-yellow-500 {
  caret-color: #f59e0b !important;
}

/* line 29124, app/assets/stylesheets/tailwind.css */
.caret-yellow-600 {
  caret-color: #d97706 !important;
}

/* line 29128, app/assets/stylesheets/tailwind.css */
.caret-yellow-700 {
  caret-color: #b45309 !important;
}

/* line 29132, app/assets/stylesheets/tailwind.css */
.caret-yellow-800 {
  caret-color: #92400e !important;
}

/* line 29136, app/assets/stylesheets/tailwind.css */
.caret-yellow-900 {
  caret-color: #78350f !important;
}

/* line 29140, app/assets/stylesheets/tailwind.css */
.caret-green-50 {
  caret-color: #ecfdf5 !important;
}

/* line 29144, app/assets/stylesheets/tailwind.css */
.caret-green-100 {
  caret-color: #d1fae5 !important;
}

/* line 29148, app/assets/stylesheets/tailwind.css */
.caret-green-200 {
  caret-color: #a7f3d0 !important;
}

/* line 29152, app/assets/stylesheets/tailwind.css */
.caret-green-300 {
  caret-color: #6ee7b7 !important;
}

/* line 29156, app/assets/stylesheets/tailwind.css */
.caret-green-400 {
  caret-color: #34d399 !important;
}

/* line 29160, app/assets/stylesheets/tailwind.css */
.caret-green-500 {
  caret-color: #10b981 !important;
}

/* line 29164, app/assets/stylesheets/tailwind.css */
.caret-green-600 {
  caret-color: #059669 !important;
}

/* line 29168, app/assets/stylesheets/tailwind.css */
.caret-green-700 {
  caret-color: #047857 !important;
}

/* line 29172, app/assets/stylesheets/tailwind.css */
.caret-green-800 {
  caret-color: #065f46 !important;
}

/* line 29176, app/assets/stylesheets/tailwind.css */
.caret-green-900 {
  caret-color: #064e3b !important;
}

/* line 29180, app/assets/stylesheets/tailwind.css */
.caret-blue-50 {
  caret-color: #eff6ff !important;
}

/* line 29184, app/assets/stylesheets/tailwind.css */
.caret-blue-100 {
  caret-color: #dbeafe !important;
}

/* line 29188, app/assets/stylesheets/tailwind.css */
.caret-blue-200 {
  caret-color: #bfdbfe !important;
}

/* line 29192, app/assets/stylesheets/tailwind.css */
.caret-blue-300 {
  caret-color: #93c5fd !important;
}

/* line 29196, app/assets/stylesheets/tailwind.css */
.caret-blue-400 {
  caret-color: #60a5fa !important;
}

/* line 29200, app/assets/stylesheets/tailwind.css */
.caret-blue-500 {
  caret-color: #3b82f6 !important;
}

/* line 29204, app/assets/stylesheets/tailwind.css */
.caret-blue-600 {
  caret-color: #2563eb !important;
}

/* line 29208, app/assets/stylesheets/tailwind.css */
.caret-blue-700 {
  caret-color: #1d4ed8 !important;
}

/* line 29212, app/assets/stylesheets/tailwind.css */
.caret-blue-800 {
  caret-color: #1e40af !important;
}

/* line 29216, app/assets/stylesheets/tailwind.css */
.caret-blue-900 {
  caret-color: #1e3a8a !important;
}

/* line 29220, app/assets/stylesheets/tailwind.css */
.caret-indigo-50 {
  caret-color: #eef2ff !important;
}

/* line 29224, app/assets/stylesheets/tailwind.css */
.caret-indigo-100 {
  caret-color: #e0e7ff !important;
}

/* line 29228, app/assets/stylesheets/tailwind.css */
.caret-indigo-200 {
  caret-color: #c7d2fe !important;
}

/* line 29232, app/assets/stylesheets/tailwind.css */
.caret-indigo-300 {
  caret-color: #a5b4fc !important;
}

/* line 29236, app/assets/stylesheets/tailwind.css */
.caret-indigo-400 {
  caret-color: #818cf8 !important;
}

/* line 29240, app/assets/stylesheets/tailwind.css */
.caret-indigo-500 {
  caret-color: #6366f1 !important;
}

/* line 29244, app/assets/stylesheets/tailwind.css */
.caret-indigo-600 {
  caret-color: #4f46e5 !important;
}

/* line 29248, app/assets/stylesheets/tailwind.css */
.caret-indigo-700 {
  caret-color: #4338ca !important;
}

/* line 29252, app/assets/stylesheets/tailwind.css */
.caret-indigo-800 {
  caret-color: #3730a3 !important;
}

/* line 29256, app/assets/stylesheets/tailwind.css */
.caret-indigo-900 {
  caret-color: #312e81 !important;
}

/* line 29260, app/assets/stylesheets/tailwind.css */
.caret-purple-50 {
  caret-color: #f5f3ff !important;
}

/* line 29264, app/assets/stylesheets/tailwind.css */
.caret-purple-100 {
  caret-color: #ede9fe !important;
}

/* line 29268, app/assets/stylesheets/tailwind.css */
.caret-purple-200 {
  caret-color: #ddd6fe !important;
}

/* line 29272, app/assets/stylesheets/tailwind.css */
.caret-purple-300 {
  caret-color: #c4b5fd !important;
}

/* line 29276, app/assets/stylesheets/tailwind.css */
.caret-purple-400 {
  caret-color: #a78bfa !important;
}

/* line 29280, app/assets/stylesheets/tailwind.css */
.caret-purple-500 {
  caret-color: #8b5cf6 !important;
}

/* line 29284, app/assets/stylesheets/tailwind.css */
.caret-purple-600 {
  caret-color: #7c3aed !important;
}

/* line 29288, app/assets/stylesheets/tailwind.css */
.caret-purple-700 {
  caret-color: #6d28d9 !important;
}

/* line 29292, app/assets/stylesheets/tailwind.css */
.caret-purple-800 {
  caret-color: #5b21b6 !important;
}

/* line 29296, app/assets/stylesheets/tailwind.css */
.caret-purple-900 {
  caret-color: #4c1d95 !important;
}

/* line 29300, app/assets/stylesheets/tailwind.css */
.caret-pink-50 {
  caret-color: #fdf2f8 !important;
}

/* line 29304, app/assets/stylesheets/tailwind.css */
.caret-pink-100 {
  caret-color: #fce7f3 !important;
}

/* line 29308, app/assets/stylesheets/tailwind.css */
.caret-pink-200 {
  caret-color: #fbcfe8 !important;
}

/* line 29312, app/assets/stylesheets/tailwind.css */
.caret-pink-300 {
  caret-color: #f9a8d4 !important;
}

/* line 29316, app/assets/stylesheets/tailwind.css */
.caret-pink-400 {
  caret-color: #f472b6 !important;
}

/* line 29320, app/assets/stylesheets/tailwind.css */
.caret-pink-500 {
  caret-color: #ec4899 !important;
}

/* line 29324, app/assets/stylesheets/tailwind.css */
.caret-pink-600 {
  caret-color: #db2777 !important;
}

/* line 29328, app/assets/stylesheets/tailwind.css */
.caret-pink-700 {
  caret-color: #be185d !important;
}

/* line 29332, app/assets/stylesheets/tailwind.css */
.caret-pink-800 {
  caret-color: #9d174d !important;
}

/* line 29336, app/assets/stylesheets/tailwind.css */
.caret-pink-900 {
  caret-color: #831843 !important;
}

/* line 29340, app/assets/stylesheets/tailwind.css */
.caret-grey {
  caret-color: var(--grey) !important;
}

/* line 29344, app/assets/stylesheets/tailwind.css */
.caret-info {
  caret-color: var(--text-info) !important;
}

/* line 29348, app/assets/stylesheets/tailwind.css */
.caret-warning {
  caret-color: var(--text-warning) !important;
}

/* line 29352, app/assets/stylesheets/tailwind.css */
.caret-error {
  caret-color: var(--text-error) !important;
}

/* line 29356, app/assets/stylesheets/tailwind.css */
.caret-primary {
  caret-color: var(--primary) !important;
}

/* line 29360, app/assets/stylesheets/tailwind.css */
.caret-secondary {
  caret-color: var(--secondary) !important;
}

/* line 29364, app/assets/stylesheets/tailwind.css */
.caret-primary-dark {
  caret-color: var(--primary-dark) !important;
}

/* line 29368, app/assets/stylesheets/tailwind.css */
.caret-text-color {
  caret-color: var(--text-color) !important;
}

/* line 29372, app/assets/stylesheets/tailwind.css */
.caret-button-outlined-hover {
  caret-color: var(--button-outlined-hover) !important;
}

/* line 29376, app/assets/stylesheets/tailwind.css */
.caret-file-info {
  caret-color: var(--file-info) !important;
}

/* line 29380, app/assets/stylesheets/tailwind.css */
.opacity-0 {
  opacity: 0 !important;
}

/* line 29384, app/assets/stylesheets/tailwind.css */
.opacity-5 {
  opacity: 0.05 !important;
}

/* line 29388, app/assets/stylesheets/tailwind.css */
.opacity-10 {
  opacity: 0.1 !important;
}

/* line 29392, app/assets/stylesheets/tailwind.css */
.opacity-20 {
  opacity: 0.2 !important;
}

/* line 29396, app/assets/stylesheets/tailwind.css */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 29400, app/assets/stylesheets/tailwind.css */
.opacity-30 {
  opacity: 0.3 !important;
}

/* line 29404, app/assets/stylesheets/tailwind.css */
.opacity-40 {
  opacity: 0.4 !important;
}

/* line 29408, app/assets/stylesheets/tailwind.css */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 29412, app/assets/stylesheets/tailwind.css */
.opacity-60 {
  opacity: 0.6 !important;
}

/* line 29416, app/assets/stylesheets/tailwind.css */
.opacity-70 {
  opacity: 0.7 !important;
}

/* line 29420, app/assets/stylesheets/tailwind.css */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 29424, app/assets/stylesheets/tailwind.css */
.opacity-80 {
  opacity: 0.8 !important;
}

/* line 29428, app/assets/stylesheets/tailwind.css */
.opacity-90 {
  opacity: 0.9 !important;
}

/* line 29432, app/assets/stylesheets/tailwind.css */
.opacity-95 {
  opacity: 0.95 !important;
}

/* line 29436, app/assets/stylesheets/tailwind.css */
.opacity-100 {
  opacity: 1 !important;
}

/* line 29440, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-0 {
  opacity: 0 !important;
}

/* line 29444, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-5 {
  opacity: 0.05 !important;
}

/* line 29448, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-10 {
  opacity: 0.1 !important;
}

/* line 29452, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-20 {
  opacity: 0.2 !important;
}

/* line 29456, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-25 {
  opacity: 0.25 !important;
}

/* line 29460, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-30 {
  opacity: 0.3 !important;
}

/* line 29464, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-40 {
  opacity: 0.4 !important;
}

/* line 29468, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-50 {
  opacity: 0.5 !important;
}

/* line 29472, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-60 {
  opacity: 0.6 !important;
}

/* line 29476, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-70 {
  opacity: 0.7 !important;
}

/* line 29480, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-75 {
  opacity: 0.75 !important;
}

/* line 29484, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-80 {
  opacity: 0.8 !important;
}

/* line 29488, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-90 {
  opacity: 0.9 !important;
}

/* line 29492, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-95 {
  opacity: 0.95 !important;
}

/* line 29496, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

/* line 29500, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-0:focus-within {
  opacity: 0 !important;
}

/* line 29504, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-5:focus-within {
  opacity: 0.05 !important;
}

/* line 29508, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-10:focus-within {
  opacity: 0.1 !important;
}

/* line 29512, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-20:focus-within {
  opacity: 0.2 !important;
}

/* line 29516, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-25:focus-within {
  opacity: 0.25 !important;
}

/* line 29520, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-30:focus-within {
  opacity: 0.3 !important;
}

/* line 29524, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-40:focus-within {
  opacity: 0.4 !important;
}

/* line 29528, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-50:focus-within {
  opacity: 0.5 !important;
}

/* line 29532, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-60:focus-within {
  opacity: 0.6 !important;
}

/* line 29536, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-70:focus-within {
  opacity: 0.7 !important;
}

/* line 29540, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-75:focus-within {
  opacity: 0.75 !important;
}

/* line 29544, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-80:focus-within {
  opacity: 0.8 !important;
}

/* line 29548, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-90:focus-within {
  opacity: 0.9 !important;
}

/* line 29552, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-95:focus-within {
  opacity: 0.95 !important;
}

/* line 29556, app/assets/stylesheets/tailwind.css */
.focus-within\:opacity-100:focus-within {
  opacity: 1 !important;
}

/* line 29560, app/assets/stylesheets/tailwind.css */
.hover\:opacity-0:hover {
  opacity: 0 !important;
}

/* line 29564, app/assets/stylesheets/tailwind.css */
.hover\:opacity-5:hover {
  opacity: 0.05 !important;
}

/* line 29568, app/assets/stylesheets/tailwind.css */
.hover\:opacity-10:hover {
  opacity: 0.1 !important;
}

/* line 29572, app/assets/stylesheets/tailwind.css */
.hover\:opacity-20:hover {
  opacity: 0.2 !important;
}

/* line 29576, app/assets/stylesheets/tailwind.css */
.hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

/* line 29580, app/assets/stylesheets/tailwind.css */
.hover\:opacity-30:hover {
  opacity: 0.3 !important;
}

/* line 29584, app/assets/stylesheets/tailwind.css */
.hover\:opacity-40:hover {
  opacity: 0.4 !important;
}

/* line 29588, app/assets/stylesheets/tailwind.css */
.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

/* line 29592, app/assets/stylesheets/tailwind.css */
.hover\:opacity-60:hover {
  opacity: 0.6 !important;
}

/* line 29596, app/assets/stylesheets/tailwind.css */
.hover\:opacity-70:hover {
  opacity: 0.7 !important;
}

/* line 29600, app/assets/stylesheets/tailwind.css */
.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

/* line 29604, app/assets/stylesheets/tailwind.css */
.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

/* line 29608, app/assets/stylesheets/tailwind.css */
.hover\:opacity-90:hover {
  opacity: 0.9 !important;
}

/* line 29612, app/assets/stylesheets/tailwind.css */
.hover\:opacity-95:hover {
  opacity: 0.95 !important;
}

/* line 29616, app/assets/stylesheets/tailwind.css */
.hover\:opacity-100:hover {
  opacity: 1 !important;
}

/* line 29620, app/assets/stylesheets/tailwind.css */
.focus\:opacity-0:focus {
  opacity: 0 !important;
}

/* line 29624, app/assets/stylesheets/tailwind.css */
.focus\:opacity-5:focus {
  opacity: 0.05 !important;
}

/* line 29628, app/assets/stylesheets/tailwind.css */
.focus\:opacity-10:focus {
  opacity: 0.1 !important;
}

/* line 29632, app/assets/stylesheets/tailwind.css */
.focus\:opacity-20:focus {
  opacity: 0.2 !important;
}

/* line 29636, app/assets/stylesheets/tailwind.css */
.focus\:opacity-25:focus {
  opacity: 0.25 !important;
}

/* line 29640, app/assets/stylesheets/tailwind.css */
.focus\:opacity-30:focus {
  opacity: 0.3 !important;
}

/* line 29644, app/assets/stylesheets/tailwind.css */
.focus\:opacity-40:focus {
  opacity: 0.4 !important;
}

/* line 29648, app/assets/stylesheets/tailwind.css */
.focus\:opacity-50:focus {
  opacity: 0.5 !important;
}

/* line 29652, app/assets/stylesheets/tailwind.css */
.focus\:opacity-60:focus {
  opacity: 0.6 !important;
}

/* line 29656, app/assets/stylesheets/tailwind.css */
.focus\:opacity-70:focus {
  opacity: 0.7 !important;
}

/* line 29660, app/assets/stylesheets/tailwind.css */
.focus\:opacity-75:focus {
  opacity: 0.75 !important;
}

/* line 29664, app/assets/stylesheets/tailwind.css */
.focus\:opacity-80:focus {
  opacity: 0.8 !important;
}

/* line 29668, app/assets/stylesheets/tailwind.css */
.focus\:opacity-90:focus {
  opacity: 0.9 !important;
}

/* line 29672, app/assets/stylesheets/tailwind.css */
.focus\:opacity-95:focus {
  opacity: 0.95 !important;
}

/* line 29676, app/assets/stylesheets/tailwind.css */
.focus\:opacity-100:focus {
  opacity: 1 !important;
}

/* line 29680, app/assets/stylesheets/tailwind.css */
.bg-blend-normal {
  background-blend-mode: normal !important;
}

/* line 29684, app/assets/stylesheets/tailwind.css */
.bg-blend-multiply {
  background-blend-mode: multiply !important;
}

/* line 29688, app/assets/stylesheets/tailwind.css */
.bg-blend-screen {
  background-blend-mode: screen !important;
}

/* line 29692, app/assets/stylesheets/tailwind.css */
.bg-blend-overlay {
  background-blend-mode: overlay !important;
}

/* line 29696, app/assets/stylesheets/tailwind.css */
.bg-blend-darken {
  background-blend-mode: darken !important;
}

/* line 29700, app/assets/stylesheets/tailwind.css */
.bg-blend-lighten {
  background-blend-mode: lighten !important;
}

/* line 29704, app/assets/stylesheets/tailwind.css */
.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}

/* line 29708, app/assets/stylesheets/tailwind.css */
.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}

/* line 29712, app/assets/stylesheets/tailwind.css */
.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}

/* line 29716, app/assets/stylesheets/tailwind.css */
.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}

/* line 29720, app/assets/stylesheets/tailwind.css */
.bg-blend-difference {
  background-blend-mode: difference !important;
}

/* line 29724, app/assets/stylesheets/tailwind.css */
.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}

/* line 29728, app/assets/stylesheets/tailwind.css */
.bg-blend-hue {
  background-blend-mode: hue !important;
}

/* line 29732, app/assets/stylesheets/tailwind.css */
.bg-blend-saturation {
  background-blend-mode: saturation !important;
}

/* line 29736, app/assets/stylesheets/tailwind.css */
.bg-blend-color {
  background-blend-mode: color !important;
}

/* line 29740, app/assets/stylesheets/tailwind.css */
.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}

/* line 29744, app/assets/stylesheets/tailwind.css */
.mix-blend-normal {
  mix-blend-mode: normal !important;
}

/* line 29748, app/assets/stylesheets/tailwind.css */
.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

/* line 29752, app/assets/stylesheets/tailwind.css */
.mix-blend-screen {
  mix-blend-mode: screen !important;
}

/* line 29756, app/assets/stylesheets/tailwind.css */
.mix-blend-overlay {
  mix-blend-mode: overlay !important;
}

/* line 29760, app/assets/stylesheets/tailwind.css */
.mix-blend-darken {
  mix-blend-mode: darken !important;
}

/* line 29764, app/assets/stylesheets/tailwind.css */
.mix-blend-lighten {
  mix-blend-mode: lighten !important;
}

/* line 29768, app/assets/stylesheets/tailwind.css */
.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

/* line 29772, app/assets/stylesheets/tailwind.css */
.mix-blend-color-burn {
  mix-blend-mode: color-burn !important;
}

/* line 29776, app/assets/stylesheets/tailwind.css */
.mix-blend-hard-light {
  mix-blend-mode: hard-light !important;
}

/* line 29780, app/assets/stylesheets/tailwind.css */
.mix-blend-soft-light {
  mix-blend-mode: soft-light !important;
}

/* line 29784, app/assets/stylesheets/tailwind.css */
.mix-blend-difference {
  mix-blend-mode: difference !important;
}

/* line 29788, app/assets/stylesheets/tailwind.css */
.mix-blend-exclusion {
  mix-blend-mode: exclusion !important;
}

/* line 29792, app/assets/stylesheets/tailwind.css */
.mix-blend-hue {
  mix-blend-mode: hue !important;
}

/* line 29796, app/assets/stylesheets/tailwind.css */
.mix-blend-saturation {
  mix-blend-mode: saturation !important;
}

/* line 29800, app/assets/stylesheets/tailwind.css */
.mix-blend-color {
  mix-blend-mode: color !important;
}

/* line 29804, app/assets/stylesheets/tailwind.css */
.mix-blend-luminosity {
  mix-blend-mode: luminosity !important;
}

/* line 29808, app/assets/stylesheets/tailwind.css */
*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

/* line 29812, app/assets/stylesheets/tailwind.css */
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29817, app/assets/stylesheets/tailwind.css */
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29822, app/assets/stylesheets/tailwind.css */
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29827, app/assets/stylesheets/tailwind.css */
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29832, app/assets/stylesheets/tailwind.css */
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29837, app/assets/stylesheets/tailwind.css */
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29842, app/assets/stylesheets/tailwind.css */
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29847, app/assets/stylesheets/tailwind.css */
.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29852, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29857, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29862, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29867, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29872, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29877, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29882, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29887, app/assets/stylesheets/tailwind.css */
.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29892, app/assets/stylesheets/tailwind.css */
.focus-within\:shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29897, app/assets/stylesheets/tailwind.css */
.focus-within\:shadow:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29902, app/assets/stylesheets/tailwind.css */
.focus-within\:shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29907, app/assets/stylesheets/tailwind.css */
.focus-within\:shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29912, app/assets/stylesheets/tailwind.css */
.focus-within\:shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29917, app/assets/stylesheets/tailwind.css */
.focus-within\:shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29922, app/assets/stylesheets/tailwind.css */
.focus-within\:shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29927, app/assets/stylesheets/tailwind.css */
.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29932, app/assets/stylesheets/tailwind.css */
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29937, app/assets/stylesheets/tailwind.css */
.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29942, app/assets/stylesheets/tailwind.css */
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29947, app/assets/stylesheets/tailwind.css */
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29952, app/assets/stylesheets/tailwind.css */
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29957, app/assets/stylesheets/tailwind.css */
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29962, app/assets/stylesheets/tailwind.css */
.hover\:shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29967, app/assets/stylesheets/tailwind.css */
.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29972, app/assets/stylesheets/tailwind.css */
.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29977, app/assets/stylesheets/tailwind.css */
.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29982, app/assets/stylesheets/tailwind.css */
.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29987, app/assets/stylesheets/tailwind.css */
.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29992, app/assets/stylesheets/tailwind.css */
.focus\:shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 29997, app/assets/stylesheets/tailwind.css */
.focus\:shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 30002, app/assets/stylesheets/tailwind.css */
.focus\:shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 30007, app/assets/stylesheets/tailwind.css */
.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* line 30012, app/assets/stylesheets/tailwind.css */
.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

/* line 30017, app/assets/stylesheets/tailwind.css */
.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

/* line 30022, app/assets/stylesheets/tailwind.css */
.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

/* line 30027, app/assets/stylesheets/tailwind.css */
.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

/* line 30032, app/assets/stylesheets/tailwind.css */
.focus-within\:outline-white:focus-within {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

/* line 30037, app/assets/stylesheets/tailwind.css */
.focus-within\:outline-black:focus-within {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

/* line 30042, app/assets/stylesheets/tailwind.css */
.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

/* line 30047, app/assets/stylesheets/tailwind.css */
.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

/* line 30052, app/assets/stylesheets/tailwind.css */
.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

/* line 30057, app/assets/stylesheets/tailwind.css */
*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

/* line 30066, app/assets/stylesheets/tailwind.css */
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30072, app/assets/stylesheets/tailwind.css */
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30078, app/assets/stylesheets/tailwind.css */
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30084, app/assets/stylesheets/tailwind.css */
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30090, app/assets/stylesheets/tailwind.css */
.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30096, app/assets/stylesheets/tailwind.css */
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30102, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30108, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30114, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30120, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30126, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30132, app/assets/stylesheets/tailwind.css */
.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30138, app/assets/stylesheets/tailwind.css */
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30144, app/assets/stylesheets/tailwind.css */
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30150, app/assets/stylesheets/tailwind.css */
.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30156, app/assets/stylesheets/tailwind.css */
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30162, app/assets/stylesheets/tailwind.css */
.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30168, app/assets/stylesheets/tailwind.css */
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

/* line 30174, app/assets/stylesheets/tailwind.css */
.ring-inset {
  --tw-ring-inset: inset !important;
}

/* line 30178, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset !important;
}

/* line 30182, app/assets/stylesheets/tailwind.css */
.focus\:ring-inset:focus {
  --tw-ring-inset: inset !important;
}

/* line 30186, app/assets/stylesheets/tailwind.css */
.ring-transparent {
  --tw-ring-color: transparent !important;
}

/* line 30190, app/assets/stylesheets/tailwind.css */
.ring-current {
  --tw-ring-color: currentColor !important;
}

/* line 30194, app/assets/stylesheets/tailwind.css */
.ring-black {
  --tw-ring-color: var(--black) !important;
}

/* line 30198, app/assets/stylesheets/tailwind.css */
.ring-white {
  --tw-ring-color: var(--white) !important;
}

/* line 30202, app/assets/stylesheets/tailwind.css */
.ring-gray-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
}

/* line 30207, app/assets/stylesheets/tailwind.css */
.ring-gray-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
}

/* line 30212, app/assets/stylesheets/tailwind.css */
.ring-gray-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
}

/* line 30217, app/assets/stylesheets/tailwind.css */
.ring-gray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
}

/* line 30222, app/assets/stylesheets/tailwind.css */
.ring-gray-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
}

/* line 30227, app/assets/stylesheets/tailwind.css */
.ring-gray-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

/* line 30232, app/assets/stylesheets/tailwind.css */
.ring-gray-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

/* line 30237, app/assets/stylesheets/tailwind.css */
.ring-gray-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
}

/* line 30242, app/assets/stylesheets/tailwind.css */
.ring-gray-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
}

/* line 30247, app/assets/stylesheets/tailwind.css */
.ring-gray-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
}

/* line 30252, app/assets/stylesheets/tailwind.css */
.ring-red-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

/* line 30257, app/assets/stylesheets/tailwind.css */
.ring-red-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

/* line 30262, app/assets/stylesheets/tailwind.css */
.ring-red-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

/* line 30267, app/assets/stylesheets/tailwind.css */
.ring-red-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

/* line 30272, app/assets/stylesheets/tailwind.css */
.ring-red-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

/* line 30277, app/assets/stylesheets/tailwind.css */
.ring-red-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

/* line 30282, app/assets/stylesheets/tailwind.css */
.ring-red-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

/* line 30287, app/assets/stylesheets/tailwind.css */
.ring-red-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

/* line 30292, app/assets/stylesheets/tailwind.css */
.ring-red-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

/* line 30297, app/assets/stylesheets/tailwind.css */
.ring-red-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

/* line 30302, app/assets/stylesheets/tailwind.css */
.ring-yellow-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
}

/* line 30307, app/assets/stylesheets/tailwind.css */
.ring-yellow-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
}

/* line 30312, app/assets/stylesheets/tailwind.css */
.ring-yellow-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
}

/* line 30317, app/assets/stylesheets/tailwind.css */
.ring-yellow-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
}

/* line 30322, app/assets/stylesheets/tailwind.css */
.ring-yellow-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
}

/* line 30327, app/assets/stylesheets/tailwind.css */
.ring-yellow-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
}

/* line 30332, app/assets/stylesheets/tailwind.css */
.ring-yellow-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
}

/* line 30337, app/assets/stylesheets/tailwind.css */
.ring-yellow-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
}

/* line 30342, app/assets/stylesheets/tailwind.css */
.ring-yellow-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
}

/* line 30347, app/assets/stylesheets/tailwind.css */
.ring-yellow-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
}

/* line 30352, app/assets/stylesheets/tailwind.css */
.ring-green-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

/* line 30357, app/assets/stylesheets/tailwind.css */
.ring-green-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

/* line 30362, app/assets/stylesheets/tailwind.css */
.ring-green-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

/* line 30367, app/assets/stylesheets/tailwind.css */
.ring-green-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

/* line 30372, app/assets/stylesheets/tailwind.css */
.ring-green-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

/* line 30377, app/assets/stylesheets/tailwind.css */
.ring-green-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

/* line 30382, app/assets/stylesheets/tailwind.css */
.ring-green-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

/* line 30387, app/assets/stylesheets/tailwind.css */
.ring-green-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

/* line 30392, app/assets/stylesheets/tailwind.css */
.ring-green-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

/* line 30397, app/assets/stylesheets/tailwind.css */
.ring-green-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

/* line 30402, app/assets/stylesheets/tailwind.css */
.ring-blue-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

/* line 30407, app/assets/stylesheets/tailwind.css */
.ring-blue-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

/* line 30412, app/assets/stylesheets/tailwind.css */
.ring-blue-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

/* line 30417, app/assets/stylesheets/tailwind.css */
.ring-blue-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

/* line 30422, app/assets/stylesheets/tailwind.css */
.ring-blue-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

/* line 30427, app/assets/stylesheets/tailwind.css */
.ring-blue-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

/* line 30432, app/assets/stylesheets/tailwind.css */
.ring-blue-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

/* line 30437, app/assets/stylesheets/tailwind.css */
.ring-blue-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

/* line 30442, app/assets/stylesheets/tailwind.css */
.ring-blue-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

/* line 30447, app/assets/stylesheets/tailwind.css */
.ring-blue-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

/* line 30452, app/assets/stylesheets/tailwind.css */
.ring-indigo-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

/* line 30457, app/assets/stylesheets/tailwind.css */
.ring-indigo-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

/* line 30462, app/assets/stylesheets/tailwind.css */
.ring-indigo-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

/* line 30467, app/assets/stylesheets/tailwind.css */
.ring-indigo-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

/* line 30472, app/assets/stylesheets/tailwind.css */
.ring-indigo-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

/* line 30477, app/assets/stylesheets/tailwind.css */
.ring-indigo-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

/* line 30482, app/assets/stylesheets/tailwind.css */
.ring-indigo-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

/* line 30487, app/assets/stylesheets/tailwind.css */
.ring-indigo-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

/* line 30492, app/assets/stylesheets/tailwind.css */
.ring-indigo-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

/* line 30497, app/assets/stylesheets/tailwind.css */
.ring-indigo-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

/* line 30502, app/assets/stylesheets/tailwind.css */
.ring-purple-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
}

/* line 30507, app/assets/stylesheets/tailwind.css */
.ring-purple-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
}

/* line 30512, app/assets/stylesheets/tailwind.css */
.ring-purple-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
}

/* line 30517, app/assets/stylesheets/tailwind.css */
.ring-purple-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
}

/* line 30522, app/assets/stylesheets/tailwind.css */
.ring-purple-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
}

/* line 30527, app/assets/stylesheets/tailwind.css */
.ring-purple-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
}

/* line 30532, app/assets/stylesheets/tailwind.css */
.ring-purple-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
}

/* line 30537, app/assets/stylesheets/tailwind.css */
.ring-purple-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
}

/* line 30542, app/assets/stylesheets/tailwind.css */
.ring-purple-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
}

/* line 30547, app/assets/stylesheets/tailwind.css */
.ring-purple-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
}

/* line 30552, app/assets/stylesheets/tailwind.css */
.ring-pink-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

/* line 30557, app/assets/stylesheets/tailwind.css */
.ring-pink-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

/* line 30562, app/assets/stylesheets/tailwind.css */
.ring-pink-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

/* line 30567, app/assets/stylesheets/tailwind.css */
.ring-pink-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

/* line 30572, app/assets/stylesheets/tailwind.css */
.ring-pink-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

/* line 30577, app/assets/stylesheets/tailwind.css */
.ring-pink-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

/* line 30582, app/assets/stylesheets/tailwind.css */
.ring-pink-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

/* line 30587, app/assets/stylesheets/tailwind.css */
.ring-pink-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

/* line 30592, app/assets/stylesheets/tailwind.css */
.ring-pink-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

/* line 30597, app/assets/stylesheets/tailwind.css */
.ring-pink-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

/* line 30602, app/assets/stylesheets/tailwind.css */
.ring-grey {
  --tw-ring-color: var(--grey) !important;
}

/* line 30606, app/assets/stylesheets/tailwind.css */
.ring-info {
  --tw-ring-color: var(--text-info) !important;
}

/* line 30610, app/assets/stylesheets/tailwind.css */
.ring-warning {
  --tw-ring-color: var(--text-warning) !important;
}

/* line 30614, app/assets/stylesheets/tailwind.css */
.ring-error {
  --tw-ring-color: var(--text-error) !important;
}

/* line 30618, app/assets/stylesheets/tailwind.css */
.ring-primary {
  --tw-ring-color: var(--primary) !important;
}

/* line 30622, app/assets/stylesheets/tailwind.css */
.ring-secondary {
  --tw-ring-color: var(--secondary) !important;
}

/* line 30626, app/assets/stylesheets/tailwind.css */
.ring-primary-dark {
  --tw-ring-color: var(--primary-dark) !important;
}

/* line 30630, app/assets/stylesheets/tailwind.css */
.ring-text-color {
  --tw-ring-color: var(--text-color) !important;
}

/* line 30634, app/assets/stylesheets/tailwind.css */
.ring-button-outlined-hover {
  --tw-ring-color: var(--button-outlined-hover) !important;
}

/* line 30638, app/assets/stylesheets/tailwind.css */
.ring-file-info {
  --tw-ring-color: var(--file-info) !important;
}

/* line 30642, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent !important;
}

/* line 30646, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor !important;
}

/* line 30650, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-black:focus-within {
  --tw-ring-color: var(--black) !important;
}

/* line 30654, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-white:focus-within {
  --tw-ring-color: var(--white) !important;
}

/* line 30658, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-gray-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
}

/* line 30663, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
}

/* line 30668, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
}

/* line 30673, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
}

/* line 30678, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
}

/* line 30683, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

/* line 30688, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

/* line 30693, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
}

/* line 30698, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
}

/* line 30703, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
}

/* line 30708, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-red-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

/* line 30713, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-red-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

/* line 30718, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-red-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

/* line 30723, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-red-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

/* line 30728, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-red-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

/* line 30733, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-red-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

/* line 30738, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

/* line 30743, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-red-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

/* line 30748, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-red-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

/* line 30753, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-red-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

/* line 30758, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-yellow-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
}

/* line 30763, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-yellow-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
}

/* line 30768, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-yellow-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
}

/* line 30773, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-yellow-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
}

/* line 30778, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-yellow-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
}

/* line 30783, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-yellow-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
}

/* line 30788, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-yellow-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
}

/* line 30793, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-yellow-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
}

/* line 30798, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-yellow-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
}

/* line 30803, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-yellow-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
}

/* line 30808, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-green-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

/* line 30813, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-green-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

/* line 30818, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-green-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

/* line 30823, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-green-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

/* line 30828, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

/* line 30833, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-green-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

/* line 30838, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-green-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

/* line 30843, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-green-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

/* line 30848, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-green-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

/* line 30853, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-green-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

/* line 30858, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-blue-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

/* line 30863, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-blue-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

/* line 30868, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-blue-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

/* line 30873, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-blue-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

/* line 30878, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

/* line 30883, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

/* line 30888, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

/* line 30893, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-blue-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

/* line 30898, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-blue-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

/* line 30903, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-blue-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

/* line 30908, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-indigo-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

/* line 30913, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-indigo-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

/* line 30918, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-indigo-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

/* line 30923, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-indigo-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

/* line 30928, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-indigo-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

/* line 30933, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

/* line 30938, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-indigo-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

/* line 30943, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-indigo-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

/* line 30948, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-indigo-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

/* line 30953, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-indigo-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

/* line 30958, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-purple-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
}

/* line 30963, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-purple-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
}

/* line 30968, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-purple-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
}

/* line 30973, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-purple-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
}

/* line 30978, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-purple-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
}

/* line 30983, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-purple-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
}

/* line 30988, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-purple-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
}

/* line 30993, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-purple-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
}

/* line 30998, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-purple-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
}

/* line 31003, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-purple-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
}

/* line 31008, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-pink-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

/* line 31013, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-pink-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

/* line 31018, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-pink-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

/* line 31023, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-pink-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

/* line 31028, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-pink-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

/* line 31033, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-pink-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

/* line 31038, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-pink-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

/* line 31043, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-pink-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

/* line 31048, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-pink-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

/* line 31053, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-pink-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

/* line 31058, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-grey:focus-within {
  --tw-ring-color: var(--grey) !important;
}

/* line 31062, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-info:focus-within {
  --tw-ring-color: var(--text-info) !important;
}

/* line 31066, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-warning:focus-within {
  --tw-ring-color: var(--text-warning) !important;
}

/* line 31070, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-error:focus-within {
  --tw-ring-color: var(--text-error) !important;
}

/* line 31074, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-primary:focus-within {
  --tw-ring-color: var(--primary) !important;
}

/* line 31078, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-secondary:focus-within {
  --tw-ring-color: var(--secondary) !important;
}

/* line 31082, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-primary-dark:focus-within {
  --tw-ring-color: var(--primary-dark) !important;
}

/* line 31086, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-text-color:focus-within {
  --tw-ring-color: var(--text-color) !important;
}

/* line 31090, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-button-outlined-hover:focus-within {
  --tw-ring-color: var(--button-outlined-hover) !important;
}

/* line 31094, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-file-info:focus-within {
  --tw-ring-color: var(--file-info) !important;
}

/* line 31098, app/assets/stylesheets/tailwind.css */
.focus\:ring-transparent:focus {
  --tw-ring-color: transparent !important;
}

/* line 31102, app/assets/stylesheets/tailwind.css */
.focus\:ring-current:focus {
  --tw-ring-color: currentColor !important;
}

/* line 31106, app/assets/stylesheets/tailwind.css */
.focus\:ring-black:focus {
  --tw-ring-color: var(--black) !important;
}

/* line 31110, app/assets/stylesheets/tailwind.css */
.focus\:ring-white:focus {
  --tw-ring-color: var(--white) !important;
}

/* line 31114, app/assets/stylesheets/tailwind.css */
.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
}

/* line 31119, app/assets/stylesheets/tailwind.css */
.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
}

/* line 31124, app/assets/stylesheets/tailwind.css */
.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
}

/* line 31129, app/assets/stylesheets/tailwind.css */
.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
}

/* line 31134, app/assets/stylesheets/tailwind.css */
.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
}

/* line 31139, app/assets/stylesheets/tailwind.css */
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
}

/* line 31144, app/assets/stylesheets/tailwind.css */
.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

/* line 31149, app/assets/stylesheets/tailwind.css */
.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
}

/* line 31154, app/assets/stylesheets/tailwind.css */
.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
}

/* line 31159, app/assets/stylesheets/tailwind.css */
.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
}

/* line 31164, app/assets/stylesheets/tailwind.css */
.focus\:ring-red-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

/* line 31169, app/assets/stylesheets/tailwind.css */
.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

/* line 31174, app/assets/stylesheets/tailwind.css */
.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

/* line 31179, app/assets/stylesheets/tailwind.css */
.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

/* line 31184, app/assets/stylesheets/tailwind.css */
.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

/* line 31189, app/assets/stylesheets/tailwind.css */
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

/* line 31194, app/assets/stylesheets/tailwind.css */
.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

/* line 31199, app/assets/stylesheets/tailwind.css */
.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

/* line 31204, app/assets/stylesheets/tailwind.css */
.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

/* line 31209, app/assets/stylesheets/tailwind.css */
.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

/* line 31214, app/assets/stylesheets/tailwind.css */
.focus\:ring-yellow-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
}

/* line 31219, app/assets/stylesheets/tailwind.css */
.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
}

/* line 31224, app/assets/stylesheets/tailwind.css */
.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
}

/* line 31229, app/assets/stylesheets/tailwind.css */
.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
}

/* line 31234, app/assets/stylesheets/tailwind.css */
.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
}

/* line 31239, app/assets/stylesheets/tailwind.css */
.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
}

/* line 31244, app/assets/stylesheets/tailwind.css */
.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
}

/* line 31249, app/assets/stylesheets/tailwind.css */
.focus\:ring-yellow-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
}

/* line 31254, app/assets/stylesheets/tailwind.css */
.focus\:ring-yellow-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
}

/* line 31259, app/assets/stylesheets/tailwind.css */
.focus\:ring-yellow-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
}

/* line 31264, app/assets/stylesheets/tailwind.css */
.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

/* line 31269, app/assets/stylesheets/tailwind.css */
.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

/* line 31274, app/assets/stylesheets/tailwind.css */
.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

/* line 31279, app/assets/stylesheets/tailwind.css */
.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

/* line 31284, app/assets/stylesheets/tailwind.css */
.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

/* line 31289, app/assets/stylesheets/tailwind.css */
.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

/* line 31294, app/assets/stylesheets/tailwind.css */
.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

/* line 31299, app/assets/stylesheets/tailwind.css */
.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

/* line 31304, app/assets/stylesheets/tailwind.css */
.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

/* line 31309, app/assets/stylesheets/tailwind.css */
.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

/* line 31314, app/assets/stylesheets/tailwind.css */
.focus\:ring-blue-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

/* line 31319, app/assets/stylesheets/tailwind.css */
.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

/* line 31324, app/assets/stylesheets/tailwind.css */
.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

/* line 31329, app/assets/stylesheets/tailwind.css */
.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

/* line 31334, app/assets/stylesheets/tailwind.css */
.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

/* line 31339, app/assets/stylesheets/tailwind.css */
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

/* line 31344, app/assets/stylesheets/tailwind.css */
.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

/* line 31349, app/assets/stylesheets/tailwind.css */
.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

/* line 31354, app/assets/stylesheets/tailwind.css */
.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

/* line 31359, app/assets/stylesheets/tailwind.css */
.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

/* line 31364, app/assets/stylesheets/tailwind.css */
.focus\:ring-indigo-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

/* line 31369, app/assets/stylesheets/tailwind.css */
.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

/* line 31374, app/assets/stylesheets/tailwind.css */
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

/* line 31379, app/assets/stylesheets/tailwind.css */
.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

/* line 31384, app/assets/stylesheets/tailwind.css */
.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

/* line 31389, app/assets/stylesheets/tailwind.css */
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

/* line 31394, app/assets/stylesheets/tailwind.css */
.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

/* line 31399, app/assets/stylesheets/tailwind.css */
.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

/* line 31404, app/assets/stylesheets/tailwind.css */
.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

/* line 31409, app/assets/stylesheets/tailwind.css */
.focus\:ring-indigo-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

/* line 31414, app/assets/stylesheets/tailwind.css */
.focus\:ring-purple-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
}

/* line 31419, app/assets/stylesheets/tailwind.css */
.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
}

/* line 31424, app/assets/stylesheets/tailwind.css */
.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
}

/* line 31429, app/assets/stylesheets/tailwind.css */
.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
}

/* line 31434, app/assets/stylesheets/tailwind.css */
.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
}

/* line 31439, app/assets/stylesheets/tailwind.css */
.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
}

/* line 31444, app/assets/stylesheets/tailwind.css */
.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
}

/* line 31449, app/assets/stylesheets/tailwind.css */
.focus\:ring-purple-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
}

/* line 31454, app/assets/stylesheets/tailwind.css */
.focus\:ring-purple-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
}

/* line 31459, app/assets/stylesheets/tailwind.css */
.focus\:ring-purple-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
}

/* line 31464, app/assets/stylesheets/tailwind.css */
.focus\:ring-pink-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

/* line 31469, app/assets/stylesheets/tailwind.css */
.focus\:ring-pink-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

/* line 31474, app/assets/stylesheets/tailwind.css */
.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

/* line 31479, app/assets/stylesheets/tailwind.css */
.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

/* line 31484, app/assets/stylesheets/tailwind.css */
.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

/* line 31489, app/assets/stylesheets/tailwind.css */
.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

/* line 31494, app/assets/stylesheets/tailwind.css */
.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

/* line 31499, app/assets/stylesheets/tailwind.css */
.focus\:ring-pink-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

/* line 31504, app/assets/stylesheets/tailwind.css */
.focus\:ring-pink-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

/* line 31509, app/assets/stylesheets/tailwind.css */
.focus\:ring-pink-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

/* line 31514, app/assets/stylesheets/tailwind.css */
.focus\:ring-grey:focus {
  --tw-ring-color: var(--grey) !important;
}

/* line 31518, app/assets/stylesheets/tailwind.css */
.focus\:ring-info:focus {
  --tw-ring-color: var(--text-info) !important;
}

/* line 31522, app/assets/stylesheets/tailwind.css */
.focus\:ring-warning:focus {
  --tw-ring-color: var(--text-warning) !important;
}

/* line 31526, app/assets/stylesheets/tailwind.css */
.focus\:ring-error:focus {
  --tw-ring-color: var(--text-error) !important;
}

/* line 31530, app/assets/stylesheets/tailwind.css */
.focus\:ring-primary:focus {
  --tw-ring-color: var(--primary) !important;
}

/* line 31534, app/assets/stylesheets/tailwind.css */
.focus\:ring-secondary:focus {
  --tw-ring-color: var(--secondary) !important;
}

/* line 31538, app/assets/stylesheets/tailwind.css */
.focus\:ring-primary-dark:focus {
  --tw-ring-color: var(--primary-dark) !important;
}

/* line 31542, app/assets/stylesheets/tailwind.css */
.focus\:ring-text-color:focus {
  --tw-ring-color: var(--text-color) !important;
}

/* line 31546, app/assets/stylesheets/tailwind.css */
.focus\:ring-button-outlined-hover:focus {
  --tw-ring-color: var(--button-outlined-hover) !important;
}

/* line 31550, app/assets/stylesheets/tailwind.css */
.focus\:ring-file-info:focus {
  --tw-ring-color: var(--file-info) !important;
}

/* line 31554, app/assets/stylesheets/tailwind.css */
.ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}

/* line 31558, app/assets/stylesheets/tailwind.css */
.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

/* line 31562, app/assets/stylesheets/tailwind.css */
.ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}

/* line 31566, app/assets/stylesheets/tailwind.css */
.ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}

/* line 31570, app/assets/stylesheets/tailwind.css */
.ring-opacity-25 {
  --tw-ring-opacity: 0.25 !important;
}

/* line 31574, app/assets/stylesheets/tailwind.css */
.ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important;
}

/* line 31578, app/assets/stylesheets/tailwind.css */
.ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important;
}

/* line 31582, app/assets/stylesheets/tailwind.css */
.ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}

/* line 31586, app/assets/stylesheets/tailwind.css */
.ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}

/* line 31590, app/assets/stylesheets/tailwind.css */
.ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important;
}

/* line 31594, app/assets/stylesheets/tailwind.css */
.ring-opacity-75 {
  --tw-ring-opacity: 0.75 !important;
}

/* line 31598, app/assets/stylesheets/tailwind.css */
.ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important;
}

/* line 31602, app/assets/stylesheets/tailwind.css */
.ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important;
}

/* line 31606, app/assets/stylesheets/tailwind.css */
.ring-opacity-95 {
  --tw-ring-opacity: 0.95 !important;
}

/* line 31610, app/assets/stylesheets/tailwind.css */
.ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}

/* line 31614, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0 !important;
}

/* line 31618, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05 !important;
}

/* line 31622, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1 !important;
}

/* line 31626, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2 !important;
}

/* line 31630, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25 !important;
}

/* line 31634, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3 !important;
}

/* line 31638, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4 !important;
}

/* line 31642, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5 !important;
}

/* line 31646, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6 !important;
}

/* line 31650, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7 !important;
}

/* line 31654, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75 !important;
}

/* line 31658, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8 !important;
}

/* line 31662, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9 !important;
}

/* line 31666, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95 !important;
}

/* line 31670, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1 !important;
}

/* line 31674, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0 !important;
}

/* line 31678, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05 !important;
}

/* line 31682, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1 !important;
}

/* line 31686, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2 !important;
}

/* line 31690, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25 !important;
}

/* line 31694, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3 !important;
}

/* line 31698, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4 !important;
}

/* line 31702, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}

/* line 31706, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6 !important;
}

/* line 31710, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7 !important;
}

/* line 31714, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75 !important;
}

/* line 31718, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8 !important;
}

/* line 31722, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9 !important;
}

/* line 31726, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95 !important;
}

/* line 31730, app/assets/stylesheets/tailwind.css */
.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1 !important;
}

/* line 31734, app/assets/stylesheets/tailwind.css */
.ring-offset-0 {
  --tw-ring-offset-width: 0px !important;
}

/* line 31738, app/assets/stylesheets/tailwind.css */
.ring-offset-1 {
  --tw-ring-offset-width: 1px !important;
}

/* line 31742, app/assets/stylesheets/tailwind.css */
.ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}

/* line 31746, app/assets/stylesheets/tailwind.css */
.ring-offset-4 {
  --tw-ring-offset-width: 4px !important;
}

/* line 31750, app/assets/stylesheets/tailwind.css */
.ring-offset-8 {
  --tw-ring-offset-width: 8px !important;
}

/* line 31754, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px !important;
}

/* line 31758, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px !important;
}

/* line 31762, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px !important;
}

/* line 31766, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px !important;
}

/* line 31770, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px !important;
}

/* line 31774, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}

/* line 31778, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px !important;
}

/* line 31782, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

/* line 31786, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px !important;
}

/* line 31790, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px !important;
}

/* line 31794, app/assets/stylesheets/tailwind.css */
.ring-offset-transparent {
  --tw-ring-offset-color: transparent !important;
}

/* line 31798, app/assets/stylesheets/tailwind.css */
.ring-offset-current {
  --tw-ring-offset-color: currentColor !important;
}

/* line 31802, app/assets/stylesheets/tailwind.css */
.ring-offset-black {
  --tw-ring-offset-color: var(--black) !important;
}

/* line 31806, app/assets/stylesheets/tailwind.css */
.ring-offset-white {
  --tw-ring-offset-color: var(--white) !important;
}

/* line 31810, app/assets/stylesheets/tailwind.css */
.ring-offset-gray-50 {
  --tw-ring-offset-color: #f9fafb !important;
}

/* line 31814, app/assets/stylesheets/tailwind.css */
.ring-offset-gray-100 {
  --tw-ring-offset-color: #f3f4f6 !important;
}

/* line 31818, app/assets/stylesheets/tailwind.css */
.ring-offset-gray-200 {
  --tw-ring-offset-color: #e5e7eb !important;
}

/* line 31822, app/assets/stylesheets/tailwind.css */
.ring-offset-gray-300 {
  --tw-ring-offset-color: #d1d5db !important;
}

/* line 31826, app/assets/stylesheets/tailwind.css */
.ring-offset-gray-400 {
  --tw-ring-offset-color: #9ca3af !important;
}

/* line 31830, app/assets/stylesheets/tailwind.css */
.ring-offset-gray-500 {
  --tw-ring-offset-color: #6b7280 !important;
}

/* line 31834, app/assets/stylesheets/tailwind.css */
.ring-offset-gray-600 {
  --tw-ring-offset-color: #4b5563 !important;
}

/* line 31838, app/assets/stylesheets/tailwind.css */
.ring-offset-gray-700 {
  --tw-ring-offset-color: #374151 !important;
}

/* line 31842, app/assets/stylesheets/tailwind.css */
.ring-offset-gray-800 {
  --tw-ring-offset-color: #1f2937 !important;
}

/* line 31846, app/assets/stylesheets/tailwind.css */
.ring-offset-gray-900 {
  --tw-ring-offset-color: #111827 !important;
}

/* line 31850, app/assets/stylesheets/tailwind.css */
.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2 !important;
}

/* line 31854, app/assets/stylesheets/tailwind.css */
.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2 !important;
}

/* line 31858, app/assets/stylesheets/tailwind.css */
.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca !important;
}

/* line 31862, app/assets/stylesheets/tailwind.css */
.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5 !important;
}

/* line 31866, app/assets/stylesheets/tailwind.css */
.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171 !important;
}

/* line 31870, app/assets/stylesheets/tailwind.css */
.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444 !important;
}

/* line 31874, app/assets/stylesheets/tailwind.css */
.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626 !important;
}

/* line 31878, app/assets/stylesheets/tailwind.css */
.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c !important;
}

/* line 31882, app/assets/stylesheets/tailwind.css */
.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b !important;
}

/* line 31886, app/assets/stylesheets/tailwind.css */
.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d !important;
}

/* line 31890, app/assets/stylesheets/tailwind.css */
.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fffbeb !important;
}

/* line 31894, app/assets/stylesheets/tailwind.css */
.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef3c7 !important;
}

/* line 31898, app/assets/stylesheets/tailwind.css */
.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fde68a !important;
}

/* line 31902, app/assets/stylesheets/tailwind.css */
.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fcd34d !important;
}

/* line 31906, app/assets/stylesheets/tailwind.css */
.ring-offset-yellow-400 {
  --tw-ring-offset-color: #fbbf24 !important;
}

/* line 31910, app/assets/stylesheets/tailwind.css */
.ring-offset-yellow-500 {
  --tw-ring-offset-color: #f59e0b !important;
}

/* line 31914, app/assets/stylesheets/tailwind.css */
.ring-offset-yellow-600 {
  --tw-ring-offset-color: #d97706 !important;
}

/* line 31918, app/assets/stylesheets/tailwind.css */
.ring-offset-yellow-700 {
  --tw-ring-offset-color: #b45309 !important;
}

/* line 31922, app/assets/stylesheets/tailwind.css */
.ring-offset-yellow-800 {
  --tw-ring-offset-color: #92400e !important;
}

/* line 31926, app/assets/stylesheets/tailwind.css */
.ring-offset-yellow-900 {
  --tw-ring-offset-color: #78350f !important;
}

/* line 31930, app/assets/stylesheets/tailwind.css */
.ring-offset-green-50 {
  --tw-ring-offset-color: #ecfdf5 !important;
}

/* line 31934, app/assets/stylesheets/tailwind.css */
.ring-offset-green-100 {
  --tw-ring-offset-color: #d1fae5 !important;
}

/* line 31938, app/assets/stylesheets/tailwind.css */
.ring-offset-green-200 {
  --tw-ring-offset-color: #a7f3d0 !important;
}

/* line 31942, app/assets/stylesheets/tailwind.css */
.ring-offset-green-300 {
  --tw-ring-offset-color: #6ee7b7 !important;
}

/* line 31946, app/assets/stylesheets/tailwind.css */
.ring-offset-green-400 {
  --tw-ring-offset-color: #34d399 !important;
}

/* line 31950, app/assets/stylesheets/tailwind.css */
.ring-offset-green-500 {
  --tw-ring-offset-color: #10b981 !important;
}

/* line 31954, app/assets/stylesheets/tailwind.css */
.ring-offset-green-600 {
  --tw-ring-offset-color: #059669 !important;
}

/* line 31958, app/assets/stylesheets/tailwind.css */
.ring-offset-green-700 {
  --tw-ring-offset-color: #047857 !important;
}

/* line 31962, app/assets/stylesheets/tailwind.css */
.ring-offset-green-800 {
  --tw-ring-offset-color: #065f46 !important;
}

/* line 31966, app/assets/stylesheets/tailwind.css */
.ring-offset-green-900 {
  --tw-ring-offset-color: #064e3b !important;
}

/* line 31970, app/assets/stylesheets/tailwind.css */
.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff !important;
}

/* line 31974, app/assets/stylesheets/tailwind.css */
.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe !important;
}

/* line 31978, app/assets/stylesheets/tailwind.css */
.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe !important;
}

/* line 31982, app/assets/stylesheets/tailwind.css */
.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd !important;
}

/* line 31986, app/assets/stylesheets/tailwind.css */
.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa !important;
}

/* line 31990, app/assets/stylesheets/tailwind.css */
.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6 !important;
}

/* line 31994, app/assets/stylesheets/tailwind.css */
.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb !important;
}

/* line 31998, app/assets/stylesheets/tailwind.css */
.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8 !important;
}

/* line 32002, app/assets/stylesheets/tailwind.css */
.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af !important;
}

/* line 32006, app/assets/stylesheets/tailwind.css */
.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a !important;
}

/* line 32010, app/assets/stylesheets/tailwind.css */
.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff !important;
}

/* line 32014, app/assets/stylesheets/tailwind.css */
.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff !important;
}

/* line 32018, app/assets/stylesheets/tailwind.css */
.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe !important;
}

/* line 32022, app/assets/stylesheets/tailwind.css */
.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc !important;
}

/* line 32026, app/assets/stylesheets/tailwind.css */
.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8 !important;
}

/* line 32030, app/assets/stylesheets/tailwind.css */
.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1 !important;
}

/* line 32034, app/assets/stylesheets/tailwind.css */
.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5 !important;
}

/* line 32038, app/assets/stylesheets/tailwind.css */
.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca !important;
}

/* line 32042, app/assets/stylesheets/tailwind.css */
.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3 !important;
}

/* line 32046, app/assets/stylesheets/tailwind.css */
.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81 !important;
}

/* line 32050, app/assets/stylesheets/tailwind.css */
.ring-offset-purple-50 {
  --tw-ring-offset-color: #f5f3ff !important;
}

/* line 32054, app/assets/stylesheets/tailwind.css */
.ring-offset-purple-100 {
  --tw-ring-offset-color: #ede9fe !important;
}

/* line 32058, app/assets/stylesheets/tailwind.css */
.ring-offset-purple-200 {
  --tw-ring-offset-color: #ddd6fe !important;
}

/* line 32062, app/assets/stylesheets/tailwind.css */
.ring-offset-purple-300 {
  --tw-ring-offset-color: #c4b5fd !important;
}

/* line 32066, app/assets/stylesheets/tailwind.css */
.ring-offset-purple-400 {
  --tw-ring-offset-color: #a78bfa !important;
}

/* line 32070, app/assets/stylesheets/tailwind.css */
.ring-offset-purple-500 {
  --tw-ring-offset-color: #8b5cf6 !important;
}

/* line 32074, app/assets/stylesheets/tailwind.css */
.ring-offset-purple-600 {
  --tw-ring-offset-color: #7c3aed !important;
}

/* line 32078, app/assets/stylesheets/tailwind.css */
.ring-offset-purple-700 {
  --tw-ring-offset-color: #6d28d9 !important;
}

/* line 32082, app/assets/stylesheets/tailwind.css */
.ring-offset-purple-800 {
  --tw-ring-offset-color: #5b21b6 !important;
}

/* line 32086, app/assets/stylesheets/tailwind.css */
.ring-offset-purple-900 {
  --tw-ring-offset-color: #4c1d95 !important;
}

/* line 32090, app/assets/stylesheets/tailwind.css */
.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8 !important;
}

/* line 32094, app/assets/stylesheets/tailwind.css */
.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3 !important;
}

/* line 32098, app/assets/stylesheets/tailwind.css */
.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8 !important;
}

/* line 32102, app/assets/stylesheets/tailwind.css */
.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4 !important;
}

/* line 32106, app/assets/stylesheets/tailwind.css */
.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6 !important;
}

/* line 32110, app/assets/stylesheets/tailwind.css */
.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899 !important;
}

/* line 32114, app/assets/stylesheets/tailwind.css */
.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777 !important;
}

/* line 32118, app/assets/stylesheets/tailwind.css */
.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d !important;
}

/* line 32122, app/assets/stylesheets/tailwind.css */
.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d !important;
}

/* line 32126, app/assets/stylesheets/tailwind.css */
.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843 !important;
}

/* line 32130, app/assets/stylesheets/tailwind.css */
.ring-offset-grey {
  --tw-ring-offset-color: var(--grey) !important;
}

/* line 32134, app/assets/stylesheets/tailwind.css */
.ring-offset-info {
  --tw-ring-offset-color: var(--text-info) !important;
}

/* line 32138, app/assets/stylesheets/tailwind.css */
.ring-offset-warning {
  --tw-ring-offset-color: var(--text-warning) !important;
}

/* line 32142, app/assets/stylesheets/tailwind.css */
.ring-offset-error {
  --tw-ring-offset-color: var(--text-error) !important;
}

/* line 32146, app/assets/stylesheets/tailwind.css */
.ring-offset-primary {
  --tw-ring-offset-color: var(--primary) !important;
}

/* line 32150, app/assets/stylesheets/tailwind.css */
.ring-offset-secondary {
  --tw-ring-offset-color: var(--secondary) !important;
}

/* line 32154, app/assets/stylesheets/tailwind.css */
.ring-offset-primary-dark {
  --tw-ring-offset-color: var(--primary-dark) !important;
}

/* line 32158, app/assets/stylesheets/tailwind.css */
.ring-offset-text-color {
  --tw-ring-offset-color: var(--text-color) !important;
}

/* line 32162, app/assets/stylesheets/tailwind.css */
.ring-offset-button-outlined-hover {
  --tw-ring-offset-color: var(--button-outlined-hover) !important;
}

/* line 32166, app/assets/stylesheets/tailwind.css */
.ring-offset-file-info {
  --tw-ring-offset-color: var(--file-info) !important;
}

/* line 32170, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent !important;
}

/* line 32174, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor !important;
}

/* line 32178, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: var(--black) !important;
}

/* line 32182, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: var(--white) !important;
}

/* line 32186, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #f9fafb !important;
}

/* line 32190, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6 !important;
}

/* line 32194, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e5e7eb !important;
}

/* line 32198, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d1d5db !important;
}

/* line 32202, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #9ca3af !important;
}

/* line 32206, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #6b7280 !important;
}

/* line 32210, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #4b5563 !important;
}

/* line 32214, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #374151 !important;
}

/* line 32218, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #1f2937 !important;
}

/* line 32222, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #111827 !important;
}

/* line 32226, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2 !important;
}

/* line 32230, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2 !important;
}

/* line 32234, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca !important;
}

/* line 32238, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5 !important;
}

/* line 32242, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171 !important;
}

/* line 32246, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444 !important;
}

/* line 32250, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626 !important;
}

/* line 32254, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c !important;
}

/* line 32258, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b !important;
}

/* line 32262, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d !important;
}

/* line 32266, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-yellow-50:focus-within {
  --tw-ring-offset-color: #fffbeb !important;
}

/* line 32270, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fef3c7 !important;
}

/* line 32274, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fde68a !important;
}

/* line 32278, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #fcd34d !important;
}

/* line 32282, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #fbbf24 !important;
}

/* line 32286, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #f59e0b !important;
}

/* line 32290, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-yellow-600:focus-within {
  --tw-ring-offset-color: #d97706 !important;
}

/* line 32294, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-yellow-700:focus-within {
  --tw-ring-offset-color: #b45309 !important;
}

/* line 32298, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-yellow-800:focus-within {
  --tw-ring-offset-color: #92400e !important;
}

/* line 32302, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-yellow-900:focus-within {
  --tw-ring-offset-color: #78350f !important;
}

/* line 32306, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #ecfdf5 !important;
}

/* line 32310, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #d1fae5 !important;
}

/* line 32314, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #a7f3d0 !important;
}

/* line 32318, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #6ee7b7 !important;
}

/* line 32322, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #34d399 !important;
}

/* line 32326, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #10b981 !important;
}

/* line 32330, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #059669 !important;
}

/* line 32334, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #047857 !important;
}

/* line 32338, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #065f46 !important;
}

/* line 32342, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #064e3b !important;
}

/* line 32346, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff !important;
}

/* line 32350, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe !important;
}

/* line 32354, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe !important;
}

/* line 32358, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd !important;
}

/* line 32362, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa !important;
}

/* line 32366, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6 !important;
}

/* line 32370, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb !important;
}

/* line 32374, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8 !important;
}

/* line 32378, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af !important;
}

/* line 32382, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a !important;
}

/* line 32386, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-indigo-50:focus-within {
  --tw-ring-offset-color: #eef2ff !important;
}

/* line 32390, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #e0e7ff !important;
}

/* line 32394, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c7d2fe !important;
}

/* line 32398, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a5b4fc !important;
}

/* line 32402, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #818cf8 !important;
}

/* line 32406, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #6366f1 !important;
}

/* line 32410, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #4f46e5 !important;
}

/* line 32414, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4338ca !important;
}

/* line 32418, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #3730a3 !important;
}

/* line 32422, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #312e81 !important;
}

/* line 32426, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-purple-50:focus-within {
  --tw-ring-offset-color: #f5f3ff !important;
}

/* line 32430, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #ede9fe !important;
}

/* line 32434, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #ddd6fe !important;
}

/* line 32438, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #c4b5fd !important;
}

/* line 32442, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #a78bfa !important;
}

/* line 32446, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #8b5cf6 !important;
}

/* line 32450, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #7c3aed !important;
}

/* line 32454, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #6d28d9 !important;
}

/* line 32458, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #5b21b6 !important;
}

/* line 32462, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #4c1d95 !important;
}

/* line 32466, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-pink-50:focus-within {
  --tw-ring-offset-color: #fdf2f8 !important;
}

/* line 32470, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fce7f3 !important;
}

/* line 32474, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fbcfe8 !important;
}

/* line 32478, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #f9a8d4 !important;
}

/* line 32482, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f472b6 !important;
}

/* line 32486, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ec4899 !important;
}

/* line 32490, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #db2777 !important;
}

/* line 32494, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #be185d !important;
}

/* line 32498, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #9d174d !important;
}

/* line 32502, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #831843 !important;
}

/* line 32506, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-grey:focus-within {
  --tw-ring-offset-color: var(--grey) !important;
}

/* line 32510, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-info:focus-within {
  --tw-ring-offset-color: var(--text-info) !important;
}

/* line 32514, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-warning:focus-within {
  --tw-ring-offset-color: var(--text-warning) !important;
}

/* line 32518, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-error:focus-within {
  --tw-ring-offset-color: var(--text-error) !important;
}

/* line 32522, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-primary:focus-within {
  --tw-ring-offset-color: var(--primary) !important;
}

/* line 32526, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-secondary:focus-within {
  --tw-ring-offset-color: var(--secondary) !important;
}

/* line 32530, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-primary-dark:focus-within {
  --tw-ring-offset-color: var(--primary-dark) !important;
}

/* line 32534, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-text-color:focus-within {
  --tw-ring-offset-color: var(--text-color) !important;
}

/* line 32538, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-button-outlined-hover:focus-within {
  --tw-ring-offset-color: var(--button-outlined-hover) !important;
}

/* line 32542, app/assets/stylesheets/tailwind.css */
.focus-within\:ring-offset-file-info:focus-within {
  --tw-ring-offset-color: var(--file-info) !important;
}

/* line 32546, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent !important;
}

/* line 32550, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor !important;
}

/* line 32554, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: var(--black) !important;
}

/* line 32558, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: var(--white) !important;
}

/* line 32562, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #f9fafb !important;
}

/* line 32566, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f3f4f6 !important;
}

/* line 32570, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e5e7eb !important;
}

/* line 32574, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d1d5db !important;
}

/* line 32578, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #9ca3af !important;
}

/* line 32582, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #6b7280 !important;
}

/* line 32586, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #4b5563 !important;
}

/* line 32590, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #374151 !important;
}

/* line 32594, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #1f2937 !important;
}

/* line 32598, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #111827 !important;
}

/* line 32602, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2 !important;
}

/* line 32606, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2 !important;
}

/* line 32610, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca !important;
}

/* line 32614, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5 !important;
}

/* line 32618, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171 !important;
}

/* line 32622, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444 !important;
}

/* line 32626, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626 !important;
}

/* line 32630, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c !important;
}

/* line 32634, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b !important;
}

/* line 32638, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d !important;
}

/* line 32642, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fffbeb !important;
}

/* line 32646, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fef3c7 !important;
}

/* line 32650, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fde68a !important;
}

/* line 32654, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #fcd34d !important;
}

/* line 32658, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #fbbf24 !important;
}

/* line 32662, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #f59e0b !important;
}

/* line 32666, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #d97706 !important;
}

/* line 32670, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #b45309 !important;
}

/* line 32674, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #92400e !important;
}

/* line 32678, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #78350f !important;
}

/* line 32682, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #ecfdf5 !important;
}

/* line 32686, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #d1fae5 !important;
}

/* line 32690, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #a7f3d0 !important;
}

/* line 32694, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #6ee7b7 !important;
}

/* line 32698, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #34d399 !important;
}

/* line 32702, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #10b981 !important;
}

/* line 32706, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #059669 !important;
}

/* line 32710, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #047857 !important;
}

/* line 32714, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #065f46 !important;
}

/* line 32718, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #064e3b !important;
}

/* line 32722, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff !important;
}

/* line 32726, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe !important;
}

/* line 32730, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe !important;
}

/* line 32734, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd !important;
}

/* line 32738, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa !important;
}

/* line 32742, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6 !important;
}

/* line 32746, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb !important;
}

/* line 32750, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8 !important;
}

/* line 32754, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af !important;
}

/* line 32758, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a !important;
}

/* line 32762, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff !important;
}

/* line 32766, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff !important;
}

/* line 32770, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe !important;
}

/* line 32774, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc !important;
}

/* line 32778, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8 !important;
}

/* line 32782, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1 !important;
}

/* line 32786, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5 !important;
}

/* line 32790, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca !important;
}

/* line 32794, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3 !important;
}

/* line 32798, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81 !important;
}

/* line 32802, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-purple-50:focus {
  --tw-ring-offset-color: #f5f3ff !important;
}

/* line 32806, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #ede9fe !important;
}

/* line 32810, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #ddd6fe !important;
}

/* line 32814, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-purple-300:focus {
  --tw-ring-offset-color: #c4b5fd !important;
}

/* line 32818, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #a78bfa !important;
}

/* line 32822, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-purple-500:focus {
  --tw-ring-offset-color: #8b5cf6 !important;
}

/* line 32826, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #7c3aed !important;
}

/* line 32830, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-purple-700:focus {
  --tw-ring-offset-color: #6d28d9 !important;
}

/* line 32834, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-purple-800:focus {
  --tw-ring-offset-color: #5b21b6 !important;
}

/* line 32838, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-purple-900:focus {
  --tw-ring-offset-color: #4c1d95 !important;
}

/* line 32842, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8 !important;
}

/* line 32846, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3 !important;
}

/* line 32850, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8 !important;
}

/* line 32854, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4 !important;
}

/* line 32858, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6 !important;
}

/* line 32862, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899 !important;
}

/* line 32866, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777 !important;
}

/* line 32870, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d !important;
}

/* line 32874, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d !important;
}

/* line 32878, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843 !important;
}

/* line 32882, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-grey:focus {
  --tw-ring-offset-color: var(--grey) !important;
}

/* line 32886, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-info:focus {
  --tw-ring-offset-color: var(--text-info) !important;
}

/* line 32890, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-warning:focus {
  --tw-ring-offset-color: var(--text-warning) !important;
}

/* line 32894, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-error:focus {
  --tw-ring-offset-color: var(--text-error) !important;
}

/* line 32898, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-primary:focus {
  --tw-ring-offset-color: var(--primary) !important;
}

/* line 32902, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-secondary:focus {
  --tw-ring-offset-color: var(--secondary) !important;
}

/* line 32906, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-primary-dark:focus {
  --tw-ring-offset-color: var(--primary-dark) !important;
}

/* line 32910, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-text-color:focus {
  --tw-ring-offset-color: var(--text-color) !important;
}

/* line 32914, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-button-outlined-hover:focus {
  --tw-ring-offset-color: var(--button-outlined-hover) !important;
}

/* line 32918, app/assets/stylesheets/tailwind.css */
.focus\:ring-offset-file-info:focus {
  --tw-ring-offset-color: var(--file-info) !important;
}

/* line 32922, app/assets/stylesheets/tailwind.css */
.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  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) !important;
}

/* line 32935, app/assets/stylesheets/tailwind.css */
.filter-none {
  filter: none !important;
}

/* line 32939, app/assets/stylesheets/tailwind.css */
.blur-0 {
  --tw-blur: blur(0) !important;
}

/* line 32943, app/assets/stylesheets/tailwind.css */
.blur-none {
  --tw-blur: blur(0) !important;
}

/* line 32947, app/assets/stylesheets/tailwind.css */
.blur-sm {
  --tw-blur: blur(4px) !important;
}

/* line 32951, app/assets/stylesheets/tailwind.css */
.blur {
  --tw-blur: blur(8px) !important;
}

/* line 32955, app/assets/stylesheets/tailwind.css */
.blur-md {
  --tw-blur: blur(12px) !important;
}

/* line 32959, app/assets/stylesheets/tailwind.css */
.blur-lg {
  --tw-blur: blur(16px) !important;
}

/* line 32963, app/assets/stylesheets/tailwind.css */
.blur-xl {
  --tw-blur: blur(24px) !important;
}

/* line 32967, app/assets/stylesheets/tailwind.css */
.blur-2xl {
  --tw-blur: blur(40px) !important;
}

/* line 32971, app/assets/stylesheets/tailwind.css */
.blur-3xl {
  --tw-blur: blur(64px) !important;
}

/* line 32975, app/assets/stylesheets/tailwind.css */
.brightness-0 {
  --tw-brightness: brightness(0) !important;
}

/* line 32979, app/assets/stylesheets/tailwind.css */
.brightness-50 {
  --tw-brightness: brightness(.5) !important;
}

/* line 32983, app/assets/stylesheets/tailwind.css */
.brightness-75 {
  --tw-brightness: brightness(.75) !important;
}

/* line 32987, app/assets/stylesheets/tailwind.css */
.brightness-90 {
  --tw-brightness: brightness(.9) !important;
}

/* line 32991, app/assets/stylesheets/tailwind.css */
.brightness-95 {
  --tw-brightness: brightness(.95) !important;
}

/* line 32995, app/assets/stylesheets/tailwind.css */
.brightness-100 {
  --tw-brightness: brightness(1) !important;
}

/* line 32999, app/assets/stylesheets/tailwind.css */
.brightness-105 {
  --tw-brightness: brightness(1.05) !important;
}

/* line 33003, app/assets/stylesheets/tailwind.css */
.brightness-110 {
  --tw-brightness: brightness(1.1) !important;
}

/* line 33007, app/assets/stylesheets/tailwind.css */
.brightness-125 {
  --tw-brightness: brightness(1.25) !important;
}

/* line 33011, app/assets/stylesheets/tailwind.css */
.brightness-150 {
  --tw-brightness: brightness(1.5) !important;
}

/* line 33015, app/assets/stylesheets/tailwind.css */
.brightness-200 {
  --tw-brightness: brightness(2) !important;
}

/* line 33019, app/assets/stylesheets/tailwind.css */
.contrast-0 {
  --tw-contrast: contrast(0) !important;
}

/* line 33023, app/assets/stylesheets/tailwind.css */
.contrast-50 {
  --tw-contrast: contrast(.5) !important;
}

/* line 33027, app/assets/stylesheets/tailwind.css */
.contrast-75 {
  --tw-contrast: contrast(.75) !important;
}

/* line 33031, app/assets/stylesheets/tailwind.css */
.contrast-100 {
  --tw-contrast: contrast(1) !important;
}

/* line 33035, app/assets/stylesheets/tailwind.css */
.contrast-125 {
  --tw-contrast: contrast(1.25) !important;
}

/* line 33039, app/assets/stylesheets/tailwind.css */
.contrast-150 {
  --tw-contrast: contrast(1.5) !important;
}

/* line 33043, app/assets/stylesheets/tailwind.css */
.contrast-200 {
  --tw-contrast: contrast(2) !important;
}

/* line 33047, app/assets/stylesheets/tailwind.css */
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

/* line 33051, app/assets/stylesheets/tailwind.css */
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

/* line 33055, app/assets/stylesheets/tailwind.css */
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

/* line 33059, app/assets/stylesheets/tailwind.css */
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

/* line 33063, app/assets/stylesheets/tailwind.css */
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

/* line 33067, app/assets/stylesheets/tailwind.css */
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

/* line 33071, app/assets/stylesheets/tailwind.css */
.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

/* line 33075, app/assets/stylesheets/tailwind.css */
.grayscale-0 {
  --tw-grayscale: grayscale(0) !important;
}

/* line 33079, app/assets/stylesheets/tailwind.css */
.grayscale {
  --tw-grayscale: grayscale(100%) !important;
}

/* line 33083, app/assets/stylesheets/tailwind.css */
.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

/* line 33087, app/assets/stylesheets/tailwind.css */
.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

/* line 33091, app/assets/stylesheets/tailwind.css */
.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

/* line 33095, app/assets/stylesheets/tailwind.css */
.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

/* line 33099, app/assets/stylesheets/tailwind.css */
.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

/* line 33103, app/assets/stylesheets/tailwind.css */
.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

/* line 33107, app/assets/stylesheets/tailwind.css */
.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

/* line 33111, app/assets/stylesheets/tailwind.css */
.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

/* line 33115, app/assets/stylesheets/tailwind.css */
.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

/* line 33119, app/assets/stylesheets/tailwind.css */
.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

/* line 33123, app/assets/stylesheets/tailwind.css */
.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

/* line 33127, app/assets/stylesheets/tailwind.css */
.invert-0 {
  --tw-invert: invert(0) !important;
}

/* line 33131, app/assets/stylesheets/tailwind.css */
.invert {
  --tw-invert: invert(100%) !important;
}

/* line 33135, app/assets/stylesheets/tailwind.css */
.saturate-0 {
  --tw-saturate: saturate(0) !important;
}

/* line 33139, app/assets/stylesheets/tailwind.css */
.saturate-50 {
  --tw-saturate: saturate(.5) !important;
}

/* line 33143, app/assets/stylesheets/tailwind.css */
.saturate-100 {
  --tw-saturate: saturate(1) !important;
}

/* line 33147, app/assets/stylesheets/tailwind.css */
.saturate-150 {
  --tw-saturate: saturate(1.5) !important;
}

/* line 33151, app/assets/stylesheets/tailwind.css */
.saturate-200 {
  --tw-saturate: saturate(2) !important;
}

/* line 33155, app/assets/stylesheets/tailwind.css */
.sepia-0 {
  --tw-sepia: sepia(0) !important;
}

/* line 33159, app/assets/stylesheets/tailwind.css */
.sepia {
  --tw-sepia: sepia(100%) !important;
}

/* line 33163, app/assets/stylesheets/tailwind.css */
.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

/* line 33177, app/assets/stylesheets/tailwind.css */
.backdrop-filter-none {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

/* line 33182, app/assets/stylesheets/tailwind.css */
.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0) !important;
}

/* line 33186, app/assets/stylesheets/tailwind.css */
.backdrop-blur-none {
  --tw-backdrop-blur: blur(0) !important;
}

/* line 33190, app/assets/stylesheets/tailwind.css */
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
}

/* line 33194, app/assets/stylesheets/tailwind.css */
.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
}

/* line 33198, app/assets/stylesheets/tailwind.css */
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important;
}

/* line 33202, app/assets/stylesheets/tailwind.css */
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px) !important;
}

/* line 33206, app/assets/stylesheets/tailwind.css */
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px) !important;
}

/* line 33210, app/assets/stylesheets/tailwind.css */
.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px) !important;
}

/* line 33214, app/assets/stylesheets/tailwind.css */
.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px) !important;
}

/* line 33218, app/assets/stylesheets/tailwind.css */
.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0) !important;
}

/* line 33222, app/assets/stylesheets/tailwind.css */
.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5) !important;
}

/* line 33226, app/assets/stylesheets/tailwind.css */
.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75) !important;
}

/* line 33230, app/assets/stylesheets/tailwind.css */
.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9) !important;
}

/* line 33234, app/assets/stylesheets/tailwind.css */
.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95) !important;
}

/* line 33238, app/assets/stylesheets/tailwind.css */
.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1) !important;
}

/* line 33242, app/assets/stylesheets/tailwind.css */
.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05) !important;
}

/* line 33246, app/assets/stylesheets/tailwind.css */
.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1) !important;
}

/* line 33250, app/assets/stylesheets/tailwind.css */
.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25) !important;
}

/* line 33254, app/assets/stylesheets/tailwind.css */
.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5) !important;
}

/* line 33258, app/assets/stylesheets/tailwind.css */
.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2) !important;
}

/* line 33262, app/assets/stylesheets/tailwind.css */
.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0) !important;
}

/* line 33266, app/assets/stylesheets/tailwind.css */
.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5) !important;
}

/* line 33270, app/assets/stylesheets/tailwind.css */
.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75) !important;
}

/* line 33274, app/assets/stylesheets/tailwind.css */
.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1) !important;
}

/* line 33278, app/assets/stylesheets/tailwind.css */
.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25) !important;
}

/* line 33282, app/assets/stylesheets/tailwind.css */
.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5) !important;
}

/* line 33286, app/assets/stylesheets/tailwind.css */
.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2) !important;
}

/* line 33290, app/assets/stylesheets/tailwind.css */
.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0) !important;
}

/* line 33294, app/assets/stylesheets/tailwind.css */
.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

/* line 33298, app/assets/stylesheets/tailwind.css */
.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

/* line 33302, app/assets/stylesheets/tailwind.css */
.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

/* line 33306, app/assets/stylesheets/tailwind.css */
.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

/* line 33310, app/assets/stylesheets/tailwind.css */
.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

/* line 33314, app/assets/stylesheets/tailwind.css */
.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

/* line 33318, app/assets/stylesheets/tailwind.css */
.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

/* line 33322, app/assets/stylesheets/tailwind.css */
.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

/* line 33326, app/assets/stylesheets/tailwind.css */
.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

/* line 33330, app/assets/stylesheets/tailwind.css */
.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

/* line 33334, app/assets/stylesheets/tailwind.css */
.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

/* line 33338, app/assets/stylesheets/tailwind.css */
.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

/* line 33342, app/assets/stylesheets/tailwind.css */
.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0) !important;
}

/* line 33346, app/assets/stylesheets/tailwind.css */
.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important;
}

/* line 33350, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0) !important;
}

/* line 33354, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05) !important;
}

/* line 33358, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1) !important;
}

/* line 33362, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2) !important;
}

/* line 33366, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25) !important;
}

/* line 33370, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3) !important;
}

/* line 33374, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4) !important;
}

/* line 33378, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5) !important;
}

/* line 33382, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6) !important;
}

/* line 33386, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7) !important;
}

/* line 33390, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75) !important;
}

/* line 33394, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8) !important;
}

/* line 33398, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9) !important;
}

/* line 33402, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95) !important;
}

/* line 33406, app/assets/stylesheets/tailwind.css */
.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1) !important;
}

/* line 33410, app/assets/stylesheets/tailwind.css */
.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0) !important;
}

/* line 33414, app/assets/stylesheets/tailwind.css */
.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5) !important;
}

/* line 33418, app/assets/stylesheets/tailwind.css */
.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1) !important;
}

/* line 33422, app/assets/stylesheets/tailwind.css */
.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5) !important;
}

/* line 33426, app/assets/stylesheets/tailwind.css */
.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2) !important;
}

/* line 33430, app/assets/stylesheets/tailwind.css */
.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0) !important;
}

/* line 33434, app/assets/stylesheets/tailwind.css */
.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important;
}

/* line 33438, app/assets/stylesheets/tailwind.css */
.transition-none {
  transition-property: none !important;
}

/* line 33442, app/assets/stylesheets/tailwind.css */
.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

/* line 33448, app/assets/stylesheets/tailwind.css */
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

/* line 33456, app/assets/stylesheets/tailwind.css */
.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

/* line 33462, app/assets/stylesheets/tailwind.css */
.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

/* line 33468, app/assets/stylesheets/tailwind.css */
.transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

/* line 33474, app/assets/stylesheets/tailwind.css */
.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

/* line 33480, app/assets/stylesheets/tailwind.css */
.delay-75 {
  transition-delay: 75ms !important;
}

/* line 33484, app/assets/stylesheets/tailwind.css */
.delay-100 {
  transition-delay: 100ms !important;
}

/* line 33488, app/assets/stylesheets/tailwind.css */
.delay-150 {
  transition-delay: 150ms !important;
}

/* line 33492, app/assets/stylesheets/tailwind.css */
.delay-200 {
  transition-delay: 200ms !important;
}

/* line 33496, app/assets/stylesheets/tailwind.css */
.delay-300 {
  transition-delay: 300ms !important;
}

/* line 33500, app/assets/stylesheets/tailwind.css */
.delay-500 {
  transition-delay: 500ms !important;
}

/* line 33504, app/assets/stylesheets/tailwind.css */
.delay-700 {
  transition-delay: 700ms !important;
}

/* line 33508, app/assets/stylesheets/tailwind.css */
.delay-1000 {
  transition-delay: 1000ms !important;
}

/* line 33512, app/assets/stylesheets/tailwind.css */
.duration-75 {
  transition-duration: 75ms !important;
}

/* line 33516, app/assets/stylesheets/tailwind.css */
.duration-100 {
  transition-duration: 100ms !important;
}

/* line 33520, app/assets/stylesheets/tailwind.css */
.duration-150 {
  transition-duration: 150ms !important;
}

/* line 33524, app/assets/stylesheets/tailwind.css */
.duration-200 {
  transition-duration: 200ms !important;
}

/* line 33528, app/assets/stylesheets/tailwind.css */
.duration-300 {
  transition-duration: 300ms !important;
}

/* line 33532, app/assets/stylesheets/tailwind.css */
.duration-500 {
  transition-duration: 500ms !important;
}

/* line 33536, app/assets/stylesheets/tailwind.css */
.duration-700 {
  transition-duration: 700ms !important;
}

/* line 33540, app/assets/stylesheets/tailwind.css */
.duration-1000 {
  transition-duration: 1000ms !important;
}

/* line 33544, app/assets/stylesheets/tailwind.css */
.ease-linear {
  transition-timing-function: linear !important;
}

/* line 33548, app/assets/stylesheets/tailwind.css */
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

/* line 33552, app/assets/stylesheets/tailwind.css */
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

/* line 33556, app/assets/stylesheets/tailwind.css */
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* line 33560, app/assets/stylesheets/tailwind.css */
.content-none {
  content: none !important;
}

@media (min-width: 640px) {
  /* line 33565, app/assets/stylesheets/tailwind.css */
  .sm\:container {
    width: 100%;
  }
}

@media (min-width: 640px) and (min-width: 640px) {
  /* line 33570, app/assets/stylesheets/tailwind.css */
  .sm\:container {
    max-width: 640px;
  }
}

@media (min-width: 640px) and (min-width: 768px) {
  /* line 33576, app/assets/stylesheets/tailwind.css */
  .sm\:container {
    max-width: 768px;
  }
}

@media (min-width: 640px) and (min-width: 1024px) {
  /* line 33582, app/assets/stylesheets/tailwind.css */
  .sm\:container {
    max-width: 1024px;
  }
}

@media (min-width: 640px) and (min-width: 1280px) {
  /* line 33588, app/assets/stylesheets/tailwind.css */
  .sm\:container {
    max-width: 1280px;
  }
}

@media (min-width: 640px) and (min-width: 1536px) {
  /* line 33594, app/assets/stylesheets/tailwind.css */
  .sm\:container {
    max-width: 1536px;
  }
}

@media (min-width: 640px) {
  /* line 33599, app/assets/stylesheets/tailwind.css */
  .sm\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 33611, app/assets/stylesheets/tailwind.css */
  .sm\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 33622, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 33634, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 33645, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 33657, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 33668, app/assets/stylesheets/tailwind.css */
  .sm\:pointer-events-none {
    pointer-events: none !important;
  }
  /* line 33672, app/assets/stylesheets/tailwind.css */
  .sm\:pointer-events-auto {
    pointer-events: auto !important;
  }
  /* line 33676, app/assets/stylesheets/tailwind.css */
  .sm\:visible {
    visibility: visible !important;
  }
  /* line 33680, app/assets/stylesheets/tailwind.css */
  .sm\:invisible {
    visibility: hidden !important;
  }
  /* line 33684, app/assets/stylesheets/tailwind.css */
  .sm\:static {
    position: static !important;
  }
  /* line 33688, app/assets/stylesheets/tailwind.css */
  .sm\:fixed {
    position: fixed !important;
  }
  /* line 33692, app/assets/stylesheets/tailwind.css */
  .sm\:absolute {
    position: absolute !important;
  }
  /* line 33696, app/assets/stylesheets/tailwind.css */
  .sm\:relative {
    position: relative !important;
  }
  /* line 33700, app/assets/stylesheets/tailwind.css */
  .sm\:sticky {
    position: sticky !important;
  }
  /* line 33704, app/assets/stylesheets/tailwind.css */
  .sm\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  /* line 33711, app/assets/stylesheets/tailwind.css */
  .sm\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }
  /* line 33718, app/assets/stylesheets/tailwind.css */
  .sm\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }
  /* line 33725, app/assets/stylesheets/tailwind.css */
  .sm\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }
  /* line 33732, app/assets/stylesheets/tailwind.css */
  .sm\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }
  /* line 33739, app/assets/stylesheets/tailwind.css */
  .sm\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }
  /* line 33746, app/assets/stylesheets/tailwind.css */
  .sm\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }
  /* line 33753, app/assets/stylesheets/tailwind.css */
  .sm\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }
  /* line 33760, app/assets/stylesheets/tailwind.css */
  .sm\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }
  /* line 33767, app/assets/stylesheets/tailwind.css */
  .sm\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }
  /* line 33774, app/assets/stylesheets/tailwind.css */
  .sm\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }
  /* line 33781, app/assets/stylesheets/tailwind.css */
  .sm\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }
  /* line 33788, app/assets/stylesheets/tailwind.css */
  .sm\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }
  /* line 33795, app/assets/stylesheets/tailwind.css */
  .sm\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }
  /* line 33802, app/assets/stylesheets/tailwind.css */
  .sm\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }
  /* line 33809, app/assets/stylesheets/tailwind.css */
  .sm\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }
  /* line 33816, app/assets/stylesheets/tailwind.css */
  .sm\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }
  /* line 33823, app/assets/stylesheets/tailwind.css */
  .sm\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }
  /* line 33830, app/assets/stylesheets/tailwind.css */
  .sm\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }
  /* line 33837, app/assets/stylesheets/tailwind.css */
  .sm\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }
  /* line 33844, app/assets/stylesheets/tailwind.css */
  .sm\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }
  /* line 33851, app/assets/stylesheets/tailwind.css */
  .sm\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }
  /* line 33858, app/assets/stylesheets/tailwind.css */
  .sm\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }
  /* line 33865, app/assets/stylesheets/tailwind.css */
  .sm\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }
  /* line 33872, app/assets/stylesheets/tailwind.css */
  .sm\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }
  /* line 33879, app/assets/stylesheets/tailwind.css */
  .sm\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }
  /* line 33886, app/assets/stylesheets/tailwind.css */
  .sm\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }
  /* line 33893, app/assets/stylesheets/tailwind.css */
  .sm\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }
  /* line 33900, app/assets/stylesheets/tailwind.css */
  .sm\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }
  /* line 33907, app/assets/stylesheets/tailwind.css */
  .sm\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }
  /* line 33914, app/assets/stylesheets/tailwind.css */
  .sm\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  /* line 33921, app/assets/stylesheets/tailwind.css */
  .sm\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }
  /* line 33928, app/assets/stylesheets/tailwind.css */
  .sm\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }
  /* line 33935, app/assets/stylesheets/tailwind.css */
  .sm\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }
  /* line 33942, app/assets/stylesheets/tailwind.css */
  .sm\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }
  /* line 33949, app/assets/stylesheets/tailwind.css */
  .sm\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }
  /* line 33956, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  /* line 33963, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }
  /* line 33970, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }
  /* line 33977, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }
  /* line 33984, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }
  /* line 33991, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }
  /* line 33998, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }
  /* line 34005, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }
  /* line 34012, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }
  /* line 34019, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }
  /* line 34026, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }
  /* line 34033, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }
  /* line 34040, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }
  /* line 34047, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }
  /* line 34054, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }
  /* line 34061, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }
  /* line 34068, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }
  /* line 34075, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }
  /* line 34082, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }
  /* line 34089, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }
  /* line 34096, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }
  /* line 34103, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }
  /* line 34110, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }
  /* line 34117, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }
  /* line 34124, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }
  /* line 34131, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }
  /* line 34138, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }
  /* line 34145, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }
  /* line 34152, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }
  /* line 34159, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }
  /* line 34166, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }
  /* line 34173, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }
  /* line 34180, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }
  /* line 34187, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }
  /* line 34194, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }
  /* line 34201, app/assets/stylesheets/tailwind.css */
  .sm\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }
  /* line 34208, app/assets/stylesheets/tailwind.css */
  .sm\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }
  /* line 34215, app/assets/stylesheets/tailwind.css */
  .sm\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }
  /* line 34222, app/assets/stylesheets/tailwind.css */
  .sm\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }
  /* line 34229, app/assets/stylesheets/tailwind.css */
  .sm\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }
  /* line 34236, app/assets/stylesheets/tailwind.css */
  .sm\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }
  /* line 34243, app/assets/stylesheets/tailwind.css */
  .sm\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }
  /* line 34250, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }
  /* line 34257, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }
  /* line 34264, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }
  /* line 34271, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }
  /* line 34278, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }
  /* line 34285, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }
  /* line 34292, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }
  /* line 34299, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  /* line 34304, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }
  /* line 34309, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }
  /* line 34314, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }
  /* line 34319, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }
  /* line 34324, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }
  /* line 34329, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }
  /* line 34334, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }
  /* line 34339, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }
  /* line 34344, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }
  /* line 34349, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }
  /* line 34354, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }
  /* line 34359, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }
  /* line 34364, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }
  /* line 34369, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }
  /* line 34374, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }
  /* line 34379, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }
  /* line 34384, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }
  /* line 34389, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }
  /* line 34394, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }
  /* line 34399, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }
  /* line 34404, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }
  /* line 34409, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }
  /* line 34414, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }
  /* line 34419, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }
  /* line 34424, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }
  /* line 34429, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }
  /* line 34434, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important;
  }
  /* line 34439, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }
  /* line 34444, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }
  /* line 34449, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }
  /* line 34454, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }
  /* line 34459, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }
  /* line 34464, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }
  /* line 34469, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }
  /* line 34474, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }
  /* line 34479, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  /* line 34484, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }
  /* line 34489, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }
  /* line 34494, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }
  /* line 34499, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }
  /* line 34504, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }
  /* line 34509, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }
  /* line 34514, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }
  /* line 34519, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }
  /* line 34524, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }
  /* line 34529, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }
  /* line 34534, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }
  /* line 34539, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }
  /* line 34544, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }
  /* line 34549, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }
  /* line 34554, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }
  /* line 34559, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }
  /* line 34564, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }
  /* line 34569, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }
  /* line 34574, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }
  /* line 34579, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }
  /* line 34584, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }
  /* line 34589, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }
  /* line 34594, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }
  /* line 34599, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }
  /* line 34604, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }
  /* line 34609, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }
  /* line 34614, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important;
  }
  /* line 34619, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }
  /* line 34624, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }
  /* line 34629, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }
  /* line 34634, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }
  /* line 34639, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }
  /* line 34644, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }
  /* line 34649, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }
  /* line 34654, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }
  /* line 34659, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }
  /* line 34664, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }
  /* line 34669, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }
  /* line 34674, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }
  /* line 34679, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }
  /* line 34684, app/assets/stylesheets/tailwind.css */
  .sm\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }
  /* line 34689, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }
  /* line 34694, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }
  /* line 34699, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }
  /* line 34704, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }
  /* line 34709, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }
  /* line 34714, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }
  /* line 34719, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }
  /* line 34724, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }
  /* line 34729, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }
  /* line 34734, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }
  /* line 34739, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }
  /* line 34744, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }
  /* line 34749, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }
  /* line 34754, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }
  /* line 34759, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }
  /* line 34764, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }
  /* line 34769, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }
  /* line 34774, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }
  /* line 34779, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }
  /* line 34784, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }
  /* line 34789, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }
  /* line 34794, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }
  /* line 34799, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }
  /* line 34804, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }
  /* line 34809, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }
  /* line 34814, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }
  /* line 34819, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }
  /* line 34824, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }
  /* line 34829, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }
  /* line 34834, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }
  /* line 34839, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }
  /* line 34844, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }
  /* line 34849, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }
  /* line 34854, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }
  /* line 34859, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }
  /* line 34864, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }
  /* line 34869, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }
  /* line 34874, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }
  /* line 34879, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }
  /* line 34884, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }
  /* line 34889, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }
  /* line 34894, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }
  /* line 34899, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }
  /* line 34904, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }
  /* line 34909, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }
  /* line 34914, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }
  /* line 34919, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }
  /* line 34924, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }
  /* line 34929, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }
  /* line 34934, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }
  /* line 34939, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }
  /* line 34944, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }
  /* line 34949, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }
  /* line 34954, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }
  /* line 34959, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }
  /* line 34964, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }
  /* line 34969, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }
  /* line 34974, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }
  /* line 34979, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }
  /* line 34984, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }
  /* line 34989, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }
  /* line 34994, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }
  /* line 34999, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }
  /* line 35004, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }
  /* line 35009, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }
  /* line 35014, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }
  /* line 35019, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }
  /* line 35024, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }
  /* line 35029, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }
  /* line 35034, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }
  /* line 35039, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }
  /* line 35044, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }
  /* line 35049, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }
  /* line 35054, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }
  /* line 35059, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }
  /* line 35064, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }
  /* line 35069, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }
  /* line 35074, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }
  /* line 35079, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }
  /* line 35084, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }
  /* line 35089, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }
  /* line 35094, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }
  /* line 35099, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }
  /* line 35104, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }
  /* line 35109, app/assets/stylesheets/tailwind.css */
  .sm\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }
  /* line 35114, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }
  /* line 35119, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }
  /* line 35124, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }
  /* line 35129, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }
  /* line 35134, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }
  /* line 35139, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }
  /* line 35144, app/assets/stylesheets/tailwind.css */
  .sm\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }
  /* line 35149, app/assets/stylesheets/tailwind.css */
  .sm\:top-0 {
    top: 0px !important;
  }
  /* line 35153, app/assets/stylesheets/tailwind.css */
  .sm\:top-1 {
    top: 0.25rem !important;
  }
  /* line 35157, app/assets/stylesheets/tailwind.css */
  .sm\:top-2 {
    top: 0.5rem !important;
  }
  /* line 35161, app/assets/stylesheets/tailwind.css */
  .sm\:top-3 {
    top: 0.75rem !important;
  }
  /* line 35165, app/assets/stylesheets/tailwind.css */
  .sm\:top-4 {
    top: 1rem !important;
  }
  /* line 35169, app/assets/stylesheets/tailwind.css */
  .sm\:top-5 {
    top: 1.25rem !important;
  }
  /* line 35173, app/assets/stylesheets/tailwind.css */
  .sm\:top-6 {
    top: 1.5rem !important;
  }
  /* line 35177, app/assets/stylesheets/tailwind.css */
  .sm\:top-7 {
    top: 1.75rem !important;
  }
  /* line 35181, app/assets/stylesheets/tailwind.css */
  .sm\:top-8 {
    top: 2rem !important;
  }
  /* line 35185, app/assets/stylesheets/tailwind.css */
  .sm\:top-9 {
    top: 2.25rem !important;
  }
  /* line 35189, app/assets/stylesheets/tailwind.css */
  .sm\:top-10 {
    top: 2.5rem !important;
  }
  /* line 35193, app/assets/stylesheets/tailwind.css */
  .sm\:top-11 {
    top: 2.75rem !important;
  }
  /* line 35197, app/assets/stylesheets/tailwind.css */
  .sm\:top-12 {
    top: 3rem !important;
  }
  /* line 35201, app/assets/stylesheets/tailwind.css */
  .sm\:top-14 {
    top: 3.5rem !important;
  }
  /* line 35205, app/assets/stylesheets/tailwind.css */
  .sm\:top-16 {
    top: 4rem !important;
  }
  /* line 35209, app/assets/stylesheets/tailwind.css */
  .sm\:top-20 {
    top: 5rem !important;
  }
  /* line 35213, app/assets/stylesheets/tailwind.css */
  .sm\:top-24 {
    top: 6rem !important;
  }
  /* line 35217, app/assets/stylesheets/tailwind.css */
  .sm\:top-28 {
    top: 7rem !important;
  }
  /* line 35221, app/assets/stylesheets/tailwind.css */
  .sm\:top-32 {
    top: 8rem !important;
  }
  /* line 35225, app/assets/stylesheets/tailwind.css */
  .sm\:top-36 {
    top: 9rem !important;
  }
  /* line 35229, app/assets/stylesheets/tailwind.css */
  .sm\:top-40 {
    top: 10rem !important;
  }
  /* line 35233, app/assets/stylesheets/tailwind.css */
  .sm\:top-44 {
    top: 11rem !important;
  }
  /* line 35237, app/assets/stylesheets/tailwind.css */
  .sm\:top-48 {
    top: 12rem !important;
  }
  /* line 35241, app/assets/stylesheets/tailwind.css */
  .sm\:top-52 {
    top: 13rem !important;
  }
  /* line 35245, app/assets/stylesheets/tailwind.css */
  .sm\:top-56 {
    top: 14rem !important;
  }
  /* line 35249, app/assets/stylesheets/tailwind.css */
  .sm\:top-60 {
    top: 15rem !important;
  }
  /* line 35253, app/assets/stylesheets/tailwind.css */
  .sm\:top-64 {
    top: 16rem !important;
  }
  /* line 35257, app/assets/stylesheets/tailwind.css */
  .sm\:top-72 {
    top: 18rem !important;
  }
  /* line 35261, app/assets/stylesheets/tailwind.css */
  .sm\:top-80 {
    top: 20rem !important;
  }
  /* line 35265, app/assets/stylesheets/tailwind.css */
  .sm\:top-96 {
    top: 24rem !important;
  }
  /* line 35269, app/assets/stylesheets/tailwind.css */
  .sm\:top-auto {
    top: auto !important;
  }
  /* line 35273, app/assets/stylesheets/tailwind.css */
  .sm\:top-px {
    top: 1px !important;
  }
  /* line 35277, app/assets/stylesheets/tailwind.css */
  .sm\:top-0\.5 {
    top: 0.125rem !important;
  }
  /* line 35281, app/assets/stylesheets/tailwind.css */
  .sm\:top-1\.5 {
    top: 0.375rem !important;
  }
  /* line 35285, app/assets/stylesheets/tailwind.css */
  .sm\:top-2\.5 {
    top: 0.625rem !important;
  }
  /* line 35289, app/assets/stylesheets/tailwind.css */
  .sm\:top-3\.5 {
    top: 0.875rem !important;
  }
  /* line 35293, app/assets/stylesheets/tailwind.css */
  .sm\:-top-0 {
    top: 0px !important;
  }
  /* line 35297, app/assets/stylesheets/tailwind.css */
  .sm\:-top-1 {
    top: -0.25rem !important;
  }
  /* line 35301, app/assets/stylesheets/tailwind.css */
  .sm\:-top-2 {
    top: -0.5rem !important;
  }
  /* line 35305, app/assets/stylesheets/tailwind.css */
  .sm\:-top-3 {
    top: -0.75rem !important;
  }
  /* line 35309, app/assets/stylesheets/tailwind.css */
  .sm\:-top-4 {
    top: -1rem !important;
  }
  /* line 35313, app/assets/stylesheets/tailwind.css */
  .sm\:-top-5 {
    top: -1.25rem !important;
  }
  /* line 35317, app/assets/stylesheets/tailwind.css */
  .sm\:-top-6 {
    top: -1.5rem !important;
  }
  /* line 35321, app/assets/stylesheets/tailwind.css */
  .sm\:-top-7 {
    top: -1.75rem !important;
  }
  /* line 35325, app/assets/stylesheets/tailwind.css */
  .sm\:-top-8 {
    top: -2rem !important;
  }
  /* line 35329, app/assets/stylesheets/tailwind.css */
  .sm\:-top-9 {
    top: -2.25rem !important;
  }
  /* line 35333, app/assets/stylesheets/tailwind.css */
  .sm\:-top-10 {
    top: -2.5rem !important;
  }
  /* line 35337, app/assets/stylesheets/tailwind.css */
  .sm\:-top-11 {
    top: -2.75rem !important;
  }
  /* line 35341, app/assets/stylesheets/tailwind.css */
  .sm\:-top-12 {
    top: -3rem !important;
  }
  /* line 35345, app/assets/stylesheets/tailwind.css */
  .sm\:-top-14 {
    top: -3.5rem !important;
  }
  /* line 35349, app/assets/stylesheets/tailwind.css */
  .sm\:-top-16 {
    top: -4rem !important;
  }
  /* line 35353, app/assets/stylesheets/tailwind.css */
  .sm\:-top-20 {
    top: -5rem !important;
  }
  /* line 35357, app/assets/stylesheets/tailwind.css */
  .sm\:-top-24 {
    top: -6rem !important;
  }
  /* line 35361, app/assets/stylesheets/tailwind.css */
  .sm\:-top-28 {
    top: -7rem !important;
  }
  /* line 35365, app/assets/stylesheets/tailwind.css */
  .sm\:-top-32 {
    top: -8rem !important;
  }
  /* line 35369, app/assets/stylesheets/tailwind.css */
  .sm\:-top-36 {
    top: -9rem !important;
  }
  /* line 35373, app/assets/stylesheets/tailwind.css */
  .sm\:-top-40 {
    top: -10rem !important;
  }
  /* line 35377, app/assets/stylesheets/tailwind.css */
  .sm\:-top-44 {
    top: -11rem !important;
  }
  /* line 35381, app/assets/stylesheets/tailwind.css */
  .sm\:-top-48 {
    top: -12rem !important;
  }
  /* line 35385, app/assets/stylesheets/tailwind.css */
  .sm\:-top-52 {
    top: -13rem !important;
  }
  /* line 35389, app/assets/stylesheets/tailwind.css */
  .sm\:-top-56 {
    top: -14rem !important;
  }
  /* line 35393, app/assets/stylesheets/tailwind.css */
  .sm\:-top-60 {
    top: -15rem !important;
  }
  /* line 35397, app/assets/stylesheets/tailwind.css */
  .sm\:-top-64 {
    top: -16rem !important;
  }
  /* line 35401, app/assets/stylesheets/tailwind.css */
  .sm\:-top-72 {
    top: -18rem !important;
  }
  /* line 35405, app/assets/stylesheets/tailwind.css */
  .sm\:-top-80 {
    top: -20rem !important;
  }
  /* line 35409, app/assets/stylesheets/tailwind.css */
  .sm\:-top-96 {
    top: -24rem !important;
  }
  /* line 35413, app/assets/stylesheets/tailwind.css */
  .sm\:-top-px {
    top: -1px !important;
  }
  /* line 35417, app/assets/stylesheets/tailwind.css */
  .sm\:-top-0\.5 {
    top: -0.125rem !important;
  }
  /* line 35421, app/assets/stylesheets/tailwind.css */
  .sm\:-top-1\.5 {
    top: -0.375rem !important;
  }
  /* line 35425, app/assets/stylesheets/tailwind.css */
  .sm\:-top-2\.5 {
    top: -0.625rem !important;
  }
  /* line 35429, app/assets/stylesheets/tailwind.css */
  .sm\:-top-3\.5 {
    top: -0.875rem !important;
  }
  /* line 35433, app/assets/stylesheets/tailwind.css */
  .sm\:top-1\/2 {
    top: 50% !important;
  }
  /* line 35437, app/assets/stylesheets/tailwind.css */
  .sm\:top-1\/3 {
    top: 33.333333% !important;
  }
  /* line 35441, app/assets/stylesheets/tailwind.css */
  .sm\:top-2\/3 {
    top: 66.666667% !important;
  }
  /* line 35445, app/assets/stylesheets/tailwind.css */
  .sm\:top-1\/4 {
    top: 25% !important;
  }
  /* line 35449, app/assets/stylesheets/tailwind.css */
  .sm\:top-2\/4 {
    top: 50% !important;
  }
  /* line 35453, app/assets/stylesheets/tailwind.css */
  .sm\:top-3\/4 {
    top: 75% !important;
  }
  /* line 35457, app/assets/stylesheets/tailwind.css */
  .sm\:top-full {
    top: 100% !important;
  }
  /* line 35461, app/assets/stylesheets/tailwind.css */
  .sm\:-top-1\/2 {
    top: -50% !important;
  }
  /* line 35465, app/assets/stylesheets/tailwind.css */
  .sm\:-top-1\/3 {
    top: -33.333333% !important;
  }
  /* line 35469, app/assets/stylesheets/tailwind.css */
  .sm\:-top-2\/3 {
    top: -66.666667% !important;
  }
  /* line 35473, app/assets/stylesheets/tailwind.css */
  .sm\:-top-1\/4 {
    top: -25% !important;
  }
  /* line 35477, app/assets/stylesheets/tailwind.css */
  .sm\:-top-2\/4 {
    top: -50% !important;
  }
  /* line 35481, app/assets/stylesheets/tailwind.css */
  .sm\:-top-3\/4 {
    top: -75% !important;
  }
  /* line 35485, app/assets/stylesheets/tailwind.css */
  .sm\:-top-full {
    top: -100% !important;
  }
  /* line 35489, app/assets/stylesheets/tailwind.css */
  .sm\:right-0 {
    right: 0px !important;
  }
  /* line 35493, app/assets/stylesheets/tailwind.css */
  .sm\:right-1 {
    right: 0.25rem !important;
  }
  /* line 35497, app/assets/stylesheets/tailwind.css */
  .sm\:right-2 {
    right: 0.5rem !important;
  }
  /* line 35501, app/assets/stylesheets/tailwind.css */
  .sm\:right-3 {
    right: 0.75rem !important;
  }
  /* line 35505, app/assets/stylesheets/tailwind.css */
  .sm\:right-4 {
    right: 1rem !important;
  }
  /* line 35509, app/assets/stylesheets/tailwind.css */
  .sm\:right-5 {
    right: 1.25rem !important;
  }
  /* line 35513, app/assets/stylesheets/tailwind.css */
  .sm\:right-6 {
    right: 1.5rem !important;
  }
  /* line 35517, app/assets/stylesheets/tailwind.css */
  .sm\:right-7 {
    right: 1.75rem !important;
  }
  /* line 35521, app/assets/stylesheets/tailwind.css */
  .sm\:right-8 {
    right: 2rem !important;
  }
  /* line 35525, app/assets/stylesheets/tailwind.css */
  .sm\:right-9 {
    right: 2.25rem !important;
  }
  /* line 35529, app/assets/stylesheets/tailwind.css */
  .sm\:right-10 {
    right: 2.5rem !important;
  }
  /* line 35533, app/assets/stylesheets/tailwind.css */
  .sm\:right-11 {
    right: 2.75rem !important;
  }
  /* line 35537, app/assets/stylesheets/tailwind.css */
  .sm\:right-12 {
    right: 3rem !important;
  }
  /* line 35541, app/assets/stylesheets/tailwind.css */
  .sm\:right-14 {
    right: 3.5rem !important;
  }
  /* line 35545, app/assets/stylesheets/tailwind.css */
  .sm\:right-16 {
    right: 4rem !important;
  }
  /* line 35549, app/assets/stylesheets/tailwind.css */
  .sm\:right-20 {
    right: 5rem !important;
  }
  /* line 35553, app/assets/stylesheets/tailwind.css */
  .sm\:right-24 {
    right: 6rem !important;
  }
  /* line 35557, app/assets/stylesheets/tailwind.css */
  .sm\:right-28 {
    right: 7rem !important;
  }
  /* line 35561, app/assets/stylesheets/tailwind.css */
  .sm\:right-32 {
    right: 8rem !important;
  }
  /* line 35565, app/assets/stylesheets/tailwind.css */
  .sm\:right-36 {
    right: 9rem !important;
  }
  /* line 35569, app/assets/stylesheets/tailwind.css */
  .sm\:right-40 {
    right: 10rem !important;
  }
  /* line 35573, app/assets/stylesheets/tailwind.css */
  .sm\:right-44 {
    right: 11rem !important;
  }
  /* line 35577, app/assets/stylesheets/tailwind.css */
  .sm\:right-48 {
    right: 12rem !important;
  }
  /* line 35581, app/assets/stylesheets/tailwind.css */
  .sm\:right-52 {
    right: 13rem !important;
  }
  /* line 35585, app/assets/stylesheets/tailwind.css */
  .sm\:right-56 {
    right: 14rem !important;
  }
  /* line 35589, app/assets/stylesheets/tailwind.css */
  .sm\:right-60 {
    right: 15rem !important;
  }
  /* line 35593, app/assets/stylesheets/tailwind.css */
  .sm\:right-64 {
    right: 16rem !important;
  }
  /* line 35597, app/assets/stylesheets/tailwind.css */
  .sm\:right-72 {
    right: 18rem !important;
  }
  /* line 35601, app/assets/stylesheets/tailwind.css */
  .sm\:right-80 {
    right: 20rem !important;
  }
  /* line 35605, app/assets/stylesheets/tailwind.css */
  .sm\:right-96 {
    right: 24rem !important;
  }
  /* line 35609, app/assets/stylesheets/tailwind.css */
  .sm\:right-auto {
    right: auto !important;
  }
  /* line 35613, app/assets/stylesheets/tailwind.css */
  .sm\:right-px {
    right: 1px !important;
  }
  /* line 35617, app/assets/stylesheets/tailwind.css */
  .sm\:right-0\.5 {
    right: 0.125rem !important;
  }
  /* line 35621, app/assets/stylesheets/tailwind.css */
  .sm\:right-1\.5 {
    right: 0.375rem !important;
  }
  /* line 35625, app/assets/stylesheets/tailwind.css */
  .sm\:right-2\.5 {
    right: 0.625rem !important;
  }
  /* line 35629, app/assets/stylesheets/tailwind.css */
  .sm\:right-3\.5 {
    right: 0.875rem !important;
  }
  /* line 35633, app/assets/stylesheets/tailwind.css */
  .sm\:-right-0 {
    right: 0px !important;
  }
  /* line 35637, app/assets/stylesheets/tailwind.css */
  .sm\:-right-1 {
    right: -0.25rem !important;
  }
  /* line 35641, app/assets/stylesheets/tailwind.css */
  .sm\:-right-2 {
    right: -0.5rem !important;
  }
  /* line 35645, app/assets/stylesheets/tailwind.css */
  .sm\:-right-3 {
    right: -0.75rem !important;
  }
  /* line 35649, app/assets/stylesheets/tailwind.css */
  .sm\:-right-4 {
    right: -1rem !important;
  }
  /* line 35653, app/assets/stylesheets/tailwind.css */
  .sm\:-right-5 {
    right: -1.25rem !important;
  }
  /* line 35657, app/assets/stylesheets/tailwind.css */
  .sm\:-right-6 {
    right: -1.5rem !important;
  }
  /* line 35661, app/assets/stylesheets/tailwind.css */
  .sm\:-right-7 {
    right: -1.75rem !important;
  }
  /* line 35665, app/assets/stylesheets/tailwind.css */
  .sm\:-right-8 {
    right: -2rem !important;
  }
  /* line 35669, app/assets/stylesheets/tailwind.css */
  .sm\:-right-9 {
    right: -2.25rem !important;
  }
  /* line 35673, app/assets/stylesheets/tailwind.css */
  .sm\:-right-10 {
    right: -2.5rem !important;
  }
  /* line 35677, app/assets/stylesheets/tailwind.css */
  .sm\:-right-11 {
    right: -2.75rem !important;
  }
  /* line 35681, app/assets/stylesheets/tailwind.css */
  .sm\:-right-12 {
    right: -3rem !important;
  }
  /* line 35685, app/assets/stylesheets/tailwind.css */
  .sm\:-right-14 {
    right: -3.5rem !important;
  }
  /* line 35689, app/assets/stylesheets/tailwind.css */
  .sm\:-right-16 {
    right: -4rem !important;
  }
  /* line 35693, app/assets/stylesheets/tailwind.css */
  .sm\:-right-20 {
    right: -5rem !important;
  }
  /* line 35697, app/assets/stylesheets/tailwind.css */
  .sm\:-right-24 {
    right: -6rem !important;
  }
  /* line 35701, app/assets/stylesheets/tailwind.css */
  .sm\:-right-28 {
    right: -7rem !important;
  }
  /* line 35705, app/assets/stylesheets/tailwind.css */
  .sm\:-right-32 {
    right: -8rem !important;
  }
  /* line 35709, app/assets/stylesheets/tailwind.css */
  .sm\:-right-36 {
    right: -9rem !important;
  }
  /* line 35713, app/assets/stylesheets/tailwind.css */
  .sm\:-right-40 {
    right: -10rem !important;
  }
  /* line 35717, app/assets/stylesheets/tailwind.css */
  .sm\:-right-44 {
    right: -11rem !important;
  }
  /* line 35721, app/assets/stylesheets/tailwind.css */
  .sm\:-right-48 {
    right: -12rem !important;
  }
  /* line 35725, app/assets/stylesheets/tailwind.css */
  .sm\:-right-52 {
    right: -13rem !important;
  }
  /* line 35729, app/assets/stylesheets/tailwind.css */
  .sm\:-right-56 {
    right: -14rem !important;
  }
  /* line 35733, app/assets/stylesheets/tailwind.css */
  .sm\:-right-60 {
    right: -15rem !important;
  }
  /* line 35737, app/assets/stylesheets/tailwind.css */
  .sm\:-right-64 {
    right: -16rem !important;
  }
  /* line 35741, app/assets/stylesheets/tailwind.css */
  .sm\:-right-72 {
    right: -18rem !important;
  }
  /* line 35745, app/assets/stylesheets/tailwind.css */
  .sm\:-right-80 {
    right: -20rem !important;
  }
  /* line 35749, app/assets/stylesheets/tailwind.css */
  .sm\:-right-96 {
    right: -24rem !important;
  }
  /* line 35753, app/assets/stylesheets/tailwind.css */
  .sm\:-right-px {
    right: -1px !important;
  }
  /* line 35757, app/assets/stylesheets/tailwind.css */
  .sm\:-right-0\.5 {
    right: -0.125rem !important;
  }
  /* line 35761, app/assets/stylesheets/tailwind.css */
  .sm\:-right-1\.5 {
    right: -0.375rem !important;
  }
  /* line 35765, app/assets/stylesheets/tailwind.css */
  .sm\:-right-2\.5 {
    right: -0.625rem !important;
  }
  /* line 35769, app/assets/stylesheets/tailwind.css */
  .sm\:-right-3\.5 {
    right: -0.875rem !important;
  }
  /* line 35773, app/assets/stylesheets/tailwind.css */
  .sm\:right-1\/2 {
    right: 50% !important;
  }
  /* line 35777, app/assets/stylesheets/tailwind.css */
  .sm\:right-1\/3 {
    right: 33.333333% !important;
  }
  /* line 35781, app/assets/stylesheets/tailwind.css */
  .sm\:right-2\/3 {
    right: 66.666667% !important;
  }
  /* line 35785, app/assets/stylesheets/tailwind.css */
  .sm\:right-1\/4 {
    right: 25% !important;
  }
  /* line 35789, app/assets/stylesheets/tailwind.css */
  .sm\:right-2\/4 {
    right: 50% !important;
  }
  /* line 35793, app/assets/stylesheets/tailwind.css */
  .sm\:right-3\/4 {
    right: 75% !important;
  }
  /* line 35797, app/assets/stylesheets/tailwind.css */
  .sm\:right-full {
    right: 100% !important;
  }
  /* line 35801, app/assets/stylesheets/tailwind.css */
  .sm\:-right-1\/2 {
    right: -50% !important;
  }
  /* line 35805, app/assets/stylesheets/tailwind.css */
  .sm\:-right-1\/3 {
    right: -33.333333% !important;
  }
  /* line 35809, app/assets/stylesheets/tailwind.css */
  .sm\:-right-2\/3 {
    right: -66.666667% !important;
  }
  /* line 35813, app/assets/stylesheets/tailwind.css */
  .sm\:-right-1\/4 {
    right: -25% !important;
  }
  /* line 35817, app/assets/stylesheets/tailwind.css */
  .sm\:-right-2\/4 {
    right: -50% !important;
  }
  /* line 35821, app/assets/stylesheets/tailwind.css */
  .sm\:-right-3\/4 {
    right: -75% !important;
  }
  /* line 35825, app/assets/stylesheets/tailwind.css */
  .sm\:-right-full {
    right: -100% !important;
  }
  /* line 35829, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-0 {
    bottom: 0px !important;
  }
  /* line 35833, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-1 {
    bottom: 0.25rem !important;
  }
  /* line 35837, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-2 {
    bottom: 0.5rem !important;
  }
  /* line 35841, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-3 {
    bottom: 0.75rem !important;
  }
  /* line 35845, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-4 {
    bottom: 1rem !important;
  }
  /* line 35849, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-5 {
    bottom: 1.25rem !important;
  }
  /* line 35853, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-6 {
    bottom: 1.5rem !important;
  }
  /* line 35857, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-7 {
    bottom: 1.75rem !important;
  }
  /* line 35861, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-8 {
    bottom: 2rem !important;
  }
  /* line 35865, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-9 {
    bottom: 2.25rem !important;
  }
  /* line 35869, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-10 {
    bottom: 2.5rem !important;
  }
  /* line 35873, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-11 {
    bottom: 2.75rem !important;
  }
  /* line 35877, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-12 {
    bottom: 3rem !important;
  }
  /* line 35881, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-14 {
    bottom: 3.5rem !important;
  }
  /* line 35885, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-16 {
    bottom: 4rem !important;
  }
  /* line 35889, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-20 {
    bottom: 5rem !important;
  }
  /* line 35893, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-24 {
    bottom: 6rem !important;
  }
  /* line 35897, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-28 {
    bottom: 7rem !important;
  }
  /* line 35901, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-32 {
    bottom: 8rem !important;
  }
  /* line 35905, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-36 {
    bottom: 9rem !important;
  }
  /* line 35909, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-40 {
    bottom: 10rem !important;
  }
  /* line 35913, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-44 {
    bottom: 11rem !important;
  }
  /* line 35917, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-48 {
    bottom: 12rem !important;
  }
  /* line 35921, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-52 {
    bottom: 13rem !important;
  }
  /* line 35925, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-56 {
    bottom: 14rem !important;
  }
  /* line 35929, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-60 {
    bottom: 15rem !important;
  }
  /* line 35933, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-64 {
    bottom: 16rem !important;
  }
  /* line 35937, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-72 {
    bottom: 18rem !important;
  }
  /* line 35941, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-80 {
    bottom: 20rem !important;
  }
  /* line 35945, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-96 {
    bottom: 24rem !important;
  }
  /* line 35949, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-auto {
    bottom: auto !important;
  }
  /* line 35953, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-px {
    bottom: 1px !important;
  }
  /* line 35957, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }
  /* line 35961, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }
  /* line 35965, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }
  /* line 35969, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }
  /* line 35973, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-0 {
    bottom: 0px !important;
  }
  /* line 35977, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-1 {
    bottom: -0.25rem !important;
  }
  /* line 35981, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-2 {
    bottom: -0.5rem !important;
  }
  /* line 35985, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-3 {
    bottom: -0.75rem !important;
  }
  /* line 35989, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-4 {
    bottom: -1rem !important;
  }
  /* line 35993, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-5 {
    bottom: -1.25rem !important;
  }
  /* line 35997, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-6 {
    bottom: -1.5rem !important;
  }
  /* line 36001, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-7 {
    bottom: -1.75rem !important;
  }
  /* line 36005, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-8 {
    bottom: -2rem !important;
  }
  /* line 36009, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-9 {
    bottom: -2.25rem !important;
  }
  /* line 36013, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-10 {
    bottom: -2.5rem !important;
  }
  /* line 36017, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-11 {
    bottom: -2.75rem !important;
  }
  /* line 36021, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-12 {
    bottom: -3rem !important;
  }
  /* line 36025, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-14 {
    bottom: -3.5rem !important;
  }
  /* line 36029, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-16 {
    bottom: -4rem !important;
  }
  /* line 36033, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-20 {
    bottom: -5rem !important;
  }
  /* line 36037, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-24 {
    bottom: -6rem !important;
  }
  /* line 36041, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-28 {
    bottom: -7rem !important;
  }
  /* line 36045, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-32 {
    bottom: -8rem !important;
  }
  /* line 36049, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-36 {
    bottom: -9rem !important;
  }
  /* line 36053, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-40 {
    bottom: -10rem !important;
  }
  /* line 36057, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-44 {
    bottom: -11rem !important;
  }
  /* line 36061, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-48 {
    bottom: -12rem !important;
  }
  /* line 36065, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-52 {
    bottom: -13rem !important;
  }
  /* line 36069, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-56 {
    bottom: -14rem !important;
  }
  /* line 36073, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-60 {
    bottom: -15rem !important;
  }
  /* line 36077, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-64 {
    bottom: -16rem !important;
  }
  /* line 36081, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-72 {
    bottom: -18rem !important;
  }
  /* line 36085, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-80 {
    bottom: -20rem !important;
  }
  /* line 36089, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-96 {
    bottom: -24rem !important;
  }
  /* line 36093, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-px {
    bottom: -1px !important;
  }
  /* line 36097, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }
  /* line 36101, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }
  /* line 36105, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }
  /* line 36109, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }
  /* line 36113, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-1\/2 {
    bottom: 50% !important;
  }
  /* line 36117, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }
  /* line 36121, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }
  /* line 36125, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-1\/4 {
    bottom: 25% !important;
  }
  /* line 36129, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-2\/4 {
    bottom: 50% !important;
  }
  /* line 36133, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-3\/4 {
    bottom: 75% !important;
  }
  /* line 36137, app/assets/stylesheets/tailwind.css */
  .sm\:bottom-full {
    bottom: 100% !important;
  }
  /* line 36141, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-1\/2 {
    bottom: -50% !important;
  }
  /* line 36145, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }
  /* line 36149, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }
  /* line 36153, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-1\/4 {
    bottom: -25% !important;
  }
  /* line 36157, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-2\/4 {
    bottom: -50% !important;
  }
  /* line 36161, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-3\/4 {
    bottom: -75% !important;
  }
  /* line 36165, app/assets/stylesheets/tailwind.css */
  .sm\:-bottom-full {
    bottom: -100% !important;
  }
  /* line 36169, app/assets/stylesheets/tailwind.css */
  .sm\:left-0 {
    left: 0px !important;
  }
  /* line 36173, app/assets/stylesheets/tailwind.css */
  .sm\:left-1 {
    left: 0.25rem !important;
  }
  /* line 36177, app/assets/stylesheets/tailwind.css */
  .sm\:left-2 {
    left: 0.5rem !important;
  }
  /* line 36181, app/assets/stylesheets/tailwind.css */
  .sm\:left-3 {
    left: 0.75rem !important;
  }
  /* line 36185, app/assets/stylesheets/tailwind.css */
  .sm\:left-4 {
    left: 1rem !important;
  }
  /* line 36189, app/assets/stylesheets/tailwind.css */
  .sm\:left-5 {
    left: 1.25rem !important;
  }
  /* line 36193, app/assets/stylesheets/tailwind.css */
  .sm\:left-6 {
    left: 1.5rem !important;
  }
  /* line 36197, app/assets/stylesheets/tailwind.css */
  .sm\:left-7 {
    left: 1.75rem !important;
  }
  /* line 36201, app/assets/stylesheets/tailwind.css */
  .sm\:left-8 {
    left: 2rem !important;
  }
  /* line 36205, app/assets/stylesheets/tailwind.css */
  .sm\:left-9 {
    left: 2.25rem !important;
  }
  /* line 36209, app/assets/stylesheets/tailwind.css */
  .sm\:left-10 {
    left: 2.5rem !important;
  }
  /* line 36213, app/assets/stylesheets/tailwind.css */
  .sm\:left-11 {
    left: 2.75rem !important;
  }
  /* line 36217, app/assets/stylesheets/tailwind.css */
  .sm\:left-12 {
    left: 3rem !important;
  }
  /* line 36221, app/assets/stylesheets/tailwind.css */
  .sm\:left-14 {
    left: 3.5rem !important;
  }
  /* line 36225, app/assets/stylesheets/tailwind.css */
  .sm\:left-16 {
    left: 4rem !important;
  }
  /* line 36229, app/assets/stylesheets/tailwind.css */
  .sm\:left-20 {
    left: 5rem !important;
  }
  /* line 36233, app/assets/stylesheets/tailwind.css */
  .sm\:left-24 {
    left: 6rem !important;
  }
  /* line 36237, app/assets/stylesheets/tailwind.css */
  .sm\:left-28 {
    left: 7rem !important;
  }
  /* line 36241, app/assets/stylesheets/tailwind.css */
  .sm\:left-32 {
    left: 8rem !important;
  }
  /* line 36245, app/assets/stylesheets/tailwind.css */
  .sm\:left-36 {
    left: 9rem !important;
  }
  /* line 36249, app/assets/stylesheets/tailwind.css */
  .sm\:left-40 {
    left: 10rem !important;
  }
  /* line 36253, app/assets/stylesheets/tailwind.css */
  .sm\:left-44 {
    left: 11rem !important;
  }
  /* line 36257, app/assets/stylesheets/tailwind.css */
  .sm\:left-48 {
    left: 12rem !important;
  }
  /* line 36261, app/assets/stylesheets/tailwind.css */
  .sm\:left-52 {
    left: 13rem !important;
  }
  /* line 36265, app/assets/stylesheets/tailwind.css */
  .sm\:left-56 {
    left: 14rem !important;
  }
  /* line 36269, app/assets/stylesheets/tailwind.css */
  .sm\:left-60 {
    left: 15rem !important;
  }
  /* line 36273, app/assets/stylesheets/tailwind.css */
  .sm\:left-64 {
    left: 16rem !important;
  }
  /* line 36277, app/assets/stylesheets/tailwind.css */
  .sm\:left-72 {
    left: 18rem !important;
  }
  /* line 36281, app/assets/stylesheets/tailwind.css */
  .sm\:left-80 {
    left: 20rem !important;
  }
  /* line 36285, app/assets/stylesheets/tailwind.css */
  .sm\:left-96 {
    left: 24rem !important;
  }
  /* line 36289, app/assets/stylesheets/tailwind.css */
  .sm\:left-auto {
    left: auto !important;
  }
  /* line 36293, app/assets/stylesheets/tailwind.css */
  .sm\:left-px {
    left: 1px !important;
  }
  /* line 36297, app/assets/stylesheets/tailwind.css */
  .sm\:left-0\.5 {
    left: 0.125rem !important;
  }
  /* line 36301, app/assets/stylesheets/tailwind.css */
  .sm\:left-1\.5 {
    left: 0.375rem !important;
  }
  /* line 36305, app/assets/stylesheets/tailwind.css */
  .sm\:left-2\.5 {
    left: 0.625rem !important;
  }
  /* line 36309, app/assets/stylesheets/tailwind.css */
  .sm\:left-3\.5 {
    left: 0.875rem !important;
  }
  /* line 36313, app/assets/stylesheets/tailwind.css */
  .sm\:-left-0 {
    left: 0px !important;
  }
  /* line 36317, app/assets/stylesheets/tailwind.css */
  .sm\:-left-1 {
    left: -0.25rem !important;
  }
  /* line 36321, app/assets/stylesheets/tailwind.css */
  .sm\:-left-2 {
    left: -0.5rem !important;
  }
  /* line 36325, app/assets/stylesheets/tailwind.css */
  .sm\:-left-3 {
    left: -0.75rem !important;
  }
  /* line 36329, app/assets/stylesheets/tailwind.css */
  .sm\:-left-4 {
    left: -1rem !important;
  }
  /* line 36333, app/assets/stylesheets/tailwind.css */
  .sm\:-left-5 {
    left: -1.25rem !important;
  }
  /* line 36337, app/assets/stylesheets/tailwind.css */
  .sm\:-left-6 {
    left: -1.5rem !important;
  }
  /* line 36341, app/assets/stylesheets/tailwind.css */
  .sm\:-left-7 {
    left: -1.75rem !important;
  }
  /* line 36345, app/assets/stylesheets/tailwind.css */
  .sm\:-left-8 {
    left: -2rem !important;
  }
  /* line 36349, app/assets/stylesheets/tailwind.css */
  .sm\:-left-9 {
    left: -2.25rem !important;
  }
  /* line 36353, app/assets/stylesheets/tailwind.css */
  .sm\:-left-10 {
    left: -2.5rem !important;
  }
  /* line 36357, app/assets/stylesheets/tailwind.css */
  .sm\:-left-11 {
    left: -2.75rem !important;
  }
  /* line 36361, app/assets/stylesheets/tailwind.css */
  .sm\:-left-12 {
    left: -3rem !important;
  }
  /* line 36365, app/assets/stylesheets/tailwind.css */
  .sm\:-left-14 {
    left: -3.5rem !important;
  }
  /* line 36369, app/assets/stylesheets/tailwind.css */
  .sm\:-left-16 {
    left: -4rem !important;
  }
  /* line 36373, app/assets/stylesheets/tailwind.css */
  .sm\:-left-20 {
    left: -5rem !important;
  }
  /* line 36377, app/assets/stylesheets/tailwind.css */
  .sm\:-left-24 {
    left: -6rem !important;
  }
  /* line 36381, app/assets/stylesheets/tailwind.css */
  .sm\:-left-28 {
    left: -7rem !important;
  }
  /* line 36385, app/assets/stylesheets/tailwind.css */
  .sm\:-left-32 {
    left: -8rem !important;
  }
  /* line 36389, app/assets/stylesheets/tailwind.css */
  .sm\:-left-36 {
    left: -9rem !important;
  }
  /* line 36393, app/assets/stylesheets/tailwind.css */
  .sm\:-left-40 {
    left: -10rem !important;
  }
  /* line 36397, app/assets/stylesheets/tailwind.css */
  .sm\:-left-44 {
    left: -11rem !important;
  }
  /* line 36401, app/assets/stylesheets/tailwind.css */
  .sm\:-left-48 {
    left: -12rem !important;
  }
  /* line 36405, app/assets/stylesheets/tailwind.css */
  .sm\:-left-52 {
    left: -13rem !important;
  }
  /* line 36409, app/assets/stylesheets/tailwind.css */
  .sm\:-left-56 {
    left: -14rem !important;
  }
  /* line 36413, app/assets/stylesheets/tailwind.css */
  .sm\:-left-60 {
    left: -15rem !important;
  }
  /* line 36417, app/assets/stylesheets/tailwind.css */
  .sm\:-left-64 {
    left: -16rem !important;
  }
  /* line 36421, app/assets/stylesheets/tailwind.css */
  .sm\:-left-72 {
    left: -18rem !important;
  }
  /* line 36425, app/assets/stylesheets/tailwind.css */
  .sm\:-left-80 {
    left: -20rem !important;
  }
  /* line 36429, app/assets/stylesheets/tailwind.css */
  .sm\:-left-96 {
    left: -24rem !important;
  }
  /* line 36433, app/assets/stylesheets/tailwind.css */
  .sm\:-left-px {
    left: -1px !important;
  }
  /* line 36437, app/assets/stylesheets/tailwind.css */
  .sm\:-left-0\.5 {
    left: -0.125rem !important;
  }
  /* line 36441, app/assets/stylesheets/tailwind.css */
  .sm\:-left-1\.5 {
    left: -0.375rem !important;
  }
  /* line 36445, app/assets/stylesheets/tailwind.css */
  .sm\:-left-2\.5 {
    left: -0.625rem !important;
  }
  /* line 36449, app/assets/stylesheets/tailwind.css */
  .sm\:-left-3\.5 {
    left: -0.875rem !important;
  }
  /* line 36453, app/assets/stylesheets/tailwind.css */
  .sm\:left-1\/2 {
    left: 50% !important;
  }
  /* line 36457, app/assets/stylesheets/tailwind.css */
  .sm\:left-1\/3 {
    left: 33.333333% !important;
  }
  /* line 36461, app/assets/stylesheets/tailwind.css */
  .sm\:left-2\/3 {
    left: 66.666667% !important;
  }
  /* line 36465, app/assets/stylesheets/tailwind.css */
  .sm\:left-1\/4 {
    left: 25% !important;
  }
  /* line 36469, app/assets/stylesheets/tailwind.css */
  .sm\:left-2\/4 {
    left: 50% !important;
  }
  /* line 36473, app/assets/stylesheets/tailwind.css */
  .sm\:left-3\/4 {
    left: 75% !important;
  }
  /* line 36477, app/assets/stylesheets/tailwind.css */
  .sm\:left-full {
    left: 100% !important;
  }
  /* line 36481, app/assets/stylesheets/tailwind.css */
  .sm\:-left-1\/2 {
    left: -50% !important;
  }
  /* line 36485, app/assets/stylesheets/tailwind.css */
  .sm\:-left-1\/3 {
    left: -33.333333% !important;
  }
  /* line 36489, app/assets/stylesheets/tailwind.css */
  .sm\:-left-2\/3 {
    left: -66.666667% !important;
  }
  /* line 36493, app/assets/stylesheets/tailwind.css */
  .sm\:-left-1\/4 {
    left: -25% !important;
  }
  /* line 36497, app/assets/stylesheets/tailwind.css */
  .sm\:-left-2\/4 {
    left: -50% !important;
  }
  /* line 36501, app/assets/stylesheets/tailwind.css */
  .sm\:-left-3\/4 {
    left: -75% !important;
  }
  /* line 36505, app/assets/stylesheets/tailwind.css */
  .sm\:-left-full {
    left: -100% !important;
  }
  /* line 36509, app/assets/stylesheets/tailwind.css */
  .sm\:isolate {
    isolation: isolate !important;
  }
  /* line 36513, app/assets/stylesheets/tailwind.css */
  .sm\:isolation-auto {
    isolation: auto !important;
  }
  /* line 36517, app/assets/stylesheets/tailwind.css */
  .sm\:z-0 {
    z-index: 0 !important;
  }
  /* line 36521, app/assets/stylesheets/tailwind.css */
  .sm\:z-10 {
    z-index: 10 !important;
  }
  /* line 36525, app/assets/stylesheets/tailwind.css */
  .sm\:z-20 {
    z-index: 20 !important;
  }
  /* line 36529, app/assets/stylesheets/tailwind.css */
  .sm\:z-30 {
    z-index: 30 !important;
  }
  /* line 36533, app/assets/stylesheets/tailwind.css */
  .sm\:z-40 {
    z-index: 40 !important;
  }
  /* line 36537, app/assets/stylesheets/tailwind.css */
  .sm\:z-50 {
    z-index: 50 !important;
  }
  /* line 36541, app/assets/stylesheets/tailwind.css */
  .sm\:z-auto {
    z-index: auto !important;
  }
  /* line 36545, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }
  /* line 36549, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }
  /* line 36553, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }
  /* line 36557, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }
  /* line 36561, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }
  /* line 36565, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }
  /* line 36569, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }
  /* line 36573, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:z-0:focus {
    z-index: 0 !important;
  }
  /* line 36577, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:z-10:focus {
    z-index: 10 !important;
  }
  /* line 36581, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:z-20:focus {
    z-index: 20 !important;
  }
  /* line 36585, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:z-30:focus {
    z-index: 30 !important;
  }
  /* line 36589, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:z-40:focus {
    z-index: 40 !important;
  }
  /* line 36593, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:z-50:focus {
    z-index: 50 !important;
  }
  /* line 36597, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:z-auto:focus {
    z-index: auto !important;
  }
  /* line 36601, app/assets/stylesheets/tailwind.css */
  .sm\:order-1 {
    order: 1 !important;
  }
  /* line 36605, app/assets/stylesheets/tailwind.css */
  .sm\:order-2 {
    order: 2 !important;
  }
  /* line 36609, app/assets/stylesheets/tailwind.css */
  .sm\:order-3 {
    order: 3 !important;
  }
  /* line 36613, app/assets/stylesheets/tailwind.css */
  .sm\:order-4 {
    order: 4 !important;
  }
  /* line 36617, app/assets/stylesheets/tailwind.css */
  .sm\:order-5 {
    order: 5 !important;
  }
  /* line 36621, app/assets/stylesheets/tailwind.css */
  .sm\:order-6 {
    order: 6 !important;
  }
  /* line 36625, app/assets/stylesheets/tailwind.css */
  .sm\:order-7 {
    order: 7 !important;
  }
  /* line 36629, app/assets/stylesheets/tailwind.css */
  .sm\:order-8 {
    order: 8 !important;
  }
  /* line 36633, app/assets/stylesheets/tailwind.css */
  .sm\:order-9 {
    order: 9 !important;
  }
  /* line 36637, app/assets/stylesheets/tailwind.css */
  .sm\:order-10 {
    order: 10 !important;
  }
  /* line 36641, app/assets/stylesheets/tailwind.css */
  .sm\:order-11 {
    order: 11 !important;
  }
  /* line 36645, app/assets/stylesheets/tailwind.css */
  .sm\:order-12 {
    order: 12 !important;
  }
  /* line 36649, app/assets/stylesheets/tailwind.css */
  .sm\:order-first {
    order: -9999 !important;
  }
  /* line 36653, app/assets/stylesheets/tailwind.css */
  .sm\:order-last {
    order: 9999 !important;
  }
  /* line 36657, app/assets/stylesheets/tailwind.css */
  .sm\:order-none {
    order: 0 !important;
  }
  /* line 36661, app/assets/stylesheets/tailwind.css */
  .sm\:col-auto {
    grid-column: auto !important;
  }
  /* line 36665, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  /* line 36669, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  /* line 36673, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  /* line 36677, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  /* line 36681, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  /* line 36685, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  /* line 36689, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  /* line 36693, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  /* line 36697, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  /* line 36701, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  /* line 36705, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  /* line 36709, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  /* line 36713, app/assets/stylesheets/tailwind.css */
  .sm\:col-span-full {
    grid-column: 1 / -1 !important;
  }
  /* line 36717, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-1 {
    grid-column-start: 1 !important;
  }
  /* line 36721, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-2 {
    grid-column-start: 2 !important;
  }
  /* line 36725, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-3 {
    grid-column-start: 3 !important;
  }
  /* line 36729, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-4 {
    grid-column-start: 4 !important;
  }
  /* line 36733, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-5 {
    grid-column-start: 5 !important;
  }
  /* line 36737, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-6 {
    grid-column-start: 6 !important;
  }
  /* line 36741, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-7 {
    grid-column-start: 7 !important;
  }
  /* line 36745, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-8 {
    grid-column-start: 8 !important;
  }
  /* line 36749, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-9 {
    grid-column-start: 9 !important;
  }
  /* line 36753, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-10 {
    grid-column-start: 10 !important;
  }
  /* line 36757, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-11 {
    grid-column-start: 11 !important;
  }
  /* line 36761, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-12 {
    grid-column-start: 12 !important;
  }
  /* line 36765, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-13 {
    grid-column-start: 13 !important;
  }
  /* line 36769, app/assets/stylesheets/tailwind.css */
  .sm\:col-start-auto {
    grid-column-start: auto !important;
  }
  /* line 36773, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-1 {
    grid-column-end: 1 !important;
  }
  /* line 36777, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-2 {
    grid-column-end: 2 !important;
  }
  /* line 36781, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-3 {
    grid-column-end: 3 !important;
  }
  /* line 36785, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-4 {
    grid-column-end: 4 !important;
  }
  /* line 36789, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-5 {
    grid-column-end: 5 !important;
  }
  /* line 36793, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-6 {
    grid-column-end: 6 !important;
  }
  /* line 36797, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-7 {
    grid-column-end: 7 !important;
  }
  /* line 36801, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-8 {
    grid-column-end: 8 !important;
  }
  /* line 36805, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-9 {
    grid-column-end: 9 !important;
  }
  /* line 36809, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-10 {
    grid-column-end: 10 !important;
  }
  /* line 36813, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-11 {
    grid-column-end: 11 !important;
  }
  /* line 36817, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-12 {
    grid-column-end: 12 !important;
  }
  /* line 36821, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-13 {
    grid-column-end: 13 !important;
  }
  /* line 36825, app/assets/stylesheets/tailwind.css */
  .sm\:col-end-auto {
    grid-column-end: auto !important;
  }
  /* line 36829, app/assets/stylesheets/tailwind.css */
  .sm\:row-auto {
    grid-row: auto !important;
  }
  /* line 36833, app/assets/stylesheets/tailwind.css */
  .sm\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  /* line 36837, app/assets/stylesheets/tailwind.css */
  .sm\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  /* line 36841, app/assets/stylesheets/tailwind.css */
  .sm\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  /* line 36845, app/assets/stylesheets/tailwind.css */
  .sm\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  /* line 36849, app/assets/stylesheets/tailwind.css */
  .sm\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  /* line 36853, app/assets/stylesheets/tailwind.css */
  .sm\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  /* line 36857, app/assets/stylesheets/tailwind.css */
  .sm\:row-span-full {
    grid-row: 1 / -1 !important;
  }
  /* line 36861, app/assets/stylesheets/tailwind.css */
  .sm\:row-start-1 {
    grid-row-start: 1 !important;
  }
  /* line 36865, app/assets/stylesheets/tailwind.css */
  .sm\:row-start-2 {
    grid-row-start: 2 !important;
  }
  /* line 36869, app/assets/stylesheets/tailwind.css */
  .sm\:row-start-3 {
    grid-row-start: 3 !important;
  }
  /* line 36873, app/assets/stylesheets/tailwind.css */
  .sm\:row-start-4 {
    grid-row-start: 4 !important;
  }
  /* line 36877, app/assets/stylesheets/tailwind.css */
  .sm\:row-start-5 {
    grid-row-start: 5 !important;
  }
  /* line 36881, app/assets/stylesheets/tailwind.css */
  .sm\:row-start-6 {
    grid-row-start: 6 !important;
  }
  /* line 36885, app/assets/stylesheets/tailwind.css */
  .sm\:row-start-7 {
    grid-row-start: 7 !important;
  }
  /* line 36889, app/assets/stylesheets/tailwind.css */
  .sm\:row-start-auto {
    grid-row-start: auto !important;
  }
  /* line 36893, app/assets/stylesheets/tailwind.css */
  .sm\:row-end-1 {
    grid-row-end: 1 !important;
  }
  /* line 36897, app/assets/stylesheets/tailwind.css */
  .sm\:row-end-2 {
    grid-row-end: 2 !important;
  }
  /* line 36901, app/assets/stylesheets/tailwind.css */
  .sm\:row-end-3 {
    grid-row-end: 3 !important;
  }
  /* line 36905, app/assets/stylesheets/tailwind.css */
  .sm\:row-end-4 {
    grid-row-end: 4 !important;
  }
  /* line 36909, app/assets/stylesheets/tailwind.css */
  .sm\:row-end-5 {
    grid-row-end: 5 !important;
  }
  /* line 36913, app/assets/stylesheets/tailwind.css */
  .sm\:row-end-6 {
    grid-row-end: 6 !important;
  }
  /* line 36917, app/assets/stylesheets/tailwind.css */
  .sm\:row-end-7 {
    grid-row-end: 7 !important;
  }
  /* line 36921, app/assets/stylesheets/tailwind.css */
  .sm\:row-end-auto {
    grid-row-end: auto !important;
  }
  /* line 36925, app/assets/stylesheets/tailwind.css */
  .sm\:float-right {
    float: right !important;
  }
  /* line 36929, app/assets/stylesheets/tailwind.css */
  .sm\:float-left {
    float: left !important;
  }
  /* line 36933, app/assets/stylesheets/tailwind.css */
  .sm\:float-none {
    float: none !important;
  }
  /* line 36937, app/assets/stylesheets/tailwind.css */
  .sm\:clear-left {
    clear: left !important;
  }
  /* line 36941, app/assets/stylesheets/tailwind.css */
  .sm\:clear-right {
    clear: right !important;
  }
  /* line 36945, app/assets/stylesheets/tailwind.css */
  .sm\:clear-both {
    clear: both !important;
  }
  /* line 36949, app/assets/stylesheets/tailwind.css */
  .sm\:clear-none {
    clear: none !important;
  }
  /* line 36953, app/assets/stylesheets/tailwind.css */
  .sm\:m-0 {
    margin: 0px !important;
  }
  /* line 36957, app/assets/stylesheets/tailwind.css */
  .sm\:m-1 {
    margin: 0.25rem !important;
  }
  /* line 36961, app/assets/stylesheets/tailwind.css */
  .sm\:m-2 {
    margin: 0.5rem !important;
  }
  /* line 36965, app/assets/stylesheets/tailwind.css */
  .sm\:m-3 {
    margin: 0.75rem !important;
  }
  /* line 36969, app/assets/stylesheets/tailwind.css */
  .sm\:m-4 {
    margin: 1rem !important;
  }
  /* line 36973, app/assets/stylesheets/tailwind.css */
  .sm\:m-5 {
    margin: 1.25rem !important;
  }
  /* line 36977, app/assets/stylesheets/tailwind.css */
  .sm\:m-6 {
    margin: 1.5rem !important;
  }
  /* line 36981, app/assets/stylesheets/tailwind.css */
  .sm\:m-7 {
    margin: 1.75rem !important;
  }
  /* line 36985, app/assets/stylesheets/tailwind.css */
  .sm\:m-8 {
    margin: 2rem !important;
  }
  /* line 36989, app/assets/stylesheets/tailwind.css */
  .sm\:m-9 {
    margin: 2.25rem !important;
  }
  /* line 36993, app/assets/stylesheets/tailwind.css */
  .sm\:m-10 {
    margin: 2.5rem !important;
  }
  /* line 36997, app/assets/stylesheets/tailwind.css */
  .sm\:m-11 {
    margin: 2.75rem !important;
  }
  /* line 37001, app/assets/stylesheets/tailwind.css */
  .sm\:m-12 {
    margin: 3rem !important;
  }
  /* line 37005, app/assets/stylesheets/tailwind.css */
  .sm\:m-14 {
    margin: 3.5rem !important;
  }
  /* line 37009, app/assets/stylesheets/tailwind.css */
  .sm\:m-16 {
    margin: 4rem !important;
  }
  /* line 37013, app/assets/stylesheets/tailwind.css */
  .sm\:m-20 {
    margin: 5rem !important;
  }
  /* line 37017, app/assets/stylesheets/tailwind.css */
  .sm\:m-24 {
    margin: 6rem !important;
  }
  /* line 37021, app/assets/stylesheets/tailwind.css */
  .sm\:m-28 {
    margin: 7rem !important;
  }
  /* line 37025, app/assets/stylesheets/tailwind.css */
  .sm\:m-32 {
    margin: 8rem !important;
  }
  /* line 37029, app/assets/stylesheets/tailwind.css */
  .sm\:m-36 {
    margin: 9rem !important;
  }
  /* line 37033, app/assets/stylesheets/tailwind.css */
  .sm\:m-40 {
    margin: 10rem !important;
  }
  /* line 37037, app/assets/stylesheets/tailwind.css */
  .sm\:m-44 {
    margin: 11rem !important;
  }
  /* line 37041, app/assets/stylesheets/tailwind.css */
  .sm\:m-48 {
    margin: 12rem !important;
  }
  /* line 37045, app/assets/stylesheets/tailwind.css */
  .sm\:m-52 {
    margin: 13rem !important;
  }
  /* line 37049, app/assets/stylesheets/tailwind.css */
  .sm\:m-56 {
    margin: 14rem !important;
  }
  /* line 37053, app/assets/stylesheets/tailwind.css */
  .sm\:m-60 {
    margin: 15rem !important;
  }
  /* line 37057, app/assets/stylesheets/tailwind.css */
  .sm\:m-64 {
    margin: 16rem !important;
  }
  /* line 37061, app/assets/stylesheets/tailwind.css */
  .sm\:m-72 {
    margin: 18rem !important;
  }
  /* line 37065, app/assets/stylesheets/tailwind.css */
  .sm\:m-80 {
    margin: 20rem !important;
  }
  /* line 37069, app/assets/stylesheets/tailwind.css */
  .sm\:m-96 {
    margin: 24rem !important;
  }
  /* line 37073, app/assets/stylesheets/tailwind.css */
  .sm\:m-auto {
    margin: auto !important;
  }
  /* line 37077, app/assets/stylesheets/tailwind.css */
  .sm\:m-px {
    margin: 1px !important;
  }
  /* line 37081, app/assets/stylesheets/tailwind.css */
  .sm\:m-0\.5 {
    margin: 0.125rem !important;
  }
  /* line 37085, app/assets/stylesheets/tailwind.css */
  .sm\:m-1\.5 {
    margin: 0.375rem !important;
  }
  /* line 37089, app/assets/stylesheets/tailwind.css */
  .sm\:m-2\.5 {
    margin: 0.625rem !important;
  }
  /* line 37093, app/assets/stylesheets/tailwind.css */
  .sm\:m-3\.5 {
    margin: 0.875rem !important;
  }
  /* line 37097, app/assets/stylesheets/tailwind.css */
  .sm\:-m-0 {
    margin: 0px !important;
  }
  /* line 37101, app/assets/stylesheets/tailwind.css */
  .sm\:-m-1 {
    margin: -0.25rem !important;
  }
  /* line 37105, app/assets/stylesheets/tailwind.css */
  .sm\:-m-2 {
    margin: -0.5rem !important;
  }
  /* line 37109, app/assets/stylesheets/tailwind.css */
  .sm\:-m-3 {
    margin: -0.75rem !important;
  }
  /* line 37113, app/assets/stylesheets/tailwind.css */
  .sm\:-m-4 {
    margin: -1rem !important;
  }
  /* line 37117, app/assets/stylesheets/tailwind.css */
  .sm\:-m-5 {
    margin: -1.25rem !important;
  }
  /* line 37121, app/assets/stylesheets/tailwind.css */
  .sm\:-m-6 {
    margin: -1.5rem !important;
  }
  /* line 37125, app/assets/stylesheets/tailwind.css */
  .sm\:-m-7 {
    margin: -1.75rem !important;
  }
  /* line 37129, app/assets/stylesheets/tailwind.css */
  .sm\:-m-8 {
    margin: -2rem !important;
  }
  /* line 37133, app/assets/stylesheets/tailwind.css */
  .sm\:-m-9 {
    margin: -2.25rem !important;
  }
  /* line 37137, app/assets/stylesheets/tailwind.css */
  .sm\:-m-10 {
    margin: -2.5rem !important;
  }
  /* line 37141, app/assets/stylesheets/tailwind.css */
  .sm\:-m-11 {
    margin: -2.75rem !important;
  }
  /* line 37145, app/assets/stylesheets/tailwind.css */
  .sm\:-m-12 {
    margin: -3rem !important;
  }
  /* line 37149, app/assets/stylesheets/tailwind.css */
  .sm\:-m-14 {
    margin: -3.5rem !important;
  }
  /* line 37153, app/assets/stylesheets/tailwind.css */
  .sm\:-m-16 {
    margin: -4rem !important;
  }
  /* line 37157, app/assets/stylesheets/tailwind.css */
  .sm\:-m-20 {
    margin: -5rem !important;
  }
  /* line 37161, app/assets/stylesheets/tailwind.css */
  .sm\:-m-24 {
    margin: -6rem !important;
  }
  /* line 37165, app/assets/stylesheets/tailwind.css */
  .sm\:-m-28 {
    margin: -7rem !important;
  }
  /* line 37169, app/assets/stylesheets/tailwind.css */
  .sm\:-m-32 {
    margin: -8rem !important;
  }
  /* line 37173, app/assets/stylesheets/tailwind.css */
  .sm\:-m-36 {
    margin: -9rem !important;
  }
  /* line 37177, app/assets/stylesheets/tailwind.css */
  .sm\:-m-40 {
    margin: -10rem !important;
  }
  /* line 37181, app/assets/stylesheets/tailwind.css */
  .sm\:-m-44 {
    margin: -11rem !important;
  }
  /* line 37185, app/assets/stylesheets/tailwind.css */
  .sm\:-m-48 {
    margin: -12rem !important;
  }
  /* line 37189, app/assets/stylesheets/tailwind.css */
  .sm\:-m-52 {
    margin: -13rem !important;
  }
  /* line 37193, app/assets/stylesheets/tailwind.css */
  .sm\:-m-56 {
    margin: -14rem !important;
  }
  /* line 37197, app/assets/stylesheets/tailwind.css */
  .sm\:-m-60 {
    margin: -15rem !important;
  }
  /* line 37201, app/assets/stylesheets/tailwind.css */
  .sm\:-m-64 {
    margin: -16rem !important;
  }
  /* line 37205, app/assets/stylesheets/tailwind.css */
  .sm\:-m-72 {
    margin: -18rem !important;
  }
  /* line 37209, app/assets/stylesheets/tailwind.css */
  .sm\:-m-80 {
    margin: -20rem !important;
  }
  /* line 37213, app/assets/stylesheets/tailwind.css */
  .sm\:-m-96 {
    margin: -24rem !important;
  }
  /* line 37217, app/assets/stylesheets/tailwind.css */
  .sm\:-m-px {
    margin: -1px !important;
  }
  /* line 37221, app/assets/stylesheets/tailwind.css */
  .sm\:-m-0\.5 {
    margin: -0.125rem !important;
  }
  /* line 37225, app/assets/stylesheets/tailwind.css */
  .sm\:-m-1\.5 {
    margin: -0.375rem !important;
  }
  /* line 37229, app/assets/stylesheets/tailwind.css */
  .sm\:-m-2\.5 {
    margin: -0.625rem !important;
  }
  /* line 37233, app/assets/stylesheets/tailwind.css */
  .sm\:-m-3\.5 {
    margin: -0.875rem !important;
  }
  /* line 37237, app/assets/stylesheets/tailwind.css */
  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 37242, app/assets/stylesheets/tailwind.css */
  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  /* line 37247, app/assets/stylesheets/tailwind.css */
  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 37252, app/assets/stylesheets/tailwind.css */
  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  /* line 37257, app/assets/stylesheets/tailwind.css */
  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 37262, app/assets/stylesheets/tailwind.css */
  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  /* line 37267, app/assets/stylesheets/tailwind.css */
  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 37272, app/assets/stylesheets/tailwind.css */
  .sm\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  /* line 37277, app/assets/stylesheets/tailwind.css */
  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  /* line 37282, app/assets/stylesheets/tailwind.css */
  .sm\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  /* line 37287, app/assets/stylesheets/tailwind.css */
  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 37292, app/assets/stylesheets/tailwind.css */
  .sm\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  /* line 37297, app/assets/stylesheets/tailwind.css */
  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 37302, app/assets/stylesheets/tailwind.css */
  .sm\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  /* line 37307, app/assets/stylesheets/tailwind.css */
  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  /* line 37312, app/assets/stylesheets/tailwind.css */
  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 37317, app/assets/stylesheets/tailwind.css */
  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  /* line 37322, app/assets/stylesheets/tailwind.css */
  .sm\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  /* line 37327, app/assets/stylesheets/tailwind.css */
  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  /* line 37332, app/assets/stylesheets/tailwind.css */
  .sm\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  /* line 37337, app/assets/stylesheets/tailwind.css */
  .sm\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  /* line 37342, app/assets/stylesheets/tailwind.css */
  .sm\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  /* line 37347, app/assets/stylesheets/tailwind.css */
  .sm\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  /* line 37352, app/assets/stylesheets/tailwind.css */
  .sm\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  /* line 37357, app/assets/stylesheets/tailwind.css */
  .sm\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  /* line 37362, app/assets/stylesheets/tailwind.css */
  .sm\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  /* line 37367, app/assets/stylesheets/tailwind.css */
  .sm\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  /* line 37372, app/assets/stylesheets/tailwind.css */
  .sm\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  /* line 37377, app/assets/stylesheets/tailwind.css */
  .sm\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  /* line 37382, app/assets/stylesheets/tailwind.css */
  .sm\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  /* line 37387, app/assets/stylesheets/tailwind.css */
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 37392, app/assets/stylesheets/tailwind.css */
  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  /* line 37397, app/assets/stylesheets/tailwind.css */
  .sm\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }
  /* line 37402, app/assets/stylesheets/tailwind.css */
  .sm\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  /* line 37407, app/assets/stylesheets/tailwind.css */
  .sm\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  /* line 37412, app/assets/stylesheets/tailwind.css */
  .sm\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }
  /* line 37417, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 37422, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 37427, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 37432, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 37437, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 37442, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  /* line 37447, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 37452, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  /* line 37457, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  /* line 37462, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  /* line 37467, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  /* line 37472, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  /* line 37477, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 37482, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  /* line 37487, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  /* line 37492, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  /* line 37497, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  /* line 37502, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  /* line 37507, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  /* line 37512, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  /* line 37517, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  /* line 37522, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }
  /* line 37527, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  /* line 37532, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }
  /* line 37537, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  /* line 37542, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  /* line 37547, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  /* line 37552, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  /* line 37557, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  /* line 37562, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  /* line 37567, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  /* line 37572, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }
  /* line 37577, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }
  /* line 37582, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }
  /* line 37587, app/assets/stylesheets/tailwind.css */
  .sm\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }
  /* line 37592, app/assets/stylesheets/tailwind.css */
  .sm\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 37597, app/assets/stylesheets/tailwind.css */
  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 37602, app/assets/stylesheets/tailwind.css */
  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 37607, app/assets/stylesheets/tailwind.css */
  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 37612, app/assets/stylesheets/tailwind.css */
  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 37617, app/assets/stylesheets/tailwind.css */
  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 37622, app/assets/stylesheets/tailwind.css */
  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 37627, app/assets/stylesheets/tailwind.css */
  .sm\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 37632, app/assets/stylesheets/tailwind.css */
  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 37637, app/assets/stylesheets/tailwind.css */
  .sm\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 37642, app/assets/stylesheets/tailwind.css */
  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 37647, app/assets/stylesheets/tailwind.css */
  .sm\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  /* line 37652, app/assets/stylesheets/tailwind.css */
  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 37657, app/assets/stylesheets/tailwind.css */
  .sm\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 37662, app/assets/stylesheets/tailwind.css */
  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 37667, app/assets/stylesheets/tailwind.css */
  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 37672, app/assets/stylesheets/tailwind.css */
  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 37677, app/assets/stylesheets/tailwind.css */
  .sm\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 37682, app/assets/stylesheets/tailwind.css */
  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 37687, app/assets/stylesheets/tailwind.css */
  .sm\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 37692, app/assets/stylesheets/tailwind.css */
  .sm\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 37697, app/assets/stylesheets/tailwind.css */
  .sm\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  /* line 37702, app/assets/stylesheets/tailwind.css */
  .sm\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 37707, app/assets/stylesheets/tailwind.css */
  .sm\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  /* line 37712, app/assets/stylesheets/tailwind.css */
  .sm\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 37717, app/assets/stylesheets/tailwind.css */
  .sm\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  /* line 37722, app/assets/stylesheets/tailwind.css */
  .sm\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  /* line 37727, app/assets/stylesheets/tailwind.css */
  .sm\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  /* line 37732, app/assets/stylesheets/tailwind.css */
  .sm\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  /* line 37737, app/assets/stylesheets/tailwind.css */
  .sm\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  /* line 37742, app/assets/stylesheets/tailwind.css */
  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 37747, app/assets/stylesheets/tailwind.css */
  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  /* line 37752, app/assets/stylesheets/tailwind.css */
  .sm\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  /* line 37757, app/assets/stylesheets/tailwind.css */
  .sm\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  /* line 37762, app/assets/stylesheets/tailwind.css */
  .sm\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  /* line 37767, app/assets/stylesheets/tailwind.css */
  .sm\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  /* line 37772, app/assets/stylesheets/tailwind.css */
  .sm\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 37777, app/assets/stylesheets/tailwind.css */
  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 37782, app/assets/stylesheets/tailwind.css */
  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 37787, app/assets/stylesheets/tailwind.css */
  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 37792, app/assets/stylesheets/tailwind.css */
  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 37797, app/assets/stylesheets/tailwind.css */
  .sm\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 37802, app/assets/stylesheets/tailwind.css */
  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 37807, app/assets/stylesheets/tailwind.css */
  .sm\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  /* line 37812, app/assets/stylesheets/tailwind.css */
  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 37817, app/assets/stylesheets/tailwind.css */
  .sm\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 37822, app/assets/stylesheets/tailwind.css */
  .sm\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 37827, app/assets/stylesheets/tailwind.css */
  .sm\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  /* line 37832, app/assets/stylesheets/tailwind.css */
  .sm\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 37837, app/assets/stylesheets/tailwind.css */
  .sm\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 37842, app/assets/stylesheets/tailwind.css */
  .sm\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 37847, app/assets/stylesheets/tailwind.css */
  .sm\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 37852, app/assets/stylesheets/tailwind.css */
  .sm\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 37857, app/assets/stylesheets/tailwind.css */
  .sm\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 37862, app/assets/stylesheets/tailwind.css */
  .sm\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 37867, app/assets/stylesheets/tailwind.css */
  .sm\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 37872, app/assets/stylesheets/tailwind.css */
  .sm\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 37877, app/assets/stylesheets/tailwind.css */
  .sm\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  /* line 37882, app/assets/stylesheets/tailwind.css */
  .sm\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 37887, app/assets/stylesheets/tailwind.css */
  .sm\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  /* line 37892, app/assets/stylesheets/tailwind.css */
  .sm\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 37897, app/assets/stylesheets/tailwind.css */
  .sm\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  /* line 37902, app/assets/stylesheets/tailwind.css */
  .sm\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  /* line 37907, app/assets/stylesheets/tailwind.css */
  .sm\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  /* line 37912, app/assets/stylesheets/tailwind.css */
  .sm\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  /* line 37917, app/assets/stylesheets/tailwind.css */
  .sm\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  /* line 37922, app/assets/stylesheets/tailwind.css */
  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  /* line 37927, app/assets/stylesheets/tailwind.css */
  .sm\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  /* line 37932, app/assets/stylesheets/tailwind.css */
  .sm\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  /* line 37937, app/assets/stylesheets/tailwind.css */
  .sm\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  /* line 37942, app/assets/stylesheets/tailwind.css */
  .sm\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  /* line 37947, app/assets/stylesheets/tailwind.css */
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  /* line 37951, app/assets/stylesheets/tailwind.css */
  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }
  /* line 37955, app/assets/stylesheets/tailwind.css */
  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }
  /* line 37959, app/assets/stylesheets/tailwind.css */
  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }
  /* line 37963, app/assets/stylesheets/tailwind.css */
  .sm\:mt-4 {
    margin-top: 1rem !important;
  }
  /* line 37967, app/assets/stylesheets/tailwind.css */
  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }
  /* line 37971, app/assets/stylesheets/tailwind.css */
  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }
  /* line 37975, app/assets/stylesheets/tailwind.css */
  .sm\:mt-7 {
    margin-top: 1.75rem !important;
  }
  /* line 37979, app/assets/stylesheets/tailwind.css */
  .sm\:mt-8 {
    margin-top: 2rem !important;
  }
  /* line 37983, app/assets/stylesheets/tailwind.css */
  .sm\:mt-9 {
    margin-top: 2.25rem !important;
  }
  /* line 37987, app/assets/stylesheets/tailwind.css */
  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }
  /* line 37991, app/assets/stylesheets/tailwind.css */
  .sm\:mt-11 {
    margin-top: 2.75rem !important;
  }
  /* line 37995, app/assets/stylesheets/tailwind.css */
  .sm\:mt-12 {
    margin-top: 3rem !important;
  }
  /* line 37999, app/assets/stylesheets/tailwind.css */
  .sm\:mt-14 {
    margin-top: 3.5rem !important;
  }
  /* line 38003, app/assets/stylesheets/tailwind.css */
  .sm\:mt-16 {
    margin-top: 4rem !important;
  }
  /* line 38007, app/assets/stylesheets/tailwind.css */
  .sm\:mt-20 {
    margin-top: 5rem !important;
  }
  /* line 38011, app/assets/stylesheets/tailwind.css */
  .sm\:mt-24 {
    margin-top: 6rem !important;
  }
  /* line 38015, app/assets/stylesheets/tailwind.css */
  .sm\:mt-28 {
    margin-top: 7rem !important;
  }
  /* line 38019, app/assets/stylesheets/tailwind.css */
  .sm\:mt-32 {
    margin-top: 8rem !important;
  }
  /* line 38023, app/assets/stylesheets/tailwind.css */
  .sm\:mt-36 {
    margin-top: 9rem !important;
  }
  /* line 38027, app/assets/stylesheets/tailwind.css */
  .sm\:mt-40 {
    margin-top: 10rem !important;
  }
  /* line 38031, app/assets/stylesheets/tailwind.css */
  .sm\:mt-44 {
    margin-top: 11rem !important;
  }
  /* line 38035, app/assets/stylesheets/tailwind.css */
  .sm\:mt-48 {
    margin-top: 12rem !important;
  }
  /* line 38039, app/assets/stylesheets/tailwind.css */
  .sm\:mt-52 {
    margin-top: 13rem !important;
  }
  /* line 38043, app/assets/stylesheets/tailwind.css */
  .sm\:mt-56 {
    margin-top: 14rem !important;
  }
  /* line 38047, app/assets/stylesheets/tailwind.css */
  .sm\:mt-60 {
    margin-top: 15rem !important;
  }
  /* line 38051, app/assets/stylesheets/tailwind.css */
  .sm\:mt-64 {
    margin-top: 16rem !important;
  }
  /* line 38055, app/assets/stylesheets/tailwind.css */
  .sm\:mt-72 {
    margin-top: 18rem !important;
  }
  /* line 38059, app/assets/stylesheets/tailwind.css */
  .sm\:mt-80 {
    margin-top: 20rem !important;
  }
  /* line 38063, app/assets/stylesheets/tailwind.css */
  .sm\:mt-96 {
    margin-top: 24rem !important;
  }
  /* line 38067, app/assets/stylesheets/tailwind.css */
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  /* line 38071, app/assets/stylesheets/tailwind.css */
  .sm\:mt-px {
    margin-top: 1px !important;
  }
  /* line 38075, app/assets/stylesheets/tailwind.css */
  .sm\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }
  /* line 38079, app/assets/stylesheets/tailwind.css */
  .sm\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }
  /* line 38083, app/assets/stylesheets/tailwind.css */
  .sm\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }
  /* line 38087, app/assets/stylesheets/tailwind.css */
  .sm\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }
  /* line 38091, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-0 {
    margin-top: 0px !important;
  }
  /* line 38095, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  /* line 38099, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  /* line 38103, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  /* line 38107, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }
  /* line 38111, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  /* line 38115, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  /* line 38119, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  /* line 38123, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }
  /* line 38127, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  /* line 38131, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  /* line 38135, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  /* line 38139, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-12 {
    margin-top: -3rem !important;
  }
  /* line 38143, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  /* line 38147, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }
  /* line 38151, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-20 {
    margin-top: -5rem !important;
  }
  /* line 38155, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }
  /* line 38159, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-28 {
    margin-top: -7rem !important;
  }
  /* line 38163, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }
  /* line 38167, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-36 {
    margin-top: -9rem !important;
  }
  /* line 38171, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-40 {
    margin-top: -10rem !important;
  }
  /* line 38175, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-44 {
    margin-top: -11rem !important;
  }
  /* line 38179, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-48 {
    margin-top: -12rem !important;
  }
  /* line 38183, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-52 {
    margin-top: -13rem !important;
  }
  /* line 38187, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-56 {
    margin-top: -14rem !important;
  }
  /* line 38191, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-60 {
    margin-top: -15rem !important;
  }
  /* line 38195, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-64 {
    margin-top: -16rem !important;
  }
  /* line 38199, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-72 {
    margin-top: -18rem !important;
  }
  /* line 38203, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-80 {
    margin-top: -20rem !important;
  }
  /* line 38207, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-96 {
    margin-top: -24rem !important;
  }
  /* line 38211, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-px {
    margin-top: -1px !important;
  }
  /* line 38215, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }
  /* line 38219, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }
  /* line 38223, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }
  /* line 38227, app/assets/stylesheets/tailwind.css */
  .sm\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }
  /* line 38231, app/assets/stylesheets/tailwind.css */
  .sm\:mr-0 {
    margin-right: 0px !important;
  }
  /* line 38235, app/assets/stylesheets/tailwind.css */
  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }
  /* line 38239, app/assets/stylesheets/tailwind.css */
  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }
  /* line 38243, app/assets/stylesheets/tailwind.css */
  .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }
  /* line 38247, app/assets/stylesheets/tailwind.css */
  .sm\:mr-4 {
    margin-right: 1rem !important;
  }
  /* line 38251, app/assets/stylesheets/tailwind.css */
  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }
  /* line 38255, app/assets/stylesheets/tailwind.css */
  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }
  /* line 38259, app/assets/stylesheets/tailwind.css */
  .sm\:mr-7 {
    margin-right: 1.75rem !important;
  }
  /* line 38263, app/assets/stylesheets/tailwind.css */
  .sm\:mr-8 {
    margin-right: 2rem !important;
  }
  /* line 38267, app/assets/stylesheets/tailwind.css */
  .sm\:mr-9 {
    margin-right: 2.25rem !important;
  }
  /* line 38271, app/assets/stylesheets/tailwind.css */
  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }
  /* line 38275, app/assets/stylesheets/tailwind.css */
  .sm\:mr-11 {
    margin-right: 2.75rem !important;
  }
  /* line 38279, app/assets/stylesheets/tailwind.css */
  .sm\:mr-12 {
    margin-right: 3rem !important;
  }
  /* line 38283, app/assets/stylesheets/tailwind.css */
  .sm\:mr-14 {
    margin-right: 3.5rem !important;
  }
  /* line 38287, app/assets/stylesheets/tailwind.css */
  .sm\:mr-16 {
    margin-right: 4rem !important;
  }
  /* line 38291, app/assets/stylesheets/tailwind.css */
  .sm\:mr-20 {
    margin-right: 5rem !important;
  }
  /* line 38295, app/assets/stylesheets/tailwind.css */
  .sm\:mr-24 {
    margin-right: 6rem !important;
  }
  /* line 38299, app/assets/stylesheets/tailwind.css */
  .sm\:mr-28 {
    margin-right: 7rem !important;
  }
  /* line 38303, app/assets/stylesheets/tailwind.css */
  .sm\:mr-32 {
    margin-right: 8rem !important;
  }
  /* line 38307, app/assets/stylesheets/tailwind.css */
  .sm\:mr-36 {
    margin-right: 9rem !important;
  }
  /* line 38311, app/assets/stylesheets/tailwind.css */
  .sm\:mr-40 {
    margin-right: 10rem !important;
  }
  /* line 38315, app/assets/stylesheets/tailwind.css */
  .sm\:mr-44 {
    margin-right: 11rem !important;
  }
  /* line 38319, app/assets/stylesheets/tailwind.css */
  .sm\:mr-48 {
    margin-right: 12rem !important;
  }
  /* line 38323, app/assets/stylesheets/tailwind.css */
  .sm\:mr-52 {
    margin-right: 13rem !important;
  }
  /* line 38327, app/assets/stylesheets/tailwind.css */
  .sm\:mr-56 {
    margin-right: 14rem !important;
  }
  /* line 38331, app/assets/stylesheets/tailwind.css */
  .sm\:mr-60 {
    margin-right: 15rem !important;
  }
  /* line 38335, app/assets/stylesheets/tailwind.css */
  .sm\:mr-64 {
    margin-right: 16rem !important;
  }
  /* line 38339, app/assets/stylesheets/tailwind.css */
  .sm\:mr-72 {
    margin-right: 18rem !important;
  }
  /* line 38343, app/assets/stylesheets/tailwind.css */
  .sm\:mr-80 {
    margin-right: 20rem !important;
  }
  /* line 38347, app/assets/stylesheets/tailwind.css */
  .sm\:mr-96 {
    margin-right: 24rem !important;
  }
  /* line 38351, app/assets/stylesheets/tailwind.css */
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  /* line 38355, app/assets/stylesheets/tailwind.css */
  .sm\:mr-px {
    margin-right: 1px !important;
  }
  /* line 38359, app/assets/stylesheets/tailwind.css */
  .sm\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }
  /* line 38363, app/assets/stylesheets/tailwind.css */
  .sm\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }
  /* line 38367, app/assets/stylesheets/tailwind.css */
  .sm\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }
  /* line 38371, app/assets/stylesheets/tailwind.css */
  .sm\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }
  /* line 38375, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-0 {
    margin-right: 0px !important;
  }
  /* line 38379, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  /* line 38383, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  /* line 38387, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  /* line 38391, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }
  /* line 38395, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  /* line 38399, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  /* line 38403, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  /* line 38407, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }
  /* line 38411, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  /* line 38415, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  /* line 38419, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  /* line 38423, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-12 {
    margin-right: -3rem !important;
  }
  /* line 38427, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  /* line 38431, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-16 {
    margin-right: -4rem !important;
  }
  /* line 38435, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-20 {
    margin-right: -5rem !important;
  }
  /* line 38439, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-24 {
    margin-right: -6rem !important;
  }
  /* line 38443, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-28 {
    margin-right: -7rem !important;
  }
  /* line 38447, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-32 {
    margin-right: -8rem !important;
  }
  /* line 38451, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-36 {
    margin-right: -9rem !important;
  }
  /* line 38455, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-40 {
    margin-right: -10rem !important;
  }
  /* line 38459, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-44 {
    margin-right: -11rem !important;
  }
  /* line 38463, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-48 {
    margin-right: -12rem !important;
  }
  /* line 38467, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-52 {
    margin-right: -13rem !important;
  }
  /* line 38471, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-56 {
    margin-right: -14rem !important;
  }
  /* line 38475, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-60 {
    margin-right: -15rem !important;
  }
  /* line 38479, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-64 {
    margin-right: -16rem !important;
  }
  /* line 38483, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-72 {
    margin-right: -18rem !important;
  }
  /* line 38487, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-80 {
    margin-right: -20rem !important;
  }
  /* line 38491, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-96 {
    margin-right: -24rem !important;
  }
  /* line 38495, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-px {
    margin-right: -1px !important;
  }
  /* line 38499, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }
  /* line 38503, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }
  /* line 38507, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }
  /* line 38511, app/assets/stylesheets/tailwind.css */
  .sm\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }
  /* line 38515, app/assets/stylesheets/tailwind.css */
  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }
  /* line 38519, app/assets/stylesheets/tailwind.css */
  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 38523, app/assets/stylesheets/tailwind.css */
  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 38527, app/assets/stylesheets/tailwind.css */
  .sm\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 38531, app/assets/stylesheets/tailwind.css */
  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }
  /* line 38535, app/assets/stylesheets/tailwind.css */
  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 38539, app/assets/stylesheets/tailwind.css */
  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 38543, app/assets/stylesheets/tailwind.css */
  .sm\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 38547, app/assets/stylesheets/tailwind.css */
  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }
  /* line 38551, app/assets/stylesheets/tailwind.css */
  .sm\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  /* line 38555, app/assets/stylesheets/tailwind.css */
  .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  /* line 38559, app/assets/stylesheets/tailwind.css */
  .sm\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  /* line 38563, app/assets/stylesheets/tailwind.css */
  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }
  /* line 38567, app/assets/stylesheets/tailwind.css */
  .sm\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  /* line 38571, app/assets/stylesheets/tailwind.css */
  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }
  /* line 38575, app/assets/stylesheets/tailwind.css */
  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }
  /* line 38579, app/assets/stylesheets/tailwind.css */
  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }
  /* line 38583, app/assets/stylesheets/tailwind.css */
  .sm\:mb-28 {
    margin-bottom: 7rem !important;
  }
  /* line 38587, app/assets/stylesheets/tailwind.css */
  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }
  /* line 38591, app/assets/stylesheets/tailwind.css */
  .sm\:mb-36 {
    margin-bottom: 9rem !important;
  }
  /* line 38595, app/assets/stylesheets/tailwind.css */
  .sm\:mb-40 {
    margin-bottom: 10rem !important;
  }
  /* line 38599, app/assets/stylesheets/tailwind.css */
  .sm\:mb-44 {
    margin-bottom: 11rem !important;
  }
  /* line 38603, app/assets/stylesheets/tailwind.css */
  .sm\:mb-48 {
    margin-bottom: 12rem !important;
  }
  /* line 38607, app/assets/stylesheets/tailwind.css */
  .sm\:mb-52 {
    margin-bottom: 13rem !important;
  }
  /* line 38611, app/assets/stylesheets/tailwind.css */
  .sm\:mb-56 {
    margin-bottom: 14rem !important;
  }
  /* line 38615, app/assets/stylesheets/tailwind.css */
  .sm\:mb-60 {
    margin-bottom: 15rem !important;
  }
  /* line 38619, app/assets/stylesheets/tailwind.css */
  .sm\:mb-64 {
    margin-bottom: 16rem !important;
  }
  /* line 38623, app/assets/stylesheets/tailwind.css */
  .sm\:mb-72 {
    margin-bottom: 18rem !important;
  }
  /* line 38627, app/assets/stylesheets/tailwind.css */
  .sm\:mb-80 {
    margin-bottom: 20rem !important;
  }
  /* line 38631, app/assets/stylesheets/tailwind.css */
  .sm\:mb-96 {
    margin-bottom: 24rem !important;
  }
  /* line 38635, app/assets/stylesheets/tailwind.css */
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  /* line 38639, app/assets/stylesheets/tailwind.css */
  .sm\:mb-px {
    margin-bottom: 1px !important;
  }
  /* line 38643, app/assets/stylesheets/tailwind.css */
  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }
  /* line 38647, app/assets/stylesheets/tailwind.css */
  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }
  /* line 38651, app/assets/stylesheets/tailwind.css */
  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }
  /* line 38655, app/assets/stylesheets/tailwind.css */
  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }
  /* line 38659, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-0 {
    margin-bottom: 0px !important;
  }
  /* line 38663, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 38667, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 38671, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 38675, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  /* line 38679, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  /* line 38683, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  /* line 38687, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  /* line 38691, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  /* line 38695, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  /* line 38699, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  /* line 38703, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  /* line 38707, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  /* line 38711, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  /* line 38715, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  /* line 38719, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  /* line 38723, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  /* line 38727, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  /* line 38731, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  /* line 38735, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  /* line 38739, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  /* line 38743, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-44 {
    margin-bottom: -11rem !important;
  }
  /* line 38747, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  /* line 38751, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-52 {
    margin-bottom: -13rem !important;
  }
  /* line 38755, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  /* line 38759, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  /* line 38763, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  /* line 38767, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  /* line 38771, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  /* line 38775, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  /* line 38779, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }
  /* line 38783, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }
  /* line 38787, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }
  /* line 38791, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }
  /* line 38795, app/assets/stylesheets/tailwind.css */
  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }
  /* line 38799, app/assets/stylesheets/tailwind.css */
  .sm\:ml-0 {
    margin-left: 0px !important;
  }
  /* line 38803, app/assets/stylesheets/tailwind.css */
  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }
  /* line 38807, app/assets/stylesheets/tailwind.css */
  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }
  /* line 38811, app/assets/stylesheets/tailwind.css */
  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }
  /* line 38815, app/assets/stylesheets/tailwind.css */
  .sm\:ml-4 {
    margin-left: 1rem !important;
  }
  /* line 38819, app/assets/stylesheets/tailwind.css */
  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }
  /* line 38823, app/assets/stylesheets/tailwind.css */
  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }
  /* line 38827, app/assets/stylesheets/tailwind.css */
  .sm\:ml-7 {
    margin-left: 1.75rem !important;
  }
  /* line 38831, app/assets/stylesheets/tailwind.css */
  .sm\:ml-8 {
    margin-left: 2rem !important;
  }
  /* line 38835, app/assets/stylesheets/tailwind.css */
  .sm\:ml-9 {
    margin-left: 2.25rem !important;
  }
  /* line 38839, app/assets/stylesheets/tailwind.css */
  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }
  /* line 38843, app/assets/stylesheets/tailwind.css */
  .sm\:ml-11 {
    margin-left: 2.75rem !important;
  }
  /* line 38847, app/assets/stylesheets/tailwind.css */
  .sm\:ml-12 {
    margin-left: 3rem !important;
  }
  /* line 38851, app/assets/stylesheets/tailwind.css */
  .sm\:ml-14 {
    margin-left: 3.5rem !important;
  }
  /* line 38855, app/assets/stylesheets/tailwind.css */
  .sm\:ml-16 {
    margin-left: 4rem !important;
  }
  /* line 38859, app/assets/stylesheets/tailwind.css */
  .sm\:ml-20 {
    margin-left: 5rem !important;
  }
  /* line 38863, app/assets/stylesheets/tailwind.css */
  .sm\:ml-24 {
    margin-left: 6rem !important;
  }
  /* line 38867, app/assets/stylesheets/tailwind.css */
  .sm\:ml-28 {
    margin-left: 7rem !important;
  }
  /* line 38871, app/assets/stylesheets/tailwind.css */
  .sm\:ml-32 {
    margin-left: 8rem !important;
  }
  /* line 38875, app/assets/stylesheets/tailwind.css */
  .sm\:ml-36 {
    margin-left: 9rem !important;
  }
  /* line 38879, app/assets/stylesheets/tailwind.css */
  .sm\:ml-40 {
    margin-left: 10rem !important;
  }
  /* line 38883, app/assets/stylesheets/tailwind.css */
  .sm\:ml-44 {
    margin-left: 11rem !important;
  }
  /* line 38887, app/assets/stylesheets/tailwind.css */
  .sm\:ml-48 {
    margin-left: 12rem !important;
  }
  /* line 38891, app/assets/stylesheets/tailwind.css */
  .sm\:ml-52 {
    margin-left: 13rem !important;
  }
  /* line 38895, app/assets/stylesheets/tailwind.css */
  .sm\:ml-56 {
    margin-left: 14rem !important;
  }
  /* line 38899, app/assets/stylesheets/tailwind.css */
  .sm\:ml-60 {
    margin-left: 15rem !important;
  }
  /* line 38903, app/assets/stylesheets/tailwind.css */
  .sm\:ml-64 {
    margin-left: 16rem !important;
  }
  /* line 38907, app/assets/stylesheets/tailwind.css */
  .sm\:ml-72 {
    margin-left: 18rem !important;
  }
  /* line 38911, app/assets/stylesheets/tailwind.css */
  .sm\:ml-80 {
    margin-left: 20rem !important;
  }
  /* line 38915, app/assets/stylesheets/tailwind.css */
  .sm\:ml-96 {
    margin-left: 24rem !important;
  }
  /* line 38919, app/assets/stylesheets/tailwind.css */
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  /* line 38923, app/assets/stylesheets/tailwind.css */
  .sm\:ml-px {
    margin-left: 1px !important;
  }
  /* line 38927, app/assets/stylesheets/tailwind.css */
  .sm\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }
  /* line 38931, app/assets/stylesheets/tailwind.css */
  .sm\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }
  /* line 38935, app/assets/stylesheets/tailwind.css */
  .sm\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }
  /* line 38939, app/assets/stylesheets/tailwind.css */
  .sm\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }
  /* line 38943, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-0 {
    margin-left: 0px !important;
  }
  /* line 38947, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  /* line 38951, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  /* line 38955, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  /* line 38959, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }
  /* line 38963, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  /* line 38967, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  /* line 38971, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  /* line 38975, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }
  /* line 38979, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  /* line 38983, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  /* line 38987, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  /* line 38991, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-12 {
    margin-left: -3rem !important;
  }
  /* line 38995, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  /* line 38999, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-16 {
    margin-left: -4rem !important;
  }
  /* line 39003, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-20 {
    margin-left: -5rem !important;
  }
  /* line 39007, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-24 {
    margin-left: -6rem !important;
  }
  /* line 39011, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-28 {
    margin-left: -7rem !important;
  }
  /* line 39015, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-32 {
    margin-left: -8rem !important;
  }
  /* line 39019, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-36 {
    margin-left: -9rem !important;
  }
  /* line 39023, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-40 {
    margin-left: -10rem !important;
  }
  /* line 39027, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-44 {
    margin-left: -11rem !important;
  }
  /* line 39031, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-48 {
    margin-left: -12rem !important;
  }
  /* line 39035, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-52 {
    margin-left: -13rem !important;
  }
  /* line 39039, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-56 {
    margin-left: -14rem !important;
  }
  /* line 39043, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-60 {
    margin-left: -15rem !important;
  }
  /* line 39047, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-64 {
    margin-left: -16rem !important;
  }
  /* line 39051, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-72 {
    margin-left: -18rem !important;
  }
  /* line 39055, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-80 {
    margin-left: -20rem !important;
  }
  /* line 39059, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-96 {
    margin-left: -24rem !important;
  }
  /* line 39063, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-px {
    margin-left: -1px !important;
  }
  /* line 39067, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }
  /* line 39071, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }
  /* line 39075, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }
  /* line 39079, app/assets/stylesheets/tailwind.css */
  .sm\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }
  /* line 39083, app/assets/stylesheets/tailwind.css */
  .sm\:box-border {
    box-sizing: border-box !important;
  }
  /* line 39087, app/assets/stylesheets/tailwind.css */
  .sm\:box-content {
    box-sizing: content-box !important;
  }
  /* line 39091, app/assets/stylesheets/tailwind.css */
  .sm\:block {
    display: block !important;
  }
  /* line 39095, app/assets/stylesheets/tailwind.css */
  .sm\:inline-block {
    display: inline-block !important;
  }
  /* line 39099, app/assets/stylesheets/tailwind.css */
  .sm\:inline {
    display: inline !important;
  }
  /* line 39103, app/assets/stylesheets/tailwind.css */
  .sm\:flex {
    display: flex !important;
  }
  /* line 39107, app/assets/stylesheets/tailwind.css */
  .sm\:inline-flex {
    display: inline-flex !important;
  }
  /* line 39111, app/assets/stylesheets/tailwind.css */
  .sm\:table {
    display: table !important;
  }
  /* line 39115, app/assets/stylesheets/tailwind.css */
  .sm\:inline-table {
    display: inline-table !important;
  }
  /* line 39119, app/assets/stylesheets/tailwind.css */
  .sm\:table-caption {
    display: table-caption !important;
  }
  /* line 39123, app/assets/stylesheets/tailwind.css */
  .sm\:table-cell {
    display: table-cell !important;
  }
  /* line 39127, app/assets/stylesheets/tailwind.css */
  .sm\:table-column {
    display: table-column !important;
  }
  /* line 39131, app/assets/stylesheets/tailwind.css */
  .sm\:table-column-group {
    display: table-column-group !important;
  }
  /* line 39135, app/assets/stylesheets/tailwind.css */
  .sm\:table-footer-group {
    display: table-footer-group !important;
  }
  /* line 39139, app/assets/stylesheets/tailwind.css */
  .sm\:table-header-group {
    display: table-header-group !important;
  }
  /* line 39143, app/assets/stylesheets/tailwind.css */
  .sm\:table-row-group {
    display: table-row-group !important;
  }
  /* line 39147, app/assets/stylesheets/tailwind.css */
  .sm\:table-row {
    display: table-row !important;
  }
  /* line 39151, app/assets/stylesheets/tailwind.css */
  .sm\:flow-root {
    display: flow-root !important;
  }
  /* line 39155, app/assets/stylesheets/tailwind.css */
  .sm\:grid {
    display: grid !important;
  }
  /* line 39159, app/assets/stylesheets/tailwind.css */
  .sm\:inline-grid {
    display: inline-grid !important;
  }
  /* line 39163, app/assets/stylesheets/tailwind.css */
  .sm\:contents {
    display: contents !important;
  }
  /* line 39167, app/assets/stylesheets/tailwind.css */
  .sm\:list-item {
    display: list-item !important;
  }
  /* line 39171, app/assets/stylesheets/tailwind.css */
  .sm\:hidden {
    display: none !important;
  }
  /* line 39175, app/assets/stylesheets/tailwind.css */
  .sm\:h-0 {
    height: 0px !important;
  }
  /* line 39179, app/assets/stylesheets/tailwind.css */
  .sm\:h-1 {
    height: 0.25rem !important;
  }
  /* line 39183, app/assets/stylesheets/tailwind.css */
  .sm\:h-2 {
    height: 0.5rem !important;
  }
  /* line 39187, app/assets/stylesheets/tailwind.css */
  .sm\:h-3 {
    height: 0.75rem !important;
  }
  /* line 39191, app/assets/stylesheets/tailwind.css */
  .sm\:h-4 {
    height: 1rem !important;
  }
  /* line 39195, app/assets/stylesheets/tailwind.css */
  .sm\:h-5 {
    height: 1.25rem !important;
  }
  /* line 39199, app/assets/stylesheets/tailwind.css */
  .sm\:h-6 {
    height: 1.5rem !important;
  }
  /* line 39203, app/assets/stylesheets/tailwind.css */
  .sm\:h-7 {
    height: 1.75rem !important;
  }
  /* line 39207, app/assets/stylesheets/tailwind.css */
  .sm\:h-8 {
    height: 2rem !important;
  }
  /* line 39211, app/assets/stylesheets/tailwind.css */
  .sm\:h-9 {
    height: 2.25rem !important;
  }
  /* line 39215, app/assets/stylesheets/tailwind.css */
  .sm\:h-10 {
    height: 2.5rem !important;
  }
  /* line 39219, app/assets/stylesheets/tailwind.css */
  .sm\:h-11 {
    height: 2.75rem !important;
  }
  /* line 39223, app/assets/stylesheets/tailwind.css */
  .sm\:h-12 {
    height: 3rem !important;
  }
  /* line 39227, app/assets/stylesheets/tailwind.css */
  .sm\:h-14 {
    height: 3.5rem !important;
  }
  /* line 39231, app/assets/stylesheets/tailwind.css */
  .sm\:h-16 {
    height: 4rem !important;
  }
  /* line 39235, app/assets/stylesheets/tailwind.css */
  .sm\:h-20 {
    height: 5rem !important;
  }
  /* line 39239, app/assets/stylesheets/tailwind.css */
  .sm\:h-24 {
    height: 6rem !important;
  }
  /* line 39243, app/assets/stylesheets/tailwind.css */
  .sm\:h-28 {
    height: 7rem !important;
  }
  /* line 39247, app/assets/stylesheets/tailwind.css */
  .sm\:h-32 {
    height: 8rem !important;
  }
  /* line 39251, app/assets/stylesheets/tailwind.css */
  .sm\:h-36 {
    height: 9rem !important;
  }
  /* line 39255, app/assets/stylesheets/tailwind.css */
  .sm\:h-40 {
    height: 10rem !important;
  }
  /* line 39259, app/assets/stylesheets/tailwind.css */
  .sm\:h-44 {
    height: 11rem !important;
  }
  /* line 39263, app/assets/stylesheets/tailwind.css */
  .sm\:h-48 {
    height: 12rem !important;
  }
  /* line 39267, app/assets/stylesheets/tailwind.css */
  .sm\:h-52 {
    height: 13rem !important;
  }
  /* line 39271, app/assets/stylesheets/tailwind.css */
  .sm\:h-56 {
    height: 14rem !important;
  }
  /* line 39275, app/assets/stylesheets/tailwind.css */
  .sm\:h-60 {
    height: 15rem !important;
  }
  /* line 39279, app/assets/stylesheets/tailwind.css */
  .sm\:h-64 {
    height: 16rem !important;
  }
  /* line 39283, app/assets/stylesheets/tailwind.css */
  .sm\:h-72 {
    height: 18rem !important;
  }
  /* line 39287, app/assets/stylesheets/tailwind.css */
  .sm\:h-80 {
    height: 20rem !important;
  }
  /* line 39291, app/assets/stylesheets/tailwind.css */
  .sm\:h-96 {
    height: 24rem !important;
  }
  /* line 39295, app/assets/stylesheets/tailwind.css */
  .sm\:h-auto {
    height: auto !important;
  }
  /* line 39299, app/assets/stylesheets/tailwind.css */
  .sm\:h-px {
    height: 1px !important;
  }
  /* line 39303, app/assets/stylesheets/tailwind.css */
  .sm\:h-0\.5 {
    height: 0.125rem !important;
  }
  /* line 39307, app/assets/stylesheets/tailwind.css */
  .sm\:h-1\.5 {
    height: 0.375rem !important;
  }
  /* line 39311, app/assets/stylesheets/tailwind.css */
  .sm\:h-2\.5 {
    height: 0.625rem !important;
  }
  /* line 39315, app/assets/stylesheets/tailwind.css */
  .sm\:h-3\.5 {
    height: 0.875rem !important;
  }
  /* line 39319, app/assets/stylesheets/tailwind.css */
  .sm\:h-1\/2 {
    height: 50% !important;
  }
  /* line 39323, app/assets/stylesheets/tailwind.css */
  .sm\:h-1\/3 {
    height: 33.333333% !important;
  }
  /* line 39327, app/assets/stylesheets/tailwind.css */
  .sm\:h-2\/3 {
    height: 66.666667% !important;
  }
  /* line 39331, app/assets/stylesheets/tailwind.css */
  .sm\:h-1\/4 {
    height: 25% !important;
  }
  /* line 39335, app/assets/stylesheets/tailwind.css */
  .sm\:h-2\/4 {
    height: 50% !important;
  }
  /* line 39339, app/assets/stylesheets/tailwind.css */
  .sm\:h-3\/4 {
    height: 75% !important;
  }
  /* line 39343, app/assets/stylesheets/tailwind.css */
  .sm\:h-1\/5 {
    height: 20% !important;
  }
  /* line 39347, app/assets/stylesheets/tailwind.css */
  .sm\:h-2\/5 {
    height: 40% !important;
  }
  /* line 39351, app/assets/stylesheets/tailwind.css */
  .sm\:h-3\/5 {
    height: 60% !important;
  }
  /* line 39355, app/assets/stylesheets/tailwind.css */
  .sm\:h-4\/5 {
    height: 80% !important;
  }
  /* line 39359, app/assets/stylesheets/tailwind.css */
  .sm\:h-1\/6 {
    height: 16.666667% !important;
  }
  /* line 39363, app/assets/stylesheets/tailwind.css */
  .sm\:h-2\/6 {
    height: 33.333333% !important;
  }
  /* line 39367, app/assets/stylesheets/tailwind.css */
  .sm\:h-3\/6 {
    height: 50% !important;
  }
  /* line 39371, app/assets/stylesheets/tailwind.css */
  .sm\:h-4\/6 {
    height: 66.666667% !important;
  }
  /* line 39375, app/assets/stylesheets/tailwind.css */
  .sm\:h-5\/6 {
    height: 83.333333% !important;
  }
  /* line 39379, app/assets/stylesheets/tailwind.css */
  .sm\:h-full {
    height: 100% !important;
  }
  /* line 39383, app/assets/stylesheets/tailwind.css */
  .sm\:h-screen {
    height: 100vh !important;
  }
  /* line 39387, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-0 {
    max-height: 0px !important;
  }
  /* line 39391, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-1 {
    max-height: 0.25rem !important;
  }
  /* line 39395, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-2 {
    max-height: 0.5rem !important;
  }
  /* line 39399, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-3 {
    max-height: 0.75rem !important;
  }
  /* line 39403, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-4 {
    max-height: 1rem !important;
  }
  /* line 39407, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-5 {
    max-height: 1.25rem !important;
  }
  /* line 39411, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-6 {
    max-height: 1.5rem !important;
  }
  /* line 39415, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-7 {
    max-height: 1.75rem !important;
  }
  /* line 39419, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-8 {
    max-height: 2rem !important;
  }
  /* line 39423, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-9 {
    max-height: 2.25rem !important;
  }
  /* line 39427, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-10 {
    max-height: 2.5rem !important;
  }
  /* line 39431, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-11 {
    max-height: 2.75rem !important;
  }
  /* line 39435, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-12 {
    max-height: 3rem !important;
  }
  /* line 39439, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-14 {
    max-height: 3.5rem !important;
  }
  /* line 39443, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-16 {
    max-height: 4rem !important;
  }
  /* line 39447, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-20 {
    max-height: 5rem !important;
  }
  /* line 39451, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-24 {
    max-height: 6rem !important;
  }
  /* line 39455, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-28 {
    max-height: 7rem !important;
  }
  /* line 39459, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-32 {
    max-height: 8rem !important;
  }
  /* line 39463, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-36 {
    max-height: 9rem !important;
  }
  /* line 39467, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-40 {
    max-height: 10rem !important;
  }
  /* line 39471, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-44 {
    max-height: 11rem !important;
  }
  /* line 39475, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-48 {
    max-height: 12rem !important;
  }
  /* line 39479, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-52 {
    max-height: 13rem !important;
  }
  /* line 39483, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-56 {
    max-height: 14rem !important;
  }
  /* line 39487, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-60 {
    max-height: 15rem !important;
  }
  /* line 39491, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-64 {
    max-height: 16rem !important;
  }
  /* line 39495, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-72 {
    max-height: 18rem !important;
  }
  /* line 39499, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-80 {
    max-height: 20rem !important;
  }
  /* line 39503, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-96 {
    max-height: 24rem !important;
  }
  /* line 39507, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-px {
    max-height: 1px !important;
  }
  /* line 39511, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }
  /* line 39515, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }
  /* line 39519, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }
  /* line 39523, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }
  /* line 39527, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-full {
    max-height: 100% !important;
  }
  /* line 39531, app/assets/stylesheets/tailwind.css */
  .sm\:max-h-screen {
    max-height: 100vh !important;
  }
  /* line 39535, app/assets/stylesheets/tailwind.css */
  .sm\:min-h-0 {
    min-height: 0px !important;
  }
  /* line 39539, app/assets/stylesheets/tailwind.css */
  .sm\:min-h-full {
    min-height: 100% !important;
  }
  /* line 39543, app/assets/stylesheets/tailwind.css */
  .sm\:min-h-screen {
    min-height: 100vh !important;
  }
  /* line 39547, app/assets/stylesheets/tailwind.css */
  .sm\:w-0 {
    width: 0px !important;
  }
  /* line 39551, app/assets/stylesheets/tailwind.css */
  .sm\:w-1 {
    width: 0.25rem !important;
  }
  /* line 39555, app/assets/stylesheets/tailwind.css */
  .sm\:w-2 {
    width: 0.5rem !important;
  }
  /* line 39559, app/assets/stylesheets/tailwind.css */
  .sm\:w-3 {
    width: 0.75rem !important;
  }
  /* line 39563, app/assets/stylesheets/tailwind.css */
  .sm\:w-4 {
    width: 1rem !important;
  }
  /* line 39567, app/assets/stylesheets/tailwind.css */
  .sm\:w-5 {
    width: 1.25rem !important;
  }
  /* line 39571, app/assets/stylesheets/tailwind.css */
  .sm\:w-6 {
    width: 1.5rem !important;
  }
  /* line 39575, app/assets/stylesheets/tailwind.css */
  .sm\:w-7 {
    width: 1.75rem !important;
  }
  /* line 39579, app/assets/stylesheets/tailwind.css */
  .sm\:w-8 {
    width: 2rem !important;
  }
  /* line 39583, app/assets/stylesheets/tailwind.css */
  .sm\:w-9 {
    width: 2.25rem !important;
  }
  /* line 39587, app/assets/stylesheets/tailwind.css */
  .sm\:w-10 {
    width: 2.5rem !important;
  }
  /* line 39591, app/assets/stylesheets/tailwind.css */
  .sm\:w-11 {
    width: 2.75rem !important;
  }
  /* line 39595, app/assets/stylesheets/tailwind.css */
  .sm\:w-12 {
    width: 3rem !important;
  }
  /* line 39599, app/assets/stylesheets/tailwind.css */
  .sm\:w-14 {
    width: 3.5rem !important;
  }
  /* line 39603, app/assets/stylesheets/tailwind.css */
  .sm\:w-16 {
    width: 4rem !important;
  }
  /* line 39607, app/assets/stylesheets/tailwind.css */
  .sm\:w-20 {
    width: 5rem !important;
  }
  /* line 39611, app/assets/stylesheets/tailwind.css */
  .sm\:w-24 {
    width: 6rem !important;
  }
  /* line 39615, app/assets/stylesheets/tailwind.css */
  .sm\:w-28 {
    width: 7rem !important;
  }
  /* line 39619, app/assets/stylesheets/tailwind.css */
  .sm\:w-32 {
    width: 8rem !important;
  }
  /* line 39623, app/assets/stylesheets/tailwind.css */
  .sm\:w-36 {
    width: 9rem !important;
  }
  /* line 39627, app/assets/stylesheets/tailwind.css */
  .sm\:w-40 {
    width: 10rem !important;
  }
  /* line 39631, app/assets/stylesheets/tailwind.css */
  .sm\:w-44 {
    width: 11rem !important;
  }
  /* line 39635, app/assets/stylesheets/tailwind.css */
  .sm\:w-48 {
    width: 12rem !important;
  }
  /* line 39639, app/assets/stylesheets/tailwind.css */
  .sm\:w-52 {
    width: 13rem !important;
  }
  /* line 39643, app/assets/stylesheets/tailwind.css */
  .sm\:w-56 {
    width: 14rem !important;
  }
  /* line 39647, app/assets/stylesheets/tailwind.css */
  .sm\:w-60 {
    width: 15rem !important;
  }
  /* line 39651, app/assets/stylesheets/tailwind.css */
  .sm\:w-64 {
    width: 16rem !important;
  }
  /* line 39655, app/assets/stylesheets/tailwind.css */
  .sm\:w-72 {
    width: 18rem !important;
  }
  /* line 39659, app/assets/stylesheets/tailwind.css */
  .sm\:w-80 {
    width: 20rem !important;
  }
  /* line 39663, app/assets/stylesheets/tailwind.css */
  .sm\:w-96 {
    width: 24rem !important;
  }
  /* line 39667, app/assets/stylesheets/tailwind.css */
  .sm\:w-128 {
    width: 32rem !important;
  }
  /* line 39671, app/assets/stylesheets/tailwind.css */
  .sm\:w-auto {
    width: auto !important;
  }
  /* line 39675, app/assets/stylesheets/tailwind.css */
  .sm\:w-px {
    width: 1px !important;
  }
  /* line 39679, app/assets/stylesheets/tailwind.css */
  .sm\:w-0\.5 {
    width: 0.125rem !important;
  }
  /* line 39683, app/assets/stylesheets/tailwind.css */
  .sm\:w-1\.5 {
    width: 0.375rem !important;
  }
  /* line 39687, app/assets/stylesheets/tailwind.css */
  .sm\:w-2\.5 {
    width: 0.625rem !important;
  }
  /* line 39691, app/assets/stylesheets/tailwind.css */
  .sm\:w-3\.5 {
    width: 0.875rem !important;
  }
  /* line 39695, app/assets/stylesheets/tailwind.css */
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  /* line 39699, app/assets/stylesheets/tailwind.css */
  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }
  /* line 39703, app/assets/stylesheets/tailwind.css */
  .sm\:w-2\/3 {
    width: 66.666667% !important;
  }
  /* line 39707, app/assets/stylesheets/tailwind.css */
  .sm\:w-1\/4 {
    width: 25% !important;
  }
  /* line 39711, app/assets/stylesheets/tailwind.css */
  .sm\:w-2\/4 {
    width: 50% !important;
  }
  /* line 39715, app/assets/stylesheets/tailwind.css */
  .sm\:w-3\/4 {
    width: 75% !important;
  }
  /* line 39719, app/assets/stylesheets/tailwind.css */
  .sm\:w-1\/5 {
    width: 20% !important;
  }
  /* line 39723, app/assets/stylesheets/tailwind.css */
  .sm\:w-2\/5 {
    width: 40% !important;
  }
  /* line 39727, app/assets/stylesheets/tailwind.css */
  .sm\:w-3\/5 {
    width: 60% !important;
  }
  /* line 39731, app/assets/stylesheets/tailwind.css */
  .sm\:w-4\/5 {
    width: 80% !important;
  }
  /* line 39735, app/assets/stylesheets/tailwind.css */
  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }
  /* line 39739, app/assets/stylesheets/tailwind.css */
  .sm\:w-2\/6 {
    width: 33.333333% !important;
  }
  /* line 39743, app/assets/stylesheets/tailwind.css */
  .sm\:w-3\/6 {
    width: 50% !important;
  }
  /* line 39747, app/assets/stylesheets/tailwind.css */
  .sm\:w-4\/6 {
    width: 66.666667% !important;
  }
  /* line 39751, app/assets/stylesheets/tailwind.css */
  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }
  /* line 39755, app/assets/stylesheets/tailwind.css */
  .sm\:w-1\/12 {
    width: 8.333333% !important;
  }
  /* line 39759, app/assets/stylesheets/tailwind.css */
  .sm\:w-2\/12 {
    width: 16.666667% !important;
  }
  /* line 39763, app/assets/stylesheets/tailwind.css */
  .sm\:w-3\/12 {
    width: 25% !important;
  }
  /* line 39767, app/assets/stylesheets/tailwind.css */
  .sm\:w-4\/12 {
    width: 33.333333% !important;
  }
  /* line 39771, app/assets/stylesheets/tailwind.css */
  .sm\:w-5\/12 {
    width: 41.666667% !important;
  }
  /* line 39775, app/assets/stylesheets/tailwind.css */
  .sm\:w-6\/12 {
    width: 50% !important;
  }
  /* line 39779, app/assets/stylesheets/tailwind.css */
  .sm\:w-7\/12 {
    width: 58.333333% !important;
  }
  /* line 39783, app/assets/stylesheets/tailwind.css */
  .sm\:w-8\/12 {
    width: 66.666667% !important;
  }
  /* line 39787, app/assets/stylesheets/tailwind.css */
  .sm\:w-9\/12 {
    width: 75% !important;
  }
  /* line 39791, app/assets/stylesheets/tailwind.css */
  .sm\:w-10\/12 {
    width: 83.333333% !important;
  }
  /* line 39795, app/assets/stylesheets/tailwind.css */
  .sm\:w-11\/12 {
    width: 91.666667% !important;
  }
  /* line 39799, app/assets/stylesheets/tailwind.css */
  .sm\:w-full {
    width: 100% !important;
  }
  /* line 39803, app/assets/stylesheets/tailwind.css */
  .sm\:w-screen {
    width: 100vw !important;
  }
  /* line 39807, app/assets/stylesheets/tailwind.css */
  .sm\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 39812, app/assets/stylesheets/tailwind.css */
  .sm\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 39817, app/assets/stylesheets/tailwind.css */
  .sm\:min-w-0 {
    min-width: 0px !important;
  }
  /* line 39821, app/assets/stylesheets/tailwind.css */
  .sm\:min-w-full {
    min-width: 100% !important;
  }
  /* line 39825, app/assets/stylesheets/tailwind.css */
  .sm\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  /* line 39830, app/assets/stylesheets/tailwind.css */
  .sm\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  /* line 39835, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-0 {
    max-width: 0rem !important;
  }
  /* line 39839, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-none {
    max-width: none !important;
  }
  /* line 39843, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-xs {
    max-width: 20rem !important;
  }
  /* line 39847, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-sm {
    max-width: 24rem !important;
  }
  /* line 39851, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-md {
    max-width: 28rem !important;
  }
  /* line 39855, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-lg {
    max-width: 32rem !important;
  }
  /* line 39859, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-xl {
    max-width: 36rem !important;
  }
  /* line 39863, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-2xl {
    max-width: 42rem !important;
  }
  /* line 39867, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-3xl {
    max-width: 48rem !important;
  }
  /* line 39871, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-4xl {
    max-width: 56rem !important;
  }
  /* line 39875, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-5xl {
    max-width: 64rem !important;
  }
  /* line 39879, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-6xl {
    max-width: 72rem !important;
  }
  /* line 39883, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-7xl {
    max-width: 80rem !important;
  }
  /* line 39887, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-full {
    max-width: 100% !important;
  }
  /* line 39891, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 39896, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 39901, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-prose {
    max-width: 65ch !important;
  }
  /* line 39905, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-screen-sm {
    max-width: 640px !important;
  }
  /* line 39909, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-screen-md {
    max-width: 768px !important;
  }
  /* line 39913, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-screen-lg {
    max-width: 1024px !important;
  }
  /* line 39917, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-screen-xl {
    max-width: 1280px !important;
  }
  /* line 39921, app/assets/stylesheets/tailwind.css */
  .sm\:max-w-screen-2xl {
    max-width: 1536px !important;
  }
  /* line 39925, app/assets/stylesheets/tailwind.css */
  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }
  /* line 39929, app/assets/stylesheets/tailwind.css */
  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }
  /* line 39933, app/assets/stylesheets/tailwind.css */
  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }
  /* line 39937, app/assets/stylesheets/tailwind.css */
  .sm\:flex-none {
    flex: none !important;
  }
  /* line 39941, app/assets/stylesheets/tailwind.css */
  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 39945, app/assets/stylesheets/tailwind.css */
  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }
  /* line 39949, app/assets/stylesheets/tailwind.css */
  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 39953, app/assets/stylesheets/tailwind.css */
  .sm\:flex-grow {
    flex-grow: 1 !important;
  }
  /* line 39957, app/assets/stylesheets/tailwind.css */
  .sm\:table-auto {
    table-layout: auto !important;
  }
  /* line 39961, app/assets/stylesheets/tailwind.css */
  .sm\:table-fixed {
    table-layout: fixed !important;
  }
  /* line 39965, app/assets/stylesheets/tailwind.css */
  .sm\:border-collapse {
    border-collapse: collapse !important;
  }
  /* line 39969, app/assets/stylesheets/tailwind.css */
  .sm\:border-separate {
    border-collapse: separate !important;
  }
  /* line 39973, app/assets/stylesheets/tailwind.css */
  .sm\:origin-center {
    transform-origin: center !important;
  }
  /* line 39977, app/assets/stylesheets/tailwind.css */
  .sm\:origin-top {
    transform-origin: top !important;
  }
  /* line 39981, app/assets/stylesheets/tailwind.css */
  .sm\:origin-top-right {
    transform-origin: top right !important;
  }
  /* line 39985, app/assets/stylesheets/tailwind.css */
  .sm\:origin-right {
    transform-origin: right !important;
  }
  /* line 39989, app/assets/stylesheets/tailwind.css */
  .sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  /* line 39993, app/assets/stylesheets/tailwind.css */
  .sm\:origin-bottom {
    transform-origin: bottom !important;
  }
  /* line 39997, app/assets/stylesheets/tailwind.css */
  .sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  /* line 40001, app/assets/stylesheets/tailwind.css */
  .sm\:origin-left {
    transform-origin: left !important;
  }
  /* line 40005, app/assets/stylesheets/tailwind.css */
  .sm\:origin-top-left {
    transform-origin: top left !important;
  }
  /* line 40009, app/assets/stylesheets/tailwind.css */
  .sm\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  /* line 40020, app/assets/stylesheets/tailwind.css */
  .sm\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  /* line 40031, app/assets/stylesheets/tailwind.css */
  .sm\:transform-none {
    transform: none !important;
  }
  /* line 40035, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }
  /* line 40039, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 40043, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 40047, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 40051, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }
  /* line 40055, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 40059, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 40063, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 40067, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }
  /* line 40071, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 40075, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 40079, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 40083, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }
  /* line 40087, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 40091, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }
  /* line 40095, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }
  /* line 40099, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }
  /* line 40103, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }
  /* line 40107, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }
  /* line 40111, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }
  /* line 40115, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }
  /* line 40119, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }
  /* line 40123, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }
  /* line 40127, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }
  /* line 40131, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }
  /* line 40135, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }
  /* line 40139, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }
  /* line 40143, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-72 {
    --tw-translate-x: 18rem !important;
  }
  /* line 40147, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }
  /* line 40151, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }
  /* line 40155, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-px {
    --tw-translate-x: 1px !important;
  }
  /* line 40159, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 40163, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 40167, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 40171, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 40175, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }
  /* line 40179, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 40183, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 40187, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 40191, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }
  /* line 40195, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 40199, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 40203, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 40207, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }
  /* line 40211, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 40215, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 40219, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 40223, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }
  /* line 40227, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 40231, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }
  /* line 40235, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }
  /* line 40239, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }
  /* line 40243, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }
  /* line 40247, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }
  /* line 40251, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }
  /* line 40255, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }
  /* line 40259, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }
  /* line 40263, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }
  /* line 40267, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }
  /* line 40271, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }
  /* line 40275, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }
  /* line 40279, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }
  /* line 40283, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-72 {
    --tw-translate-x: -18rem !important;
  }
  /* line 40287, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }
  /* line 40291, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }
  /* line 40295, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }
  /* line 40299, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 40303, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 40307, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 40311, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 40315, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }
  /* line 40319, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 40323, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 40327, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }
  /* line 40331, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }
  /* line 40335, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }
  /* line 40339, app/assets/stylesheets/tailwind.css */
  .sm\:translate-x-full {
    --tw-translate-x: 100% !important;
  }
  /* line 40343, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }
  /* line 40347, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 40351, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 40355, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }
  /* line 40359, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }
  /* line 40363, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }
  /* line 40367, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }
  /* line 40371, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }
  /* line 40375, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 40379, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 40383, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 40387, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }
  /* line 40391, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 40395, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 40399, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 40403, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }
  /* line 40407, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 40411, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 40415, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 40419, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }
  /* line 40423, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 40427, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }
  /* line 40431, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }
  /* line 40435, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }
  /* line 40439, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }
  /* line 40443, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }
  /* line 40447, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }
  /* line 40451, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }
  /* line 40455, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }
  /* line 40459, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }
  /* line 40463, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }
  /* line 40467, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }
  /* line 40471, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }
  /* line 40475, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }
  /* line 40479, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-72 {
    --tw-translate-y: 18rem !important;
  }
  /* line 40483, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }
  /* line 40487, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }
  /* line 40491, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-px {
    --tw-translate-y: 1px !important;
  }
  /* line 40495, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 40499, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 40503, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 40507, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 40511, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }
  /* line 40515, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 40519, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 40523, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 40527, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }
  /* line 40531, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 40535, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 40539, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 40543, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }
  /* line 40547, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 40551, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 40555, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 40559, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }
  /* line 40563, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 40567, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }
  /* line 40571, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }
  /* line 40575, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }
  /* line 40579, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }
  /* line 40583, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }
  /* line 40587, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }
  /* line 40591, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }
  /* line 40595, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }
  /* line 40599, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }
  /* line 40603, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }
  /* line 40607, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }
  /* line 40611, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }
  /* line 40615, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }
  /* line 40619, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-72 {
    --tw-translate-y: -18rem !important;
  }
  /* line 40623, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }
  /* line 40627, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }
  /* line 40631, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }
  /* line 40635, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 40639, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 40643, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 40647, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 40651, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }
  /* line 40655, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 40659, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 40663, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }
  /* line 40667, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }
  /* line 40671, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }
  /* line 40675, app/assets/stylesheets/tailwind.css */
  .sm\:translate-y-full {
    --tw-translate-y: 100% !important;
  }
  /* line 40679, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }
  /* line 40683, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 40687, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 40691, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }
  /* line 40695, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }
  /* line 40699, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }
  /* line 40703, app/assets/stylesheets/tailwind.css */
  .sm\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }
  /* line 40707, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }
  /* line 40711, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 40715, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 40719, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 40723, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }
  /* line 40727, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 40731, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 40735, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 40739, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }
  /* line 40743, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 40747, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 40751, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 40755, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }
  /* line 40759, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 40763, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }
  /* line 40767, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }
  /* line 40771, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }
  /* line 40775, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }
  /* line 40779, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }
  /* line 40783, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }
  /* line 40787, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }
  /* line 40791, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }
  /* line 40795, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }
  /* line 40799, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }
  /* line 40803, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }
  /* line 40807, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }
  /* line 40811, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }
  /* line 40815, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }
  /* line 40819, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }
  /* line 40823, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }
  /* line 40827, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }
  /* line 40831, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 40835, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 40839, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 40843, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 40847, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }
  /* line 40851, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 40855, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 40859, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 40863, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }
  /* line 40867, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 40871, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 40875, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 40879, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }
  /* line 40883, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 40887, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 40891, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 40895, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }
  /* line 40899, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 40903, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }
  /* line 40907, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }
  /* line 40911, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }
  /* line 40915, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }
  /* line 40919, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }
  /* line 40923, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }
  /* line 40927, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }
  /* line 40931, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }
  /* line 40935, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }
  /* line 40939, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }
  /* line 40943, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }
  /* line 40947, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }
  /* line 40951, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }
  /* line 40955, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }
  /* line 40959, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }
  /* line 40963, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }
  /* line 40967, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }
  /* line 40971, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 40975, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 40979, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 40983, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 40987, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }
  /* line 40991, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 40995, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 40999, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }
  /* line 41003, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }
  /* line 41007, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }
  /* line 41011, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }
  /* line 41015, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }
  /* line 41019, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 41023, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 41027, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }
  /* line 41031, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }
  /* line 41035, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }
  /* line 41039, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }
  /* line 41043, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }
  /* line 41047, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 41051, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 41055, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 41059, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }
  /* line 41063, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 41067, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 41071, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 41075, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }
  /* line 41079, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 41083, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 41087, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 41091, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }
  /* line 41095, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 41099, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }
  /* line 41103, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }
  /* line 41107, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }
  /* line 41111, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }
  /* line 41115, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }
  /* line 41119, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }
  /* line 41123, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }
  /* line 41127, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }
  /* line 41131, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }
  /* line 41135, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }
  /* line 41139, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }
  /* line 41143, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }
  /* line 41147, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }
  /* line 41151, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }
  /* line 41155, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }
  /* line 41159, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }
  /* line 41163, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }
  /* line 41167, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 41171, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 41175, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 41179, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 41183, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }
  /* line 41187, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 41191, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 41195, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 41199, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }
  /* line 41203, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 41207, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 41211, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 41215, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }
  /* line 41219, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 41223, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 41227, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 41231, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }
  /* line 41235, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 41239, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }
  /* line 41243, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }
  /* line 41247, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }
  /* line 41251, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }
  /* line 41255, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }
  /* line 41259, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }
  /* line 41263, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }
  /* line 41267, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }
  /* line 41271, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }
  /* line 41275, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }
  /* line 41279, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }
  /* line 41283, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }
  /* line 41287, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }
  /* line 41291, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }
  /* line 41295, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }
  /* line 41299, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }
  /* line 41303, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }
  /* line 41307, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 41311, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 41315, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 41319, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 41323, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }
  /* line 41327, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 41331, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 41335, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }
  /* line 41339, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }
  /* line 41343, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }
  /* line 41347, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }
  /* line 41351, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }
  /* line 41355, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 41359, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 41363, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }
  /* line 41367, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }
  /* line 41371, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }
  /* line 41375, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }
  /* line 41379, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }
  /* line 41383, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 41387, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 41391, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 41395, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }
  /* line 41399, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 41403, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 41407, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 41411, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }
  /* line 41415, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 41419, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 41423, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 41427, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }
  /* line 41431, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 41435, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }
  /* line 41439, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }
  /* line 41443, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }
  /* line 41447, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }
  /* line 41451, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }
  /* line 41455, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }
  /* line 41459, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }
  /* line 41463, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }
  /* line 41467, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }
  /* line 41471, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }
  /* line 41475, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }
  /* line 41479, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }
  /* line 41483, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }
  /* line 41487, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }
  /* line 41491, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }
  /* line 41495, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }
  /* line 41499, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }
  /* line 41503, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 41507, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 41511, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 41515, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 41519, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }
  /* line 41523, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 41527, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 41531, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 41535, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }
  /* line 41539, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 41543, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 41547, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 41551, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }
  /* line 41555, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 41559, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 41563, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 41567, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }
  /* line 41571, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 41575, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }
  /* line 41579, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }
  /* line 41583, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }
  /* line 41587, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }
  /* line 41591, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }
  /* line 41595, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }
  /* line 41599, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }
  /* line 41603, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }
  /* line 41607, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }
  /* line 41611, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }
  /* line 41615, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }
  /* line 41619, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }
  /* line 41623, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }
  /* line 41627, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }
  /* line 41631, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }
  /* line 41635, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }
  /* line 41639, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }
  /* line 41643, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 41647, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 41651, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 41655, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 41659, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }
  /* line 41663, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 41667, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 41671, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }
  /* line 41675, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }
  /* line 41679, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }
  /* line 41683, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }
  /* line 41687, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }
  /* line 41691, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 41695, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 41699, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }
  /* line 41703, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }
  /* line 41707, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }
  /* line 41711, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }
  /* line 41715, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }
  /* line 41719, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 41723, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 41727, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 41731, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }
  /* line 41735, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 41739, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 41743, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 41747, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }
  /* line 41751, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 41755, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 41759, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 41763, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }
  /* line 41767, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 41771, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }
  /* line 41775, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }
  /* line 41779, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }
  /* line 41783, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }
  /* line 41787, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }
  /* line 41791, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }
  /* line 41795, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }
  /* line 41799, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }
  /* line 41803, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }
  /* line 41807, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }
  /* line 41811, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }
  /* line 41815, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }
  /* line 41819, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }
  /* line 41823, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }
  /* line 41827, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }
  /* line 41831, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }
  /* line 41835, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }
  /* line 41839, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 41843, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 41847, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 41851, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 41855, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }
  /* line 41859, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 41863, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 41867, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 41871, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }
  /* line 41875, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 41879, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 41883, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 41887, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }
  /* line 41891, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 41895, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 41899, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 41903, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }
  /* line 41907, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 41911, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }
  /* line 41915, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }
  /* line 41919, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }
  /* line 41923, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }
  /* line 41927, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }
  /* line 41931, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }
  /* line 41935, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }
  /* line 41939, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }
  /* line 41943, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }
  /* line 41947, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }
  /* line 41951, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }
  /* line 41955, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }
  /* line 41959, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }
  /* line 41963, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }
  /* line 41967, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }
  /* line 41971, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }
  /* line 41975, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }
  /* line 41979, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 41983, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 41987, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 41991, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 41995, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }
  /* line 41999, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 42003, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 42007, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }
  /* line 42011, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }
  /* line 42015, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }
  /* line 42019, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }
  /* line 42023, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }
  /* line 42027, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 42031, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 42035, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }
  /* line 42039, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }
  /* line 42043, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }
  /* line 42047, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }
  /* line 42051, app/assets/stylesheets/tailwind.css */
  .sm\:rotate-0 {
    --tw-rotate: 0deg !important;
  }
  /* line 42055, app/assets/stylesheets/tailwind.css */
  .sm\:rotate-1 {
    --tw-rotate: 1deg !important;
  }
  /* line 42059, app/assets/stylesheets/tailwind.css */
  .sm\:rotate-2 {
    --tw-rotate: 2deg !important;
  }
  /* line 42063, app/assets/stylesheets/tailwind.css */
  .sm\:rotate-3 {
    --tw-rotate: 3deg !important;
  }
  /* line 42067, app/assets/stylesheets/tailwind.css */
  .sm\:rotate-6 {
    --tw-rotate: 6deg !important;
  }
  /* line 42071, app/assets/stylesheets/tailwind.css */
  .sm\:rotate-12 {
    --tw-rotate: 12deg !important;
  }
  /* line 42075, app/assets/stylesheets/tailwind.css */
  .sm\:rotate-45 {
    --tw-rotate: 45deg !important;
  }
  /* line 42079, app/assets/stylesheets/tailwind.css */
  .sm\:rotate-90 {
    --tw-rotate: 90deg !important;
  }
  /* line 42083, app/assets/stylesheets/tailwind.css */
  .sm\:rotate-180 {
    --tw-rotate: 180deg !important;
  }
  /* line 42087, app/assets/stylesheets/tailwind.css */
  .sm\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }
  /* line 42091, app/assets/stylesheets/tailwind.css */
  .sm\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }
  /* line 42095, app/assets/stylesheets/tailwind.css */
  .sm\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }
  /* line 42099, app/assets/stylesheets/tailwind.css */
  .sm\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }
  /* line 42103, app/assets/stylesheets/tailwind.css */
  .sm\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }
  /* line 42107, app/assets/stylesheets/tailwind.css */
  .sm\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }
  /* line 42111, app/assets/stylesheets/tailwind.css */
  .sm\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }
  /* line 42115, app/assets/stylesheets/tailwind.css */
  .sm\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }
  /* line 42119, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }
  /* line 42123, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }
  /* line 42127, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }
  /* line 42131, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }
  /* line 42135, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }
  /* line 42139, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }
  /* line 42143, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }
  /* line 42147, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }
  /* line 42151, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }
  /* line 42155, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }
  /* line 42159, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }
  /* line 42163, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }
  /* line 42167, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }
  /* line 42171, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }
  /* line 42175, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }
  /* line 42179, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }
  /* line 42183, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }
  /* line 42187, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }
  /* line 42191, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }
  /* line 42195, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }
  /* line 42199, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }
  /* line 42203, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }
  /* line 42207, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }
  /* line 42211, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }
  /* line 42215, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }
  /* line 42219, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }
  /* line 42223, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }
  /* line 42227, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }
  /* line 42231, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }
  /* line 42235, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }
  /* line 42239, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }
  /* line 42243, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }
  /* line 42247, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }
  /* line 42251, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }
  /* line 42255, app/assets/stylesheets/tailwind.css */
  .sm\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }
  /* line 42259, app/assets/stylesheets/tailwind.css */
  .sm\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }
  /* line 42263, app/assets/stylesheets/tailwind.css */
  .sm\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }
  /* line 42267, app/assets/stylesheets/tailwind.css */
  .sm\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }
  /* line 42271, app/assets/stylesheets/tailwind.css */
  .sm\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }
  /* line 42275, app/assets/stylesheets/tailwind.css */
  .sm\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }
  /* line 42279, app/assets/stylesheets/tailwind.css */
  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }
  /* line 42283, app/assets/stylesheets/tailwind.css */
  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }
  /* line 42287, app/assets/stylesheets/tailwind.css */
  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }
  /* line 42291, app/assets/stylesheets/tailwind.css */
  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }
  /* line 42295, app/assets/stylesheets/tailwind.css */
  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }
  /* line 42299, app/assets/stylesheets/tailwind.css */
  .sm\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }
  /* line 42303, app/assets/stylesheets/tailwind.css */
  .sm\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }
  /* line 42307, app/assets/stylesheets/tailwind.css */
  .sm\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }
  /* line 42311, app/assets/stylesheets/tailwind.css */
  .sm\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }
  /* line 42315, app/assets/stylesheets/tailwind.css */
  .sm\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }
  /* line 42319, app/assets/stylesheets/tailwind.css */
  .sm\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }
  /* line 42323, app/assets/stylesheets/tailwind.css */
  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }
  /* line 42327, app/assets/stylesheets/tailwind.css */
  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }
  /* line 42331, app/assets/stylesheets/tailwind.css */
  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }
  /* line 42335, app/assets/stylesheets/tailwind.css */
  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }
  /* line 42339, app/assets/stylesheets/tailwind.css */
  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }
  /* line 42343, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }
  /* line 42347, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }
  /* line 42351, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }
  /* line 42355, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }
  /* line 42359, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }
  /* line 42363, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }
  /* line 42367, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }
  /* line 42371, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }
  /* line 42375, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }
  /* line 42379, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }
  /* line 42383, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }
  /* line 42387, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }
  /* line 42391, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }
  /* line 42395, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }
  /* line 42399, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }
  /* line 42403, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }
  /* line 42407, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }
  /* line 42411, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }
  /* line 42415, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }
  /* line 42419, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }
  /* line 42423, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }
  /* line 42427, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }
  /* line 42431, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }
  /* line 42435, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }
  /* line 42439, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }
  /* line 42443, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }
  /* line 42447, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }
  /* line 42451, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }
  /* line 42455, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }
  /* line 42459, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }
  /* line 42463, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }
  /* line 42467, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }
  /* line 42471, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }
  /* line 42475, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }
  /* line 42479, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }
  /* line 42483, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }
  /* line 42487, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }
  /* line 42491, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }
  /* line 42495, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }
  /* line 42499, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }
  /* line 42503, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }
  /* line 42507, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }
  /* line 42511, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }
  /* line 42515, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }
  /* line 42519, app/assets/stylesheets/tailwind.css */
  .sm\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 42524, app/assets/stylesheets/tailwind.css */
  .sm\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 42529, app/assets/stylesheets/tailwind.css */
  .sm\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 42534, app/assets/stylesheets/tailwind.css */
  .sm\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 42539, app/assets/stylesheets/tailwind.css */
  .sm\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 42544, app/assets/stylesheets/tailwind.css */
  .sm\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 42549, app/assets/stylesheets/tailwind.css */
  .sm\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 42554, app/assets/stylesheets/tailwind.css */
  .sm\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 42559, app/assets/stylesheets/tailwind.css */
  .sm\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 42564, app/assets/stylesheets/tailwind.css */
  .sm\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 42569, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 42574, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 42579, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 42584, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 42589, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 42594, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 42599, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 42604, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 42609, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 42614, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 42619, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 42624, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 42629, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 42634, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 42639, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 42644, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 42649, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 42654, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 42659, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 42664, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 42669, app/assets/stylesheets/tailwind.css */
  .sm\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }
  /* line 42673, app/assets/stylesheets/tailwind.css */
  .sm\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }
  /* line 42677, app/assets/stylesheets/tailwind.css */
  .sm\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }
  /* line 42681, app/assets/stylesheets/tailwind.css */
  .sm\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }
  /* line 42685, app/assets/stylesheets/tailwind.css */
  .sm\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }
  /* line 42689, app/assets/stylesheets/tailwind.css */
  .sm\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }
  /* line 42693, app/assets/stylesheets/tailwind.css */
  .sm\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }
  /* line 42697, app/assets/stylesheets/tailwind.css */
  .sm\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }
  /* line 42701, app/assets/stylesheets/tailwind.css */
  .sm\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }
  /* line 42705, app/assets/stylesheets/tailwind.css */
  .sm\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }
  /* line 42709, app/assets/stylesheets/tailwind.css */
  .sm\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }
  /* line 42713, app/assets/stylesheets/tailwind.css */
  .sm\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }
  /* line 42717, app/assets/stylesheets/tailwind.css */
  .sm\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }
  /* line 42721, app/assets/stylesheets/tailwind.css */
  .sm\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }
  /* line 42725, app/assets/stylesheets/tailwind.css */
  .sm\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }
  /* line 42729, app/assets/stylesheets/tailwind.css */
  .sm\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }
  /* line 42733, app/assets/stylesheets/tailwind.css */
  .sm\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }
  /* line 42737, app/assets/stylesheets/tailwind.css */
  .sm\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }
  /* line 42741, app/assets/stylesheets/tailwind.css */
  .sm\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }
  /* line 42745, app/assets/stylesheets/tailwind.css */
  .sm\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }
  /* line 42749, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }
  /* line 42753, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }
  /* line 42757, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }
  /* line 42761, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }
  /* line 42765, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }
  /* line 42769, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }
  /* line 42773, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }
  /* line 42777, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }
  /* line 42781, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }
  /* line 42785, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }
  /* line 42789, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }
  /* line 42793, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }
  /* line 42797, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }
  /* line 42801, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }
  /* line 42805, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }
  /* line 42809, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }
  /* line 42813, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }
  /* line 42817, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }
  /* line 42821, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }
  /* line 42825, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }
  /* line 42829, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }
  /* line 42833, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }
  /* line 42837, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }
  /* line 42841, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }
  /* line 42845, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }
  /* line 42849, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }
  /* line 42853, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }
  /* line 42857, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }
  /* line 42861, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }
  /* line 42865, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }
  /* line 42869, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }
  /* line 42873, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }
  /* line 42877, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }
  /* line 42881, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }
  /* line 42885, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }
  /* line 42889, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }
  /* line 42893, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }
  /* line 42897, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }
  /* line 42901, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }
  /* line 42905, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }
  /* line 42909, app/assets/stylesheets/tailwind.css */
  .sm\:animate-none {
    animation: none !important;
  }
  /* line 42913, app/assets/stylesheets/tailwind.css */
  .sm\:animate-spin {
    animation: spin 1s linear infinite !important;
  }
  /* line 42917, app/assets/stylesheets/tailwind.css */
  .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }
  /* line 42921, app/assets/stylesheets/tailwind.css */
  .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }
  /* line 42925, app/assets/stylesheets/tailwind.css */
  .sm\:animate-bounce {
    animation: bounce 1s infinite !important;
  }
  /* line 42929, app/assets/stylesheets/tailwind.css */
  .sm\:cursor-auto {
    cursor: auto !important;
  }
  /* line 42933, app/assets/stylesheets/tailwind.css */
  .sm\:cursor-default {
    cursor: default !important;
  }
  /* line 42937, app/assets/stylesheets/tailwind.css */
  .sm\:cursor-pointer {
    cursor: pointer !important;
  }
  /* line 42941, app/assets/stylesheets/tailwind.css */
  .sm\:cursor-wait {
    cursor: wait !important;
  }
  /* line 42945, app/assets/stylesheets/tailwind.css */
  .sm\:cursor-text {
    cursor: text !important;
  }
  /* line 42949, app/assets/stylesheets/tailwind.css */
  .sm\:cursor-move {
    cursor: move !important;
  }
  /* line 42953, app/assets/stylesheets/tailwind.css */
  .sm\:cursor-help {
    cursor: help !important;
  }
  /* line 42957, app/assets/stylesheets/tailwind.css */
  .sm\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  /* line 42961, app/assets/stylesheets/tailwind.css */
  .sm\:select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }
  /* line 42968, app/assets/stylesheets/tailwind.css */
  .sm\:select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }
  /* line 42975, app/assets/stylesheets/tailwind.css */
  .sm\:select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }
  /* line 42982, app/assets/stylesheets/tailwind.css */
  .sm\:select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }
  /* line 42989, app/assets/stylesheets/tailwind.css */
  .sm\:resize-none {
    resize: none !important;
  }
  /* line 42993, app/assets/stylesheets/tailwind.css */
  .sm\:resize-y {
    resize: vertical !important;
  }
  /* line 42997, app/assets/stylesheets/tailwind.css */
  .sm\:resize-x {
    resize: horizontal !important;
  }
  /* line 43001, app/assets/stylesheets/tailwind.css */
  .sm\:resize {
    resize: both !important;
  }
  /* line 43005, app/assets/stylesheets/tailwind.css */
  .sm\:list-inside {
    list-style-position: inside !important;
  }
  /* line 43009, app/assets/stylesheets/tailwind.css */
  .sm\:list-outside {
    list-style-position: outside !important;
  }
  /* line 43013, app/assets/stylesheets/tailwind.css */
  .sm\:list-none {
    list-style-type: none !important;
  }
  /* line 43017, app/assets/stylesheets/tailwind.css */
  .sm\:list-disc {
    list-style-type: disc !important;
  }
  /* line 43021, app/assets/stylesheets/tailwind.css */
  .sm\:list-decimal {
    list-style-type: decimal !important;
  }
  /* line 43025, app/assets/stylesheets/tailwind.css */
  .sm\:appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }
  /* line 43031, app/assets/stylesheets/tailwind.css */
  .sm\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }
  /* line 43035, app/assets/stylesheets/tailwind.css */
  .sm\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }
  /* line 43039, app/assets/stylesheets/tailwind.css */
  .sm\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  /* line 43043, app/assets/stylesheets/tailwind.css */
  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  /* line 43047, app/assets/stylesheets/tailwind.css */
  .sm\:grid-flow-row {
    grid-auto-flow: row !important;
  }
  /* line 43051, app/assets/stylesheets/tailwind.css */
  .sm\:grid-flow-col {
    grid-auto-flow: column !important;
  }
  /* line 43055, app/assets/stylesheets/tailwind.css */
  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }
  /* line 43059, app/assets/stylesheets/tailwind.css */
  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }
  /* line 43063, app/assets/stylesheets/tailwind.css */
  .sm\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }
  /* line 43067, app/assets/stylesheets/tailwind.css */
  .sm\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }
  /* line 43071, app/assets/stylesheets/tailwind.css */
  .sm\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }
  /* line 43075, app/assets/stylesheets/tailwind.css */
  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  /* line 43079, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  /* line 43083, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  /* line 43087, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  /* line 43091, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  /* line 43095, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  /* line 43099, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  /* line 43103, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  /* line 43107, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  /* line 43111, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  /* line 43115, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  /* line 43119, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  /* line 43123, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  /* line 43127, app/assets/stylesheets/tailwind.css */
  .sm\:grid-cols-none {
    grid-template-columns: none !important;
  }
  /* line 43131, app/assets/stylesheets/tailwind.css */
  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  /* line 43135, app/assets/stylesheets/tailwind.css */
  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }
  /* line 43139, app/assets/stylesheets/tailwind.css */
  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  /* line 43143, app/assets/stylesheets/tailwind.css */
  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  /* line 43147, app/assets/stylesheets/tailwind.css */
  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }
  /* line 43151, app/assets/stylesheets/tailwind.css */
  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }
  /* line 43155, app/assets/stylesheets/tailwind.css */
  .sm\:grid-rows-none {
    grid-template-rows: none !important;
  }
  /* line 43159, app/assets/stylesheets/tailwind.css */
  .sm\:flex-row {
    flex-direction: row !important;
  }
  /* line 43163, app/assets/stylesheets/tailwind.css */
  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 43167, app/assets/stylesheets/tailwind.css */
  .sm\:flex-col {
    flex-direction: column !important;
  }
  /* line 43171, app/assets/stylesheets/tailwind.css */
  .sm\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 43175, app/assets/stylesheets/tailwind.css */
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  /* line 43179, app/assets/stylesheets/tailwind.css */
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 43183, app/assets/stylesheets/tailwind.css */
  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 43187, app/assets/stylesheets/tailwind.css */
  .sm\:place-content-center {
    place-content: center !important;
  }
  /* line 43191, app/assets/stylesheets/tailwind.css */
  .sm\:place-content-start {
    place-content: start !important;
  }
  /* line 43195, app/assets/stylesheets/tailwind.css */
  .sm\:place-content-end {
    place-content: end !important;
  }
  /* line 43199, app/assets/stylesheets/tailwind.css */
  .sm\:place-content-between {
    place-content: space-between !important;
  }
  /* line 43203, app/assets/stylesheets/tailwind.css */
  .sm\:place-content-around {
    place-content: space-around !important;
  }
  /* line 43207, app/assets/stylesheets/tailwind.css */
  .sm\:place-content-evenly {
    place-content: space-evenly !important;
  }
  /* line 43211, app/assets/stylesheets/tailwind.css */
  .sm\:place-content-stretch {
    place-content: stretch !important;
  }
  /* line 43215, app/assets/stylesheets/tailwind.css */
  .sm\:place-items-start {
    place-items: start !important;
  }
  /* line 43219, app/assets/stylesheets/tailwind.css */
  .sm\:place-items-end {
    place-items: end !important;
  }
  /* line 43223, app/assets/stylesheets/tailwind.css */
  .sm\:place-items-center {
    place-items: center !important;
  }
  /* line 43227, app/assets/stylesheets/tailwind.css */
  .sm\:place-items-stretch {
    place-items: stretch !important;
  }
  /* line 43231, app/assets/stylesheets/tailwind.css */
  .sm\:content-center {
    align-content: center !important;
  }
  /* line 43235, app/assets/stylesheets/tailwind.css */
  .sm\:content-start {
    align-content: flex-start !important;
  }
  /* line 43239, app/assets/stylesheets/tailwind.css */
  .sm\:content-end {
    align-content: flex-end !important;
  }
  /* line 43243, app/assets/stylesheets/tailwind.css */
  .sm\:content-between {
    align-content: space-between !important;
  }
  /* line 43247, app/assets/stylesheets/tailwind.css */
  .sm\:content-around {
    align-content: space-around !important;
  }
  /* line 43251, app/assets/stylesheets/tailwind.css */
  .sm\:content-evenly {
    align-content: space-evenly !important;
  }
  /* line 43255, app/assets/stylesheets/tailwind.css */
  .sm\:items-start {
    align-items: flex-start !important;
  }
  /* line 43259, app/assets/stylesheets/tailwind.css */
  .sm\:items-end {
    align-items: flex-end !important;
  }
  /* line 43263, app/assets/stylesheets/tailwind.css */
  .sm\:items-center {
    align-items: center !important;
  }
  /* line 43267, app/assets/stylesheets/tailwind.css */
  .sm\:items-baseline {
    align-items: baseline !important;
  }
  /* line 43271, app/assets/stylesheets/tailwind.css */
  .sm\:items-stretch {
    align-items: stretch !important;
  }
  /* line 43275, app/assets/stylesheets/tailwind.css */
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  /* line 43279, app/assets/stylesheets/tailwind.css */
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  /* line 43283, app/assets/stylesheets/tailwind.css */
  .sm\:justify-center {
    justify-content: center !important;
  }
  /* line 43287, app/assets/stylesheets/tailwind.css */
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  /* line 43291, app/assets/stylesheets/tailwind.css */
  .sm\:justify-around {
    justify-content: space-around !important;
  }
  /* line 43295, app/assets/stylesheets/tailwind.css */
  .sm\:justify-evenly {
    justify-content: space-evenly !important;
  }
  /* line 43299, app/assets/stylesheets/tailwind.css */
  .sm\:justify-items-start {
    justify-items: start !important;
  }
  /* line 43303, app/assets/stylesheets/tailwind.css */
  .sm\:justify-items-end {
    justify-items: end !important;
  }
  /* line 43307, app/assets/stylesheets/tailwind.css */
  .sm\:justify-items-center {
    justify-items: center !important;
  }
  /* line 43311, app/assets/stylesheets/tailwind.css */
  .sm\:justify-items-stretch {
    justify-items: stretch !important;
  }
  /* line 43315, app/assets/stylesheets/tailwind.css */
  .sm\:gap-0 {
    gap: 0px !important;
  }
  /* line 43319, app/assets/stylesheets/tailwind.css */
  .sm\:gap-1 {
    gap: 0.25rem !important;
  }
  /* line 43323, app/assets/stylesheets/tailwind.css */
  .sm\:gap-2 {
    gap: 0.5rem !important;
  }
  /* line 43327, app/assets/stylesheets/tailwind.css */
  .sm\:gap-3 {
    gap: 0.75rem !important;
  }
  /* line 43331, app/assets/stylesheets/tailwind.css */
  .sm\:gap-4 {
    gap: 1rem !important;
  }
  /* line 43335, app/assets/stylesheets/tailwind.css */
  .sm\:gap-5 {
    gap: 1.25rem !important;
  }
  /* line 43339, app/assets/stylesheets/tailwind.css */
  .sm\:gap-6 {
    gap: 1.5rem !important;
  }
  /* line 43343, app/assets/stylesheets/tailwind.css */
  .sm\:gap-7 {
    gap: 1.75rem !important;
  }
  /* line 43347, app/assets/stylesheets/tailwind.css */
  .sm\:gap-8 {
    gap: 2rem !important;
  }
  /* line 43351, app/assets/stylesheets/tailwind.css */
  .sm\:gap-9 {
    gap: 2.25rem !important;
  }
  /* line 43355, app/assets/stylesheets/tailwind.css */
  .sm\:gap-10 {
    gap: 2.5rem !important;
  }
  /* line 43359, app/assets/stylesheets/tailwind.css */
  .sm\:gap-11 {
    gap: 2.75rem !important;
  }
  /* line 43363, app/assets/stylesheets/tailwind.css */
  .sm\:gap-12 {
    gap: 3rem !important;
  }
  /* line 43367, app/assets/stylesheets/tailwind.css */
  .sm\:gap-14 {
    gap: 3.5rem !important;
  }
  /* line 43371, app/assets/stylesheets/tailwind.css */
  .sm\:gap-16 {
    gap: 4rem !important;
  }
  /* line 43375, app/assets/stylesheets/tailwind.css */
  .sm\:gap-20 {
    gap: 5rem !important;
  }
  /* line 43379, app/assets/stylesheets/tailwind.css */
  .sm\:gap-24 {
    gap: 6rem !important;
  }
  /* line 43383, app/assets/stylesheets/tailwind.css */
  .sm\:gap-28 {
    gap: 7rem !important;
  }
  /* line 43387, app/assets/stylesheets/tailwind.css */
  .sm\:gap-32 {
    gap: 8rem !important;
  }
  /* line 43391, app/assets/stylesheets/tailwind.css */
  .sm\:gap-36 {
    gap: 9rem !important;
  }
  /* line 43395, app/assets/stylesheets/tailwind.css */
  .sm\:gap-40 {
    gap: 10rem !important;
  }
  /* line 43399, app/assets/stylesheets/tailwind.css */
  .sm\:gap-44 {
    gap: 11rem !important;
  }
  /* line 43403, app/assets/stylesheets/tailwind.css */
  .sm\:gap-48 {
    gap: 12rem !important;
  }
  /* line 43407, app/assets/stylesheets/tailwind.css */
  .sm\:gap-52 {
    gap: 13rem !important;
  }
  /* line 43411, app/assets/stylesheets/tailwind.css */
  .sm\:gap-56 {
    gap: 14rem !important;
  }
  /* line 43415, app/assets/stylesheets/tailwind.css */
  .sm\:gap-60 {
    gap: 15rem !important;
  }
  /* line 43419, app/assets/stylesheets/tailwind.css */
  .sm\:gap-64 {
    gap: 16rem !important;
  }
  /* line 43423, app/assets/stylesheets/tailwind.css */
  .sm\:gap-72 {
    gap: 18rem !important;
  }
  /* line 43427, app/assets/stylesheets/tailwind.css */
  .sm\:gap-80 {
    gap: 20rem !important;
  }
  /* line 43431, app/assets/stylesheets/tailwind.css */
  .sm\:gap-96 {
    gap: 24rem !important;
  }
  /* line 43435, app/assets/stylesheets/tailwind.css */
  .sm\:gap-px {
    gap: 1px !important;
  }
  /* line 43439, app/assets/stylesheets/tailwind.css */
  .sm\:gap-0\.5 {
    gap: 0.125rem !important;
  }
  /* line 43443, app/assets/stylesheets/tailwind.css */
  .sm\:gap-1\.5 {
    gap: 0.375rem !important;
  }
  /* line 43447, app/assets/stylesheets/tailwind.css */
  .sm\:gap-2\.5 {
    gap: 0.625rem !important;
  }
  /* line 43451, app/assets/stylesheets/tailwind.css */
  .sm\:gap-3\.5 {
    gap: 0.875rem !important;
  }
  /* line 43455, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-0 {
    -moz-column-gap: 0px !important;
    column-gap: 0px !important;
  }
  /* line 43460, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 43465, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 43470, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  /* line 43475, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-4 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 43480, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  /* line 43485, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 43490, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  /* line 43495, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-8 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 43500, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }
  /* line 43505, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 43510, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }
  /* line 43515, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-12 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 43520, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 43525, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-16 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 43530, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-20 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 43535, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-24 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 43540, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-28 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 43545, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-32 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 43550, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-36 {
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important;
  }
  /* line 43555, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-40 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 43560, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-44 {
    -moz-column-gap: 11rem !important;
    column-gap: 11rem !important;
  }
  /* line 43565, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-48 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 43570, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-52 {
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important;
  }
  /* line 43575, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-56 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 43580, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-60 {
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  /* line 43585, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-64 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  /* line 43590, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-72 {
    -moz-column-gap: 18rem !important;
    column-gap: 18rem !important;
  }
  /* line 43595, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-80 {
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important;
  }
  /* line 43600, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-96 {
    -moz-column-gap: 24rem !important;
    column-gap: 24rem !important;
  }
  /* line 43605, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-px {
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }
  /* line 43610, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
    column-gap: 0.125rem !important;
  }
  /* line 43615, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
    column-gap: 0.375rem !important;
  }
  /* line 43620, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  /* line 43625, app/assets/stylesheets/tailwind.css */
  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
    column-gap: 0.875rem !important;
  }
  /* line 43630, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-0 {
    row-gap: 0px !important;
  }
  /* line 43634, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-1 {
    row-gap: 0.25rem !important;
  }
  /* line 43638, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-2 {
    row-gap: 0.5rem !important;
  }
  /* line 43642, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-3 {
    row-gap: 0.75rem !important;
  }
  /* line 43646, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-4 {
    row-gap: 1rem !important;
  }
  /* line 43650, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-5 {
    row-gap: 1.25rem !important;
  }
  /* line 43654, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-6 {
    row-gap: 1.5rem !important;
  }
  /* line 43658, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-7 {
    row-gap: 1.75rem !important;
  }
  /* line 43662, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-8 {
    row-gap: 2rem !important;
  }
  /* line 43666, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-9 {
    row-gap: 2.25rem !important;
  }
  /* line 43670, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-10 {
    row-gap: 2.5rem !important;
  }
  /* line 43674, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-11 {
    row-gap: 2.75rem !important;
  }
  /* line 43678, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-12 {
    row-gap: 3rem !important;
  }
  /* line 43682, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-14 {
    row-gap: 3.5rem !important;
  }
  /* line 43686, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-16 {
    row-gap: 4rem !important;
  }
  /* line 43690, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-20 {
    row-gap: 5rem !important;
  }
  /* line 43694, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-24 {
    row-gap: 6rem !important;
  }
  /* line 43698, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-28 {
    row-gap: 7rem !important;
  }
  /* line 43702, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-32 {
    row-gap: 8rem !important;
  }
  /* line 43706, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-36 {
    row-gap: 9rem !important;
  }
  /* line 43710, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-40 {
    row-gap: 10rem !important;
  }
  /* line 43714, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-44 {
    row-gap: 11rem !important;
  }
  /* line 43718, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-48 {
    row-gap: 12rem !important;
  }
  /* line 43722, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-52 {
    row-gap: 13rem !important;
  }
  /* line 43726, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-56 {
    row-gap: 14rem !important;
  }
  /* line 43730, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-60 {
    row-gap: 15rem !important;
  }
  /* line 43734, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-64 {
    row-gap: 16rem !important;
  }
  /* line 43738, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-72 {
    row-gap: 18rem !important;
  }
  /* line 43742, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-80 {
    row-gap: 20rem !important;
  }
  /* line 43746, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-96 {
    row-gap: 24rem !important;
  }
  /* line 43750, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-px {
    row-gap: 1px !important;
  }
  /* line 43754, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }
  /* line 43758, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }
  /* line 43762, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }
  /* line 43766, app/assets/stylesheets/tailwind.css */
  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }
  /* line 43770, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43776, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43782, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43788, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43794, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43800, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43806, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43812, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43818, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43824, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43830, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43836, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43842, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43848, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43854, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43860, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43866, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43872, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43878, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43884, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43890, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43896, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43902, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43908, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43914, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43920, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43926, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43932, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43938, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43944, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43950, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43956, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43962, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43968, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43974, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43980, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43986, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43992, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 43998, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44004, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44010, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44016, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44022, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44028, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44034, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44040, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44046, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44052, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44058, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44064, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44070, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44076, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44082, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44088, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44094, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44100, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44106, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44112, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44118, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44124, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44130, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44136, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44142, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44148, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44154, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44160, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44166, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44172, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44178, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44184, app/assets/stylesheets/tailwind.css */
  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 44190, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  /* line 44196, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44202, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44208, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44214, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44220, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44226, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44232, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44238, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44244, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44250, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44256, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44262, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44268, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44274, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44280, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44286, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44292, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44298, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44304, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44310, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44316, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44322, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44328, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44334, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44340, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44346, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44352, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44358, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44364, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44370, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }
  /* line 44376, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44382, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44388, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44394, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44400, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  /* line 44406, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44412, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44418, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44424, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44430, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44436, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44442, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44448, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44454, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44460, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44466, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44472, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44478, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44484, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44490, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44496, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44502, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44508, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44514, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44520, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44526, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44532, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44538, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44544, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44550, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44556, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44562, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44568, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44574, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44580, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }
  /* line 44586, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44592, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44598, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44604, app/assets/stylesheets/tailwind.css */
  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 44610, app/assets/stylesheets/tailwind.css */
  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }
  /* line 44614, app/assets/stylesheets/tailwind.css */
  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }
  /* line 44618, app/assets/stylesheets/tailwind.css */
  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 44624, app/assets/stylesheets/tailwind.css */
  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 44630, app/assets/stylesheets/tailwind.css */
  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 44636, app/assets/stylesheets/tailwind.css */
  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 44642, app/assets/stylesheets/tailwind.css */
  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 44648, app/assets/stylesheets/tailwind.css */
  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 44654, app/assets/stylesheets/tailwind.css */
  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 44660, app/assets/stylesheets/tailwind.css */
  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 44666, app/assets/stylesheets/tailwind.css */
  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 44672, app/assets/stylesheets/tailwind.css */
  .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 44678, app/assets/stylesheets/tailwind.css */
  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }
  /* line 44682, app/assets/stylesheets/tailwind.css */
  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }
  /* line 44686, app/assets/stylesheets/tailwind.css */
  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }
  /* line 44690, app/assets/stylesheets/tailwind.css */
  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }
  /* line 44694, app/assets/stylesheets/tailwind.css */
  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }
  /* line 44698, app/assets/stylesheets/tailwind.css */
  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }
  /* line 44702, app/assets/stylesheets/tailwind.css */
  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }
  /* line 44706, app/assets/stylesheets/tailwind.css */
  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }
  /* line 44710, app/assets/stylesheets/tailwind.css */
  .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }
  /* line 44714, app/assets/stylesheets/tailwind.css */
  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--black) !important;
  }
  /* line 44718, app/assets/stylesheets/tailwind.css */
  .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--white) !important;
  }
  /* line 44722, app/assets/stylesheets/tailwind.css */
  .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
  }
  /* line 44727, app/assets/stylesheets/tailwind.css */
  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 44732, app/assets/stylesheets/tailwind.css */
  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 44737, app/assets/stylesheets/tailwind.css */
  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }
  /* line 44742, app/assets/stylesheets/tailwind.css */
  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }
  /* line 44747, app/assets/stylesheets/tailwind.css */
  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }
  /* line 44752, app/assets/stylesheets/tailwind.css */
  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }
  /* line 44757, app/assets/stylesheets/tailwind.css */
  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }
  /* line 44762, app/assets/stylesheets/tailwind.css */
  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }
  /* line 44767, app/assets/stylesheets/tailwind.css */
  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }
  /* line 44772, app/assets/stylesheets/tailwind.css */
  .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }
  /* line 44777, app/assets/stylesheets/tailwind.css */
  .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }
  /* line 44782, app/assets/stylesheets/tailwind.css */
  .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }
  /* line 44787, app/assets/stylesheets/tailwind.css */
  .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }
  /* line 44792, app/assets/stylesheets/tailwind.css */
  .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }
  /* line 44797, app/assets/stylesheets/tailwind.css */
  .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }
  /* line 44802, app/assets/stylesheets/tailwind.css */
  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }
  /* line 44807, app/assets/stylesheets/tailwind.css */
  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }
  /* line 44812, app/assets/stylesheets/tailwind.css */
  .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }
  /* line 44817, app/assets/stylesheets/tailwind.css */
  .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }
  /* line 44822, app/assets/stylesheets/tailwind.css */
  .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 44827, app/assets/stylesheets/tailwind.css */
  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
  }
  /* line 44832, app/assets/stylesheets/tailwind.css */
  .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
  }
  /* line 44837, app/assets/stylesheets/tailwind.css */
  .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
  }
  /* line 44842, app/assets/stylesheets/tailwind.css */
  .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
  }
  /* line 44847, app/assets/stylesheets/tailwind.css */
  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
  }
  /* line 44852, app/assets/stylesheets/tailwind.css */
  .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
  }
  /* line 44857, app/assets/stylesheets/tailwind.css */
  .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
  }
  /* line 44862, app/assets/stylesheets/tailwind.css */
  .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
  }
  /* line 44867, app/assets/stylesheets/tailwind.css */
  .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
  }
  /* line 44872, app/assets/stylesheets/tailwind.css */
  .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }
  /* line 44877, app/assets/stylesheets/tailwind.css */
  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }
  /* line 44882, app/assets/stylesheets/tailwind.css */
  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }
  /* line 44887, app/assets/stylesheets/tailwind.css */
  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }
  /* line 44892, app/assets/stylesheets/tailwind.css */
  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }
  /* line 44897, app/assets/stylesheets/tailwind.css */
  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }
  /* line 44902, app/assets/stylesheets/tailwind.css */
  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }
  /* line 44907, app/assets/stylesheets/tailwind.css */
  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }
  /* line 44912, app/assets/stylesheets/tailwind.css */
  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }
  /* line 44917, app/assets/stylesheets/tailwind.css */
  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }
  /* line 44922, app/assets/stylesheets/tailwind.css */
  .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 44927, app/assets/stylesheets/tailwind.css */
  .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 44932, app/assets/stylesheets/tailwind.css */
  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 44937, app/assets/stylesheets/tailwind.css */
  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }
  /* line 44942, app/assets/stylesheets/tailwind.css */
  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }
  /* line 44947, app/assets/stylesheets/tailwind.css */
  .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 44952, app/assets/stylesheets/tailwind.css */
  .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 44957, app/assets/stylesheets/tailwind.css */
  .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }
  /* line 44962, app/assets/stylesheets/tailwind.css */
  .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }
  /* line 44967, app/assets/stylesheets/tailwind.css */
  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }
  /* line 44972, app/assets/stylesheets/tailwind.css */
  .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 44977, app/assets/stylesheets/tailwind.css */
  .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 44982, app/assets/stylesheets/tailwind.css */
  .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 44987, app/assets/stylesheets/tailwind.css */
  .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }
  /* line 44992, app/assets/stylesheets/tailwind.css */
  .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }
  /* line 44997, app/assets/stylesheets/tailwind.css */
  .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }
  /* line 45002, app/assets/stylesheets/tailwind.css */
  .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }
  /* line 45007, app/assets/stylesheets/tailwind.css */
  .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }
  /* line 45012, app/assets/stylesheets/tailwind.css */
  .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }
  /* line 45017, app/assets/stylesheets/tailwind.css */
  .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }
  /* line 45022, app/assets/stylesheets/tailwind.css */
  .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 45027, app/assets/stylesheets/tailwind.css */
  .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 45032, app/assets/stylesheets/tailwind.css */
  .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 45037, app/assets/stylesheets/tailwind.css */
  .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
  }
  /* line 45042, app/assets/stylesheets/tailwind.css */
  .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
  }
  /* line 45047, app/assets/stylesheets/tailwind.css */
  .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 45052, app/assets/stylesheets/tailwind.css */
  .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
  }
  /* line 45057, app/assets/stylesheets/tailwind.css */
  .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
  }
  /* line 45062, app/assets/stylesheets/tailwind.css */
  .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
  }
  /* line 45067, app/assets/stylesheets/tailwind.css */
  .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
  }
  /* line 45072, app/assets/stylesheets/tailwind.css */
  .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }
  /* line 45077, app/assets/stylesheets/tailwind.css */
  .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }
  /* line 45082, app/assets/stylesheets/tailwind.css */
  .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }
  /* line 45087, app/assets/stylesheets/tailwind.css */
  .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }
  /* line 45092, app/assets/stylesheets/tailwind.css */
  .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }
  /* line 45097, app/assets/stylesheets/tailwind.css */
  .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }
  /* line 45102, app/assets/stylesheets/tailwind.css */
  .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }
  /* line 45107, app/assets/stylesheets/tailwind.css */
  .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }
  /* line 45112, app/assets/stylesheets/tailwind.css */
  .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }
  /* line 45117, app/assets/stylesheets/tailwind.css */
  .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }
  /* line 45122, app/assets/stylesheets/tailwind.css */
  .sm\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--grey) !important;
  }
  /* line 45126, app/assets/stylesheets/tailwind.css */
  .sm\:divide-info > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-info) !important;
  }
  /* line 45130, app/assets/stylesheets/tailwind.css */
  .sm\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-warning) !important;
  }
  /* line 45134, app/assets/stylesheets/tailwind.css */
  .sm\:divide-error > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-error) !important;
  }
  /* line 45138, app/assets/stylesheets/tailwind.css */
  .sm\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--primary) !important;
  }
  /* line 45142, app/assets/stylesheets/tailwind.css */
  .sm\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--secondary) !important;
  }
  /* line 45146, app/assets/stylesheets/tailwind.css */
  .sm\:divide-primary-dark > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--primary-dark) !important;
  }
  /* line 45150, app/assets/stylesheets/tailwind.css */
  .sm\:divide-text-color > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-color) !important;
  }
  /* line 45154, app/assets/stylesheets/tailwind.css */
  .sm\:divide-button-outlined-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 45158, app/assets/stylesheets/tailwind.css */
  .sm\:divide-file-info > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--file-info) !important;
  }
  /* line 45162, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }
  /* line 45166, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }
  /* line 45170, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }
  /* line 45174, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }
  /* line 45178, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }
  /* line 45182, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }
  /* line 45186, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }
  /* line 45190, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }
  /* line 45194, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }
  /* line 45198, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }
  /* line 45202, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }
  /* line 45206, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }
  /* line 45210, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }
  /* line 45214, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }
  /* line 45218, app/assets/stylesheets/tailwind.css */
  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }
  /* line 45222, app/assets/stylesheets/tailwind.css */
  .sm\:place-self-auto {
    place-self: auto !important;
  }
  /* line 45226, app/assets/stylesheets/tailwind.css */
  .sm\:place-self-start {
    place-self: start !important;
  }
  /* line 45230, app/assets/stylesheets/tailwind.css */
  .sm\:place-self-end {
    place-self: end !important;
  }
  /* line 45234, app/assets/stylesheets/tailwind.css */
  .sm\:place-self-center {
    place-self: center !important;
  }
  /* line 45238, app/assets/stylesheets/tailwind.css */
  .sm\:place-self-stretch {
    place-self: stretch !important;
  }
  /* line 45242, app/assets/stylesheets/tailwind.css */
  .sm\:self-auto {
    align-self: auto !important;
  }
  /* line 45246, app/assets/stylesheets/tailwind.css */
  .sm\:self-start {
    align-self: flex-start !important;
  }
  /* line 45250, app/assets/stylesheets/tailwind.css */
  .sm\:self-end {
    align-self: flex-end !important;
  }
  /* line 45254, app/assets/stylesheets/tailwind.css */
  .sm\:self-center {
    align-self: center !important;
  }
  /* line 45258, app/assets/stylesheets/tailwind.css */
  .sm\:self-stretch {
    align-self: stretch !important;
  }
  /* line 45262, app/assets/stylesheets/tailwind.css */
  .sm\:self-baseline {
    align-self: baseline !important;
  }
  /* line 45266, app/assets/stylesheets/tailwind.css */
  .sm\:justify-self-auto {
    justify-self: auto !important;
  }
  /* line 45270, app/assets/stylesheets/tailwind.css */
  .sm\:justify-self-start {
    justify-self: start !important;
  }
  /* line 45274, app/assets/stylesheets/tailwind.css */
  .sm\:justify-self-end {
    justify-self: end !important;
  }
  /* line 45278, app/assets/stylesheets/tailwind.css */
  .sm\:justify-self-center {
    justify-self: center !important;
  }
  /* line 45282, app/assets/stylesheets/tailwind.css */
  .sm\:justify-self-stretch {
    justify-self: stretch !important;
  }
  /* line 45286, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-auto {
    overflow: auto !important;
  }
  /* line 45290, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-hidden {
    overflow: hidden !important;
  }
  /* line 45294, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-visible {
    overflow: visible !important;
  }
  /* line 45298, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-scroll {
    overflow: scroll !important;
  }
  /* line 45302, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }
  /* line 45306, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }
  /* line 45310, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  /* line 45314, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  /* line 45318, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }
  /* line 45322, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }
  /* line 45326, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  /* line 45330, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  /* line 45334, app/assets/stylesheets/tailwind.css */
  .sm\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }
  /* line 45339, app/assets/stylesheets/tailwind.css */
  .sm\:overscroll-contain {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }
  /* line 45344, app/assets/stylesheets/tailwind.css */
  .sm\:overscroll-none {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: none !important;
  }
  /* line 45349, app/assets/stylesheets/tailwind.css */
  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }
  /* line 45353, app/assets/stylesheets/tailwind.css */
  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }
  /* line 45357, app/assets/stylesheets/tailwind.css */
  .sm\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }
  /* line 45361, app/assets/stylesheets/tailwind.css */
  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }
  /* line 45365, app/assets/stylesheets/tailwind.css */
  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }
  /* line 45369, app/assets/stylesheets/tailwind.css */
  .sm\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }
  /* line 45373, app/assets/stylesheets/tailwind.css */
  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  /* line 45379, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
  /* line 45383, app/assets/stylesheets/tailwind.css */
  .sm\:overflow-clip {
    text-overflow: clip !important;
  }
  /* line 45387, app/assets/stylesheets/tailwind.css */
  .sm\:whitespace-normal {
    white-space: normal !important;
  }
  /* line 45391, app/assets/stylesheets/tailwind.css */
  .sm\:whitespace-nowrap {
    white-space: nowrap !important;
  }
  /* line 45395, app/assets/stylesheets/tailwind.css */
  .sm\:whitespace-pre {
    white-space: pre !important;
  }
  /* line 45399, app/assets/stylesheets/tailwind.css */
  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }
  /* line 45403, app/assets/stylesheets/tailwind.css */
  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }
  /* line 45407, app/assets/stylesheets/tailwind.css */
  .sm\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  /* line 45412, app/assets/stylesheets/tailwind.css */
  .sm\:break-words {
    overflow-wrap: break-word !important;
  }
  /* line 45416, app/assets/stylesheets/tailwind.css */
  .sm\:break-all {
    word-break: break-all !important;
  }
  /* line 45420, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-0_625 {
    border-radius: 0.625rem !important;
  }
  /* line 45424, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-0_25 {
    border-radius: 0.25rem !important;
  }
  /* line 45428, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-t-0_625 {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }
  /* line 45433, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-t-0_25 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 45438, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-r-0_625 {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }
  /* line 45443, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-r-0_25 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 45448, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-b-0_625 {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 45453, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-b-0_25 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 45458, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-l-0_625 {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 45463, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-l-0_25 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 45468, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-tl-0_625 {
    border-top-left-radius: 0.625rem !important;
  }
  /* line 45472, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-tl-0_25 {
    border-top-left-radius: 0.25rem !important;
  }
  /* line 45476, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-tr-0_625 {
    border-top-right-radius: 0.625rem !important;
  }
  /* line 45480, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-tr-0_25 {
    border-top-right-radius: 0.25rem !important;
  }
  /* line 45484, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-br-0_625 {
    border-bottom-right-radius: 0.625rem !important;
  }
  /* line 45488, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-br-0_25 {
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 45492, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-bl-0_625 {
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 45496, app/assets/stylesheets/tailwind.css */
  .sm\:rounded-bl-0_25 {
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 45500, app/assets/stylesheets/tailwind.css */
  .sm\:border-0 {
    border-width: 0px !important;
  }
  /* line 45504, app/assets/stylesheets/tailwind.css */
  .sm\:border-2 {
    border-width: 2px !important;
  }
  /* line 45508, app/assets/stylesheets/tailwind.css */
  .sm\:border-4 {
    border-width: 4px !important;
  }
  /* line 45512, app/assets/stylesheets/tailwind.css */
  .sm\:border-8 {
    border-width: 8px !important;
  }
  /* line 45516, app/assets/stylesheets/tailwind.css */
  .sm\:border {
    border-width: 1px !important;
  }
  /* line 45520, app/assets/stylesheets/tailwind.css */
  .sm\:border-t-0 {
    border-top-width: 0px !important;
  }
  /* line 45524, app/assets/stylesheets/tailwind.css */
  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }
  /* line 45528, app/assets/stylesheets/tailwind.css */
  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }
  /* line 45532, app/assets/stylesheets/tailwind.css */
  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }
  /* line 45536, app/assets/stylesheets/tailwind.css */
  .sm\:border-t {
    border-top-width: 1px !important;
  }
  /* line 45540, app/assets/stylesheets/tailwind.css */
  .sm\:border-r-0 {
    border-right-width: 0px !important;
  }
  /* line 45544, app/assets/stylesheets/tailwind.css */
  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }
  /* line 45548, app/assets/stylesheets/tailwind.css */
  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }
  /* line 45552, app/assets/stylesheets/tailwind.css */
  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }
  /* line 45556, app/assets/stylesheets/tailwind.css */
  .sm\:border-r {
    border-right-width: 1px !important;
  }
  /* line 45560, app/assets/stylesheets/tailwind.css */
  .sm\:border-b-0 {
    border-bottom-width: 0px !important;
  }
  /* line 45564, app/assets/stylesheets/tailwind.css */
  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }
  /* line 45568, app/assets/stylesheets/tailwind.css */
  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }
  /* line 45572, app/assets/stylesheets/tailwind.css */
  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }
  /* line 45576, app/assets/stylesheets/tailwind.css */
  .sm\:border-b {
    border-bottom-width: 1px !important;
  }
  /* line 45580, app/assets/stylesheets/tailwind.css */
  .sm\:border-l-0 {
    border-left-width: 0px !important;
  }
  /* line 45584, app/assets/stylesheets/tailwind.css */
  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }
  /* line 45588, app/assets/stylesheets/tailwind.css */
  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }
  /* line 45592, app/assets/stylesheets/tailwind.css */
  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }
  /* line 45596, app/assets/stylesheets/tailwind.css */
  .sm\:border-l {
    border-left-width: 1px !important;
  }
  /* line 45600, app/assets/stylesheets/tailwind.css */
  .sm\:border-solid {
    border-style: solid !important;
  }
  /* line 45604, app/assets/stylesheets/tailwind.css */
  .sm\:border-dashed {
    border-style: dashed !important;
  }
  /* line 45608, app/assets/stylesheets/tailwind.css */
  .sm\:border-dotted {
    border-style: dotted !important;
  }
  /* line 45612, app/assets/stylesheets/tailwind.css */
  .sm\:border-double {
    border-style: double !important;
  }
  /* line 45616, app/assets/stylesheets/tailwind.css */
  .sm\:border-none {
    border-style: none !important;
  }
  /* line 45620, app/assets/stylesheets/tailwind.css */
  .sm\:border-transparent {
    border-color: transparent !important;
  }
  /* line 45624, app/assets/stylesheets/tailwind.css */
  .sm\:border-current {
    border-color: currentColor !important;
  }
  /* line 45628, app/assets/stylesheets/tailwind.css */
  .sm\:border-black {
    border-color: var(--black) !important;
  }
  /* line 45632, app/assets/stylesheets/tailwind.css */
  .sm\:border-white {
    border-color: var(--white) !important;
  }
  /* line 45636, app/assets/stylesheets/tailwind.css */
  .sm\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 45641, app/assets/stylesheets/tailwind.css */
  .sm\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 45646, app/assets/stylesheets/tailwind.css */
  .sm\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 45651, app/assets/stylesheets/tailwind.css */
  .sm\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 45656, app/assets/stylesheets/tailwind.css */
  .sm\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 45661, app/assets/stylesheets/tailwind.css */
  .sm\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 45666, app/assets/stylesheets/tailwind.css */
  .sm\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 45671, app/assets/stylesheets/tailwind.css */
  .sm\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 45676, app/assets/stylesheets/tailwind.css */
  .sm\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 45681, app/assets/stylesheets/tailwind.css */
  .sm\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 45686, app/assets/stylesheets/tailwind.css */
  .sm\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 45691, app/assets/stylesheets/tailwind.css */
  .sm\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 45696, app/assets/stylesheets/tailwind.css */
  .sm\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 45701, app/assets/stylesheets/tailwind.css */
  .sm\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 45706, app/assets/stylesheets/tailwind.css */
  .sm\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 45711, app/assets/stylesheets/tailwind.css */
  .sm\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 45716, app/assets/stylesheets/tailwind.css */
  .sm\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 45721, app/assets/stylesheets/tailwind.css */
  .sm\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 45726, app/assets/stylesheets/tailwind.css */
  .sm\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 45731, app/assets/stylesheets/tailwind.css */
  .sm\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 45736, app/assets/stylesheets/tailwind.css */
  .sm\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 45741, app/assets/stylesheets/tailwind.css */
  .sm\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 45746, app/assets/stylesheets/tailwind.css */
  .sm\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 45751, app/assets/stylesheets/tailwind.css */
  .sm\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 45756, app/assets/stylesheets/tailwind.css */
  .sm\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 45761, app/assets/stylesheets/tailwind.css */
  .sm\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 45766, app/assets/stylesheets/tailwind.css */
  .sm\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 45771, app/assets/stylesheets/tailwind.css */
  .sm\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 45776, app/assets/stylesheets/tailwind.css */
  .sm\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 45781, app/assets/stylesheets/tailwind.css */
  .sm\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 45786, app/assets/stylesheets/tailwind.css */
  .sm\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 45791, app/assets/stylesheets/tailwind.css */
  .sm\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 45796, app/assets/stylesheets/tailwind.css */
  .sm\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 45801, app/assets/stylesheets/tailwind.css */
  .sm\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 45806, app/assets/stylesheets/tailwind.css */
  .sm\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 45811, app/assets/stylesheets/tailwind.css */
  .sm\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 45816, app/assets/stylesheets/tailwind.css */
  .sm\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 45821, app/assets/stylesheets/tailwind.css */
  .sm\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 45826, app/assets/stylesheets/tailwind.css */
  .sm\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 45831, app/assets/stylesheets/tailwind.css */
  .sm\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 45836, app/assets/stylesheets/tailwind.css */
  .sm\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 45841, app/assets/stylesheets/tailwind.css */
  .sm\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 45846, app/assets/stylesheets/tailwind.css */
  .sm\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 45851, app/assets/stylesheets/tailwind.css */
  .sm\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 45856, app/assets/stylesheets/tailwind.css */
  .sm\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 45861, app/assets/stylesheets/tailwind.css */
  .sm\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 45866, app/assets/stylesheets/tailwind.css */
  .sm\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 45871, app/assets/stylesheets/tailwind.css */
  .sm\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 45876, app/assets/stylesheets/tailwind.css */
  .sm\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 45881, app/assets/stylesheets/tailwind.css */
  .sm\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 45886, app/assets/stylesheets/tailwind.css */
  .sm\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 45891, app/assets/stylesheets/tailwind.css */
  .sm\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 45896, app/assets/stylesheets/tailwind.css */
  .sm\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 45901, app/assets/stylesheets/tailwind.css */
  .sm\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 45906, app/assets/stylesheets/tailwind.css */
  .sm\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 45911, app/assets/stylesheets/tailwind.css */
  .sm\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 45916, app/assets/stylesheets/tailwind.css */
  .sm\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 45921, app/assets/stylesheets/tailwind.css */
  .sm\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 45926, app/assets/stylesheets/tailwind.css */
  .sm\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 45931, app/assets/stylesheets/tailwind.css */
  .sm\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 45936, app/assets/stylesheets/tailwind.css */
  .sm\:border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 45941, app/assets/stylesheets/tailwind.css */
  .sm\:border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 45946, app/assets/stylesheets/tailwind.css */
  .sm\:border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 45951, app/assets/stylesheets/tailwind.css */
  .sm\:border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 45956, app/assets/stylesheets/tailwind.css */
  .sm\:border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 45961, app/assets/stylesheets/tailwind.css */
  .sm\:border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 45966, app/assets/stylesheets/tailwind.css */
  .sm\:border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 45971, app/assets/stylesheets/tailwind.css */
  .sm\:border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 45976, app/assets/stylesheets/tailwind.css */
  .sm\:border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 45981, app/assets/stylesheets/tailwind.css */
  .sm\:border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 45986, app/assets/stylesheets/tailwind.css */
  .sm\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 45991, app/assets/stylesheets/tailwind.css */
  .sm\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 45996, app/assets/stylesheets/tailwind.css */
  .sm\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 46001, app/assets/stylesheets/tailwind.css */
  .sm\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 46006, app/assets/stylesheets/tailwind.css */
  .sm\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 46011, app/assets/stylesheets/tailwind.css */
  .sm\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 46016, app/assets/stylesheets/tailwind.css */
  .sm\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 46021, app/assets/stylesheets/tailwind.css */
  .sm\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 46026, app/assets/stylesheets/tailwind.css */
  .sm\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 46031, app/assets/stylesheets/tailwind.css */
  .sm\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 46036, app/assets/stylesheets/tailwind.css */
  .sm\:border-grey {
    border-color: var(--grey) !important;
  }
  /* line 46040, app/assets/stylesheets/tailwind.css */
  .sm\:border-info {
    border-color: var(--text-info) !important;
  }
  /* line 46044, app/assets/stylesheets/tailwind.css */
  .sm\:border-warning {
    border-color: var(--text-warning) !important;
  }
  /* line 46048, app/assets/stylesheets/tailwind.css */
  .sm\:border-error {
    border-color: var(--text-error) !important;
  }
  /* line 46052, app/assets/stylesheets/tailwind.css */
  .sm\:border-primary {
    border-color: var(--primary) !important;
  }
  /* line 46056, app/assets/stylesheets/tailwind.css */
  .sm\:border-secondary {
    border-color: var(--secondary) !important;
  }
  /* line 46060, app/assets/stylesheets/tailwind.css */
  .sm\:border-primary-dark {
    border-color: var(--primary-dark) !important;
  }
  /* line 46064, app/assets/stylesheets/tailwind.css */
  .sm\:border-text-color {
    border-color: var(--text-color) !important;
  }
  /* line 46068, app/assets/stylesheets/tailwind.css */
  .sm\:border-button-outlined-hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 46072, app/assets/stylesheets/tailwind.css */
  .sm\:border-file-info {
    border-color: var(--file-info) !important;
  }
  /* line 46076, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent !important;
  }
  /* line 46080, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-current {
    border-color: currentColor !important;
  }
  /* line 46084, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-black {
    border-color: var(--black) !important;
  }
  /* line 46088, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-white {
    border-color: var(--white) !important;
  }
  /* line 46092, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 46097, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 46102, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 46107, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 46112, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 46117, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 46122, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 46127, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 46132, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 46137, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 46142, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 46147, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 46152, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 46157, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 46162, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 46167, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 46172, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 46177, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 46182, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 46187, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 46192, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 46197, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 46202, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 46207, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 46212, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 46217, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 46222, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 46227, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 46232, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 46237, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 46242, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 46247, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 46252, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 46257, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 46262, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 46267, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 46272, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 46277, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 46282, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 46287, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 46292, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 46297, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 46302, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 46307, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 46312, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 46317, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 46322, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 46327, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 46332, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 46337, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 46342, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 46347, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 46352, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 46357, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 46362, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 46367, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 46372, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 46377, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 46382, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 46387, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 46392, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 46397, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 46402, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 46407, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 46412, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 46417, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 46422, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 46427, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 46432, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 46437, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 46442, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 46447, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 46452, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 46457, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 46462, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 46467, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 46472, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 46477, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 46482, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 46487, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 46492, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-grey {
    border-color: var(--grey) !important;
  }
  /* line 46496, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-info {
    border-color: var(--text-info) !important;
  }
  /* line 46500, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-warning {
    border-color: var(--text-warning) !important;
  }
  /* line 46504, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-error {
    border-color: var(--text-error) !important;
  }
  /* line 46508, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-primary {
    border-color: var(--primary) !important;
  }
  /* line 46512, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-secondary {
    border-color: var(--secondary) !important;
  }
  /* line 46516, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-primary-dark {
    border-color: var(--primary-dark) !important;
  }
  /* line 46520, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-text-color {
    border-color: var(--text-color) !important;
  }
  /* line 46524, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-button-outlined-hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 46528, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-file-info {
    border-color: var(--file-info) !important;
  }
  /* line 46532, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }
  /* line 46536, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }
  /* line 46540, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-black:focus-within {
    border-color: var(--black) !important;
  }
  /* line 46544, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-white:focus-within {
    border-color: var(--white) !important;
  }
  /* line 46548, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 46553, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 46558, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 46563, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 46568, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 46573, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 46578, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 46583, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 46588, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 46593, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 46598, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 46603, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 46608, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 46613, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 46618, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 46623, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 46628, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 46633, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 46638, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 46643, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 46648, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 46653, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 46658, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 46663, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 46668, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 46673, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 46678, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 46683, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 46688, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 46693, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 46698, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 46703, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 46708, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 46713, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 46718, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 46723, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 46728, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 46733, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 46738, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 46743, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 46748, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 46753, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 46758, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 46763, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 46768, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 46773, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 46778, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 46783, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 46788, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 46793, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 46798, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 46803, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 46808, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 46813, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 46818, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 46823, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 46828, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 46833, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 46838, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 46843, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 46848, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 46853, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 46858, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 46863, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 46868, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 46873, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 46878, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 46883, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 46888, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 46893, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 46898, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 46903, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 46908, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 46913, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 46918, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 46923, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 46928, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 46933, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 46938, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 46943, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 46948, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-grey:focus-within {
    border-color: var(--grey) !important;
  }
  /* line 46952, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-info:focus-within {
    border-color: var(--text-info) !important;
  }
  /* line 46956, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-warning:focus-within {
    border-color: var(--text-warning) !important;
  }
  /* line 46960, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-error:focus-within {
    border-color: var(--text-error) !important;
  }
  /* line 46964, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-primary:focus-within {
    border-color: var(--primary) !important;
  }
  /* line 46968, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-secondary:focus-within {
    border-color: var(--secondary) !important;
  }
  /* line 46972, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-primary-dark:focus-within {
    border-color: var(--primary-dark) !important;
  }
  /* line 46976, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-text-color:focus-within {
    border-color: var(--text-color) !important;
  }
  /* line 46980, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-button-outlined-hover:focus-within {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 46984, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-file-info:focus-within {
    border-color: var(--file-info) !important;
  }
  /* line 46988, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  /* line 46992, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-current:hover {
    border-color: currentColor !important;
  }
  /* line 46996, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-black:hover {
    border-color: var(--black) !important;
  }
  /* line 47000, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-white:hover {
    border-color: var(--white) !important;
  }
  /* line 47004, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 47009, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 47014, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 47019, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 47024, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 47029, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 47034, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 47039, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 47044, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 47049, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 47054, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 47059, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 47064, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 47069, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 47074, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 47079, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 47084, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 47089, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 47094, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 47099, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 47104, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 47109, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 47114, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 47119, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 47124, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 47129, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 47134, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 47139, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 47144, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 47149, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 47154, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 47159, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 47164, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 47169, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 47174, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 47179, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 47184, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 47189, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 47194, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 47199, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 47204, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 47209, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 47214, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 47219, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 47224, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 47229, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 47234, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 47239, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 47244, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 47249, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 47254, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 47259, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 47264, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 47269, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 47274, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 47279, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 47284, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 47289, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 47294, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 47299, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 47304, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 47309, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 47314, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 47319, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 47324, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 47329, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 47334, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 47339, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 47344, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 47349, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 47354, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 47359, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 47364, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 47369, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 47374, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 47379, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 47384, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 47389, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 47394, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 47399, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 47404, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-grey:hover {
    border-color: var(--grey) !important;
  }
  /* line 47408, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-info:hover {
    border-color: var(--text-info) !important;
  }
  /* line 47412, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-warning:hover {
    border-color: var(--text-warning) !important;
  }
  /* line 47416, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-error:hover {
    border-color: var(--text-error) !important;
  }
  /* line 47420, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-primary:hover {
    border-color: var(--primary) !important;
  }
  /* line 47424, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-secondary:hover {
    border-color: var(--secondary) !important;
  }
  /* line 47428, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-primary-dark:hover {
    border-color: var(--primary-dark) !important;
  }
  /* line 47432, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-text-color:hover {
    border-color: var(--text-color) !important;
  }
  /* line 47436, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-button-outlined-hover:hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 47440, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-file-info:hover {
    border-color: var(--file-info) !important;
  }
  /* line 47444, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }
  /* line 47448, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-current:focus {
    border-color: currentColor !important;
  }
  /* line 47452, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-black:focus {
    border-color: var(--black) !important;
  }
  /* line 47456, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-white:focus {
    border-color: var(--white) !important;
  }
  /* line 47460, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 47465, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 47470, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 47475, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 47480, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 47485, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 47490, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 47495, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 47500, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 47505, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 47510, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 47515, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 47520, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 47525, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 47530, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 47535, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 47540, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 47545, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 47550, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 47555, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 47560, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 47565, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 47570, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 47575, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 47580, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 47585, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 47590, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 47595, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 47600, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 47605, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 47610, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 47615, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 47620, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 47625, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 47630, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 47635, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 47640, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 47645, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 47650, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 47655, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 47660, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 47665, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 47670, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 47675, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 47680, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 47685, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 47690, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 47695, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 47700, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 47705, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 47710, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 47715, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 47720, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 47725, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 47730, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 47735, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 47740, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 47745, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 47750, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 47755, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 47760, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 47765, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 47770, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 47775, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 47780, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 47785, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 47790, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 47795, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 47800, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 47805, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 47810, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 47815, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 47820, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 47825, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 47830, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 47835, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 47840, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 47845, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 47850, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 47855, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 47860, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-grey:focus {
    border-color: var(--grey) !important;
  }
  /* line 47864, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-info:focus {
    border-color: var(--text-info) !important;
  }
  /* line 47868, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-warning:focus {
    border-color: var(--text-warning) !important;
  }
  /* line 47872, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-error:focus {
    border-color: var(--text-error) !important;
  }
  /* line 47876, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-primary:focus {
    border-color: var(--primary) !important;
  }
  /* line 47880, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-secondary:focus {
    border-color: var(--secondary) !important;
  }
  /* line 47884, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-primary-dark:focus {
    border-color: var(--primary-dark) !important;
  }
  /* line 47888, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-text-color:focus {
    border-color: var(--text-color) !important;
  }
  /* line 47892, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-button-outlined-hover:focus {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 47896, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-file-info:focus {
    border-color: var(--file-info) !important;
  }
  /* line 47900, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }
  /* line 47904, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 47908, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 47912, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 47916, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 47920, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 47924, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 47928, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 47932, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 47936, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 47940, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 47944, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 47948, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 47952, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 47956, app/assets/stylesheets/tailwind.css */
  .sm\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }
  /* line 47960, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }
  /* line 47964, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 47968, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 47972, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 47976, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 47980, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 47984, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 47988, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 47992, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 47996, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 48000, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 48004, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 48008, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 48012, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 48016, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }
  /* line 48020, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }
  /* line 48024, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 48028, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 48032, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 48036, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 48040, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 48044, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 48048, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 48052, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 48056, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 48060, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 48064, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 48068, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 48072, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 48076, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }
  /* line 48080, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }
  /* line 48084, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 48088, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 48092, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 48096, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 48100, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 48104, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 48108, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 48112, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 48116, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 48120, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 48124, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 48128, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 48132, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 48136, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }
  /* line 48140, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }
  /* line 48144, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 48148, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 48152, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 48156, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 48160, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 48164, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 48168, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 48172, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 48176, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 48180, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 48184, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 48188, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 48192, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 48196, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }
  /* line 48200, app/assets/stylesheets/tailwind.css */
  .sm\:bg-transparent {
    background-color: transparent !important;
  }
  /* line 48204, app/assets/stylesheets/tailwind.css */
  .sm\:bg-current {
    background-color: currentColor !important;
  }
  /* line 48208, app/assets/stylesheets/tailwind.css */
  .sm\:bg-black {
    background-color: var(--black) !important;
  }
  /* line 48212, app/assets/stylesheets/tailwind.css */
  .sm\:bg-white {
    background-color: var(--white) !important;
  }
  /* line 48216, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 48221, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 48226, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 48231, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 48236, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 48241, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 48246, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 48251, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 48256, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 48261, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 48266, app/assets/stylesheets/tailwind.css */
  .sm\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 48271, app/assets/stylesheets/tailwind.css */
  .sm\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 48276, app/assets/stylesheets/tailwind.css */
  .sm\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 48281, app/assets/stylesheets/tailwind.css */
  .sm\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 48286, app/assets/stylesheets/tailwind.css */
  .sm\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 48291, app/assets/stylesheets/tailwind.css */
  .sm\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 48296, app/assets/stylesheets/tailwind.css */
  .sm\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 48301, app/assets/stylesheets/tailwind.css */
  .sm\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 48306, app/assets/stylesheets/tailwind.css */
  .sm\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 48311, app/assets/stylesheets/tailwind.css */
  .sm\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 48316, app/assets/stylesheets/tailwind.css */
  .sm\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 48321, app/assets/stylesheets/tailwind.css */
  .sm\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 48326, app/assets/stylesheets/tailwind.css */
  .sm\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 48331, app/assets/stylesheets/tailwind.css */
  .sm\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 48336, app/assets/stylesheets/tailwind.css */
  .sm\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 48341, app/assets/stylesheets/tailwind.css */
  .sm\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 48346, app/assets/stylesheets/tailwind.css */
  .sm\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 48351, app/assets/stylesheets/tailwind.css */
  .sm\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 48356, app/assets/stylesheets/tailwind.css */
  .sm\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 48361, app/assets/stylesheets/tailwind.css */
  .sm\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 48366, app/assets/stylesheets/tailwind.css */
  .sm\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 48371, app/assets/stylesheets/tailwind.css */
  .sm\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 48376, app/assets/stylesheets/tailwind.css */
  .sm\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 48381, app/assets/stylesheets/tailwind.css */
  .sm\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 48386, app/assets/stylesheets/tailwind.css */
  .sm\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 48391, app/assets/stylesheets/tailwind.css */
  .sm\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 48396, app/assets/stylesheets/tailwind.css */
  .sm\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 48401, app/assets/stylesheets/tailwind.css */
  .sm\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 48406, app/assets/stylesheets/tailwind.css */
  .sm\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 48411, app/assets/stylesheets/tailwind.css */
  .sm\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 48416, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 48421, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 48426, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 48431, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 48436, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 48441, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 48446, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 48451, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 48456, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 48461, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 48466, app/assets/stylesheets/tailwind.css */
  .sm\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 48471, app/assets/stylesheets/tailwind.css */
  .sm\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 48476, app/assets/stylesheets/tailwind.css */
  .sm\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 48481, app/assets/stylesheets/tailwind.css */
  .sm\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 48486, app/assets/stylesheets/tailwind.css */
  .sm\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 48491, app/assets/stylesheets/tailwind.css */
  .sm\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 48496, app/assets/stylesheets/tailwind.css */
  .sm\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 48501, app/assets/stylesheets/tailwind.css */
  .sm\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 48506, app/assets/stylesheets/tailwind.css */
  .sm\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 48511, app/assets/stylesheets/tailwind.css */
  .sm\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 48516, app/assets/stylesheets/tailwind.css */
  .sm\:bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 48521, app/assets/stylesheets/tailwind.css */
  .sm\:bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 48526, app/assets/stylesheets/tailwind.css */
  .sm\:bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 48531, app/assets/stylesheets/tailwind.css */
  .sm\:bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 48536, app/assets/stylesheets/tailwind.css */
  .sm\:bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 48541, app/assets/stylesheets/tailwind.css */
  .sm\:bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 48546, app/assets/stylesheets/tailwind.css */
  .sm\:bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 48551, app/assets/stylesheets/tailwind.css */
  .sm\:bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 48556, app/assets/stylesheets/tailwind.css */
  .sm\:bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 48561, app/assets/stylesheets/tailwind.css */
  .sm\:bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 48566, app/assets/stylesheets/tailwind.css */
  .sm\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 48571, app/assets/stylesheets/tailwind.css */
  .sm\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 48576, app/assets/stylesheets/tailwind.css */
  .sm\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 48581, app/assets/stylesheets/tailwind.css */
  .sm\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 48586, app/assets/stylesheets/tailwind.css */
  .sm\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 48591, app/assets/stylesheets/tailwind.css */
  .sm\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 48596, app/assets/stylesheets/tailwind.css */
  .sm\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 48601, app/assets/stylesheets/tailwind.css */
  .sm\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 48606, app/assets/stylesheets/tailwind.css */
  .sm\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 48611, app/assets/stylesheets/tailwind.css */
  .sm\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 48616, app/assets/stylesheets/tailwind.css */
  .sm\:bg-grey {
    background-color: var(--grey) !important;
  }
  /* line 48620, app/assets/stylesheets/tailwind.css */
  .sm\:bg-info {
    background-color: var(--text-info) !important;
  }
  /* line 48624, app/assets/stylesheets/tailwind.css */
  .sm\:bg-warning {
    background-color: var(--text-warning) !important;
  }
  /* line 48628, app/assets/stylesheets/tailwind.css */
  .sm\:bg-error {
    background-color: var(--text-error) !important;
  }
  /* line 48632, app/assets/stylesheets/tailwind.css */
  .sm\:bg-primary {
    background-color: var(--primary) !important;
  }
  /* line 48636, app/assets/stylesheets/tailwind.css */
  .sm\:bg-secondary {
    background-color: var(--secondary) !important;
  }
  /* line 48640, app/assets/stylesheets/tailwind.css */
  .sm\:bg-primary-dark {
    background-color: var(--primary-dark) !important;
  }
  /* line 48644, app/assets/stylesheets/tailwind.css */
  .sm\:bg-text-color {
    background-color: var(--text-color) !important;
  }
  /* line 48648, app/assets/stylesheets/tailwind.css */
  .sm\:bg-button-outlined-hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 48652, app/assets/stylesheets/tailwind.css */
  .sm\:bg-file-info {
    background-color: var(--file-info) !important;
  }
  /* line 48656, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }
  /* line 48660, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor !important;
  }
  /* line 48664, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-black {
    background-color: var(--black) !important;
  }
  /* line 48668, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-white {
    background-color: var(--white) !important;
  }
  /* line 48672, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 48677, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 48682, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 48687, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 48692, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 48697, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 48702, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 48707, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 48712, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 48717, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 48722, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 48727, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 48732, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 48737, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 48742, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 48747, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 48752, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 48757, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 48762, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 48767, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 48772, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 48777, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 48782, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 48787, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 48792, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 48797, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 48802, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 48807, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 48812, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 48817, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 48822, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 48827, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 48832, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 48837, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 48842, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 48847, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 48852, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 48857, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 48862, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 48867, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 48872, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 48877, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 48882, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 48887, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 48892, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 48897, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 48902, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 48907, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 48912, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 48917, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 48922, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 48927, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 48932, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 48937, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 48942, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 48947, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 48952, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 48957, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 48962, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 48967, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 48972, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 48977, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 48982, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 48987, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 48992, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 48997, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 49002, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 49007, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 49012, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 49017, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 49022, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 49027, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 49032, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 49037, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 49042, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 49047, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 49052, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 49057, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 49062, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 49067, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 49072, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-grey {
    background-color: var(--grey) !important;
  }
  /* line 49076, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-info {
    background-color: var(--text-info) !important;
  }
  /* line 49080, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-warning {
    background-color: var(--text-warning) !important;
  }
  /* line 49084, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-error {
    background-color: var(--text-error) !important;
  }
  /* line 49088, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-primary {
    background-color: var(--primary) !important;
  }
  /* line 49092, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-secondary {
    background-color: var(--secondary) !important;
  }
  /* line 49096, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-primary-dark {
    background-color: var(--primary-dark) !important;
  }
  /* line 49100, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-text-color {
    background-color: var(--text-color) !important;
  }
  /* line 49104, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-button-outlined-hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 49108, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-file-info {
    background-color: var(--file-info) !important;
  }
  /* line 49112, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }
  /* line 49116, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }
  /* line 49120, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-black:focus-within {
    background-color: var(--black) !important;
  }
  /* line 49124, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-white:focus-within {
    background-color: var(--white) !important;
  }
  /* line 49128, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 49133, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 49138, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 49143, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 49148, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 49153, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 49158, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 49163, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 49168, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 49173, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 49178, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 49183, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 49188, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 49193, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 49198, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 49203, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 49208, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 49213, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 49218, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 49223, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 49228, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 49233, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 49238, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 49243, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 49248, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 49253, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 49258, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 49263, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 49268, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 49273, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 49278, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 49283, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 49288, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 49293, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 49298, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 49303, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 49308, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 49313, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 49318, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 49323, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 49328, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 49333, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 49338, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 49343, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 49348, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 49353, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 49358, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 49363, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 49368, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 49373, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 49378, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 49383, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 49388, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 49393, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 49398, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 49403, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 49408, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 49413, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 49418, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 49423, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 49428, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 49433, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 49438, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 49443, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 49448, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 49453, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 49458, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 49463, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 49468, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 49473, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 49478, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 49483, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 49488, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 49493, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 49498, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 49503, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 49508, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 49513, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 49518, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 49523, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 49528, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-grey:focus-within {
    background-color: var(--grey) !important;
  }
  /* line 49532, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-info:focus-within {
    background-color: var(--text-info) !important;
  }
  /* line 49536, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-warning:focus-within {
    background-color: var(--text-warning) !important;
  }
  /* line 49540, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-error:focus-within {
    background-color: var(--text-error) !important;
  }
  /* line 49544, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-primary:focus-within {
    background-color: var(--primary) !important;
  }
  /* line 49548, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-secondary:focus-within {
    background-color: var(--secondary) !important;
  }
  /* line 49552, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-primary-dark:focus-within {
    background-color: var(--primary-dark) !important;
  }
  /* line 49556, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-text-color:focus-within {
    background-color: var(--text-color) !important;
  }
  /* line 49560, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-button-outlined-hover:focus-within {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 49564, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-file-info:focus-within {
    background-color: var(--file-info) !important;
  }
  /* line 49568, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  /* line 49572, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }
  /* line 49576, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-black:hover {
    background-color: var(--black) !important;
  }
  /* line 49580, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-white:hover {
    background-color: var(--white) !important;
  }
  /* line 49584, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 49589, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 49594, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 49599, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 49604, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 49609, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 49614, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 49619, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 49624, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 49629, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 49634, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 49639, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 49644, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 49649, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 49654, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 49659, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 49664, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 49669, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 49674, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 49679, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 49684, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 49689, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 49694, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 49699, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 49704, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 49709, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 49714, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 49719, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 49724, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 49729, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 49734, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 49739, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 49744, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 49749, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 49754, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 49759, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 49764, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 49769, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 49774, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 49779, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 49784, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 49789, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 49794, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 49799, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 49804, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 49809, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 49814, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 49819, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 49824, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 49829, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 49834, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 49839, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 49844, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 49849, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 49854, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 49859, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 49864, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 49869, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 49874, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 49879, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 49884, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 49889, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 49894, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 49899, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 49904, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 49909, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 49914, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 49919, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 49924, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 49929, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 49934, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 49939, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 49944, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 49949, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 49954, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 49959, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 49964, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 49969, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 49974, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 49979, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 49984, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-grey:hover {
    background-color: var(--grey) !important;
  }
  /* line 49988, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-info:hover {
    background-color: var(--text-info) !important;
  }
  /* line 49992, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-warning:hover {
    background-color: var(--text-warning) !important;
  }
  /* line 49996, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-error:hover {
    background-color: var(--text-error) !important;
  }
  /* line 50000, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-primary:hover {
    background-color: var(--primary) !important;
  }
  /* line 50004, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-secondary:hover {
    background-color: var(--secondary) !important;
  }
  /* line 50008, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-primary-dark:hover {
    background-color: var(--primary-dark) !important;
  }
  /* line 50012, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-text-color:hover {
    background-color: var(--text-color) !important;
  }
  /* line 50016, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-button-outlined-hover:hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 50020, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-file-info:hover {
    background-color: var(--file-info) !important;
  }
  /* line 50024, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  /* line 50028, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }
  /* line 50032, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-black:focus {
    background-color: var(--black) !important;
  }
  /* line 50036, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-white:focus {
    background-color: var(--white) !important;
  }
  /* line 50040, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 50045, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 50050, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 50055, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 50060, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 50065, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 50070, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 50075, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 50080, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 50085, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 50090, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 50095, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 50100, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 50105, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 50110, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 50115, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 50120, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 50125, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 50130, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 50135, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 50140, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 50145, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 50150, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 50155, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 50160, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 50165, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 50170, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 50175, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 50180, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 50185, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 50190, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 50195, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 50200, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 50205, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 50210, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 50215, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 50220, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 50225, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 50230, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 50235, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 50240, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 50245, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 50250, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 50255, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 50260, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 50265, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 50270, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 50275, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 50280, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 50285, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 50290, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 50295, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 50300, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 50305, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 50310, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 50315, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 50320, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 50325, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 50330, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 50335, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 50340, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 50345, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 50350, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 50355, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 50360, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 50365, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 50370, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 50375, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 50380, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 50385, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 50390, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 50395, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 50400, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 50405, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 50410, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 50415, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 50420, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 50425, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 50430, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 50435, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 50440, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-grey:focus {
    background-color: var(--grey) !important;
  }
  /* line 50444, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-info:focus {
    background-color: var(--text-info) !important;
  }
  /* line 50448, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-warning:focus {
    background-color: var(--text-warning) !important;
  }
  /* line 50452, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-error:focus {
    background-color: var(--text-error) !important;
  }
  /* line 50456, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-primary:focus {
    background-color: var(--primary) !important;
  }
  /* line 50460, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-secondary:focus {
    background-color: var(--secondary) !important;
  }
  /* line 50464, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-primary-dark:focus {
    background-color: var(--primary-dark) !important;
  }
  /* line 50468, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-text-color:focus {
    background-color: var(--text-color) !important;
  }
  /* line 50472, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-button-outlined-hover:focus {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 50476, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-file-info:focus {
    background-color: var(--file-info) !important;
  }
  /* line 50480, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }
  /* line 50484, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 50488, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 50492, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 50496, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 50500, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 50504, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 50508, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 50512, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 50516, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 50520, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 50524, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 50528, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 50532, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 50536, app/assets/stylesheets/tailwind.css */
  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }
  /* line 50540, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }
  /* line 50544, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 50548, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 50552, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 50556, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 50560, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 50564, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 50568, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 50572, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 50576, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 50580, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 50584, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 50588, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 50592, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 50596, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }
  /* line 50600, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }
  /* line 50604, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 50608, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 50612, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 50616, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 50620, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 50624, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 50628, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 50632, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 50636, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 50640, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 50644, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 50648, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 50652, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 50656, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }
  /* line 50660, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }
  /* line 50664, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 50668, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 50672, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 50676, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 50680, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 50684, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 50688, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 50692, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 50696, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 50700, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 50704, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 50708, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 50712, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 50716, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }
  /* line 50720, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }
  /* line 50724, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 50728, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 50732, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 50736, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 50740, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 50744, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 50748, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 50752, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 50756, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 50760, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 50764, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 50768, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 50772, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 50776, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }
  /* line 50780, app/assets/stylesheets/tailwind.css */
  .sm\:bg-none {
    background-image: none !important;
  }
  /* line 50784, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }
  /* line 50788, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }
  /* line 50792, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }
  /* line 50796, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }
  /* line 50800, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }
  /* line 50804, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }
  /* line 50808, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }
  /* line 50812, app/assets/stylesheets/tailwind.css */
  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }
  /* line 50816, app/assets/stylesheets/tailwind.css */
  .sm\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 50821, app/assets/stylesheets/tailwind.css */
  .sm\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 50826, app/assets/stylesheets/tailwind.css */
  .sm\:from-black {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 50831, app/assets/stylesheets/tailwind.css */
  .sm\:from-white {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 50836, app/assets/stylesheets/tailwind.css */
  .sm\:from-gray-50 {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 50841, app/assets/stylesheets/tailwind.css */
  .sm\:from-gray-100 {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 50846, app/assets/stylesheets/tailwind.css */
  .sm\:from-gray-200 {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 50851, app/assets/stylesheets/tailwind.css */
  .sm\:from-gray-300 {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 50856, app/assets/stylesheets/tailwind.css */
  .sm\:from-gray-400 {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 50861, app/assets/stylesheets/tailwind.css */
  .sm\:from-gray-500 {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 50866, app/assets/stylesheets/tailwind.css */
  .sm\:from-gray-600 {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 50871, app/assets/stylesheets/tailwind.css */
  .sm\:from-gray-700 {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 50876, app/assets/stylesheets/tailwind.css */
  .sm\:from-gray-800 {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 50881, app/assets/stylesheets/tailwind.css */
  .sm\:from-gray-900 {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 50886, app/assets/stylesheets/tailwind.css */
  .sm\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 50891, app/assets/stylesheets/tailwind.css */
  .sm\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 50896, app/assets/stylesheets/tailwind.css */
  .sm\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 50901, app/assets/stylesheets/tailwind.css */
  .sm\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 50906, app/assets/stylesheets/tailwind.css */
  .sm\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 50911, app/assets/stylesheets/tailwind.css */
  .sm\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 50916, app/assets/stylesheets/tailwind.css */
  .sm\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 50921, app/assets/stylesheets/tailwind.css */
  .sm\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 50926, app/assets/stylesheets/tailwind.css */
  .sm\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 50931, app/assets/stylesheets/tailwind.css */
  .sm\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 50936, app/assets/stylesheets/tailwind.css */
  .sm\:from-yellow-50 {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 50941, app/assets/stylesheets/tailwind.css */
  .sm\:from-yellow-100 {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 50946, app/assets/stylesheets/tailwind.css */
  .sm\:from-yellow-200 {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 50951, app/assets/stylesheets/tailwind.css */
  .sm\:from-yellow-300 {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 50956, app/assets/stylesheets/tailwind.css */
  .sm\:from-yellow-400 {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 50961, app/assets/stylesheets/tailwind.css */
  .sm\:from-yellow-500 {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 50966, app/assets/stylesheets/tailwind.css */
  .sm\:from-yellow-600 {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 50971, app/assets/stylesheets/tailwind.css */
  .sm\:from-yellow-700 {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 50976, app/assets/stylesheets/tailwind.css */
  .sm\:from-yellow-800 {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 50981, app/assets/stylesheets/tailwind.css */
  .sm\:from-yellow-900 {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 50986, app/assets/stylesheets/tailwind.css */
  .sm\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 50991, app/assets/stylesheets/tailwind.css */
  .sm\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 50996, app/assets/stylesheets/tailwind.css */
  .sm\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 51001, app/assets/stylesheets/tailwind.css */
  .sm\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 51006, app/assets/stylesheets/tailwind.css */
  .sm\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 51011, app/assets/stylesheets/tailwind.css */
  .sm\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 51016, app/assets/stylesheets/tailwind.css */
  .sm\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 51021, app/assets/stylesheets/tailwind.css */
  .sm\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 51026, app/assets/stylesheets/tailwind.css */
  .sm\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 51031, app/assets/stylesheets/tailwind.css */
  .sm\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 51036, app/assets/stylesheets/tailwind.css */
  .sm\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 51041, app/assets/stylesheets/tailwind.css */
  .sm\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 51046, app/assets/stylesheets/tailwind.css */
  .sm\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 51051, app/assets/stylesheets/tailwind.css */
  .sm\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 51056, app/assets/stylesheets/tailwind.css */
  .sm\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 51061, app/assets/stylesheets/tailwind.css */
  .sm\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 51066, app/assets/stylesheets/tailwind.css */
  .sm\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 51071, app/assets/stylesheets/tailwind.css */
  .sm\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 51076, app/assets/stylesheets/tailwind.css */
  .sm\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 51081, app/assets/stylesheets/tailwind.css */
  .sm\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 51086, app/assets/stylesheets/tailwind.css */
  .sm\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 51091, app/assets/stylesheets/tailwind.css */
  .sm\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 51096, app/assets/stylesheets/tailwind.css */
  .sm\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 51101, app/assets/stylesheets/tailwind.css */
  .sm\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 51106, app/assets/stylesheets/tailwind.css */
  .sm\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 51111, app/assets/stylesheets/tailwind.css */
  .sm\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 51116, app/assets/stylesheets/tailwind.css */
  .sm\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 51121, app/assets/stylesheets/tailwind.css */
  .sm\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 51126, app/assets/stylesheets/tailwind.css */
  .sm\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 51131, app/assets/stylesheets/tailwind.css */
  .sm\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 51136, app/assets/stylesheets/tailwind.css */
  .sm\:from-purple-50 {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 51141, app/assets/stylesheets/tailwind.css */
  .sm\:from-purple-100 {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 51146, app/assets/stylesheets/tailwind.css */
  .sm\:from-purple-200 {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 51151, app/assets/stylesheets/tailwind.css */
  .sm\:from-purple-300 {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 51156, app/assets/stylesheets/tailwind.css */
  .sm\:from-purple-400 {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 51161, app/assets/stylesheets/tailwind.css */
  .sm\:from-purple-500 {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 51166, app/assets/stylesheets/tailwind.css */
  .sm\:from-purple-600 {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 51171, app/assets/stylesheets/tailwind.css */
  .sm\:from-purple-700 {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 51176, app/assets/stylesheets/tailwind.css */
  .sm\:from-purple-800 {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 51181, app/assets/stylesheets/tailwind.css */
  .sm\:from-purple-900 {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 51186, app/assets/stylesheets/tailwind.css */
  .sm\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 51191, app/assets/stylesheets/tailwind.css */
  .sm\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 51196, app/assets/stylesheets/tailwind.css */
  .sm\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 51201, app/assets/stylesheets/tailwind.css */
  .sm\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 51206, app/assets/stylesheets/tailwind.css */
  .sm\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 51211, app/assets/stylesheets/tailwind.css */
  .sm\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 51216, app/assets/stylesheets/tailwind.css */
  .sm\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 51221, app/assets/stylesheets/tailwind.css */
  .sm\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 51226, app/assets/stylesheets/tailwind.css */
  .sm\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 51231, app/assets/stylesheets/tailwind.css */
  .sm\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 51236, app/assets/stylesheets/tailwind.css */
  .sm\:from-grey {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51241, app/assets/stylesheets/tailwind.css */
  .sm\:from-info {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51246, app/assets/stylesheets/tailwind.css */
  .sm\:from-warning {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51251, app/assets/stylesheets/tailwind.css */
  .sm\:from-error {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51256, app/assets/stylesheets/tailwind.css */
  .sm\:from-primary {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51261, app/assets/stylesheets/tailwind.css */
  .sm\:from-secondary {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51266, app/assets/stylesheets/tailwind.css */
  .sm\:from-primary-dark {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51271, app/assets/stylesheets/tailwind.css */
  .sm\:from-text-color {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51276, app/assets/stylesheets/tailwind.css */
  .sm\:from-button-outlined-hover {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51281, app/assets/stylesheets/tailwind.css */
  .sm\:from-file-info {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51286, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 51291, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51296, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-black:hover {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51301, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-white:hover {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51306, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 51311, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 51316, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 51321, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 51326, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 51331, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 51336, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 51341, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 51346, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 51351, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 51356, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 51361, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 51366, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 51371, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 51376, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 51381, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 51386, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 51391, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 51396, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 51401, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 51406, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 51411, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 51416, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 51421, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 51426, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 51431, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 51436, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 51441, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 51446, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 51451, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 51456, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 51461, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 51466, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 51471, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 51476, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 51481, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 51486, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 51491, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 51496, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 51501, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 51506, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 51511, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 51516, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 51521, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 51526, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 51531, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 51536, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 51541, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 51546, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 51551, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 51556, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 51561, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 51566, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 51571, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 51576, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 51581, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 51586, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 51591, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 51596, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 51601, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 51606, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 51611, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 51616, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 51621, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 51626, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 51631, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 51636, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 51641, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 51646, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 51651, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 51656, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 51661, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 51666, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 51671, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 51676, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 51681, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 51686, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 51691, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 51696, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 51701, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 51706, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-grey:hover {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51711, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-info:hover {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51716, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-warning:hover {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51721, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-error:hover {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51726, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-primary:hover {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51731, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-secondary:hover {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51736, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-primary-dark:hover {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51741, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-text-color:hover {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51746, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-button-outlined-hover:hover {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51751, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:from-file-info:hover {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51756, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 51761, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51766, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-black:focus {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51771, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-white:focus {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 51776, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 51781, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 51786, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 51791, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 51796, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 51801, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 51806, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 51811, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 51816, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 51821, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 51826, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 51831, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 51836, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 51841, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 51846, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 51851, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 51856, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 51861, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 51866, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 51871, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 51876, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 51881, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 51886, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 51891, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 51896, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 51901, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 51906, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 51911, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 51916, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 51921, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 51926, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 51931, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 51936, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 51941, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 51946, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 51951, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 51956, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 51961, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 51966, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 51971, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 51976, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 51981, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 51986, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 51991, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 51996, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 52001, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 52006, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 52011, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 52016, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 52021, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 52026, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 52031, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 52036, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 52041, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 52046, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 52051, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 52056, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 52061, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 52066, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 52071, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 52076, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 52081, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 52086, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 52091, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 52096, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 52101, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 52106, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 52111, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 52116, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 52121, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 52126, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 52131, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 52136, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 52141, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 52146, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 52151, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 52156, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 52161, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 52166, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 52171, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 52176, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-grey:focus {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52181, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-info:focus {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52186, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-warning:focus {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52191, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-error:focus {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52196, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-primary:focus {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52201, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-secondary:focus {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52206, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-primary-dark:focus {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52211, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-text-color:focus {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52216, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-button-outlined-hover:focus {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52221, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:from-file-info:focus {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52226, app/assets/stylesheets/tailwind.css */
  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 52230, app/assets/stylesheets/tailwind.css */
  .sm\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52234, app/assets/stylesheets/tailwind.css */
  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52238, app/assets/stylesheets/tailwind.css */
  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52242, app/assets/stylesheets/tailwind.css */
  .sm\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 52246, app/assets/stylesheets/tailwind.css */
  .sm\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 52250, app/assets/stylesheets/tailwind.css */
  .sm\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 52254, app/assets/stylesheets/tailwind.css */
  .sm\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 52258, app/assets/stylesheets/tailwind.css */
  .sm\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 52262, app/assets/stylesheets/tailwind.css */
  .sm\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 52266, app/assets/stylesheets/tailwind.css */
  .sm\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 52270, app/assets/stylesheets/tailwind.css */
  .sm\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 52274, app/assets/stylesheets/tailwind.css */
  .sm\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 52278, app/assets/stylesheets/tailwind.css */
  .sm\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 52282, app/assets/stylesheets/tailwind.css */
  .sm\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 52286, app/assets/stylesheets/tailwind.css */
  .sm\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 52290, app/assets/stylesheets/tailwind.css */
  .sm\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 52294, app/assets/stylesheets/tailwind.css */
  .sm\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 52298, app/assets/stylesheets/tailwind.css */
  .sm\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 52302, app/assets/stylesheets/tailwind.css */
  .sm\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 52306, app/assets/stylesheets/tailwind.css */
  .sm\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 52310, app/assets/stylesheets/tailwind.css */
  .sm\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 52314, app/assets/stylesheets/tailwind.css */
  .sm\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 52318, app/assets/stylesheets/tailwind.css */
  .sm\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 52322, app/assets/stylesheets/tailwind.css */
  .sm\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 52326, app/assets/stylesheets/tailwind.css */
  .sm\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 52330, app/assets/stylesheets/tailwind.css */
  .sm\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 52334, app/assets/stylesheets/tailwind.css */
  .sm\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 52338, app/assets/stylesheets/tailwind.css */
  .sm\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 52342, app/assets/stylesheets/tailwind.css */
  .sm\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 52346, app/assets/stylesheets/tailwind.css */
  .sm\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 52350, app/assets/stylesheets/tailwind.css */
  .sm\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 52354, app/assets/stylesheets/tailwind.css */
  .sm\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 52358, app/assets/stylesheets/tailwind.css */
  .sm\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 52362, app/assets/stylesheets/tailwind.css */
  .sm\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 52366, app/assets/stylesheets/tailwind.css */
  .sm\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 52370, app/assets/stylesheets/tailwind.css */
  .sm\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 52374, app/assets/stylesheets/tailwind.css */
  .sm\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 52378, app/assets/stylesheets/tailwind.css */
  .sm\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 52382, app/assets/stylesheets/tailwind.css */
  .sm\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 52386, app/assets/stylesheets/tailwind.css */
  .sm\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 52390, app/assets/stylesheets/tailwind.css */
  .sm\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 52394, app/assets/stylesheets/tailwind.css */
  .sm\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 52398, app/assets/stylesheets/tailwind.css */
  .sm\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 52402, app/assets/stylesheets/tailwind.css */
  .sm\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 52406, app/assets/stylesheets/tailwind.css */
  .sm\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 52410, app/assets/stylesheets/tailwind.css */
  .sm\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 52414, app/assets/stylesheets/tailwind.css */
  .sm\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 52418, app/assets/stylesheets/tailwind.css */
  .sm\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 52422, app/assets/stylesheets/tailwind.css */
  .sm\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 52426, app/assets/stylesheets/tailwind.css */
  .sm\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 52430, app/assets/stylesheets/tailwind.css */
  .sm\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 52434, app/assets/stylesheets/tailwind.css */
  .sm\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 52438, app/assets/stylesheets/tailwind.css */
  .sm\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 52442, app/assets/stylesheets/tailwind.css */
  .sm\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 52446, app/assets/stylesheets/tailwind.css */
  .sm\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 52450, app/assets/stylesheets/tailwind.css */
  .sm\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 52454, app/assets/stylesheets/tailwind.css */
  .sm\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 52458, app/assets/stylesheets/tailwind.css */
  .sm\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 52462, app/assets/stylesheets/tailwind.css */
  .sm\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 52466, app/assets/stylesheets/tailwind.css */
  .sm\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 52470, app/assets/stylesheets/tailwind.css */
  .sm\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 52474, app/assets/stylesheets/tailwind.css */
  .sm\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 52478, app/assets/stylesheets/tailwind.css */
  .sm\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 52482, app/assets/stylesheets/tailwind.css */
  .sm\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 52486, app/assets/stylesheets/tailwind.css */
  .sm\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 52490, app/assets/stylesheets/tailwind.css */
  .sm\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 52494, app/assets/stylesheets/tailwind.css */
  .sm\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 52498, app/assets/stylesheets/tailwind.css */
  .sm\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 52502, app/assets/stylesheets/tailwind.css */
  .sm\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 52506, app/assets/stylesheets/tailwind.css */
  .sm\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 52510, app/assets/stylesheets/tailwind.css */
  .sm\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 52514, app/assets/stylesheets/tailwind.css */
  .sm\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 52518, app/assets/stylesheets/tailwind.css */
  .sm\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 52522, app/assets/stylesheets/tailwind.css */
  .sm\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 52526, app/assets/stylesheets/tailwind.css */
  .sm\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 52530, app/assets/stylesheets/tailwind.css */
  .sm\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 52534, app/assets/stylesheets/tailwind.css */
  .sm\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 52538, app/assets/stylesheets/tailwind.css */
  .sm\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 52542, app/assets/stylesheets/tailwind.css */
  .sm\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 52546, app/assets/stylesheets/tailwind.css */
  .sm\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 52550, app/assets/stylesheets/tailwind.css */
  .sm\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 52554, app/assets/stylesheets/tailwind.css */
  .sm\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 52558, app/assets/stylesheets/tailwind.css */
  .sm\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 52562, app/assets/stylesheets/tailwind.css */
  .sm\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52566, app/assets/stylesheets/tailwind.css */
  .sm\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52570, app/assets/stylesheets/tailwind.css */
  .sm\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52574, app/assets/stylesheets/tailwind.css */
  .sm\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52578, app/assets/stylesheets/tailwind.css */
  .sm\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52582, app/assets/stylesheets/tailwind.css */
  .sm\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52586, app/assets/stylesheets/tailwind.css */
  .sm\:via-primary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52590, app/assets/stylesheets/tailwind.css */
  .sm\:via-text-color {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52594, app/assets/stylesheets/tailwind.css */
  .sm\:via-button-outlined-hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52598, app/assets/stylesheets/tailwind.css */
  .sm\:via-file-info {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52602, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 52606, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52610, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52614, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52618, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 52622, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 52626, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 52630, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 52634, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 52638, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 52642, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 52646, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 52650, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 52654, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 52658, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 52662, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 52666, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 52670, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 52674, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 52678, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 52682, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 52686, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 52690, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 52694, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 52698, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 52702, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 52706, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 52710, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 52714, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 52718, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 52722, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 52726, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 52730, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 52734, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 52738, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 52742, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 52746, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 52750, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 52754, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 52758, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 52762, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 52766, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 52770, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 52774, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 52778, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 52782, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 52786, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 52790, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 52794, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 52798, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 52802, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 52806, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 52810, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 52814, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 52818, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 52822, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 52826, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 52830, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 52834, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 52838, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 52842, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 52846, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 52850, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 52854, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 52858, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 52862, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 52866, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 52870, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 52874, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 52878, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 52882, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 52886, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 52890, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 52894, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 52898, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 52902, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 52906, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 52910, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 52914, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 52918, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 52922, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 52926, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 52930, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 52934, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 52938, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52942, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52946, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52950, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52954, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52958, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52962, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-primary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52966, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-text-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52970, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-button-outlined-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52974, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:via-file-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52978, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 52982, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52986, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52990, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 52994, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 52998, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 53002, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 53006, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 53010, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 53014, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 53018, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 53022, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 53026, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 53030, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 53034, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 53038, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 53042, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 53046, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 53050, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 53054, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 53058, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 53062, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 53066, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 53070, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 53074, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 53078, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 53082, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 53086, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 53090, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 53094, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 53098, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 53102, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 53106, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 53110, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 53114, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 53118, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 53122, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 53126, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 53130, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 53134, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 53138, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 53142, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 53146, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 53150, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 53154, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 53158, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 53162, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 53166, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 53170, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 53174, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 53178, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 53182, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 53186, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 53190, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 53194, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 53198, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 53202, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 53206, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 53210, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 53214, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 53218, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 53222, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 53226, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 53230, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 53234, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 53238, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 53242, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 53246, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 53250, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 53254, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 53258, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 53262, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 53266, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 53270, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 53274, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 53278, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 53282, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 53286, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 53290, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 53294, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 53298, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 53302, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 53306, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 53310, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 53314, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 53318, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 53322, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 53326, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 53330, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 53334, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 53338, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-primary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 53342, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-text-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 53346, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-button-outlined-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 53350, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:via-file-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 53354, app/assets/stylesheets/tailwind.css */
  .sm\:to-transparent {
    --tw-gradient-to: transparent !important;
  }
  /* line 53358, app/assets/stylesheets/tailwind.css */
  .sm\:to-current {
    --tw-gradient-to: currentColor !important;
  }
  /* line 53362, app/assets/stylesheets/tailwind.css */
  .sm\:to-black {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 53366, app/assets/stylesheets/tailwind.css */
  .sm\:to-white {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 53370, app/assets/stylesheets/tailwind.css */
  .sm\:to-gray-50 {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 53374, app/assets/stylesheets/tailwind.css */
  .sm\:to-gray-100 {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 53378, app/assets/stylesheets/tailwind.css */
  .sm\:to-gray-200 {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 53382, app/assets/stylesheets/tailwind.css */
  .sm\:to-gray-300 {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 53386, app/assets/stylesheets/tailwind.css */
  .sm\:to-gray-400 {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 53390, app/assets/stylesheets/tailwind.css */
  .sm\:to-gray-500 {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 53394, app/assets/stylesheets/tailwind.css */
  .sm\:to-gray-600 {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 53398, app/assets/stylesheets/tailwind.css */
  .sm\:to-gray-700 {
    --tw-gradient-to: #374151 !important;
  }
  /* line 53402, app/assets/stylesheets/tailwind.css */
  .sm\:to-gray-800 {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 53406, app/assets/stylesheets/tailwind.css */
  .sm\:to-gray-900 {
    --tw-gradient-to: #111827 !important;
  }
  /* line 53410, app/assets/stylesheets/tailwind.css */
  .sm\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 53414, app/assets/stylesheets/tailwind.css */
  .sm\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 53418, app/assets/stylesheets/tailwind.css */
  .sm\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 53422, app/assets/stylesheets/tailwind.css */
  .sm\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 53426, app/assets/stylesheets/tailwind.css */
  .sm\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 53430, app/assets/stylesheets/tailwind.css */
  .sm\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 53434, app/assets/stylesheets/tailwind.css */
  .sm\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 53438, app/assets/stylesheets/tailwind.css */
  .sm\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 53442, app/assets/stylesheets/tailwind.css */
  .sm\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 53446, app/assets/stylesheets/tailwind.css */
  .sm\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 53450, app/assets/stylesheets/tailwind.css */
  .sm\:to-yellow-50 {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 53454, app/assets/stylesheets/tailwind.css */
  .sm\:to-yellow-100 {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 53458, app/assets/stylesheets/tailwind.css */
  .sm\:to-yellow-200 {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 53462, app/assets/stylesheets/tailwind.css */
  .sm\:to-yellow-300 {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 53466, app/assets/stylesheets/tailwind.css */
  .sm\:to-yellow-400 {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 53470, app/assets/stylesheets/tailwind.css */
  .sm\:to-yellow-500 {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 53474, app/assets/stylesheets/tailwind.css */
  .sm\:to-yellow-600 {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 53478, app/assets/stylesheets/tailwind.css */
  .sm\:to-yellow-700 {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 53482, app/assets/stylesheets/tailwind.css */
  .sm\:to-yellow-800 {
    --tw-gradient-to: #92400e !important;
  }
  /* line 53486, app/assets/stylesheets/tailwind.css */
  .sm\:to-yellow-900 {
    --tw-gradient-to: #78350f !important;
  }
  /* line 53490, app/assets/stylesheets/tailwind.css */
  .sm\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 53494, app/assets/stylesheets/tailwind.css */
  .sm\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 53498, app/assets/stylesheets/tailwind.css */
  .sm\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 53502, app/assets/stylesheets/tailwind.css */
  .sm\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 53506, app/assets/stylesheets/tailwind.css */
  .sm\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 53510, app/assets/stylesheets/tailwind.css */
  .sm\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 53514, app/assets/stylesheets/tailwind.css */
  .sm\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }
  /* line 53518, app/assets/stylesheets/tailwind.css */
  .sm\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }
  /* line 53522, app/assets/stylesheets/tailwind.css */
  .sm\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 53526, app/assets/stylesheets/tailwind.css */
  .sm\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 53530, app/assets/stylesheets/tailwind.css */
  .sm\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 53534, app/assets/stylesheets/tailwind.css */
  .sm\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 53538, app/assets/stylesheets/tailwind.css */
  .sm\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 53542, app/assets/stylesheets/tailwind.css */
  .sm\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 53546, app/assets/stylesheets/tailwind.css */
  .sm\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 53550, app/assets/stylesheets/tailwind.css */
  .sm\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 53554, app/assets/stylesheets/tailwind.css */
  .sm\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 53558, app/assets/stylesheets/tailwind.css */
  .sm\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 53562, app/assets/stylesheets/tailwind.css */
  .sm\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 53566, app/assets/stylesheets/tailwind.css */
  .sm\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 53570, app/assets/stylesheets/tailwind.css */
  .sm\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 53574, app/assets/stylesheets/tailwind.css */
  .sm\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 53578, app/assets/stylesheets/tailwind.css */
  .sm\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 53582, app/assets/stylesheets/tailwind.css */
  .sm\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 53586, app/assets/stylesheets/tailwind.css */
  .sm\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 53590, app/assets/stylesheets/tailwind.css */
  .sm\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 53594, app/assets/stylesheets/tailwind.css */
  .sm\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 53598, app/assets/stylesheets/tailwind.css */
  .sm\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 53602, app/assets/stylesheets/tailwind.css */
  .sm\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 53606, app/assets/stylesheets/tailwind.css */
  .sm\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 53610, app/assets/stylesheets/tailwind.css */
  .sm\:to-purple-50 {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 53614, app/assets/stylesheets/tailwind.css */
  .sm\:to-purple-100 {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 53618, app/assets/stylesheets/tailwind.css */
  .sm\:to-purple-200 {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 53622, app/assets/stylesheets/tailwind.css */
  .sm\:to-purple-300 {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 53626, app/assets/stylesheets/tailwind.css */
  .sm\:to-purple-400 {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 53630, app/assets/stylesheets/tailwind.css */
  .sm\:to-purple-500 {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 53634, app/assets/stylesheets/tailwind.css */
  .sm\:to-purple-600 {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 53638, app/assets/stylesheets/tailwind.css */
  .sm\:to-purple-700 {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 53642, app/assets/stylesheets/tailwind.css */
  .sm\:to-purple-800 {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 53646, app/assets/stylesheets/tailwind.css */
  .sm\:to-purple-900 {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 53650, app/assets/stylesheets/tailwind.css */
  .sm\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 53654, app/assets/stylesheets/tailwind.css */
  .sm\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 53658, app/assets/stylesheets/tailwind.css */
  .sm\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 53662, app/assets/stylesheets/tailwind.css */
  .sm\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 53666, app/assets/stylesheets/tailwind.css */
  .sm\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 53670, app/assets/stylesheets/tailwind.css */
  .sm\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 53674, app/assets/stylesheets/tailwind.css */
  .sm\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 53678, app/assets/stylesheets/tailwind.css */
  .sm\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }
  /* line 53682, app/assets/stylesheets/tailwind.css */
  .sm\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 53686, app/assets/stylesheets/tailwind.css */
  .sm\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }
  /* line 53690, app/assets/stylesheets/tailwind.css */
  .sm\:to-grey {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 53694, app/assets/stylesheets/tailwind.css */
  .sm\:to-info {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 53698, app/assets/stylesheets/tailwind.css */
  .sm\:to-warning {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 53702, app/assets/stylesheets/tailwind.css */
  .sm\:to-error {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 53706, app/assets/stylesheets/tailwind.css */
  .sm\:to-primary {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 53710, app/assets/stylesheets/tailwind.css */
  .sm\:to-secondary {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 53714, app/assets/stylesheets/tailwind.css */
  .sm\:to-primary-dark {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 53718, app/assets/stylesheets/tailwind.css */
  .sm\:to-text-color {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 53722, app/assets/stylesheets/tailwind.css */
  .sm\:to-button-outlined-hover {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 53726, app/assets/stylesheets/tailwind.css */
  .sm\:to-file-info {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 53730, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }
  /* line 53734, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }
  /* line 53738, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-black:hover {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 53742, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-white:hover {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 53746, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 53750, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 53754, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 53758, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 53762, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 53766, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 53770, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 53774, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151 !important;
  }
  /* line 53778, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 53782, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827 !important;
  }
  /* line 53786, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 53790, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 53794, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 53798, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 53802, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 53806, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 53810, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 53814, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 53818, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 53822, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 53826, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 53830, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 53834, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 53838, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 53842, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 53846, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 53850, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 53854, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 53858, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e !important;
  }
  /* line 53862, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f !important;
  }
  /* line 53866, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 53870, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 53874, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 53878, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 53882, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 53886, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 53890, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }
  /* line 53894, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }
  /* line 53898, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 53902, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 53906, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 53910, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 53914, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 53918, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 53922, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 53926, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 53930, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 53934, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 53938, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 53942, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 53946, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 53950, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 53954, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 53958, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 53962, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 53966, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 53970, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 53974, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 53978, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 53982, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 53986, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 53990, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 53994, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 53998, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 54002, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 54006, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 54010, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 54014, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 54018, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 54022, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 54026, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 54030, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 54034, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 54038, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 54042, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 54046, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 54050, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 54054, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }
  /* line 54058, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 54062, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }
  /* line 54066, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-grey:hover {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 54070, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-info:hover {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 54074, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-warning:hover {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 54078, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-error:hover {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 54082, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-primary:hover {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 54086, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-secondary:hover {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 54090, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-primary-dark:hover {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 54094, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-text-color:hover {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 54098, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-button-outlined-hover:hover {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 54102, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:to-file-info:hover {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 54106, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }
  /* line 54110, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }
  /* line 54114, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-black:focus {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 54118, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-white:focus {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 54122, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 54126, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 54130, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 54134, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 54138, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 54142, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 54146, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 54150, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151 !important;
  }
  /* line 54154, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 54158, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827 !important;
  }
  /* line 54162, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 54166, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 54170, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 54174, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 54178, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 54182, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 54186, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 54190, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 54194, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 54198, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 54202, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 54206, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 54210, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 54214, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 54218, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 54222, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 54226, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 54230, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 54234, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e !important;
  }
  /* line 54238, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f !important;
  }
  /* line 54242, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 54246, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 54250, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 54254, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 54258, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 54262, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 54266, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }
  /* line 54270, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }
  /* line 54274, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 54278, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 54282, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 54286, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 54290, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 54294, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 54298, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 54302, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 54306, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 54310, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 54314, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 54318, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 54322, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 54326, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 54330, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 54334, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 54338, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 54342, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 54346, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 54350, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 54354, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 54358, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 54362, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 54366, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 54370, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 54374, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 54378, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 54382, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 54386, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 54390, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 54394, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 54398, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 54402, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 54406, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 54410, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 54414, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 54418, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 54422, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 54426, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 54430, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }
  /* line 54434, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 54438, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }
  /* line 54442, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-grey:focus {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 54446, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-info:focus {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 54450, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-warning:focus {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 54454, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-error:focus {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 54458, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-primary:focus {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 54462, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-secondary:focus {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 54466, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-primary-dark:focus {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 54470, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-text-color:focus {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 54474, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-button-outlined-hover:focus {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 54478, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:to-file-info:focus {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 54482, app/assets/stylesheets/tailwind.css */
  .sm\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
    box-decoration-break: slice !important;
  }
  /* line 54487, app/assets/stylesheets/tailwind.css */
  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
    box-decoration-break: clone !important;
  }
  /* line 54492, app/assets/stylesheets/tailwind.css */
  .sm\:bg-auto {
    background-size: auto !important;
  }
  /* line 54496, app/assets/stylesheets/tailwind.css */
  .sm\:bg-cover {
    background-size: cover !important;
  }
  /* line 54500, app/assets/stylesheets/tailwind.css */
  .sm\:bg-contain {
    background-size: contain !important;
  }
  /* line 54504, app/assets/stylesheets/tailwind.css */
  .sm\:bg-fixed {
    background-attachment: fixed !important;
  }
  /* line 54508, app/assets/stylesheets/tailwind.css */
  .sm\:bg-local {
    background-attachment: local !important;
  }
  /* line 54512, app/assets/stylesheets/tailwind.css */
  .sm\:bg-scroll {
    background-attachment: scroll !important;
  }
  /* line 54516, app/assets/stylesheets/tailwind.css */
  .sm\:bg-clip-border {
    background-clip: border-box !important;
  }
  /* line 54520, app/assets/stylesheets/tailwind.css */
  .sm\:bg-clip-padding {
    background-clip: padding-box !important;
  }
  /* line 54524, app/assets/stylesheets/tailwind.css */
  .sm\:bg-clip-content {
    background-clip: content-box !important;
  }
  /* line 54528, app/assets/stylesheets/tailwind.css */
  .sm\:bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important;
  }
  /* line 54533, app/assets/stylesheets/tailwind.css */
  .sm\:bg-bottom {
    background-position: bottom !important;
  }
  /* line 54537, app/assets/stylesheets/tailwind.css */
  .sm\:bg-center {
    background-position: center !important;
  }
  /* line 54541, app/assets/stylesheets/tailwind.css */
  .sm\:bg-left {
    background-position: left !important;
  }
  /* line 54545, app/assets/stylesheets/tailwind.css */
  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }
  /* line 54549, app/assets/stylesheets/tailwind.css */
  .sm\:bg-left-top {
    background-position: left top !important;
  }
  /* line 54553, app/assets/stylesheets/tailwind.css */
  .sm\:bg-right {
    background-position: right !important;
  }
  /* line 54557, app/assets/stylesheets/tailwind.css */
  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }
  /* line 54561, app/assets/stylesheets/tailwind.css */
  .sm\:bg-right-top {
    background-position: right top !important;
  }
  /* line 54565, app/assets/stylesheets/tailwind.css */
  .sm\:bg-top {
    background-position: top !important;
  }
  /* line 54569, app/assets/stylesheets/tailwind.css */
  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }
  /* line 54573, app/assets/stylesheets/tailwind.css */
  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  /* line 54577, app/assets/stylesheets/tailwind.css */
  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  /* line 54581, app/assets/stylesheets/tailwind.css */
  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  /* line 54585, app/assets/stylesheets/tailwind.css */
  .sm\:bg-repeat-round {
    background-repeat: round !important;
  }
  /* line 54589, app/assets/stylesheets/tailwind.css */
  .sm\:bg-repeat-space {
    background-repeat: space !important;
  }
  /* line 54593, app/assets/stylesheets/tailwind.css */
  .sm\:bg-origin-border {
    background-origin: border-box !important;
  }
  /* line 54597, app/assets/stylesheets/tailwind.css */
  .sm\:bg-origin-padding {
    background-origin: padding-box !important;
  }
  /* line 54601, app/assets/stylesheets/tailwind.css */
  .sm\:bg-origin-content {
    background-origin: content-box !important;
  }
  /* line 54605, app/assets/stylesheets/tailwind.css */
  .sm\:fill-current {
    fill: currentColor !important;
  }
  /* line 54609, app/assets/stylesheets/tailwind.css */
  .sm\:stroke-current {
    stroke: currentColor !important;
  }
  /* line 54613, app/assets/stylesheets/tailwind.css */
  .sm\:stroke-0 {
    stroke-width: 0 !important;
  }
  /* line 54617, app/assets/stylesheets/tailwind.css */
  .sm\:stroke-1 {
    stroke-width: 1 !important;
  }
  /* line 54621, app/assets/stylesheets/tailwind.css */
  .sm\:stroke-2 {
    stroke-width: 2 !important;
  }
  /* line 54625, app/assets/stylesheets/tailwind.css */
  .sm\:object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 54630, app/assets/stylesheets/tailwind.css */
  .sm\:object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 54635, app/assets/stylesheets/tailwind.css */
  .sm\:object-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 54640, app/assets/stylesheets/tailwind.css */
  .sm\:object-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 54645, app/assets/stylesheets/tailwind.css */
  .sm\:object-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 54650, app/assets/stylesheets/tailwind.css */
  .sm\:object-bottom {
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }
  /* line 54655, app/assets/stylesheets/tailwind.css */
  .sm\:object-center {
    -o-object-position: center !important;
    object-position: center !important;
  }
  /* line 54660, app/assets/stylesheets/tailwind.css */
  .sm\:object-left {
    -o-object-position: left !important;
    object-position: left !important;
  }
  /* line 54665, app/assets/stylesheets/tailwind.css */
  .sm\:object-left-bottom {
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
  }
  /* line 54670, app/assets/stylesheets/tailwind.css */
  .sm\:object-left-top {
    -o-object-position: left top !important;
    object-position: left top !important;
  }
  /* line 54675, app/assets/stylesheets/tailwind.css */
  .sm\:object-right {
    -o-object-position: right !important;
    object-position: right !important;
  }
  /* line 54680, app/assets/stylesheets/tailwind.css */
  .sm\:object-right-bottom {
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }
  /* line 54685, app/assets/stylesheets/tailwind.css */
  .sm\:object-right-top {
    -o-object-position: right top !important;
    object-position: right top !important;
  }
  /* line 54690, app/assets/stylesheets/tailwind.css */
  .sm\:object-top {
    -o-object-position: top !important;
    object-position: top !important;
  }
  /* line 54695, app/assets/stylesheets/tailwind.css */
  .sm\:p-0 {
    padding: 0px !important;
  }
  /* line 54699, app/assets/stylesheets/tailwind.css */
  .sm\:p-1 {
    padding: 0.25rem !important;
  }
  /* line 54703, app/assets/stylesheets/tailwind.css */
  .sm\:p-2 {
    padding: 0.5rem !important;
  }
  /* line 54707, app/assets/stylesheets/tailwind.css */
  .sm\:p-3 {
    padding: 0.75rem !important;
  }
  /* line 54711, app/assets/stylesheets/tailwind.css */
  .sm\:p-4 {
    padding: 1rem !important;
  }
  /* line 54715, app/assets/stylesheets/tailwind.css */
  .sm\:p-5 {
    padding: 1.25rem !important;
  }
  /* line 54719, app/assets/stylesheets/tailwind.css */
  .sm\:p-6 {
    padding: 1.5rem !important;
  }
  /* line 54723, app/assets/stylesheets/tailwind.css */
  .sm\:p-7 {
    padding: 1.75rem !important;
  }
  /* line 54727, app/assets/stylesheets/tailwind.css */
  .sm\:p-8 {
    padding: 2rem !important;
  }
  /* line 54731, app/assets/stylesheets/tailwind.css */
  .sm\:p-9 {
    padding: 2.25rem !important;
  }
  /* line 54735, app/assets/stylesheets/tailwind.css */
  .sm\:p-10 {
    padding: 2.5rem !important;
  }
  /* line 54739, app/assets/stylesheets/tailwind.css */
  .sm\:p-11 {
    padding: 2.75rem !important;
  }
  /* line 54743, app/assets/stylesheets/tailwind.css */
  .sm\:p-12 {
    padding: 3rem !important;
  }
  /* line 54747, app/assets/stylesheets/tailwind.css */
  .sm\:p-14 {
    padding: 3.5rem !important;
  }
  /* line 54751, app/assets/stylesheets/tailwind.css */
  .sm\:p-16 {
    padding: 4rem !important;
  }
  /* line 54755, app/assets/stylesheets/tailwind.css */
  .sm\:p-20 {
    padding: 5rem !important;
  }
  /* line 54759, app/assets/stylesheets/tailwind.css */
  .sm\:p-24 {
    padding: 6rem !important;
  }
  /* line 54763, app/assets/stylesheets/tailwind.css */
  .sm\:p-28 {
    padding: 7rem !important;
  }
  /* line 54767, app/assets/stylesheets/tailwind.css */
  .sm\:p-32 {
    padding: 8rem !important;
  }
  /* line 54771, app/assets/stylesheets/tailwind.css */
  .sm\:p-36 {
    padding: 9rem !important;
  }
  /* line 54775, app/assets/stylesheets/tailwind.css */
  .sm\:p-40 {
    padding: 10rem !important;
  }
  /* line 54779, app/assets/stylesheets/tailwind.css */
  .sm\:p-44 {
    padding: 11rem !important;
  }
  /* line 54783, app/assets/stylesheets/tailwind.css */
  .sm\:p-48 {
    padding: 12rem !important;
  }
  /* line 54787, app/assets/stylesheets/tailwind.css */
  .sm\:p-52 {
    padding: 13rem !important;
  }
  /* line 54791, app/assets/stylesheets/tailwind.css */
  .sm\:p-56 {
    padding: 14rem !important;
  }
  /* line 54795, app/assets/stylesheets/tailwind.css */
  .sm\:p-60 {
    padding: 15rem !important;
  }
  /* line 54799, app/assets/stylesheets/tailwind.css */
  .sm\:p-64 {
    padding: 16rem !important;
  }
  /* line 54803, app/assets/stylesheets/tailwind.css */
  .sm\:p-72 {
    padding: 18rem !important;
  }
  /* line 54807, app/assets/stylesheets/tailwind.css */
  .sm\:p-80 {
    padding: 20rem !important;
  }
  /* line 54811, app/assets/stylesheets/tailwind.css */
  .sm\:p-96 {
    padding: 24rem !important;
  }
  /* line 54815, app/assets/stylesheets/tailwind.css */
  .sm\:p-px {
    padding: 1px !important;
  }
  /* line 54819, app/assets/stylesheets/tailwind.css */
  .sm\:p-0\.5 {
    padding: 0.125rem !important;
  }
  /* line 54823, app/assets/stylesheets/tailwind.css */
  .sm\:p-1\.5 {
    padding: 0.375rem !important;
  }
  /* line 54827, app/assets/stylesheets/tailwind.css */
  .sm\:p-2\.5 {
    padding: 0.625rem !important;
  }
  /* line 54831, app/assets/stylesheets/tailwind.css */
  .sm\:p-3\.5 {
    padding: 0.875rem !important;
  }
  /* line 54835, app/assets/stylesheets/tailwind.css */
  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 54840, app/assets/stylesheets/tailwind.css */
  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  /* line 54845, app/assets/stylesheets/tailwind.css */
  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 54850, app/assets/stylesheets/tailwind.css */
  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  /* line 54855, app/assets/stylesheets/tailwind.css */
  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 54860, app/assets/stylesheets/tailwind.css */
  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  /* line 54865, app/assets/stylesheets/tailwind.css */
  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 54870, app/assets/stylesheets/tailwind.css */
  .sm\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  /* line 54875, app/assets/stylesheets/tailwind.css */
  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  /* line 54880, app/assets/stylesheets/tailwind.css */
  .sm\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  /* line 54885, app/assets/stylesheets/tailwind.css */
  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 54890, app/assets/stylesheets/tailwind.css */
  .sm\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  /* line 54895, app/assets/stylesheets/tailwind.css */
  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 54900, app/assets/stylesheets/tailwind.css */
  .sm\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  /* line 54905, app/assets/stylesheets/tailwind.css */
  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  /* line 54910, app/assets/stylesheets/tailwind.css */
  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 54915, app/assets/stylesheets/tailwind.css */
  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  /* line 54920, app/assets/stylesheets/tailwind.css */
  .sm\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  /* line 54925, app/assets/stylesheets/tailwind.css */
  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  /* line 54930, app/assets/stylesheets/tailwind.css */
  .sm\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  /* line 54935, app/assets/stylesheets/tailwind.css */
  .sm\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 54940, app/assets/stylesheets/tailwind.css */
  .sm\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  /* line 54945, app/assets/stylesheets/tailwind.css */
  .sm\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  /* line 54950, app/assets/stylesheets/tailwind.css */
  .sm\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  /* line 54955, app/assets/stylesheets/tailwind.css */
  .sm\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  /* line 54960, app/assets/stylesheets/tailwind.css */
  .sm\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  /* line 54965, app/assets/stylesheets/tailwind.css */
  .sm\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  /* line 54970, app/assets/stylesheets/tailwind.css */
  .sm\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  /* line 54975, app/assets/stylesheets/tailwind.css */
  .sm\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  /* line 54980, app/assets/stylesheets/tailwind.css */
  .sm\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  /* line 54985, app/assets/stylesheets/tailwind.css */
  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  /* line 54990, app/assets/stylesheets/tailwind.css */
  .sm\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }
  /* line 54995, app/assets/stylesheets/tailwind.css */
  .sm\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  /* line 55000, app/assets/stylesheets/tailwind.css */
  .sm\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  /* line 55005, app/assets/stylesheets/tailwind.css */
  .sm\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
  /* line 55010, app/assets/stylesheets/tailwind.css */
  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 55015, app/assets/stylesheets/tailwind.css */
  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 55020, app/assets/stylesheets/tailwind.css */
  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 55025, app/assets/stylesheets/tailwind.css */
  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 55030, app/assets/stylesheets/tailwind.css */
  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 55035, app/assets/stylesheets/tailwind.css */
  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 55040, app/assets/stylesheets/tailwind.css */
  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 55045, app/assets/stylesheets/tailwind.css */
  .sm\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 55050, app/assets/stylesheets/tailwind.css */
  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 55055, app/assets/stylesheets/tailwind.css */
  .sm\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 55060, app/assets/stylesheets/tailwind.css */
  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 55065, app/assets/stylesheets/tailwind.css */
  .sm\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  /* line 55070, app/assets/stylesheets/tailwind.css */
  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 55075, app/assets/stylesheets/tailwind.css */
  .sm\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 55080, app/assets/stylesheets/tailwind.css */
  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 55085, app/assets/stylesheets/tailwind.css */
  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 55090, app/assets/stylesheets/tailwind.css */
  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 55095, app/assets/stylesheets/tailwind.css */
  .sm\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 55100, app/assets/stylesheets/tailwind.css */
  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 55105, app/assets/stylesheets/tailwind.css */
  .sm\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 55110, app/assets/stylesheets/tailwind.css */
  .sm\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 55115, app/assets/stylesheets/tailwind.css */
  .sm\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  /* line 55120, app/assets/stylesheets/tailwind.css */
  .sm\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 55125, app/assets/stylesheets/tailwind.css */
  .sm\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  /* line 55130, app/assets/stylesheets/tailwind.css */
  .sm\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 55135, app/assets/stylesheets/tailwind.css */
  .sm\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* line 55140, app/assets/stylesheets/tailwind.css */
  .sm\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  /* line 55145, app/assets/stylesheets/tailwind.css */
  .sm\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  /* line 55150, app/assets/stylesheets/tailwind.css */
  .sm\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  /* line 55155, app/assets/stylesheets/tailwind.css */
  .sm\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  /* line 55160, app/assets/stylesheets/tailwind.css */
  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  /* line 55165, app/assets/stylesheets/tailwind.css */
  .sm\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  /* line 55170, app/assets/stylesheets/tailwind.css */
  .sm\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  /* line 55175, app/assets/stylesheets/tailwind.css */
  .sm\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  /* line 55180, app/assets/stylesheets/tailwind.css */
  .sm\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  /* line 55185, app/assets/stylesheets/tailwind.css */
  .sm\:pt-0 {
    padding-top: 0px !important;
  }
  /* line 55189, app/assets/stylesheets/tailwind.css */
  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }
  /* line 55193, app/assets/stylesheets/tailwind.css */
  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }
  /* line 55197, app/assets/stylesheets/tailwind.css */
  .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }
  /* line 55201, app/assets/stylesheets/tailwind.css */
  .sm\:pt-4 {
    padding-top: 1rem !important;
  }
  /* line 55205, app/assets/stylesheets/tailwind.css */
  .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }
  /* line 55209, app/assets/stylesheets/tailwind.css */
  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }
  /* line 55213, app/assets/stylesheets/tailwind.css */
  .sm\:pt-7 {
    padding-top: 1.75rem !important;
  }
  /* line 55217, app/assets/stylesheets/tailwind.css */
  .sm\:pt-8 {
    padding-top: 2rem !important;
  }
  /* line 55221, app/assets/stylesheets/tailwind.css */
  .sm\:pt-9 {
    padding-top: 2.25rem !important;
  }
  /* line 55225, app/assets/stylesheets/tailwind.css */
  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }
  /* line 55229, app/assets/stylesheets/tailwind.css */
  .sm\:pt-11 {
    padding-top: 2.75rem !important;
  }
  /* line 55233, app/assets/stylesheets/tailwind.css */
  .sm\:pt-12 {
    padding-top: 3rem !important;
  }
  /* line 55237, app/assets/stylesheets/tailwind.css */
  .sm\:pt-14 {
    padding-top: 3.5rem !important;
  }
  /* line 55241, app/assets/stylesheets/tailwind.css */
  .sm\:pt-16 {
    padding-top: 4rem !important;
  }
  /* line 55245, app/assets/stylesheets/tailwind.css */
  .sm\:pt-20 {
    padding-top: 5rem !important;
  }
  /* line 55249, app/assets/stylesheets/tailwind.css */
  .sm\:pt-24 {
    padding-top: 6rem !important;
  }
  /* line 55253, app/assets/stylesheets/tailwind.css */
  .sm\:pt-28 {
    padding-top: 7rem !important;
  }
  /* line 55257, app/assets/stylesheets/tailwind.css */
  .sm\:pt-32 {
    padding-top: 8rem !important;
  }
  /* line 55261, app/assets/stylesheets/tailwind.css */
  .sm\:pt-36 {
    padding-top: 9rem !important;
  }
  /* line 55265, app/assets/stylesheets/tailwind.css */
  .sm\:pt-40 {
    padding-top: 10rem !important;
  }
  /* line 55269, app/assets/stylesheets/tailwind.css */
  .sm\:pt-44 {
    padding-top: 11rem !important;
  }
  /* line 55273, app/assets/stylesheets/tailwind.css */
  .sm\:pt-48 {
    padding-top: 12rem !important;
  }
  /* line 55277, app/assets/stylesheets/tailwind.css */
  .sm\:pt-52 {
    padding-top: 13rem !important;
  }
  /* line 55281, app/assets/stylesheets/tailwind.css */
  .sm\:pt-56 {
    padding-top: 14rem !important;
  }
  /* line 55285, app/assets/stylesheets/tailwind.css */
  .sm\:pt-60 {
    padding-top: 15rem !important;
  }
  /* line 55289, app/assets/stylesheets/tailwind.css */
  .sm\:pt-64 {
    padding-top: 16rem !important;
  }
  /* line 55293, app/assets/stylesheets/tailwind.css */
  .sm\:pt-72 {
    padding-top: 18rem !important;
  }
  /* line 55297, app/assets/stylesheets/tailwind.css */
  .sm\:pt-80 {
    padding-top: 20rem !important;
  }
  /* line 55301, app/assets/stylesheets/tailwind.css */
  .sm\:pt-96 {
    padding-top: 24rem !important;
  }
  /* line 55305, app/assets/stylesheets/tailwind.css */
  .sm\:pt-px {
    padding-top: 1px !important;
  }
  /* line 55309, app/assets/stylesheets/tailwind.css */
  .sm\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }
  /* line 55313, app/assets/stylesheets/tailwind.css */
  .sm\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }
  /* line 55317, app/assets/stylesheets/tailwind.css */
  .sm\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }
  /* line 55321, app/assets/stylesheets/tailwind.css */
  .sm\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }
  /* line 55325, app/assets/stylesheets/tailwind.css */
  .sm\:pr-0 {
    padding-right: 0px !important;
  }
  /* line 55329, app/assets/stylesheets/tailwind.css */
  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }
  /* line 55333, app/assets/stylesheets/tailwind.css */
  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }
  /* line 55337, app/assets/stylesheets/tailwind.css */
  .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }
  /* line 55341, app/assets/stylesheets/tailwind.css */
  .sm\:pr-4 {
    padding-right: 1rem !important;
  }
  /* line 55345, app/assets/stylesheets/tailwind.css */
  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }
  /* line 55349, app/assets/stylesheets/tailwind.css */
  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }
  /* line 55353, app/assets/stylesheets/tailwind.css */
  .sm\:pr-7 {
    padding-right: 1.75rem !important;
  }
  /* line 55357, app/assets/stylesheets/tailwind.css */
  .sm\:pr-8 {
    padding-right: 2rem !important;
  }
  /* line 55361, app/assets/stylesheets/tailwind.css */
  .sm\:pr-9 {
    padding-right: 2.25rem !important;
  }
  /* line 55365, app/assets/stylesheets/tailwind.css */
  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }
  /* line 55369, app/assets/stylesheets/tailwind.css */
  .sm\:pr-11 {
    padding-right: 2.75rem !important;
  }
  /* line 55373, app/assets/stylesheets/tailwind.css */
  .sm\:pr-12 {
    padding-right: 3rem !important;
  }
  /* line 55377, app/assets/stylesheets/tailwind.css */
  .sm\:pr-14 {
    padding-right: 3.5rem !important;
  }
  /* line 55381, app/assets/stylesheets/tailwind.css */
  .sm\:pr-16 {
    padding-right: 4rem !important;
  }
  /* line 55385, app/assets/stylesheets/tailwind.css */
  .sm\:pr-20 {
    padding-right: 5rem !important;
  }
  /* line 55389, app/assets/stylesheets/tailwind.css */
  .sm\:pr-24 {
    padding-right: 6rem !important;
  }
  /* line 55393, app/assets/stylesheets/tailwind.css */
  .sm\:pr-28 {
    padding-right: 7rem !important;
  }
  /* line 55397, app/assets/stylesheets/tailwind.css */
  .sm\:pr-32 {
    padding-right: 8rem !important;
  }
  /* line 55401, app/assets/stylesheets/tailwind.css */
  .sm\:pr-36 {
    padding-right: 9rem !important;
  }
  /* line 55405, app/assets/stylesheets/tailwind.css */
  .sm\:pr-40 {
    padding-right: 10rem !important;
  }
  /* line 55409, app/assets/stylesheets/tailwind.css */
  .sm\:pr-44 {
    padding-right: 11rem !important;
  }
  /* line 55413, app/assets/stylesheets/tailwind.css */
  .sm\:pr-48 {
    padding-right: 12rem !important;
  }
  /* line 55417, app/assets/stylesheets/tailwind.css */
  .sm\:pr-52 {
    padding-right: 13rem !important;
  }
  /* line 55421, app/assets/stylesheets/tailwind.css */
  .sm\:pr-56 {
    padding-right: 14rem !important;
  }
  /* line 55425, app/assets/stylesheets/tailwind.css */
  .sm\:pr-60 {
    padding-right: 15rem !important;
  }
  /* line 55429, app/assets/stylesheets/tailwind.css */
  .sm\:pr-64 {
    padding-right: 16rem !important;
  }
  /* line 55433, app/assets/stylesheets/tailwind.css */
  .sm\:pr-72 {
    padding-right: 18rem !important;
  }
  /* line 55437, app/assets/stylesheets/tailwind.css */
  .sm\:pr-80 {
    padding-right: 20rem !important;
  }
  /* line 55441, app/assets/stylesheets/tailwind.css */
  .sm\:pr-96 {
    padding-right: 24rem !important;
  }
  /* line 55445, app/assets/stylesheets/tailwind.css */
  .sm\:pr-px {
    padding-right: 1px !important;
  }
  /* line 55449, app/assets/stylesheets/tailwind.css */
  .sm\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }
  /* line 55453, app/assets/stylesheets/tailwind.css */
  .sm\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }
  /* line 55457, app/assets/stylesheets/tailwind.css */
  .sm\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }
  /* line 55461, app/assets/stylesheets/tailwind.css */
  .sm\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }
  /* line 55465, app/assets/stylesheets/tailwind.css */
  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }
  /* line 55469, app/assets/stylesheets/tailwind.css */
  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 55473, app/assets/stylesheets/tailwind.css */
  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 55477, app/assets/stylesheets/tailwind.css */
  .sm\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 55481, app/assets/stylesheets/tailwind.css */
  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }
  /* line 55485, app/assets/stylesheets/tailwind.css */
  .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 55489, app/assets/stylesheets/tailwind.css */
  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 55493, app/assets/stylesheets/tailwind.css */
  .sm\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 55497, app/assets/stylesheets/tailwind.css */
  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }
  /* line 55501, app/assets/stylesheets/tailwind.css */
  .sm\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  /* line 55505, app/assets/stylesheets/tailwind.css */
  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  /* line 55509, app/assets/stylesheets/tailwind.css */
  .sm\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  /* line 55513, app/assets/stylesheets/tailwind.css */
  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }
  /* line 55517, app/assets/stylesheets/tailwind.css */
  .sm\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  /* line 55521, app/assets/stylesheets/tailwind.css */
  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }
  /* line 55525, app/assets/stylesheets/tailwind.css */
  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }
  /* line 55529, app/assets/stylesheets/tailwind.css */
  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }
  /* line 55533, app/assets/stylesheets/tailwind.css */
  .sm\:pb-28 {
    padding-bottom: 7rem !important;
  }
  /* line 55537, app/assets/stylesheets/tailwind.css */
  .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }
  /* line 55541, app/assets/stylesheets/tailwind.css */
  .sm\:pb-36 {
    padding-bottom: 9rem !important;
  }
  /* line 55545, app/assets/stylesheets/tailwind.css */
  .sm\:pb-40 {
    padding-bottom: 10rem !important;
  }
  /* line 55549, app/assets/stylesheets/tailwind.css */
  .sm\:pb-44 {
    padding-bottom: 11rem !important;
  }
  /* line 55553, app/assets/stylesheets/tailwind.css */
  .sm\:pb-48 {
    padding-bottom: 12rem !important;
  }
  /* line 55557, app/assets/stylesheets/tailwind.css */
  .sm\:pb-52 {
    padding-bottom: 13rem !important;
  }
  /* line 55561, app/assets/stylesheets/tailwind.css */
  .sm\:pb-56 {
    padding-bottom: 14rem !important;
  }
  /* line 55565, app/assets/stylesheets/tailwind.css */
  .sm\:pb-60 {
    padding-bottom: 15rem !important;
  }
  /* line 55569, app/assets/stylesheets/tailwind.css */
  .sm\:pb-64 {
    padding-bottom: 16rem !important;
  }
  /* line 55573, app/assets/stylesheets/tailwind.css */
  .sm\:pb-72 {
    padding-bottom: 18rem !important;
  }
  /* line 55577, app/assets/stylesheets/tailwind.css */
  .sm\:pb-80 {
    padding-bottom: 20rem !important;
  }
  /* line 55581, app/assets/stylesheets/tailwind.css */
  .sm\:pb-96 {
    padding-bottom: 24rem !important;
  }
  /* line 55585, app/assets/stylesheets/tailwind.css */
  .sm\:pb-px {
    padding-bottom: 1px !important;
  }
  /* line 55589, app/assets/stylesheets/tailwind.css */
  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }
  /* line 55593, app/assets/stylesheets/tailwind.css */
  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }
  /* line 55597, app/assets/stylesheets/tailwind.css */
  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }
  /* line 55601, app/assets/stylesheets/tailwind.css */
  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }
  /* line 55605, app/assets/stylesheets/tailwind.css */
  .sm\:pl-0 {
    padding-left: 0px !important;
  }
  /* line 55609, app/assets/stylesheets/tailwind.css */
  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 55613, app/assets/stylesheets/tailwind.css */
  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 55617, app/assets/stylesheets/tailwind.css */
  .sm\:pl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 55621, app/assets/stylesheets/tailwind.css */
  .sm\:pl-4 {
    padding-left: 1rem !important;
  }
  /* line 55625, app/assets/stylesheets/tailwind.css */
  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }
  /* line 55629, app/assets/stylesheets/tailwind.css */
  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }
  /* line 55633, app/assets/stylesheets/tailwind.css */
  .sm\:pl-7 {
    padding-left: 1.75rem !important;
  }
  /* line 55637, app/assets/stylesheets/tailwind.css */
  .sm\:pl-8 {
    padding-left: 2rem !important;
  }
  /* line 55641, app/assets/stylesheets/tailwind.css */
  .sm\:pl-9 {
    padding-left: 2.25rem !important;
  }
  /* line 55645, app/assets/stylesheets/tailwind.css */
  .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }
  /* line 55649, app/assets/stylesheets/tailwind.css */
  .sm\:pl-11 {
    padding-left: 2.75rem !important;
  }
  /* line 55653, app/assets/stylesheets/tailwind.css */
  .sm\:pl-12 {
    padding-left: 3rem !important;
  }
  /* line 55657, app/assets/stylesheets/tailwind.css */
  .sm\:pl-14 {
    padding-left: 3.5rem !important;
  }
  /* line 55661, app/assets/stylesheets/tailwind.css */
  .sm\:pl-16 {
    padding-left: 4rem !important;
  }
  /* line 55665, app/assets/stylesheets/tailwind.css */
  .sm\:pl-20 {
    padding-left: 5rem !important;
  }
  /* line 55669, app/assets/stylesheets/tailwind.css */
  .sm\:pl-24 {
    padding-left: 6rem !important;
  }
  /* line 55673, app/assets/stylesheets/tailwind.css */
  .sm\:pl-28 {
    padding-left: 7rem !important;
  }
  /* line 55677, app/assets/stylesheets/tailwind.css */
  .sm\:pl-32 {
    padding-left: 8rem !important;
  }
  /* line 55681, app/assets/stylesheets/tailwind.css */
  .sm\:pl-36 {
    padding-left: 9rem !important;
  }
  /* line 55685, app/assets/stylesheets/tailwind.css */
  .sm\:pl-40 {
    padding-left: 10rem !important;
  }
  /* line 55689, app/assets/stylesheets/tailwind.css */
  .sm\:pl-44 {
    padding-left: 11rem !important;
  }
  /* line 55693, app/assets/stylesheets/tailwind.css */
  .sm\:pl-48 {
    padding-left: 12rem !important;
  }
  /* line 55697, app/assets/stylesheets/tailwind.css */
  .sm\:pl-52 {
    padding-left: 13rem !important;
  }
  /* line 55701, app/assets/stylesheets/tailwind.css */
  .sm\:pl-56 {
    padding-left: 14rem !important;
  }
  /* line 55705, app/assets/stylesheets/tailwind.css */
  .sm\:pl-60 {
    padding-left: 15rem !important;
  }
  /* line 55709, app/assets/stylesheets/tailwind.css */
  .sm\:pl-64 {
    padding-left: 16rem !important;
  }
  /* line 55713, app/assets/stylesheets/tailwind.css */
  .sm\:pl-72 {
    padding-left: 18rem !important;
  }
  /* line 55717, app/assets/stylesheets/tailwind.css */
  .sm\:pl-80 {
    padding-left: 20rem !important;
  }
  /* line 55721, app/assets/stylesheets/tailwind.css */
  .sm\:pl-96 {
    padding-left: 24rem !important;
  }
  /* line 55725, app/assets/stylesheets/tailwind.css */
  .sm\:pl-px {
    padding-left: 1px !important;
  }
  /* line 55729, app/assets/stylesheets/tailwind.css */
  .sm\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }
  /* line 55733, app/assets/stylesheets/tailwind.css */
  .sm\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }
  /* line 55737, app/assets/stylesheets/tailwind.css */
  .sm\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }
  /* line 55741, app/assets/stylesheets/tailwind.css */
  .sm\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }
  /* line 55745, app/assets/stylesheets/tailwind.css */
  .sm\:text-left {
    text-align: left !important;
  }
  /* line 55749, app/assets/stylesheets/tailwind.css */
  .sm\:text-center {
    text-align: center !important;
  }
  /* line 55753, app/assets/stylesheets/tailwind.css */
  .sm\:text-right {
    text-align: right !important;
  }
  /* line 55757, app/assets/stylesheets/tailwind.css */
  .sm\:text-justify {
    text-align: justify !important;
  }
  /* line 55761, app/assets/stylesheets/tailwind.css */
  .sm\:align-baseline {
    vertical-align: baseline !important;
  }
  /* line 55765, app/assets/stylesheets/tailwind.css */
  .sm\:align-top {
    vertical-align: top !important;
  }
  /* line 55769, app/assets/stylesheets/tailwind.css */
  .sm\:align-middle {
    vertical-align: middle !important;
  }
  /* line 55773, app/assets/stylesheets/tailwind.css */
  .sm\:align-bottom {
    vertical-align: bottom !important;
  }
  /* line 55777, app/assets/stylesheets/tailwind.css */
  .sm\:align-text-top {
    vertical-align: text-top !important;
  }
  /* line 55781, app/assets/stylesheets/tailwind.css */
  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }
  /* line 55785, app/assets/stylesheets/tailwind.css */
  .sm\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }
  /* line 55789, app/assets/stylesheets/tailwind.css */
  .sm\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }
  /* line 55793, app/assets/stylesheets/tailwind.css */
  .sm\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }
  /* line 55797, app/assets/stylesheets/tailwind.css */
  .sm\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  /* line 55802, app/assets/stylesheets/tailwind.css */
  .sm\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  /* line 55807, app/assets/stylesheets/tailwind.css */
  .sm\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  /* line 55812, app/assets/stylesheets/tailwind.css */
  .sm\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  /* line 55817, app/assets/stylesheets/tailwind.css */
  .sm\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  /* line 55822, app/assets/stylesheets/tailwind.css */
  .sm\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  /* line 55827, app/assets/stylesheets/tailwind.css */
  .sm\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  /* line 55832, app/assets/stylesheets/tailwind.css */
  .sm\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  /* line 55837, app/assets/stylesheets/tailwind.css */
  .sm\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  /* line 55842, app/assets/stylesheets/tailwind.css */
  .sm\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  /* line 55847, app/assets/stylesheets/tailwind.css */
  .sm\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
  /* line 55852, app/assets/stylesheets/tailwind.css */
  .sm\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  /* line 55857, app/assets/stylesheets/tailwind.css */
  .sm\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }
  /* line 55862, app/assets/stylesheets/tailwind.css */
  .sm\:font-thin {
    font-weight: 100 !important;
  }
  /* line 55866, app/assets/stylesheets/tailwind.css */
  .sm\:font-extralight {
    font-weight: 200 !important;
  }
  /* line 55870, app/assets/stylesheets/tailwind.css */
  .sm\:font-light {
    font-weight: 300 !important;
  }
  /* line 55874, app/assets/stylesheets/tailwind.css */
  .sm\:font-normal {
    font-weight: 400 !important;
  }
  /* line 55878, app/assets/stylesheets/tailwind.css */
  .sm\:font-medium {
    font-weight: 500 !important;
  }
  /* line 55882, app/assets/stylesheets/tailwind.css */
  .sm\:font-semibold {
    font-weight: 600 !important;
  }
  /* line 55886, app/assets/stylesheets/tailwind.css */
  .sm\:font-bold {
    font-weight: 700 !important;
  }
  /* line 55890, app/assets/stylesheets/tailwind.css */
  .sm\:font-extrabold {
    font-weight: 800 !important;
  }
  /* line 55894, app/assets/stylesheets/tailwind.css */
  .sm\:font-black {
    font-weight: 900 !important;
  }
  /* line 55898, app/assets/stylesheets/tailwind.css */
  .sm\:uppercase {
    text-transform: uppercase !important;
  }
  /* line 55902, app/assets/stylesheets/tailwind.css */
  .sm\:lowercase {
    text-transform: lowercase !important;
  }
  /* line 55906, app/assets/stylesheets/tailwind.css */
  .sm\:capitalize {
    text-transform: capitalize !important;
  }
  /* line 55910, app/assets/stylesheets/tailwind.css */
  .sm\:normal-case {
    text-transform: none !important;
  }
  /* line 55914, app/assets/stylesheets/tailwind.css */
  .sm\:italic {
    font-style: italic !important;
  }
  /* line 55918, app/assets/stylesheets/tailwind.css */
  .sm\:not-italic {
    font-style: normal !important;
  }
  /* line 55922, app/assets/stylesheets/tailwind.css */
  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }
  /* line 55931, app/assets/stylesheets/tailwind.css */
  .sm\:normal-nums {
    font-variant-numeric: normal !important;
  }
  /* line 55935, app/assets/stylesheets/tailwind.css */
  .sm\:ordinal {
    --tw-ordinal: ordinal !important;
  }
  /* line 55939, app/assets/stylesheets/tailwind.css */
  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }
  /* line 55943, app/assets/stylesheets/tailwind.css */
  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }
  /* line 55947, app/assets/stylesheets/tailwind.css */
  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }
  /* line 55951, app/assets/stylesheets/tailwind.css */
  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }
  /* line 55955, app/assets/stylesheets/tailwind.css */
  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }
  /* line 55959, app/assets/stylesheets/tailwind.css */
  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }
  /* line 55963, app/assets/stylesheets/tailwind.css */
  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }
  /* line 55967, app/assets/stylesheets/tailwind.css */
  .sm\:leading-3 {
    line-height: .75rem !important;
  }
  /* line 55971, app/assets/stylesheets/tailwind.css */
  .sm\:leading-4 {
    line-height: 1rem !important;
  }
  /* line 55975, app/assets/stylesheets/tailwind.css */
  .sm\:leading-5 {
    line-height: 1.25rem !important;
  }
  /* line 55979, app/assets/stylesheets/tailwind.css */
  .sm\:leading-6 {
    line-height: 1.5rem !important;
  }
  /* line 55983, app/assets/stylesheets/tailwind.css */
  .sm\:leading-7 {
    line-height: 1.75rem !important;
  }
  /* line 55987, app/assets/stylesheets/tailwind.css */
  .sm\:leading-8 {
    line-height: 2rem !important;
  }
  /* line 55991, app/assets/stylesheets/tailwind.css */
  .sm\:leading-9 {
    line-height: 2.25rem !important;
  }
  /* line 55995, app/assets/stylesheets/tailwind.css */
  .sm\:leading-10 {
    line-height: 2.5rem !important;
  }
  /* line 55999, app/assets/stylesheets/tailwind.css */
  .sm\:leading-none {
    line-height: 1 !important;
  }
  /* line 56003, app/assets/stylesheets/tailwind.css */
  .sm\:leading-tight {
    line-height: 1.25 !important;
  }
  /* line 56007, app/assets/stylesheets/tailwind.css */
  .sm\:leading-snug {
    line-height: 1.375 !important;
  }
  /* line 56011, app/assets/stylesheets/tailwind.css */
  .sm\:leading-normal {
    line-height: 1.5 !important;
  }
  /* line 56015, app/assets/stylesheets/tailwind.css */
  .sm\:leading-relaxed {
    line-height: 1.625 !important;
  }
  /* line 56019, app/assets/stylesheets/tailwind.css */
  .sm\:leading-loose {
    line-height: 2 !important;
  }
  /* line 56023, app/assets/stylesheets/tailwind.css */
  .sm\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }
  /* line 56027, app/assets/stylesheets/tailwind.css */
  .sm\:tracking-tight {
    letter-spacing: -0.025em !important;
  }
  /* line 56031, app/assets/stylesheets/tailwind.css */
  .sm\:tracking-normal {
    letter-spacing: 0em !important;
  }
  /* line 56035, app/assets/stylesheets/tailwind.css */
  .sm\:tracking-wide {
    letter-spacing: 0.025em !important;
  }
  /* line 56039, app/assets/stylesheets/tailwind.css */
  .sm\:tracking-wider {
    letter-spacing: 0.05em !important;
  }
  /* line 56043, app/assets/stylesheets/tailwind.css */
  .sm\:tracking-widest {
    letter-spacing: 0.1em !important;
  }
  /* line 56047, app/assets/stylesheets/tailwind.css */
  .sm\:text-transparent {
    color: transparent !important;
  }
  /* line 56051, app/assets/stylesheets/tailwind.css */
  .sm\:text-current {
    color: currentColor !important;
  }
  /* line 56055, app/assets/stylesheets/tailwind.css */
  .sm\:text-black {
    color: var(--black) !important;
  }
  /* line 56059, app/assets/stylesheets/tailwind.css */
  .sm\:text-white {
    color: var(--white) !important;
  }
  /* line 56063, app/assets/stylesheets/tailwind.css */
  .sm\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 56068, app/assets/stylesheets/tailwind.css */
  .sm\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 56073, app/assets/stylesheets/tailwind.css */
  .sm\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 56078, app/assets/stylesheets/tailwind.css */
  .sm\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 56083, app/assets/stylesheets/tailwind.css */
  .sm\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 56088, app/assets/stylesheets/tailwind.css */
  .sm\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 56093, app/assets/stylesheets/tailwind.css */
  .sm\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 56098, app/assets/stylesheets/tailwind.css */
  .sm\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 56103, app/assets/stylesheets/tailwind.css */
  .sm\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 56108, app/assets/stylesheets/tailwind.css */
  .sm\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 56113, app/assets/stylesheets/tailwind.css */
  .sm\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 56118, app/assets/stylesheets/tailwind.css */
  .sm\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 56123, app/assets/stylesheets/tailwind.css */
  .sm\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 56128, app/assets/stylesheets/tailwind.css */
  .sm\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 56133, app/assets/stylesheets/tailwind.css */
  .sm\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 56138, app/assets/stylesheets/tailwind.css */
  .sm\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 56143, app/assets/stylesheets/tailwind.css */
  .sm\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 56148, app/assets/stylesheets/tailwind.css */
  .sm\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 56153, app/assets/stylesheets/tailwind.css */
  .sm\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 56158, app/assets/stylesheets/tailwind.css */
  .sm\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 56163, app/assets/stylesheets/tailwind.css */
  .sm\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 56168, app/assets/stylesheets/tailwind.css */
  .sm\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 56173, app/assets/stylesheets/tailwind.css */
  .sm\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 56178, app/assets/stylesheets/tailwind.css */
  .sm\:text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 56183, app/assets/stylesheets/tailwind.css */
  .sm\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 56188, app/assets/stylesheets/tailwind.css */
  .sm\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 56193, app/assets/stylesheets/tailwind.css */
  .sm\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 56198, app/assets/stylesheets/tailwind.css */
  .sm\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 56203, app/assets/stylesheets/tailwind.css */
  .sm\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 56208, app/assets/stylesheets/tailwind.css */
  .sm\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 56213, app/assets/stylesheets/tailwind.css */
  .sm\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 56218, app/assets/stylesheets/tailwind.css */
  .sm\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 56223, app/assets/stylesheets/tailwind.css */
  .sm\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 56228, app/assets/stylesheets/tailwind.css */
  .sm\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 56233, app/assets/stylesheets/tailwind.css */
  .sm\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 56238, app/assets/stylesheets/tailwind.css */
  .sm\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 56243, app/assets/stylesheets/tailwind.css */
  .sm\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 56248, app/assets/stylesheets/tailwind.css */
  .sm\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 56253, app/assets/stylesheets/tailwind.css */
  .sm\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 56258, app/assets/stylesheets/tailwind.css */
  .sm\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 56263, app/assets/stylesheets/tailwind.css */
  .sm\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 56268, app/assets/stylesheets/tailwind.css */
  .sm\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 56273, app/assets/stylesheets/tailwind.css */
  .sm\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 56278, app/assets/stylesheets/tailwind.css */
  .sm\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 56283, app/assets/stylesheets/tailwind.css */
  .sm\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 56288, app/assets/stylesheets/tailwind.css */
  .sm\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 56293, app/assets/stylesheets/tailwind.css */
  .sm\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 56298, app/assets/stylesheets/tailwind.css */
  .sm\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 56303, app/assets/stylesheets/tailwind.css */
  .sm\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 56308, app/assets/stylesheets/tailwind.css */
  .sm\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 56313, app/assets/stylesheets/tailwind.css */
  .sm\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 56318, app/assets/stylesheets/tailwind.css */
  .sm\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 56323, app/assets/stylesheets/tailwind.css */
  .sm\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 56328, app/assets/stylesheets/tailwind.css */
  .sm\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 56333, app/assets/stylesheets/tailwind.css */
  .sm\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 56338, app/assets/stylesheets/tailwind.css */
  .sm\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 56343, app/assets/stylesheets/tailwind.css */
  .sm\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 56348, app/assets/stylesheets/tailwind.css */
  .sm\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 56353, app/assets/stylesheets/tailwind.css */
  .sm\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 56358, app/assets/stylesheets/tailwind.css */
  .sm\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 56363, app/assets/stylesheets/tailwind.css */
  .sm\:text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 56368, app/assets/stylesheets/tailwind.css */
  .sm\:text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 56373, app/assets/stylesheets/tailwind.css */
  .sm\:text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 56378, app/assets/stylesheets/tailwind.css */
  .sm\:text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 56383, app/assets/stylesheets/tailwind.css */
  .sm\:text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 56388, app/assets/stylesheets/tailwind.css */
  .sm\:text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 56393, app/assets/stylesheets/tailwind.css */
  .sm\:text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 56398, app/assets/stylesheets/tailwind.css */
  .sm\:text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 56403, app/assets/stylesheets/tailwind.css */
  .sm\:text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 56408, app/assets/stylesheets/tailwind.css */
  .sm\:text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 56413, app/assets/stylesheets/tailwind.css */
  .sm\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 56418, app/assets/stylesheets/tailwind.css */
  .sm\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 56423, app/assets/stylesheets/tailwind.css */
  .sm\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 56428, app/assets/stylesheets/tailwind.css */
  .sm\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 56433, app/assets/stylesheets/tailwind.css */
  .sm\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 56438, app/assets/stylesheets/tailwind.css */
  .sm\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 56443, app/assets/stylesheets/tailwind.css */
  .sm\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 56448, app/assets/stylesheets/tailwind.css */
  .sm\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 56453, app/assets/stylesheets/tailwind.css */
  .sm\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 56458, app/assets/stylesheets/tailwind.css */
  .sm\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 56463, app/assets/stylesheets/tailwind.css */
  .sm\:text-grey {
    color: var(--grey) !important;
  }
  /* line 56467, app/assets/stylesheets/tailwind.css */
  .sm\:text-info {
    color: var(--text-info) !important;
  }
  /* line 56471, app/assets/stylesheets/tailwind.css */
  .sm\:text-warning {
    color: var(--text-warning) !important;
  }
  /* line 56475, app/assets/stylesheets/tailwind.css */
  .sm\:text-error {
    color: var(--text-error) !important;
  }
  /* line 56479, app/assets/stylesheets/tailwind.css */
  .sm\:text-primary {
    color: var(--primary) !important;
  }
  /* line 56483, app/assets/stylesheets/tailwind.css */
  .sm\:text-secondary {
    color: var(--secondary) !important;
  }
  /* line 56487, app/assets/stylesheets/tailwind.css */
  .sm\:text-primary-dark {
    color: var(--primary-dark) !important;
  }
  /* line 56491, app/assets/stylesheets/tailwind.css */
  .sm\:text-text-color {
    color: var(--text-color) !important;
  }
  /* line 56495, app/assets/stylesheets/tailwind.css */
  .sm\:text-button-outlined-hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 56499, app/assets/stylesheets/tailwind.css */
  .sm\:text-file-info {
    color: var(--file-info) !important;
  }
  /* line 56503, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent !important;
  }
  /* line 56507, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-current {
    color: currentColor !important;
  }
  /* line 56511, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-black {
    color: var(--black) !important;
  }
  /* line 56515, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-white {
    color: var(--white) !important;
  }
  /* line 56519, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 56524, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 56529, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 56534, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 56539, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 56544, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 56549, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 56554, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 56559, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 56564, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 56569, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 56574, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 56579, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 56584, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 56589, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 56594, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 56599, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 56604, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 56609, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 56614, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 56619, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 56624, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 56629, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 56634, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 56639, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 56644, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 56649, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 56654, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 56659, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 56664, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 56669, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 56674, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 56679, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 56684, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 56689, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 56694, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 56699, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 56704, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 56709, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 56714, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 56719, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 56724, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 56729, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 56734, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 56739, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 56744, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 56749, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 56754, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 56759, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 56764, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 56769, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 56774, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 56779, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 56784, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 56789, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 56794, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 56799, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 56804, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 56809, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 56814, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 56819, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 56824, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 56829, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 56834, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 56839, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 56844, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 56849, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 56854, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 56859, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 56864, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 56869, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 56874, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 56879, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 56884, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 56889, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 56894, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 56899, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 56904, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 56909, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 56914, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 56919, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-grey {
    color: var(--grey) !important;
  }
  /* line 56923, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-info {
    color: var(--text-info) !important;
  }
  /* line 56927, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-warning {
    color: var(--text-warning) !important;
  }
  /* line 56931, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-error {
    color: var(--text-error) !important;
  }
  /* line 56935, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-primary {
    color: var(--primary) !important;
  }
  /* line 56939, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-secondary {
    color: var(--secondary) !important;
  }
  /* line 56943, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-primary-dark {
    color: var(--primary-dark) !important;
  }
  /* line 56947, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-text-color {
    color: var(--text-color) !important;
  }
  /* line 56951, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-button-outlined-hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 56955, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-file-info {
    color: var(--file-info) !important;
  }
  /* line 56959, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }
  /* line 56963, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }
  /* line 56967, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-black:focus-within {
    color: var(--black) !important;
  }
  /* line 56971, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-white:focus-within {
    color: var(--white) !important;
  }
  /* line 56975, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 56980, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 56985, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 56990, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 56995, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 57000, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 57005, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 57010, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 57015, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 57020, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 57025, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 57030, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 57035, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 57040, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 57045, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 57050, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 57055, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 57060, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 57065, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 57070, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 57075, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 57080, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 57085, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 57090, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 57095, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 57100, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 57105, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 57110, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 57115, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 57120, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 57125, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 57130, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 57135, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 57140, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 57145, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 57150, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 57155, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 57160, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 57165, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 57170, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 57175, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 57180, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 57185, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 57190, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 57195, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 57200, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 57205, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 57210, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 57215, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 57220, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 57225, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 57230, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 57235, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 57240, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 57245, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 57250, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 57255, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 57260, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 57265, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 57270, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 57275, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 57280, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 57285, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 57290, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 57295, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 57300, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 57305, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 57310, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 57315, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 57320, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 57325, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 57330, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 57335, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 57340, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 57345, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 57350, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 57355, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 57360, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 57365, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 57370, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 57375, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-grey:focus-within {
    color: var(--grey) !important;
  }
  /* line 57379, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-info:focus-within {
    color: var(--text-info) !important;
  }
  /* line 57383, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-warning:focus-within {
    color: var(--text-warning) !important;
  }
  /* line 57387, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-error:focus-within {
    color: var(--text-error) !important;
  }
  /* line 57391, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-primary:focus-within {
    color: var(--primary) !important;
  }
  /* line 57395, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-secondary:focus-within {
    color: var(--secondary) !important;
  }
  /* line 57399, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-primary-dark:focus-within {
    color: var(--primary-dark) !important;
  }
  /* line 57403, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-text-color:focus-within {
    color: var(--text-color) !important;
  }
  /* line 57407, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-button-outlined-hover:focus-within {
    color: var(--button-outlined-hover) !important;
  }
  /* line 57411, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-file-info:focus-within {
    color: var(--file-info) !important;
  }
  /* line 57415, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }
  /* line 57419, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-current:hover {
    color: currentColor !important;
  }
  /* line 57423, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-black:hover {
    color: var(--black) !important;
  }
  /* line 57427, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-white:hover {
    color: var(--white) !important;
  }
  /* line 57431, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 57436, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 57441, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 57446, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 57451, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 57456, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 57461, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 57466, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 57471, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 57476, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 57481, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 57486, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 57491, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 57496, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 57501, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 57506, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 57511, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 57516, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 57521, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 57526, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 57531, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 57536, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 57541, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 57546, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 57551, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 57556, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 57561, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 57566, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 57571, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 57576, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 57581, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 57586, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 57591, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 57596, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 57601, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 57606, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 57611, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 57616, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 57621, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 57626, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 57631, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 57636, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 57641, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 57646, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 57651, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 57656, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 57661, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 57666, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 57671, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 57676, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 57681, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 57686, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 57691, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 57696, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 57701, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 57706, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 57711, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 57716, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 57721, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 57726, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 57731, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 57736, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 57741, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 57746, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 57751, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 57756, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 57761, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 57766, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 57771, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 57776, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 57781, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 57786, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 57791, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 57796, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 57801, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 57806, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 57811, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 57816, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 57821, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 57826, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 57831, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-grey:hover {
    color: var(--grey) !important;
  }
  /* line 57835, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-info:hover {
    color: var(--text-info) !important;
  }
  /* line 57839, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-warning:hover {
    color: var(--text-warning) !important;
  }
  /* line 57843, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-error:hover {
    color: var(--text-error) !important;
  }
  /* line 57847, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-primary:hover {
    color: var(--primary) !important;
  }
  /* line 57851, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-secondary:hover {
    color: var(--secondary) !important;
  }
  /* line 57855, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-primary-dark:hover {
    color: var(--primary-dark) !important;
  }
  /* line 57859, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-text-color:hover {
    color: var(--text-color) !important;
  }
  /* line 57863, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-button-outlined-hover:hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 57867, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-file-info:hover {
    color: var(--file-info) !important;
  }
  /* line 57871, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-transparent:focus {
    color: transparent !important;
  }
  /* line 57875, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-current:focus {
    color: currentColor !important;
  }
  /* line 57879, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-black:focus {
    color: var(--black) !important;
  }
  /* line 57883, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-white:focus {
    color: var(--white) !important;
  }
  /* line 57887, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 57892, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 57897, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 57902, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 57907, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 57912, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 57917, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 57922, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 57927, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 57932, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 57937, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 57942, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 57947, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 57952, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 57957, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 57962, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 57967, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 57972, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 57977, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 57982, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 57987, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 57992, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 57997, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 58002, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 58007, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 58012, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 58017, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 58022, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 58027, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 58032, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 58037, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 58042, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 58047, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 58052, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 58057, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 58062, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 58067, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 58072, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 58077, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 58082, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 58087, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 58092, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 58097, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 58102, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 58107, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 58112, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 58117, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 58122, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 58127, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 58132, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 58137, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 58142, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 58147, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 58152, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 58157, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 58162, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 58167, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 58172, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 58177, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 58182, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 58187, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 58192, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 58197, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 58202, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 58207, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 58212, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 58217, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 58222, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 58227, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 58232, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 58237, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 58242, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 58247, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 58252, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 58257, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 58262, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 58267, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 58272, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 58277, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 58282, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 58287, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-grey:focus {
    color: var(--grey) !important;
  }
  /* line 58291, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-info:focus {
    color: var(--text-info) !important;
  }
  /* line 58295, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-warning:focus {
    color: var(--text-warning) !important;
  }
  /* line 58299, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-error:focus {
    color: var(--text-error) !important;
  }
  /* line 58303, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-primary:focus {
    color: var(--primary) !important;
  }
  /* line 58307, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-secondary:focus {
    color: var(--secondary) !important;
  }
  /* line 58311, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-primary-dark:focus {
    color: var(--primary-dark) !important;
  }
  /* line 58315, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-text-color:focus {
    color: var(--text-color) !important;
  }
  /* line 58319, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-button-outlined-hover:focus {
    color: var(--button-outlined-hover) !important;
  }
  /* line 58323, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-file-info:focus {
    color: var(--file-info) !important;
  }
  /* line 58327, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }
  /* line 58331, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 58335, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 58339, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 58343, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 58347, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 58351, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 58355, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 58359, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 58363, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 58367, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 58371, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 58375, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 58379, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 58383, app/assets/stylesheets/tailwind.css */
  .sm\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }
  /* line 58387, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }
  /* line 58391, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 58395, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 58399, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 58403, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 58407, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 58411, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 58415, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 58419, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 58423, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 58427, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 58431, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 58435, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 58439, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 58443, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }
  /* line 58447, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }
  /* line 58451, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 58455, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 58459, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 58463, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 58467, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 58471, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 58475, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 58479, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 58483, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 58487, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 58491, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 58495, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 58499, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 58503, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }
  /* line 58507, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }
  /* line 58511, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 58515, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 58519, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 58523, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 58527, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 58531, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 58535, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 58539, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 58543, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 58547, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 58551, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 58555, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 58559, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 58563, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }
  /* line 58567, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }
  /* line 58571, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 58575, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 58579, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 58583, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 58587, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 58591, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 58595, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 58599, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 58603, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 58607, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 58611, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 58615, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 58619, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 58623, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }
  /* line 58627, app/assets/stylesheets/tailwind.css */
  .sm\:underline {
    text-decoration: underline !important;
  }
  /* line 58631, app/assets/stylesheets/tailwind.css */
  .sm\:line-through {
    text-decoration: line-through !important;
  }
  /* line 58635, app/assets/stylesheets/tailwind.css */
  .sm\:no-underline {
    text-decoration: none !important;
  }
  /* line 58639, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline !important;
  }
  /* line 58643, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through !important;
  }
  /* line 58647, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none !important;
  }
  /* line 58651, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }
  /* line 58655, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }
  /* line 58659, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }
  /* line 58663, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }
  /* line 58667, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
  /* line 58671, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
  /* line 58675, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:underline:focus {
    text-decoration: underline !important;
  }
  /* line 58679, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }
  /* line 58683, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:no-underline:focus {
    text-decoration: none !important;
  }
  /* line 58687, app/assets/stylesheets/tailwind.css */
  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }
  /* line 58692, app/assets/stylesheets/tailwind.css */
  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }
  /* line 58697, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }
  /* line 58701, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }
  /* line 58705, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-transparent::placeholder {
    color: transparent !important;
  }
  /* line 58709, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }
  /* line 58713, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }
  /* line 58717, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-current::placeholder {
    color: currentColor !important;
  }
  /* line 58721, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-black::-moz-placeholder {
    color: var(--black) !important;
  }
  /* line 58725, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-black:-ms-input-placeholder {
    color: var(--black) !important;
  }
  /* line 58729, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-black::placeholder {
    color: var(--black) !important;
  }
  /* line 58733, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-white::-moz-placeholder {
    color: var(--white) !important;
  }
  /* line 58737, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-white:-ms-input-placeholder {
    color: var(--white) !important;
  }
  /* line 58741, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-white::placeholder {
    color: var(--white) !important;
  }
  /* line 58745, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58750, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58755, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58760, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58765, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58770, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58775, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58780, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58785, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58790, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58795, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58800, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58805, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58810, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58815, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58820, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58825, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58830, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58835, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58840, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58845, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58850, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58855, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58860, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58865, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58870, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58875, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58880, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58885, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58890, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58895, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58900, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58905, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58910, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58915, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58920, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58925, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58930, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58935, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58940, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58945, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58950, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58955, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58960, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58965, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58970, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58975, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58980, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58985, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58990, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 58995, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59000, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59005, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59010, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59015, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59020, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59025, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59030, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59035, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59040, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59045, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59050, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59055, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59060, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59065, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59070, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59075, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59080, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59085, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59090, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59095, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59100, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59105, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59110, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59115, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59120, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59125, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59130, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59135, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59140, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59145, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59150, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59155, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59160, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59165, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59170, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59175, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59180, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59185, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59190, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59195, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59200, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59205, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59210, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59215, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59220, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59225, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59230, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59235, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59240, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59245, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59250, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59255, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59260, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59265, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59270, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59275, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59280, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59285, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59290, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59295, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59300, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59305, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59310, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59315, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59320, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59325, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59330, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59335, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59340, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59345, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59350, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59355, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59360, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59365, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59370, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59375, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59380, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59385, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59390, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59395, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59400, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59405, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59410, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59415, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59420, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59425, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59430, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59435, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59440, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59445, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59450, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59455, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59460, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59465, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59470, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59475, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59480, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59485, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59490, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59495, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59500, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59505, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59510, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59515, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59520, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59525, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59530, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59535, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59540, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59545, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59550, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59555, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59560, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59565, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59570, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59575, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59580, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59585, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59590, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59595, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59600, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59605, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59610, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59615, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59620, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59625, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59630, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59635, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59640, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59645, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59650, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59655, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59660, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59665, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59670, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59675, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59680, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59685, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59690, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59695, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59700, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59705, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59710, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59715, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59720, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59725, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59730, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59735, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59740, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59745, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59750, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59755, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59760, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59765, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59770, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59775, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59780, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59785, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59790, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59795, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59800, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59805, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59810, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59815, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59820, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59825, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59830, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59835, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59840, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59845, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59850, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59855, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59860, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59865, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59870, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59875, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59880, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59885, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59890, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59895, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59900, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59905, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59910, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59915, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59920, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59925, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59930, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59935, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59940, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 59945, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-grey::-moz-placeholder {
    color: var(--grey) !important;
  }
  /* line 59949, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-grey:-ms-input-placeholder {
    color: var(--grey) !important;
  }
  /* line 59953, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-grey::placeholder {
    color: var(--grey) !important;
  }
  /* line 59957, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-info::-moz-placeholder {
    color: var(--text-info) !important;
  }
  /* line 59961, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-info:-ms-input-placeholder {
    color: var(--text-info) !important;
  }
  /* line 59965, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-info::placeholder {
    color: var(--text-info) !important;
  }
  /* line 59969, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-warning::-moz-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 59973, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-warning:-ms-input-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 59977, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-warning::placeholder {
    color: var(--text-warning) !important;
  }
  /* line 59981, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-error::-moz-placeholder {
    color: var(--text-error) !important;
  }
  /* line 59985, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-error:-ms-input-placeholder {
    color: var(--text-error) !important;
  }
  /* line 59989, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-error::placeholder {
    color: var(--text-error) !important;
  }
  /* line 59993, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-primary::-moz-placeholder {
    color: var(--primary) !important;
  }
  /* line 59997, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-primary:-ms-input-placeholder {
    color: var(--primary) !important;
  }
  /* line 60001, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-primary::placeholder {
    color: var(--primary) !important;
  }
  /* line 60005, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-secondary::-moz-placeholder {
    color: var(--secondary) !important;
  }
  /* line 60009, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-secondary:-ms-input-placeholder {
    color: var(--secondary) !important;
  }
  /* line 60013, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-secondary::placeholder {
    color: var(--secondary) !important;
  }
  /* line 60017, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-primary-dark::-moz-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 60021, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-primary-dark:-ms-input-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 60025, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-primary-dark::placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 60029, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-text-color::-moz-placeholder {
    color: var(--text-color) !important;
  }
  /* line 60033, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-text-color:-ms-input-placeholder {
    color: var(--text-color) !important;
  }
  /* line 60037, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-text-color::placeholder {
    color: var(--text-color) !important;
  }
  /* line 60041, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-button-outlined-hover::-moz-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 60045, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-button-outlined-hover:-ms-input-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 60049, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-button-outlined-hover::placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 60053, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-file-info::-moz-placeholder {
    color: var(--file-info) !important;
  }
  /* line 60057, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-file-info:-ms-input-placeholder {
    color: var(--file-info) !important;
  }
  /* line 60061, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-file-info::placeholder {
    color: var(--file-info) !important;
  }
  /* line 60065, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }
  /* line 60069, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }
  /* line 60073, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }
  /* line 60077, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }
  /* line 60081, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }
  /* line 60085, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }
  /* line 60089, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    color: var(--black) !important;
  }
  /* line 60093, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: var(--black) !important;
  }
  /* line 60097, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-black:focus::placeholder {
    color: var(--black) !important;
  }
  /* line 60101, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    color: var(--white) !important;
  }
  /* line 60105, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: var(--white) !important;
  }
  /* line 60109, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-white:focus::placeholder {
    color: var(--white) !important;
  }
  /* line 60113, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60118, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60123, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60128, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60133, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60138, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60143, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60148, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60153, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60158, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60163, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60168, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60173, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60178, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60183, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60188, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60193, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60198, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60203, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60208, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60213, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60218, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60223, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60228, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60233, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60238, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60243, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60248, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60253, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60258, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60263, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60268, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60273, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60278, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60283, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60288, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60293, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60298, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60303, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60308, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60313, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60318, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60323, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60328, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60333, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60338, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60343, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60348, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60353, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60358, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60363, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60368, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60373, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60378, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60383, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60388, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60393, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60398, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60403, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60408, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60413, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60418, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60423, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60428, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60433, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60438, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60443, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60448, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60453, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60458, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60463, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60468, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60473, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60478, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60483, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60488, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60493, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60498, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60503, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60508, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60513, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60518, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60523, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60528, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60533, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60538, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60543, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60548, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60553, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60558, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60563, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60568, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60573, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60578, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60583, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60588, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60593, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60598, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60603, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60608, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60613, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60618, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60623, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60628, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60633, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60638, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60643, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60648, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60653, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60658, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60663, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60668, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60673, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60678, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60683, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60688, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60693, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60698, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60703, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60708, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60713, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60718, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60723, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60728, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60733, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60738, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60743, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60748, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60753, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60758, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60763, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60768, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60773, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60778, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60783, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60788, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60793, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60798, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60803, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60808, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60813, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60818, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60823, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60828, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60833, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60838, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60843, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60848, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60853, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60858, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60863, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60868, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60873, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60878, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60883, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60888, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60893, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60898, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60903, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60908, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60913, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60918, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60923, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60928, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60933, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60938, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60943, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60948, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60953, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60958, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60963, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60968, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60973, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60978, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60983, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60988, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60993, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 60998, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61003, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61008, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61013, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61018, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61023, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61028, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61033, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61038, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61043, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61048, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61053, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61058, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61063, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61068, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61073, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61078, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61083, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61088, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61093, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61098, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61103, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61108, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61113, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61118, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61123, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61128, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61133, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61138, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61143, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61148, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61153, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61158, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61163, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61168, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61173, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61178, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61183, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61188, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61193, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61198, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61203, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61208, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61213, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61218, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61223, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61228, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61233, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61238, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61243, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61248, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61253, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61258, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61263, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61268, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61273, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61278, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61283, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61288, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61293, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61298, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61303, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61308, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 61313, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-grey:focus::-moz-placeholder {
    color: var(--grey) !important;
  }
  /* line 61317, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    color: var(--grey) !important;
  }
  /* line 61321, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-grey:focus::placeholder {
    color: var(--grey) !important;
  }
  /* line 61325, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-info:focus::-moz-placeholder {
    color: var(--text-info) !important;
  }
  /* line 61329, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-info:focus:-ms-input-placeholder {
    color: var(--text-info) !important;
  }
  /* line 61333, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-info:focus::placeholder {
    color: var(--text-info) !important;
  }
  /* line 61337, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-warning:focus::-moz-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 61341, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-warning:focus:-ms-input-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 61345, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-warning:focus::placeholder {
    color: var(--text-warning) !important;
  }
  /* line 61349, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-error:focus::-moz-placeholder {
    color: var(--text-error) !important;
  }
  /* line 61353, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-error:focus:-ms-input-placeholder {
    color: var(--text-error) !important;
  }
  /* line 61357, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-error:focus::placeholder {
    color: var(--text-error) !important;
  }
  /* line 61361, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-primary:focus::-moz-placeholder {
    color: var(--primary) !important;
  }
  /* line 61365, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: var(--primary) !important;
  }
  /* line 61369, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-primary:focus::placeholder {
    color: var(--primary) !important;
  }
  /* line 61373, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-secondary:focus::-moz-placeholder {
    color: var(--secondary) !important;
  }
  /* line 61377, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    color: var(--secondary) !important;
  }
  /* line 61381, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-secondary:focus::placeholder {
    color: var(--secondary) !important;
  }
  /* line 61385, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-primary-dark:focus::-moz-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 61389, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 61393, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-primary-dark:focus::placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 61397, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-text-color:focus::-moz-placeholder {
    color: var(--text-color) !important;
  }
  /* line 61401, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-text-color:focus:-ms-input-placeholder {
    color: var(--text-color) !important;
  }
  /* line 61405, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-text-color:focus::placeholder {
    color: var(--text-color) !important;
  }
  /* line 61409, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-button-outlined-hover:focus::-moz-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 61413, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-button-outlined-hover:focus:-ms-input-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 61417, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-button-outlined-hover:focus::placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 61421, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-file-info:focus::-moz-placeholder {
    color: var(--file-info) !important;
  }
  /* line 61425, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-file-info:focus:-ms-input-placeholder {
    color: var(--file-info) !important;
  }
  /* line 61429, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-file-info:focus::placeholder {
    color: var(--file-info) !important;
  }
  /* line 61433, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 61437, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 61441, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 61445, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 61449, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 61453, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 61457, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 61461, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 61465, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 61469, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 61473, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 61477, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 61481, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 61485, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 61489, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 61493, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 61497, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 61501, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 61505, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 61509, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 61513, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 61517, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 61521, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 61525, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 61529, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 61533, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 61537, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 61541, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 61545, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 61549, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 61553, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 61557, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 61561, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 61565, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 61569, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 61573, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 61577, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 61581, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 61585, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 61589, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 61593, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 61597, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 61601, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 61605, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 61609, app/assets/stylesheets/tailwind.css */
  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 61613, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 61617, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 61621, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 61625, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 61629, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 61633, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 61637, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 61641, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 61645, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 61649, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 61653, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 61657, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 61661, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 61665, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 61669, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 61673, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 61677, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 61681, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 61685, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 61689, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 61693, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 61697, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 61701, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 61705, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 61709, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 61713, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 61717, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 61721, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 61725, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 61729, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 61733, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 61737, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 61741, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 61745, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 61749, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 61753, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 61757, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 61761, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 61765, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 61769, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 61773, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 61777, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 61781, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 61785, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 61789, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 61793, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-0 {
    opacity: 0 !important;
  }
  /* line 61797, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-5 {
    opacity: 0.05 !important;
  }
  /* line 61801, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-10 {
    opacity: 0.1 !important;
  }
  /* line 61805, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-20 {
    opacity: 0.2 !important;
  }
  /* line 61809, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-25 {
    opacity: 0.25 !important;
  }
  /* line 61813, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-30 {
    opacity: 0.3 !important;
  }
  /* line 61817, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-40 {
    opacity: 0.4 !important;
  }
  /* line 61821, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-50 {
    opacity: 0.5 !important;
  }
  /* line 61825, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-60 {
    opacity: 0.6 !important;
  }
  /* line 61829, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-70 {
    opacity: 0.7 !important;
  }
  /* line 61833, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-75 {
    opacity: 0.75 !important;
  }
  /* line 61837, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-80 {
    opacity: 0.8 !important;
  }
  /* line 61841, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-90 {
    opacity: 0.9 !important;
  }
  /* line 61845, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-95 {
    opacity: 0.95 !important;
  }
  /* line 61849, app/assets/stylesheets/tailwind.css */
  .sm\:opacity-100 {
    opacity: 1 !important;
  }
  /* line 61853, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }
  /* line 61857, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }
  /* line 61861, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }
  /* line 61865, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }
  /* line 61869, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }
  /* line 61873, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }
  /* line 61877, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }
  /* line 61881, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }
  /* line 61885, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }
  /* line 61889, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }
  /* line 61893, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }
  /* line 61897, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }
  /* line 61901, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }
  /* line 61905, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }
  /* line 61909, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }
  /* line 61913, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }
  /* line 61917, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }
  /* line 61921, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }
  /* line 61925, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }
  /* line 61929, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }
  /* line 61933, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }
  /* line 61937, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }
  /* line 61941, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }
  /* line 61945, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }
  /* line 61949, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }
  /* line 61953, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }
  /* line 61957, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }
  /* line 61961, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }
  /* line 61965, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }
  /* line 61969, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }
  /* line 61973, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  /* line 61977, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  /* line 61981, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  /* line 61985, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  /* line 61989, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  /* line 61993, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  /* line 61997, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  /* line 62001, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  /* line 62005, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  /* line 62009, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  /* line 62013, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  /* line 62017, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  /* line 62021, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  /* line 62025, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  /* line 62029, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  /* line 62033, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }
  /* line 62037, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }
  /* line 62041, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }
  /* line 62045, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }
  /* line 62049, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }
  /* line 62053, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }
  /* line 62057, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }
  /* line 62061, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }
  /* line 62065, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }
  /* line 62069, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }
  /* line 62073, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }
  /* line 62077, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }
  /* line 62081, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }
  /* line 62085, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }
  /* line 62089, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }
  /* line 62093, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-normal {
    background-blend-mode: normal !important;
  }
  /* line 62097, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }
  /* line 62101, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-screen {
    background-blend-mode: screen !important;
  }
  /* line 62105, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }
  /* line 62109, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-darken {
    background-blend-mode: darken !important;
  }
  /* line 62113, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }
  /* line 62117, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }
  /* line 62121, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }
  /* line 62125, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }
  /* line 62129, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }
  /* line 62133, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-difference {
    background-blend-mode: difference !important;
  }
  /* line 62137, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }
  /* line 62141, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-hue {
    background-blend-mode: hue !important;
  }
  /* line 62145, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }
  /* line 62149, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-color {
    background-blend-mode: color !important;
  }
  /* line 62153, app/assets/stylesheets/tailwind.css */
  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }
  /* line 62157, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }
  /* line 62161, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }
  /* line 62165, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }
  /* line 62169, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }
  /* line 62173, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }
  /* line 62177, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }
  /* line 62181, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }
  /* line 62185, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }
  /* line 62189, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }
  /* line 62193, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }
  /* line 62197, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }
  /* line 62201, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }
  /* line 62205, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }
  /* line 62209, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }
  /* line 62213, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-color {
    mix-blend-mode: color !important;
  }
  /* line 62217, app/assets/stylesheets/tailwind.css */
  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }
  /* line 62221, app/assets/stylesheets/tailwind.css */
  .sm\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62226, app/assets/stylesheets/tailwind.css */
  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62231, app/assets/stylesheets/tailwind.css */
  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62236, app/assets/stylesheets/tailwind.css */
  .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62241, app/assets/stylesheets/tailwind.css */
  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62246, app/assets/stylesheets/tailwind.css */
  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62251, app/assets/stylesheets/tailwind.css */
  .sm\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62256, app/assets/stylesheets/tailwind.css */
  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62261, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62266, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62271, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62276, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62281, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62286, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62291, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62296, app/assets/stylesheets/tailwind.css */
  .group:hover .sm\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62301, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62306, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62311, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62316, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62321, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62326, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62331, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62336, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62341, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62346, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62351, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62356, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62361, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62366, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62371, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62376, app/assets/stylesheets/tailwind.css */
  .sm\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62381, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62386, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62391, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62396, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62401, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62406, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62411, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62416, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 62421, app/assets/stylesheets/tailwind.css */
  .sm\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 62426, app/assets/stylesheets/tailwind.css */
  .sm\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 62431, app/assets/stylesheets/tailwind.css */
  .sm\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 62436, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 62441, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 62446, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 62451, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 62456, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 62461, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 62466, app/assets/stylesheets/tailwind.css */
  .sm\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62472, app/assets/stylesheets/tailwind.css */
  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62478, app/assets/stylesheets/tailwind.css */
  .sm\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62484, app/assets/stylesheets/tailwind.css */
  .sm\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62490, app/assets/stylesheets/tailwind.css */
  .sm\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62496, app/assets/stylesheets/tailwind.css */
  .sm\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62502, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62508, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62514, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62520, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62526, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62532, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62538, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62544, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62550, app/assets/stylesheets/tailwind.css */
  .sm\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62556, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62562, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62568, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 62574, app/assets/stylesheets/tailwind.css */
  .sm\:ring-inset {
    --tw-ring-inset: inset !important;
  }
  /* line 62578, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }
  /* line 62582, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }
  /* line 62586, app/assets/stylesheets/tailwind.css */
  .sm\:ring-transparent {
    --tw-ring-color: transparent !important;
  }
  /* line 62590, app/assets/stylesheets/tailwind.css */
  .sm\:ring-current {
    --tw-ring-color: currentColor !important;
  }
  /* line 62594, app/assets/stylesheets/tailwind.css */
  .sm\:ring-black {
    --tw-ring-color: var(--black) !important;
  }
  /* line 62598, app/assets/stylesheets/tailwind.css */
  .sm\:ring-white {
    --tw-ring-color: var(--white) !important;
  }
  /* line 62602, app/assets/stylesheets/tailwind.css */
  .sm\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 62607, app/assets/stylesheets/tailwind.css */
  .sm\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 62612, app/assets/stylesheets/tailwind.css */
  .sm\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 62617, app/assets/stylesheets/tailwind.css */
  .sm\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 62622, app/assets/stylesheets/tailwind.css */
  .sm\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 62627, app/assets/stylesheets/tailwind.css */
  .sm\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 62632, app/assets/stylesheets/tailwind.css */
  .sm\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 62637, app/assets/stylesheets/tailwind.css */
  .sm\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 62642, app/assets/stylesheets/tailwind.css */
  .sm\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 62647, app/assets/stylesheets/tailwind.css */
  .sm\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 62652, app/assets/stylesheets/tailwind.css */
  .sm\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 62657, app/assets/stylesheets/tailwind.css */
  .sm\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 62662, app/assets/stylesheets/tailwind.css */
  .sm\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 62667, app/assets/stylesheets/tailwind.css */
  .sm\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 62672, app/assets/stylesheets/tailwind.css */
  .sm\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 62677, app/assets/stylesheets/tailwind.css */
  .sm\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 62682, app/assets/stylesheets/tailwind.css */
  .sm\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 62687, app/assets/stylesheets/tailwind.css */
  .sm\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 62692, app/assets/stylesheets/tailwind.css */
  .sm\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 62697, app/assets/stylesheets/tailwind.css */
  .sm\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 62702, app/assets/stylesheets/tailwind.css */
  .sm\:ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 62707, app/assets/stylesheets/tailwind.css */
  .sm\:ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 62712, app/assets/stylesheets/tailwind.css */
  .sm\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 62717, app/assets/stylesheets/tailwind.css */
  .sm\:ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 62722, app/assets/stylesheets/tailwind.css */
  .sm\:ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 62727, app/assets/stylesheets/tailwind.css */
  .sm\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 62732, app/assets/stylesheets/tailwind.css */
  .sm\:ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 62737, app/assets/stylesheets/tailwind.css */
  .sm\:ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 62742, app/assets/stylesheets/tailwind.css */
  .sm\:ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 62747, app/assets/stylesheets/tailwind.css */
  .sm\:ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 62752, app/assets/stylesheets/tailwind.css */
  .sm\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 62757, app/assets/stylesheets/tailwind.css */
  .sm\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 62762, app/assets/stylesheets/tailwind.css */
  .sm\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 62767, app/assets/stylesheets/tailwind.css */
  .sm\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 62772, app/assets/stylesheets/tailwind.css */
  .sm\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 62777, app/assets/stylesheets/tailwind.css */
  .sm\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 62782, app/assets/stylesheets/tailwind.css */
  .sm\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 62787, app/assets/stylesheets/tailwind.css */
  .sm\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 62792, app/assets/stylesheets/tailwind.css */
  .sm\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 62797, app/assets/stylesheets/tailwind.css */
  .sm\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 62802, app/assets/stylesheets/tailwind.css */
  .sm\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 62807, app/assets/stylesheets/tailwind.css */
  .sm\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 62812, app/assets/stylesheets/tailwind.css */
  .sm\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 62817, app/assets/stylesheets/tailwind.css */
  .sm\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 62822, app/assets/stylesheets/tailwind.css */
  .sm\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 62827, app/assets/stylesheets/tailwind.css */
  .sm\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 62832, app/assets/stylesheets/tailwind.css */
  .sm\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 62837, app/assets/stylesheets/tailwind.css */
  .sm\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 62842, app/assets/stylesheets/tailwind.css */
  .sm\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 62847, app/assets/stylesheets/tailwind.css */
  .sm\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 62852, app/assets/stylesheets/tailwind.css */
  .sm\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 62857, app/assets/stylesheets/tailwind.css */
  .sm\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 62862, app/assets/stylesheets/tailwind.css */
  .sm\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 62867, app/assets/stylesheets/tailwind.css */
  .sm\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 62872, app/assets/stylesheets/tailwind.css */
  .sm\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 62877, app/assets/stylesheets/tailwind.css */
  .sm\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 62882, app/assets/stylesheets/tailwind.css */
  .sm\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 62887, app/assets/stylesheets/tailwind.css */
  .sm\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 62892, app/assets/stylesheets/tailwind.css */
  .sm\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 62897, app/assets/stylesheets/tailwind.css */
  .sm\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 62902, app/assets/stylesheets/tailwind.css */
  .sm\:ring-purple-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 62907, app/assets/stylesheets/tailwind.css */
  .sm\:ring-purple-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 62912, app/assets/stylesheets/tailwind.css */
  .sm\:ring-purple-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 62917, app/assets/stylesheets/tailwind.css */
  .sm\:ring-purple-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 62922, app/assets/stylesheets/tailwind.css */
  .sm\:ring-purple-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 62927, app/assets/stylesheets/tailwind.css */
  .sm\:ring-purple-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 62932, app/assets/stylesheets/tailwind.css */
  .sm\:ring-purple-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 62937, app/assets/stylesheets/tailwind.css */
  .sm\:ring-purple-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 62942, app/assets/stylesheets/tailwind.css */
  .sm\:ring-purple-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 62947, app/assets/stylesheets/tailwind.css */
  .sm\:ring-purple-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 62952, app/assets/stylesheets/tailwind.css */
  .sm\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 62957, app/assets/stylesheets/tailwind.css */
  .sm\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 62962, app/assets/stylesheets/tailwind.css */
  .sm\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 62967, app/assets/stylesheets/tailwind.css */
  .sm\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 62972, app/assets/stylesheets/tailwind.css */
  .sm\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 62977, app/assets/stylesheets/tailwind.css */
  .sm\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 62982, app/assets/stylesheets/tailwind.css */
  .sm\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 62987, app/assets/stylesheets/tailwind.css */
  .sm\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 62992, app/assets/stylesheets/tailwind.css */
  .sm\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 62997, app/assets/stylesheets/tailwind.css */
  .sm\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 63002, app/assets/stylesheets/tailwind.css */
  .sm\:ring-grey {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 63006, app/assets/stylesheets/tailwind.css */
  .sm\:ring-info {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 63010, app/assets/stylesheets/tailwind.css */
  .sm\:ring-warning {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 63014, app/assets/stylesheets/tailwind.css */
  .sm\:ring-error {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 63018, app/assets/stylesheets/tailwind.css */
  .sm\:ring-primary {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 63022, app/assets/stylesheets/tailwind.css */
  .sm\:ring-secondary {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 63026, app/assets/stylesheets/tailwind.css */
  .sm\:ring-primary-dark {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 63030, app/assets/stylesheets/tailwind.css */
  .sm\:ring-text-color {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 63034, app/assets/stylesheets/tailwind.css */
  .sm\:ring-button-outlined-hover {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 63038, app/assets/stylesheets/tailwind.css */
  .sm\:ring-file-info {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 63042, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }
  /* line 63046, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }
  /* line 63050, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-color: var(--black) !important;
  }
  /* line 63054, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-white:focus-within {
    --tw-ring-color: var(--white) !important;
  }
  /* line 63058, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 63063, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 63068, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 63073, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 63078, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 63083, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 63088, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 63093, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 63098, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 63103, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 63108, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 63113, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 63118, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 63123, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 63128, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 63133, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 63138, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 63143, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 63148, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 63153, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 63158, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 63163, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 63168, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 63173, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 63178, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 63183, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 63188, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 63193, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 63198, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 63203, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 63208, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 63213, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 63218, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 63223, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 63228, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 63233, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 63238, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 63243, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 63248, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 63253, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 63258, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 63263, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 63268, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 63273, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 63278, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 63283, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 63288, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 63293, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 63298, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 63303, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 63308, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 63313, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 63318, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 63323, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 63328, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 63333, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 63338, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 63343, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 63348, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 63353, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 63358, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 63363, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 63368, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 63373, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 63378, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 63383, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 63388, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 63393, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 63398, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 63403, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 63408, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 63413, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 63418, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 63423, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 63428, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 63433, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 63438, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 63443, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 63448, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 63453, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 63458, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-grey:focus-within {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 63462, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-info:focus-within {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 63466, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-warning:focus-within {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 63470, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-error:focus-within {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 63474, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-primary:focus-within {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 63478, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-secondary:focus-within {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 63482, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-primary-dark:focus-within {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 63486, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-text-color:focus-within {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 63490, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-button-outlined-hover:focus-within {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 63494, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-file-info:focus-within {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 63498, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }
  /* line 63502, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }
  /* line 63506, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-black:focus {
    --tw-ring-color: var(--black) !important;
  }
  /* line 63510, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-white:focus {
    --tw-ring-color: var(--white) !important;
  }
  /* line 63514, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 63519, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 63524, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 63529, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 63534, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 63539, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 63544, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 63549, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 63554, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 63559, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 63564, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 63569, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 63574, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 63579, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 63584, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 63589, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 63594, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 63599, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 63604, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 63609, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 63614, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 63619, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 63624, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 63629, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 63634, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 63639, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 63644, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 63649, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 63654, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 63659, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 63664, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 63669, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 63674, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 63679, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 63684, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 63689, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 63694, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 63699, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 63704, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 63709, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 63714, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 63719, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 63724, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 63729, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 63734, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 63739, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 63744, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 63749, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 63754, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 63759, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 63764, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 63769, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 63774, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 63779, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 63784, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 63789, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 63794, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 63799, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 63804, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 63809, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 63814, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 63819, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 63824, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 63829, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 63834, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 63839, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 63844, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 63849, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 63854, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 63859, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 63864, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 63869, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 63874, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 63879, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 63884, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 63889, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 63894, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 63899, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 63904, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 63909, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 63914, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-grey:focus {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 63918, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-info:focus {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 63922, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-warning:focus {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 63926, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-error:focus {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 63930, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-primary:focus {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 63934, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-secondary:focus {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 63938, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-primary-dark:focus {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 63942, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-text-color:focus {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 63946, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-button-outlined-hover:focus {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 63950, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-file-info:focus {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 63954, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }
  /* line 63958, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 63962, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 63966, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 63970, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 63974, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 63978, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 63982, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 63986, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 63990, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 63994, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 63998, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 64002, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 64006, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 64010, app/assets/stylesheets/tailwind.css */
  .sm\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }
  /* line 64014, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }
  /* line 64018, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 64022, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 64026, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 64030, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 64034, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 64038, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 64042, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 64046, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 64050, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 64054, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 64058, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 64062, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 64066, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 64070, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }
  /* line 64074, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }
  /* line 64078, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 64082, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 64086, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 64090, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 64094, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 64098, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 64102, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 64106, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 64110, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 64114, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 64118, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 64122, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 64126, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 64130, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }
  /* line 64134, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 64138, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 64142, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 64146, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 64150, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 64154, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 64158, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 64162, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 64166, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 64170, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 64174, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 64178, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 64182, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 64186, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 64190, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 64194, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 64198, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 64202, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-black {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 64206, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-white {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 64210, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 64214, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 64218, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 64222, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 64226, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 64230, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 64234, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 64238, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 64242, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 64246, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 64250, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 64254, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 64258, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 64262, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 64266, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 64270, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 64274, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 64278, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 64282, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 64286, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 64290, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 64294, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 64298, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 64302, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 64306, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 64310, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 64314, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 64318, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 64322, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 64326, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 64330, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 64334, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 64338, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 64342, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 64346, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 64350, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 64354, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 64358, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 64362, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 64366, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 64370, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 64374, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 64378, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 64382, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 64386, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 64390, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 64394, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 64398, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 64402, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 64406, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 64410, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 64414, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 64418, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 64422, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 64426, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 64430, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 64434, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 64438, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 64442, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 64446, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 64450, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 64454, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 64458, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 64462, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 64466, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 64470, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 64474, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 64478, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 64482, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 64486, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 64490, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 64494, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 64498, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 64502, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 64506, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 64510, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 64514, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 64518, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 64522, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 64526, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 64530, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-grey {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 64534, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-info {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 64538, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-warning {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 64542, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-error {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 64546, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-primary {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 64550, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-secondary {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 64554, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-primary-dark {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 64558, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-text-color {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 64562, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-button-outlined-hover {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 64566, app/assets/stylesheets/tailwind.css */
  .sm\:ring-offset-file-info {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 64570, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 64574, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 64578, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 64582, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 64586, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 64590, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 64594, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 64598, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 64602, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 64606, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 64610, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 64614, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 64618, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 64622, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 64626, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 64630, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 64634, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 64638, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 64642, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 64646, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 64650, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 64654, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 64658, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 64662, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 64666, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 64670, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 64674, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 64678, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 64682, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 64686, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 64690, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 64694, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 64698, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 64702, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 64706, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 64710, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 64714, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 64718, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 64722, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 64726, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 64730, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 64734, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 64738, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 64742, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 64746, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 64750, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 64754, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 64758, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 64762, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 64766, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 64770, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 64774, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 64778, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 64782, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 64786, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 64790, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 64794, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 64798, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 64802, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 64806, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 64810, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 64814, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 64818, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 64822, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 64826, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 64830, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 64834, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 64838, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 64842, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 64846, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 64850, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 64854, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 64858, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 64862, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 64866, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 64870, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 64874, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 64878, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 64882, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 64886, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 64890, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 64894, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 64898, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 64902, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 64906, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 64910, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 64914, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 64918, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 64922, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 64926, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 64930, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-primary-dark:focus-within {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 64934, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-text-color:focus-within {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 64938, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-button-outlined-hover:focus-within {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 64942, app/assets/stylesheets/tailwind.css */
  .sm\:focus-within\:ring-offset-file-info:focus-within {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 64946, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 64950, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 64954, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 64958, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 64962, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 64966, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 64970, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 64974, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 64978, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 64982, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 64986, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 64990, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 64994, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 64998, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 65002, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 65006, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 65010, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 65014, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 65018, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 65022, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 65026, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 65030, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 65034, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 65038, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 65042, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 65046, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 65050, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 65054, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 65058, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 65062, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 65066, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 65070, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 65074, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 65078, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 65082, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 65086, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 65090, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 65094, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 65098, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 65102, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 65106, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 65110, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 65114, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 65118, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 65122, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 65126, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 65130, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 65134, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 65138, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 65142, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 65146, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 65150, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 65154, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 65158, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 65162, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 65166, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 65170, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 65174, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 65178, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 65182, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 65186, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 65190, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 65194, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 65198, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 65202, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 65206, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 65210, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 65214, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 65218, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 65222, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 65226, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 65230, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 65234, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 65238, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 65242, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 65246, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 65250, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 65254, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 65258, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 65262, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 65266, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 65270, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 65274, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 65278, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 65282, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 65286, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 65290, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 65294, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 65298, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 65302, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 65306, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-primary-dark:focus {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 65310, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-text-color:focus {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 65314, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-button-outlined-hover:focus {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 65318, app/assets/stylesheets/tailwind.css */
  .sm\:focus\:ring-offset-file-info:focus {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 65322, app/assets/stylesheets/tailwind.css */
  .sm\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }
  /* line 65335, app/assets/stylesheets/tailwind.css */
  .sm\:filter-none {
    filter: none !important;
  }
  /* line 65339, app/assets/stylesheets/tailwind.css */
  .sm\:blur-0 {
    --tw-blur: blur(0) !important;
  }
  /* line 65343, app/assets/stylesheets/tailwind.css */
  .sm\:blur-none {
    --tw-blur: blur(0) !important;
  }
  /* line 65347, app/assets/stylesheets/tailwind.css */
  .sm\:blur-sm {
    --tw-blur: blur(4px) !important;
  }
  /* line 65351, app/assets/stylesheets/tailwind.css */
  .sm\:blur {
    --tw-blur: blur(8px) !important;
  }
  /* line 65355, app/assets/stylesheets/tailwind.css */
  .sm\:blur-md {
    --tw-blur: blur(12px) !important;
  }
  /* line 65359, app/assets/stylesheets/tailwind.css */
  .sm\:blur-lg {
    --tw-blur: blur(16px) !important;
  }
  /* line 65363, app/assets/stylesheets/tailwind.css */
  .sm\:blur-xl {
    --tw-blur: blur(24px) !important;
  }
  /* line 65367, app/assets/stylesheets/tailwind.css */
  .sm\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }
  /* line 65371, app/assets/stylesheets/tailwind.css */
  .sm\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }
  /* line 65375, app/assets/stylesheets/tailwind.css */
  .sm\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }
  /* line 65379, app/assets/stylesheets/tailwind.css */
  .sm\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }
  /* line 65383, app/assets/stylesheets/tailwind.css */
  .sm\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }
  /* line 65387, app/assets/stylesheets/tailwind.css */
  .sm\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }
  /* line 65391, app/assets/stylesheets/tailwind.css */
  .sm\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }
  /* line 65395, app/assets/stylesheets/tailwind.css */
  .sm\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }
  /* line 65399, app/assets/stylesheets/tailwind.css */
  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }
  /* line 65403, app/assets/stylesheets/tailwind.css */
  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }
  /* line 65407, app/assets/stylesheets/tailwind.css */
  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }
  /* line 65411, app/assets/stylesheets/tailwind.css */
  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }
  /* line 65415, app/assets/stylesheets/tailwind.css */
  .sm\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }
  /* line 65419, app/assets/stylesheets/tailwind.css */
  .sm\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }
  /* line 65423, app/assets/stylesheets/tailwind.css */
  .sm\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }
  /* line 65427, app/assets/stylesheets/tailwind.css */
  .sm\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }
  /* line 65431, app/assets/stylesheets/tailwind.css */
  .sm\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }
  /* line 65435, app/assets/stylesheets/tailwind.css */
  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }
  /* line 65439, app/assets/stylesheets/tailwind.css */
  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }
  /* line 65443, app/assets/stylesheets/tailwind.css */
  .sm\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }
  /* line 65447, app/assets/stylesheets/tailwind.css */
  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }
  /* line 65451, app/assets/stylesheets/tailwind.css */
  .sm\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }
  /* line 65455, app/assets/stylesheets/tailwind.css */
  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }
  /* line 65459, app/assets/stylesheets/tailwind.css */
  .sm\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }
  /* line 65463, app/assets/stylesheets/tailwind.css */
  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }
  /* line 65467, app/assets/stylesheets/tailwind.css */
  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }
  /* line 65471, app/assets/stylesheets/tailwind.css */
  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }
  /* line 65475, app/assets/stylesheets/tailwind.css */
  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }
  /* line 65479, app/assets/stylesheets/tailwind.css */
  .sm\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }
  /* line 65483, app/assets/stylesheets/tailwind.css */
  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }
  /* line 65487, app/assets/stylesheets/tailwind.css */
  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }
  /* line 65491, app/assets/stylesheets/tailwind.css */
  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }
  /* line 65495, app/assets/stylesheets/tailwind.css */
  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }
  /* line 65499, app/assets/stylesheets/tailwind.css */
  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }
  /* line 65503, app/assets/stylesheets/tailwind.css */
  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }
  /* line 65507, app/assets/stylesheets/tailwind.css */
  .sm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }
  /* line 65511, app/assets/stylesheets/tailwind.css */
  .sm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }
  /* line 65515, app/assets/stylesheets/tailwind.css */
  .sm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }
  /* line 65519, app/assets/stylesheets/tailwind.css */
  .sm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }
  /* line 65523, app/assets/stylesheets/tailwind.css */
  .sm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }
  /* line 65527, app/assets/stylesheets/tailwind.css */
  .sm\:invert-0 {
    --tw-invert: invert(0) !important;
  }
  /* line 65531, app/assets/stylesheets/tailwind.css */
  .sm\:invert {
    --tw-invert: invert(100%) !important;
  }
  /* line 65535, app/assets/stylesheets/tailwind.css */
  .sm\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }
  /* line 65539, app/assets/stylesheets/tailwind.css */
  .sm\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }
  /* line 65543, app/assets/stylesheets/tailwind.css */
  .sm\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }
  /* line 65547, app/assets/stylesheets/tailwind.css */
  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }
  /* line 65551, app/assets/stylesheets/tailwind.css */
  .sm\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }
  /* line 65555, app/assets/stylesheets/tailwind.css */
  .sm\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }
  /* line 65559, app/assets/stylesheets/tailwind.css */
  .sm\:sepia {
    --tw-sepia: sepia(100%) !important;
  }
  /* line 65563, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }
  /* line 65577, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  /* line 65582, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }
  /* line 65586, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }
  /* line 65590, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }
  /* line 65594, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }
  /* line 65598, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }
  /* line 65602, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }
  /* line 65606, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }
  /* line 65610, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }
  /* line 65614, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }
  /* line 65618, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }
  /* line 65622, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }
  /* line 65626, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }
  /* line 65630, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }
  /* line 65634, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }
  /* line 65638, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }
  /* line 65642, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }
  /* line 65646, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }
  /* line 65650, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }
  /* line 65654, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }
  /* line 65658, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }
  /* line 65662, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }
  /* line 65666, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }
  /* line 65670, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }
  /* line 65674, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }
  /* line 65678, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }
  /* line 65682, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }
  /* line 65686, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }
  /* line 65690, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }
  /* line 65694, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }
  /* line 65698, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }
  /* line 65702, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }
  /* line 65706, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }
  /* line 65710, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }
  /* line 65714, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }
  /* line 65718, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }
  /* line 65722, app/assets/stylesheets/tailwind.css */
  .sm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }
  /* line 65726, app/assets/stylesheets/tailwind.css */
  .sm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }
  /* line 65730, app/assets/stylesheets/tailwind.css */
  .sm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }
  /* line 65734, app/assets/stylesheets/tailwind.css */
  .sm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }
  /* line 65738, app/assets/stylesheets/tailwind.css */
  .sm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }
  /* line 65742, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }
  /* line 65746, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }
  /* line 65750, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }
  /* line 65754, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }
  /* line 65758, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }
  /* line 65762, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }
  /* line 65766, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }
  /* line 65770, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }
  /* line 65774, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }
  /* line 65778, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }
  /* line 65782, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }
  /* line 65786, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }
  /* line 65790, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }
  /* line 65794, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }
  /* line 65798, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }
  /* line 65802, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }
  /* line 65806, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }
  /* line 65810, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }
  /* line 65814, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }
  /* line 65818, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }
  /* line 65822, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }
  /* line 65826, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }
  /* line 65830, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }
  /* line 65834, app/assets/stylesheets/tailwind.css */
  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }
  /* line 65838, app/assets/stylesheets/tailwind.css */
  .sm\:transition-none {
    transition-property: none !important;
  }
  /* line 65842, app/assets/stylesheets/tailwind.css */
  .sm\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 65848, app/assets/stylesheets/tailwind.css */
  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 65856, app/assets/stylesheets/tailwind.css */
  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 65862, app/assets/stylesheets/tailwind.css */
  .sm\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 65868, app/assets/stylesheets/tailwind.css */
  .sm\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 65874, app/assets/stylesheets/tailwind.css */
  .sm\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 65880, app/assets/stylesheets/tailwind.css */
  .sm\:delay-75 {
    transition-delay: 75ms !important;
  }
  /* line 65884, app/assets/stylesheets/tailwind.css */
  .sm\:delay-100 {
    transition-delay: 100ms !important;
  }
  /* line 65888, app/assets/stylesheets/tailwind.css */
  .sm\:delay-150 {
    transition-delay: 150ms !important;
  }
  /* line 65892, app/assets/stylesheets/tailwind.css */
  .sm\:delay-200 {
    transition-delay: 200ms !important;
  }
  /* line 65896, app/assets/stylesheets/tailwind.css */
  .sm\:delay-300 {
    transition-delay: 300ms !important;
  }
  /* line 65900, app/assets/stylesheets/tailwind.css */
  .sm\:delay-500 {
    transition-delay: 500ms !important;
  }
  /* line 65904, app/assets/stylesheets/tailwind.css */
  .sm\:delay-700 {
    transition-delay: 700ms !important;
  }
  /* line 65908, app/assets/stylesheets/tailwind.css */
  .sm\:delay-1000 {
    transition-delay: 1000ms !important;
  }
  /* line 65912, app/assets/stylesheets/tailwind.css */
  .sm\:duration-75 {
    transition-duration: 75ms !important;
  }
  /* line 65916, app/assets/stylesheets/tailwind.css */
  .sm\:duration-100 {
    transition-duration: 100ms !important;
  }
  /* line 65920, app/assets/stylesheets/tailwind.css */
  .sm\:duration-150 {
    transition-duration: 150ms !important;
  }
  /* line 65924, app/assets/stylesheets/tailwind.css */
  .sm\:duration-200 {
    transition-duration: 200ms !important;
  }
  /* line 65928, app/assets/stylesheets/tailwind.css */
  .sm\:duration-300 {
    transition-duration: 300ms !important;
  }
  /* line 65932, app/assets/stylesheets/tailwind.css */
  .sm\:duration-500 {
    transition-duration: 500ms !important;
  }
  /* line 65936, app/assets/stylesheets/tailwind.css */
  .sm\:duration-700 {
    transition-duration: 700ms !important;
  }
  /* line 65940, app/assets/stylesheets/tailwind.css */
  .sm\:duration-1000 {
    transition-duration: 1000ms !important;
  }
  /* line 65944, app/assets/stylesheets/tailwind.css */
  .sm\:ease-linear {
    transition-timing-function: linear !important;
  }
  /* line 65948, app/assets/stylesheets/tailwind.css */
  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }
  /* line 65952, app/assets/stylesheets/tailwind.css */
  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }
  /* line 65956, app/assets/stylesheets/tailwind.css */
  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 768px) {
  /* line 65962, app/assets/stylesheets/tailwind.css */
  .md\:container {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 640px) {
  /* line 65967, app/assets/stylesheets/tailwind.css */
  .md\:container {
    max-width: 640px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  /* line 65973, app/assets/stylesheets/tailwind.css */
  .md\:container {
    max-width: 768px;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  /* line 65979, app/assets/stylesheets/tailwind.css */
  .md\:container {
    max-width: 1024px;
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  /* line 65985, app/assets/stylesheets/tailwind.css */
  .md\:container {
    max-width: 1280px;
  }
}

@media (min-width: 768px) and (min-width: 1536px) {
  /* line 65991, app/assets/stylesheets/tailwind.css */
  .md\:container {
    max-width: 1536px;
  }
}

@media (min-width: 768px) {
  /* line 65996, app/assets/stylesheets/tailwind.css */
  .md\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 66008, app/assets/stylesheets/tailwind.css */
  .md\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 66019, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 66031, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 66042, app/assets/stylesheets/tailwind.css */
  .md\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 66054, app/assets/stylesheets/tailwind.css */
  .md\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 66065, app/assets/stylesheets/tailwind.css */
  .md\:pointer-events-none {
    pointer-events: none !important;
  }
  /* line 66069, app/assets/stylesheets/tailwind.css */
  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }
  /* line 66073, app/assets/stylesheets/tailwind.css */
  .md\:visible {
    visibility: visible !important;
  }
  /* line 66077, app/assets/stylesheets/tailwind.css */
  .md\:invisible {
    visibility: hidden !important;
  }
  /* line 66081, app/assets/stylesheets/tailwind.css */
  .md\:static {
    position: static !important;
  }
  /* line 66085, app/assets/stylesheets/tailwind.css */
  .md\:fixed {
    position: fixed !important;
  }
  /* line 66089, app/assets/stylesheets/tailwind.css */
  .md\:absolute {
    position: absolute !important;
  }
  /* line 66093, app/assets/stylesheets/tailwind.css */
  .md\:relative {
    position: relative !important;
  }
  /* line 66097, app/assets/stylesheets/tailwind.css */
  .md\:sticky {
    position: sticky !important;
  }
  /* line 66101, app/assets/stylesheets/tailwind.css */
  .md\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  /* line 66108, app/assets/stylesheets/tailwind.css */
  .md\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }
  /* line 66115, app/assets/stylesheets/tailwind.css */
  .md\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }
  /* line 66122, app/assets/stylesheets/tailwind.css */
  .md\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }
  /* line 66129, app/assets/stylesheets/tailwind.css */
  .md\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }
  /* line 66136, app/assets/stylesheets/tailwind.css */
  .md\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }
  /* line 66143, app/assets/stylesheets/tailwind.css */
  .md\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }
  /* line 66150, app/assets/stylesheets/tailwind.css */
  .md\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }
  /* line 66157, app/assets/stylesheets/tailwind.css */
  .md\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }
  /* line 66164, app/assets/stylesheets/tailwind.css */
  .md\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }
  /* line 66171, app/assets/stylesheets/tailwind.css */
  .md\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }
  /* line 66178, app/assets/stylesheets/tailwind.css */
  .md\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }
  /* line 66185, app/assets/stylesheets/tailwind.css */
  .md\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }
  /* line 66192, app/assets/stylesheets/tailwind.css */
  .md\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }
  /* line 66199, app/assets/stylesheets/tailwind.css */
  .md\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }
  /* line 66206, app/assets/stylesheets/tailwind.css */
  .md\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }
  /* line 66213, app/assets/stylesheets/tailwind.css */
  .md\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }
  /* line 66220, app/assets/stylesheets/tailwind.css */
  .md\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }
  /* line 66227, app/assets/stylesheets/tailwind.css */
  .md\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }
  /* line 66234, app/assets/stylesheets/tailwind.css */
  .md\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }
  /* line 66241, app/assets/stylesheets/tailwind.css */
  .md\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }
  /* line 66248, app/assets/stylesheets/tailwind.css */
  .md\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }
  /* line 66255, app/assets/stylesheets/tailwind.css */
  .md\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }
  /* line 66262, app/assets/stylesheets/tailwind.css */
  .md\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }
  /* line 66269, app/assets/stylesheets/tailwind.css */
  .md\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }
  /* line 66276, app/assets/stylesheets/tailwind.css */
  .md\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }
  /* line 66283, app/assets/stylesheets/tailwind.css */
  .md\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }
  /* line 66290, app/assets/stylesheets/tailwind.css */
  .md\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }
  /* line 66297, app/assets/stylesheets/tailwind.css */
  .md\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }
  /* line 66304, app/assets/stylesheets/tailwind.css */
  .md\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }
  /* line 66311, app/assets/stylesheets/tailwind.css */
  .md\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  /* line 66318, app/assets/stylesheets/tailwind.css */
  .md\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }
  /* line 66325, app/assets/stylesheets/tailwind.css */
  .md\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }
  /* line 66332, app/assets/stylesheets/tailwind.css */
  .md\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }
  /* line 66339, app/assets/stylesheets/tailwind.css */
  .md\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }
  /* line 66346, app/assets/stylesheets/tailwind.css */
  .md\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }
  /* line 66353, app/assets/stylesheets/tailwind.css */
  .md\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  /* line 66360, app/assets/stylesheets/tailwind.css */
  .md\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }
  /* line 66367, app/assets/stylesheets/tailwind.css */
  .md\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }
  /* line 66374, app/assets/stylesheets/tailwind.css */
  .md\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }
  /* line 66381, app/assets/stylesheets/tailwind.css */
  .md\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }
  /* line 66388, app/assets/stylesheets/tailwind.css */
  .md\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }
  /* line 66395, app/assets/stylesheets/tailwind.css */
  .md\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }
  /* line 66402, app/assets/stylesheets/tailwind.css */
  .md\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }
  /* line 66409, app/assets/stylesheets/tailwind.css */
  .md\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }
  /* line 66416, app/assets/stylesheets/tailwind.css */
  .md\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }
  /* line 66423, app/assets/stylesheets/tailwind.css */
  .md\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }
  /* line 66430, app/assets/stylesheets/tailwind.css */
  .md\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }
  /* line 66437, app/assets/stylesheets/tailwind.css */
  .md\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }
  /* line 66444, app/assets/stylesheets/tailwind.css */
  .md\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }
  /* line 66451, app/assets/stylesheets/tailwind.css */
  .md\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }
  /* line 66458, app/assets/stylesheets/tailwind.css */
  .md\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }
  /* line 66465, app/assets/stylesheets/tailwind.css */
  .md\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }
  /* line 66472, app/assets/stylesheets/tailwind.css */
  .md\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }
  /* line 66479, app/assets/stylesheets/tailwind.css */
  .md\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }
  /* line 66486, app/assets/stylesheets/tailwind.css */
  .md\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }
  /* line 66493, app/assets/stylesheets/tailwind.css */
  .md\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }
  /* line 66500, app/assets/stylesheets/tailwind.css */
  .md\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }
  /* line 66507, app/assets/stylesheets/tailwind.css */
  .md\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }
  /* line 66514, app/assets/stylesheets/tailwind.css */
  .md\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }
  /* line 66521, app/assets/stylesheets/tailwind.css */
  .md\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }
  /* line 66528, app/assets/stylesheets/tailwind.css */
  .md\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }
  /* line 66535, app/assets/stylesheets/tailwind.css */
  .md\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }
  /* line 66542, app/assets/stylesheets/tailwind.css */
  .md\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }
  /* line 66549, app/assets/stylesheets/tailwind.css */
  .md\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }
  /* line 66556, app/assets/stylesheets/tailwind.css */
  .md\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }
  /* line 66563, app/assets/stylesheets/tailwind.css */
  .md\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }
  /* line 66570, app/assets/stylesheets/tailwind.css */
  .md\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }
  /* line 66577, app/assets/stylesheets/tailwind.css */
  .md\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }
  /* line 66584, app/assets/stylesheets/tailwind.css */
  .md\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }
  /* line 66591, app/assets/stylesheets/tailwind.css */
  .md\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }
  /* line 66598, app/assets/stylesheets/tailwind.css */
  .md\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }
  /* line 66605, app/assets/stylesheets/tailwind.css */
  .md\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }
  /* line 66612, app/assets/stylesheets/tailwind.css */
  .md\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }
  /* line 66619, app/assets/stylesheets/tailwind.css */
  .md\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }
  /* line 66626, app/assets/stylesheets/tailwind.css */
  .md\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }
  /* line 66633, app/assets/stylesheets/tailwind.css */
  .md\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }
  /* line 66640, app/assets/stylesheets/tailwind.css */
  .md\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }
  /* line 66647, app/assets/stylesheets/tailwind.css */
  .md\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }
  /* line 66654, app/assets/stylesheets/tailwind.css */
  .md\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }
  /* line 66661, app/assets/stylesheets/tailwind.css */
  .md\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }
  /* line 66668, app/assets/stylesheets/tailwind.css */
  .md\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }
  /* line 66675, app/assets/stylesheets/tailwind.css */
  .md\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }
  /* line 66682, app/assets/stylesheets/tailwind.css */
  .md\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }
  /* line 66689, app/assets/stylesheets/tailwind.css */
  .md\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }
  /* line 66696, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  /* line 66701, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }
  /* line 66706, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }
  /* line 66711, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }
  /* line 66716, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }
  /* line 66721, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }
  /* line 66726, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }
  /* line 66731, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }
  /* line 66736, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }
  /* line 66741, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }
  /* line 66746, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }
  /* line 66751, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }
  /* line 66756, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }
  /* line 66761, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }
  /* line 66766, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }
  /* line 66771, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }
  /* line 66776, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }
  /* line 66781, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }
  /* line 66786, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }
  /* line 66791, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }
  /* line 66796, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }
  /* line 66801, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }
  /* line 66806, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }
  /* line 66811, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }
  /* line 66816, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }
  /* line 66821, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }
  /* line 66826, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }
  /* line 66831, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important;
  }
  /* line 66836, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }
  /* line 66841, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }
  /* line 66846, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }
  /* line 66851, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }
  /* line 66856, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }
  /* line 66861, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }
  /* line 66866, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }
  /* line 66871, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }
  /* line 66876, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  /* line 66881, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }
  /* line 66886, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }
  /* line 66891, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }
  /* line 66896, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }
  /* line 66901, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }
  /* line 66906, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }
  /* line 66911, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }
  /* line 66916, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }
  /* line 66921, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }
  /* line 66926, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }
  /* line 66931, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }
  /* line 66936, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }
  /* line 66941, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }
  /* line 66946, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }
  /* line 66951, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }
  /* line 66956, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }
  /* line 66961, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }
  /* line 66966, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }
  /* line 66971, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }
  /* line 66976, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }
  /* line 66981, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }
  /* line 66986, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }
  /* line 66991, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }
  /* line 66996, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }
  /* line 67001, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }
  /* line 67006, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }
  /* line 67011, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important;
  }
  /* line 67016, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }
  /* line 67021, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }
  /* line 67026, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }
  /* line 67031, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }
  /* line 67036, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }
  /* line 67041, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }
  /* line 67046, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }
  /* line 67051, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }
  /* line 67056, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }
  /* line 67061, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }
  /* line 67066, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }
  /* line 67071, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }
  /* line 67076, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }
  /* line 67081, app/assets/stylesheets/tailwind.css */
  .md\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }
  /* line 67086, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }
  /* line 67091, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }
  /* line 67096, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }
  /* line 67101, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }
  /* line 67106, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }
  /* line 67111, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }
  /* line 67116, app/assets/stylesheets/tailwind.css */
  .md\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }
  /* line 67121, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }
  /* line 67126, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }
  /* line 67131, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }
  /* line 67136, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }
  /* line 67141, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }
  /* line 67146, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }
  /* line 67151, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }
  /* line 67156, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }
  /* line 67161, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }
  /* line 67166, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }
  /* line 67171, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }
  /* line 67176, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }
  /* line 67181, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }
  /* line 67186, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }
  /* line 67191, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }
  /* line 67196, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }
  /* line 67201, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }
  /* line 67206, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }
  /* line 67211, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }
  /* line 67216, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }
  /* line 67221, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }
  /* line 67226, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }
  /* line 67231, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }
  /* line 67236, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }
  /* line 67241, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }
  /* line 67246, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }
  /* line 67251, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }
  /* line 67256, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }
  /* line 67261, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }
  /* line 67266, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }
  /* line 67271, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }
  /* line 67276, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }
  /* line 67281, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }
  /* line 67286, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }
  /* line 67291, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }
  /* line 67296, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }
  /* line 67301, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }
  /* line 67306, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }
  /* line 67311, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }
  /* line 67316, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }
  /* line 67321, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }
  /* line 67326, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }
  /* line 67331, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }
  /* line 67336, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }
  /* line 67341, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }
  /* line 67346, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }
  /* line 67351, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }
  /* line 67356, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }
  /* line 67361, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }
  /* line 67366, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }
  /* line 67371, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }
  /* line 67376, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }
  /* line 67381, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }
  /* line 67386, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }
  /* line 67391, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }
  /* line 67396, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }
  /* line 67401, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }
  /* line 67406, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }
  /* line 67411, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }
  /* line 67416, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }
  /* line 67421, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }
  /* line 67426, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }
  /* line 67431, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }
  /* line 67436, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }
  /* line 67441, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }
  /* line 67446, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }
  /* line 67451, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }
  /* line 67456, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }
  /* line 67461, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }
  /* line 67466, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }
  /* line 67471, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }
  /* line 67476, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }
  /* line 67481, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }
  /* line 67486, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }
  /* line 67491, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }
  /* line 67496, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }
  /* line 67501, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }
  /* line 67506, app/assets/stylesheets/tailwind.css */
  .md\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }
  /* line 67511, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }
  /* line 67516, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }
  /* line 67521, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }
  /* line 67526, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }
  /* line 67531, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }
  /* line 67536, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }
  /* line 67541, app/assets/stylesheets/tailwind.css */
  .md\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }
  /* line 67546, app/assets/stylesheets/tailwind.css */
  .md\:top-0 {
    top: 0px !important;
  }
  /* line 67550, app/assets/stylesheets/tailwind.css */
  .md\:top-1 {
    top: 0.25rem !important;
  }
  /* line 67554, app/assets/stylesheets/tailwind.css */
  .md\:top-2 {
    top: 0.5rem !important;
  }
  /* line 67558, app/assets/stylesheets/tailwind.css */
  .md\:top-3 {
    top: 0.75rem !important;
  }
  /* line 67562, app/assets/stylesheets/tailwind.css */
  .md\:top-4 {
    top: 1rem !important;
  }
  /* line 67566, app/assets/stylesheets/tailwind.css */
  .md\:top-5 {
    top: 1.25rem !important;
  }
  /* line 67570, app/assets/stylesheets/tailwind.css */
  .md\:top-6 {
    top: 1.5rem !important;
  }
  /* line 67574, app/assets/stylesheets/tailwind.css */
  .md\:top-7 {
    top: 1.75rem !important;
  }
  /* line 67578, app/assets/stylesheets/tailwind.css */
  .md\:top-8 {
    top: 2rem !important;
  }
  /* line 67582, app/assets/stylesheets/tailwind.css */
  .md\:top-9 {
    top: 2.25rem !important;
  }
  /* line 67586, app/assets/stylesheets/tailwind.css */
  .md\:top-10 {
    top: 2.5rem !important;
  }
  /* line 67590, app/assets/stylesheets/tailwind.css */
  .md\:top-11 {
    top: 2.75rem !important;
  }
  /* line 67594, app/assets/stylesheets/tailwind.css */
  .md\:top-12 {
    top: 3rem !important;
  }
  /* line 67598, app/assets/stylesheets/tailwind.css */
  .md\:top-14 {
    top: 3.5rem !important;
  }
  /* line 67602, app/assets/stylesheets/tailwind.css */
  .md\:top-16 {
    top: 4rem !important;
  }
  /* line 67606, app/assets/stylesheets/tailwind.css */
  .md\:top-20 {
    top: 5rem !important;
  }
  /* line 67610, app/assets/stylesheets/tailwind.css */
  .md\:top-24 {
    top: 6rem !important;
  }
  /* line 67614, app/assets/stylesheets/tailwind.css */
  .md\:top-28 {
    top: 7rem !important;
  }
  /* line 67618, app/assets/stylesheets/tailwind.css */
  .md\:top-32 {
    top: 8rem !important;
  }
  /* line 67622, app/assets/stylesheets/tailwind.css */
  .md\:top-36 {
    top: 9rem !important;
  }
  /* line 67626, app/assets/stylesheets/tailwind.css */
  .md\:top-40 {
    top: 10rem !important;
  }
  /* line 67630, app/assets/stylesheets/tailwind.css */
  .md\:top-44 {
    top: 11rem !important;
  }
  /* line 67634, app/assets/stylesheets/tailwind.css */
  .md\:top-48 {
    top: 12rem !important;
  }
  /* line 67638, app/assets/stylesheets/tailwind.css */
  .md\:top-52 {
    top: 13rem !important;
  }
  /* line 67642, app/assets/stylesheets/tailwind.css */
  .md\:top-56 {
    top: 14rem !important;
  }
  /* line 67646, app/assets/stylesheets/tailwind.css */
  .md\:top-60 {
    top: 15rem !important;
  }
  /* line 67650, app/assets/stylesheets/tailwind.css */
  .md\:top-64 {
    top: 16rem !important;
  }
  /* line 67654, app/assets/stylesheets/tailwind.css */
  .md\:top-72 {
    top: 18rem !important;
  }
  /* line 67658, app/assets/stylesheets/tailwind.css */
  .md\:top-80 {
    top: 20rem !important;
  }
  /* line 67662, app/assets/stylesheets/tailwind.css */
  .md\:top-96 {
    top: 24rem !important;
  }
  /* line 67666, app/assets/stylesheets/tailwind.css */
  .md\:top-auto {
    top: auto !important;
  }
  /* line 67670, app/assets/stylesheets/tailwind.css */
  .md\:top-px {
    top: 1px !important;
  }
  /* line 67674, app/assets/stylesheets/tailwind.css */
  .md\:top-0\.5 {
    top: 0.125rem !important;
  }
  /* line 67678, app/assets/stylesheets/tailwind.css */
  .md\:top-1\.5 {
    top: 0.375rem !important;
  }
  /* line 67682, app/assets/stylesheets/tailwind.css */
  .md\:top-2\.5 {
    top: 0.625rem !important;
  }
  /* line 67686, app/assets/stylesheets/tailwind.css */
  .md\:top-3\.5 {
    top: 0.875rem !important;
  }
  /* line 67690, app/assets/stylesheets/tailwind.css */
  .md\:-top-0 {
    top: 0px !important;
  }
  /* line 67694, app/assets/stylesheets/tailwind.css */
  .md\:-top-1 {
    top: -0.25rem !important;
  }
  /* line 67698, app/assets/stylesheets/tailwind.css */
  .md\:-top-2 {
    top: -0.5rem !important;
  }
  /* line 67702, app/assets/stylesheets/tailwind.css */
  .md\:-top-3 {
    top: -0.75rem !important;
  }
  /* line 67706, app/assets/stylesheets/tailwind.css */
  .md\:-top-4 {
    top: -1rem !important;
  }
  /* line 67710, app/assets/stylesheets/tailwind.css */
  .md\:-top-5 {
    top: -1.25rem !important;
  }
  /* line 67714, app/assets/stylesheets/tailwind.css */
  .md\:-top-6 {
    top: -1.5rem !important;
  }
  /* line 67718, app/assets/stylesheets/tailwind.css */
  .md\:-top-7 {
    top: -1.75rem !important;
  }
  /* line 67722, app/assets/stylesheets/tailwind.css */
  .md\:-top-8 {
    top: -2rem !important;
  }
  /* line 67726, app/assets/stylesheets/tailwind.css */
  .md\:-top-9 {
    top: -2.25rem !important;
  }
  /* line 67730, app/assets/stylesheets/tailwind.css */
  .md\:-top-10 {
    top: -2.5rem !important;
  }
  /* line 67734, app/assets/stylesheets/tailwind.css */
  .md\:-top-11 {
    top: -2.75rem !important;
  }
  /* line 67738, app/assets/stylesheets/tailwind.css */
  .md\:-top-12 {
    top: -3rem !important;
  }
  /* line 67742, app/assets/stylesheets/tailwind.css */
  .md\:-top-14 {
    top: -3.5rem !important;
  }
  /* line 67746, app/assets/stylesheets/tailwind.css */
  .md\:-top-16 {
    top: -4rem !important;
  }
  /* line 67750, app/assets/stylesheets/tailwind.css */
  .md\:-top-20 {
    top: -5rem !important;
  }
  /* line 67754, app/assets/stylesheets/tailwind.css */
  .md\:-top-24 {
    top: -6rem !important;
  }
  /* line 67758, app/assets/stylesheets/tailwind.css */
  .md\:-top-28 {
    top: -7rem !important;
  }
  /* line 67762, app/assets/stylesheets/tailwind.css */
  .md\:-top-32 {
    top: -8rem !important;
  }
  /* line 67766, app/assets/stylesheets/tailwind.css */
  .md\:-top-36 {
    top: -9rem !important;
  }
  /* line 67770, app/assets/stylesheets/tailwind.css */
  .md\:-top-40 {
    top: -10rem !important;
  }
  /* line 67774, app/assets/stylesheets/tailwind.css */
  .md\:-top-44 {
    top: -11rem !important;
  }
  /* line 67778, app/assets/stylesheets/tailwind.css */
  .md\:-top-48 {
    top: -12rem !important;
  }
  /* line 67782, app/assets/stylesheets/tailwind.css */
  .md\:-top-52 {
    top: -13rem !important;
  }
  /* line 67786, app/assets/stylesheets/tailwind.css */
  .md\:-top-56 {
    top: -14rem !important;
  }
  /* line 67790, app/assets/stylesheets/tailwind.css */
  .md\:-top-60 {
    top: -15rem !important;
  }
  /* line 67794, app/assets/stylesheets/tailwind.css */
  .md\:-top-64 {
    top: -16rem !important;
  }
  /* line 67798, app/assets/stylesheets/tailwind.css */
  .md\:-top-72 {
    top: -18rem !important;
  }
  /* line 67802, app/assets/stylesheets/tailwind.css */
  .md\:-top-80 {
    top: -20rem !important;
  }
  /* line 67806, app/assets/stylesheets/tailwind.css */
  .md\:-top-96 {
    top: -24rem !important;
  }
  /* line 67810, app/assets/stylesheets/tailwind.css */
  .md\:-top-px {
    top: -1px !important;
  }
  /* line 67814, app/assets/stylesheets/tailwind.css */
  .md\:-top-0\.5 {
    top: -0.125rem !important;
  }
  /* line 67818, app/assets/stylesheets/tailwind.css */
  .md\:-top-1\.5 {
    top: -0.375rem !important;
  }
  /* line 67822, app/assets/stylesheets/tailwind.css */
  .md\:-top-2\.5 {
    top: -0.625rem !important;
  }
  /* line 67826, app/assets/stylesheets/tailwind.css */
  .md\:-top-3\.5 {
    top: -0.875rem !important;
  }
  /* line 67830, app/assets/stylesheets/tailwind.css */
  .md\:top-1\/2 {
    top: 50% !important;
  }
  /* line 67834, app/assets/stylesheets/tailwind.css */
  .md\:top-1\/3 {
    top: 33.333333% !important;
  }
  /* line 67838, app/assets/stylesheets/tailwind.css */
  .md\:top-2\/3 {
    top: 66.666667% !important;
  }
  /* line 67842, app/assets/stylesheets/tailwind.css */
  .md\:top-1\/4 {
    top: 25% !important;
  }
  /* line 67846, app/assets/stylesheets/tailwind.css */
  .md\:top-2\/4 {
    top: 50% !important;
  }
  /* line 67850, app/assets/stylesheets/tailwind.css */
  .md\:top-3\/4 {
    top: 75% !important;
  }
  /* line 67854, app/assets/stylesheets/tailwind.css */
  .md\:top-full {
    top: 100% !important;
  }
  /* line 67858, app/assets/stylesheets/tailwind.css */
  .md\:-top-1\/2 {
    top: -50% !important;
  }
  /* line 67862, app/assets/stylesheets/tailwind.css */
  .md\:-top-1\/3 {
    top: -33.333333% !important;
  }
  /* line 67866, app/assets/stylesheets/tailwind.css */
  .md\:-top-2\/3 {
    top: -66.666667% !important;
  }
  /* line 67870, app/assets/stylesheets/tailwind.css */
  .md\:-top-1\/4 {
    top: -25% !important;
  }
  /* line 67874, app/assets/stylesheets/tailwind.css */
  .md\:-top-2\/4 {
    top: -50% !important;
  }
  /* line 67878, app/assets/stylesheets/tailwind.css */
  .md\:-top-3\/4 {
    top: -75% !important;
  }
  /* line 67882, app/assets/stylesheets/tailwind.css */
  .md\:-top-full {
    top: -100% !important;
  }
  /* line 67886, app/assets/stylesheets/tailwind.css */
  .md\:right-0 {
    right: 0px !important;
  }
  /* line 67890, app/assets/stylesheets/tailwind.css */
  .md\:right-1 {
    right: 0.25rem !important;
  }
  /* line 67894, app/assets/stylesheets/tailwind.css */
  .md\:right-2 {
    right: 0.5rem !important;
  }
  /* line 67898, app/assets/stylesheets/tailwind.css */
  .md\:right-3 {
    right: 0.75rem !important;
  }
  /* line 67902, app/assets/stylesheets/tailwind.css */
  .md\:right-4 {
    right: 1rem !important;
  }
  /* line 67906, app/assets/stylesheets/tailwind.css */
  .md\:right-5 {
    right: 1.25rem !important;
  }
  /* line 67910, app/assets/stylesheets/tailwind.css */
  .md\:right-6 {
    right: 1.5rem !important;
  }
  /* line 67914, app/assets/stylesheets/tailwind.css */
  .md\:right-7 {
    right: 1.75rem !important;
  }
  /* line 67918, app/assets/stylesheets/tailwind.css */
  .md\:right-8 {
    right: 2rem !important;
  }
  /* line 67922, app/assets/stylesheets/tailwind.css */
  .md\:right-9 {
    right: 2.25rem !important;
  }
  /* line 67926, app/assets/stylesheets/tailwind.css */
  .md\:right-10 {
    right: 2.5rem !important;
  }
  /* line 67930, app/assets/stylesheets/tailwind.css */
  .md\:right-11 {
    right: 2.75rem !important;
  }
  /* line 67934, app/assets/stylesheets/tailwind.css */
  .md\:right-12 {
    right: 3rem !important;
  }
  /* line 67938, app/assets/stylesheets/tailwind.css */
  .md\:right-14 {
    right: 3.5rem !important;
  }
  /* line 67942, app/assets/stylesheets/tailwind.css */
  .md\:right-16 {
    right: 4rem !important;
  }
  /* line 67946, app/assets/stylesheets/tailwind.css */
  .md\:right-20 {
    right: 5rem !important;
  }
  /* line 67950, app/assets/stylesheets/tailwind.css */
  .md\:right-24 {
    right: 6rem !important;
  }
  /* line 67954, app/assets/stylesheets/tailwind.css */
  .md\:right-28 {
    right: 7rem !important;
  }
  /* line 67958, app/assets/stylesheets/tailwind.css */
  .md\:right-32 {
    right: 8rem !important;
  }
  /* line 67962, app/assets/stylesheets/tailwind.css */
  .md\:right-36 {
    right: 9rem !important;
  }
  /* line 67966, app/assets/stylesheets/tailwind.css */
  .md\:right-40 {
    right: 10rem !important;
  }
  /* line 67970, app/assets/stylesheets/tailwind.css */
  .md\:right-44 {
    right: 11rem !important;
  }
  /* line 67974, app/assets/stylesheets/tailwind.css */
  .md\:right-48 {
    right: 12rem !important;
  }
  /* line 67978, app/assets/stylesheets/tailwind.css */
  .md\:right-52 {
    right: 13rem !important;
  }
  /* line 67982, app/assets/stylesheets/tailwind.css */
  .md\:right-56 {
    right: 14rem !important;
  }
  /* line 67986, app/assets/stylesheets/tailwind.css */
  .md\:right-60 {
    right: 15rem !important;
  }
  /* line 67990, app/assets/stylesheets/tailwind.css */
  .md\:right-64 {
    right: 16rem !important;
  }
  /* line 67994, app/assets/stylesheets/tailwind.css */
  .md\:right-72 {
    right: 18rem !important;
  }
  /* line 67998, app/assets/stylesheets/tailwind.css */
  .md\:right-80 {
    right: 20rem !important;
  }
  /* line 68002, app/assets/stylesheets/tailwind.css */
  .md\:right-96 {
    right: 24rem !important;
  }
  /* line 68006, app/assets/stylesheets/tailwind.css */
  .md\:right-auto {
    right: auto !important;
  }
  /* line 68010, app/assets/stylesheets/tailwind.css */
  .md\:right-px {
    right: 1px !important;
  }
  /* line 68014, app/assets/stylesheets/tailwind.css */
  .md\:right-0\.5 {
    right: 0.125rem !important;
  }
  /* line 68018, app/assets/stylesheets/tailwind.css */
  .md\:right-1\.5 {
    right: 0.375rem !important;
  }
  /* line 68022, app/assets/stylesheets/tailwind.css */
  .md\:right-2\.5 {
    right: 0.625rem !important;
  }
  /* line 68026, app/assets/stylesheets/tailwind.css */
  .md\:right-3\.5 {
    right: 0.875rem !important;
  }
  /* line 68030, app/assets/stylesheets/tailwind.css */
  .md\:-right-0 {
    right: 0px !important;
  }
  /* line 68034, app/assets/stylesheets/tailwind.css */
  .md\:-right-1 {
    right: -0.25rem !important;
  }
  /* line 68038, app/assets/stylesheets/tailwind.css */
  .md\:-right-2 {
    right: -0.5rem !important;
  }
  /* line 68042, app/assets/stylesheets/tailwind.css */
  .md\:-right-3 {
    right: -0.75rem !important;
  }
  /* line 68046, app/assets/stylesheets/tailwind.css */
  .md\:-right-4 {
    right: -1rem !important;
  }
  /* line 68050, app/assets/stylesheets/tailwind.css */
  .md\:-right-5 {
    right: -1.25rem !important;
  }
  /* line 68054, app/assets/stylesheets/tailwind.css */
  .md\:-right-6 {
    right: -1.5rem !important;
  }
  /* line 68058, app/assets/stylesheets/tailwind.css */
  .md\:-right-7 {
    right: -1.75rem !important;
  }
  /* line 68062, app/assets/stylesheets/tailwind.css */
  .md\:-right-8 {
    right: -2rem !important;
  }
  /* line 68066, app/assets/stylesheets/tailwind.css */
  .md\:-right-9 {
    right: -2.25rem !important;
  }
  /* line 68070, app/assets/stylesheets/tailwind.css */
  .md\:-right-10 {
    right: -2.5rem !important;
  }
  /* line 68074, app/assets/stylesheets/tailwind.css */
  .md\:-right-11 {
    right: -2.75rem !important;
  }
  /* line 68078, app/assets/stylesheets/tailwind.css */
  .md\:-right-12 {
    right: -3rem !important;
  }
  /* line 68082, app/assets/stylesheets/tailwind.css */
  .md\:-right-14 {
    right: -3.5rem !important;
  }
  /* line 68086, app/assets/stylesheets/tailwind.css */
  .md\:-right-16 {
    right: -4rem !important;
  }
  /* line 68090, app/assets/stylesheets/tailwind.css */
  .md\:-right-20 {
    right: -5rem !important;
  }
  /* line 68094, app/assets/stylesheets/tailwind.css */
  .md\:-right-24 {
    right: -6rem !important;
  }
  /* line 68098, app/assets/stylesheets/tailwind.css */
  .md\:-right-28 {
    right: -7rem !important;
  }
  /* line 68102, app/assets/stylesheets/tailwind.css */
  .md\:-right-32 {
    right: -8rem !important;
  }
  /* line 68106, app/assets/stylesheets/tailwind.css */
  .md\:-right-36 {
    right: -9rem !important;
  }
  /* line 68110, app/assets/stylesheets/tailwind.css */
  .md\:-right-40 {
    right: -10rem !important;
  }
  /* line 68114, app/assets/stylesheets/tailwind.css */
  .md\:-right-44 {
    right: -11rem !important;
  }
  /* line 68118, app/assets/stylesheets/tailwind.css */
  .md\:-right-48 {
    right: -12rem !important;
  }
  /* line 68122, app/assets/stylesheets/tailwind.css */
  .md\:-right-52 {
    right: -13rem !important;
  }
  /* line 68126, app/assets/stylesheets/tailwind.css */
  .md\:-right-56 {
    right: -14rem !important;
  }
  /* line 68130, app/assets/stylesheets/tailwind.css */
  .md\:-right-60 {
    right: -15rem !important;
  }
  /* line 68134, app/assets/stylesheets/tailwind.css */
  .md\:-right-64 {
    right: -16rem !important;
  }
  /* line 68138, app/assets/stylesheets/tailwind.css */
  .md\:-right-72 {
    right: -18rem !important;
  }
  /* line 68142, app/assets/stylesheets/tailwind.css */
  .md\:-right-80 {
    right: -20rem !important;
  }
  /* line 68146, app/assets/stylesheets/tailwind.css */
  .md\:-right-96 {
    right: -24rem !important;
  }
  /* line 68150, app/assets/stylesheets/tailwind.css */
  .md\:-right-px {
    right: -1px !important;
  }
  /* line 68154, app/assets/stylesheets/tailwind.css */
  .md\:-right-0\.5 {
    right: -0.125rem !important;
  }
  /* line 68158, app/assets/stylesheets/tailwind.css */
  .md\:-right-1\.5 {
    right: -0.375rem !important;
  }
  /* line 68162, app/assets/stylesheets/tailwind.css */
  .md\:-right-2\.5 {
    right: -0.625rem !important;
  }
  /* line 68166, app/assets/stylesheets/tailwind.css */
  .md\:-right-3\.5 {
    right: -0.875rem !important;
  }
  /* line 68170, app/assets/stylesheets/tailwind.css */
  .md\:right-1\/2 {
    right: 50% !important;
  }
  /* line 68174, app/assets/stylesheets/tailwind.css */
  .md\:right-1\/3 {
    right: 33.333333% !important;
  }
  /* line 68178, app/assets/stylesheets/tailwind.css */
  .md\:right-2\/3 {
    right: 66.666667% !important;
  }
  /* line 68182, app/assets/stylesheets/tailwind.css */
  .md\:right-1\/4 {
    right: 25% !important;
  }
  /* line 68186, app/assets/stylesheets/tailwind.css */
  .md\:right-2\/4 {
    right: 50% !important;
  }
  /* line 68190, app/assets/stylesheets/tailwind.css */
  .md\:right-3\/4 {
    right: 75% !important;
  }
  /* line 68194, app/assets/stylesheets/tailwind.css */
  .md\:right-full {
    right: 100% !important;
  }
  /* line 68198, app/assets/stylesheets/tailwind.css */
  .md\:-right-1\/2 {
    right: -50% !important;
  }
  /* line 68202, app/assets/stylesheets/tailwind.css */
  .md\:-right-1\/3 {
    right: -33.333333% !important;
  }
  /* line 68206, app/assets/stylesheets/tailwind.css */
  .md\:-right-2\/3 {
    right: -66.666667% !important;
  }
  /* line 68210, app/assets/stylesheets/tailwind.css */
  .md\:-right-1\/4 {
    right: -25% !important;
  }
  /* line 68214, app/assets/stylesheets/tailwind.css */
  .md\:-right-2\/4 {
    right: -50% !important;
  }
  /* line 68218, app/assets/stylesheets/tailwind.css */
  .md\:-right-3\/4 {
    right: -75% !important;
  }
  /* line 68222, app/assets/stylesheets/tailwind.css */
  .md\:-right-full {
    right: -100% !important;
  }
  /* line 68226, app/assets/stylesheets/tailwind.css */
  .md\:bottom-0 {
    bottom: 0px !important;
  }
  /* line 68230, app/assets/stylesheets/tailwind.css */
  .md\:bottom-1 {
    bottom: 0.25rem !important;
  }
  /* line 68234, app/assets/stylesheets/tailwind.css */
  .md\:bottom-2 {
    bottom: 0.5rem !important;
  }
  /* line 68238, app/assets/stylesheets/tailwind.css */
  .md\:bottom-3 {
    bottom: 0.75rem !important;
  }
  /* line 68242, app/assets/stylesheets/tailwind.css */
  .md\:bottom-4 {
    bottom: 1rem !important;
  }
  /* line 68246, app/assets/stylesheets/tailwind.css */
  .md\:bottom-5 {
    bottom: 1.25rem !important;
  }
  /* line 68250, app/assets/stylesheets/tailwind.css */
  .md\:bottom-6 {
    bottom: 1.5rem !important;
  }
  /* line 68254, app/assets/stylesheets/tailwind.css */
  .md\:bottom-7 {
    bottom: 1.75rem !important;
  }
  /* line 68258, app/assets/stylesheets/tailwind.css */
  .md\:bottom-8 {
    bottom: 2rem !important;
  }
  /* line 68262, app/assets/stylesheets/tailwind.css */
  .md\:bottom-9 {
    bottom: 2.25rem !important;
  }
  /* line 68266, app/assets/stylesheets/tailwind.css */
  .md\:bottom-10 {
    bottom: 2.5rem !important;
  }
  /* line 68270, app/assets/stylesheets/tailwind.css */
  .md\:bottom-11 {
    bottom: 2.75rem !important;
  }
  /* line 68274, app/assets/stylesheets/tailwind.css */
  .md\:bottom-12 {
    bottom: 3rem !important;
  }
  /* line 68278, app/assets/stylesheets/tailwind.css */
  .md\:bottom-14 {
    bottom: 3.5rem !important;
  }
  /* line 68282, app/assets/stylesheets/tailwind.css */
  .md\:bottom-16 {
    bottom: 4rem !important;
  }
  /* line 68286, app/assets/stylesheets/tailwind.css */
  .md\:bottom-20 {
    bottom: 5rem !important;
  }
  /* line 68290, app/assets/stylesheets/tailwind.css */
  .md\:bottom-24 {
    bottom: 6rem !important;
  }
  /* line 68294, app/assets/stylesheets/tailwind.css */
  .md\:bottom-28 {
    bottom: 7rem !important;
  }
  /* line 68298, app/assets/stylesheets/tailwind.css */
  .md\:bottom-32 {
    bottom: 8rem !important;
  }
  /* line 68302, app/assets/stylesheets/tailwind.css */
  .md\:bottom-36 {
    bottom: 9rem !important;
  }
  /* line 68306, app/assets/stylesheets/tailwind.css */
  .md\:bottom-40 {
    bottom: 10rem !important;
  }
  /* line 68310, app/assets/stylesheets/tailwind.css */
  .md\:bottom-44 {
    bottom: 11rem !important;
  }
  /* line 68314, app/assets/stylesheets/tailwind.css */
  .md\:bottom-48 {
    bottom: 12rem !important;
  }
  /* line 68318, app/assets/stylesheets/tailwind.css */
  .md\:bottom-52 {
    bottom: 13rem !important;
  }
  /* line 68322, app/assets/stylesheets/tailwind.css */
  .md\:bottom-56 {
    bottom: 14rem !important;
  }
  /* line 68326, app/assets/stylesheets/tailwind.css */
  .md\:bottom-60 {
    bottom: 15rem !important;
  }
  /* line 68330, app/assets/stylesheets/tailwind.css */
  .md\:bottom-64 {
    bottom: 16rem !important;
  }
  /* line 68334, app/assets/stylesheets/tailwind.css */
  .md\:bottom-72 {
    bottom: 18rem !important;
  }
  /* line 68338, app/assets/stylesheets/tailwind.css */
  .md\:bottom-80 {
    bottom: 20rem !important;
  }
  /* line 68342, app/assets/stylesheets/tailwind.css */
  .md\:bottom-96 {
    bottom: 24rem !important;
  }
  /* line 68346, app/assets/stylesheets/tailwind.css */
  .md\:bottom-auto {
    bottom: auto !important;
  }
  /* line 68350, app/assets/stylesheets/tailwind.css */
  .md\:bottom-px {
    bottom: 1px !important;
  }
  /* line 68354, app/assets/stylesheets/tailwind.css */
  .md\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }
  /* line 68358, app/assets/stylesheets/tailwind.css */
  .md\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }
  /* line 68362, app/assets/stylesheets/tailwind.css */
  .md\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }
  /* line 68366, app/assets/stylesheets/tailwind.css */
  .md\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }
  /* line 68370, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-0 {
    bottom: 0px !important;
  }
  /* line 68374, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-1 {
    bottom: -0.25rem !important;
  }
  /* line 68378, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-2 {
    bottom: -0.5rem !important;
  }
  /* line 68382, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-3 {
    bottom: -0.75rem !important;
  }
  /* line 68386, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-4 {
    bottom: -1rem !important;
  }
  /* line 68390, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-5 {
    bottom: -1.25rem !important;
  }
  /* line 68394, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-6 {
    bottom: -1.5rem !important;
  }
  /* line 68398, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-7 {
    bottom: -1.75rem !important;
  }
  /* line 68402, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-8 {
    bottom: -2rem !important;
  }
  /* line 68406, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-9 {
    bottom: -2.25rem !important;
  }
  /* line 68410, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-10 {
    bottom: -2.5rem !important;
  }
  /* line 68414, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-11 {
    bottom: -2.75rem !important;
  }
  /* line 68418, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-12 {
    bottom: -3rem !important;
  }
  /* line 68422, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-14 {
    bottom: -3.5rem !important;
  }
  /* line 68426, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-16 {
    bottom: -4rem !important;
  }
  /* line 68430, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-20 {
    bottom: -5rem !important;
  }
  /* line 68434, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-24 {
    bottom: -6rem !important;
  }
  /* line 68438, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-28 {
    bottom: -7rem !important;
  }
  /* line 68442, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-32 {
    bottom: -8rem !important;
  }
  /* line 68446, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-36 {
    bottom: -9rem !important;
  }
  /* line 68450, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-40 {
    bottom: -10rem !important;
  }
  /* line 68454, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-44 {
    bottom: -11rem !important;
  }
  /* line 68458, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-48 {
    bottom: -12rem !important;
  }
  /* line 68462, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-52 {
    bottom: -13rem !important;
  }
  /* line 68466, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-56 {
    bottom: -14rem !important;
  }
  /* line 68470, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-60 {
    bottom: -15rem !important;
  }
  /* line 68474, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-64 {
    bottom: -16rem !important;
  }
  /* line 68478, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-72 {
    bottom: -18rem !important;
  }
  /* line 68482, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-80 {
    bottom: -20rem !important;
  }
  /* line 68486, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-96 {
    bottom: -24rem !important;
  }
  /* line 68490, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-px {
    bottom: -1px !important;
  }
  /* line 68494, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }
  /* line 68498, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }
  /* line 68502, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }
  /* line 68506, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }
  /* line 68510, app/assets/stylesheets/tailwind.css */
  .md\:bottom-1\/2 {
    bottom: 50% !important;
  }
  /* line 68514, app/assets/stylesheets/tailwind.css */
  .md\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }
  /* line 68518, app/assets/stylesheets/tailwind.css */
  .md\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }
  /* line 68522, app/assets/stylesheets/tailwind.css */
  .md\:bottom-1\/4 {
    bottom: 25% !important;
  }
  /* line 68526, app/assets/stylesheets/tailwind.css */
  .md\:bottom-2\/4 {
    bottom: 50% !important;
  }
  /* line 68530, app/assets/stylesheets/tailwind.css */
  .md\:bottom-3\/4 {
    bottom: 75% !important;
  }
  /* line 68534, app/assets/stylesheets/tailwind.css */
  .md\:bottom-full {
    bottom: 100% !important;
  }
  /* line 68538, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-1\/2 {
    bottom: -50% !important;
  }
  /* line 68542, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }
  /* line 68546, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }
  /* line 68550, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-1\/4 {
    bottom: -25% !important;
  }
  /* line 68554, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-2\/4 {
    bottom: -50% !important;
  }
  /* line 68558, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-3\/4 {
    bottom: -75% !important;
  }
  /* line 68562, app/assets/stylesheets/tailwind.css */
  .md\:-bottom-full {
    bottom: -100% !important;
  }
  /* line 68566, app/assets/stylesheets/tailwind.css */
  .md\:left-0 {
    left: 0px !important;
  }
  /* line 68570, app/assets/stylesheets/tailwind.css */
  .md\:left-1 {
    left: 0.25rem !important;
  }
  /* line 68574, app/assets/stylesheets/tailwind.css */
  .md\:left-2 {
    left: 0.5rem !important;
  }
  /* line 68578, app/assets/stylesheets/tailwind.css */
  .md\:left-3 {
    left: 0.75rem !important;
  }
  /* line 68582, app/assets/stylesheets/tailwind.css */
  .md\:left-4 {
    left: 1rem !important;
  }
  /* line 68586, app/assets/stylesheets/tailwind.css */
  .md\:left-5 {
    left: 1.25rem !important;
  }
  /* line 68590, app/assets/stylesheets/tailwind.css */
  .md\:left-6 {
    left: 1.5rem !important;
  }
  /* line 68594, app/assets/stylesheets/tailwind.css */
  .md\:left-7 {
    left: 1.75rem !important;
  }
  /* line 68598, app/assets/stylesheets/tailwind.css */
  .md\:left-8 {
    left: 2rem !important;
  }
  /* line 68602, app/assets/stylesheets/tailwind.css */
  .md\:left-9 {
    left: 2.25rem !important;
  }
  /* line 68606, app/assets/stylesheets/tailwind.css */
  .md\:left-10 {
    left: 2.5rem !important;
  }
  /* line 68610, app/assets/stylesheets/tailwind.css */
  .md\:left-11 {
    left: 2.75rem !important;
  }
  /* line 68614, app/assets/stylesheets/tailwind.css */
  .md\:left-12 {
    left: 3rem !important;
  }
  /* line 68618, app/assets/stylesheets/tailwind.css */
  .md\:left-14 {
    left: 3.5rem !important;
  }
  /* line 68622, app/assets/stylesheets/tailwind.css */
  .md\:left-16 {
    left: 4rem !important;
  }
  /* line 68626, app/assets/stylesheets/tailwind.css */
  .md\:left-20 {
    left: 5rem !important;
  }
  /* line 68630, app/assets/stylesheets/tailwind.css */
  .md\:left-24 {
    left: 6rem !important;
  }
  /* line 68634, app/assets/stylesheets/tailwind.css */
  .md\:left-28 {
    left: 7rem !important;
  }
  /* line 68638, app/assets/stylesheets/tailwind.css */
  .md\:left-32 {
    left: 8rem !important;
  }
  /* line 68642, app/assets/stylesheets/tailwind.css */
  .md\:left-36 {
    left: 9rem !important;
  }
  /* line 68646, app/assets/stylesheets/tailwind.css */
  .md\:left-40 {
    left: 10rem !important;
  }
  /* line 68650, app/assets/stylesheets/tailwind.css */
  .md\:left-44 {
    left: 11rem !important;
  }
  /* line 68654, app/assets/stylesheets/tailwind.css */
  .md\:left-48 {
    left: 12rem !important;
  }
  /* line 68658, app/assets/stylesheets/tailwind.css */
  .md\:left-52 {
    left: 13rem !important;
  }
  /* line 68662, app/assets/stylesheets/tailwind.css */
  .md\:left-56 {
    left: 14rem !important;
  }
  /* line 68666, app/assets/stylesheets/tailwind.css */
  .md\:left-60 {
    left: 15rem !important;
  }
  /* line 68670, app/assets/stylesheets/tailwind.css */
  .md\:left-64 {
    left: 16rem !important;
  }
  /* line 68674, app/assets/stylesheets/tailwind.css */
  .md\:left-72 {
    left: 18rem !important;
  }
  /* line 68678, app/assets/stylesheets/tailwind.css */
  .md\:left-80 {
    left: 20rem !important;
  }
  /* line 68682, app/assets/stylesheets/tailwind.css */
  .md\:left-96 {
    left: 24rem !important;
  }
  /* line 68686, app/assets/stylesheets/tailwind.css */
  .md\:left-auto {
    left: auto !important;
  }
  /* line 68690, app/assets/stylesheets/tailwind.css */
  .md\:left-px {
    left: 1px !important;
  }
  /* line 68694, app/assets/stylesheets/tailwind.css */
  .md\:left-0\.5 {
    left: 0.125rem !important;
  }
  /* line 68698, app/assets/stylesheets/tailwind.css */
  .md\:left-1\.5 {
    left: 0.375rem !important;
  }
  /* line 68702, app/assets/stylesheets/tailwind.css */
  .md\:left-2\.5 {
    left: 0.625rem !important;
  }
  /* line 68706, app/assets/stylesheets/tailwind.css */
  .md\:left-3\.5 {
    left: 0.875rem !important;
  }
  /* line 68710, app/assets/stylesheets/tailwind.css */
  .md\:-left-0 {
    left: 0px !important;
  }
  /* line 68714, app/assets/stylesheets/tailwind.css */
  .md\:-left-1 {
    left: -0.25rem !important;
  }
  /* line 68718, app/assets/stylesheets/tailwind.css */
  .md\:-left-2 {
    left: -0.5rem !important;
  }
  /* line 68722, app/assets/stylesheets/tailwind.css */
  .md\:-left-3 {
    left: -0.75rem !important;
  }
  /* line 68726, app/assets/stylesheets/tailwind.css */
  .md\:-left-4 {
    left: -1rem !important;
  }
  /* line 68730, app/assets/stylesheets/tailwind.css */
  .md\:-left-5 {
    left: -1.25rem !important;
  }
  /* line 68734, app/assets/stylesheets/tailwind.css */
  .md\:-left-6 {
    left: -1.5rem !important;
  }
  /* line 68738, app/assets/stylesheets/tailwind.css */
  .md\:-left-7 {
    left: -1.75rem !important;
  }
  /* line 68742, app/assets/stylesheets/tailwind.css */
  .md\:-left-8 {
    left: -2rem !important;
  }
  /* line 68746, app/assets/stylesheets/tailwind.css */
  .md\:-left-9 {
    left: -2.25rem !important;
  }
  /* line 68750, app/assets/stylesheets/tailwind.css */
  .md\:-left-10 {
    left: -2.5rem !important;
  }
  /* line 68754, app/assets/stylesheets/tailwind.css */
  .md\:-left-11 {
    left: -2.75rem !important;
  }
  /* line 68758, app/assets/stylesheets/tailwind.css */
  .md\:-left-12 {
    left: -3rem !important;
  }
  /* line 68762, app/assets/stylesheets/tailwind.css */
  .md\:-left-14 {
    left: -3.5rem !important;
  }
  /* line 68766, app/assets/stylesheets/tailwind.css */
  .md\:-left-16 {
    left: -4rem !important;
  }
  /* line 68770, app/assets/stylesheets/tailwind.css */
  .md\:-left-20 {
    left: -5rem !important;
  }
  /* line 68774, app/assets/stylesheets/tailwind.css */
  .md\:-left-24 {
    left: -6rem !important;
  }
  /* line 68778, app/assets/stylesheets/tailwind.css */
  .md\:-left-28 {
    left: -7rem !important;
  }
  /* line 68782, app/assets/stylesheets/tailwind.css */
  .md\:-left-32 {
    left: -8rem !important;
  }
  /* line 68786, app/assets/stylesheets/tailwind.css */
  .md\:-left-36 {
    left: -9rem !important;
  }
  /* line 68790, app/assets/stylesheets/tailwind.css */
  .md\:-left-40 {
    left: -10rem !important;
  }
  /* line 68794, app/assets/stylesheets/tailwind.css */
  .md\:-left-44 {
    left: -11rem !important;
  }
  /* line 68798, app/assets/stylesheets/tailwind.css */
  .md\:-left-48 {
    left: -12rem !important;
  }
  /* line 68802, app/assets/stylesheets/tailwind.css */
  .md\:-left-52 {
    left: -13rem !important;
  }
  /* line 68806, app/assets/stylesheets/tailwind.css */
  .md\:-left-56 {
    left: -14rem !important;
  }
  /* line 68810, app/assets/stylesheets/tailwind.css */
  .md\:-left-60 {
    left: -15rem !important;
  }
  /* line 68814, app/assets/stylesheets/tailwind.css */
  .md\:-left-64 {
    left: -16rem !important;
  }
  /* line 68818, app/assets/stylesheets/tailwind.css */
  .md\:-left-72 {
    left: -18rem !important;
  }
  /* line 68822, app/assets/stylesheets/tailwind.css */
  .md\:-left-80 {
    left: -20rem !important;
  }
  /* line 68826, app/assets/stylesheets/tailwind.css */
  .md\:-left-96 {
    left: -24rem !important;
  }
  /* line 68830, app/assets/stylesheets/tailwind.css */
  .md\:-left-px {
    left: -1px !important;
  }
  /* line 68834, app/assets/stylesheets/tailwind.css */
  .md\:-left-0\.5 {
    left: -0.125rem !important;
  }
  /* line 68838, app/assets/stylesheets/tailwind.css */
  .md\:-left-1\.5 {
    left: -0.375rem !important;
  }
  /* line 68842, app/assets/stylesheets/tailwind.css */
  .md\:-left-2\.5 {
    left: -0.625rem !important;
  }
  /* line 68846, app/assets/stylesheets/tailwind.css */
  .md\:-left-3\.5 {
    left: -0.875rem !important;
  }
  /* line 68850, app/assets/stylesheets/tailwind.css */
  .md\:left-1\/2 {
    left: 50% !important;
  }
  /* line 68854, app/assets/stylesheets/tailwind.css */
  .md\:left-1\/3 {
    left: 33.333333% !important;
  }
  /* line 68858, app/assets/stylesheets/tailwind.css */
  .md\:left-2\/3 {
    left: 66.666667% !important;
  }
  /* line 68862, app/assets/stylesheets/tailwind.css */
  .md\:left-1\/4 {
    left: 25% !important;
  }
  /* line 68866, app/assets/stylesheets/tailwind.css */
  .md\:left-2\/4 {
    left: 50% !important;
  }
  /* line 68870, app/assets/stylesheets/tailwind.css */
  .md\:left-3\/4 {
    left: 75% !important;
  }
  /* line 68874, app/assets/stylesheets/tailwind.css */
  .md\:left-full {
    left: 100% !important;
  }
  /* line 68878, app/assets/stylesheets/tailwind.css */
  .md\:-left-1\/2 {
    left: -50% !important;
  }
  /* line 68882, app/assets/stylesheets/tailwind.css */
  .md\:-left-1\/3 {
    left: -33.333333% !important;
  }
  /* line 68886, app/assets/stylesheets/tailwind.css */
  .md\:-left-2\/3 {
    left: -66.666667% !important;
  }
  /* line 68890, app/assets/stylesheets/tailwind.css */
  .md\:-left-1\/4 {
    left: -25% !important;
  }
  /* line 68894, app/assets/stylesheets/tailwind.css */
  .md\:-left-2\/4 {
    left: -50% !important;
  }
  /* line 68898, app/assets/stylesheets/tailwind.css */
  .md\:-left-3\/4 {
    left: -75% !important;
  }
  /* line 68902, app/assets/stylesheets/tailwind.css */
  .md\:-left-full {
    left: -100% !important;
  }
  /* line 68906, app/assets/stylesheets/tailwind.css */
  .md\:isolate {
    isolation: isolate !important;
  }
  /* line 68910, app/assets/stylesheets/tailwind.css */
  .md\:isolation-auto {
    isolation: auto !important;
  }
  /* line 68914, app/assets/stylesheets/tailwind.css */
  .md\:z-0 {
    z-index: 0 !important;
  }
  /* line 68918, app/assets/stylesheets/tailwind.css */
  .md\:z-10 {
    z-index: 10 !important;
  }
  /* line 68922, app/assets/stylesheets/tailwind.css */
  .md\:z-20 {
    z-index: 20 !important;
  }
  /* line 68926, app/assets/stylesheets/tailwind.css */
  .md\:z-30 {
    z-index: 30 !important;
  }
  /* line 68930, app/assets/stylesheets/tailwind.css */
  .md\:z-40 {
    z-index: 40 !important;
  }
  /* line 68934, app/assets/stylesheets/tailwind.css */
  .md\:z-50 {
    z-index: 50 !important;
  }
  /* line 68938, app/assets/stylesheets/tailwind.css */
  .md\:z-auto {
    z-index: auto !important;
  }
  /* line 68942, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }
  /* line 68946, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }
  /* line 68950, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }
  /* line 68954, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }
  /* line 68958, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }
  /* line 68962, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }
  /* line 68966, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }
  /* line 68970, app/assets/stylesheets/tailwind.css */
  .md\:focus\:z-0:focus {
    z-index: 0 !important;
  }
  /* line 68974, app/assets/stylesheets/tailwind.css */
  .md\:focus\:z-10:focus {
    z-index: 10 !important;
  }
  /* line 68978, app/assets/stylesheets/tailwind.css */
  .md\:focus\:z-20:focus {
    z-index: 20 !important;
  }
  /* line 68982, app/assets/stylesheets/tailwind.css */
  .md\:focus\:z-30:focus {
    z-index: 30 !important;
  }
  /* line 68986, app/assets/stylesheets/tailwind.css */
  .md\:focus\:z-40:focus {
    z-index: 40 !important;
  }
  /* line 68990, app/assets/stylesheets/tailwind.css */
  .md\:focus\:z-50:focus {
    z-index: 50 !important;
  }
  /* line 68994, app/assets/stylesheets/tailwind.css */
  .md\:focus\:z-auto:focus {
    z-index: auto !important;
  }
  /* line 68998, app/assets/stylesheets/tailwind.css */
  .md\:order-1 {
    order: 1 !important;
  }
  /* line 69002, app/assets/stylesheets/tailwind.css */
  .md\:order-2 {
    order: 2 !important;
  }
  /* line 69006, app/assets/stylesheets/tailwind.css */
  .md\:order-3 {
    order: 3 !important;
  }
  /* line 69010, app/assets/stylesheets/tailwind.css */
  .md\:order-4 {
    order: 4 !important;
  }
  /* line 69014, app/assets/stylesheets/tailwind.css */
  .md\:order-5 {
    order: 5 !important;
  }
  /* line 69018, app/assets/stylesheets/tailwind.css */
  .md\:order-6 {
    order: 6 !important;
  }
  /* line 69022, app/assets/stylesheets/tailwind.css */
  .md\:order-7 {
    order: 7 !important;
  }
  /* line 69026, app/assets/stylesheets/tailwind.css */
  .md\:order-8 {
    order: 8 !important;
  }
  /* line 69030, app/assets/stylesheets/tailwind.css */
  .md\:order-9 {
    order: 9 !important;
  }
  /* line 69034, app/assets/stylesheets/tailwind.css */
  .md\:order-10 {
    order: 10 !important;
  }
  /* line 69038, app/assets/stylesheets/tailwind.css */
  .md\:order-11 {
    order: 11 !important;
  }
  /* line 69042, app/assets/stylesheets/tailwind.css */
  .md\:order-12 {
    order: 12 !important;
  }
  /* line 69046, app/assets/stylesheets/tailwind.css */
  .md\:order-first {
    order: -9999 !important;
  }
  /* line 69050, app/assets/stylesheets/tailwind.css */
  .md\:order-last {
    order: 9999 !important;
  }
  /* line 69054, app/assets/stylesheets/tailwind.css */
  .md\:order-none {
    order: 0 !important;
  }
  /* line 69058, app/assets/stylesheets/tailwind.css */
  .md\:col-auto {
    grid-column: auto !important;
  }
  /* line 69062, app/assets/stylesheets/tailwind.css */
  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  /* line 69066, app/assets/stylesheets/tailwind.css */
  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  /* line 69070, app/assets/stylesheets/tailwind.css */
  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  /* line 69074, app/assets/stylesheets/tailwind.css */
  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  /* line 69078, app/assets/stylesheets/tailwind.css */
  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  /* line 69082, app/assets/stylesheets/tailwind.css */
  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  /* line 69086, app/assets/stylesheets/tailwind.css */
  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  /* line 69090, app/assets/stylesheets/tailwind.css */
  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  /* line 69094, app/assets/stylesheets/tailwind.css */
  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  /* line 69098, app/assets/stylesheets/tailwind.css */
  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  /* line 69102, app/assets/stylesheets/tailwind.css */
  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  /* line 69106, app/assets/stylesheets/tailwind.css */
  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  /* line 69110, app/assets/stylesheets/tailwind.css */
  .md\:col-span-full {
    grid-column: 1 / -1 !important;
  }
  /* line 69114, app/assets/stylesheets/tailwind.css */
  .md\:col-start-1 {
    grid-column-start: 1 !important;
  }
  /* line 69118, app/assets/stylesheets/tailwind.css */
  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }
  /* line 69122, app/assets/stylesheets/tailwind.css */
  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }
  /* line 69126, app/assets/stylesheets/tailwind.css */
  .md\:col-start-4 {
    grid-column-start: 4 !important;
  }
  /* line 69130, app/assets/stylesheets/tailwind.css */
  .md\:col-start-5 {
    grid-column-start: 5 !important;
  }
  /* line 69134, app/assets/stylesheets/tailwind.css */
  .md\:col-start-6 {
    grid-column-start: 6 !important;
  }
  /* line 69138, app/assets/stylesheets/tailwind.css */
  .md\:col-start-7 {
    grid-column-start: 7 !important;
  }
  /* line 69142, app/assets/stylesheets/tailwind.css */
  .md\:col-start-8 {
    grid-column-start: 8 !important;
  }
  /* line 69146, app/assets/stylesheets/tailwind.css */
  .md\:col-start-9 {
    grid-column-start: 9 !important;
  }
  /* line 69150, app/assets/stylesheets/tailwind.css */
  .md\:col-start-10 {
    grid-column-start: 10 !important;
  }
  /* line 69154, app/assets/stylesheets/tailwind.css */
  .md\:col-start-11 {
    grid-column-start: 11 !important;
  }
  /* line 69158, app/assets/stylesheets/tailwind.css */
  .md\:col-start-12 {
    grid-column-start: 12 !important;
  }
  /* line 69162, app/assets/stylesheets/tailwind.css */
  .md\:col-start-13 {
    grid-column-start: 13 !important;
  }
  /* line 69166, app/assets/stylesheets/tailwind.css */
  .md\:col-start-auto {
    grid-column-start: auto !important;
  }
  /* line 69170, app/assets/stylesheets/tailwind.css */
  .md\:col-end-1 {
    grid-column-end: 1 !important;
  }
  /* line 69174, app/assets/stylesheets/tailwind.css */
  .md\:col-end-2 {
    grid-column-end: 2 !important;
  }
  /* line 69178, app/assets/stylesheets/tailwind.css */
  .md\:col-end-3 {
    grid-column-end: 3 !important;
  }
  /* line 69182, app/assets/stylesheets/tailwind.css */
  .md\:col-end-4 {
    grid-column-end: 4 !important;
  }
  /* line 69186, app/assets/stylesheets/tailwind.css */
  .md\:col-end-5 {
    grid-column-end: 5 !important;
  }
  /* line 69190, app/assets/stylesheets/tailwind.css */
  .md\:col-end-6 {
    grid-column-end: 6 !important;
  }
  /* line 69194, app/assets/stylesheets/tailwind.css */
  .md\:col-end-7 {
    grid-column-end: 7 !important;
  }
  /* line 69198, app/assets/stylesheets/tailwind.css */
  .md\:col-end-8 {
    grid-column-end: 8 !important;
  }
  /* line 69202, app/assets/stylesheets/tailwind.css */
  .md\:col-end-9 {
    grid-column-end: 9 !important;
  }
  /* line 69206, app/assets/stylesheets/tailwind.css */
  .md\:col-end-10 {
    grid-column-end: 10 !important;
  }
  /* line 69210, app/assets/stylesheets/tailwind.css */
  .md\:col-end-11 {
    grid-column-end: 11 !important;
  }
  /* line 69214, app/assets/stylesheets/tailwind.css */
  .md\:col-end-12 {
    grid-column-end: 12 !important;
  }
  /* line 69218, app/assets/stylesheets/tailwind.css */
  .md\:col-end-13 {
    grid-column-end: 13 !important;
  }
  /* line 69222, app/assets/stylesheets/tailwind.css */
  .md\:col-end-auto {
    grid-column-end: auto !important;
  }
  /* line 69226, app/assets/stylesheets/tailwind.css */
  .md\:row-auto {
    grid-row: auto !important;
  }
  /* line 69230, app/assets/stylesheets/tailwind.css */
  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  /* line 69234, app/assets/stylesheets/tailwind.css */
  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  /* line 69238, app/assets/stylesheets/tailwind.css */
  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  /* line 69242, app/assets/stylesheets/tailwind.css */
  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  /* line 69246, app/assets/stylesheets/tailwind.css */
  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  /* line 69250, app/assets/stylesheets/tailwind.css */
  .md\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  /* line 69254, app/assets/stylesheets/tailwind.css */
  .md\:row-span-full {
    grid-row: 1 / -1 !important;
  }
  /* line 69258, app/assets/stylesheets/tailwind.css */
  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }
  /* line 69262, app/assets/stylesheets/tailwind.css */
  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }
  /* line 69266, app/assets/stylesheets/tailwind.css */
  .md\:row-start-3 {
    grid-row-start: 3 !important;
  }
  /* line 69270, app/assets/stylesheets/tailwind.css */
  .md\:row-start-4 {
    grid-row-start: 4 !important;
  }
  /* line 69274, app/assets/stylesheets/tailwind.css */
  .md\:row-start-5 {
    grid-row-start: 5 !important;
  }
  /* line 69278, app/assets/stylesheets/tailwind.css */
  .md\:row-start-6 {
    grid-row-start: 6 !important;
  }
  /* line 69282, app/assets/stylesheets/tailwind.css */
  .md\:row-start-7 {
    grid-row-start: 7 !important;
  }
  /* line 69286, app/assets/stylesheets/tailwind.css */
  .md\:row-start-auto {
    grid-row-start: auto !important;
  }
  /* line 69290, app/assets/stylesheets/tailwind.css */
  .md\:row-end-1 {
    grid-row-end: 1 !important;
  }
  /* line 69294, app/assets/stylesheets/tailwind.css */
  .md\:row-end-2 {
    grid-row-end: 2 !important;
  }
  /* line 69298, app/assets/stylesheets/tailwind.css */
  .md\:row-end-3 {
    grid-row-end: 3 !important;
  }
  /* line 69302, app/assets/stylesheets/tailwind.css */
  .md\:row-end-4 {
    grid-row-end: 4 !important;
  }
  /* line 69306, app/assets/stylesheets/tailwind.css */
  .md\:row-end-5 {
    grid-row-end: 5 !important;
  }
  /* line 69310, app/assets/stylesheets/tailwind.css */
  .md\:row-end-6 {
    grid-row-end: 6 !important;
  }
  /* line 69314, app/assets/stylesheets/tailwind.css */
  .md\:row-end-7 {
    grid-row-end: 7 !important;
  }
  /* line 69318, app/assets/stylesheets/tailwind.css */
  .md\:row-end-auto {
    grid-row-end: auto !important;
  }
  /* line 69322, app/assets/stylesheets/tailwind.css */
  .md\:float-right {
    float: right !important;
  }
  /* line 69326, app/assets/stylesheets/tailwind.css */
  .md\:float-left {
    float: left !important;
  }
  /* line 69330, app/assets/stylesheets/tailwind.css */
  .md\:float-none {
    float: none !important;
  }
  /* line 69334, app/assets/stylesheets/tailwind.css */
  .md\:clear-left {
    clear: left !important;
  }
  /* line 69338, app/assets/stylesheets/tailwind.css */
  .md\:clear-right {
    clear: right !important;
  }
  /* line 69342, app/assets/stylesheets/tailwind.css */
  .md\:clear-both {
    clear: both !important;
  }
  /* line 69346, app/assets/stylesheets/tailwind.css */
  .md\:clear-none {
    clear: none !important;
  }
  /* line 69350, app/assets/stylesheets/tailwind.css */
  .md\:m-0 {
    margin: 0px !important;
  }
  /* line 69354, app/assets/stylesheets/tailwind.css */
  .md\:m-1 {
    margin: 0.25rem !important;
  }
  /* line 69358, app/assets/stylesheets/tailwind.css */
  .md\:m-2 {
    margin: 0.5rem !important;
  }
  /* line 69362, app/assets/stylesheets/tailwind.css */
  .md\:m-3 {
    margin: 0.75rem !important;
  }
  /* line 69366, app/assets/stylesheets/tailwind.css */
  .md\:m-4 {
    margin: 1rem !important;
  }
  /* line 69370, app/assets/stylesheets/tailwind.css */
  .md\:m-5 {
    margin: 1.25rem !important;
  }
  /* line 69374, app/assets/stylesheets/tailwind.css */
  .md\:m-6 {
    margin: 1.5rem !important;
  }
  /* line 69378, app/assets/stylesheets/tailwind.css */
  .md\:m-7 {
    margin: 1.75rem !important;
  }
  /* line 69382, app/assets/stylesheets/tailwind.css */
  .md\:m-8 {
    margin: 2rem !important;
  }
  /* line 69386, app/assets/stylesheets/tailwind.css */
  .md\:m-9 {
    margin: 2.25rem !important;
  }
  /* line 69390, app/assets/stylesheets/tailwind.css */
  .md\:m-10 {
    margin: 2.5rem !important;
  }
  /* line 69394, app/assets/stylesheets/tailwind.css */
  .md\:m-11 {
    margin: 2.75rem !important;
  }
  /* line 69398, app/assets/stylesheets/tailwind.css */
  .md\:m-12 {
    margin: 3rem !important;
  }
  /* line 69402, app/assets/stylesheets/tailwind.css */
  .md\:m-14 {
    margin: 3.5rem !important;
  }
  /* line 69406, app/assets/stylesheets/tailwind.css */
  .md\:m-16 {
    margin: 4rem !important;
  }
  /* line 69410, app/assets/stylesheets/tailwind.css */
  .md\:m-20 {
    margin: 5rem !important;
  }
  /* line 69414, app/assets/stylesheets/tailwind.css */
  .md\:m-24 {
    margin: 6rem !important;
  }
  /* line 69418, app/assets/stylesheets/tailwind.css */
  .md\:m-28 {
    margin: 7rem !important;
  }
  /* line 69422, app/assets/stylesheets/tailwind.css */
  .md\:m-32 {
    margin: 8rem !important;
  }
  /* line 69426, app/assets/stylesheets/tailwind.css */
  .md\:m-36 {
    margin: 9rem !important;
  }
  /* line 69430, app/assets/stylesheets/tailwind.css */
  .md\:m-40 {
    margin: 10rem !important;
  }
  /* line 69434, app/assets/stylesheets/tailwind.css */
  .md\:m-44 {
    margin: 11rem !important;
  }
  /* line 69438, app/assets/stylesheets/tailwind.css */
  .md\:m-48 {
    margin: 12rem !important;
  }
  /* line 69442, app/assets/stylesheets/tailwind.css */
  .md\:m-52 {
    margin: 13rem !important;
  }
  /* line 69446, app/assets/stylesheets/tailwind.css */
  .md\:m-56 {
    margin: 14rem !important;
  }
  /* line 69450, app/assets/stylesheets/tailwind.css */
  .md\:m-60 {
    margin: 15rem !important;
  }
  /* line 69454, app/assets/stylesheets/tailwind.css */
  .md\:m-64 {
    margin: 16rem !important;
  }
  /* line 69458, app/assets/stylesheets/tailwind.css */
  .md\:m-72 {
    margin: 18rem !important;
  }
  /* line 69462, app/assets/stylesheets/tailwind.css */
  .md\:m-80 {
    margin: 20rem !important;
  }
  /* line 69466, app/assets/stylesheets/tailwind.css */
  .md\:m-96 {
    margin: 24rem !important;
  }
  /* line 69470, app/assets/stylesheets/tailwind.css */
  .md\:m-auto {
    margin: auto !important;
  }
  /* line 69474, app/assets/stylesheets/tailwind.css */
  .md\:m-px {
    margin: 1px !important;
  }
  /* line 69478, app/assets/stylesheets/tailwind.css */
  .md\:m-0\.5 {
    margin: 0.125rem !important;
  }
  /* line 69482, app/assets/stylesheets/tailwind.css */
  .md\:m-1\.5 {
    margin: 0.375rem !important;
  }
  /* line 69486, app/assets/stylesheets/tailwind.css */
  .md\:m-2\.5 {
    margin: 0.625rem !important;
  }
  /* line 69490, app/assets/stylesheets/tailwind.css */
  .md\:m-3\.5 {
    margin: 0.875rem !important;
  }
  /* line 69494, app/assets/stylesheets/tailwind.css */
  .md\:-m-0 {
    margin: 0px !important;
  }
  /* line 69498, app/assets/stylesheets/tailwind.css */
  .md\:-m-1 {
    margin: -0.25rem !important;
  }
  /* line 69502, app/assets/stylesheets/tailwind.css */
  .md\:-m-2 {
    margin: -0.5rem !important;
  }
  /* line 69506, app/assets/stylesheets/tailwind.css */
  .md\:-m-3 {
    margin: -0.75rem !important;
  }
  /* line 69510, app/assets/stylesheets/tailwind.css */
  .md\:-m-4 {
    margin: -1rem !important;
  }
  /* line 69514, app/assets/stylesheets/tailwind.css */
  .md\:-m-5 {
    margin: -1.25rem !important;
  }
  /* line 69518, app/assets/stylesheets/tailwind.css */
  .md\:-m-6 {
    margin: -1.5rem !important;
  }
  /* line 69522, app/assets/stylesheets/tailwind.css */
  .md\:-m-7 {
    margin: -1.75rem !important;
  }
  /* line 69526, app/assets/stylesheets/tailwind.css */
  .md\:-m-8 {
    margin: -2rem !important;
  }
  /* line 69530, app/assets/stylesheets/tailwind.css */
  .md\:-m-9 {
    margin: -2.25rem !important;
  }
  /* line 69534, app/assets/stylesheets/tailwind.css */
  .md\:-m-10 {
    margin: -2.5rem !important;
  }
  /* line 69538, app/assets/stylesheets/tailwind.css */
  .md\:-m-11 {
    margin: -2.75rem !important;
  }
  /* line 69542, app/assets/stylesheets/tailwind.css */
  .md\:-m-12 {
    margin: -3rem !important;
  }
  /* line 69546, app/assets/stylesheets/tailwind.css */
  .md\:-m-14 {
    margin: -3.5rem !important;
  }
  /* line 69550, app/assets/stylesheets/tailwind.css */
  .md\:-m-16 {
    margin: -4rem !important;
  }
  /* line 69554, app/assets/stylesheets/tailwind.css */
  .md\:-m-20 {
    margin: -5rem !important;
  }
  /* line 69558, app/assets/stylesheets/tailwind.css */
  .md\:-m-24 {
    margin: -6rem !important;
  }
  /* line 69562, app/assets/stylesheets/tailwind.css */
  .md\:-m-28 {
    margin: -7rem !important;
  }
  /* line 69566, app/assets/stylesheets/tailwind.css */
  .md\:-m-32 {
    margin: -8rem !important;
  }
  /* line 69570, app/assets/stylesheets/tailwind.css */
  .md\:-m-36 {
    margin: -9rem !important;
  }
  /* line 69574, app/assets/stylesheets/tailwind.css */
  .md\:-m-40 {
    margin: -10rem !important;
  }
  /* line 69578, app/assets/stylesheets/tailwind.css */
  .md\:-m-44 {
    margin: -11rem !important;
  }
  /* line 69582, app/assets/stylesheets/tailwind.css */
  .md\:-m-48 {
    margin: -12rem !important;
  }
  /* line 69586, app/assets/stylesheets/tailwind.css */
  .md\:-m-52 {
    margin: -13rem !important;
  }
  /* line 69590, app/assets/stylesheets/tailwind.css */
  .md\:-m-56 {
    margin: -14rem !important;
  }
  /* line 69594, app/assets/stylesheets/tailwind.css */
  .md\:-m-60 {
    margin: -15rem !important;
  }
  /* line 69598, app/assets/stylesheets/tailwind.css */
  .md\:-m-64 {
    margin: -16rem !important;
  }
  /* line 69602, app/assets/stylesheets/tailwind.css */
  .md\:-m-72 {
    margin: -18rem !important;
  }
  /* line 69606, app/assets/stylesheets/tailwind.css */
  .md\:-m-80 {
    margin: -20rem !important;
  }
  /* line 69610, app/assets/stylesheets/tailwind.css */
  .md\:-m-96 {
    margin: -24rem !important;
  }
  /* line 69614, app/assets/stylesheets/tailwind.css */
  .md\:-m-px {
    margin: -1px !important;
  }
  /* line 69618, app/assets/stylesheets/tailwind.css */
  .md\:-m-0\.5 {
    margin: -0.125rem !important;
  }
  /* line 69622, app/assets/stylesheets/tailwind.css */
  .md\:-m-1\.5 {
    margin: -0.375rem !important;
  }
  /* line 69626, app/assets/stylesheets/tailwind.css */
  .md\:-m-2\.5 {
    margin: -0.625rem !important;
  }
  /* line 69630, app/assets/stylesheets/tailwind.css */
  .md\:-m-3\.5 {
    margin: -0.875rem !important;
  }
  /* line 69634, app/assets/stylesheets/tailwind.css */
  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 69639, app/assets/stylesheets/tailwind.css */
  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  /* line 69644, app/assets/stylesheets/tailwind.css */
  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 69649, app/assets/stylesheets/tailwind.css */
  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  /* line 69654, app/assets/stylesheets/tailwind.css */
  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 69659, app/assets/stylesheets/tailwind.css */
  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  /* line 69664, app/assets/stylesheets/tailwind.css */
  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 69669, app/assets/stylesheets/tailwind.css */
  .md\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  /* line 69674, app/assets/stylesheets/tailwind.css */
  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  /* line 69679, app/assets/stylesheets/tailwind.css */
  .md\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  /* line 69684, app/assets/stylesheets/tailwind.css */
  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 69689, app/assets/stylesheets/tailwind.css */
  .md\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  /* line 69694, app/assets/stylesheets/tailwind.css */
  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 69699, app/assets/stylesheets/tailwind.css */
  .md\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  /* line 69704, app/assets/stylesheets/tailwind.css */
  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  /* line 69709, app/assets/stylesheets/tailwind.css */
  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 69714, app/assets/stylesheets/tailwind.css */
  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  /* line 69719, app/assets/stylesheets/tailwind.css */
  .md\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  /* line 69724, app/assets/stylesheets/tailwind.css */
  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  /* line 69729, app/assets/stylesheets/tailwind.css */
  .md\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  /* line 69734, app/assets/stylesheets/tailwind.css */
  .md\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  /* line 69739, app/assets/stylesheets/tailwind.css */
  .md\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  /* line 69744, app/assets/stylesheets/tailwind.css */
  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  /* line 69749, app/assets/stylesheets/tailwind.css */
  .md\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  /* line 69754, app/assets/stylesheets/tailwind.css */
  .md\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  /* line 69759, app/assets/stylesheets/tailwind.css */
  .md\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  /* line 69764, app/assets/stylesheets/tailwind.css */
  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  /* line 69769, app/assets/stylesheets/tailwind.css */
  .md\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  /* line 69774, app/assets/stylesheets/tailwind.css */
  .md\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  /* line 69779, app/assets/stylesheets/tailwind.css */
  .md\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  /* line 69784, app/assets/stylesheets/tailwind.css */
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 69789, app/assets/stylesheets/tailwind.css */
  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  /* line 69794, app/assets/stylesheets/tailwind.css */
  .md\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }
  /* line 69799, app/assets/stylesheets/tailwind.css */
  .md\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  /* line 69804, app/assets/stylesheets/tailwind.css */
  .md\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  /* line 69809, app/assets/stylesheets/tailwind.css */
  .md\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }
  /* line 69814, app/assets/stylesheets/tailwind.css */
  .md\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 69819, app/assets/stylesheets/tailwind.css */
  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 69824, app/assets/stylesheets/tailwind.css */
  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 69829, app/assets/stylesheets/tailwind.css */
  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 69834, app/assets/stylesheets/tailwind.css */
  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 69839, app/assets/stylesheets/tailwind.css */
  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  /* line 69844, app/assets/stylesheets/tailwind.css */
  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 69849, app/assets/stylesheets/tailwind.css */
  .md\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  /* line 69854, app/assets/stylesheets/tailwind.css */
  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  /* line 69859, app/assets/stylesheets/tailwind.css */
  .md\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  /* line 69864, app/assets/stylesheets/tailwind.css */
  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  /* line 69869, app/assets/stylesheets/tailwind.css */
  .md\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  /* line 69874, app/assets/stylesheets/tailwind.css */
  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 69879, app/assets/stylesheets/tailwind.css */
  .md\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  /* line 69884, app/assets/stylesheets/tailwind.css */
  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  /* line 69889, app/assets/stylesheets/tailwind.css */
  .md\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  /* line 69894, app/assets/stylesheets/tailwind.css */
  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  /* line 69899, app/assets/stylesheets/tailwind.css */
  .md\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  /* line 69904, app/assets/stylesheets/tailwind.css */
  .md\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  /* line 69909, app/assets/stylesheets/tailwind.css */
  .md\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  /* line 69914, app/assets/stylesheets/tailwind.css */
  .md\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  /* line 69919, app/assets/stylesheets/tailwind.css */
  .md\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }
  /* line 69924, app/assets/stylesheets/tailwind.css */
  .md\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  /* line 69929, app/assets/stylesheets/tailwind.css */
  .md\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }
  /* line 69934, app/assets/stylesheets/tailwind.css */
  .md\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  /* line 69939, app/assets/stylesheets/tailwind.css */
  .md\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  /* line 69944, app/assets/stylesheets/tailwind.css */
  .md\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  /* line 69949, app/assets/stylesheets/tailwind.css */
  .md\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  /* line 69954, app/assets/stylesheets/tailwind.css */
  .md\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  /* line 69959, app/assets/stylesheets/tailwind.css */
  .md\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  /* line 69964, app/assets/stylesheets/tailwind.css */
  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  /* line 69969, app/assets/stylesheets/tailwind.css */
  .md\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }
  /* line 69974, app/assets/stylesheets/tailwind.css */
  .md\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }
  /* line 69979, app/assets/stylesheets/tailwind.css */
  .md\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }
  /* line 69984, app/assets/stylesheets/tailwind.css */
  .md\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }
  /* line 69989, app/assets/stylesheets/tailwind.css */
  .md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 69994, app/assets/stylesheets/tailwind.css */
  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 69999, app/assets/stylesheets/tailwind.css */
  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 70004, app/assets/stylesheets/tailwind.css */
  .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 70009, app/assets/stylesheets/tailwind.css */
  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 70014, app/assets/stylesheets/tailwind.css */
  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 70019, app/assets/stylesheets/tailwind.css */
  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 70024, app/assets/stylesheets/tailwind.css */
  .md\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 70029, app/assets/stylesheets/tailwind.css */
  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 70034, app/assets/stylesheets/tailwind.css */
  .md\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 70039, app/assets/stylesheets/tailwind.css */
  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 70044, app/assets/stylesheets/tailwind.css */
  .md\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  /* line 70049, app/assets/stylesheets/tailwind.css */
  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 70054, app/assets/stylesheets/tailwind.css */
  .md\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 70059, app/assets/stylesheets/tailwind.css */
  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 70064, app/assets/stylesheets/tailwind.css */
  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 70069, app/assets/stylesheets/tailwind.css */
  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 70074, app/assets/stylesheets/tailwind.css */
  .md\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 70079, app/assets/stylesheets/tailwind.css */
  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 70084, app/assets/stylesheets/tailwind.css */
  .md\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 70089, app/assets/stylesheets/tailwind.css */
  .md\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 70094, app/assets/stylesheets/tailwind.css */
  .md\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  /* line 70099, app/assets/stylesheets/tailwind.css */
  .md\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 70104, app/assets/stylesheets/tailwind.css */
  .md\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  /* line 70109, app/assets/stylesheets/tailwind.css */
  .md\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 70114, app/assets/stylesheets/tailwind.css */
  .md\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  /* line 70119, app/assets/stylesheets/tailwind.css */
  .md\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  /* line 70124, app/assets/stylesheets/tailwind.css */
  .md\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  /* line 70129, app/assets/stylesheets/tailwind.css */
  .md\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  /* line 70134, app/assets/stylesheets/tailwind.css */
  .md\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  /* line 70139, app/assets/stylesheets/tailwind.css */
  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 70144, app/assets/stylesheets/tailwind.css */
  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  /* line 70149, app/assets/stylesheets/tailwind.css */
  .md\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  /* line 70154, app/assets/stylesheets/tailwind.css */
  .md\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  /* line 70159, app/assets/stylesheets/tailwind.css */
  .md\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  /* line 70164, app/assets/stylesheets/tailwind.css */
  .md\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  /* line 70169, app/assets/stylesheets/tailwind.css */
  .md\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 70174, app/assets/stylesheets/tailwind.css */
  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 70179, app/assets/stylesheets/tailwind.css */
  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 70184, app/assets/stylesheets/tailwind.css */
  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 70189, app/assets/stylesheets/tailwind.css */
  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 70194, app/assets/stylesheets/tailwind.css */
  .md\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 70199, app/assets/stylesheets/tailwind.css */
  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 70204, app/assets/stylesheets/tailwind.css */
  .md\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  /* line 70209, app/assets/stylesheets/tailwind.css */
  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 70214, app/assets/stylesheets/tailwind.css */
  .md\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 70219, app/assets/stylesheets/tailwind.css */
  .md\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 70224, app/assets/stylesheets/tailwind.css */
  .md\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  /* line 70229, app/assets/stylesheets/tailwind.css */
  .md\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 70234, app/assets/stylesheets/tailwind.css */
  .md\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 70239, app/assets/stylesheets/tailwind.css */
  .md\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 70244, app/assets/stylesheets/tailwind.css */
  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 70249, app/assets/stylesheets/tailwind.css */
  .md\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 70254, app/assets/stylesheets/tailwind.css */
  .md\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 70259, app/assets/stylesheets/tailwind.css */
  .md\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 70264, app/assets/stylesheets/tailwind.css */
  .md\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 70269, app/assets/stylesheets/tailwind.css */
  .md\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 70274, app/assets/stylesheets/tailwind.css */
  .md\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  /* line 70279, app/assets/stylesheets/tailwind.css */
  .md\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 70284, app/assets/stylesheets/tailwind.css */
  .md\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  /* line 70289, app/assets/stylesheets/tailwind.css */
  .md\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 70294, app/assets/stylesheets/tailwind.css */
  .md\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  /* line 70299, app/assets/stylesheets/tailwind.css */
  .md\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  /* line 70304, app/assets/stylesheets/tailwind.css */
  .md\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  /* line 70309, app/assets/stylesheets/tailwind.css */
  .md\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  /* line 70314, app/assets/stylesheets/tailwind.css */
  .md\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  /* line 70319, app/assets/stylesheets/tailwind.css */
  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  /* line 70324, app/assets/stylesheets/tailwind.css */
  .md\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  /* line 70329, app/assets/stylesheets/tailwind.css */
  .md\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  /* line 70334, app/assets/stylesheets/tailwind.css */
  .md\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  /* line 70339, app/assets/stylesheets/tailwind.css */
  .md\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  /* line 70344, app/assets/stylesheets/tailwind.css */
  .md\:mt-0 {
    margin-top: 0px !important;
  }
  /* line 70348, app/assets/stylesheets/tailwind.css */
  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }
  /* line 70352, app/assets/stylesheets/tailwind.css */
  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }
  /* line 70356, app/assets/stylesheets/tailwind.css */
  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }
  /* line 70360, app/assets/stylesheets/tailwind.css */
  .md\:mt-4 {
    margin-top: 1rem !important;
  }
  /* line 70364, app/assets/stylesheets/tailwind.css */
  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }
  /* line 70368, app/assets/stylesheets/tailwind.css */
  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }
  /* line 70372, app/assets/stylesheets/tailwind.css */
  .md\:mt-7 {
    margin-top: 1.75rem !important;
  }
  /* line 70376, app/assets/stylesheets/tailwind.css */
  .md\:mt-8 {
    margin-top: 2rem !important;
  }
  /* line 70380, app/assets/stylesheets/tailwind.css */
  .md\:mt-9 {
    margin-top: 2.25rem !important;
  }
  /* line 70384, app/assets/stylesheets/tailwind.css */
  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }
  /* line 70388, app/assets/stylesheets/tailwind.css */
  .md\:mt-11 {
    margin-top: 2.75rem !important;
  }
  /* line 70392, app/assets/stylesheets/tailwind.css */
  .md\:mt-12 {
    margin-top: 3rem !important;
  }
  /* line 70396, app/assets/stylesheets/tailwind.css */
  .md\:mt-14 {
    margin-top: 3.5rem !important;
  }
  /* line 70400, app/assets/stylesheets/tailwind.css */
  .md\:mt-16 {
    margin-top: 4rem !important;
  }
  /* line 70404, app/assets/stylesheets/tailwind.css */
  .md\:mt-20 {
    margin-top: 5rem !important;
  }
  /* line 70408, app/assets/stylesheets/tailwind.css */
  .md\:mt-24 {
    margin-top: 6rem !important;
  }
  /* line 70412, app/assets/stylesheets/tailwind.css */
  .md\:mt-28 {
    margin-top: 7rem !important;
  }
  /* line 70416, app/assets/stylesheets/tailwind.css */
  .md\:mt-32 {
    margin-top: 8rem !important;
  }
  /* line 70420, app/assets/stylesheets/tailwind.css */
  .md\:mt-36 {
    margin-top: 9rem !important;
  }
  /* line 70424, app/assets/stylesheets/tailwind.css */
  .md\:mt-40 {
    margin-top: 10rem !important;
  }
  /* line 70428, app/assets/stylesheets/tailwind.css */
  .md\:mt-44 {
    margin-top: 11rem !important;
  }
  /* line 70432, app/assets/stylesheets/tailwind.css */
  .md\:mt-48 {
    margin-top: 12rem !important;
  }
  /* line 70436, app/assets/stylesheets/tailwind.css */
  .md\:mt-52 {
    margin-top: 13rem !important;
  }
  /* line 70440, app/assets/stylesheets/tailwind.css */
  .md\:mt-56 {
    margin-top: 14rem !important;
  }
  /* line 70444, app/assets/stylesheets/tailwind.css */
  .md\:mt-60 {
    margin-top: 15rem !important;
  }
  /* line 70448, app/assets/stylesheets/tailwind.css */
  .md\:mt-64 {
    margin-top: 16rem !important;
  }
  /* line 70452, app/assets/stylesheets/tailwind.css */
  .md\:mt-72 {
    margin-top: 18rem !important;
  }
  /* line 70456, app/assets/stylesheets/tailwind.css */
  .md\:mt-80 {
    margin-top: 20rem !important;
  }
  /* line 70460, app/assets/stylesheets/tailwind.css */
  .md\:mt-96 {
    margin-top: 24rem !important;
  }
  /* line 70464, app/assets/stylesheets/tailwind.css */
  .md\:mt-auto {
    margin-top: auto !important;
  }
  /* line 70468, app/assets/stylesheets/tailwind.css */
  .md\:mt-px {
    margin-top: 1px !important;
  }
  /* line 70472, app/assets/stylesheets/tailwind.css */
  .md\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }
  /* line 70476, app/assets/stylesheets/tailwind.css */
  .md\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }
  /* line 70480, app/assets/stylesheets/tailwind.css */
  .md\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }
  /* line 70484, app/assets/stylesheets/tailwind.css */
  .md\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }
  /* line 70488, app/assets/stylesheets/tailwind.css */
  .md\:-mt-0 {
    margin-top: 0px !important;
  }
  /* line 70492, app/assets/stylesheets/tailwind.css */
  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  /* line 70496, app/assets/stylesheets/tailwind.css */
  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  /* line 70500, app/assets/stylesheets/tailwind.css */
  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  /* line 70504, app/assets/stylesheets/tailwind.css */
  .md\:-mt-4 {
    margin-top: -1rem !important;
  }
  /* line 70508, app/assets/stylesheets/tailwind.css */
  .md\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  /* line 70512, app/assets/stylesheets/tailwind.css */
  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  /* line 70516, app/assets/stylesheets/tailwind.css */
  .md\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  /* line 70520, app/assets/stylesheets/tailwind.css */
  .md\:-mt-8 {
    margin-top: -2rem !important;
  }
  /* line 70524, app/assets/stylesheets/tailwind.css */
  .md\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  /* line 70528, app/assets/stylesheets/tailwind.css */
  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  /* line 70532, app/assets/stylesheets/tailwind.css */
  .md\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  /* line 70536, app/assets/stylesheets/tailwind.css */
  .md\:-mt-12 {
    margin-top: -3rem !important;
  }
  /* line 70540, app/assets/stylesheets/tailwind.css */
  .md\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  /* line 70544, app/assets/stylesheets/tailwind.css */
  .md\:-mt-16 {
    margin-top: -4rem !important;
  }
  /* line 70548, app/assets/stylesheets/tailwind.css */
  .md\:-mt-20 {
    margin-top: -5rem !important;
  }
  /* line 70552, app/assets/stylesheets/tailwind.css */
  .md\:-mt-24 {
    margin-top: -6rem !important;
  }
  /* line 70556, app/assets/stylesheets/tailwind.css */
  .md\:-mt-28 {
    margin-top: -7rem !important;
  }
  /* line 70560, app/assets/stylesheets/tailwind.css */
  .md\:-mt-32 {
    margin-top: -8rem !important;
  }
  /* line 70564, app/assets/stylesheets/tailwind.css */
  .md\:-mt-36 {
    margin-top: -9rem !important;
  }
  /* line 70568, app/assets/stylesheets/tailwind.css */
  .md\:-mt-40 {
    margin-top: -10rem !important;
  }
  /* line 70572, app/assets/stylesheets/tailwind.css */
  .md\:-mt-44 {
    margin-top: -11rem !important;
  }
  /* line 70576, app/assets/stylesheets/tailwind.css */
  .md\:-mt-48 {
    margin-top: -12rem !important;
  }
  /* line 70580, app/assets/stylesheets/tailwind.css */
  .md\:-mt-52 {
    margin-top: -13rem !important;
  }
  /* line 70584, app/assets/stylesheets/tailwind.css */
  .md\:-mt-56 {
    margin-top: -14rem !important;
  }
  /* line 70588, app/assets/stylesheets/tailwind.css */
  .md\:-mt-60 {
    margin-top: -15rem !important;
  }
  /* line 70592, app/assets/stylesheets/tailwind.css */
  .md\:-mt-64 {
    margin-top: -16rem !important;
  }
  /* line 70596, app/assets/stylesheets/tailwind.css */
  .md\:-mt-72 {
    margin-top: -18rem !important;
  }
  /* line 70600, app/assets/stylesheets/tailwind.css */
  .md\:-mt-80 {
    margin-top: -20rem !important;
  }
  /* line 70604, app/assets/stylesheets/tailwind.css */
  .md\:-mt-96 {
    margin-top: -24rem !important;
  }
  /* line 70608, app/assets/stylesheets/tailwind.css */
  .md\:-mt-px {
    margin-top: -1px !important;
  }
  /* line 70612, app/assets/stylesheets/tailwind.css */
  .md\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }
  /* line 70616, app/assets/stylesheets/tailwind.css */
  .md\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }
  /* line 70620, app/assets/stylesheets/tailwind.css */
  .md\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }
  /* line 70624, app/assets/stylesheets/tailwind.css */
  .md\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }
  /* line 70628, app/assets/stylesheets/tailwind.css */
  .md\:mr-0 {
    margin-right: 0px !important;
  }
  /* line 70632, app/assets/stylesheets/tailwind.css */
  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }
  /* line 70636, app/assets/stylesheets/tailwind.css */
  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }
  /* line 70640, app/assets/stylesheets/tailwind.css */
  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }
  /* line 70644, app/assets/stylesheets/tailwind.css */
  .md\:mr-4 {
    margin-right: 1rem !important;
  }
  /* line 70648, app/assets/stylesheets/tailwind.css */
  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }
  /* line 70652, app/assets/stylesheets/tailwind.css */
  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }
  /* line 70656, app/assets/stylesheets/tailwind.css */
  .md\:mr-7 {
    margin-right: 1.75rem !important;
  }
  /* line 70660, app/assets/stylesheets/tailwind.css */
  .md\:mr-8 {
    margin-right: 2rem !important;
  }
  /* line 70664, app/assets/stylesheets/tailwind.css */
  .md\:mr-9 {
    margin-right: 2.25rem !important;
  }
  /* line 70668, app/assets/stylesheets/tailwind.css */
  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }
  /* line 70672, app/assets/stylesheets/tailwind.css */
  .md\:mr-11 {
    margin-right: 2.75rem !important;
  }
  /* line 70676, app/assets/stylesheets/tailwind.css */
  .md\:mr-12 {
    margin-right: 3rem !important;
  }
  /* line 70680, app/assets/stylesheets/tailwind.css */
  .md\:mr-14 {
    margin-right: 3.5rem !important;
  }
  /* line 70684, app/assets/stylesheets/tailwind.css */
  .md\:mr-16 {
    margin-right: 4rem !important;
  }
  /* line 70688, app/assets/stylesheets/tailwind.css */
  .md\:mr-20 {
    margin-right: 5rem !important;
  }
  /* line 70692, app/assets/stylesheets/tailwind.css */
  .md\:mr-24 {
    margin-right: 6rem !important;
  }
  /* line 70696, app/assets/stylesheets/tailwind.css */
  .md\:mr-28 {
    margin-right: 7rem !important;
  }
  /* line 70700, app/assets/stylesheets/tailwind.css */
  .md\:mr-32 {
    margin-right: 8rem !important;
  }
  /* line 70704, app/assets/stylesheets/tailwind.css */
  .md\:mr-36 {
    margin-right: 9rem !important;
  }
  /* line 70708, app/assets/stylesheets/tailwind.css */
  .md\:mr-40 {
    margin-right: 10rem !important;
  }
  /* line 70712, app/assets/stylesheets/tailwind.css */
  .md\:mr-44 {
    margin-right: 11rem !important;
  }
  /* line 70716, app/assets/stylesheets/tailwind.css */
  .md\:mr-48 {
    margin-right: 12rem !important;
  }
  /* line 70720, app/assets/stylesheets/tailwind.css */
  .md\:mr-52 {
    margin-right: 13rem !important;
  }
  /* line 70724, app/assets/stylesheets/tailwind.css */
  .md\:mr-56 {
    margin-right: 14rem !important;
  }
  /* line 70728, app/assets/stylesheets/tailwind.css */
  .md\:mr-60 {
    margin-right: 15rem !important;
  }
  /* line 70732, app/assets/stylesheets/tailwind.css */
  .md\:mr-64 {
    margin-right: 16rem !important;
  }
  /* line 70736, app/assets/stylesheets/tailwind.css */
  .md\:mr-72 {
    margin-right: 18rem !important;
  }
  /* line 70740, app/assets/stylesheets/tailwind.css */
  .md\:mr-80 {
    margin-right: 20rem !important;
  }
  /* line 70744, app/assets/stylesheets/tailwind.css */
  .md\:mr-96 {
    margin-right: 24rem !important;
  }
  /* line 70748, app/assets/stylesheets/tailwind.css */
  .md\:mr-auto {
    margin-right: auto !important;
  }
  /* line 70752, app/assets/stylesheets/tailwind.css */
  .md\:mr-px {
    margin-right: 1px !important;
  }
  /* line 70756, app/assets/stylesheets/tailwind.css */
  .md\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }
  /* line 70760, app/assets/stylesheets/tailwind.css */
  .md\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }
  /* line 70764, app/assets/stylesheets/tailwind.css */
  .md\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }
  /* line 70768, app/assets/stylesheets/tailwind.css */
  .md\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }
  /* line 70772, app/assets/stylesheets/tailwind.css */
  .md\:-mr-0 {
    margin-right: 0px !important;
  }
  /* line 70776, app/assets/stylesheets/tailwind.css */
  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  /* line 70780, app/assets/stylesheets/tailwind.css */
  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  /* line 70784, app/assets/stylesheets/tailwind.css */
  .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  /* line 70788, app/assets/stylesheets/tailwind.css */
  .md\:-mr-4 {
    margin-right: -1rem !important;
  }
  /* line 70792, app/assets/stylesheets/tailwind.css */
  .md\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  /* line 70796, app/assets/stylesheets/tailwind.css */
  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  /* line 70800, app/assets/stylesheets/tailwind.css */
  .md\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  /* line 70804, app/assets/stylesheets/tailwind.css */
  .md\:-mr-8 {
    margin-right: -2rem !important;
  }
  /* line 70808, app/assets/stylesheets/tailwind.css */
  .md\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  /* line 70812, app/assets/stylesheets/tailwind.css */
  .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  /* line 70816, app/assets/stylesheets/tailwind.css */
  .md\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  /* line 70820, app/assets/stylesheets/tailwind.css */
  .md\:-mr-12 {
    margin-right: -3rem !important;
  }
  /* line 70824, app/assets/stylesheets/tailwind.css */
  .md\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  /* line 70828, app/assets/stylesheets/tailwind.css */
  .md\:-mr-16 {
    margin-right: -4rem !important;
  }
  /* line 70832, app/assets/stylesheets/tailwind.css */
  .md\:-mr-20 {
    margin-right: -5rem !important;
  }
  /* line 70836, app/assets/stylesheets/tailwind.css */
  .md\:-mr-24 {
    margin-right: -6rem !important;
  }
  /* line 70840, app/assets/stylesheets/tailwind.css */
  .md\:-mr-28 {
    margin-right: -7rem !important;
  }
  /* line 70844, app/assets/stylesheets/tailwind.css */
  .md\:-mr-32 {
    margin-right: -8rem !important;
  }
  /* line 70848, app/assets/stylesheets/tailwind.css */
  .md\:-mr-36 {
    margin-right: -9rem !important;
  }
  /* line 70852, app/assets/stylesheets/tailwind.css */
  .md\:-mr-40 {
    margin-right: -10rem !important;
  }
  /* line 70856, app/assets/stylesheets/tailwind.css */
  .md\:-mr-44 {
    margin-right: -11rem !important;
  }
  /* line 70860, app/assets/stylesheets/tailwind.css */
  .md\:-mr-48 {
    margin-right: -12rem !important;
  }
  /* line 70864, app/assets/stylesheets/tailwind.css */
  .md\:-mr-52 {
    margin-right: -13rem !important;
  }
  /* line 70868, app/assets/stylesheets/tailwind.css */
  .md\:-mr-56 {
    margin-right: -14rem !important;
  }
  /* line 70872, app/assets/stylesheets/tailwind.css */
  .md\:-mr-60 {
    margin-right: -15rem !important;
  }
  /* line 70876, app/assets/stylesheets/tailwind.css */
  .md\:-mr-64 {
    margin-right: -16rem !important;
  }
  /* line 70880, app/assets/stylesheets/tailwind.css */
  .md\:-mr-72 {
    margin-right: -18rem !important;
  }
  /* line 70884, app/assets/stylesheets/tailwind.css */
  .md\:-mr-80 {
    margin-right: -20rem !important;
  }
  /* line 70888, app/assets/stylesheets/tailwind.css */
  .md\:-mr-96 {
    margin-right: -24rem !important;
  }
  /* line 70892, app/assets/stylesheets/tailwind.css */
  .md\:-mr-px {
    margin-right: -1px !important;
  }
  /* line 70896, app/assets/stylesheets/tailwind.css */
  .md\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }
  /* line 70900, app/assets/stylesheets/tailwind.css */
  .md\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }
  /* line 70904, app/assets/stylesheets/tailwind.css */
  .md\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }
  /* line 70908, app/assets/stylesheets/tailwind.css */
  .md\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }
  /* line 70912, app/assets/stylesheets/tailwind.css */
  .md\:mb-0 {
    margin-bottom: 0px !important;
  }
  /* line 70916, app/assets/stylesheets/tailwind.css */
  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 70920, app/assets/stylesheets/tailwind.css */
  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 70924, app/assets/stylesheets/tailwind.css */
  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 70928, app/assets/stylesheets/tailwind.css */
  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }
  /* line 70932, app/assets/stylesheets/tailwind.css */
  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 70936, app/assets/stylesheets/tailwind.css */
  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 70940, app/assets/stylesheets/tailwind.css */
  .md\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 70944, app/assets/stylesheets/tailwind.css */
  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }
  /* line 70948, app/assets/stylesheets/tailwind.css */
  .md\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  /* line 70952, app/assets/stylesheets/tailwind.css */
  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  /* line 70956, app/assets/stylesheets/tailwind.css */
  .md\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  /* line 70960, app/assets/stylesheets/tailwind.css */
  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }
  /* line 70964, app/assets/stylesheets/tailwind.css */
  .md\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  /* line 70968, app/assets/stylesheets/tailwind.css */
  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }
  /* line 70972, app/assets/stylesheets/tailwind.css */
  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }
  /* line 70976, app/assets/stylesheets/tailwind.css */
  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }
  /* line 70980, app/assets/stylesheets/tailwind.css */
  .md\:mb-28 {
    margin-bottom: 7rem !important;
  }
  /* line 70984, app/assets/stylesheets/tailwind.css */
  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }
  /* line 70988, app/assets/stylesheets/tailwind.css */
  .md\:mb-36 {
    margin-bottom: 9rem !important;
  }
  /* line 70992, app/assets/stylesheets/tailwind.css */
  .md\:mb-40 {
    margin-bottom: 10rem !important;
  }
  /* line 70996, app/assets/stylesheets/tailwind.css */
  .md\:mb-44 {
    margin-bottom: 11rem !important;
  }
  /* line 71000, app/assets/stylesheets/tailwind.css */
  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }
  /* line 71004, app/assets/stylesheets/tailwind.css */
  .md\:mb-52 {
    margin-bottom: 13rem !important;
  }
  /* line 71008, app/assets/stylesheets/tailwind.css */
  .md\:mb-56 {
    margin-bottom: 14rem !important;
  }
  /* line 71012, app/assets/stylesheets/tailwind.css */
  .md\:mb-60 {
    margin-bottom: 15rem !important;
  }
  /* line 71016, app/assets/stylesheets/tailwind.css */
  .md\:mb-64 {
    margin-bottom: 16rem !important;
  }
  /* line 71020, app/assets/stylesheets/tailwind.css */
  .md\:mb-72 {
    margin-bottom: 18rem !important;
  }
  /* line 71024, app/assets/stylesheets/tailwind.css */
  .md\:mb-80 {
    margin-bottom: 20rem !important;
  }
  /* line 71028, app/assets/stylesheets/tailwind.css */
  .md\:mb-96 {
    margin-bottom: 24rem !important;
  }
  /* line 71032, app/assets/stylesheets/tailwind.css */
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
  /* line 71036, app/assets/stylesheets/tailwind.css */
  .md\:mb-px {
    margin-bottom: 1px !important;
  }
  /* line 71040, app/assets/stylesheets/tailwind.css */
  .md\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }
  /* line 71044, app/assets/stylesheets/tailwind.css */
  .md\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }
  /* line 71048, app/assets/stylesheets/tailwind.css */
  .md\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }
  /* line 71052, app/assets/stylesheets/tailwind.css */
  .md\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }
  /* line 71056, app/assets/stylesheets/tailwind.css */
  .md\:-mb-0 {
    margin-bottom: 0px !important;
  }
  /* line 71060, app/assets/stylesheets/tailwind.css */
  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 71064, app/assets/stylesheets/tailwind.css */
  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 71068, app/assets/stylesheets/tailwind.css */
  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 71072, app/assets/stylesheets/tailwind.css */
  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  /* line 71076, app/assets/stylesheets/tailwind.css */
  .md\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  /* line 71080, app/assets/stylesheets/tailwind.css */
  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  /* line 71084, app/assets/stylesheets/tailwind.css */
  .md\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  /* line 71088, app/assets/stylesheets/tailwind.css */
  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  /* line 71092, app/assets/stylesheets/tailwind.css */
  .md\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  /* line 71096, app/assets/stylesheets/tailwind.css */
  .md\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  /* line 71100, app/assets/stylesheets/tailwind.css */
  .md\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  /* line 71104, app/assets/stylesheets/tailwind.css */
  .md\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  /* line 71108, app/assets/stylesheets/tailwind.css */
  .md\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  /* line 71112, app/assets/stylesheets/tailwind.css */
  .md\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  /* line 71116, app/assets/stylesheets/tailwind.css */
  .md\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  /* line 71120, app/assets/stylesheets/tailwind.css */
  .md\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  /* line 71124, app/assets/stylesheets/tailwind.css */
  .md\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  /* line 71128, app/assets/stylesheets/tailwind.css */
  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  /* line 71132, app/assets/stylesheets/tailwind.css */
  .md\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  /* line 71136, app/assets/stylesheets/tailwind.css */
  .md\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  /* line 71140, app/assets/stylesheets/tailwind.css */
  .md\:-mb-44 {
    margin-bottom: -11rem !important;
  }
  /* line 71144, app/assets/stylesheets/tailwind.css */
  .md\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  /* line 71148, app/assets/stylesheets/tailwind.css */
  .md\:-mb-52 {
    margin-bottom: -13rem !important;
  }
  /* line 71152, app/assets/stylesheets/tailwind.css */
  .md\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  /* line 71156, app/assets/stylesheets/tailwind.css */
  .md\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  /* line 71160, app/assets/stylesheets/tailwind.css */
  .md\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  /* line 71164, app/assets/stylesheets/tailwind.css */
  .md\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  /* line 71168, app/assets/stylesheets/tailwind.css */
  .md\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  /* line 71172, app/assets/stylesheets/tailwind.css */
  .md\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  /* line 71176, app/assets/stylesheets/tailwind.css */
  .md\:-mb-px {
    margin-bottom: -1px !important;
  }
  /* line 71180, app/assets/stylesheets/tailwind.css */
  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }
  /* line 71184, app/assets/stylesheets/tailwind.css */
  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }
  /* line 71188, app/assets/stylesheets/tailwind.css */
  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }
  /* line 71192, app/assets/stylesheets/tailwind.css */
  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }
  /* line 71196, app/assets/stylesheets/tailwind.css */
  .md\:ml-0 {
    margin-left: 0px !important;
  }
  /* line 71200, app/assets/stylesheets/tailwind.css */
  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }
  /* line 71204, app/assets/stylesheets/tailwind.css */
  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }
  /* line 71208, app/assets/stylesheets/tailwind.css */
  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }
  /* line 71212, app/assets/stylesheets/tailwind.css */
  .md\:ml-4 {
    margin-left: 1rem !important;
  }
  /* line 71216, app/assets/stylesheets/tailwind.css */
  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }
  /* line 71220, app/assets/stylesheets/tailwind.css */
  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }
  /* line 71224, app/assets/stylesheets/tailwind.css */
  .md\:ml-7 {
    margin-left: 1.75rem !important;
  }
  /* line 71228, app/assets/stylesheets/tailwind.css */
  .md\:ml-8 {
    margin-left: 2rem !important;
  }
  /* line 71232, app/assets/stylesheets/tailwind.css */
  .md\:ml-9 {
    margin-left: 2.25rem !important;
  }
  /* line 71236, app/assets/stylesheets/tailwind.css */
  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }
  /* line 71240, app/assets/stylesheets/tailwind.css */
  .md\:ml-11 {
    margin-left: 2.75rem !important;
  }
  /* line 71244, app/assets/stylesheets/tailwind.css */
  .md\:ml-12 {
    margin-left: 3rem !important;
  }
  /* line 71248, app/assets/stylesheets/tailwind.css */
  .md\:ml-14 {
    margin-left: 3.5rem !important;
  }
  /* line 71252, app/assets/stylesheets/tailwind.css */
  .md\:ml-16 {
    margin-left: 4rem !important;
  }
  /* line 71256, app/assets/stylesheets/tailwind.css */
  .md\:ml-20 {
    margin-left: 5rem !important;
  }
  /* line 71260, app/assets/stylesheets/tailwind.css */
  .md\:ml-24 {
    margin-left: 6rem !important;
  }
  /* line 71264, app/assets/stylesheets/tailwind.css */
  .md\:ml-28 {
    margin-left: 7rem !important;
  }
  /* line 71268, app/assets/stylesheets/tailwind.css */
  .md\:ml-32 {
    margin-left: 8rem !important;
  }
  /* line 71272, app/assets/stylesheets/tailwind.css */
  .md\:ml-36 {
    margin-left: 9rem !important;
  }
  /* line 71276, app/assets/stylesheets/tailwind.css */
  .md\:ml-40 {
    margin-left: 10rem !important;
  }
  /* line 71280, app/assets/stylesheets/tailwind.css */
  .md\:ml-44 {
    margin-left: 11rem !important;
  }
  /* line 71284, app/assets/stylesheets/tailwind.css */
  .md\:ml-48 {
    margin-left: 12rem !important;
  }
  /* line 71288, app/assets/stylesheets/tailwind.css */
  .md\:ml-52 {
    margin-left: 13rem !important;
  }
  /* line 71292, app/assets/stylesheets/tailwind.css */
  .md\:ml-56 {
    margin-left: 14rem !important;
  }
  /* line 71296, app/assets/stylesheets/tailwind.css */
  .md\:ml-60 {
    margin-left: 15rem !important;
  }
  /* line 71300, app/assets/stylesheets/tailwind.css */
  .md\:ml-64 {
    margin-left: 16rem !important;
  }
  /* line 71304, app/assets/stylesheets/tailwind.css */
  .md\:ml-72 {
    margin-left: 18rem !important;
  }
  /* line 71308, app/assets/stylesheets/tailwind.css */
  .md\:ml-80 {
    margin-left: 20rem !important;
  }
  /* line 71312, app/assets/stylesheets/tailwind.css */
  .md\:ml-96 {
    margin-left: 24rem !important;
  }
  /* line 71316, app/assets/stylesheets/tailwind.css */
  .md\:ml-auto {
    margin-left: auto !important;
  }
  /* line 71320, app/assets/stylesheets/tailwind.css */
  .md\:ml-px {
    margin-left: 1px !important;
  }
  /* line 71324, app/assets/stylesheets/tailwind.css */
  .md\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }
  /* line 71328, app/assets/stylesheets/tailwind.css */
  .md\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }
  /* line 71332, app/assets/stylesheets/tailwind.css */
  .md\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }
  /* line 71336, app/assets/stylesheets/tailwind.css */
  .md\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }
  /* line 71340, app/assets/stylesheets/tailwind.css */
  .md\:-ml-0 {
    margin-left: 0px !important;
  }
  /* line 71344, app/assets/stylesheets/tailwind.css */
  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  /* line 71348, app/assets/stylesheets/tailwind.css */
  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  /* line 71352, app/assets/stylesheets/tailwind.css */
  .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  /* line 71356, app/assets/stylesheets/tailwind.css */
  .md\:-ml-4 {
    margin-left: -1rem !important;
  }
  /* line 71360, app/assets/stylesheets/tailwind.css */
  .md\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  /* line 71364, app/assets/stylesheets/tailwind.css */
  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  /* line 71368, app/assets/stylesheets/tailwind.css */
  .md\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  /* line 71372, app/assets/stylesheets/tailwind.css */
  .md\:-ml-8 {
    margin-left: -2rem !important;
  }
  /* line 71376, app/assets/stylesheets/tailwind.css */
  .md\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  /* line 71380, app/assets/stylesheets/tailwind.css */
  .md\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  /* line 71384, app/assets/stylesheets/tailwind.css */
  .md\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  /* line 71388, app/assets/stylesheets/tailwind.css */
  .md\:-ml-12 {
    margin-left: -3rem !important;
  }
  /* line 71392, app/assets/stylesheets/tailwind.css */
  .md\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  /* line 71396, app/assets/stylesheets/tailwind.css */
  .md\:-ml-16 {
    margin-left: -4rem !important;
  }
  /* line 71400, app/assets/stylesheets/tailwind.css */
  .md\:-ml-20 {
    margin-left: -5rem !important;
  }
  /* line 71404, app/assets/stylesheets/tailwind.css */
  .md\:-ml-24 {
    margin-left: -6rem !important;
  }
  /* line 71408, app/assets/stylesheets/tailwind.css */
  .md\:-ml-28 {
    margin-left: -7rem !important;
  }
  /* line 71412, app/assets/stylesheets/tailwind.css */
  .md\:-ml-32 {
    margin-left: -8rem !important;
  }
  /* line 71416, app/assets/stylesheets/tailwind.css */
  .md\:-ml-36 {
    margin-left: -9rem !important;
  }
  /* line 71420, app/assets/stylesheets/tailwind.css */
  .md\:-ml-40 {
    margin-left: -10rem !important;
  }
  /* line 71424, app/assets/stylesheets/tailwind.css */
  .md\:-ml-44 {
    margin-left: -11rem !important;
  }
  /* line 71428, app/assets/stylesheets/tailwind.css */
  .md\:-ml-48 {
    margin-left: -12rem !important;
  }
  /* line 71432, app/assets/stylesheets/tailwind.css */
  .md\:-ml-52 {
    margin-left: -13rem !important;
  }
  /* line 71436, app/assets/stylesheets/tailwind.css */
  .md\:-ml-56 {
    margin-left: -14rem !important;
  }
  /* line 71440, app/assets/stylesheets/tailwind.css */
  .md\:-ml-60 {
    margin-left: -15rem !important;
  }
  /* line 71444, app/assets/stylesheets/tailwind.css */
  .md\:-ml-64 {
    margin-left: -16rem !important;
  }
  /* line 71448, app/assets/stylesheets/tailwind.css */
  .md\:-ml-72 {
    margin-left: -18rem !important;
  }
  /* line 71452, app/assets/stylesheets/tailwind.css */
  .md\:-ml-80 {
    margin-left: -20rem !important;
  }
  /* line 71456, app/assets/stylesheets/tailwind.css */
  .md\:-ml-96 {
    margin-left: -24rem !important;
  }
  /* line 71460, app/assets/stylesheets/tailwind.css */
  .md\:-ml-px {
    margin-left: -1px !important;
  }
  /* line 71464, app/assets/stylesheets/tailwind.css */
  .md\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }
  /* line 71468, app/assets/stylesheets/tailwind.css */
  .md\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }
  /* line 71472, app/assets/stylesheets/tailwind.css */
  .md\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }
  /* line 71476, app/assets/stylesheets/tailwind.css */
  .md\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }
  /* line 71480, app/assets/stylesheets/tailwind.css */
  .md\:box-border {
    box-sizing: border-box !important;
  }
  /* line 71484, app/assets/stylesheets/tailwind.css */
  .md\:box-content {
    box-sizing: content-box !important;
  }
  /* line 71488, app/assets/stylesheets/tailwind.css */
  .md\:block {
    display: block !important;
  }
  /* line 71492, app/assets/stylesheets/tailwind.css */
  .md\:inline-block {
    display: inline-block !important;
  }
  /* line 71496, app/assets/stylesheets/tailwind.css */
  .md\:inline {
    display: inline !important;
  }
  /* line 71500, app/assets/stylesheets/tailwind.css */
  .md\:flex {
    display: flex !important;
  }
  /* line 71504, app/assets/stylesheets/tailwind.css */
  .md\:inline-flex {
    display: inline-flex !important;
  }
  /* line 71508, app/assets/stylesheets/tailwind.css */
  .md\:table {
    display: table !important;
  }
  /* line 71512, app/assets/stylesheets/tailwind.css */
  .md\:inline-table {
    display: inline-table !important;
  }
  /* line 71516, app/assets/stylesheets/tailwind.css */
  .md\:table-caption {
    display: table-caption !important;
  }
  /* line 71520, app/assets/stylesheets/tailwind.css */
  .md\:table-cell {
    display: table-cell !important;
  }
  /* line 71524, app/assets/stylesheets/tailwind.css */
  .md\:table-column {
    display: table-column !important;
  }
  /* line 71528, app/assets/stylesheets/tailwind.css */
  .md\:table-column-group {
    display: table-column-group !important;
  }
  /* line 71532, app/assets/stylesheets/tailwind.css */
  .md\:table-footer-group {
    display: table-footer-group !important;
  }
  /* line 71536, app/assets/stylesheets/tailwind.css */
  .md\:table-header-group {
    display: table-header-group !important;
  }
  /* line 71540, app/assets/stylesheets/tailwind.css */
  .md\:table-row-group {
    display: table-row-group !important;
  }
  /* line 71544, app/assets/stylesheets/tailwind.css */
  .md\:table-row {
    display: table-row !important;
  }
  /* line 71548, app/assets/stylesheets/tailwind.css */
  .md\:flow-root {
    display: flow-root !important;
  }
  /* line 71552, app/assets/stylesheets/tailwind.css */
  .md\:grid {
    display: grid !important;
  }
  /* line 71556, app/assets/stylesheets/tailwind.css */
  .md\:inline-grid {
    display: inline-grid !important;
  }
  /* line 71560, app/assets/stylesheets/tailwind.css */
  .md\:contents {
    display: contents !important;
  }
  /* line 71564, app/assets/stylesheets/tailwind.css */
  .md\:list-item {
    display: list-item !important;
  }
  /* line 71568, app/assets/stylesheets/tailwind.css */
  .md\:hidden {
    display: none !important;
  }
  /* line 71572, app/assets/stylesheets/tailwind.css */
  .md\:h-0 {
    height: 0px !important;
  }
  /* line 71576, app/assets/stylesheets/tailwind.css */
  .md\:h-1 {
    height: 0.25rem !important;
  }
  /* line 71580, app/assets/stylesheets/tailwind.css */
  .md\:h-2 {
    height: 0.5rem !important;
  }
  /* line 71584, app/assets/stylesheets/tailwind.css */
  .md\:h-3 {
    height: 0.75rem !important;
  }
  /* line 71588, app/assets/stylesheets/tailwind.css */
  .md\:h-4 {
    height: 1rem !important;
  }
  /* line 71592, app/assets/stylesheets/tailwind.css */
  .md\:h-5 {
    height: 1.25rem !important;
  }
  /* line 71596, app/assets/stylesheets/tailwind.css */
  .md\:h-6 {
    height: 1.5rem !important;
  }
  /* line 71600, app/assets/stylesheets/tailwind.css */
  .md\:h-7 {
    height: 1.75rem !important;
  }
  /* line 71604, app/assets/stylesheets/tailwind.css */
  .md\:h-8 {
    height: 2rem !important;
  }
  /* line 71608, app/assets/stylesheets/tailwind.css */
  .md\:h-9 {
    height: 2.25rem !important;
  }
  /* line 71612, app/assets/stylesheets/tailwind.css */
  .md\:h-10 {
    height: 2.5rem !important;
  }
  /* line 71616, app/assets/stylesheets/tailwind.css */
  .md\:h-11 {
    height: 2.75rem !important;
  }
  /* line 71620, app/assets/stylesheets/tailwind.css */
  .md\:h-12 {
    height: 3rem !important;
  }
  /* line 71624, app/assets/stylesheets/tailwind.css */
  .md\:h-14 {
    height: 3.5rem !important;
  }
  /* line 71628, app/assets/stylesheets/tailwind.css */
  .md\:h-16 {
    height: 4rem !important;
  }
  /* line 71632, app/assets/stylesheets/tailwind.css */
  .md\:h-20 {
    height: 5rem !important;
  }
  /* line 71636, app/assets/stylesheets/tailwind.css */
  .md\:h-24 {
    height: 6rem !important;
  }
  /* line 71640, app/assets/stylesheets/tailwind.css */
  .md\:h-28 {
    height: 7rem !important;
  }
  /* line 71644, app/assets/stylesheets/tailwind.css */
  .md\:h-32 {
    height: 8rem !important;
  }
  /* line 71648, app/assets/stylesheets/tailwind.css */
  .md\:h-36 {
    height: 9rem !important;
  }
  /* line 71652, app/assets/stylesheets/tailwind.css */
  .md\:h-40 {
    height: 10rem !important;
  }
  /* line 71656, app/assets/stylesheets/tailwind.css */
  .md\:h-44 {
    height: 11rem !important;
  }
  /* line 71660, app/assets/stylesheets/tailwind.css */
  .md\:h-48 {
    height: 12rem !important;
  }
  /* line 71664, app/assets/stylesheets/tailwind.css */
  .md\:h-52 {
    height: 13rem !important;
  }
  /* line 71668, app/assets/stylesheets/tailwind.css */
  .md\:h-56 {
    height: 14rem !important;
  }
  /* line 71672, app/assets/stylesheets/tailwind.css */
  .md\:h-60 {
    height: 15rem !important;
  }
  /* line 71676, app/assets/stylesheets/tailwind.css */
  .md\:h-64 {
    height: 16rem !important;
  }
  /* line 71680, app/assets/stylesheets/tailwind.css */
  .md\:h-72 {
    height: 18rem !important;
  }
  /* line 71684, app/assets/stylesheets/tailwind.css */
  .md\:h-80 {
    height: 20rem !important;
  }
  /* line 71688, app/assets/stylesheets/tailwind.css */
  .md\:h-96 {
    height: 24rem !important;
  }
  /* line 71692, app/assets/stylesheets/tailwind.css */
  .md\:h-auto {
    height: auto !important;
  }
  /* line 71696, app/assets/stylesheets/tailwind.css */
  .md\:h-px {
    height: 1px !important;
  }
  /* line 71700, app/assets/stylesheets/tailwind.css */
  .md\:h-0\.5 {
    height: 0.125rem !important;
  }
  /* line 71704, app/assets/stylesheets/tailwind.css */
  .md\:h-1\.5 {
    height: 0.375rem !important;
  }
  /* line 71708, app/assets/stylesheets/tailwind.css */
  .md\:h-2\.5 {
    height: 0.625rem !important;
  }
  /* line 71712, app/assets/stylesheets/tailwind.css */
  .md\:h-3\.5 {
    height: 0.875rem !important;
  }
  /* line 71716, app/assets/stylesheets/tailwind.css */
  .md\:h-1\/2 {
    height: 50% !important;
  }
  /* line 71720, app/assets/stylesheets/tailwind.css */
  .md\:h-1\/3 {
    height: 33.333333% !important;
  }
  /* line 71724, app/assets/stylesheets/tailwind.css */
  .md\:h-2\/3 {
    height: 66.666667% !important;
  }
  /* line 71728, app/assets/stylesheets/tailwind.css */
  .md\:h-1\/4 {
    height: 25% !important;
  }
  /* line 71732, app/assets/stylesheets/tailwind.css */
  .md\:h-2\/4 {
    height: 50% !important;
  }
  /* line 71736, app/assets/stylesheets/tailwind.css */
  .md\:h-3\/4 {
    height: 75% !important;
  }
  /* line 71740, app/assets/stylesheets/tailwind.css */
  .md\:h-1\/5 {
    height: 20% !important;
  }
  /* line 71744, app/assets/stylesheets/tailwind.css */
  .md\:h-2\/5 {
    height: 40% !important;
  }
  /* line 71748, app/assets/stylesheets/tailwind.css */
  .md\:h-3\/5 {
    height: 60% !important;
  }
  /* line 71752, app/assets/stylesheets/tailwind.css */
  .md\:h-4\/5 {
    height: 80% !important;
  }
  /* line 71756, app/assets/stylesheets/tailwind.css */
  .md\:h-1\/6 {
    height: 16.666667% !important;
  }
  /* line 71760, app/assets/stylesheets/tailwind.css */
  .md\:h-2\/6 {
    height: 33.333333% !important;
  }
  /* line 71764, app/assets/stylesheets/tailwind.css */
  .md\:h-3\/6 {
    height: 50% !important;
  }
  /* line 71768, app/assets/stylesheets/tailwind.css */
  .md\:h-4\/6 {
    height: 66.666667% !important;
  }
  /* line 71772, app/assets/stylesheets/tailwind.css */
  .md\:h-5\/6 {
    height: 83.333333% !important;
  }
  /* line 71776, app/assets/stylesheets/tailwind.css */
  .md\:h-full {
    height: 100% !important;
  }
  /* line 71780, app/assets/stylesheets/tailwind.css */
  .md\:h-screen {
    height: 100vh !important;
  }
  /* line 71784, app/assets/stylesheets/tailwind.css */
  .md\:max-h-0 {
    max-height: 0px !important;
  }
  /* line 71788, app/assets/stylesheets/tailwind.css */
  .md\:max-h-1 {
    max-height: 0.25rem !important;
  }
  /* line 71792, app/assets/stylesheets/tailwind.css */
  .md\:max-h-2 {
    max-height: 0.5rem !important;
  }
  /* line 71796, app/assets/stylesheets/tailwind.css */
  .md\:max-h-3 {
    max-height: 0.75rem !important;
  }
  /* line 71800, app/assets/stylesheets/tailwind.css */
  .md\:max-h-4 {
    max-height: 1rem !important;
  }
  /* line 71804, app/assets/stylesheets/tailwind.css */
  .md\:max-h-5 {
    max-height: 1.25rem !important;
  }
  /* line 71808, app/assets/stylesheets/tailwind.css */
  .md\:max-h-6 {
    max-height: 1.5rem !important;
  }
  /* line 71812, app/assets/stylesheets/tailwind.css */
  .md\:max-h-7 {
    max-height: 1.75rem !important;
  }
  /* line 71816, app/assets/stylesheets/tailwind.css */
  .md\:max-h-8 {
    max-height: 2rem !important;
  }
  /* line 71820, app/assets/stylesheets/tailwind.css */
  .md\:max-h-9 {
    max-height: 2.25rem !important;
  }
  /* line 71824, app/assets/stylesheets/tailwind.css */
  .md\:max-h-10 {
    max-height: 2.5rem !important;
  }
  /* line 71828, app/assets/stylesheets/tailwind.css */
  .md\:max-h-11 {
    max-height: 2.75rem !important;
  }
  /* line 71832, app/assets/stylesheets/tailwind.css */
  .md\:max-h-12 {
    max-height: 3rem !important;
  }
  /* line 71836, app/assets/stylesheets/tailwind.css */
  .md\:max-h-14 {
    max-height: 3.5rem !important;
  }
  /* line 71840, app/assets/stylesheets/tailwind.css */
  .md\:max-h-16 {
    max-height: 4rem !important;
  }
  /* line 71844, app/assets/stylesheets/tailwind.css */
  .md\:max-h-20 {
    max-height: 5rem !important;
  }
  /* line 71848, app/assets/stylesheets/tailwind.css */
  .md\:max-h-24 {
    max-height: 6rem !important;
  }
  /* line 71852, app/assets/stylesheets/tailwind.css */
  .md\:max-h-28 {
    max-height: 7rem !important;
  }
  /* line 71856, app/assets/stylesheets/tailwind.css */
  .md\:max-h-32 {
    max-height: 8rem !important;
  }
  /* line 71860, app/assets/stylesheets/tailwind.css */
  .md\:max-h-36 {
    max-height: 9rem !important;
  }
  /* line 71864, app/assets/stylesheets/tailwind.css */
  .md\:max-h-40 {
    max-height: 10rem !important;
  }
  /* line 71868, app/assets/stylesheets/tailwind.css */
  .md\:max-h-44 {
    max-height: 11rem !important;
  }
  /* line 71872, app/assets/stylesheets/tailwind.css */
  .md\:max-h-48 {
    max-height: 12rem !important;
  }
  /* line 71876, app/assets/stylesheets/tailwind.css */
  .md\:max-h-52 {
    max-height: 13rem !important;
  }
  /* line 71880, app/assets/stylesheets/tailwind.css */
  .md\:max-h-56 {
    max-height: 14rem !important;
  }
  /* line 71884, app/assets/stylesheets/tailwind.css */
  .md\:max-h-60 {
    max-height: 15rem !important;
  }
  /* line 71888, app/assets/stylesheets/tailwind.css */
  .md\:max-h-64 {
    max-height: 16rem !important;
  }
  /* line 71892, app/assets/stylesheets/tailwind.css */
  .md\:max-h-72 {
    max-height: 18rem !important;
  }
  /* line 71896, app/assets/stylesheets/tailwind.css */
  .md\:max-h-80 {
    max-height: 20rem !important;
  }
  /* line 71900, app/assets/stylesheets/tailwind.css */
  .md\:max-h-96 {
    max-height: 24rem !important;
  }
  /* line 71904, app/assets/stylesheets/tailwind.css */
  .md\:max-h-px {
    max-height: 1px !important;
  }
  /* line 71908, app/assets/stylesheets/tailwind.css */
  .md\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }
  /* line 71912, app/assets/stylesheets/tailwind.css */
  .md\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }
  /* line 71916, app/assets/stylesheets/tailwind.css */
  .md\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }
  /* line 71920, app/assets/stylesheets/tailwind.css */
  .md\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }
  /* line 71924, app/assets/stylesheets/tailwind.css */
  .md\:max-h-full {
    max-height: 100% !important;
  }
  /* line 71928, app/assets/stylesheets/tailwind.css */
  .md\:max-h-screen {
    max-height: 100vh !important;
  }
  /* line 71932, app/assets/stylesheets/tailwind.css */
  .md\:min-h-0 {
    min-height: 0px !important;
  }
  /* line 71936, app/assets/stylesheets/tailwind.css */
  .md\:min-h-full {
    min-height: 100% !important;
  }
  /* line 71940, app/assets/stylesheets/tailwind.css */
  .md\:min-h-screen {
    min-height: 100vh !important;
  }
  /* line 71944, app/assets/stylesheets/tailwind.css */
  .md\:w-0 {
    width: 0px !important;
  }
  /* line 71948, app/assets/stylesheets/tailwind.css */
  .md\:w-1 {
    width: 0.25rem !important;
  }
  /* line 71952, app/assets/stylesheets/tailwind.css */
  .md\:w-2 {
    width: 0.5rem !important;
  }
  /* line 71956, app/assets/stylesheets/tailwind.css */
  .md\:w-3 {
    width: 0.75rem !important;
  }
  /* line 71960, app/assets/stylesheets/tailwind.css */
  .md\:w-4 {
    width: 1rem !important;
  }
  /* line 71964, app/assets/stylesheets/tailwind.css */
  .md\:w-5 {
    width: 1.25rem !important;
  }
  /* line 71968, app/assets/stylesheets/tailwind.css */
  .md\:w-6 {
    width: 1.5rem !important;
  }
  /* line 71972, app/assets/stylesheets/tailwind.css */
  .md\:w-7 {
    width: 1.75rem !important;
  }
  /* line 71976, app/assets/stylesheets/tailwind.css */
  .md\:w-8 {
    width: 2rem !important;
  }
  /* line 71980, app/assets/stylesheets/tailwind.css */
  .md\:w-9 {
    width: 2.25rem !important;
  }
  /* line 71984, app/assets/stylesheets/tailwind.css */
  .md\:w-10 {
    width: 2.5rem !important;
  }
  /* line 71988, app/assets/stylesheets/tailwind.css */
  .md\:w-11 {
    width: 2.75rem !important;
  }
  /* line 71992, app/assets/stylesheets/tailwind.css */
  .md\:w-12 {
    width: 3rem !important;
  }
  /* line 71996, app/assets/stylesheets/tailwind.css */
  .md\:w-14 {
    width: 3.5rem !important;
  }
  /* line 72000, app/assets/stylesheets/tailwind.css */
  .md\:w-16 {
    width: 4rem !important;
  }
  /* line 72004, app/assets/stylesheets/tailwind.css */
  .md\:w-20 {
    width: 5rem !important;
  }
  /* line 72008, app/assets/stylesheets/tailwind.css */
  .md\:w-24 {
    width: 6rem !important;
  }
  /* line 72012, app/assets/stylesheets/tailwind.css */
  .md\:w-28 {
    width: 7rem !important;
  }
  /* line 72016, app/assets/stylesheets/tailwind.css */
  .md\:w-32 {
    width: 8rem !important;
  }
  /* line 72020, app/assets/stylesheets/tailwind.css */
  .md\:w-36 {
    width: 9rem !important;
  }
  /* line 72024, app/assets/stylesheets/tailwind.css */
  .md\:w-40 {
    width: 10rem !important;
  }
  /* line 72028, app/assets/stylesheets/tailwind.css */
  .md\:w-44 {
    width: 11rem !important;
  }
  /* line 72032, app/assets/stylesheets/tailwind.css */
  .md\:w-48 {
    width: 12rem !important;
  }
  /* line 72036, app/assets/stylesheets/tailwind.css */
  .md\:w-52 {
    width: 13rem !important;
  }
  /* line 72040, app/assets/stylesheets/tailwind.css */
  .md\:w-56 {
    width: 14rem !important;
  }
  /* line 72044, app/assets/stylesheets/tailwind.css */
  .md\:w-60 {
    width: 15rem !important;
  }
  /* line 72048, app/assets/stylesheets/tailwind.css */
  .md\:w-64 {
    width: 16rem !important;
  }
  /* line 72052, app/assets/stylesheets/tailwind.css */
  .md\:w-72 {
    width: 18rem !important;
  }
  /* line 72056, app/assets/stylesheets/tailwind.css */
  .md\:w-80 {
    width: 20rem !important;
  }
  /* line 72060, app/assets/stylesheets/tailwind.css */
  .md\:w-96 {
    width: 24rem !important;
  }
  /* line 72064, app/assets/stylesheets/tailwind.css */
  .md\:w-128 {
    width: 32rem !important;
  }
  /* line 72068, app/assets/stylesheets/tailwind.css */
  .md\:w-auto {
    width: auto !important;
  }
  /* line 72072, app/assets/stylesheets/tailwind.css */
  .md\:w-px {
    width: 1px !important;
  }
  /* line 72076, app/assets/stylesheets/tailwind.css */
  .md\:w-0\.5 {
    width: 0.125rem !important;
  }
  /* line 72080, app/assets/stylesheets/tailwind.css */
  .md\:w-1\.5 {
    width: 0.375rem !important;
  }
  /* line 72084, app/assets/stylesheets/tailwind.css */
  .md\:w-2\.5 {
    width: 0.625rem !important;
  }
  /* line 72088, app/assets/stylesheets/tailwind.css */
  .md\:w-3\.5 {
    width: 0.875rem !important;
  }
  /* line 72092, app/assets/stylesheets/tailwind.css */
  .md\:w-1\/2 {
    width: 50% !important;
  }
  /* line 72096, app/assets/stylesheets/tailwind.css */
  .md\:w-1\/3 {
    width: 33.333333% !important;
  }
  /* line 72100, app/assets/stylesheets/tailwind.css */
  .md\:w-2\/3 {
    width: 66.666667% !important;
  }
  /* line 72104, app/assets/stylesheets/tailwind.css */
  .md\:w-1\/4 {
    width: 25% !important;
  }
  /* line 72108, app/assets/stylesheets/tailwind.css */
  .md\:w-2\/4 {
    width: 50% !important;
  }
  /* line 72112, app/assets/stylesheets/tailwind.css */
  .md\:w-3\/4 {
    width: 75% !important;
  }
  /* line 72116, app/assets/stylesheets/tailwind.css */
  .md\:w-1\/5 {
    width: 20% !important;
  }
  /* line 72120, app/assets/stylesheets/tailwind.css */
  .md\:w-2\/5 {
    width: 40% !important;
  }
  /* line 72124, app/assets/stylesheets/tailwind.css */
  .md\:w-3\/5 {
    width: 60% !important;
  }
  /* line 72128, app/assets/stylesheets/tailwind.css */
  .md\:w-4\/5 {
    width: 80% !important;
  }
  /* line 72132, app/assets/stylesheets/tailwind.css */
  .md\:w-1\/6 {
    width: 16.666667% !important;
  }
  /* line 72136, app/assets/stylesheets/tailwind.css */
  .md\:w-2\/6 {
    width: 33.333333% !important;
  }
  /* line 72140, app/assets/stylesheets/tailwind.css */
  .md\:w-3\/6 {
    width: 50% !important;
  }
  /* line 72144, app/assets/stylesheets/tailwind.css */
  .md\:w-4\/6 {
    width: 66.666667% !important;
  }
  /* line 72148, app/assets/stylesheets/tailwind.css */
  .md\:w-5\/6 {
    width: 83.333333% !important;
  }
  /* line 72152, app/assets/stylesheets/tailwind.css */
  .md\:w-1\/12 {
    width: 8.333333% !important;
  }
  /* line 72156, app/assets/stylesheets/tailwind.css */
  .md\:w-2\/12 {
    width: 16.666667% !important;
  }
  /* line 72160, app/assets/stylesheets/tailwind.css */
  .md\:w-3\/12 {
    width: 25% !important;
  }
  /* line 72164, app/assets/stylesheets/tailwind.css */
  .md\:w-4\/12 {
    width: 33.333333% !important;
  }
  /* line 72168, app/assets/stylesheets/tailwind.css */
  .md\:w-5\/12 {
    width: 41.666667% !important;
  }
  /* line 72172, app/assets/stylesheets/tailwind.css */
  .md\:w-6\/12 {
    width: 50% !important;
  }
  /* line 72176, app/assets/stylesheets/tailwind.css */
  .md\:w-7\/12 {
    width: 58.333333% !important;
  }
  /* line 72180, app/assets/stylesheets/tailwind.css */
  .md\:w-8\/12 {
    width: 66.666667% !important;
  }
  /* line 72184, app/assets/stylesheets/tailwind.css */
  .md\:w-9\/12 {
    width: 75% !important;
  }
  /* line 72188, app/assets/stylesheets/tailwind.css */
  .md\:w-10\/12 {
    width: 83.333333% !important;
  }
  /* line 72192, app/assets/stylesheets/tailwind.css */
  .md\:w-11\/12 {
    width: 91.666667% !important;
  }
  /* line 72196, app/assets/stylesheets/tailwind.css */
  .md\:w-full {
    width: 100% !important;
  }
  /* line 72200, app/assets/stylesheets/tailwind.css */
  .md\:w-screen {
    width: 100vw !important;
  }
  /* line 72204, app/assets/stylesheets/tailwind.css */
  .md\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 72209, app/assets/stylesheets/tailwind.css */
  .md\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 72214, app/assets/stylesheets/tailwind.css */
  .md\:min-w-0 {
    min-width: 0px !important;
  }
  /* line 72218, app/assets/stylesheets/tailwind.css */
  .md\:min-w-full {
    min-width: 100% !important;
  }
  /* line 72222, app/assets/stylesheets/tailwind.css */
  .md\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  /* line 72227, app/assets/stylesheets/tailwind.css */
  .md\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  /* line 72232, app/assets/stylesheets/tailwind.css */
  .md\:max-w-0 {
    max-width: 0rem !important;
  }
  /* line 72236, app/assets/stylesheets/tailwind.css */
  .md\:max-w-none {
    max-width: none !important;
  }
  /* line 72240, app/assets/stylesheets/tailwind.css */
  .md\:max-w-xs {
    max-width: 20rem !important;
  }
  /* line 72244, app/assets/stylesheets/tailwind.css */
  .md\:max-w-sm {
    max-width: 24rem !important;
  }
  /* line 72248, app/assets/stylesheets/tailwind.css */
  .md\:max-w-md {
    max-width: 28rem !important;
  }
  /* line 72252, app/assets/stylesheets/tailwind.css */
  .md\:max-w-lg {
    max-width: 32rem !important;
  }
  /* line 72256, app/assets/stylesheets/tailwind.css */
  .md\:max-w-xl {
    max-width: 36rem !important;
  }
  /* line 72260, app/assets/stylesheets/tailwind.css */
  .md\:max-w-2xl {
    max-width: 42rem !important;
  }
  /* line 72264, app/assets/stylesheets/tailwind.css */
  .md\:max-w-3xl {
    max-width: 48rem !important;
  }
  /* line 72268, app/assets/stylesheets/tailwind.css */
  .md\:max-w-4xl {
    max-width: 56rem !important;
  }
  /* line 72272, app/assets/stylesheets/tailwind.css */
  .md\:max-w-5xl {
    max-width: 64rem !important;
  }
  /* line 72276, app/assets/stylesheets/tailwind.css */
  .md\:max-w-6xl {
    max-width: 72rem !important;
  }
  /* line 72280, app/assets/stylesheets/tailwind.css */
  .md\:max-w-7xl {
    max-width: 80rem !important;
  }
  /* line 72284, app/assets/stylesheets/tailwind.css */
  .md\:max-w-full {
    max-width: 100% !important;
  }
  /* line 72288, app/assets/stylesheets/tailwind.css */
  .md\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 72293, app/assets/stylesheets/tailwind.css */
  .md\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 72298, app/assets/stylesheets/tailwind.css */
  .md\:max-w-prose {
    max-width: 65ch !important;
  }
  /* line 72302, app/assets/stylesheets/tailwind.css */
  .md\:max-w-screen-sm {
    max-width: 640px !important;
  }
  /* line 72306, app/assets/stylesheets/tailwind.css */
  .md\:max-w-screen-md {
    max-width: 768px !important;
  }
  /* line 72310, app/assets/stylesheets/tailwind.css */
  .md\:max-w-screen-lg {
    max-width: 1024px !important;
  }
  /* line 72314, app/assets/stylesheets/tailwind.css */
  .md\:max-w-screen-xl {
    max-width: 1280px !important;
  }
  /* line 72318, app/assets/stylesheets/tailwind.css */
  .md\:max-w-screen-2xl {
    max-width: 1536px !important;
  }
  /* line 72322, app/assets/stylesheets/tailwind.css */
  .md\:flex-1 {
    flex: 1 1 0% !important;
  }
  /* line 72326, app/assets/stylesheets/tailwind.css */
  .md\:flex-auto {
    flex: 1 1 auto !important;
  }
  /* line 72330, app/assets/stylesheets/tailwind.css */
  .md\:flex-initial {
    flex: 0 1 auto !important;
  }
  /* line 72334, app/assets/stylesheets/tailwind.css */
  .md\:flex-none {
    flex: none !important;
  }
  /* line 72338, app/assets/stylesheets/tailwind.css */
  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 72342, app/assets/stylesheets/tailwind.css */
  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }
  /* line 72346, app/assets/stylesheets/tailwind.css */
  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 72350, app/assets/stylesheets/tailwind.css */
  .md\:flex-grow {
    flex-grow: 1 !important;
  }
  /* line 72354, app/assets/stylesheets/tailwind.css */
  .md\:table-auto {
    table-layout: auto !important;
  }
  /* line 72358, app/assets/stylesheets/tailwind.css */
  .md\:table-fixed {
    table-layout: fixed !important;
  }
  /* line 72362, app/assets/stylesheets/tailwind.css */
  .md\:border-collapse {
    border-collapse: collapse !important;
  }
  /* line 72366, app/assets/stylesheets/tailwind.css */
  .md\:border-separate {
    border-collapse: separate !important;
  }
  /* line 72370, app/assets/stylesheets/tailwind.css */
  .md\:origin-center {
    transform-origin: center !important;
  }
  /* line 72374, app/assets/stylesheets/tailwind.css */
  .md\:origin-top {
    transform-origin: top !important;
  }
  /* line 72378, app/assets/stylesheets/tailwind.css */
  .md\:origin-top-right {
    transform-origin: top right !important;
  }
  /* line 72382, app/assets/stylesheets/tailwind.css */
  .md\:origin-right {
    transform-origin: right !important;
  }
  /* line 72386, app/assets/stylesheets/tailwind.css */
  .md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  /* line 72390, app/assets/stylesheets/tailwind.css */
  .md\:origin-bottom {
    transform-origin: bottom !important;
  }
  /* line 72394, app/assets/stylesheets/tailwind.css */
  .md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  /* line 72398, app/assets/stylesheets/tailwind.css */
  .md\:origin-left {
    transform-origin: left !important;
  }
  /* line 72402, app/assets/stylesheets/tailwind.css */
  .md\:origin-top-left {
    transform-origin: top left !important;
  }
  /* line 72406, app/assets/stylesheets/tailwind.css */
  .md\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  /* line 72417, app/assets/stylesheets/tailwind.css */
  .md\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  /* line 72428, app/assets/stylesheets/tailwind.css */
  .md\:transform-none {
    transform: none !important;
  }
  /* line 72432, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }
  /* line 72436, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 72440, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 72444, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 72448, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }
  /* line 72452, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 72456, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 72460, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 72464, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }
  /* line 72468, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 72472, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 72476, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 72480, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }
  /* line 72484, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 72488, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }
  /* line 72492, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }
  /* line 72496, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }
  /* line 72500, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }
  /* line 72504, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }
  /* line 72508, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }
  /* line 72512, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }
  /* line 72516, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }
  /* line 72520, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }
  /* line 72524, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }
  /* line 72528, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }
  /* line 72532, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }
  /* line 72536, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }
  /* line 72540, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-72 {
    --tw-translate-x: 18rem !important;
  }
  /* line 72544, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }
  /* line 72548, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }
  /* line 72552, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-px {
    --tw-translate-x: 1px !important;
  }
  /* line 72556, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 72560, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 72564, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 72568, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 72572, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }
  /* line 72576, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 72580, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 72584, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 72588, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }
  /* line 72592, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 72596, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 72600, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 72604, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }
  /* line 72608, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 72612, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 72616, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 72620, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }
  /* line 72624, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 72628, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }
  /* line 72632, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }
  /* line 72636, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }
  /* line 72640, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }
  /* line 72644, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }
  /* line 72648, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }
  /* line 72652, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }
  /* line 72656, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }
  /* line 72660, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }
  /* line 72664, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }
  /* line 72668, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }
  /* line 72672, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }
  /* line 72676, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }
  /* line 72680, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-72 {
    --tw-translate-x: -18rem !important;
  }
  /* line 72684, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }
  /* line 72688, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }
  /* line 72692, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }
  /* line 72696, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 72700, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 72704, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 72708, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 72712, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }
  /* line 72716, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 72720, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 72724, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }
  /* line 72728, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }
  /* line 72732, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }
  /* line 72736, app/assets/stylesheets/tailwind.css */
  .md\:translate-x-full {
    --tw-translate-x: 100% !important;
  }
  /* line 72740, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }
  /* line 72744, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 72748, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 72752, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }
  /* line 72756, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }
  /* line 72760, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }
  /* line 72764, app/assets/stylesheets/tailwind.css */
  .md\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }
  /* line 72768, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }
  /* line 72772, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 72776, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 72780, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 72784, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }
  /* line 72788, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 72792, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 72796, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 72800, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }
  /* line 72804, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 72808, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 72812, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 72816, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }
  /* line 72820, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 72824, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }
  /* line 72828, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }
  /* line 72832, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }
  /* line 72836, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }
  /* line 72840, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }
  /* line 72844, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }
  /* line 72848, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }
  /* line 72852, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }
  /* line 72856, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }
  /* line 72860, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }
  /* line 72864, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }
  /* line 72868, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }
  /* line 72872, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }
  /* line 72876, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-72 {
    --tw-translate-y: 18rem !important;
  }
  /* line 72880, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }
  /* line 72884, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }
  /* line 72888, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-px {
    --tw-translate-y: 1px !important;
  }
  /* line 72892, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 72896, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 72900, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 72904, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 72908, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }
  /* line 72912, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 72916, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 72920, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 72924, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }
  /* line 72928, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 72932, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 72936, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 72940, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }
  /* line 72944, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 72948, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 72952, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 72956, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }
  /* line 72960, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 72964, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }
  /* line 72968, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }
  /* line 72972, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }
  /* line 72976, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }
  /* line 72980, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }
  /* line 72984, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }
  /* line 72988, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }
  /* line 72992, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }
  /* line 72996, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }
  /* line 73000, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }
  /* line 73004, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }
  /* line 73008, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }
  /* line 73012, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }
  /* line 73016, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-72 {
    --tw-translate-y: -18rem !important;
  }
  /* line 73020, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }
  /* line 73024, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }
  /* line 73028, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }
  /* line 73032, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 73036, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 73040, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 73044, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 73048, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }
  /* line 73052, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 73056, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 73060, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }
  /* line 73064, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }
  /* line 73068, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }
  /* line 73072, app/assets/stylesheets/tailwind.css */
  .md\:translate-y-full {
    --tw-translate-y: 100% !important;
  }
  /* line 73076, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }
  /* line 73080, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 73084, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 73088, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }
  /* line 73092, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }
  /* line 73096, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }
  /* line 73100, app/assets/stylesheets/tailwind.css */
  .md\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }
  /* line 73104, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }
  /* line 73108, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 73112, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 73116, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 73120, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }
  /* line 73124, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 73128, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 73132, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 73136, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }
  /* line 73140, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 73144, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 73148, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 73152, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }
  /* line 73156, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 73160, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }
  /* line 73164, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }
  /* line 73168, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }
  /* line 73172, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }
  /* line 73176, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }
  /* line 73180, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }
  /* line 73184, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }
  /* line 73188, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }
  /* line 73192, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }
  /* line 73196, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }
  /* line 73200, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }
  /* line 73204, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }
  /* line 73208, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }
  /* line 73212, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }
  /* line 73216, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }
  /* line 73220, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }
  /* line 73224, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }
  /* line 73228, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 73232, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 73236, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 73240, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 73244, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }
  /* line 73248, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 73252, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 73256, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 73260, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }
  /* line 73264, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 73268, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 73272, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 73276, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }
  /* line 73280, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 73284, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 73288, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 73292, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }
  /* line 73296, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 73300, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }
  /* line 73304, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }
  /* line 73308, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }
  /* line 73312, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }
  /* line 73316, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }
  /* line 73320, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }
  /* line 73324, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }
  /* line 73328, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }
  /* line 73332, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }
  /* line 73336, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }
  /* line 73340, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }
  /* line 73344, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }
  /* line 73348, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }
  /* line 73352, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }
  /* line 73356, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }
  /* line 73360, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }
  /* line 73364, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }
  /* line 73368, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 73372, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 73376, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 73380, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 73384, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }
  /* line 73388, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 73392, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 73396, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }
  /* line 73400, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }
  /* line 73404, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }
  /* line 73408, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }
  /* line 73412, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }
  /* line 73416, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 73420, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 73424, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }
  /* line 73428, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }
  /* line 73432, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }
  /* line 73436, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }
  /* line 73440, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }
  /* line 73444, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 73448, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 73452, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 73456, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }
  /* line 73460, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 73464, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 73468, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 73472, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }
  /* line 73476, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 73480, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 73484, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 73488, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }
  /* line 73492, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 73496, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }
  /* line 73500, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }
  /* line 73504, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }
  /* line 73508, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }
  /* line 73512, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }
  /* line 73516, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }
  /* line 73520, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }
  /* line 73524, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }
  /* line 73528, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }
  /* line 73532, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }
  /* line 73536, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }
  /* line 73540, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }
  /* line 73544, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }
  /* line 73548, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }
  /* line 73552, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }
  /* line 73556, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }
  /* line 73560, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }
  /* line 73564, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 73568, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 73572, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 73576, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 73580, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }
  /* line 73584, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 73588, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 73592, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 73596, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }
  /* line 73600, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 73604, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 73608, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 73612, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }
  /* line 73616, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 73620, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 73624, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 73628, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }
  /* line 73632, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 73636, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }
  /* line 73640, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }
  /* line 73644, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }
  /* line 73648, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }
  /* line 73652, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }
  /* line 73656, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }
  /* line 73660, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }
  /* line 73664, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }
  /* line 73668, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }
  /* line 73672, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }
  /* line 73676, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }
  /* line 73680, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }
  /* line 73684, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }
  /* line 73688, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }
  /* line 73692, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }
  /* line 73696, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }
  /* line 73700, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }
  /* line 73704, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 73708, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 73712, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 73716, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 73720, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }
  /* line 73724, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 73728, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 73732, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }
  /* line 73736, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }
  /* line 73740, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }
  /* line 73744, app/assets/stylesheets/tailwind.css */
  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }
  /* line 73748, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }
  /* line 73752, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 73756, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 73760, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }
  /* line 73764, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }
  /* line 73768, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }
  /* line 73772, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }
  /* line 73776, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }
  /* line 73780, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 73784, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 73788, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 73792, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }
  /* line 73796, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 73800, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 73804, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 73808, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }
  /* line 73812, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 73816, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 73820, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 73824, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }
  /* line 73828, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 73832, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }
  /* line 73836, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }
  /* line 73840, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }
  /* line 73844, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }
  /* line 73848, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }
  /* line 73852, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }
  /* line 73856, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }
  /* line 73860, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }
  /* line 73864, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }
  /* line 73868, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }
  /* line 73872, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }
  /* line 73876, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }
  /* line 73880, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }
  /* line 73884, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }
  /* line 73888, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }
  /* line 73892, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }
  /* line 73896, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }
  /* line 73900, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 73904, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 73908, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 73912, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 73916, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }
  /* line 73920, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 73924, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 73928, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 73932, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }
  /* line 73936, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 73940, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 73944, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 73948, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }
  /* line 73952, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 73956, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 73960, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 73964, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }
  /* line 73968, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 73972, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }
  /* line 73976, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }
  /* line 73980, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }
  /* line 73984, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }
  /* line 73988, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }
  /* line 73992, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }
  /* line 73996, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }
  /* line 74000, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }
  /* line 74004, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }
  /* line 74008, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }
  /* line 74012, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }
  /* line 74016, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }
  /* line 74020, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }
  /* line 74024, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }
  /* line 74028, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }
  /* line 74032, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }
  /* line 74036, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }
  /* line 74040, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 74044, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 74048, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 74052, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 74056, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }
  /* line 74060, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 74064, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 74068, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }
  /* line 74072, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }
  /* line 74076, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }
  /* line 74080, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }
  /* line 74084, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }
  /* line 74088, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 74092, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 74096, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }
  /* line 74100, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }
  /* line 74104, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }
  /* line 74108, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }
  /* line 74112, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }
  /* line 74116, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 74120, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 74124, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 74128, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }
  /* line 74132, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 74136, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 74140, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 74144, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }
  /* line 74148, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 74152, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 74156, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 74160, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }
  /* line 74164, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 74168, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }
  /* line 74172, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }
  /* line 74176, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }
  /* line 74180, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }
  /* line 74184, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }
  /* line 74188, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }
  /* line 74192, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }
  /* line 74196, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }
  /* line 74200, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }
  /* line 74204, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }
  /* line 74208, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }
  /* line 74212, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }
  /* line 74216, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }
  /* line 74220, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }
  /* line 74224, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }
  /* line 74228, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }
  /* line 74232, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }
  /* line 74236, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 74240, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 74244, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 74248, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 74252, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }
  /* line 74256, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 74260, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 74264, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 74268, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }
  /* line 74272, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 74276, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 74280, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 74284, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }
  /* line 74288, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 74292, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 74296, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 74300, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }
  /* line 74304, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 74308, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }
  /* line 74312, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }
  /* line 74316, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }
  /* line 74320, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }
  /* line 74324, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }
  /* line 74328, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }
  /* line 74332, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }
  /* line 74336, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }
  /* line 74340, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }
  /* line 74344, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }
  /* line 74348, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }
  /* line 74352, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }
  /* line 74356, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }
  /* line 74360, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }
  /* line 74364, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }
  /* line 74368, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }
  /* line 74372, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }
  /* line 74376, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 74380, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 74384, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 74388, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 74392, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }
  /* line 74396, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 74400, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 74404, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }
  /* line 74408, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }
  /* line 74412, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }
  /* line 74416, app/assets/stylesheets/tailwind.css */
  .md\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }
  /* line 74420, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }
  /* line 74424, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 74428, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 74432, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }
  /* line 74436, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }
  /* line 74440, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }
  /* line 74444, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }
  /* line 74448, app/assets/stylesheets/tailwind.css */
  .md\:rotate-0 {
    --tw-rotate: 0deg !important;
  }
  /* line 74452, app/assets/stylesheets/tailwind.css */
  .md\:rotate-1 {
    --tw-rotate: 1deg !important;
  }
  /* line 74456, app/assets/stylesheets/tailwind.css */
  .md\:rotate-2 {
    --tw-rotate: 2deg !important;
  }
  /* line 74460, app/assets/stylesheets/tailwind.css */
  .md\:rotate-3 {
    --tw-rotate: 3deg !important;
  }
  /* line 74464, app/assets/stylesheets/tailwind.css */
  .md\:rotate-6 {
    --tw-rotate: 6deg !important;
  }
  /* line 74468, app/assets/stylesheets/tailwind.css */
  .md\:rotate-12 {
    --tw-rotate: 12deg !important;
  }
  /* line 74472, app/assets/stylesheets/tailwind.css */
  .md\:rotate-45 {
    --tw-rotate: 45deg !important;
  }
  /* line 74476, app/assets/stylesheets/tailwind.css */
  .md\:rotate-90 {
    --tw-rotate: 90deg !important;
  }
  /* line 74480, app/assets/stylesheets/tailwind.css */
  .md\:rotate-180 {
    --tw-rotate: 180deg !important;
  }
  /* line 74484, app/assets/stylesheets/tailwind.css */
  .md\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }
  /* line 74488, app/assets/stylesheets/tailwind.css */
  .md\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }
  /* line 74492, app/assets/stylesheets/tailwind.css */
  .md\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }
  /* line 74496, app/assets/stylesheets/tailwind.css */
  .md\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }
  /* line 74500, app/assets/stylesheets/tailwind.css */
  .md\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }
  /* line 74504, app/assets/stylesheets/tailwind.css */
  .md\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }
  /* line 74508, app/assets/stylesheets/tailwind.css */
  .md\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }
  /* line 74512, app/assets/stylesheets/tailwind.css */
  .md\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }
  /* line 74516, app/assets/stylesheets/tailwind.css */
  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }
  /* line 74520, app/assets/stylesheets/tailwind.css */
  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }
  /* line 74524, app/assets/stylesheets/tailwind.css */
  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }
  /* line 74528, app/assets/stylesheets/tailwind.css */
  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }
  /* line 74532, app/assets/stylesheets/tailwind.css */
  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }
  /* line 74536, app/assets/stylesheets/tailwind.css */
  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }
  /* line 74540, app/assets/stylesheets/tailwind.css */
  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }
  /* line 74544, app/assets/stylesheets/tailwind.css */
  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }
  /* line 74548, app/assets/stylesheets/tailwind.css */
  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }
  /* line 74552, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }
  /* line 74556, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }
  /* line 74560, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }
  /* line 74564, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }
  /* line 74568, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }
  /* line 74572, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }
  /* line 74576, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }
  /* line 74580, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }
  /* line 74584, app/assets/stylesheets/tailwind.css */
  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }
  /* line 74588, app/assets/stylesheets/tailwind.css */
  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }
  /* line 74592, app/assets/stylesheets/tailwind.css */
  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }
  /* line 74596, app/assets/stylesheets/tailwind.css */
  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }
  /* line 74600, app/assets/stylesheets/tailwind.css */
  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }
  /* line 74604, app/assets/stylesheets/tailwind.css */
  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }
  /* line 74608, app/assets/stylesheets/tailwind.css */
  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }
  /* line 74612, app/assets/stylesheets/tailwind.css */
  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }
  /* line 74616, app/assets/stylesheets/tailwind.css */
  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }
  /* line 74620, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }
  /* line 74624, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }
  /* line 74628, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }
  /* line 74632, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }
  /* line 74636, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }
  /* line 74640, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }
  /* line 74644, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }
  /* line 74648, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }
  /* line 74652, app/assets/stylesheets/tailwind.css */
  .md\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }
  /* line 74656, app/assets/stylesheets/tailwind.css */
  .md\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }
  /* line 74660, app/assets/stylesheets/tailwind.css */
  .md\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }
  /* line 74664, app/assets/stylesheets/tailwind.css */
  .md\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }
  /* line 74668, app/assets/stylesheets/tailwind.css */
  .md\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }
  /* line 74672, app/assets/stylesheets/tailwind.css */
  .md\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }
  /* line 74676, app/assets/stylesheets/tailwind.css */
  .md\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }
  /* line 74680, app/assets/stylesheets/tailwind.css */
  .md\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }
  /* line 74684, app/assets/stylesheets/tailwind.css */
  .md\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }
  /* line 74688, app/assets/stylesheets/tailwind.css */
  .md\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }
  /* line 74692, app/assets/stylesheets/tailwind.css */
  .md\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }
  /* line 74696, app/assets/stylesheets/tailwind.css */
  .md\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }
  /* line 74700, app/assets/stylesheets/tailwind.css */
  .md\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }
  /* line 74704, app/assets/stylesheets/tailwind.css */
  .md\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }
  /* line 74708, app/assets/stylesheets/tailwind.css */
  .md\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }
  /* line 74712, app/assets/stylesheets/tailwind.css */
  .md\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }
  /* line 74716, app/assets/stylesheets/tailwind.css */
  .md\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }
  /* line 74720, app/assets/stylesheets/tailwind.css */
  .md\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }
  /* line 74724, app/assets/stylesheets/tailwind.css */
  .md\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }
  /* line 74728, app/assets/stylesheets/tailwind.css */
  .md\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }
  /* line 74732, app/assets/stylesheets/tailwind.css */
  .md\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }
  /* line 74736, app/assets/stylesheets/tailwind.css */
  .md\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }
  /* line 74740, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }
  /* line 74744, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }
  /* line 74748, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }
  /* line 74752, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }
  /* line 74756, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }
  /* line 74760, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }
  /* line 74764, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }
  /* line 74768, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }
  /* line 74772, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }
  /* line 74776, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }
  /* line 74780, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }
  /* line 74784, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }
  /* line 74788, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }
  /* line 74792, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }
  /* line 74796, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }
  /* line 74800, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }
  /* line 74804, app/assets/stylesheets/tailwind.css */
  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }
  /* line 74808, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }
  /* line 74812, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }
  /* line 74816, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }
  /* line 74820, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }
  /* line 74824, app/assets/stylesheets/tailwind.css */
  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }
  /* line 74828, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }
  /* line 74832, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }
  /* line 74836, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }
  /* line 74840, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }
  /* line 74844, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }
  /* line 74848, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }
  /* line 74852, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }
  /* line 74856, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }
  /* line 74860, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }
  /* line 74864, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }
  /* line 74868, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }
  /* line 74872, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }
  /* line 74876, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }
  /* line 74880, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }
  /* line 74884, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }
  /* line 74888, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }
  /* line 74892, app/assets/stylesheets/tailwind.css */
  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }
  /* line 74896, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }
  /* line 74900, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }
  /* line 74904, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }
  /* line 74908, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }
  /* line 74912, app/assets/stylesheets/tailwind.css */
  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }
  /* line 74916, app/assets/stylesheets/tailwind.css */
  .md\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 74921, app/assets/stylesheets/tailwind.css */
  .md\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 74926, app/assets/stylesheets/tailwind.css */
  .md\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 74931, app/assets/stylesheets/tailwind.css */
  .md\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 74936, app/assets/stylesheets/tailwind.css */
  .md\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 74941, app/assets/stylesheets/tailwind.css */
  .md\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 74946, app/assets/stylesheets/tailwind.css */
  .md\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 74951, app/assets/stylesheets/tailwind.css */
  .md\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 74956, app/assets/stylesheets/tailwind.css */
  .md\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 74961, app/assets/stylesheets/tailwind.css */
  .md\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 74966, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 74971, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 74976, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 74981, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 74986, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 74991, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 74996, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 75001, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 75006, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 75011, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 75016, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 75021, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 75026, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 75031, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 75036, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 75041, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 75046, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 75051, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 75056, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 75061, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 75066, app/assets/stylesheets/tailwind.css */
  .md\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }
  /* line 75070, app/assets/stylesheets/tailwind.css */
  .md\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }
  /* line 75074, app/assets/stylesheets/tailwind.css */
  .md\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }
  /* line 75078, app/assets/stylesheets/tailwind.css */
  .md\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }
  /* line 75082, app/assets/stylesheets/tailwind.css */
  .md\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }
  /* line 75086, app/assets/stylesheets/tailwind.css */
  .md\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }
  /* line 75090, app/assets/stylesheets/tailwind.css */
  .md\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }
  /* line 75094, app/assets/stylesheets/tailwind.css */
  .md\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }
  /* line 75098, app/assets/stylesheets/tailwind.css */
  .md\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }
  /* line 75102, app/assets/stylesheets/tailwind.css */
  .md\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }
  /* line 75106, app/assets/stylesheets/tailwind.css */
  .md\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }
  /* line 75110, app/assets/stylesheets/tailwind.css */
  .md\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }
  /* line 75114, app/assets/stylesheets/tailwind.css */
  .md\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }
  /* line 75118, app/assets/stylesheets/tailwind.css */
  .md\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }
  /* line 75122, app/assets/stylesheets/tailwind.css */
  .md\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }
  /* line 75126, app/assets/stylesheets/tailwind.css */
  .md\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }
  /* line 75130, app/assets/stylesheets/tailwind.css */
  .md\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }
  /* line 75134, app/assets/stylesheets/tailwind.css */
  .md\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }
  /* line 75138, app/assets/stylesheets/tailwind.css */
  .md\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }
  /* line 75142, app/assets/stylesheets/tailwind.css */
  .md\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }
  /* line 75146, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }
  /* line 75150, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }
  /* line 75154, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }
  /* line 75158, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }
  /* line 75162, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }
  /* line 75166, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }
  /* line 75170, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }
  /* line 75174, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }
  /* line 75178, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }
  /* line 75182, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }
  /* line 75186, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }
  /* line 75190, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }
  /* line 75194, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }
  /* line 75198, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }
  /* line 75202, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }
  /* line 75206, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }
  /* line 75210, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }
  /* line 75214, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }
  /* line 75218, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }
  /* line 75222, app/assets/stylesheets/tailwind.css */
  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }
  /* line 75226, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }
  /* line 75230, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }
  /* line 75234, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }
  /* line 75238, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }
  /* line 75242, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }
  /* line 75246, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }
  /* line 75250, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }
  /* line 75254, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }
  /* line 75258, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }
  /* line 75262, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }
  /* line 75266, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }
  /* line 75270, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }
  /* line 75274, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }
  /* line 75278, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }
  /* line 75282, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }
  /* line 75286, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }
  /* line 75290, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }
  /* line 75294, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }
  /* line 75298, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }
  /* line 75302, app/assets/stylesheets/tailwind.css */
  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }
  /* line 75306, app/assets/stylesheets/tailwind.css */
  .md\:animate-none {
    animation: none !important;
  }
  /* line 75310, app/assets/stylesheets/tailwind.css */
  .md\:animate-spin {
    animation: spin 1s linear infinite !important;
  }
  /* line 75314, app/assets/stylesheets/tailwind.css */
  .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }
  /* line 75318, app/assets/stylesheets/tailwind.css */
  .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }
  /* line 75322, app/assets/stylesheets/tailwind.css */
  .md\:animate-bounce {
    animation: bounce 1s infinite !important;
  }
  /* line 75326, app/assets/stylesheets/tailwind.css */
  .md\:cursor-auto {
    cursor: auto !important;
  }
  /* line 75330, app/assets/stylesheets/tailwind.css */
  .md\:cursor-default {
    cursor: default !important;
  }
  /* line 75334, app/assets/stylesheets/tailwind.css */
  .md\:cursor-pointer {
    cursor: pointer !important;
  }
  /* line 75338, app/assets/stylesheets/tailwind.css */
  .md\:cursor-wait {
    cursor: wait !important;
  }
  /* line 75342, app/assets/stylesheets/tailwind.css */
  .md\:cursor-text {
    cursor: text !important;
  }
  /* line 75346, app/assets/stylesheets/tailwind.css */
  .md\:cursor-move {
    cursor: move !important;
  }
  /* line 75350, app/assets/stylesheets/tailwind.css */
  .md\:cursor-help {
    cursor: help !important;
  }
  /* line 75354, app/assets/stylesheets/tailwind.css */
  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  /* line 75358, app/assets/stylesheets/tailwind.css */
  .md\:select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }
  /* line 75365, app/assets/stylesheets/tailwind.css */
  .md\:select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }
  /* line 75372, app/assets/stylesheets/tailwind.css */
  .md\:select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }
  /* line 75379, app/assets/stylesheets/tailwind.css */
  .md\:select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }
  /* line 75386, app/assets/stylesheets/tailwind.css */
  .md\:resize-none {
    resize: none !important;
  }
  /* line 75390, app/assets/stylesheets/tailwind.css */
  .md\:resize-y {
    resize: vertical !important;
  }
  /* line 75394, app/assets/stylesheets/tailwind.css */
  .md\:resize-x {
    resize: horizontal !important;
  }
  /* line 75398, app/assets/stylesheets/tailwind.css */
  .md\:resize {
    resize: both !important;
  }
  /* line 75402, app/assets/stylesheets/tailwind.css */
  .md\:list-inside {
    list-style-position: inside !important;
  }
  /* line 75406, app/assets/stylesheets/tailwind.css */
  .md\:list-outside {
    list-style-position: outside !important;
  }
  /* line 75410, app/assets/stylesheets/tailwind.css */
  .md\:list-none {
    list-style-type: none !important;
  }
  /* line 75414, app/assets/stylesheets/tailwind.css */
  .md\:list-disc {
    list-style-type: disc !important;
  }
  /* line 75418, app/assets/stylesheets/tailwind.css */
  .md\:list-decimal {
    list-style-type: decimal !important;
  }
  /* line 75422, app/assets/stylesheets/tailwind.css */
  .md\:appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }
  /* line 75428, app/assets/stylesheets/tailwind.css */
  .md\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }
  /* line 75432, app/assets/stylesheets/tailwind.css */
  .md\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }
  /* line 75436, app/assets/stylesheets/tailwind.css */
  .md\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  /* line 75440, app/assets/stylesheets/tailwind.css */
  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  /* line 75444, app/assets/stylesheets/tailwind.css */
  .md\:grid-flow-row {
    grid-auto-flow: row !important;
  }
  /* line 75448, app/assets/stylesheets/tailwind.css */
  .md\:grid-flow-col {
    grid-auto-flow: column !important;
  }
  /* line 75452, app/assets/stylesheets/tailwind.css */
  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }
  /* line 75456, app/assets/stylesheets/tailwind.css */
  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }
  /* line 75460, app/assets/stylesheets/tailwind.css */
  .md\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }
  /* line 75464, app/assets/stylesheets/tailwind.css */
  .md\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }
  /* line 75468, app/assets/stylesheets/tailwind.css */
  .md\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }
  /* line 75472, app/assets/stylesheets/tailwind.css */
  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  /* line 75476, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  /* line 75480, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  /* line 75484, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  /* line 75488, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  /* line 75492, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  /* line 75496, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  /* line 75500, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  /* line 75504, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  /* line 75508, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  /* line 75512, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  /* line 75516, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  /* line 75520, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  /* line 75524, app/assets/stylesheets/tailwind.css */
  .md\:grid-cols-none {
    grid-template-columns: none !important;
  }
  /* line 75528, app/assets/stylesheets/tailwind.css */
  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  /* line 75532, app/assets/stylesheets/tailwind.css */
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }
  /* line 75536, app/assets/stylesheets/tailwind.css */
  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  /* line 75540, app/assets/stylesheets/tailwind.css */
  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  /* line 75544, app/assets/stylesheets/tailwind.css */
  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }
  /* line 75548, app/assets/stylesheets/tailwind.css */
  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }
  /* line 75552, app/assets/stylesheets/tailwind.css */
  .md\:grid-rows-none {
    grid-template-rows: none !important;
  }
  /* line 75556, app/assets/stylesheets/tailwind.css */
  .md\:flex-row {
    flex-direction: row !important;
  }
  /* line 75560, app/assets/stylesheets/tailwind.css */
  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 75564, app/assets/stylesheets/tailwind.css */
  .md\:flex-col {
    flex-direction: column !important;
  }
  /* line 75568, app/assets/stylesheets/tailwind.css */
  .md\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 75572, app/assets/stylesheets/tailwind.css */
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  /* line 75576, app/assets/stylesheets/tailwind.css */
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 75580, app/assets/stylesheets/tailwind.css */
  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 75584, app/assets/stylesheets/tailwind.css */
  .md\:place-content-center {
    place-content: center !important;
  }
  /* line 75588, app/assets/stylesheets/tailwind.css */
  .md\:place-content-start {
    place-content: start !important;
  }
  /* line 75592, app/assets/stylesheets/tailwind.css */
  .md\:place-content-end {
    place-content: end !important;
  }
  /* line 75596, app/assets/stylesheets/tailwind.css */
  .md\:place-content-between {
    place-content: space-between !important;
  }
  /* line 75600, app/assets/stylesheets/tailwind.css */
  .md\:place-content-around {
    place-content: space-around !important;
  }
  /* line 75604, app/assets/stylesheets/tailwind.css */
  .md\:place-content-evenly {
    place-content: space-evenly !important;
  }
  /* line 75608, app/assets/stylesheets/tailwind.css */
  .md\:place-content-stretch {
    place-content: stretch !important;
  }
  /* line 75612, app/assets/stylesheets/tailwind.css */
  .md\:place-items-start {
    place-items: start !important;
  }
  /* line 75616, app/assets/stylesheets/tailwind.css */
  .md\:place-items-end {
    place-items: end !important;
  }
  /* line 75620, app/assets/stylesheets/tailwind.css */
  .md\:place-items-center {
    place-items: center !important;
  }
  /* line 75624, app/assets/stylesheets/tailwind.css */
  .md\:place-items-stretch {
    place-items: stretch !important;
  }
  /* line 75628, app/assets/stylesheets/tailwind.css */
  .md\:content-center {
    align-content: center !important;
  }
  /* line 75632, app/assets/stylesheets/tailwind.css */
  .md\:content-start {
    align-content: flex-start !important;
  }
  /* line 75636, app/assets/stylesheets/tailwind.css */
  .md\:content-end {
    align-content: flex-end !important;
  }
  /* line 75640, app/assets/stylesheets/tailwind.css */
  .md\:content-between {
    align-content: space-between !important;
  }
  /* line 75644, app/assets/stylesheets/tailwind.css */
  .md\:content-around {
    align-content: space-around !important;
  }
  /* line 75648, app/assets/stylesheets/tailwind.css */
  .md\:content-evenly {
    align-content: space-evenly !important;
  }
  /* line 75652, app/assets/stylesheets/tailwind.css */
  .md\:items-start {
    align-items: flex-start !important;
  }
  /* line 75656, app/assets/stylesheets/tailwind.css */
  .md\:items-end {
    align-items: flex-end !important;
  }
  /* line 75660, app/assets/stylesheets/tailwind.css */
  .md\:items-center {
    align-items: center !important;
  }
  /* line 75664, app/assets/stylesheets/tailwind.css */
  .md\:items-baseline {
    align-items: baseline !important;
  }
  /* line 75668, app/assets/stylesheets/tailwind.css */
  .md\:items-stretch {
    align-items: stretch !important;
  }
  /* line 75672, app/assets/stylesheets/tailwind.css */
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  /* line 75676, app/assets/stylesheets/tailwind.css */
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  /* line 75680, app/assets/stylesheets/tailwind.css */
  .md\:justify-center {
    justify-content: center !important;
  }
  /* line 75684, app/assets/stylesheets/tailwind.css */
  .md\:justify-between {
    justify-content: space-between !important;
  }
  /* line 75688, app/assets/stylesheets/tailwind.css */
  .md\:justify-around {
    justify-content: space-around !important;
  }
  /* line 75692, app/assets/stylesheets/tailwind.css */
  .md\:justify-evenly {
    justify-content: space-evenly !important;
  }
  /* line 75696, app/assets/stylesheets/tailwind.css */
  .md\:justify-items-start {
    justify-items: start !important;
  }
  /* line 75700, app/assets/stylesheets/tailwind.css */
  .md\:justify-items-end {
    justify-items: end !important;
  }
  /* line 75704, app/assets/stylesheets/tailwind.css */
  .md\:justify-items-center {
    justify-items: center !important;
  }
  /* line 75708, app/assets/stylesheets/tailwind.css */
  .md\:justify-items-stretch {
    justify-items: stretch !important;
  }
  /* line 75712, app/assets/stylesheets/tailwind.css */
  .md\:gap-0 {
    gap: 0px !important;
  }
  /* line 75716, app/assets/stylesheets/tailwind.css */
  .md\:gap-1 {
    gap: 0.25rem !important;
  }
  /* line 75720, app/assets/stylesheets/tailwind.css */
  .md\:gap-2 {
    gap: 0.5rem !important;
  }
  /* line 75724, app/assets/stylesheets/tailwind.css */
  .md\:gap-3 {
    gap: 0.75rem !important;
  }
  /* line 75728, app/assets/stylesheets/tailwind.css */
  .md\:gap-4 {
    gap: 1rem !important;
  }
  /* line 75732, app/assets/stylesheets/tailwind.css */
  .md\:gap-5 {
    gap: 1.25rem !important;
  }
  /* line 75736, app/assets/stylesheets/tailwind.css */
  .md\:gap-6 {
    gap: 1.5rem !important;
  }
  /* line 75740, app/assets/stylesheets/tailwind.css */
  .md\:gap-7 {
    gap: 1.75rem !important;
  }
  /* line 75744, app/assets/stylesheets/tailwind.css */
  .md\:gap-8 {
    gap: 2rem !important;
  }
  /* line 75748, app/assets/stylesheets/tailwind.css */
  .md\:gap-9 {
    gap: 2.25rem !important;
  }
  /* line 75752, app/assets/stylesheets/tailwind.css */
  .md\:gap-10 {
    gap: 2.5rem !important;
  }
  /* line 75756, app/assets/stylesheets/tailwind.css */
  .md\:gap-11 {
    gap: 2.75rem !important;
  }
  /* line 75760, app/assets/stylesheets/tailwind.css */
  .md\:gap-12 {
    gap: 3rem !important;
  }
  /* line 75764, app/assets/stylesheets/tailwind.css */
  .md\:gap-14 {
    gap: 3.5rem !important;
  }
  /* line 75768, app/assets/stylesheets/tailwind.css */
  .md\:gap-16 {
    gap: 4rem !important;
  }
  /* line 75772, app/assets/stylesheets/tailwind.css */
  .md\:gap-20 {
    gap: 5rem !important;
  }
  /* line 75776, app/assets/stylesheets/tailwind.css */
  .md\:gap-24 {
    gap: 6rem !important;
  }
  /* line 75780, app/assets/stylesheets/tailwind.css */
  .md\:gap-28 {
    gap: 7rem !important;
  }
  /* line 75784, app/assets/stylesheets/tailwind.css */
  .md\:gap-32 {
    gap: 8rem !important;
  }
  /* line 75788, app/assets/stylesheets/tailwind.css */
  .md\:gap-36 {
    gap: 9rem !important;
  }
  /* line 75792, app/assets/stylesheets/tailwind.css */
  .md\:gap-40 {
    gap: 10rem !important;
  }
  /* line 75796, app/assets/stylesheets/tailwind.css */
  .md\:gap-44 {
    gap: 11rem !important;
  }
  /* line 75800, app/assets/stylesheets/tailwind.css */
  .md\:gap-48 {
    gap: 12rem !important;
  }
  /* line 75804, app/assets/stylesheets/tailwind.css */
  .md\:gap-52 {
    gap: 13rem !important;
  }
  /* line 75808, app/assets/stylesheets/tailwind.css */
  .md\:gap-56 {
    gap: 14rem !important;
  }
  /* line 75812, app/assets/stylesheets/tailwind.css */
  .md\:gap-60 {
    gap: 15rem !important;
  }
  /* line 75816, app/assets/stylesheets/tailwind.css */
  .md\:gap-64 {
    gap: 16rem !important;
  }
  /* line 75820, app/assets/stylesheets/tailwind.css */
  .md\:gap-72 {
    gap: 18rem !important;
  }
  /* line 75824, app/assets/stylesheets/tailwind.css */
  .md\:gap-80 {
    gap: 20rem !important;
  }
  /* line 75828, app/assets/stylesheets/tailwind.css */
  .md\:gap-96 {
    gap: 24rem !important;
  }
  /* line 75832, app/assets/stylesheets/tailwind.css */
  .md\:gap-px {
    gap: 1px !important;
  }
  /* line 75836, app/assets/stylesheets/tailwind.css */
  .md\:gap-0\.5 {
    gap: 0.125rem !important;
  }
  /* line 75840, app/assets/stylesheets/tailwind.css */
  .md\:gap-1\.5 {
    gap: 0.375rem !important;
  }
  /* line 75844, app/assets/stylesheets/tailwind.css */
  .md\:gap-2\.5 {
    gap: 0.625rem !important;
  }
  /* line 75848, app/assets/stylesheets/tailwind.css */
  .md\:gap-3\.5 {
    gap: 0.875rem !important;
  }
  /* line 75852, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-0 {
    -moz-column-gap: 0px !important;
    column-gap: 0px !important;
  }
  /* line 75857, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 75862, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 75867, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  /* line 75872, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-4 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 75877, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  /* line 75882, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 75887, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  /* line 75892, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-8 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 75897, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }
  /* line 75902, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 75907, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }
  /* line 75912, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-12 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 75917, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 75922, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-16 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 75927, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-20 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 75932, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-24 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 75937, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-28 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 75942, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-32 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 75947, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-36 {
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important;
  }
  /* line 75952, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-40 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 75957, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-44 {
    -moz-column-gap: 11rem !important;
    column-gap: 11rem !important;
  }
  /* line 75962, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-48 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 75967, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-52 {
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important;
  }
  /* line 75972, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-56 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 75977, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-60 {
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  /* line 75982, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-64 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  /* line 75987, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-72 {
    -moz-column-gap: 18rem !important;
    column-gap: 18rem !important;
  }
  /* line 75992, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-80 {
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important;
  }
  /* line 75997, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-96 {
    -moz-column-gap: 24rem !important;
    column-gap: 24rem !important;
  }
  /* line 76002, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-px {
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }
  /* line 76007, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
    column-gap: 0.125rem !important;
  }
  /* line 76012, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
    column-gap: 0.375rem !important;
  }
  /* line 76017, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  /* line 76022, app/assets/stylesheets/tailwind.css */
  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
    column-gap: 0.875rem !important;
  }
  /* line 76027, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-0 {
    row-gap: 0px !important;
  }
  /* line 76031, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-1 {
    row-gap: 0.25rem !important;
  }
  /* line 76035, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-2 {
    row-gap: 0.5rem !important;
  }
  /* line 76039, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-3 {
    row-gap: 0.75rem !important;
  }
  /* line 76043, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-4 {
    row-gap: 1rem !important;
  }
  /* line 76047, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-5 {
    row-gap: 1.25rem !important;
  }
  /* line 76051, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-6 {
    row-gap: 1.5rem !important;
  }
  /* line 76055, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-7 {
    row-gap: 1.75rem !important;
  }
  /* line 76059, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-8 {
    row-gap: 2rem !important;
  }
  /* line 76063, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-9 {
    row-gap: 2.25rem !important;
  }
  /* line 76067, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-10 {
    row-gap: 2.5rem !important;
  }
  /* line 76071, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-11 {
    row-gap: 2.75rem !important;
  }
  /* line 76075, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-12 {
    row-gap: 3rem !important;
  }
  /* line 76079, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-14 {
    row-gap: 3.5rem !important;
  }
  /* line 76083, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-16 {
    row-gap: 4rem !important;
  }
  /* line 76087, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-20 {
    row-gap: 5rem !important;
  }
  /* line 76091, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-24 {
    row-gap: 6rem !important;
  }
  /* line 76095, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-28 {
    row-gap: 7rem !important;
  }
  /* line 76099, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-32 {
    row-gap: 8rem !important;
  }
  /* line 76103, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-36 {
    row-gap: 9rem !important;
  }
  /* line 76107, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-40 {
    row-gap: 10rem !important;
  }
  /* line 76111, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-44 {
    row-gap: 11rem !important;
  }
  /* line 76115, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-48 {
    row-gap: 12rem !important;
  }
  /* line 76119, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-52 {
    row-gap: 13rem !important;
  }
  /* line 76123, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-56 {
    row-gap: 14rem !important;
  }
  /* line 76127, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-60 {
    row-gap: 15rem !important;
  }
  /* line 76131, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-64 {
    row-gap: 16rem !important;
  }
  /* line 76135, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-72 {
    row-gap: 18rem !important;
  }
  /* line 76139, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-80 {
    row-gap: 20rem !important;
  }
  /* line 76143, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-96 {
    row-gap: 24rem !important;
  }
  /* line 76147, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-px {
    row-gap: 1px !important;
  }
  /* line 76151, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }
  /* line 76155, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }
  /* line 76159, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }
  /* line 76163, app/assets/stylesheets/tailwind.css */
  .md\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }
  /* line 76167, app/assets/stylesheets/tailwind.css */
  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76173, app/assets/stylesheets/tailwind.css */
  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76179, app/assets/stylesheets/tailwind.css */
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76185, app/assets/stylesheets/tailwind.css */
  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76191, app/assets/stylesheets/tailwind.css */
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76197, app/assets/stylesheets/tailwind.css */
  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76203, app/assets/stylesheets/tailwind.css */
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76209, app/assets/stylesheets/tailwind.css */
  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76215, app/assets/stylesheets/tailwind.css */
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76221, app/assets/stylesheets/tailwind.css */
  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76227, app/assets/stylesheets/tailwind.css */
  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76233, app/assets/stylesheets/tailwind.css */
  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76239, app/assets/stylesheets/tailwind.css */
  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76245, app/assets/stylesheets/tailwind.css */
  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76251, app/assets/stylesheets/tailwind.css */
  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76257, app/assets/stylesheets/tailwind.css */
  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76263, app/assets/stylesheets/tailwind.css */
  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76269, app/assets/stylesheets/tailwind.css */
  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76275, app/assets/stylesheets/tailwind.css */
  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76281, app/assets/stylesheets/tailwind.css */
  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76287, app/assets/stylesheets/tailwind.css */
  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76293, app/assets/stylesheets/tailwind.css */
  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76299, app/assets/stylesheets/tailwind.css */
  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76305, app/assets/stylesheets/tailwind.css */
  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76311, app/assets/stylesheets/tailwind.css */
  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76317, app/assets/stylesheets/tailwind.css */
  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76323, app/assets/stylesheets/tailwind.css */
  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76329, app/assets/stylesheets/tailwind.css */
  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76335, app/assets/stylesheets/tailwind.css */
  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76341, app/assets/stylesheets/tailwind.css */
  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76347, app/assets/stylesheets/tailwind.css */
  .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76353, app/assets/stylesheets/tailwind.css */
  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76359, app/assets/stylesheets/tailwind.css */
  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76365, app/assets/stylesheets/tailwind.css */
  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76371, app/assets/stylesheets/tailwind.css */
  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76377, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76383, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76389, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76395, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76401, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76407, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76413, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76419, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76425, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76431, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76437, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76443, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76449, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76455, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76461, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76467, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76473, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76479, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76485, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76491, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76497, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76503, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76509, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76515, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76521, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76527, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76533, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76539, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76545, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76551, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76557, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76563, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76569, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76575, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76581, app/assets/stylesheets/tailwind.css */
  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 76587, app/assets/stylesheets/tailwind.css */
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  /* line 76593, app/assets/stylesheets/tailwind.css */
  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76599, app/assets/stylesheets/tailwind.css */
  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76605, app/assets/stylesheets/tailwind.css */
  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76611, app/assets/stylesheets/tailwind.css */
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76617, app/assets/stylesheets/tailwind.css */
  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76623, app/assets/stylesheets/tailwind.css */
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76629, app/assets/stylesheets/tailwind.css */
  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76635, app/assets/stylesheets/tailwind.css */
  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76641, app/assets/stylesheets/tailwind.css */
  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76647, app/assets/stylesheets/tailwind.css */
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76653, app/assets/stylesheets/tailwind.css */
  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76659, app/assets/stylesheets/tailwind.css */
  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76665, app/assets/stylesheets/tailwind.css */
  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76671, app/assets/stylesheets/tailwind.css */
  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76677, app/assets/stylesheets/tailwind.css */
  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76683, app/assets/stylesheets/tailwind.css */
  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76689, app/assets/stylesheets/tailwind.css */
  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76695, app/assets/stylesheets/tailwind.css */
  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76701, app/assets/stylesheets/tailwind.css */
  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76707, app/assets/stylesheets/tailwind.css */
  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76713, app/assets/stylesheets/tailwind.css */
  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76719, app/assets/stylesheets/tailwind.css */
  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76725, app/assets/stylesheets/tailwind.css */
  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76731, app/assets/stylesheets/tailwind.css */
  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76737, app/assets/stylesheets/tailwind.css */
  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76743, app/assets/stylesheets/tailwind.css */
  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76749, app/assets/stylesheets/tailwind.css */
  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76755, app/assets/stylesheets/tailwind.css */
  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76761, app/assets/stylesheets/tailwind.css */
  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76767, app/assets/stylesheets/tailwind.css */
  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }
  /* line 76773, app/assets/stylesheets/tailwind.css */
  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76779, app/assets/stylesheets/tailwind.css */
  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76785, app/assets/stylesheets/tailwind.css */
  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76791, app/assets/stylesheets/tailwind.css */
  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76797, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  /* line 76803, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76809, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76815, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76821, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76827, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76833, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76839, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76845, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76851, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76857, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76863, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76869, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76875, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76881, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76887, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76893, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76899, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76905, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76911, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76917, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76923, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76929, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76935, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76941, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76947, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76953, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76959, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76965, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76971, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76977, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }
  /* line 76983, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76989, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 76995, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 77001, app/assets/stylesheets/tailwind.css */
  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 77007, app/assets/stylesheets/tailwind.css */
  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }
  /* line 77011, app/assets/stylesheets/tailwind.css */
  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }
  /* line 77015, app/assets/stylesheets/tailwind.css */
  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 77021, app/assets/stylesheets/tailwind.css */
  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 77027, app/assets/stylesheets/tailwind.css */
  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 77033, app/assets/stylesheets/tailwind.css */
  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 77039, app/assets/stylesheets/tailwind.css */
  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 77045, app/assets/stylesheets/tailwind.css */
  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 77051, app/assets/stylesheets/tailwind.css */
  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 77057, app/assets/stylesheets/tailwind.css */
  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 77063, app/assets/stylesheets/tailwind.css */
  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 77069, app/assets/stylesheets/tailwind.css */
  .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 77075, app/assets/stylesheets/tailwind.css */
  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }
  /* line 77079, app/assets/stylesheets/tailwind.css */
  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }
  /* line 77083, app/assets/stylesheets/tailwind.css */
  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }
  /* line 77087, app/assets/stylesheets/tailwind.css */
  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }
  /* line 77091, app/assets/stylesheets/tailwind.css */
  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }
  /* line 77095, app/assets/stylesheets/tailwind.css */
  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }
  /* line 77099, app/assets/stylesheets/tailwind.css */
  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }
  /* line 77103, app/assets/stylesheets/tailwind.css */
  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }
  /* line 77107, app/assets/stylesheets/tailwind.css */
  .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }
  /* line 77111, app/assets/stylesheets/tailwind.css */
  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--black) !important;
  }
  /* line 77115, app/assets/stylesheets/tailwind.css */
  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--white) !important;
  }
  /* line 77119, app/assets/stylesheets/tailwind.css */
  .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
  }
  /* line 77124, app/assets/stylesheets/tailwind.css */
  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 77129, app/assets/stylesheets/tailwind.css */
  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 77134, app/assets/stylesheets/tailwind.css */
  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }
  /* line 77139, app/assets/stylesheets/tailwind.css */
  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }
  /* line 77144, app/assets/stylesheets/tailwind.css */
  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }
  /* line 77149, app/assets/stylesheets/tailwind.css */
  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }
  /* line 77154, app/assets/stylesheets/tailwind.css */
  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }
  /* line 77159, app/assets/stylesheets/tailwind.css */
  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }
  /* line 77164, app/assets/stylesheets/tailwind.css */
  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }
  /* line 77169, app/assets/stylesheets/tailwind.css */
  .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }
  /* line 77174, app/assets/stylesheets/tailwind.css */
  .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }
  /* line 77179, app/assets/stylesheets/tailwind.css */
  .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }
  /* line 77184, app/assets/stylesheets/tailwind.css */
  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }
  /* line 77189, app/assets/stylesheets/tailwind.css */
  .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }
  /* line 77194, app/assets/stylesheets/tailwind.css */
  .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }
  /* line 77199, app/assets/stylesheets/tailwind.css */
  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }
  /* line 77204, app/assets/stylesheets/tailwind.css */
  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }
  /* line 77209, app/assets/stylesheets/tailwind.css */
  .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }
  /* line 77214, app/assets/stylesheets/tailwind.css */
  .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }
  /* line 77219, app/assets/stylesheets/tailwind.css */
  .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 77224, app/assets/stylesheets/tailwind.css */
  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
  }
  /* line 77229, app/assets/stylesheets/tailwind.css */
  .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
  }
  /* line 77234, app/assets/stylesheets/tailwind.css */
  .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
  }
  /* line 77239, app/assets/stylesheets/tailwind.css */
  .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
  }
  /* line 77244, app/assets/stylesheets/tailwind.css */
  .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
  }
  /* line 77249, app/assets/stylesheets/tailwind.css */
  .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
  }
  /* line 77254, app/assets/stylesheets/tailwind.css */
  .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
  }
  /* line 77259, app/assets/stylesheets/tailwind.css */
  .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
  }
  /* line 77264, app/assets/stylesheets/tailwind.css */
  .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
  }
  /* line 77269, app/assets/stylesheets/tailwind.css */
  .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }
  /* line 77274, app/assets/stylesheets/tailwind.css */
  .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }
  /* line 77279, app/assets/stylesheets/tailwind.css */
  .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }
  /* line 77284, app/assets/stylesheets/tailwind.css */
  .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }
  /* line 77289, app/assets/stylesheets/tailwind.css */
  .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }
  /* line 77294, app/assets/stylesheets/tailwind.css */
  .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }
  /* line 77299, app/assets/stylesheets/tailwind.css */
  .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }
  /* line 77304, app/assets/stylesheets/tailwind.css */
  .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }
  /* line 77309, app/assets/stylesheets/tailwind.css */
  .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }
  /* line 77314, app/assets/stylesheets/tailwind.css */
  .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }
  /* line 77319, app/assets/stylesheets/tailwind.css */
  .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 77324, app/assets/stylesheets/tailwind.css */
  .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 77329, app/assets/stylesheets/tailwind.css */
  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 77334, app/assets/stylesheets/tailwind.css */
  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }
  /* line 77339, app/assets/stylesheets/tailwind.css */
  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }
  /* line 77344, app/assets/stylesheets/tailwind.css */
  .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 77349, app/assets/stylesheets/tailwind.css */
  .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 77354, app/assets/stylesheets/tailwind.css */
  .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }
  /* line 77359, app/assets/stylesheets/tailwind.css */
  .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }
  /* line 77364, app/assets/stylesheets/tailwind.css */
  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }
  /* line 77369, app/assets/stylesheets/tailwind.css */
  .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 77374, app/assets/stylesheets/tailwind.css */
  .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 77379, app/assets/stylesheets/tailwind.css */
  .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 77384, app/assets/stylesheets/tailwind.css */
  .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }
  /* line 77389, app/assets/stylesheets/tailwind.css */
  .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }
  /* line 77394, app/assets/stylesheets/tailwind.css */
  .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }
  /* line 77399, app/assets/stylesheets/tailwind.css */
  .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }
  /* line 77404, app/assets/stylesheets/tailwind.css */
  .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }
  /* line 77409, app/assets/stylesheets/tailwind.css */
  .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }
  /* line 77414, app/assets/stylesheets/tailwind.css */
  .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }
  /* line 77419, app/assets/stylesheets/tailwind.css */
  .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 77424, app/assets/stylesheets/tailwind.css */
  .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 77429, app/assets/stylesheets/tailwind.css */
  .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 77434, app/assets/stylesheets/tailwind.css */
  .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
  }
  /* line 77439, app/assets/stylesheets/tailwind.css */
  .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
  }
  /* line 77444, app/assets/stylesheets/tailwind.css */
  .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 77449, app/assets/stylesheets/tailwind.css */
  .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
  }
  /* line 77454, app/assets/stylesheets/tailwind.css */
  .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
  }
  /* line 77459, app/assets/stylesheets/tailwind.css */
  .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
  }
  /* line 77464, app/assets/stylesheets/tailwind.css */
  .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
  }
  /* line 77469, app/assets/stylesheets/tailwind.css */
  .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }
  /* line 77474, app/assets/stylesheets/tailwind.css */
  .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }
  /* line 77479, app/assets/stylesheets/tailwind.css */
  .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }
  /* line 77484, app/assets/stylesheets/tailwind.css */
  .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }
  /* line 77489, app/assets/stylesheets/tailwind.css */
  .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }
  /* line 77494, app/assets/stylesheets/tailwind.css */
  .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }
  /* line 77499, app/assets/stylesheets/tailwind.css */
  .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }
  /* line 77504, app/assets/stylesheets/tailwind.css */
  .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }
  /* line 77509, app/assets/stylesheets/tailwind.css */
  .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }
  /* line 77514, app/assets/stylesheets/tailwind.css */
  .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }
  /* line 77519, app/assets/stylesheets/tailwind.css */
  .md\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--grey) !important;
  }
  /* line 77523, app/assets/stylesheets/tailwind.css */
  .md\:divide-info > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-info) !important;
  }
  /* line 77527, app/assets/stylesheets/tailwind.css */
  .md\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-warning) !important;
  }
  /* line 77531, app/assets/stylesheets/tailwind.css */
  .md\:divide-error > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-error) !important;
  }
  /* line 77535, app/assets/stylesheets/tailwind.css */
  .md\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--primary) !important;
  }
  /* line 77539, app/assets/stylesheets/tailwind.css */
  .md\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--secondary) !important;
  }
  /* line 77543, app/assets/stylesheets/tailwind.css */
  .md\:divide-primary-dark > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--primary-dark) !important;
  }
  /* line 77547, app/assets/stylesheets/tailwind.css */
  .md\:divide-text-color > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-color) !important;
  }
  /* line 77551, app/assets/stylesheets/tailwind.css */
  .md\:divide-button-outlined-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 77555, app/assets/stylesheets/tailwind.css */
  .md\:divide-file-info > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--file-info) !important;
  }
  /* line 77559, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }
  /* line 77563, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }
  /* line 77567, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }
  /* line 77571, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }
  /* line 77575, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }
  /* line 77579, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }
  /* line 77583, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }
  /* line 77587, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }
  /* line 77591, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }
  /* line 77595, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }
  /* line 77599, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }
  /* line 77603, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }
  /* line 77607, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }
  /* line 77611, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }
  /* line 77615, app/assets/stylesheets/tailwind.css */
  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }
  /* line 77619, app/assets/stylesheets/tailwind.css */
  .md\:place-self-auto {
    place-self: auto !important;
  }
  /* line 77623, app/assets/stylesheets/tailwind.css */
  .md\:place-self-start {
    place-self: start !important;
  }
  /* line 77627, app/assets/stylesheets/tailwind.css */
  .md\:place-self-end {
    place-self: end !important;
  }
  /* line 77631, app/assets/stylesheets/tailwind.css */
  .md\:place-self-center {
    place-self: center !important;
  }
  /* line 77635, app/assets/stylesheets/tailwind.css */
  .md\:place-self-stretch {
    place-self: stretch !important;
  }
  /* line 77639, app/assets/stylesheets/tailwind.css */
  .md\:self-auto {
    align-self: auto !important;
  }
  /* line 77643, app/assets/stylesheets/tailwind.css */
  .md\:self-start {
    align-self: flex-start !important;
  }
  /* line 77647, app/assets/stylesheets/tailwind.css */
  .md\:self-end {
    align-self: flex-end !important;
  }
  /* line 77651, app/assets/stylesheets/tailwind.css */
  .md\:self-center {
    align-self: center !important;
  }
  /* line 77655, app/assets/stylesheets/tailwind.css */
  .md\:self-stretch {
    align-self: stretch !important;
  }
  /* line 77659, app/assets/stylesheets/tailwind.css */
  .md\:self-baseline {
    align-self: baseline !important;
  }
  /* line 77663, app/assets/stylesheets/tailwind.css */
  .md\:justify-self-auto {
    justify-self: auto !important;
  }
  /* line 77667, app/assets/stylesheets/tailwind.css */
  .md\:justify-self-start {
    justify-self: start !important;
  }
  /* line 77671, app/assets/stylesheets/tailwind.css */
  .md\:justify-self-end {
    justify-self: end !important;
  }
  /* line 77675, app/assets/stylesheets/tailwind.css */
  .md\:justify-self-center {
    justify-self: center !important;
  }
  /* line 77679, app/assets/stylesheets/tailwind.css */
  .md\:justify-self-stretch {
    justify-self: stretch !important;
  }
  /* line 77683, app/assets/stylesheets/tailwind.css */
  .md\:overflow-auto {
    overflow: auto !important;
  }
  /* line 77687, app/assets/stylesheets/tailwind.css */
  .md\:overflow-hidden {
    overflow: hidden !important;
  }
  /* line 77691, app/assets/stylesheets/tailwind.css */
  .md\:overflow-visible {
    overflow: visible !important;
  }
  /* line 77695, app/assets/stylesheets/tailwind.css */
  .md\:overflow-scroll {
    overflow: scroll !important;
  }
  /* line 77699, app/assets/stylesheets/tailwind.css */
  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }
  /* line 77703, app/assets/stylesheets/tailwind.css */
  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }
  /* line 77707, app/assets/stylesheets/tailwind.css */
  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  /* line 77711, app/assets/stylesheets/tailwind.css */
  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  /* line 77715, app/assets/stylesheets/tailwind.css */
  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }
  /* line 77719, app/assets/stylesheets/tailwind.css */
  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }
  /* line 77723, app/assets/stylesheets/tailwind.css */
  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  /* line 77727, app/assets/stylesheets/tailwind.css */
  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  /* line 77731, app/assets/stylesheets/tailwind.css */
  .md\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }
  /* line 77736, app/assets/stylesheets/tailwind.css */
  .md\:overscroll-contain {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }
  /* line 77741, app/assets/stylesheets/tailwind.css */
  .md\:overscroll-none {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: none !important;
  }
  /* line 77746, app/assets/stylesheets/tailwind.css */
  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }
  /* line 77750, app/assets/stylesheets/tailwind.css */
  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }
  /* line 77754, app/assets/stylesheets/tailwind.css */
  .md\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }
  /* line 77758, app/assets/stylesheets/tailwind.css */
  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }
  /* line 77762, app/assets/stylesheets/tailwind.css */
  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }
  /* line 77766, app/assets/stylesheets/tailwind.css */
  .md\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }
  /* line 77770, app/assets/stylesheets/tailwind.css */
  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  /* line 77776, app/assets/stylesheets/tailwind.css */
  .md\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
  /* line 77780, app/assets/stylesheets/tailwind.css */
  .md\:overflow-clip {
    text-overflow: clip !important;
  }
  /* line 77784, app/assets/stylesheets/tailwind.css */
  .md\:whitespace-normal {
    white-space: normal !important;
  }
  /* line 77788, app/assets/stylesheets/tailwind.css */
  .md\:whitespace-nowrap {
    white-space: nowrap !important;
  }
  /* line 77792, app/assets/stylesheets/tailwind.css */
  .md\:whitespace-pre {
    white-space: pre !important;
  }
  /* line 77796, app/assets/stylesheets/tailwind.css */
  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }
  /* line 77800, app/assets/stylesheets/tailwind.css */
  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }
  /* line 77804, app/assets/stylesheets/tailwind.css */
  .md\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  /* line 77809, app/assets/stylesheets/tailwind.css */
  .md\:break-words {
    overflow-wrap: break-word !important;
  }
  /* line 77813, app/assets/stylesheets/tailwind.css */
  .md\:break-all {
    word-break: break-all !important;
  }
  /* line 77817, app/assets/stylesheets/tailwind.css */
  .md\:rounded-0_625 {
    border-radius: 0.625rem !important;
  }
  /* line 77821, app/assets/stylesheets/tailwind.css */
  .md\:rounded-0_25 {
    border-radius: 0.25rem !important;
  }
  /* line 77825, app/assets/stylesheets/tailwind.css */
  .md\:rounded-t-0_625 {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }
  /* line 77830, app/assets/stylesheets/tailwind.css */
  .md\:rounded-t-0_25 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 77835, app/assets/stylesheets/tailwind.css */
  .md\:rounded-r-0_625 {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }
  /* line 77840, app/assets/stylesheets/tailwind.css */
  .md\:rounded-r-0_25 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 77845, app/assets/stylesheets/tailwind.css */
  .md\:rounded-b-0_625 {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 77850, app/assets/stylesheets/tailwind.css */
  .md\:rounded-b-0_25 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 77855, app/assets/stylesheets/tailwind.css */
  .md\:rounded-l-0_625 {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 77860, app/assets/stylesheets/tailwind.css */
  .md\:rounded-l-0_25 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 77865, app/assets/stylesheets/tailwind.css */
  .md\:rounded-tl-0_625 {
    border-top-left-radius: 0.625rem !important;
  }
  /* line 77869, app/assets/stylesheets/tailwind.css */
  .md\:rounded-tl-0_25 {
    border-top-left-radius: 0.25rem !important;
  }
  /* line 77873, app/assets/stylesheets/tailwind.css */
  .md\:rounded-tr-0_625 {
    border-top-right-radius: 0.625rem !important;
  }
  /* line 77877, app/assets/stylesheets/tailwind.css */
  .md\:rounded-tr-0_25 {
    border-top-right-radius: 0.25rem !important;
  }
  /* line 77881, app/assets/stylesheets/tailwind.css */
  .md\:rounded-br-0_625 {
    border-bottom-right-radius: 0.625rem !important;
  }
  /* line 77885, app/assets/stylesheets/tailwind.css */
  .md\:rounded-br-0_25 {
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 77889, app/assets/stylesheets/tailwind.css */
  .md\:rounded-bl-0_625 {
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 77893, app/assets/stylesheets/tailwind.css */
  .md\:rounded-bl-0_25 {
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 77897, app/assets/stylesheets/tailwind.css */
  .md\:border-0 {
    border-width: 0px !important;
  }
  /* line 77901, app/assets/stylesheets/tailwind.css */
  .md\:border-2 {
    border-width: 2px !important;
  }
  /* line 77905, app/assets/stylesheets/tailwind.css */
  .md\:border-4 {
    border-width: 4px !important;
  }
  /* line 77909, app/assets/stylesheets/tailwind.css */
  .md\:border-8 {
    border-width: 8px !important;
  }
  /* line 77913, app/assets/stylesheets/tailwind.css */
  .md\:border {
    border-width: 1px !important;
  }
  /* line 77917, app/assets/stylesheets/tailwind.css */
  .md\:border-t-0 {
    border-top-width: 0px !important;
  }
  /* line 77921, app/assets/stylesheets/tailwind.css */
  .md\:border-t-2 {
    border-top-width: 2px !important;
  }
  /* line 77925, app/assets/stylesheets/tailwind.css */
  .md\:border-t-4 {
    border-top-width: 4px !important;
  }
  /* line 77929, app/assets/stylesheets/tailwind.css */
  .md\:border-t-8 {
    border-top-width: 8px !important;
  }
  /* line 77933, app/assets/stylesheets/tailwind.css */
  .md\:border-t {
    border-top-width: 1px !important;
  }
  /* line 77937, app/assets/stylesheets/tailwind.css */
  .md\:border-r-0 {
    border-right-width: 0px !important;
  }
  /* line 77941, app/assets/stylesheets/tailwind.css */
  .md\:border-r-2 {
    border-right-width: 2px !important;
  }
  /* line 77945, app/assets/stylesheets/tailwind.css */
  .md\:border-r-4 {
    border-right-width: 4px !important;
  }
  /* line 77949, app/assets/stylesheets/tailwind.css */
  .md\:border-r-8 {
    border-right-width: 8px !important;
  }
  /* line 77953, app/assets/stylesheets/tailwind.css */
  .md\:border-r {
    border-right-width: 1px !important;
  }
  /* line 77957, app/assets/stylesheets/tailwind.css */
  .md\:border-b-0 {
    border-bottom-width: 0px !important;
  }
  /* line 77961, app/assets/stylesheets/tailwind.css */
  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }
  /* line 77965, app/assets/stylesheets/tailwind.css */
  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }
  /* line 77969, app/assets/stylesheets/tailwind.css */
  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }
  /* line 77973, app/assets/stylesheets/tailwind.css */
  .md\:border-b {
    border-bottom-width: 1px !important;
  }
  /* line 77977, app/assets/stylesheets/tailwind.css */
  .md\:border-l-0 {
    border-left-width: 0px !important;
  }
  /* line 77981, app/assets/stylesheets/tailwind.css */
  .md\:border-l-2 {
    border-left-width: 2px !important;
  }
  /* line 77985, app/assets/stylesheets/tailwind.css */
  .md\:border-l-4 {
    border-left-width: 4px !important;
  }
  /* line 77989, app/assets/stylesheets/tailwind.css */
  .md\:border-l-8 {
    border-left-width: 8px !important;
  }
  /* line 77993, app/assets/stylesheets/tailwind.css */
  .md\:border-l {
    border-left-width: 1px !important;
  }
  /* line 77997, app/assets/stylesheets/tailwind.css */
  .md\:border-solid {
    border-style: solid !important;
  }
  /* line 78001, app/assets/stylesheets/tailwind.css */
  .md\:border-dashed {
    border-style: dashed !important;
  }
  /* line 78005, app/assets/stylesheets/tailwind.css */
  .md\:border-dotted {
    border-style: dotted !important;
  }
  /* line 78009, app/assets/stylesheets/tailwind.css */
  .md\:border-double {
    border-style: double !important;
  }
  /* line 78013, app/assets/stylesheets/tailwind.css */
  .md\:border-none {
    border-style: none !important;
  }
  /* line 78017, app/assets/stylesheets/tailwind.css */
  .md\:border-transparent {
    border-color: transparent !important;
  }
  /* line 78021, app/assets/stylesheets/tailwind.css */
  .md\:border-current {
    border-color: currentColor !important;
  }
  /* line 78025, app/assets/stylesheets/tailwind.css */
  .md\:border-black {
    border-color: var(--black) !important;
  }
  /* line 78029, app/assets/stylesheets/tailwind.css */
  .md\:border-white {
    border-color: var(--white) !important;
  }
  /* line 78033, app/assets/stylesheets/tailwind.css */
  .md\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 78038, app/assets/stylesheets/tailwind.css */
  .md\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 78043, app/assets/stylesheets/tailwind.css */
  .md\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 78048, app/assets/stylesheets/tailwind.css */
  .md\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 78053, app/assets/stylesheets/tailwind.css */
  .md\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 78058, app/assets/stylesheets/tailwind.css */
  .md\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 78063, app/assets/stylesheets/tailwind.css */
  .md\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 78068, app/assets/stylesheets/tailwind.css */
  .md\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 78073, app/assets/stylesheets/tailwind.css */
  .md\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 78078, app/assets/stylesheets/tailwind.css */
  .md\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 78083, app/assets/stylesheets/tailwind.css */
  .md\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 78088, app/assets/stylesheets/tailwind.css */
  .md\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 78093, app/assets/stylesheets/tailwind.css */
  .md\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 78098, app/assets/stylesheets/tailwind.css */
  .md\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 78103, app/assets/stylesheets/tailwind.css */
  .md\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 78108, app/assets/stylesheets/tailwind.css */
  .md\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 78113, app/assets/stylesheets/tailwind.css */
  .md\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 78118, app/assets/stylesheets/tailwind.css */
  .md\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 78123, app/assets/stylesheets/tailwind.css */
  .md\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 78128, app/assets/stylesheets/tailwind.css */
  .md\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 78133, app/assets/stylesheets/tailwind.css */
  .md\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 78138, app/assets/stylesheets/tailwind.css */
  .md\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 78143, app/assets/stylesheets/tailwind.css */
  .md\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 78148, app/assets/stylesheets/tailwind.css */
  .md\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 78153, app/assets/stylesheets/tailwind.css */
  .md\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 78158, app/assets/stylesheets/tailwind.css */
  .md\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 78163, app/assets/stylesheets/tailwind.css */
  .md\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 78168, app/assets/stylesheets/tailwind.css */
  .md\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 78173, app/assets/stylesheets/tailwind.css */
  .md\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 78178, app/assets/stylesheets/tailwind.css */
  .md\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 78183, app/assets/stylesheets/tailwind.css */
  .md\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 78188, app/assets/stylesheets/tailwind.css */
  .md\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 78193, app/assets/stylesheets/tailwind.css */
  .md\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 78198, app/assets/stylesheets/tailwind.css */
  .md\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 78203, app/assets/stylesheets/tailwind.css */
  .md\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 78208, app/assets/stylesheets/tailwind.css */
  .md\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 78213, app/assets/stylesheets/tailwind.css */
  .md\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 78218, app/assets/stylesheets/tailwind.css */
  .md\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 78223, app/assets/stylesheets/tailwind.css */
  .md\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 78228, app/assets/stylesheets/tailwind.css */
  .md\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 78233, app/assets/stylesheets/tailwind.css */
  .md\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 78238, app/assets/stylesheets/tailwind.css */
  .md\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 78243, app/assets/stylesheets/tailwind.css */
  .md\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 78248, app/assets/stylesheets/tailwind.css */
  .md\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 78253, app/assets/stylesheets/tailwind.css */
  .md\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 78258, app/assets/stylesheets/tailwind.css */
  .md\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 78263, app/assets/stylesheets/tailwind.css */
  .md\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 78268, app/assets/stylesheets/tailwind.css */
  .md\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 78273, app/assets/stylesheets/tailwind.css */
  .md\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 78278, app/assets/stylesheets/tailwind.css */
  .md\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 78283, app/assets/stylesheets/tailwind.css */
  .md\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 78288, app/assets/stylesheets/tailwind.css */
  .md\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 78293, app/assets/stylesheets/tailwind.css */
  .md\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 78298, app/assets/stylesheets/tailwind.css */
  .md\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 78303, app/assets/stylesheets/tailwind.css */
  .md\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 78308, app/assets/stylesheets/tailwind.css */
  .md\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 78313, app/assets/stylesheets/tailwind.css */
  .md\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 78318, app/assets/stylesheets/tailwind.css */
  .md\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 78323, app/assets/stylesheets/tailwind.css */
  .md\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 78328, app/assets/stylesheets/tailwind.css */
  .md\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 78333, app/assets/stylesheets/tailwind.css */
  .md\:border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 78338, app/assets/stylesheets/tailwind.css */
  .md\:border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 78343, app/assets/stylesheets/tailwind.css */
  .md\:border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 78348, app/assets/stylesheets/tailwind.css */
  .md\:border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 78353, app/assets/stylesheets/tailwind.css */
  .md\:border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 78358, app/assets/stylesheets/tailwind.css */
  .md\:border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 78363, app/assets/stylesheets/tailwind.css */
  .md\:border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 78368, app/assets/stylesheets/tailwind.css */
  .md\:border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 78373, app/assets/stylesheets/tailwind.css */
  .md\:border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 78378, app/assets/stylesheets/tailwind.css */
  .md\:border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 78383, app/assets/stylesheets/tailwind.css */
  .md\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 78388, app/assets/stylesheets/tailwind.css */
  .md\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 78393, app/assets/stylesheets/tailwind.css */
  .md\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 78398, app/assets/stylesheets/tailwind.css */
  .md\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 78403, app/assets/stylesheets/tailwind.css */
  .md\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 78408, app/assets/stylesheets/tailwind.css */
  .md\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 78413, app/assets/stylesheets/tailwind.css */
  .md\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 78418, app/assets/stylesheets/tailwind.css */
  .md\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 78423, app/assets/stylesheets/tailwind.css */
  .md\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 78428, app/assets/stylesheets/tailwind.css */
  .md\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 78433, app/assets/stylesheets/tailwind.css */
  .md\:border-grey {
    border-color: var(--grey) !important;
  }
  /* line 78437, app/assets/stylesheets/tailwind.css */
  .md\:border-info {
    border-color: var(--text-info) !important;
  }
  /* line 78441, app/assets/stylesheets/tailwind.css */
  .md\:border-warning {
    border-color: var(--text-warning) !important;
  }
  /* line 78445, app/assets/stylesheets/tailwind.css */
  .md\:border-error {
    border-color: var(--text-error) !important;
  }
  /* line 78449, app/assets/stylesheets/tailwind.css */
  .md\:border-primary {
    border-color: var(--primary) !important;
  }
  /* line 78453, app/assets/stylesheets/tailwind.css */
  .md\:border-secondary {
    border-color: var(--secondary) !important;
  }
  /* line 78457, app/assets/stylesheets/tailwind.css */
  .md\:border-primary-dark {
    border-color: var(--primary-dark) !important;
  }
  /* line 78461, app/assets/stylesheets/tailwind.css */
  .md\:border-text-color {
    border-color: var(--text-color) !important;
  }
  /* line 78465, app/assets/stylesheets/tailwind.css */
  .md\:border-button-outlined-hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 78469, app/assets/stylesheets/tailwind.css */
  .md\:border-file-info {
    border-color: var(--file-info) !important;
  }
  /* line 78473, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent !important;
  }
  /* line 78477, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-current {
    border-color: currentColor !important;
  }
  /* line 78481, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-black {
    border-color: var(--black) !important;
  }
  /* line 78485, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-white {
    border-color: var(--white) !important;
  }
  /* line 78489, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 78494, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 78499, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 78504, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 78509, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 78514, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 78519, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 78524, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 78529, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 78534, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 78539, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 78544, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 78549, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 78554, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 78559, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 78564, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 78569, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 78574, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 78579, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 78584, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 78589, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 78594, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 78599, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 78604, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 78609, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 78614, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 78619, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 78624, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 78629, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 78634, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 78639, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 78644, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 78649, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 78654, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 78659, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 78664, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 78669, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 78674, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 78679, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 78684, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 78689, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 78694, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 78699, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 78704, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 78709, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 78714, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 78719, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 78724, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 78729, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 78734, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 78739, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 78744, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 78749, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 78754, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 78759, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 78764, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 78769, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 78774, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 78779, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 78784, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 78789, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 78794, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 78799, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 78804, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 78809, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 78814, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 78819, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 78824, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 78829, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 78834, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 78839, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 78844, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 78849, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 78854, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 78859, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 78864, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 78869, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 78874, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 78879, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 78884, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 78889, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-grey {
    border-color: var(--grey) !important;
  }
  /* line 78893, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-info {
    border-color: var(--text-info) !important;
  }
  /* line 78897, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-warning {
    border-color: var(--text-warning) !important;
  }
  /* line 78901, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-error {
    border-color: var(--text-error) !important;
  }
  /* line 78905, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-primary {
    border-color: var(--primary) !important;
  }
  /* line 78909, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-secondary {
    border-color: var(--secondary) !important;
  }
  /* line 78913, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-primary-dark {
    border-color: var(--primary-dark) !important;
  }
  /* line 78917, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-text-color {
    border-color: var(--text-color) !important;
  }
  /* line 78921, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-button-outlined-hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 78925, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-file-info {
    border-color: var(--file-info) !important;
  }
  /* line 78929, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }
  /* line 78933, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }
  /* line 78937, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-black:focus-within {
    border-color: var(--black) !important;
  }
  /* line 78941, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-white:focus-within {
    border-color: var(--white) !important;
  }
  /* line 78945, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 78950, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 78955, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 78960, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 78965, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 78970, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 78975, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 78980, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 78985, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 78990, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 78995, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 79000, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 79005, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 79010, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 79015, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 79020, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 79025, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 79030, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 79035, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 79040, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 79045, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 79050, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 79055, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 79060, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 79065, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 79070, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 79075, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 79080, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 79085, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 79090, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 79095, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 79100, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 79105, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 79110, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 79115, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 79120, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 79125, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 79130, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 79135, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 79140, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 79145, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 79150, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 79155, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 79160, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 79165, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 79170, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 79175, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 79180, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 79185, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 79190, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 79195, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 79200, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 79205, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 79210, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 79215, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 79220, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 79225, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 79230, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 79235, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 79240, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 79245, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 79250, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 79255, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 79260, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 79265, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 79270, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 79275, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 79280, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 79285, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 79290, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 79295, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 79300, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 79305, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 79310, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 79315, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 79320, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 79325, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 79330, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 79335, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 79340, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 79345, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-grey:focus-within {
    border-color: var(--grey) !important;
  }
  /* line 79349, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-info:focus-within {
    border-color: var(--text-info) !important;
  }
  /* line 79353, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-warning:focus-within {
    border-color: var(--text-warning) !important;
  }
  /* line 79357, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-error:focus-within {
    border-color: var(--text-error) !important;
  }
  /* line 79361, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-primary:focus-within {
    border-color: var(--primary) !important;
  }
  /* line 79365, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-secondary:focus-within {
    border-color: var(--secondary) !important;
  }
  /* line 79369, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-primary-dark:focus-within {
    border-color: var(--primary-dark) !important;
  }
  /* line 79373, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-text-color:focus-within {
    border-color: var(--text-color) !important;
  }
  /* line 79377, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-button-outlined-hover:focus-within {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 79381, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-file-info:focus-within {
    border-color: var(--file-info) !important;
  }
  /* line 79385, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  /* line 79389, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-current:hover {
    border-color: currentColor !important;
  }
  /* line 79393, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-black:hover {
    border-color: var(--black) !important;
  }
  /* line 79397, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-white:hover {
    border-color: var(--white) !important;
  }
  /* line 79401, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 79406, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 79411, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 79416, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 79421, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 79426, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 79431, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 79436, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 79441, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 79446, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 79451, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 79456, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 79461, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 79466, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 79471, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 79476, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 79481, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 79486, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 79491, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 79496, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 79501, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 79506, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 79511, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 79516, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 79521, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 79526, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 79531, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 79536, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 79541, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 79546, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 79551, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 79556, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 79561, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 79566, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 79571, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 79576, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 79581, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 79586, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 79591, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 79596, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 79601, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 79606, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 79611, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 79616, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 79621, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 79626, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 79631, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 79636, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 79641, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 79646, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 79651, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 79656, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 79661, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 79666, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 79671, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 79676, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 79681, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 79686, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 79691, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 79696, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 79701, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 79706, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 79711, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 79716, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 79721, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 79726, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 79731, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 79736, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 79741, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 79746, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 79751, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 79756, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 79761, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 79766, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 79771, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 79776, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 79781, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 79786, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 79791, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 79796, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 79801, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-grey:hover {
    border-color: var(--grey) !important;
  }
  /* line 79805, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-info:hover {
    border-color: var(--text-info) !important;
  }
  /* line 79809, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-warning:hover {
    border-color: var(--text-warning) !important;
  }
  /* line 79813, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-error:hover {
    border-color: var(--text-error) !important;
  }
  /* line 79817, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-primary:hover {
    border-color: var(--primary) !important;
  }
  /* line 79821, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-secondary:hover {
    border-color: var(--secondary) !important;
  }
  /* line 79825, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-primary-dark:hover {
    border-color: var(--primary-dark) !important;
  }
  /* line 79829, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-text-color:hover {
    border-color: var(--text-color) !important;
  }
  /* line 79833, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-button-outlined-hover:hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 79837, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-file-info:hover {
    border-color: var(--file-info) !important;
  }
  /* line 79841, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }
  /* line 79845, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-current:focus {
    border-color: currentColor !important;
  }
  /* line 79849, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-black:focus {
    border-color: var(--black) !important;
  }
  /* line 79853, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-white:focus {
    border-color: var(--white) !important;
  }
  /* line 79857, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 79862, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 79867, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 79872, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 79877, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 79882, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 79887, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 79892, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 79897, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 79902, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 79907, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 79912, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 79917, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 79922, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 79927, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 79932, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 79937, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 79942, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 79947, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 79952, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 79957, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 79962, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 79967, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 79972, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 79977, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 79982, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 79987, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 79992, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 79997, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 80002, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 80007, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 80012, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 80017, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 80022, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 80027, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 80032, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 80037, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 80042, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 80047, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 80052, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 80057, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 80062, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 80067, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 80072, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 80077, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 80082, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 80087, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 80092, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 80097, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 80102, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 80107, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 80112, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 80117, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 80122, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 80127, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 80132, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 80137, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 80142, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 80147, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 80152, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 80157, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 80162, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 80167, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 80172, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 80177, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 80182, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 80187, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 80192, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 80197, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 80202, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 80207, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 80212, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 80217, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 80222, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 80227, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 80232, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 80237, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 80242, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 80247, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 80252, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 80257, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-grey:focus {
    border-color: var(--grey) !important;
  }
  /* line 80261, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-info:focus {
    border-color: var(--text-info) !important;
  }
  /* line 80265, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-warning:focus {
    border-color: var(--text-warning) !important;
  }
  /* line 80269, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-error:focus {
    border-color: var(--text-error) !important;
  }
  /* line 80273, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-primary:focus {
    border-color: var(--primary) !important;
  }
  /* line 80277, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-secondary:focus {
    border-color: var(--secondary) !important;
  }
  /* line 80281, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-primary-dark:focus {
    border-color: var(--primary-dark) !important;
  }
  /* line 80285, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-text-color:focus {
    border-color: var(--text-color) !important;
  }
  /* line 80289, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-button-outlined-hover:focus {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 80293, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-file-info:focus {
    border-color: var(--file-info) !important;
  }
  /* line 80297, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }
  /* line 80301, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 80305, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 80309, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 80313, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 80317, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 80321, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 80325, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 80329, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 80333, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 80337, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 80341, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 80345, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 80349, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 80353, app/assets/stylesheets/tailwind.css */
  .md\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }
  /* line 80357, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }
  /* line 80361, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 80365, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 80369, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 80373, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 80377, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 80381, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 80385, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 80389, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 80393, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 80397, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 80401, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 80405, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 80409, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 80413, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }
  /* line 80417, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }
  /* line 80421, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 80425, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 80429, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 80433, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 80437, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 80441, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 80445, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 80449, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 80453, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 80457, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 80461, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 80465, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 80469, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 80473, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }
  /* line 80477, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }
  /* line 80481, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 80485, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 80489, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 80493, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 80497, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 80501, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 80505, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 80509, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 80513, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 80517, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 80521, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 80525, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 80529, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 80533, app/assets/stylesheets/tailwind.css */
  .md\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }
  /* line 80537, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }
  /* line 80541, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 80545, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 80549, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 80553, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 80557, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 80561, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 80565, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 80569, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 80573, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 80577, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 80581, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 80585, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 80589, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 80593, app/assets/stylesheets/tailwind.css */
  .md\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }
  /* line 80597, app/assets/stylesheets/tailwind.css */
  .md\:bg-transparent {
    background-color: transparent !important;
  }
  /* line 80601, app/assets/stylesheets/tailwind.css */
  .md\:bg-current {
    background-color: currentColor !important;
  }
  /* line 80605, app/assets/stylesheets/tailwind.css */
  .md\:bg-black {
    background-color: var(--black) !important;
  }
  /* line 80609, app/assets/stylesheets/tailwind.css */
  .md\:bg-white {
    background-color: var(--white) !important;
  }
  /* line 80613, app/assets/stylesheets/tailwind.css */
  .md\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 80618, app/assets/stylesheets/tailwind.css */
  .md\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 80623, app/assets/stylesheets/tailwind.css */
  .md\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 80628, app/assets/stylesheets/tailwind.css */
  .md\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 80633, app/assets/stylesheets/tailwind.css */
  .md\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 80638, app/assets/stylesheets/tailwind.css */
  .md\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 80643, app/assets/stylesheets/tailwind.css */
  .md\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 80648, app/assets/stylesheets/tailwind.css */
  .md\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 80653, app/assets/stylesheets/tailwind.css */
  .md\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 80658, app/assets/stylesheets/tailwind.css */
  .md\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 80663, app/assets/stylesheets/tailwind.css */
  .md\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 80668, app/assets/stylesheets/tailwind.css */
  .md\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 80673, app/assets/stylesheets/tailwind.css */
  .md\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 80678, app/assets/stylesheets/tailwind.css */
  .md\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 80683, app/assets/stylesheets/tailwind.css */
  .md\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 80688, app/assets/stylesheets/tailwind.css */
  .md\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 80693, app/assets/stylesheets/tailwind.css */
  .md\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 80698, app/assets/stylesheets/tailwind.css */
  .md\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 80703, app/assets/stylesheets/tailwind.css */
  .md\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 80708, app/assets/stylesheets/tailwind.css */
  .md\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 80713, app/assets/stylesheets/tailwind.css */
  .md\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 80718, app/assets/stylesheets/tailwind.css */
  .md\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 80723, app/assets/stylesheets/tailwind.css */
  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 80728, app/assets/stylesheets/tailwind.css */
  .md\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 80733, app/assets/stylesheets/tailwind.css */
  .md\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 80738, app/assets/stylesheets/tailwind.css */
  .md\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 80743, app/assets/stylesheets/tailwind.css */
  .md\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 80748, app/assets/stylesheets/tailwind.css */
  .md\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 80753, app/assets/stylesheets/tailwind.css */
  .md\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 80758, app/assets/stylesheets/tailwind.css */
  .md\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 80763, app/assets/stylesheets/tailwind.css */
  .md\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 80768, app/assets/stylesheets/tailwind.css */
  .md\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 80773, app/assets/stylesheets/tailwind.css */
  .md\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 80778, app/assets/stylesheets/tailwind.css */
  .md\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 80783, app/assets/stylesheets/tailwind.css */
  .md\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 80788, app/assets/stylesheets/tailwind.css */
  .md\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 80793, app/assets/stylesheets/tailwind.css */
  .md\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 80798, app/assets/stylesheets/tailwind.css */
  .md\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 80803, app/assets/stylesheets/tailwind.css */
  .md\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 80808, app/assets/stylesheets/tailwind.css */
  .md\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 80813, app/assets/stylesheets/tailwind.css */
  .md\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 80818, app/assets/stylesheets/tailwind.css */
  .md\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 80823, app/assets/stylesheets/tailwind.css */
  .md\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 80828, app/assets/stylesheets/tailwind.css */
  .md\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 80833, app/assets/stylesheets/tailwind.css */
  .md\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 80838, app/assets/stylesheets/tailwind.css */
  .md\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 80843, app/assets/stylesheets/tailwind.css */
  .md\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 80848, app/assets/stylesheets/tailwind.css */
  .md\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 80853, app/assets/stylesheets/tailwind.css */
  .md\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 80858, app/assets/stylesheets/tailwind.css */
  .md\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 80863, app/assets/stylesheets/tailwind.css */
  .md\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 80868, app/assets/stylesheets/tailwind.css */
  .md\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 80873, app/assets/stylesheets/tailwind.css */
  .md\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 80878, app/assets/stylesheets/tailwind.css */
  .md\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 80883, app/assets/stylesheets/tailwind.css */
  .md\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 80888, app/assets/stylesheets/tailwind.css */
  .md\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 80893, app/assets/stylesheets/tailwind.css */
  .md\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 80898, app/assets/stylesheets/tailwind.css */
  .md\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 80903, app/assets/stylesheets/tailwind.css */
  .md\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 80908, app/assets/stylesheets/tailwind.css */
  .md\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 80913, app/assets/stylesheets/tailwind.css */
  .md\:bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 80918, app/assets/stylesheets/tailwind.css */
  .md\:bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 80923, app/assets/stylesheets/tailwind.css */
  .md\:bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 80928, app/assets/stylesheets/tailwind.css */
  .md\:bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 80933, app/assets/stylesheets/tailwind.css */
  .md\:bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 80938, app/assets/stylesheets/tailwind.css */
  .md\:bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 80943, app/assets/stylesheets/tailwind.css */
  .md\:bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 80948, app/assets/stylesheets/tailwind.css */
  .md\:bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 80953, app/assets/stylesheets/tailwind.css */
  .md\:bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 80958, app/assets/stylesheets/tailwind.css */
  .md\:bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 80963, app/assets/stylesheets/tailwind.css */
  .md\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 80968, app/assets/stylesheets/tailwind.css */
  .md\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 80973, app/assets/stylesheets/tailwind.css */
  .md\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 80978, app/assets/stylesheets/tailwind.css */
  .md\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 80983, app/assets/stylesheets/tailwind.css */
  .md\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 80988, app/assets/stylesheets/tailwind.css */
  .md\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 80993, app/assets/stylesheets/tailwind.css */
  .md\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 80998, app/assets/stylesheets/tailwind.css */
  .md\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 81003, app/assets/stylesheets/tailwind.css */
  .md\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 81008, app/assets/stylesheets/tailwind.css */
  .md\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 81013, app/assets/stylesheets/tailwind.css */
  .md\:bg-grey {
    background-color: var(--grey) !important;
  }
  /* line 81017, app/assets/stylesheets/tailwind.css */
  .md\:bg-info {
    background-color: var(--text-info) !important;
  }
  /* line 81021, app/assets/stylesheets/tailwind.css */
  .md\:bg-warning {
    background-color: var(--text-warning) !important;
  }
  /* line 81025, app/assets/stylesheets/tailwind.css */
  .md\:bg-error {
    background-color: var(--text-error) !important;
  }
  /* line 81029, app/assets/stylesheets/tailwind.css */
  .md\:bg-primary {
    background-color: var(--primary) !important;
  }
  /* line 81033, app/assets/stylesheets/tailwind.css */
  .md\:bg-secondary {
    background-color: var(--secondary) !important;
  }
  /* line 81037, app/assets/stylesheets/tailwind.css */
  .md\:bg-primary-dark {
    background-color: var(--primary-dark) !important;
  }
  /* line 81041, app/assets/stylesheets/tailwind.css */
  .md\:bg-text-color {
    background-color: var(--text-color) !important;
  }
  /* line 81045, app/assets/stylesheets/tailwind.css */
  .md\:bg-button-outlined-hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 81049, app/assets/stylesheets/tailwind.css */
  .md\:bg-file-info {
    background-color: var(--file-info) !important;
  }
  /* line 81053, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }
  /* line 81057, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor !important;
  }
  /* line 81061, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-black {
    background-color: var(--black) !important;
  }
  /* line 81065, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-white {
    background-color: var(--white) !important;
  }
  /* line 81069, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 81074, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 81079, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 81084, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 81089, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 81094, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 81099, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 81104, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 81109, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 81114, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 81119, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 81124, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 81129, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 81134, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 81139, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 81144, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 81149, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 81154, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 81159, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 81164, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 81169, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 81174, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 81179, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 81184, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 81189, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 81194, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 81199, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 81204, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 81209, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 81214, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 81219, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 81224, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 81229, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 81234, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 81239, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 81244, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 81249, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 81254, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 81259, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 81264, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 81269, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 81274, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 81279, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 81284, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 81289, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 81294, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 81299, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 81304, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 81309, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 81314, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 81319, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 81324, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 81329, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 81334, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 81339, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 81344, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 81349, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 81354, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 81359, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 81364, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 81369, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 81374, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 81379, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 81384, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 81389, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 81394, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 81399, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 81404, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 81409, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 81414, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 81419, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 81424, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 81429, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 81434, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 81439, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 81444, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 81449, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 81454, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 81459, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 81464, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 81469, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-grey {
    background-color: var(--grey) !important;
  }
  /* line 81473, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-info {
    background-color: var(--text-info) !important;
  }
  /* line 81477, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-warning {
    background-color: var(--text-warning) !important;
  }
  /* line 81481, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-error {
    background-color: var(--text-error) !important;
  }
  /* line 81485, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-primary {
    background-color: var(--primary) !important;
  }
  /* line 81489, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-secondary {
    background-color: var(--secondary) !important;
  }
  /* line 81493, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-primary-dark {
    background-color: var(--primary-dark) !important;
  }
  /* line 81497, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-text-color {
    background-color: var(--text-color) !important;
  }
  /* line 81501, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-button-outlined-hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 81505, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-file-info {
    background-color: var(--file-info) !important;
  }
  /* line 81509, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }
  /* line 81513, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }
  /* line 81517, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-black:focus-within {
    background-color: var(--black) !important;
  }
  /* line 81521, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-white:focus-within {
    background-color: var(--white) !important;
  }
  /* line 81525, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 81530, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 81535, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 81540, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 81545, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 81550, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 81555, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 81560, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 81565, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 81570, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 81575, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 81580, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 81585, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 81590, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 81595, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 81600, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 81605, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 81610, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 81615, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 81620, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 81625, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 81630, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 81635, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 81640, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 81645, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 81650, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 81655, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 81660, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 81665, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 81670, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 81675, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 81680, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 81685, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 81690, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 81695, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 81700, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 81705, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 81710, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 81715, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 81720, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 81725, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 81730, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 81735, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 81740, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 81745, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 81750, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 81755, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 81760, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 81765, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 81770, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 81775, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 81780, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 81785, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 81790, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 81795, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 81800, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 81805, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 81810, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 81815, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 81820, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 81825, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 81830, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 81835, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 81840, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 81845, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 81850, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 81855, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 81860, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 81865, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 81870, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 81875, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 81880, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 81885, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 81890, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 81895, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 81900, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 81905, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 81910, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 81915, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 81920, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 81925, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-grey:focus-within {
    background-color: var(--grey) !important;
  }
  /* line 81929, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-info:focus-within {
    background-color: var(--text-info) !important;
  }
  /* line 81933, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-warning:focus-within {
    background-color: var(--text-warning) !important;
  }
  /* line 81937, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-error:focus-within {
    background-color: var(--text-error) !important;
  }
  /* line 81941, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-primary:focus-within {
    background-color: var(--primary) !important;
  }
  /* line 81945, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-secondary:focus-within {
    background-color: var(--secondary) !important;
  }
  /* line 81949, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-primary-dark:focus-within {
    background-color: var(--primary-dark) !important;
  }
  /* line 81953, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-text-color:focus-within {
    background-color: var(--text-color) !important;
  }
  /* line 81957, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-button-outlined-hover:focus-within {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 81961, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-file-info:focus-within {
    background-color: var(--file-info) !important;
  }
  /* line 81965, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  /* line 81969, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }
  /* line 81973, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-black:hover {
    background-color: var(--black) !important;
  }
  /* line 81977, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-white:hover {
    background-color: var(--white) !important;
  }
  /* line 81981, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 81986, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 81991, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 81996, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 82001, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 82006, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 82011, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 82016, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 82021, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 82026, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 82031, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 82036, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 82041, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 82046, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 82051, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 82056, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 82061, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 82066, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 82071, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 82076, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 82081, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 82086, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 82091, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 82096, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 82101, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 82106, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 82111, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 82116, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 82121, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 82126, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 82131, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 82136, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 82141, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 82146, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 82151, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 82156, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 82161, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 82166, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 82171, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 82176, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 82181, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 82186, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 82191, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 82196, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 82201, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 82206, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 82211, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 82216, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 82221, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 82226, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 82231, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 82236, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 82241, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 82246, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 82251, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 82256, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 82261, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 82266, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 82271, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 82276, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 82281, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 82286, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 82291, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 82296, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 82301, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 82306, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 82311, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 82316, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 82321, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 82326, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 82331, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 82336, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 82341, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 82346, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 82351, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 82356, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 82361, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 82366, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 82371, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 82376, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 82381, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-grey:hover {
    background-color: var(--grey) !important;
  }
  /* line 82385, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-info:hover {
    background-color: var(--text-info) !important;
  }
  /* line 82389, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-warning:hover {
    background-color: var(--text-warning) !important;
  }
  /* line 82393, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-error:hover {
    background-color: var(--text-error) !important;
  }
  /* line 82397, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-primary:hover {
    background-color: var(--primary) !important;
  }
  /* line 82401, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-secondary:hover {
    background-color: var(--secondary) !important;
  }
  /* line 82405, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-primary-dark:hover {
    background-color: var(--primary-dark) !important;
  }
  /* line 82409, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-text-color:hover {
    background-color: var(--text-color) !important;
  }
  /* line 82413, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-button-outlined-hover:hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 82417, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-file-info:hover {
    background-color: var(--file-info) !important;
  }
  /* line 82421, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  /* line 82425, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }
  /* line 82429, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-black:focus {
    background-color: var(--black) !important;
  }
  /* line 82433, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-white:focus {
    background-color: var(--white) !important;
  }
  /* line 82437, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 82442, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 82447, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 82452, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 82457, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 82462, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 82467, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 82472, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 82477, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 82482, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 82487, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 82492, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 82497, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 82502, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 82507, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 82512, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 82517, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 82522, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 82527, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 82532, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 82537, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 82542, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 82547, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 82552, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 82557, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 82562, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 82567, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 82572, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 82577, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 82582, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 82587, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 82592, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 82597, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 82602, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 82607, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 82612, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 82617, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 82622, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 82627, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 82632, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 82637, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 82642, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 82647, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 82652, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 82657, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 82662, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 82667, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 82672, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 82677, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 82682, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 82687, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 82692, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 82697, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 82702, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 82707, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 82712, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 82717, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 82722, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 82727, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 82732, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 82737, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 82742, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 82747, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 82752, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 82757, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 82762, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 82767, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 82772, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 82777, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 82782, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 82787, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 82792, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 82797, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 82802, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 82807, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 82812, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 82817, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 82822, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 82827, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 82832, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 82837, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-grey:focus {
    background-color: var(--grey) !important;
  }
  /* line 82841, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-info:focus {
    background-color: var(--text-info) !important;
  }
  /* line 82845, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-warning:focus {
    background-color: var(--text-warning) !important;
  }
  /* line 82849, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-error:focus {
    background-color: var(--text-error) !important;
  }
  /* line 82853, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-primary:focus {
    background-color: var(--primary) !important;
  }
  /* line 82857, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-secondary:focus {
    background-color: var(--secondary) !important;
  }
  /* line 82861, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-primary-dark:focus {
    background-color: var(--primary-dark) !important;
  }
  /* line 82865, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-text-color:focus {
    background-color: var(--text-color) !important;
  }
  /* line 82869, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-button-outlined-hover:focus {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 82873, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-file-info:focus {
    background-color: var(--file-info) !important;
  }
  /* line 82877, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }
  /* line 82881, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 82885, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 82889, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 82893, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 82897, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 82901, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 82905, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 82909, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 82913, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 82917, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 82921, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 82925, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 82929, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 82933, app/assets/stylesheets/tailwind.css */
  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }
  /* line 82937, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }
  /* line 82941, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 82945, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 82949, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 82953, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 82957, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 82961, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 82965, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 82969, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 82973, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 82977, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 82981, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 82985, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 82989, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 82993, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }
  /* line 82997, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }
  /* line 83001, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 83005, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 83009, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 83013, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 83017, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 83021, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 83025, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 83029, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 83033, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 83037, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 83041, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 83045, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 83049, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 83053, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }
  /* line 83057, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }
  /* line 83061, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 83065, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 83069, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 83073, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 83077, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 83081, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 83085, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 83089, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 83093, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 83097, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 83101, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 83105, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 83109, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 83113, app/assets/stylesheets/tailwind.css */
  .md\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }
  /* line 83117, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }
  /* line 83121, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 83125, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 83129, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 83133, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 83137, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 83141, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 83145, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 83149, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 83153, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 83157, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 83161, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 83165, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 83169, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 83173, app/assets/stylesheets/tailwind.css */
  .md\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }
  /* line 83177, app/assets/stylesheets/tailwind.css */
  .md\:bg-none {
    background-image: none !important;
  }
  /* line 83181, app/assets/stylesheets/tailwind.css */
  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }
  /* line 83185, app/assets/stylesheets/tailwind.css */
  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }
  /* line 83189, app/assets/stylesheets/tailwind.css */
  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }
  /* line 83193, app/assets/stylesheets/tailwind.css */
  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }
  /* line 83197, app/assets/stylesheets/tailwind.css */
  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }
  /* line 83201, app/assets/stylesheets/tailwind.css */
  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }
  /* line 83205, app/assets/stylesheets/tailwind.css */
  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }
  /* line 83209, app/assets/stylesheets/tailwind.css */
  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }
  /* line 83213, app/assets/stylesheets/tailwind.css */
  .md\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 83218, app/assets/stylesheets/tailwind.css */
  .md\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83223, app/assets/stylesheets/tailwind.css */
  .md\:from-black {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83228, app/assets/stylesheets/tailwind.css */
  .md\:from-white {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83233, app/assets/stylesheets/tailwind.css */
  .md\:from-gray-50 {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 83238, app/assets/stylesheets/tailwind.css */
  .md\:from-gray-100 {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 83243, app/assets/stylesheets/tailwind.css */
  .md\:from-gray-200 {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 83248, app/assets/stylesheets/tailwind.css */
  .md\:from-gray-300 {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 83253, app/assets/stylesheets/tailwind.css */
  .md\:from-gray-400 {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 83258, app/assets/stylesheets/tailwind.css */
  .md\:from-gray-500 {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 83263, app/assets/stylesheets/tailwind.css */
  .md\:from-gray-600 {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 83268, app/assets/stylesheets/tailwind.css */
  .md\:from-gray-700 {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 83273, app/assets/stylesheets/tailwind.css */
  .md\:from-gray-800 {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 83278, app/assets/stylesheets/tailwind.css */
  .md\:from-gray-900 {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 83283, app/assets/stylesheets/tailwind.css */
  .md\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 83288, app/assets/stylesheets/tailwind.css */
  .md\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 83293, app/assets/stylesheets/tailwind.css */
  .md\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 83298, app/assets/stylesheets/tailwind.css */
  .md\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 83303, app/assets/stylesheets/tailwind.css */
  .md\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 83308, app/assets/stylesheets/tailwind.css */
  .md\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 83313, app/assets/stylesheets/tailwind.css */
  .md\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 83318, app/assets/stylesheets/tailwind.css */
  .md\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 83323, app/assets/stylesheets/tailwind.css */
  .md\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 83328, app/assets/stylesheets/tailwind.css */
  .md\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 83333, app/assets/stylesheets/tailwind.css */
  .md\:from-yellow-50 {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 83338, app/assets/stylesheets/tailwind.css */
  .md\:from-yellow-100 {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 83343, app/assets/stylesheets/tailwind.css */
  .md\:from-yellow-200 {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 83348, app/assets/stylesheets/tailwind.css */
  .md\:from-yellow-300 {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 83353, app/assets/stylesheets/tailwind.css */
  .md\:from-yellow-400 {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 83358, app/assets/stylesheets/tailwind.css */
  .md\:from-yellow-500 {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 83363, app/assets/stylesheets/tailwind.css */
  .md\:from-yellow-600 {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 83368, app/assets/stylesheets/tailwind.css */
  .md\:from-yellow-700 {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 83373, app/assets/stylesheets/tailwind.css */
  .md\:from-yellow-800 {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 83378, app/assets/stylesheets/tailwind.css */
  .md\:from-yellow-900 {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 83383, app/assets/stylesheets/tailwind.css */
  .md\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 83388, app/assets/stylesheets/tailwind.css */
  .md\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 83393, app/assets/stylesheets/tailwind.css */
  .md\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 83398, app/assets/stylesheets/tailwind.css */
  .md\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 83403, app/assets/stylesheets/tailwind.css */
  .md\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 83408, app/assets/stylesheets/tailwind.css */
  .md\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 83413, app/assets/stylesheets/tailwind.css */
  .md\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 83418, app/assets/stylesheets/tailwind.css */
  .md\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 83423, app/assets/stylesheets/tailwind.css */
  .md\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 83428, app/assets/stylesheets/tailwind.css */
  .md\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 83433, app/assets/stylesheets/tailwind.css */
  .md\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 83438, app/assets/stylesheets/tailwind.css */
  .md\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 83443, app/assets/stylesheets/tailwind.css */
  .md\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 83448, app/assets/stylesheets/tailwind.css */
  .md\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 83453, app/assets/stylesheets/tailwind.css */
  .md\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 83458, app/assets/stylesheets/tailwind.css */
  .md\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 83463, app/assets/stylesheets/tailwind.css */
  .md\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 83468, app/assets/stylesheets/tailwind.css */
  .md\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 83473, app/assets/stylesheets/tailwind.css */
  .md\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 83478, app/assets/stylesheets/tailwind.css */
  .md\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 83483, app/assets/stylesheets/tailwind.css */
  .md\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 83488, app/assets/stylesheets/tailwind.css */
  .md\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 83493, app/assets/stylesheets/tailwind.css */
  .md\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 83498, app/assets/stylesheets/tailwind.css */
  .md\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 83503, app/assets/stylesheets/tailwind.css */
  .md\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 83508, app/assets/stylesheets/tailwind.css */
  .md\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 83513, app/assets/stylesheets/tailwind.css */
  .md\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 83518, app/assets/stylesheets/tailwind.css */
  .md\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 83523, app/assets/stylesheets/tailwind.css */
  .md\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 83528, app/assets/stylesheets/tailwind.css */
  .md\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 83533, app/assets/stylesheets/tailwind.css */
  .md\:from-purple-50 {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 83538, app/assets/stylesheets/tailwind.css */
  .md\:from-purple-100 {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 83543, app/assets/stylesheets/tailwind.css */
  .md\:from-purple-200 {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 83548, app/assets/stylesheets/tailwind.css */
  .md\:from-purple-300 {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 83553, app/assets/stylesheets/tailwind.css */
  .md\:from-purple-400 {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 83558, app/assets/stylesheets/tailwind.css */
  .md\:from-purple-500 {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 83563, app/assets/stylesheets/tailwind.css */
  .md\:from-purple-600 {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 83568, app/assets/stylesheets/tailwind.css */
  .md\:from-purple-700 {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 83573, app/assets/stylesheets/tailwind.css */
  .md\:from-purple-800 {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 83578, app/assets/stylesheets/tailwind.css */
  .md\:from-purple-900 {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 83583, app/assets/stylesheets/tailwind.css */
  .md\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 83588, app/assets/stylesheets/tailwind.css */
  .md\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 83593, app/assets/stylesheets/tailwind.css */
  .md\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 83598, app/assets/stylesheets/tailwind.css */
  .md\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 83603, app/assets/stylesheets/tailwind.css */
  .md\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 83608, app/assets/stylesheets/tailwind.css */
  .md\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 83613, app/assets/stylesheets/tailwind.css */
  .md\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 83618, app/assets/stylesheets/tailwind.css */
  .md\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 83623, app/assets/stylesheets/tailwind.css */
  .md\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 83628, app/assets/stylesheets/tailwind.css */
  .md\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 83633, app/assets/stylesheets/tailwind.css */
  .md\:from-grey {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83638, app/assets/stylesheets/tailwind.css */
  .md\:from-info {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83643, app/assets/stylesheets/tailwind.css */
  .md\:from-warning {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83648, app/assets/stylesheets/tailwind.css */
  .md\:from-error {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83653, app/assets/stylesheets/tailwind.css */
  .md\:from-primary {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83658, app/assets/stylesheets/tailwind.css */
  .md\:from-secondary {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83663, app/assets/stylesheets/tailwind.css */
  .md\:from-primary-dark {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83668, app/assets/stylesheets/tailwind.css */
  .md\:from-text-color {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83673, app/assets/stylesheets/tailwind.css */
  .md\:from-button-outlined-hover {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83678, app/assets/stylesheets/tailwind.css */
  .md\:from-file-info {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83683, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 83688, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83693, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-black:hover {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83698, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-white:hover {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 83703, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 83708, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 83713, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 83718, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 83723, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 83728, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 83733, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 83738, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 83743, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 83748, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 83753, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 83758, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 83763, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 83768, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 83773, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 83778, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 83783, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 83788, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 83793, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 83798, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 83803, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 83808, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 83813, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 83818, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 83823, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 83828, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 83833, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 83838, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 83843, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 83848, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 83853, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 83858, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 83863, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 83868, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 83873, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 83878, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 83883, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 83888, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 83893, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 83898, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 83903, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 83908, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 83913, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 83918, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 83923, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 83928, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 83933, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 83938, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 83943, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 83948, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 83953, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 83958, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 83963, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 83968, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 83973, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 83978, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 83983, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 83988, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 83993, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 83998, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 84003, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 84008, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 84013, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 84018, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 84023, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 84028, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 84033, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 84038, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 84043, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 84048, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 84053, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 84058, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 84063, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 84068, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 84073, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 84078, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 84083, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 84088, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 84093, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 84098, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 84103, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-grey:hover {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84108, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-info:hover {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84113, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-warning:hover {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84118, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-error:hover {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84123, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-primary:hover {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84128, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-secondary:hover {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84133, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-primary-dark:hover {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84138, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-text-color:hover {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84143, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-button-outlined-hover:hover {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84148, app/assets/stylesheets/tailwind.css */
  .md\:hover\:from-file-info:hover {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84153, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 84158, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84163, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-black:focus {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84168, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-white:focus {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84173, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 84178, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 84183, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 84188, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 84193, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 84198, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 84203, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 84208, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 84213, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 84218, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 84223, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 84228, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 84233, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 84238, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 84243, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 84248, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 84253, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 84258, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 84263, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 84268, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 84273, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 84278, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 84283, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 84288, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 84293, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 84298, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 84303, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 84308, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 84313, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 84318, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 84323, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 84328, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 84333, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 84338, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 84343, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 84348, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 84353, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 84358, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 84363, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 84368, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 84373, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 84378, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 84383, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 84388, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 84393, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 84398, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 84403, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 84408, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 84413, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 84418, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 84423, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 84428, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 84433, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 84438, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 84443, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 84448, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 84453, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 84458, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 84463, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 84468, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 84473, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 84478, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 84483, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 84488, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 84493, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 84498, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 84503, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 84508, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 84513, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 84518, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 84523, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 84528, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 84533, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 84538, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 84543, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 84548, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 84553, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 84558, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 84563, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 84568, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 84573, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-grey:focus {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84578, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-info:focus {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84583, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-warning:focus {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84588, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-error:focus {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84593, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-primary:focus {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84598, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-secondary:focus {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84603, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-primary-dark:focus {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84608, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-text-color:focus {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84613, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-button-outlined-hover:focus {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84618, app/assets/stylesheets/tailwind.css */
  .md\:focus\:from-file-info:focus {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84623, app/assets/stylesheets/tailwind.css */
  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 84627, app/assets/stylesheets/tailwind.css */
  .md\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84631, app/assets/stylesheets/tailwind.css */
  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84635, app/assets/stylesheets/tailwind.css */
  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84639, app/assets/stylesheets/tailwind.css */
  .md\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 84643, app/assets/stylesheets/tailwind.css */
  .md\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 84647, app/assets/stylesheets/tailwind.css */
  .md\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 84651, app/assets/stylesheets/tailwind.css */
  .md\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 84655, app/assets/stylesheets/tailwind.css */
  .md\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 84659, app/assets/stylesheets/tailwind.css */
  .md\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 84663, app/assets/stylesheets/tailwind.css */
  .md\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 84667, app/assets/stylesheets/tailwind.css */
  .md\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 84671, app/assets/stylesheets/tailwind.css */
  .md\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 84675, app/assets/stylesheets/tailwind.css */
  .md\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 84679, app/assets/stylesheets/tailwind.css */
  .md\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 84683, app/assets/stylesheets/tailwind.css */
  .md\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 84687, app/assets/stylesheets/tailwind.css */
  .md\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 84691, app/assets/stylesheets/tailwind.css */
  .md\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 84695, app/assets/stylesheets/tailwind.css */
  .md\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 84699, app/assets/stylesheets/tailwind.css */
  .md\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 84703, app/assets/stylesheets/tailwind.css */
  .md\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 84707, app/assets/stylesheets/tailwind.css */
  .md\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 84711, app/assets/stylesheets/tailwind.css */
  .md\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 84715, app/assets/stylesheets/tailwind.css */
  .md\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 84719, app/assets/stylesheets/tailwind.css */
  .md\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 84723, app/assets/stylesheets/tailwind.css */
  .md\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 84727, app/assets/stylesheets/tailwind.css */
  .md\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 84731, app/assets/stylesheets/tailwind.css */
  .md\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 84735, app/assets/stylesheets/tailwind.css */
  .md\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 84739, app/assets/stylesheets/tailwind.css */
  .md\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 84743, app/assets/stylesheets/tailwind.css */
  .md\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 84747, app/assets/stylesheets/tailwind.css */
  .md\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 84751, app/assets/stylesheets/tailwind.css */
  .md\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 84755, app/assets/stylesheets/tailwind.css */
  .md\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 84759, app/assets/stylesheets/tailwind.css */
  .md\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 84763, app/assets/stylesheets/tailwind.css */
  .md\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 84767, app/assets/stylesheets/tailwind.css */
  .md\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 84771, app/assets/stylesheets/tailwind.css */
  .md\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 84775, app/assets/stylesheets/tailwind.css */
  .md\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 84779, app/assets/stylesheets/tailwind.css */
  .md\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 84783, app/assets/stylesheets/tailwind.css */
  .md\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 84787, app/assets/stylesheets/tailwind.css */
  .md\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 84791, app/assets/stylesheets/tailwind.css */
  .md\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 84795, app/assets/stylesheets/tailwind.css */
  .md\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 84799, app/assets/stylesheets/tailwind.css */
  .md\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 84803, app/assets/stylesheets/tailwind.css */
  .md\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 84807, app/assets/stylesheets/tailwind.css */
  .md\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 84811, app/assets/stylesheets/tailwind.css */
  .md\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 84815, app/assets/stylesheets/tailwind.css */
  .md\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 84819, app/assets/stylesheets/tailwind.css */
  .md\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 84823, app/assets/stylesheets/tailwind.css */
  .md\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 84827, app/assets/stylesheets/tailwind.css */
  .md\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 84831, app/assets/stylesheets/tailwind.css */
  .md\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 84835, app/assets/stylesheets/tailwind.css */
  .md\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 84839, app/assets/stylesheets/tailwind.css */
  .md\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 84843, app/assets/stylesheets/tailwind.css */
  .md\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 84847, app/assets/stylesheets/tailwind.css */
  .md\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 84851, app/assets/stylesheets/tailwind.css */
  .md\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 84855, app/assets/stylesheets/tailwind.css */
  .md\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 84859, app/assets/stylesheets/tailwind.css */
  .md\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 84863, app/assets/stylesheets/tailwind.css */
  .md\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 84867, app/assets/stylesheets/tailwind.css */
  .md\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 84871, app/assets/stylesheets/tailwind.css */
  .md\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 84875, app/assets/stylesheets/tailwind.css */
  .md\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 84879, app/assets/stylesheets/tailwind.css */
  .md\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 84883, app/assets/stylesheets/tailwind.css */
  .md\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 84887, app/assets/stylesheets/tailwind.css */
  .md\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 84891, app/assets/stylesheets/tailwind.css */
  .md\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 84895, app/assets/stylesheets/tailwind.css */
  .md\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 84899, app/assets/stylesheets/tailwind.css */
  .md\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 84903, app/assets/stylesheets/tailwind.css */
  .md\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 84907, app/assets/stylesheets/tailwind.css */
  .md\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 84911, app/assets/stylesheets/tailwind.css */
  .md\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 84915, app/assets/stylesheets/tailwind.css */
  .md\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 84919, app/assets/stylesheets/tailwind.css */
  .md\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 84923, app/assets/stylesheets/tailwind.css */
  .md\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 84927, app/assets/stylesheets/tailwind.css */
  .md\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 84931, app/assets/stylesheets/tailwind.css */
  .md\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 84935, app/assets/stylesheets/tailwind.css */
  .md\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 84939, app/assets/stylesheets/tailwind.css */
  .md\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 84943, app/assets/stylesheets/tailwind.css */
  .md\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 84947, app/assets/stylesheets/tailwind.css */
  .md\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 84951, app/assets/stylesheets/tailwind.css */
  .md\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 84955, app/assets/stylesheets/tailwind.css */
  .md\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 84959, app/assets/stylesheets/tailwind.css */
  .md\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84963, app/assets/stylesheets/tailwind.css */
  .md\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84967, app/assets/stylesheets/tailwind.css */
  .md\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84971, app/assets/stylesheets/tailwind.css */
  .md\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84975, app/assets/stylesheets/tailwind.css */
  .md\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84979, app/assets/stylesheets/tailwind.css */
  .md\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84983, app/assets/stylesheets/tailwind.css */
  .md\:via-primary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84987, app/assets/stylesheets/tailwind.css */
  .md\:via-text-color {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84991, app/assets/stylesheets/tailwind.css */
  .md\:via-button-outlined-hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84995, app/assets/stylesheets/tailwind.css */
  .md\:via-file-info {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 84999, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 85003, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85007, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85011, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85015, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 85019, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 85023, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 85027, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 85031, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 85035, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 85039, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 85043, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 85047, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 85051, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 85055, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 85059, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 85063, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 85067, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 85071, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 85075, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 85079, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 85083, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 85087, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 85091, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 85095, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 85099, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 85103, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 85107, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 85111, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 85115, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 85119, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 85123, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 85127, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 85131, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 85135, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 85139, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 85143, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 85147, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 85151, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 85155, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 85159, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 85163, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 85167, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 85171, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 85175, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 85179, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 85183, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 85187, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 85191, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 85195, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 85199, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 85203, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 85207, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 85211, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 85215, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 85219, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 85223, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 85227, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 85231, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 85235, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 85239, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 85243, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 85247, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 85251, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 85255, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 85259, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 85263, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 85267, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 85271, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 85275, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 85279, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 85283, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 85287, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 85291, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 85295, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 85299, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 85303, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 85307, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 85311, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 85315, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 85319, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 85323, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 85327, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 85331, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 85335, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85339, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85343, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85347, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85351, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85355, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85359, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-primary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85363, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-text-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85367, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-button-outlined-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85371, app/assets/stylesheets/tailwind.css */
  .md\:hover\:via-file-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85375, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 85379, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85383, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85387, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85391, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 85395, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 85399, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 85403, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 85407, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 85411, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 85415, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 85419, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 85423, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 85427, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 85431, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 85435, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 85439, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 85443, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 85447, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 85451, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 85455, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 85459, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 85463, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 85467, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 85471, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 85475, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 85479, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 85483, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 85487, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 85491, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 85495, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 85499, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 85503, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 85507, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 85511, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 85515, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 85519, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 85523, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 85527, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 85531, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 85535, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 85539, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 85543, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 85547, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 85551, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 85555, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 85559, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 85563, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 85567, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 85571, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 85575, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 85579, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 85583, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 85587, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 85591, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 85595, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 85599, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 85603, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 85607, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 85611, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 85615, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 85619, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 85623, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 85627, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 85631, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 85635, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 85639, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 85643, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 85647, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 85651, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 85655, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 85659, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 85663, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 85667, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 85671, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 85675, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 85679, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 85683, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 85687, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 85691, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 85695, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 85699, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 85703, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 85707, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 85711, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85715, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85719, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85723, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85727, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85731, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85735, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-primary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85739, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-text-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85743, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-button-outlined-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85747, app/assets/stylesheets/tailwind.css */
  .md\:focus\:via-file-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 85751, app/assets/stylesheets/tailwind.css */
  .md\:to-transparent {
    --tw-gradient-to: transparent !important;
  }
  /* line 85755, app/assets/stylesheets/tailwind.css */
  .md\:to-current {
    --tw-gradient-to: currentColor !important;
  }
  /* line 85759, app/assets/stylesheets/tailwind.css */
  .md\:to-black {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 85763, app/assets/stylesheets/tailwind.css */
  .md\:to-white {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 85767, app/assets/stylesheets/tailwind.css */
  .md\:to-gray-50 {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 85771, app/assets/stylesheets/tailwind.css */
  .md\:to-gray-100 {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 85775, app/assets/stylesheets/tailwind.css */
  .md\:to-gray-200 {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 85779, app/assets/stylesheets/tailwind.css */
  .md\:to-gray-300 {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 85783, app/assets/stylesheets/tailwind.css */
  .md\:to-gray-400 {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 85787, app/assets/stylesheets/tailwind.css */
  .md\:to-gray-500 {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 85791, app/assets/stylesheets/tailwind.css */
  .md\:to-gray-600 {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 85795, app/assets/stylesheets/tailwind.css */
  .md\:to-gray-700 {
    --tw-gradient-to: #374151 !important;
  }
  /* line 85799, app/assets/stylesheets/tailwind.css */
  .md\:to-gray-800 {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 85803, app/assets/stylesheets/tailwind.css */
  .md\:to-gray-900 {
    --tw-gradient-to: #111827 !important;
  }
  /* line 85807, app/assets/stylesheets/tailwind.css */
  .md\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 85811, app/assets/stylesheets/tailwind.css */
  .md\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 85815, app/assets/stylesheets/tailwind.css */
  .md\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 85819, app/assets/stylesheets/tailwind.css */
  .md\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 85823, app/assets/stylesheets/tailwind.css */
  .md\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 85827, app/assets/stylesheets/tailwind.css */
  .md\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 85831, app/assets/stylesheets/tailwind.css */
  .md\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 85835, app/assets/stylesheets/tailwind.css */
  .md\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 85839, app/assets/stylesheets/tailwind.css */
  .md\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 85843, app/assets/stylesheets/tailwind.css */
  .md\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 85847, app/assets/stylesheets/tailwind.css */
  .md\:to-yellow-50 {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 85851, app/assets/stylesheets/tailwind.css */
  .md\:to-yellow-100 {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 85855, app/assets/stylesheets/tailwind.css */
  .md\:to-yellow-200 {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 85859, app/assets/stylesheets/tailwind.css */
  .md\:to-yellow-300 {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 85863, app/assets/stylesheets/tailwind.css */
  .md\:to-yellow-400 {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 85867, app/assets/stylesheets/tailwind.css */
  .md\:to-yellow-500 {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 85871, app/assets/stylesheets/tailwind.css */
  .md\:to-yellow-600 {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 85875, app/assets/stylesheets/tailwind.css */
  .md\:to-yellow-700 {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 85879, app/assets/stylesheets/tailwind.css */
  .md\:to-yellow-800 {
    --tw-gradient-to: #92400e !important;
  }
  /* line 85883, app/assets/stylesheets/tailwind.css */
  .md\:to-yellow-900 {
    --tw-gradient-to: #78350f !important;
  }
  /* line 85887, app/assets/stylesheets/tailwind.css */
  .md\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 85891, app/assets/stylesheets/tailwind.css */
  .md\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 85895, app/assets/stylesheets/tailwind.css */
  .md\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 85899, app/assets/stylesheets/tailwind.css */
  .md\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 85903, app/assets/stylesheets/tailwind.css */
  .md\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 85907, app/assets/stylesheets/tailwind.css */
  .md\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 85911, app/assets/stylesheets/tailwind.css */
  .md\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }
  /* line 85915, app/assets/stylesheets/tailwind.css */
  .md\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }
  /* line 85919, app/assets/stylesheets/tailwind.css */
  .md\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 85923, app/assets/stylesheets/tailwind.css */
  .md\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 85927, app/assets/stylesheets/tailwind.css */
  .md\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 85931, app/assets/stylesheets/tailwind.css */
  .md\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 85935, app/assets/stylesheets/tailwind.css */
  .md\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 85939, app/assets/stylesheets/tailwind.css */
  .md\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 85943, app/assets/stylesheets/tailwind.css */
  .md\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 85947, app/assets/stylesheets/tailwind.css */
  .md\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 85951, app/assets/stylesheets/tailwind.css */
  .md\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 85955, app/assets/stylesheets/tailwind.css */
  .md\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 85959, app/assets/stylesheets/tailwind.css */
  .md\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 85963, app/assets/stylesheets/tailwind.css */
  .md\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 85967, app/assets/stylesheets/tailwind.css */
  .md\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 85971, app/assets/stylesheets/tailwind.css */
  .md\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 85975, app/assets/stylesheets/tailwind.css */
  .md\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 85979, app/assets/stylesheets/tailwind.css */
  .md\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 85983, app/assets/stylesheets/tailwind.css */
  .md\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 85987, app/assets/stylesheets/tailwind.css */
  .md\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 85991, app/assets/stylesheets/tailwind.css */
  .md\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 85995, app/assets/stylesheets/tailwind.css */
  .md\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 85999, app/assets/stylesheets/tailwind.css */
  .md\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 86003, app/assets/stylesheets/tailwind.css */
  .md\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 86007, app/assets/stylesheets/tailwind.css */
  .md\:to-purple-50 {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 86011, app/assets/stylesheets/tailwind.css */
  .md\:to-purple-100 {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 86015, app/assets/stylesheets/tailwind.css */
  .md\:to-purple-200 {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 86019, app/assets/stylesheets/tailwind.css */
  .md\:to-purple-300 {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 86023, app/assets/stylesheets/tailwind.css */
  .md\:to-purple-400 {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 86027, app/assets/stylesheets/tailwind.css */
  .md\:to-purple-500 {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 86031, app/assets/stylesheets/tailwind.css */
  .md\:to-purple-600 {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 86035, app/assets/stylesheets/tailwind.css */
  .md\:to-purple-700 {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 86039, app/assets/stylesheets/tailwind.css */
  .md\:to-purple-800 {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 86043, app/assets/stylesheets/tailwind.css */
  .md\:to-purple-900 {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 86047, app/assets/stylesheets/tailwind.css */
  .md\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 86051, app/assets/stylesheets/tailwind.css */
  .md\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 86055, app/assets/stylesheets/tailwind.css */
  .md\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 86059, app/assets/stylesheets/tailwind.css */
  .md\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 86063, app/assets/stylesheets/tailwind.css */
  .md\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 86067, app/assets/stylesheets/tailwind.css */
  .md\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 86071, app/assets/stylesheets/tailwind.css */
  .md\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 86075, app/assets/stylesheets/tailwind.css */
  .md\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }
  /* line 86079, app/assets/stylesheets/tailwind.css */
  .md\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 86083, app/assets/stylesheets/tailwind.css */
  .md\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }
  /* line 86087, app/assets/stylesheets/tailwind.css */
  .md\:to-grey {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 86091, app/assets/stylesheets/tailwind.css */
  .md\:to-info {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 86095, app/assets/stylesheets/tailwind.css */
  .md\:to-warning {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 86099, app/assets/stylesheets/tailwind.css */
  .md\:to-error {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 86103, app/assets/stylesheets/tailwind.css */
  .md\:to-primary {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 86107, app/assets/stylesheets/tailwind.css */
  .md\:to-secondary {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 86111, app/assets/stylesheets/tailwind.css */
  .md\:to-primary-dark {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 86115, app/assets/stylesheets/tailwind.css */
  .md\:to-text-color {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 86119, app/assets/stylesheets/tailwind.css */
  .md\:to-button-outlined-hover {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 86123, app/assets/stylesheets/tailwind.css */
  .md\:to-file-info {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 86127, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }
  /* line 86131, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }
  /* line 86135, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-black:hover {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 86139, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-white:hover {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 86143, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 86147, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 86151, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 86155, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 86159, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 86163, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 86167, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 86171, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151 !important;
  }
  /* line 86175, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 86179, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827 !important;
  }
  /* line 86183, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 86187, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 86191, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 86195, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 86199, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 86203, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 86207, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 86211, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 86215, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 86219, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 86223, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 86227, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 86231, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 86235, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 86239, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 86243, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 86247, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 86251, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 86255, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e !important;
  }
  /* line 86259, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f !important;
  }
  /* line 86263, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 86267, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 86271, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 86275, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 86279, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 86283, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 86287, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }
  /* line 86291, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }
  /* line 86295, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 86299, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 86303, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 86307, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 86311, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 86315, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 86319, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 86323, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 86327, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 86331, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 86335, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 86339, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 86343, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 86347, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 86351, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 86355, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 86359, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 86363, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 86367, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 86371, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 86375, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 86379, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 86383, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 86387, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 86391, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 86395, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 86399, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 86403, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 86407, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 86411, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 86415, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 86419, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 86423, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 86427, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 86431, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 86435, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 86439, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 86443, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 86447, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 86451, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }
  /* line 86455, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 86459, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }
  /* line 86463, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-grey:hover {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 86467, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-info:hover {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 86471, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-warning:hover {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 86475, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-error:hover {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 86479, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-primary:hover {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 86483, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-secondary:hover {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 86487, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-primary-dark:hover {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 86491, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-text-color:hover {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 86495, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-button-outlined-hover:hover {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 86499, app/assets/stylesheets/tailwind.css */
  .md\:hover\:to-file-info:hover {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 86503, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }
  /* line 86507, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }
  /* line 86511, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-black:focus {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 86515, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-white:focus {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 86519, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 86523, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 86527, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 86531, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 86535, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 86539, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 86543, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 86547, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151 !important;
  }
  /* line 86551, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 86555, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827 !important;
  }
  /* line 86559, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 86563, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 86567, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 86571, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 86575, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 86579, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 86583, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 86587, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 86591, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 86595, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 86599, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 86603, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 86607, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 86611, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 86615, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 86619, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 86623, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 86627, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 86631, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e !important;
  }
  /* line 86635, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f !important;
  }
  /* line 86639, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 86643, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 86647, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 86651, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 86655, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 86659, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 86663, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }
  /* line 86667, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }
  /* line 86671, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 86675, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 86679, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 86683, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 86687, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 86691, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 86695, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 86699, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 86703, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 86707, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 86711, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 86715, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 86719, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 86723, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 86727, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 86731, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 86735, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 86739, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 86743, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 86747, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 86751, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 86755, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 86759, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 86763, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 86767, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 86771, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 86775, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 86779, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 86783, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 86787, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 86791, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 86795, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 86799, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 86803, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 86807, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 86811, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 86815, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 86819, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 86823, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 86827, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }
  /* line 86831, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 86835, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }
  /* line 86839, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-grey:focus {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 86843, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-info:focus {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 86847, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-warning:focus {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 86851, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-error:focus {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 86855, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-primary:focus {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 86859, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-secondary:focus {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 86863, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-primary-dark:focus {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 86867, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-text-color:focus {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 86871, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-button-outlined-hover:focus {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 86875, app/assets/stylesheets/tailwind.css */
  .md\:focus\:to-file-info:focus {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 86879, app/assets/stylesheets/tailwind.css */
  .md\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
    box-decoration-break: slice !important;
  }
  /* line 86884, app/assets/stylesheets/tailwind.css */
  .md\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
    box-decoration-break: clone !important;
  }
  /* line 86889, app/assets/stylesheets/tailwind.css */
  .md\:bg-auto {
    background-size: auto !important;
  }
  /* line 86893, app/assets/stylesheets/tailwind.css */
  .md\:bg-cover {
    background-size: cover !important;
  }
  /* line 86897, app/assets/stylesheets/tailwind.css */
  .md\:bg-contain {
    background-size: contain !important;
  }
  /* line 86901, app/assets/stylesheets/tailwind.css */
  .md\:bg-fixed {
    background-attachment: fixed !important;
  }
  /* line 86905, app/assets/stylesheets/tailwind.css */
  .md\:bg-local {
    background-attachment: local !important;
  }
  /* line 86909, app/assets/stylesheets/tailwind.css */
  .md\:bg-scroll {
    background-attachment: scroll !important;
  }
  /* line 86913, app/assets/stylesheets/tailwind.css */
  .md\:bg-clip-border {
    background-clip: border-box !important;
  }
  /* line 86917, app/assets/stylesheets/tailwind.css */
  .md\:bg-clip-padding {
    background-clip: padding-box !important;
  }
  /* line 86921, app/assets/stylesheets/tailwind.css */
  .md\:bg-clip-content {
    background-clip: content-box !important;
  }
  /* line 86925, app/assets/stylesheets/tailwind.css */
  .md\:bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important;
  }
  /* line 86930, app/assets/stylesheets/tailwind.css */
  .md\:bg-bottom {
    background-position: bottom !important;
  }
  /* line 86934, app/assets/stylesheets/tailwind.css */
  .md\:bg-center {
    background-position: center !important;
  }
  /* line 86938, app/assets/stylesheets/tailwind.css */
  .md\:bg-left {
    background-position: left !important;
  }
  /* line 86942, app/assets/stylesheets/tailwind.css */
  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }
  /* line 86946, app/assets/stylesheets/tailwind.css */
  .md\:bg-left-top {
    background-position: left top !important;
  }
  /* line 86950, app/assets/stylesheets/tailwind.css */
  .md\:bg-right {
    background-position: right !important;
  }
  /* line 86954, app/assets/stylesheets/tailwind.css */
  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }
  /* line 86958, app/assets/stylesheets/tailwind.css */
  .md\:bg-right-top {
    background-position: right top !important;
  }
  /* line 86962, app/assets/stylesheets/tailwind.css */
  .md\:bg-top {
    background-position: top !important;
  }
  /* line 86966, app/assets/stylesheets/tailwind.css */
  .md\:bg-repeat {
    background-repeat: repeat !important;
  }
  /* line 86970, app/assets/stylesheets/tailwind.css */
  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  /* line 86974, app/assets/stylesheets/tailwind.css */
  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  /* line 86978, app/assets/stylesheets/tailwind.css */
  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  /* line 86982, app/assets/stylesheets/tailwind.css */
  .md\:bg-repeat-round {
    background-repeat: round !important;
  }
  /* line 86986, app/assets/stylesheets/tailwind.css */
  .md\:bg-repeat-space {
    background-repeat: space !important;
  }
  /* line 86990, app/assets/stylesheets/tailwind.css */
  .md\:bg-origin-border {
    background-origin: border-box !important;
  }
  /* line 86994, app/assets/stylesheets/tailwind.css */
  .md\:bg-origin-padding {
    background-origin: padding-box !important;
  }
  /* line 86998, app/assets/stylesheets/tailwind.css */
  .md\:bg-origin-content {
    background-origin: content-box !important;
  }
  /* line 87002, app/assets/stylesheets/tailwind.css */
  .md\:fill-current {
    fill: currentColor !important;
  }
  /* line 87006, app/assets/stylesheets/tailwind.css */
  .md\:stroke-current {
    stroke: currentColor !important;
  }
  /* line 87010, app/assets/stylesheets/tailwind.css */
  .md\:stroke-0 {
    stroke-width: 0 !important;
  }
  /* line 87014, app/assets/stylesheets/tailwind.css */
  .md\:stroke-1 {
    stroke-width: 1 !important;
  }
  /* line 87018, app/assets/stylesheets/tailwind.css */
  .md\:stroke-2 {
    stroke-width: 2 !important;
  }
  /* line 87022, app/assets/stylesheets/tailwind.css */
  .md\:object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 87027, app/assets/stylesheets/tailwind.css */
  .md\:object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 87032, app/assets/stylesheets/tailwind.css */
  .md\:object-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 87037, app/assets/stylesheets/tailwind.css */
  .md\:object-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 87042, app/assets/stylesheets/tailwind.css */
  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 87047, app/assets/stylesheets/tailwind.css */
  .md\:object-bottom {
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }
  /* line 87052, app/assets/stylesheets/tailwind.css */
  .md\:object-center {
    -o-object-position: center !important;
    object-position: center !important;
  }
  /* line 87057, app/assets/stylesheets/tailwind.css */
  .md\:object-left {
    -o-object-position: left !important;
    object-position: left !important;
  }
  /* line 87062, app/assets/stylesheets/tailwind.css */
  .md\:object-left-bottom {
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
  }
  /* line 87067, app/assets/stylesheets/tailwind.css */
  .md\:object-left-top {
    -o-object-position: left top !important;
    object-position: left top !important;
  }
  /* line 87072, app/assets/stylesheets/tailwind.css */
  .md\:object-right {
    -o-object-position: right !important;
    object-position: right !important;
  }
  /* line 87077, app/assets/stylesheets/tailwind.css */
  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }
  /* line 87082, app/assets/stylesheets/tailwind.css */
  .md\:object-right-top {
    -o-object-position: right top !important;
    object-position: right top !important;
  }
  /* line 87087, app/assets/stylesheets/tailwind.css */
  .md\:object-top {
    -o-object-position: top !important;
    object-position: top !important;
  }
  /* line 87092, app/assets/stylesheets/tailwind.css */
  .md\:p-0 {
    padding: 0px !important;
  }
  /* line 87096, app/assets/stylesheets/tailwind.css */
  .md\:p-1 {
    padding: 0.25rem !important;
  }
  /* line 87100, app/assets/stylesheets/tailwind.css */
  .md\:p-2 {
    padding: 0.5rem !important;
  }
  /* line 87104, app/assets/stylesheets/tailwind.css */
  .md\:p-3 {
    padding: 0.75rem !important;
  }
  /* line 87108, app/assets/stylesheets/tailwind.css */
  .md\:p-4 {
    padding: 1rem !important;
  }
  /* line 87112, app/assets/stylesheets/tailwind.css */
  .md\:p-5 {
    padding: 1.25rem !important;
  }
  /* line 87116, app/assets/stylesheets/tailwind.css */
  .md\:p-6 {
    padding: 1.5rem !important;
  }
  /* line 87120, app/assets/stylesheets/tailwind.css */
  .md\:p-7 {
    padding: 1.75rem !important;
  }
  /* line 87124, app/assets/stylesheets/tailwind.css */
  .md\:p-8 {
    padding: 2rem !important;
  }
  /* line 87128, app/assets/stylesheets/tailwind.css */
  .md\:p-9 {
    padding: 2.25rem !important;
  }
  /* line 87132, app/assets/stylesheets/tailwind.css */
  .md\:p-10 {
    padding: 2.5rem !important;
  }
  /* line 87136, app/assets/stylesheets/tailwind.css */
  .md\:p-11 {
    padding: 2.75rem !important;
  }
  /* line 87140, app/assets/stylesheets/tailwind.css */
  .md\:p-12 {
    padding: 3rem !important;
  }
  /* line 87144, app/assets/stylesheets/tailwind.css */
  .md\:p-14 {
    padding: 3.5rem !important;
  }
  /* line 87148, app/assets/stylesheets/tailwind.css */
  .md\:p-16 {
    padding: 4rem !important;
  }
  /* line 87152, app/assets/stylesheets/tailwind.css */
  .md\:p-20 {
    padding: 5rem !important;
  }
  /* line 87156, app/assets/stylesheets/tailwind.css */
  .md\:p-24 {
    padding: 6rem !important;
  }
  /* line 87160, app/assets/stylesheets/tailwind.css */
  .md\:p-28 {
    padding: 7rem !important;
  }
  /* line 87164, app/assets/stylesheets/tailwind.css */
  .md\:p-32 {
    padding: 8rem !important;
  }
  /* line 87168, app/assets/stylesheets/tailwind.css */
  .md\:p-36 {
    padding: 9rem !important;
  }
  /* line 87172, app/assets/stylesheets/tailwind.css */
  .md\:p-40 {
    padding: 10rem !important;
  }
  /* line 87176, app/assets/stylesheets/tailwind.css */
  .md\:p-44 {
    padding: 11rem !important;
  }
  /* line 87180, app/assets/stylesheets/tailwind.css */
  .md\:p-48 {
    padding: 12rem !important;
  }
  /* line 87184, app/assets/stylesheets/tailwind.css */
  .md\:p-52 {
    padding: 13rem !important;
  }
  /* line 87188, app/assets/stylesheets/tailwind.css */
  .md\:p-56 {
    padding: 14rem !important;
  }
  /* line 87192, app/assets/stylesheets/tailwind.css */
  .md\:p-60 {
    padding: 15rem !important;
  }
  /* line 87196, app/assets/stylesheets/tailwind.css */
  .md\:p-64 {
    padding: 16rem !important;
  }
  /* line 87200, app/assets/stylesheets/tailwind.css */
  .md\:p-72 {
    padding: 18rem !important;
  }
  /* line 87204, app/assets/stylesheets/tailwind.css */
  .md\:p-80 {
    padding: 20rem !important;
  }
  /* line 87208, app/assets/stylesheets/tailwind.css */
  .md\:p-96 {
    padding: 24rem !important;
  }
  /* line 87212, app/assets/stylesheets/tailwind.css */
  .md\:p-px {
    padding: 1px !important;
  }
  /* line 87216, app/assets/stylesheets/tailwind.css */
  .md\:p-0\.5 {
    padding: 0.125rem !important;
  }
  /* line 87220, app/assets/stylesheets/tailwind.css */
  .md\:p-1\.5 {
    padding: 0.375rem !important;
  }
  /* line 87224, app/assets/stylesheets/tailwind.css */
  .md\:p-2\.5 {
    padding: 0.625rem !important;
  }
  /* line 87228, app/assets/stylesheets/tailwind.css */
  .md\:p-3\.5 {
    padding: 0.875rem !important;
  }
  /* line 87232, app/assets/stylesheets/tailwind.css */
  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 87237, app/assets/stylesheets/tailwind.css */
  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  /* line 87242, app/assets/stylesheets/tailwind.css */
  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 87247, app/assets/stylesheets/tailwind.css */
  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  /* line 87252, app/assets/stylesheets/tailwind.css */
  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 87257, app/assets/stylesheets/tailwind.css */
  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  /* line 87262, app/assets/stylesheets/tailwind.css */
  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 87267, app/assets/stylesheets/tailwind.css */
  .md\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  /* line 87272, app/assets/stylesheets/tailwind.css */
  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  /* line 87277, app/assets/stylesheets/tailwind.css */
  .md\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  /* line 87282, app/assets/stylesheets/tailwind.css */
  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 87287, app/assets/stylesheets/tailwind.css */
  .md\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  /* line 87292, app/assets/stylesheets/tailwind.css */
  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 87297, app/assets/stylesheets/tailwind.css */
  .md\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  /* line 87302, app/assets/stylesheets/tailwind.css */
  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  /* line 87307, app/assets/stylesheets/tailwind.css */
  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 87312, app/assets/stylesheets/tailwind.css */
  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  /* line 87317, app/assets/stylesheets/tailwind.css */
  .md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  /* line 87322, app/assets/stylesheets/tailwind.css */
  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  /* line 87327, app/assets/stylesheets/tailwind.css */
  .md\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  /* line 87332, app/assets/stylesheets/tailwind.css */
  .md\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 87337, app/assets/stylesheets/tailwind.css */
  .md\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  /* line 87342, app/assets/stylesheets/tailwind.css */
  .md\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  /* line 87347, app/assets/stylesheets/tailwind.css */
  .md\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  /* line 87352, app/assets/stylesheets/tailwind.css */
  .md\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  /* line 87357, app/assets/stylesheets/tailwind.css */
  .md\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  /* line 87362, app/assets/stylesheets/tailwind.css */
  .md\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  /* line 87367, app/assets/stylesheets/tailwind.css */
  .md\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  /* line 87372, app/assets/stylesheets/tailwind.css */
  .md\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  /* line 87377, app/assets/stylesheets/tailwind.css */
  .md\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  /* line 87382, app/assets/stylesheets/tailwind.css */
  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  /* line 87387, app/assets/stylesheets/tailwind.css */
  .md\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }
  /* line 87392, app/assets/stylesheets/tailwind.css */
  .md\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  /* line 87397, app/assets/stylesheets/tailwind.css */
  .md\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  /* line 87402, app/assets/stylesheets/tailwind.css */
  .md\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
  /* line 87407, app/assets/stylesheets/tailwind.css */
  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 87412, app/assets/stylesheets/tailwind.css */
  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 87417, app/assets/stylesheets/tailwind.css */
  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 87422, app/assets/stylesheets/tailwind.css */
  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 87427, app/assets/stylesheets/tailwind.css */
  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 87432, app/assets/stylesheets/tailwind.css */
  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 87437, app/assets/stylesheets/tailwind.css */
  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 87442, app/assets/stylesheets/tailwind.css */
  .md\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 87447, app/assets/stylesheets/tailwind.css */
  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 87452, app/assets/stylesheets/tailwind.css */
  .md\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 87457, app/assets/stylesheets/tailwind.css */
  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 87462, app/assets/stylesheets/tailwind.css */
  .md\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  /* line 87467, app/assets/stylesheets/tailwind.css */
  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 87472, app/assets/stylesheets/tailwind.css */
  .md\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 87477, app/assets/stylesheets/tailwind.css */
  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 87482, app/assets/stylesheets/tailwind.css */
  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 87487, app/assets/stylesheets/tailwind.css */
  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 87492, app/assets/stylesheets/tailwind.css */
  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 87497, app/assets/stylesheets/tailwind.css */
  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 87502, app/assets/stylesheets/tailwind.css */
  .md\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 87507, app/assets/stylesheets/tailwind.css */
  .md\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 87512, app/assets/stylesheets/tailwind.css */
  .md\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  /* line 87517, app/assets/stylesheets/tailwind.css */
  .md\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 87522, app/assets/stylesheets/tailwind.css */
  .md\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  /* line 87527, app/assets/stylesheets/tailwind.css */
  .md\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 87532, app/assets/stylesheets/tailwind.css */
  .md\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* line 87537, app/assets/stylesheets/tailwind.css */
  .md\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  /* line 87542, app/assets/stylesheets/tailwind.css */
  .md\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  /* line 87547, app/assets/stylesheets/tailwind.css */
  .md\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  /* line 87552, app/assets/stylesheets/tailwind.css */
  .md\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  /* line 87557, app/assets/stylesheets/tailwind.css */
  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  /* line 87562, app/assets/stylesheets/tailwind.css */
  .md\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  /* line 87567, app/assets/stylesheets/tailwind.css */
  .md\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  /* line 87572, app/assets/stylesheets/tailwind.css */
  .md\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  /* line 87577, app/assets/stylesheets/tailwind.css */
  .md\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  /* line 87582, app/assets/stylesheets/tailwind.css */
  .md\:pt-0 {
    padding-top: 0px !important;
  }
  /* line 87586, app/assets/stylesheets/tailwind.css */
  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }
  /* line 87590, app/assets/stylesheets/tailwind.css */
  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }
  /* line 87594, app/assets/stylesheets/tailwind.css */
  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }
  /* line 87598, app/assets/stylesheets/tailwind.css */
  .md\:pt-4 {
    padding-top: 1rem !important;
  }
  /* line 87602, app/assets/stylesheets/tailwind.css */
  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }
  /* line 87606, app/assets/stylesheets/tailwind.css */
  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }
  /* line 87610, app/assets/stylesheets/tailwind.css */
  .md\:pt-7 {
    padding-top: 1.75rem !important;
  }
  /* line 87614, app/assets/stylesheets/tailwind.css */
  .md\:pt-8 {
    padding-top: 2rem !important;
  }
  /* line 87618, app/assets/stylesheets/tailwind.css */
  .md\:pt-9 {
    padding-top: 2.25rem !important;
  }
  /* line 87622, app/assets/stylesheets/tailwind.css */
  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }
  /* line 87626, app/assets/stylesheets/tailwind.css */
  .md\:pt-11 {
    padding-top: 2.75rem !important;
  }
  /* line 87630, app/assets/stylesheets/tailwind.css */
  .md\:pt-12 {
    padding-top: 3rem !important;
  }
  /* line 87634, app/assets/stylesheets/tailwind.css */
  .md\:pt-14 {
    padding-top: 3.5rem !important;
  }
  /* line 87638, app/assets/stylesheets/tailwind.css */
  .md\:pt-16 {
    padding-top: 4rem !important;
  }
  /* line 87642, app/assets/stylesheets/tailwind.css */
  .md\:pt-20 {
    padding-top: 5rem !important;
  }
  /* line 87646, app/assets/stylesheets/tailwind.css */
  .md\:pt-24 {
    padding-top: 6rem !important;
  }
  /* line 87650, app/assets/stylesheets/tailwind.css */
  .md\:pt-28 {
    padding-top: 7rem !important;
  }
  /* line 87654, app/assets/stylesheets/tailwind.css */
  .md\:pt-32 {
    padding-top: 8rem !important;
  }
  /* line 87658, app/assets/stylesheets/tailwind.css */
  .md\:pt-36 {
    padding-top: 9rem !important;
  }
  /* line 87662, app/assets/stylesheets/tailwind.css */
  .md\:pt-40 {
    padding-top: 10rem !important;
  }
  /* line 87666, app/assets/stylesheets/tailwind.css */
  .md\:pt-44 {
    padding-top: 11rem !important;
  }
  /* line 87670, app/assets/stylesheets/tailwind.css */
  .md\:pt-48 {
    padding-top: 12rem !important;
  }
  /* line 87674, app/assets/stylesheets/tailwind.css */
  .md\:pt-52 {
    padding-top: 13rem !important;
  }
  /* line 87678, app/assets/stylesheets/tailwind.css */
  .md\:pt-56 {
    padding-top: 14rem !important;
  }
  /* line 87682, app/assets/stylesheets/tailwind.css */
  .md\:pt-60 {
    padding-top: 15rem !important;
  }
  /* line 87686, app/assets/stylesheets/tailwind.css */
  .md\:pt-64 {
    padding-top: 16rem !important;
  }
  /* line 87690, app/assets/stylesheets/tailwind.css */
  .md\:pt-72 {
    padding-top: 18rem !important;
  }
  /* line 87694, app/assets/stylesheets/tailwind.css */
  .md\:pt-80 {
    padding-top: 20rem !important;
  }
  /* line 87698, app/assets/stylesheets/tailwind.css */
  .md\:pt-96 {
    padding-top: 24rem !important;
  }
  /* line 87702, app/assets/stylesheets/tailwind.css */
  .md\:pt-px {
    padding-top: 1px !important;
  }
  /* line 87706, app/assets/stylesheets/tailwind.css */
  .md\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }
  /* line 87710, app/assets/stylesheets/tailwind.css */
  .md\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }
  /* line 87714, app/assets/stylesheets/tailwind.css */
  .md\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }
  /* line 87718, app/assets/stylesheets/tailwind.css */
  .md\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }
  /* line 87722, app/assets/stylesheets/tailwind.css */
  .md\:pr-0 {
    padding-right: 0px !important;
  }
  /* line 87726, app/assets/stylesheets/tailwind.css */
  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }
  /* line 87730, app/assets/stylesheets/tailwind.css */
  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }
  /* line 87734, app/assets/stylesheets/tailwind.css */
  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }
  /* line 87738, app/assets/stylesheets/tailwind.css */
  .md\:pr-4 {
    padding-right: 1rem !important;
  }
  /* line 87742, app/assets/stylesheets/tailwind.css */
  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }
  /* line 87746, app/assets/stylesheets/tailwind.css */
  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }
  /* line 87750, app/assets/stylesheets/tailwind.css */
  .md\:pr-7 {
    padding-right: 1.75rem !important;
  }
  /* line 87754, app/assets/stylesheets/tailwind.css */
  .md\:pr-8 {
    padding-right: 2rem !important;
  }
  /* line 87758, app/assets/stylesheets/tailwind.css */
  .md\:pr-9 {
    padding-right: 2.25rem !important;
  }
  /* line 87762, app/assets/stylesheets/tailwind.css */
  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }
  /* line 87766, app/assets/stylesheets/tailwind.css */
  .md\:pr-11 {
    padding-right: 2.75rem !important;
  }
  /* line 87770, app/assets/stylesheets/tailwind.css */
  .md\:pr-12 {
    padding-right: 3rem !important;
  }
  /* line 87774, app/assets/stylesheets/tailwind.css */
  .md\:pr-14 {
    padding-right: 3.5rem !important;
  }
  /* line 87778, app/assets/stylesheets/tailwind.css */
  .md\:pr-16 {
    padding-right: 4rem !important;
  }
  /* line 87782, app/assets/stylesheets/tailwind.css */
  .md\:pr-20 {
    padding-right: 5rem !important;
  }
  /* line 87786, app/assets/stylesheets/tailwind.css */
  .md\:pr-24 {
    padding-right: 6rem !important;
  }
  /* line 87790, app/assets/stylesheets/tailwind.css */
  .md\:pr-28 {
    padding-right: 7rem !important;
  }
  /* line 87794, app/assets/stylesheets/tailwind.css */
  .md\:pr-32 {
    padding-right: 8rem !important;
  }
  /* line 87798, app/assets/stylesheets/tailwind.css */
  .md\:pr-36 {
    padding-right: 9rem !important;
  }
  /* line 87802, app/assets/stylesheets/tailwind.css */
  .md\:pr-40 {
    padding-right: 10rem !important;
  }
  /* line 87806, app/assets/stylesheets/tailwind.css */
  .md\:pr-44 {
    padding-right: 11rem !important;
  }
  /* line 87810, app/assets/stylesheets/tailwind.css */
  .md\:pr-48 {
    padding-right: 12rem !important;
  }
  /* line 87814, app/assets/stylesheets/tailwind.css */
  .md\:pr-52 {
    padding-right: 13rem !important;
  }
  /* line 87818, app/assets/stylesheets/tailwind.css */
  .md\:pr-56 {
    padding-right: 14rem !important;
  }
  /* line 87822, app/assets/stylesheets/tailwind.css */
  .md\:pr-60 {
    padding-right: 15rem !important;
  }
  /* line 87826, app/assets/stylesheets/tailwind.css */
  .md\:pr-64 {
    padding-right: 16rem !important;
  }
  /* line 87830, app/assets/stylesheets/tailwind.css */
  .md\:pr-72 {
    padding-right: 18rem !important;
  }
  /* line 87834, app/assets/stylesheets/tailwind.css */
  .md\:pr-80 {
    padding-right: 20rem !important;
  }
  /* line 87838, app/assets/stylesheets/tailwind.css */
  .md\:pr-96 {
    padding-right: 24rem !important;
  }
  /* line 87842, app/assets/stylesheets/tailwind.css */
  .md\:pr-px {
    padding-right: 1px !important;
  }
  /* line 87846, app/assets/stylesheets/tailwind.css */
  .md\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }
  /* line 87850, app/assets/stylesheets/tailwind.css */
  .md\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }
  /* line 87854, app/assets/stylesheets/tailwind.css */
  .md\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }
  /* line 87858, app/assets/stylesheets/tailwind.css */
  .md\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }
  /* line 87862, app/assets/stylesheets/tailwind.css */
  .md\:pb-0 {
    padding-bottom: 0px !important;
  }
  /* line 87866, app/assets/stylesheets/tailwind.css */
  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 87870, app/assets/stylesheets/tailwind.css */
  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 87874, app/assets/stylesheets/tailwind.css */
  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 87878, app/assets/stylesheets/tailwind.css */
  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }
  /* line 87882, app/assets/stylesheets/tailwind.css */
  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 87886, app/assets/stylesheets/tailwind.css */
  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 87890, app/assets/stylesheets/tailwind.css */
  .md\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 87894, app/assets/stylesheets/tailwind.css */
  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }
  /* line 87898, app/assets/stylesheets/tailwind.css */
  .md\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  /* line 87902, app/assets/stylesheets/tailwind.css */
  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  /* line 87906, app/assets/stylesheets/tailwind.css */
  .md\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  /* line 87910, app/assets/stylesheets/tailwind.css */
  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }
  /* line 87914, app/assets/stylesheets/tailwind.css */
  .md\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  /* line 87918, app/assets/stylesheets/tailwind.css */
  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }
  /* line 87922, app/assets/stylesheets/tailwind.css */
  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }
  /* line 87926, app/assets/stylesheets/tailwind.css */
  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }
  /* line 87930, app/assets/stylesheets/tailwind.css */
  .md\:pb-28 {
    padding-bottom: 7rem !important;
  }
  /* line 87934, app/assets/stylesheets/tailwind.css */
  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }
  /* line 87938, app/assets/stylesheets/tailwind.css */
  .md\:pb-36 {
    padding-bottom: 9rem !important;
  }
  /* line 87942, app/assets/stylesheets/tailwind.css */
  .md\:pb-40 {
    padding-bottom: 10rem !important;
  }
  /* line 87946, app/assets/stylesheets/tailwind.css */
  .md\:pb-44 {
    padding-bottom: 11rem !important;
  }
  /* line 87950, app/assets/stylesheets/tailwind.css */
  .md\:pb-48 {
    padding-bottom: 12rem !important;
  }
  /* line 87954, app/assets/stylesheets/tailwind.css */
  .md\:pb-52 {
    padding-bottom: 13rem !important;
  }
  /* line 87958, app/assets/stylesheets/tailwind.css */
  .md\:pb-56 {
    padding-bottom: 14rem !important;
  }
  /* line 87962, app/assets/stylesheets/tailwind.css */
  .md\:pb-60 {
    padding-bottom: 15rem !important;
  }
  /* line 87966, app/assets/stylesheets/tailwind.css */
  .md\:pb-64 {
    padding-bottom: 16rem !important;
  }
  /* line 87970, app/assets/stylesheets/tailwind.css */
  .md\:pb-72 {
    padding-bottom: 18rem !important;
  }
  /* line 87974, app/assets/stylesheets/tailwind.css */
  .md\:pb-80 {
    padding-bottom: 20rem !important;
  }
  /* line 87978, app/assets/stylesheets/tailwind.css */
  .md\:pb-96 {
    padding-bottom: 24rem !important;
  }
  /* line 87982, app/assets/stylesheets/tailwind.css */
  .md\:pb-px {
    padding-bottom: 1px !important;
  }
  /* line 87986, app/assets/stylesheets/tailwind.css */
  .md\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }
  /* line 87990, app/assets/stylesheets/tailwind.css */
  .md\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }
  /* line 87994, app/assets/stylesheets/tailwind.css */
  .md\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }
  /* line 87998, app/assets/stylesheets/tailwind.css */
  .md\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }
  /* line 88002, app/assets/stylesheets/tailwind.css */
  .md\:pl-0 {
    padding-left: 0px !important;
  }
  /* line 88006, app/assets/stylesheets/tailwind.css */
  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 88010, app/assets/stylesheets/tailwind.css */
  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 88014, app/assets/stylesheets/tailwind.css */
  .md\:pl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 88018, app/assets/stylesheets/tailwind.css */
  .md\:pl-4 {
    padding-left: 1rem !important;
  }
  /* line 88022, app/assets/stylesheets/tailwind.css */
  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }
  /* line 88026, app/assets/stylesheets/tailwind.css */
  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }
  /* line 88030, app/assets/stylesheets/tailwind.css */
  .md\:pl-7 {
    padding-left: 1.75rem !important;
  }
  /* line 88034, app/assets/stylesheets/tailwind.css */
  .md\:pl-8 {
    padding-left: 2rem !important;
  }
  /* line 88038, app/assets/stylesheets/tailwind.css */
  .md\:pl-9 {
    padding-left: 2.25rem !important;
  }
  /* line 88042, app/assets/stylesheets/tailwind.css */
  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }
  /* line 88046, app/assets/stylesheets/tailwind.css */
  .md\:pl-11 {
    padding-left: 2.75rem !important;
  }
  /* line 88050, app/assets/stylesheets/tailwind.css */
  .md\:pl-12 {
    padding-left: 3rem !important;
  }
  /* line 88054, app/assets/stylesheets/tailwind.css */
  .md\:pl-14 {
    padding-left: 3.5rem !important;
  }
  /* line 88058, app/assets/stylesheets/tailwind.css */
  .md\:pl-16 {
    padding-left: 4rem !important;
  }
  /* line 88062, app/assets/stylesheets/tailwind.css */
  .md\:pl-20 {
    padding-left: 5rem !important;
  }
  /* line 88066, app/assets/stylesheets/tailwind.css */
  .md\:pl-24 {
    padding-left: 6rem !important;
  }
  /* line 88070, app/assets/stylesheets/tailwind.css */
  .md\:pl-28 {
    padding-left: 7rem !important;
  }
  /* line 88074, app/assets/stylesheets/tailwind.css */
  .md\:pl-32 {
    padding-left: 8rem !important;
  }
  /* line 88078, app/assets/stylesheets/tailwind.css */
  .md\:pl-36 {
    padding-left: 9rem !important;
  }
  /* line 88082, app/assets/stylesheets/tailwind.css */
  .md\:pl-40 {
    padding-left: 10rem !important;
  }
  /* line 88086, app/assets/stylesheets/tailwind.css */
  .md\:pl-44 {
    padding-left: 11rem !important;
  }
  /* line 88090, app/assets/stylesheets/tailwind.css */
  .md\:pl-48 {
    padding-left: 12rem !important;
  }
  /* line 88094, app/assets/stylesheets/tailwind.css */
  .md\:pl-52 {
    padding-left: 13rem !important;
  }
  /* line 88098, app/assets/stylesheets/tailwind.css */
  .md\:pl-56 {
    padding-left: 14rem !important;
  }
  /* line 88102, app/assets/stylesheets/tailwind.css */
  .md\:pl-60 {
    padding-left: 15rem !important;
  }
  /* line 88106, app/assets/stylesheets/tailwind.css */
  .md\:pl-64 {
    padding-left: 16rem !important;
  }
  /* line 88110, app/assets/stylesheets/tailwind.css */
  .md\:pl-72 {
    padding-left: 18rem !important;
  }
  /* line 88114, app/assets/stylesheets/tailwind.css */
  .md\:pl-80 {
    padding-left: 20rem !important;
  }
  /* line 88118, app/assets/stylesheets/tailwind.css */
  .md\:pl-96 {
    padding-left: 24rem !important;
  }
  /* line 88122, app/assets/stylesheets/tailwind.css */
  .md\:pl-px {
    padding-left: 1px !important;
  }
  /* line 88126, app/assets/stylesheets/tailwind.css */
  .md\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }
  /* line 88130, app/assets/stylesheets/tailwind.css */
  .md\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }
  /* line 88134, app/assets/stylesheets/tailwind.css */
  .md\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }
  /* line 88138, app/assets/stylesheets/tailwind.css */
  .md\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }
  /* line 88142, app/assets/stylesheets/tailwind.css */
  .md\:text-left {
    text-align: left !important;
  }
  /* line 88146, app/assets/stylesheets/tailwind.css */
  .md\:text-center {
    text-align: center !important;
  }
  /* line 88150, app/assets/stylesheets/tailwind.css */
  .md\:text-right {
    text-align: right !important;
  }
  /* line 88154, app/assets/stylesheets/tailwind.css */
  .md\:text-justify {
    text-align: justify !important;
  }
  /* line 88158, app/assets/stylesheets/tailwind.css */
  .md\:align-baseline {
    vertical-align: baseline !important;
  }
  /* line 88162, app/assets/stylesheets/tailwind.css */
  .md\:align-top {
    vertical-align: top !important;
  }
  /* line 88166, app/assets/stylesheets/tailwind.css */
  .md\:align-middle {
    vertical-align: middle !important;
  }
  /* line 88170, app/assets/stylesheets/tailwind.css */
  .md\:align-bottom {
    vertical-align: bottom !important;
  }
  /* line 88174, app/assets/stylesheets/tailwind.css */
  .md\:align-text-top {
    vertical-align: text-top !important;
  }
  /* line 88178, app/assets/stylesheets/tailwind.css */
  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }
  /* line 88182, app/assets/stylesheets/tailwind.css */
  .md\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }
  /* line 88186, app/assets/stylesheets/tailwind.css */
  .md\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }
  /* line 88190, app/assets/stylesheets/tailwind.css */
  .md\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }
  /* line 88194, app/assets/stylesheets/tailwind.css */
  .md\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  /* line 88199, app/assets/stylesheets/tailwind.css */
  .md\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  /* line 88204, app/assets/stylesheets/tailwind.css */
  .md\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  /* line 88209, app/assets/stylesheets/tailwind.css */
  .md\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  /* line 88214, app/assets/stylesheets/tailwind.css */
  .md\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  /* line 88219, app/assets/stylesheets/tailwind.css */
  .md\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  /* line 88224, app/assets/stylesheets/tailwind.css */
  .md\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  /* line 88229, app/assets/stylesheets/tailwind.css */
  .md\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  /* line 88234, app/assets/stylesheets/tailwind.css */
  .md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  /* line 88239, app/assets/stylesheets/tailwind.css */
  .md\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  /* line 88244, app/assets/stylesheets/tailwind.css */
  .md\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
  /* line 88249, app/assets/stylesheets/tailwind.css */
  .md\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  /* line 88254, app/assets/stylesheets/tailwind.css */
  .md\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }
  /* line 88259, app/assets/stylesheets/tailwind.css */
  .md\:font-thin {
    font-weight: 100 !important;
  }
  /* line 88263, app/assets/stylesheets/tailwind.css */
  .md\:font-extralight {
    font-weight: 200 !important;
  }
  /* line 88267, app/assets/stylesheets/tailwind.css */
  .md\:font-light {
    font-weight: 300 !important;
  }
  /* line 88271, app/assets/stylesheets/tailwind.css */
  .md\:font-normal {
    font-weight: 400 !important;
  }
  /* line 88275, app/assets/stylesheets/tailwind.css */
  .md\:font-medium {
    font-weight: 500 !important;
  }
  /* line 88279, app/assets/stylesheets/tailwind.css */
  .md\:font-semibold {
    font-weight: 600 !important;
  }
  /* line 88283, app/assets/stylesheets/tailwind.css */
  .md\:font-bold {
    font-weight: 700 !important;
  }
  /* line 88287, app/assets/stylesheets/tailwind.css */
  .md\:font-extrabold {
    font-weight: 800 !important;
  }
  /* line 88291, app/assets/stylesheets/tailwind.css */
  .md\:font-black {
    font-weight: 900 !important;
  }
  /* line 88295, app/assets/stylesheets/tailwind.css */
  .md\:uppercase {
    text-transform: uppercase !important;
  }
  /* line 88299, app/assets/stylesheets/tailwind.css */
  .md\:lowercase {
    text-transform: lowercase !important;
  }
  /* line 88303, app/assets/stylesheets/tailwind.css */
  .md\:capitalize {
    text-transform: capitalize !important;
  }
  /* line 88307, app/assets/stylesheets/tailwind.css */
  .md\:normal-case {
    text-transform: none !important;
  }
  /* line 88311, app/assets/stylesheets/tailwind.css */
  .md\:italic {
    font-style: italic !important;
  }
  /* line 88315, app/assets/stylesheets/tailwind.css */
  .md\:not-italic {
    font-style: normal !important;
  }
  /* line 88319, app/assets/stylesheets/tailwind.css */
  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }
  /* line 88328, app/assets/stylesheets/tailwind.css */
  .md\:normal-nums {
    font-variant-numeric: normal !important;
  }
  /* line 88332, app/assets/stylesheets/tailwind.css */
  .md\:ordinal {
    --tw-ordinal: ordinal !important;
  }
  /* line 88336, app/assets/stylesheets/tailwind.css */
  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }
  /* line 88340, app/assets/stylesheets/tailwind.css */
  .md\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }
  /* line 88344, app/assets/stylesheets/tailwind.css */
  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }
  /* line 88348, app/assets/stylesheets/tailwind.css */
  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }
  /* line 88352, app/assets/stylesheets/tailwind.css */
  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }
  /* line 88356, app/assets/stylesheets/tailwind.css */
  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }
  /* line 88360, app/assets/stylesheets/tailwind.css */
  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }
  /* line 88364, app/assets/stylesheets/tailwind.css */
  .md\:leading-3 {
    line-height: .75rem !important;
  }
  /* line 88368, app/assets/stylesheets/tailwind.css */
  .md\:leading-4 {
    line-height: 1rem !important;
  }
  /* line 88372, app/assets/stylesheets/tailwind.css */
  .md\:leading-5 {
    line-height: 1.25rem !important;
  }
  /* line 88376, app/assets/stylesheets/tailwind.css */
  .md\:leading-6 {
    line-height: 1.5rem !important;
  }
  /* line 88380, app/assets/stylesheets/tailwind.css */
  .md\:leading-7 {
    line-height: 1.75rem !important;
  }
  /* line 88384, app/assets/stylesheets/tailwind.css */
  .md\:leading-8 {
    line-height: 2rem !important;
  }
  /* line 88388, app/assets/stylesheets/tailwind.css */
  .md\:leading-9 {
    line-height: 2.25rem !important;
  }
  /* line 88392, app/assets/stylesheets/tailwind.css */
  .md\:leading-10 {
    line-height: 2.5rem !important;
  }
  /* line 88396, app/assets/stylesheets/tailwind.css */
  .md\:leading-none {
    line-height: 1 !important;
  }
  /* line 88400, app/assets/stylesheets/tailwind.css */
  .md\:leading-tight {
    line-height: 1.25 !important;
  }
  /* line 88404, app/assets/stylesheets/tailwind.css */
  .md\:leading-snug {
    line-height: 1.375 !important;
  }
  /* line 88408, app/assets/stylesheets/tailwind.css */
  .md\:leading-normal {
    line-height: 1.5 !important;
  }
  /* line 88412, app/assets/stylesheets/tailwind.css */
  .md\:leading-relaxed {
    line-height: 1.625 !important;
  }
  /* line 88416, app/assets/stylesheets/tailwind.css */
  .md\:leading-loose {
    line-height: 2 !important;
  }
  /* line 88420, app/assets/stylesheets/tailwind.css */
  .md\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }
  /* line 88424, app/assets/stylesheets/tailwind.css */
  .md\:tracking-tight {
    letter-spacing: -0.025em !important;
  }
  /* line 88428, app/assets/stylesheets/tailwind.css */
  .md\:tracking-normal {
    letter-spacing: 0em !important;
  }
  /* line 88432, app/assets/stylesheets/tailwind.css */
  .md\:tracking-wide {
    letter-spacing: 0.025em !important;
  }
  /* line 88436, app/assets/stylesheets/tailwind.css */
  .md\:tracking-wider {
    letter-spacing: 0.05em !important;
  }
  /* line 88440, app/assets/stylesheets/tailwind.css */
  .md\:tracking-widest {
    letter-spacing: 0.1em !important;
  }
  /* line 88444, app/assets/stylesheets/tailwind.css */
  .md\:text-transparent {
    color: transparent !important;
  }
  /* line 88448, app/assets/stylesheets/tailwind.css */
  .md\:text-current {
    color: currentColor !important;
  }
  /* line 88452, app/assets/stylesheets/tailwind.css */
  .md\:text-black {
    color: var(--black) !important;
  }
  /* line 88456, app/assets/stylesheets/tailwind.css */
  .md\:text-white {
    color: var(--white) !important;
  }
  /* line 88460, app/assets/stylesheets/tailwind.css */
  .md\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 88465, app/assets/stylesheets/tailwind.css */
  .md\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 88470, app/assets/stylesheets/tailwind.css */
  .md\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 88475, app/assets/stylesheets/tailwind.css */
  .md\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 88480, app/assets/stylesheets/tailwind.css */
  .md\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 88485, app/assets/stylesheets/tailwind.css */
  .md\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 88490, app/assets/stylesheets/tailwind.css */
  .md\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 88495, app/assets/stylesheets/tailwind.css */
  .md\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 88500, app/assets/stylesheets/tailwind.css */
  .md\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 88505, app/assets/stylesheets/tailwind.css */
  .md\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 88510, app/assets/stylesheets/tailwind.css */
  .md\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 88515, app/assets/stylesheets/tailwind.css */
  .md\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 88520, app/assets/stylesheets/tailwind.css */
  .md\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 88525, app/assets/stylesheets/tailwind.css */
  .md\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 88530, app/assets/stylesheets/tailwind.css */
  .md\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 88535, app/assets/stylesheets/tailwind.css */
  .md\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 88540, app/assets/stylesheets/tailwind.css */
  .md\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 88545, app/assets/stylesheets/tailwind.css */
  .md\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 88550, app/assets/stylesheets/tailwind.css */
  .md\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 88555, app/assets/stylesheets/tailwind.css */
  .md\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 88560, app/assets/stylesheets/tailwind.css */
  .md\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 88565, app/assets/stylesheets/tailwind.css */
  .md\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 88570, app/assets/stylesheets/tailwind.css */
  .md\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 88575, app/assets/stylesheets/tailwind.css */
  .md\:text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 88580, app/assets/stylesheets/tailwind.css */
  .md\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 88585, app/assets/stylesheets/tailwind.css */
  .md\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 88590, app/assets/stylesheets/tailwind.css */
  .md\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 88595, app/assets/stylesheets/tailwind.css */
  .md\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 88600, app/assets/stylesheets/tailwind.css */
  .md\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 88605, app/assets/stylesheets/tailwind.css */
  .md\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 88610, app/assets/stylesheets/tailwind.css */
  .md\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 88615, app/assets/stylesheets/tailwind.css */
  .md\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 88620, app/assets/stylesheets/tailwind.css */
  .md\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 88625, app/assets/stylesheets/tailwind.css */
  .md\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 88630, app/assets/stylesheets/tailwind.css */
  .md\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 88635, app/assets/stylesheets/tailwind.css */
  .md\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 88640, app/assets/stylesheets/tailwind.css */
  .md\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 88645, app/assets/stylesheets/tailwind.css */
  .md\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 88650, app/assets/stylesheets/tailwind.css */
  .md\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 88655, app/assets/stylesheets/tailwind.css */
  .md\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 88660, app/assets/stylesheets/tailwind.css */
  .md\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 88665, app/assets/stylesheets/tailwind.css */
  .md\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 88670, app/assets/stylesheets/tailwind.css */
  .md\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 88675, app/assets/stylesheets/tailwind.css */
  .md\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 88680, app/assets/stylesheets/tailwind.css */
  .md\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 88685, app/assets/stylesheets/tailwind.css */
  .md\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 88690, app/assets/stylesheets/tailwind.css */
  .md\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 88695, app/assets/stylesheets/tailwind.css */
  .md\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 88700, app/assets/stylesheets/tailwind.css */
  .md\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 88705, app/assets/stylesheets/tailwind.css */
  .md\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 88710, app/assets/stylesheets/tailwind.css */
  .md\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 88715, app/assets/stylesheets/tailwind.css */
  .md\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 88720, app/assets/stylesheets/tailwind.css */
  .md\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 88725, app/assets/stylesheets/tailwind.css */
  .md\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 88730, app/assets/stylesheets/tailwind.css */
  .md\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 88735, app/assets/stylesheets/tailwind.css */
  .md\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 88740, app/assets/stylesheets/tailwind.css */
  .md\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 88745, app/assets/stylesheets/tailwind.css */
  .md\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 88750, app/assets/stylesheets/tailwind.css */
  .md\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 88755, app/assets/stylesheets/tailwind.css */
  .md\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 88760, app/assets/stylesheets/tailwind.css */
  .md\:text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 88765, app/assets/stylesheets/tailwind.css */
  .md\:text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 88770, app/assets/stylesheets/tailwind.css */
  .md\:text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 88775, app/assets/stylesheets/tailwind.css */
  .md\:text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 88780, app/assets/stylesheets/tailwind.css */
  .md\:text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 88785, app/assets/stylesheets/tailwind.css */
  .md\:text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 88790, app/assets/stylesheets/tailwind.css */
  .md\:text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 88795, app/assets/stylesheets/tailwind.css */
  .md\:text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 88800, app/assets/stylesheets/tailwind.css */
  .md\:text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 88805, app/assets/stylesheets/tailwind.css */
  .md\:text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 88810, app/assets/stylesheets/tailwind.css */
  .md\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 88815, app/assets/stylesheets/tailwind.css */
  .md\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 88820, app/assets/stylesheets/tailwind.css */
  .md\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 88825, app/assets/stylesheets/tailwind.css */
  .md\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 88830, app/assets/stylesheets/tailwind.css */
  .md\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 88835, app/assets/stylesheets/tailwind.css */
  .md\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 88840, app/assets/stylesheets/tailwind.css */
  .md\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 88845, app/assets/stylesheets/tailwind.css */
  .md\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 88850, app/assets/stylesheets/tailwind.css */
  .md\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 88855, app/assets/stylesheets/tailwind.css */
  .md\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 88860, app/assets/stylesheets/tailwind.css */
  .md\:text-grey {
    color: var(--grey) !important;
  }
  /* line 88864, app/assets/stylesheets/tailwind.css */
  .md\:text-info {
    color: var(--text-info) !important;
  }
  /* line 88868, app/assets/stylesheets/tailwind.css */
  .md\:text-warning {
    color: var(--text-warning) !important;
  }
  /* line 88872, app/assets/stylesheets/tailwind.css */
  .md\:text-error {
    color: var(--text-error) !important;
  }
  /* line 88876, app/assets/stylesheets/tailwind.css */
  .md\:text-primary {
    color: var(--primary) !important;
  }
  /* line 88880, app/assets/stylesheets/tailwind.css */
  .md\:text-secondary {
    color: var(--secondary) !important;
  }
  /* line 88884, app/assets/stylesheets/tailwind.css */
  .md\:text-primary-dark {
    color: var(--primary-dark) !important;
  }
  /* line 88888, app/assets/stylesheets/tailwind.css */
  .md\:text-text-color {
    color: var(--text-color) !important;
  }
  /* line 88892, app/assets/stylesheets/tailwind.css */
  .md\:text-button-outlined-hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 88896, app/assets/stylesheets/tailwind.css */
  .md\:text-file-info {
    color: var(--file-info) !important;
  }
  /* line 88900, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-transparent {
    color: transparent !important;
  }
  /* line 88904, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-current {
    color: currentColor !important;
  }
  /* line 88908, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-black {
    color: var(--black) !important;
  }
  /* line 88912, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-white {
    color: var(--white) !important;
  }
  /* line 88916, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 88921, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 88926, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 88931, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 88936, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 88941, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 88946, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 88951, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 88956, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 88961, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 88966, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 88971, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 88976, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 88981, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 88986, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 88991, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 88996, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 89001, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 89006, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 89011, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 89016, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 89021, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 89026, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 89031, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 89036, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 89041, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 89046, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 89051, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 89056, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 89061, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 89066, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 89071, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 89076, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 89081, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 89086, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 89091, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 89096, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 89101, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 89106, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 89111, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 89116, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 89121, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 89126, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 89131, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 89136, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 89141, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 89146, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 89151, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 89156, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 89161, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 89166, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 89171, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 89176, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 89181, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 89186, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 89191, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 89196, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 89201, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 89206, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 89211, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 89216, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 89221, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 89226, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 89231, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 89236, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 89241, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 89246, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 89251, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 89256, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 89261, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 89266, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 89271, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 89276, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 89281, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 89286, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 89291, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 89296, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 89301, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 89306, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 89311, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 89316, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-grey {
    color: var(--grey) !important;
  }
  /* line 89320, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-info {
    color: var(--text-info) !important;
  }
  /* line 89324, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-warning {
    color: var(--text-warning) !important;
  }
  /* line 89328, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-error {
    color: var(--text-error) !important;
  }
  /* line 89332, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-primary {
    color: var(--primary) !important;
  }
  /* line 89336, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-secondary {
    color: var(--secondary) !important;
  }
  /* line 89340, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-primary-dark {
    color: var(--primary-dark) !important;
  }
  /* line 89344, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-text-color {
    color: var(--text-color) !important;
  }
  /* line 89348, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-button-outlined-hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 89352, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-file-info {
    color: var(--file-info) !important;
  }
  /* line 89356, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }
  /* line 89360, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }
  /* line 89364, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-black:focus-within {
    color: var(--black) !important;
  }
  /* line 89368, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-white:focus-within {
    color: var(--white) !important;
  }
  /* line 89372, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 89377, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 89382, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 89387, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 89392, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 89397, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 89402, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 89407, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 89412, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 89417, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 89422, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 89427, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 89432, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 89437, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 89442, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 89447, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 89452, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 89457, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 89462, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 89467, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 89472, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 89477, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 89482, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 89487, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 89492, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 89497, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 89502, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 89507, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 89512, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 89517, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 89522, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 89527, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 89532, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 89537, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 89542, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 89547, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 89552, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 89557, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 89562, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 89567, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 89572, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 89577, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 89582, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 89587, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 89592, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 89597, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 89602, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 89607, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 89612, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 89617, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 89622, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 89627, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 89632, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 89637, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 89642, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 89647, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 89652, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 89657, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 89662, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 89667, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 89672, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 89677, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 89682, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 89687, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 89692, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 89697, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 89702, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 89707, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 89712, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 89717, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 89722, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 89727, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 89732, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 89737, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 89742, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 89747, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 89752, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 89757, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 89762, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 89767, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 89772, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-grey:focus-within {
    color: var(--grey) !important;
  }
  /* line 89776, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-info:focus-within {
    color: var(--text-info) !important;
  }
  /* line 89780, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-warning:focus-within {
    color: var(--text-warning) !important;
  }
  /* line 89784, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-error:focus-within {
    color: var(--text-error) !important;
  }
  /* line 89788, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-primary:focus-within {
    color: var(--primary) !important;
  }
  /* line 89792, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-secondary:focus-within {
    color: var(--secondary) !important;
  }
  /* line 89796, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-primary-dark:focus-within {
    color: var(--primary-dark) !important;
  }
  /* line 89800, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-text-color:focus-within {
    color: var(--text-color) !important;
  }
  /* line 89804, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-button-outlined-hover:focus-within {
    color: var(--button-outlined-hover) !important;
  }
  /* line 89808, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-file-info:focus-within {
    color: var(--file-info) !important;
  }
  /* line 89812, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }
  /* line 89816, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-current:hover {
    color: currentColor !important;
  }
  /* line 89820, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-black:hover {
    color: var(--black) !important;
  }
  /* line 89824, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-white:hover {
    color: var(--white) !important;
  }
  /* line 89828, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 89833, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 89838, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 89843, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 89848, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 89853, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 89858, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 89863, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 89868, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 89873, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 89878, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 89883, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 89888, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 89893, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 89898, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 89903, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 89908, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 89913, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 89918, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 89923, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 89928, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 89933, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 89938, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 89943, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 89948, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 89953, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 89958, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 89963, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 89968, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 89973, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 89978, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 89983, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 89988, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 89993, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 89998, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 90003, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 90008, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 90013, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 90018, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 90023, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 90028, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 90033, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 90038, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 90043, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 90048, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 90053, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 90058, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 90063, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 90068, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 90073, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 90078, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 90083, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 90088, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 90093, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 90098, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 90103, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 90108, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 90113, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 90118, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 90123, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 90128, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 90133, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 90138, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 90143, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 90148, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 90153, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 90158, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 90163, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 90168, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 90173, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 90178, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 90183, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 90188, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 90193, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 90198, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 90203, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 90208, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 90213, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 90218, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 90223, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 90228, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-grey:hover {
    color: var(--grey) !important;
  }
  /* line 90232, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-info:hover {
    color: var(--text-info) !important;
  }
  /* line 90236, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-warning:hover {
    color: var(--text-warning) !important;
  }
  /* line 90240, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-error:hover {
    color: var(--text-error) !important;
  }
  /* line 90244, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-primary:hover {
    color: var(--primary) !important;
  }
  /* line 90248, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-secondary:hover {
    color: var(--secondary) !important;
  }
  /* line 90252, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-primary-dark:hover {
    color: var(--primary-dark) !important;
  }
  /* line 90256, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-text-color:hover {
    color: var(--text-color) !important;
  }
  /* line 90260, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-button-outlined-hover:hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 90264, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-file-info:hover {
    color: var(--file-info) !important;
  }
  /* line 90268, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-transparent:focus {
    color: transparent !important;
  }
  /* line 90272, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-current:focus {
    color: currentColor !important;
  }
  /* line 90276, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-black:focus {
    color: var(--black) !important;
  }
  /* line 90280, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-white:focus {
    color: var(--white) !important;
  }
  /* line 90284, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 90289, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 90294, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 90299, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 90304, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 90309, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 90314, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 90319, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 90324, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 90329, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 90334, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 90339, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 90344, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 90349, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 90354, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 90359, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 90364, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 90369, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 90374, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 90379, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 90384, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 90389, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 90394, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 90399, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 90404, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 90409, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 90414, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 90419, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 90424, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 90429, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 90434, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 90439, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 90444, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 90449, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 90454, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 90459, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 90464, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 90469, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 90474, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 90479, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 90484, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 90489, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 90494, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 90499, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 90504, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 90509, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 90514, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 90519, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 90524, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 90529, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 90534, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 90539, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 90544, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 90549, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 90554, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 90559, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 90564, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 90569, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 90574, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 90579, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 90584, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 90589, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 90594, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 90599, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 90604, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 90609, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 90614, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 90619, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 90624, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 90629, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 90634, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 90639, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 90644, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 90649, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 90654, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 90659, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 90664, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 90669, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 90674, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 90679, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 90684, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-grey:focus {
    color: var(--grey) !important;
  }
  /* line 90688, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-info:focus {
    color: var(--text-info) !important;
  }
  /* line 90692, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-warning:focus {
    color: var(--text-warning) !important;
  }
  /* line 90696, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-error:focus {
    color: var(--text-error) !important;
  }
  /* line 90700, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-primary:focus {
    color: var(--primary) !important;
  }
  /* line 90704, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-secondary:focus {
    color: var(--secondary) !important;
  }
  /* line 90708, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-primary-dark:focus {
    color: var(--primary-dark) !important;
  }
  /* line 90712, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-text-color:focus {
    color: var(--text-color) !important;
  }
  /* line 90716, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-button-outlined-hover:focus {
    color: var(--button-outlined-hover) !important;
  }
  /* line 90720, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-file-info:focus {
    color: var(--file-info) !important;
  }
  /* line 90724, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }
  /* line 90728, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 90732, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 90736, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 90740, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 90744, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 90748, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 90752, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 90756, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 90760, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 90764, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 90768, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 90772, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 90776, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 90780, app/assets/stylesheets/tailwind.css */
  .md\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }
  /* line 90784, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }
  /* line 90788, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 90792, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 90796, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 90800, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 90804, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 90808, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 90812, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 90816, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 90820, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 90824, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 90828, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 90832, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 90836, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 90840, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }
  /* line 90844, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }
  /* line 90848, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 90852, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 90856, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 90860, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 90864, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 90868, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 90872, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 90876, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 90880, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 90884, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 90888, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 90892, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 90896, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 90900, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }
  /* line 90904, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }
  /* line 90908, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 90912, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 90916, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 90920, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 90924, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 90928, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 90932, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 90936, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 90940, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 90944, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 90948, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 90952, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 90956, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 90960, app/assets/stylesheets/tailwind.css */
  .md\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }
  /* line 90964, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }
  /* line 90968, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 90972, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 90976, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 90980, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 90984, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 90988, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 90992, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 90996, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 91000, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 91004, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 91008, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 91012, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 91016, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 91020, app/assets/stylesheets/tailwind.css */
  .md\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }
  /* line 91024, app/assets/stylesheets/tailwind.css */
  .md\:underline {
    text-decoration: underline !important;
  }
  /* line 91028, app/assets/stylesheets/tailwind.css */
  .md\:line-through {
    text-decoration: line-through !important;
  }
  /* line 91032, app/assets/stylesheets/tailwind.css */
  .md\:no-underline {
    text-decoration: none !important;
  }
  /* line 91036, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:underline {
    text-decoration: underline !important;
  }
  /* line 91040, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through !important;
  }
  /* line 91044, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none !important;
  }
  /* line 91048, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }
  /* line 91052, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }
  /* line 91056, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }
  /* line 91060, app/assets/stylesheets/tailwind.css */
  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }
  /* line 91064, app/assets/stylesheets/tailwind.css */
  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
  /* line 91068, app/assets/stylesheets/tailwind.css */
  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
  /* line 91072, app/assets/stylesheets/tailwind.css */
  .md\:focus\:underline:focus {
    text-decoration: underline !important;
  }
  /* line 91076, app/assets/stylesheets/tailwind.css */
  .md\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }
  /* line 91080, app/assets/stylesheets/tailwind.css */
  .md\:focus\:no-underline:focus {
    text-decoration: none !important;
  }
  /* line 91084, app/assets/stylesheets/tailwind.css */
  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }
  /* line 91089, app/assets/stylesheets/tailwind.css */
  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }
  /* line 91094, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }
  /* line 91098, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }
  /* line 91102, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-transparent::placeholder {
    color: transparent !important;
  }
  /* line 91106, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }
  /* line 91110, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }
  /* line 91114, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-current::placeholder {
    color: currentColor !important;
  }
  /* line 91118, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-black::-moz-placeholder {
    color: var(--black) !important;
  }
  /* line 91122, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-black:-ms-input-placeholder {
    color: var(--black) !important;
  }
  /* line 91126, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-black::placeholder {
    color: var(--black) !important;
  }
  /* line 91130, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-white::-moz-placeholder {
    color: var(--white) !important;
  }
  /* line 91134, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-white:-ms-input-placeholder {
    color: var(--white) !important;
  }
  /* line 91138, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-white::placeholder {
    color: var(--white) !important;
  }
  /* line 91142, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91147, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91152, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91157, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91162, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91167, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91172, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91177, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91182, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91187, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91192, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91197, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91202, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91207, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91212, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91217, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91222, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91227, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91232, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91237, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91242, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91247, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91252, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91257, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91262, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91267, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91272, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91277, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91282, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91287, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91292, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91297, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91302, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91307, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91312, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91317, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91322, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91327, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91332, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91337, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91342, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91347, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91352, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91357, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91362, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91367, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91372, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91377, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91382, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91387, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91392, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91397, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91402, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91407, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91412, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91417, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91422, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91427, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91432, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91437, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91442, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91447, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91452, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91457, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91462, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91467, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91472, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91477, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91482, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91487, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91492, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91497, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91502, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91507, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91512, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91517, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91522, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91527, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91532, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91537, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91542, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91547, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91552, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91557, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91562, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91567, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91572, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91577, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91582, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91587, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91592, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91597, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91602, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91607, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91612, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91617, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91622, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91627, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91632, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91637, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91642, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91647, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91652, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91657, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91662, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91667, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91672, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91677, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91682, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91687, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91692, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91697, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91702, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91707, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91712, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91717, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91722, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91727, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91732, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91737, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91742, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91747, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91752, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91757, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91762, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91767, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91772, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91777, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91782, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91787, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91792, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91797, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91802, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91807, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91812, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91817, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91822, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91827, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91832, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91837, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91842, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91847, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91852, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91857, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91862, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91867, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91872, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91877, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91882, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91887, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91892, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91897, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91902, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91907, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91912, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91917, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91922, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91927, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91932, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91937, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91942, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91947, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91952, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91957, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91962, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91967, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91972, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91977, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91982, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91987, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91992, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 91997, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92002, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92007, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92012, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92017, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92022, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92027, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92032, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92037, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92042, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92047, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92052, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92057, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92062, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92067, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92072, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92077, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92082, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92087, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92092, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92097, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92102, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92107, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92112, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92117, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92122, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92127, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92132, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92137, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92142, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92147, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92152, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92157, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92162, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92167, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92172, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92177, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92182, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92187, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92192, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92197, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92202, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92207, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92212, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92217, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92222, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92227, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92232, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92237, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92242, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92247, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92252, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92257, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92262, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92267, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92272, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92277, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92282, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92287, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92292, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92297, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92302, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92307, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92312, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92317, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92322, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92327, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92332, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92337, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92342, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-grey::-moz-placeholder {
    color: var(--grey) !important;
  }
  /* line 92346, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-grey:-ms-input-placeholder {
    color: var(--grey) !important;
  }
  /* line 92350, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-grey::placeholder {
    color: var(--grey) !important;
  }
  /* line 92354, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-info::-moz-placeholder {
    color: var(--text-info) !important;
  }
  /* line 92358, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-info:-ms-input-placeholder {
    color: var(--text-info) !important;
  }
  /* line 92362, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-info::placeholder {
    color: var(--text-info) !important;
  }
  /* line 92366, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-warning::-moz-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 92370, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-warning:-ms-input-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 92374, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-warning::placeholder {
    color: var(--text-warning) !important;
  }
  /* line 92378, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-error::-moz-placeholder {
    color: var(--text-error) !important;
  }
  /* line 92382, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-error:-ms-input-placeholder {
    color: var(--text-error) !important;
  }
  /* line 92386, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-error::placeholder {
    color: var(--text-error) !important;
  }
  /* line 92390, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-primary::-moz-placeholder {
    color: var(--primary) !important;
  }
  /* line 92394, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-primary:-ms-input-placeholder {
    color: var(--primary) !important;
  }
  /* line 92398, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-primary::placeholder {
    color: var(--primary) !important;
  }
  /* line 92402, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-secondary::-moz-placeholder {
    color: var(--secondary) !important;
  }
  /* line 92406, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-secondary:-ms-input-placeholder {
    color: var(--secondary) !important;
  }
  /* line 92410, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-secondary::placeholder {
    color: var(--secondary) !important;
  }
  /* line 92414, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-primary-dark::-moz-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 92418, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-primary-dark:-ms-input-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 92422, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-primary-dark::placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 92426, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-text-color::-moz-placeholder {
    color: var(--text-color) !important;
  }
  /* line 92430, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-text-color:-ms-input-placeholder {
    color: var(--text-color) !important;
  }
  /* line 92434, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-text-color::placeholder {
    color: var(--text-color) !important;
  }
  /* line 92438, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-button-outlined-hover::-moz-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 92442, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-button-outlined-hover:-ms-input-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 92446, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-button-outlined-hover::placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 92450, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-file-info::-moz-placeholder {
    color: var(--file-info) !important;
  }
  /* line 92454, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-file-info:-ms-input-placeholder {
    color: var(--file-info) !important;
  }
  /* line 92458, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-file-info::placeholder {
    color: var(--file-info) !important;
  }
  /* line 92462, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }
  /* line 92466, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }
  /* line 92470, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }
  /* line 92474, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }
  /* line 92478, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }
  /* line 92482, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }
  /* line 92486, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    color: var(--black) !important;
  }
  /* line 92490, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: var(--black) !important;
  }
  /* line 92494, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-black:focus::placeholder {
    color: var(--black) !important;
  }
  /* line 92498, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    color: var(--white) !important;
  }
  /* line 92502, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: var(--white) !important;
  }
  /* line 92506, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-white:focus::placeholder {
    color: var(--white) !important;
  }
  /* line 92510, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92515, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92520, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92525, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92530, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92535, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92540, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92545, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92550, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92555, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92560, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92565, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92570, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92575, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92580, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92585, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92590, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92595, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92600, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92605, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92610, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92615, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92620, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92625, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92630, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92635, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92640, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92645, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92650, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92655, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92660, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92665, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92670, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92675, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92680, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92685, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92690, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92695, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92700, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92705, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92710, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92715, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92720, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92725, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92730, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92735, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92740, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92745, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92750, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92755, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92760, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92765, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92770, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92775, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92780, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92785, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92790, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92795, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92800, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92805, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92810, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92815, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92820, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92825, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92830, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92835, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92840, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92845, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92850, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92855, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92860, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92865, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92870, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92875, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92880, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92885, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92890, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92895, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92900, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92905, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92910, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92915, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92920, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92925, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92930, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92935, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92940, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92945, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92950, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92955, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92960, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92965, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92970, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92975, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92980, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92985, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92990, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 92995, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93000, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93005, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93010, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93015, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93020, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93025, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93030, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93035, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93040, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93045, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93050, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93055, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93060, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93065, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93070, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93075, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93080, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93085, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93090, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93095, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93100, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93105, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93110, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93115, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93120, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93125, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93130, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93135, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93140, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93145, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93150, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93155, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93160, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93165, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93170, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93175, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93180, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93185, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93190, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93195, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93200, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93205, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93210, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93215, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93220, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93225, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93230, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93235, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93240, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93245, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93250, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93255, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93260, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93265, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93270, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93275, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93280, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93285, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93290, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93295, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93300, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93305, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93310, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93315, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93320, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93325, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93330, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93335, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93340, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93345, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93350, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93355, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93360, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93365, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93370, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93375, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93380, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93385, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93390, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93395, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93400, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93405, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93410, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93415, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93420, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93425, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93430, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93435, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93440, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93445, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93450, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93455, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93460, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93465, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93470, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93475, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93480, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93485, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93490, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93495, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93500, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93505, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93510, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93515, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93520, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93525, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93530, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93535, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93540, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93545, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93550, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93555, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93560, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93565, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93570, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93575, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93580, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93585, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93590, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93595, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93600, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93605, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93610, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93615, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93620, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93625, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93630, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93635, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93640, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93645, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93650, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93655, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93660, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93665, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93670, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93675, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93680, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93685, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93690, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93695, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93700, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93705, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 93710, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-grey:focus::-moz-placeholder {
    color: var(--grey) !important;
  }
  /* line 93714, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    color: var(--grey) !important;
  }
  /* line 93718, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-grey:focus::placeholder {
    color: var(--grey) !important;
  }
  /* line 93722, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-info:focus::-moz-placeholder {
    color: var(--text-info) !important;
  }
  /* line 93726, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-info:focus:-ms-input-placeholder {
    color: var(--text-info) !important;
  }
  /* line 93730, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-info:focus::placeholder {
    color: var(--text-info) !important;
  }
  /* line 93734, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-warning:focus::-moz-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 93738, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-warning:focus:-ms-input-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 93742, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-warning:focus::placeholder {
    color: var(--text-warning) !important;
  }
  /* line 93746, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-error:focus::-moz-placeholder {
    color: var(--text-error) !important;
  }
  /* line 93750, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-error:focus:-ms-input-placeholder {
    color: var(--text-error) !important;
  }
  /* line 93754, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-error:focus::placeholder {
    color: var(--text-error) !important;
  }
  /* line 93758, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-primary:focus::-moz-placeholder {
    color: var(--primary) !important;
  }
  /* line 93762, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: var(--primary) !important;
  }
  /* line 93766, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-primary:focus::placeholder {
    color: var(--primary) !important;
  }
  /* line 93770, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-secondary:focus::-moz-placeholder {
    color: var(--secondary) !important;
  }
  /* line 93774, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    color: var(--secondary) !important;
  }
  /* line 93778, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-secondary:focus::placeholder {
    color: var(--secondary) !important;
  }
  /* line 93782, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-primary-dark:focus::-moz-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 93786, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 93790, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-primary-dark:focus::placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 93794, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-text-color:focus::-moz-placeholder {
    color: var(--text-color) !important;
  }
  /* line 93798, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-text-color:focus:-ms-input-placeholder {
    color: var(--text-color) !important;
  }
  /* line 93802, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-text-color:focus::placeholder {
    color: var(--text-color) !important;
  }
  /* line 93806, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-button-outlined-hover:focus::-moz-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 93810, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-button-outlined-hover:focus:-ms-input-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 93814, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-button-outlined-hover:focus::placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 93818, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-file-info:focus::-moz-placeholder {
    color: var(--file-info) !important;
  }
  /* line 93822, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-file-info:focus:-ms-input-placeholder {
    color: var(--file-info) !important;
  }
  /* line 93826, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-file-info:focus::placeholder {
    color: var(--file-info) !important;
  }
  /* line 93830, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 93834, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 93838, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 93842, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 93846, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 93850, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 93854, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 93858, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 93862, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 93866, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 93870, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 93874, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 93878, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 93882, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 93886, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 93890, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 93894, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 93898, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 93902, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 93906, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 93910, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 93914, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 93918, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 93922, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 93926, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 93930, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 93934, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 93938, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 93942, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 93946, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 93950, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 93954, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 93958, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 93962, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 93966, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 93970, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 93974, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 93978, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 93982, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 93986, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 93990, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 93994, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 93998, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 94002, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 94006, app/assets/stylesheets/tailwind.css */
  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 94010, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 94014, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 94018, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 94022, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 94026, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 94030, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 94034, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 94038, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 94042, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 94046, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 94050, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 94054, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 94058, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 94062, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 94066, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 94070, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 94074, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 94078, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 94082, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 94086, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 94090, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 94094, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 94098, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 94102, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 94106, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 94110, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 94114, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 94118, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 94122, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 94126, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 94130, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 94134, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 94138, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 94142, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 94146, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 94150, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 94154, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 94158, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 94162, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 94166, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 94170, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 94174, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 94178, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 94182, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 94186, app/assets/stylesheets/tailwind.css */
  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 94190, app/assets/stylesheets/tailwind.css */
  .md\:opacity-0 {
    opacity: 0 !important;
  }
  /* line 94194, app/assets/stylesheets/tailwind.css */
  .md\:opacity-5 {
    opacity: 0.05 !important;
  }
  /* line 94198, app/assets/stylesheets/tailwind.css */
  .md\:opacity-10 {
    opacity: 0.1 !important;
  }
  /* line 94202, app/assets/stylesheets/tailwind.css */
  .md\:opacity-20 {
    opacity: 0.2 !important;
  }
  /* line 94206, app/assets/stylesheets/tailwind.css */
  .md\:opacity-25 {
    opacity: 0.25 !important;
  }
  /* line 94210, app/assets/stylesheets/tailwind.css */
  .md\:opacity-30 {
    opacity: 0.3 !important;
  }
  /* line 94214, app/assets/stylesheets/tailwind.css */
  .md\:opacity-40 {
    opacity: 0.4 !important;
  }
  /* line 94218, app/assets/stylesheets/tailwind.css */
  .md\:opacity-50 {
    opacity: 0.5 !important;
  }
  /* line 94222, app/assets/stylesheets/tailwind.css */
  .md\:opacity-60 {
    opacity: 0.6 !important;
  }
  /* line 94226, app/assets/stylesheets/tailwind.css */
  .md\:opacity-70 {
    opacity: 0.7 !important;
  }
  /* line 94230, app/assets/stylesheets/tailwind.css */
  .md\:opacity-75 {
    opacity: 0.75 !important;
  }
  /* line 94234, app/assets/stylesheets/tailwind.css */
  .md\:opacity-80 {
    opacity: 0.8 !important;
  }
  /* line 94238, app/assets/stylesheets/tailwind.css */
  .md\:opacity-90 {
    opacity: 0.9 !important;
  }
  /* line 94242, app/assets/stylesheets/tailwind.css */
  .md\:opacity-95 {
    opacity: 0.95 !important;
  }
  /* line 94246, app/assets/stylesheets/tailwind.css */
  .md\:opacity-100 {
    opacity: 1 !important;
  }
  /* line 94250, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }
  /* line 94254, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }
  /* line 94258, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }
  /* line 94262, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }
  /* line 94266, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }
  /* line 94270, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }
  /* line 94274, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }
  /* line 94278, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }
  /* line 94282, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }
  /* line 94286, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }
  /* line 94290, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }
  /* line 94294, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }
  /* line 94298, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }
  /* line 94302, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }
  /* line 94306, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }
  /* line 94310, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }
  /* line 94314, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }
  /* line 94318, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }
  /* line 94322, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }
  /* line 94326, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }
  /* line 94330, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }
  /* line 94334, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }
  /* line 94338, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }
  /* line 94342, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }
  /* line 94346, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }
  /* line 94350, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }
  /* line 94354, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }
  /* line 94358, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }
  /* line 94362, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }
  /* line 94366, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }
  /* line 94370, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  /* line 94374, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  /* line 94378, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  /* line 94382, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  /* line 94386, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  /* line 94390, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  /* line 94394, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  /* line 94398, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  /* line 94402, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  /* line 94406, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  /* line 94410, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  /* line 94414, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  /* line 94418, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  /* line 94422, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  /* line 94426, app/assets/stylesheets/tailwind.css */
  .md\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  /* line 94430, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }
  /* line 94434, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }
  /* line 94438, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }
  /* line 94442, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }
  /* line 94446, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }
  /* line 94450, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }
  /* line 94454, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }
  /* line 94458, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }
  /* line 94462, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }
  /* line 94466, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }
  /* line 94470, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }
  /* line 94474, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }
  /* line 94478, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }
  /* line 94482, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }
  /* line 94486, app/assets/stylesheets/tailwind.css */
  .md\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }
  /* line 94490, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-normal {
    background-blend-mode: normal !important;
  }
  /* line 94494, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }
  /* line 94498, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-screen {
    background-blend-mode: screen !important;
  }
  /* line 94502, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }
  /* line 94506, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-darken {
    background-blend-mode: darken !important;
  }
  /* line 94510, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }
  /* line 94514, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }
  /* line 94518, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }
  /* line 94522, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }
  /* line 94526, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }
  /* line 94530, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-difference {
    background-blend-mode: difference !important;
  }
  /* line 94534, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }
  /* line 94538, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-hue {
    background-blend-mode: hue !important;
  }
  /* line 94542, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }
  /* line 94546, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-color {
    background-blend-mode: color !important;
  }
  /* line 94550, app/assets/stylesheets/tailwind.css */
  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }
  /* line 94554, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }
  /* line 94558, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }
  /* line 94562, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }
  /* line 94566, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }
  /* line 94570, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }
  /* line 94574, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }
  /* line 94578, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }
  /* line 94582, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }
  /* line 94586, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }
  /* line 94590, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }
  /* line 94594, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }
  /* line 94598, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }
  /* line 94602, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }
  /* line 94606, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }
  /* line 94610, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-color {
    mix-blend-mode: color !important;
  }
  /* line 94614, app/assets/stylesheets/tailwind.css */
  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }
  /* line 94618, app/assets/stylesheets/tailwind.css */
  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94623, app/assets/stylesheets/tailwind.css */
  .md\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94628, app/assets/stylesheets/tailwind.css */
  .md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94633, app/assets/stylesheets/tailwind.css */
  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94638, app/assets/stylesheets/tailwind.css */
  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94643, app/assets/stylesheets/tailwind.css */
  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94648, app/assets/stylesheets/tailwind.css */
  .md\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94653, app/assets/stylesheets/tailwind.css */
  .md\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94658, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94663, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94668, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94673, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94678, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94683, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94688, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94693, app/assets/stylesheets/tailwind.css */
  .group:hover .md\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94698, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94703, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94708, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94713, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94718, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94723, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94728, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94733, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94738, app/assets/stylesheets/tailwind.css */
  .md\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94743, app/assets/stylesheets/tailwind.css */
  .md\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94748, app/assets/stylesheets/tailwind.css */
  .md\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94753, app/assets/stylesheets/tailwind.css */
  .md\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94758, app/assets/stylesheets/tailwind.css */
  .md\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94763, app/assets/stylesheets/tailwind.css */
  .md\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94768, app/assets/stylesheets/tailwind.css */
  .md\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94773, app/assets/stylesheets/tailwind.css */
  .md\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94778, app/assets/stylesheets/tailwind.css */
  .md\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94783, app/assets/stylesheets/tailwind.css */
  .md\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94788, app/assets/stylesheets/tailwind.css */
  .md\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94793, app/assets/stylesheets/tailwind.css */
  .md\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94798, app/assets/stylesheets/tailwind.css */
  .md\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94803, app/assets/stylesheets/tailwind.css */
  .md\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94808, app/assets/stylesheets/tailwind.css */
  .md\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94813, app/assets/stylesheets/tailwind.css */
  .md\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 94818, app/assets/stylesheets/tailwind.css */
  .md\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 94823, app/assets/stylesheets/tailwind.css */
  .md\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 94828, app/assets/stylesheets/tailwind.css */
  .md\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 94833, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 94838, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 94843, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 94848, app/assets/stylesheets/tailwind.css */
  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 94853, app/assets/stylesheets/tailwind.css */
  .md\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 94858, app/assets/stylesheets/tailwind.css */
  .md\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 94863, app/assets/stylesheets/tailwind.css */
  .md\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94869, app/assets/stylesheets/tailwind.css */
  .md\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94875, app/assets/stylesheets/tailwind.css */
  .md\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94881, app/assets/stylesheets/tailwind.css */
  .md\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94887, app/assets/stylesheets/tailwind.css */
  .md\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94893, app/assets/stylesheets/tailwind.css */
  .md\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94899, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94905, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94911, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94917, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94923, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94929, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94935, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94941, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94947, app/assets/stylesheets/tailwind.css */
  .md\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94953, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94959, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94965, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 94971, app/assets/stylesheets/tailwind.css */
  .md\:ring-inset {
    --tw-ring-inset: inset !important;
  }
  /* line 94975, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }
  /* line 94979, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }
  /* line 94983, app/assets/stylesheets/tailwind.css */
  .md\:ring-transparent {
    --tw-ring-color: transparent !important;
  }
  /* line 94987, app/assets/stylesheets/tailwind.css */
  .md\:ring-current {
    --tw-ring-color: currentColor !important;
  }
  /* line 94991, app/assets/stylesheets/tailwind.css */
  .md\:ring-black {
    --tw-ring-color: var(--black) !important;
  }
  /* line 94995, app/assets/stylesheets/tailwind.css */
  .md\:ring-white {
    --tw-ring-color: var(--white) !important;
  }
  /* line 94999, app/assets/stylesheets/tailwind.css */
  .md\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 95004, app/assets/stylesheets/tailwind.css */
  .md\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 95009, app/assets/stylesheets/tailwind.css */
  .md\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 95014, app/assets/stylesheets/tailwind.css */
  .md\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 95019, app/assets/stylesheets/tailwind.css */
  .md\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 95024, app/assets/stylesheets/tailwind.css */
  .md\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 95029, app/assets/stylesheets/tailwind.css */
  .md\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 95034, app/assets/stylesheets/tailwind.css */
  .md\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 95039, app/assets/stylesheets/tailwind.css */
  .md\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 95044, app/assets/stylesheets/tailwind.css */
  .md\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 95049, app/assets/stylesheets/tailwind.css */
  .md\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 95054, app/assets/stylesheets/tailwind.css */
  .md\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 95059, app/assets/stylesheets/tailwind.css */
  .md\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 95064, app/assets/stylesheets/tailwind.css */
  .md\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 95069, app/assets/stylesheets/tailwind.css */
  .md\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 95074, app/assets/stylesheets/tailwind.css */
  .md\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 95079, app/assets/stylesheets/tailwind.css */
  .md\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 95084, app/assets/stylesheets/tailwind.css */
  .md\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 95089, app/assets/stylesheets/tailwind.css */
  .md\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 95094, app/assets/stylesheets/tailwind.css */
  .md\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 95099, app/assets/stylesheets/tailwind.css */
  .md\:ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 95104, app/assets/stylesheets/tailwind.css */
  .md\:ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 95109, app/assets/stylesheets/tailwind.css */
  .md\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 95114, app/assets/stylesheets/tailwind.css */
  .md\:ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 95119, app/assets/stylesheets/tailwind.css */
  .md\:ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 95124, app/assets/stylesheets/tailwind.css */
  .md\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 95129, app/assets/stylesheets/tailwind.css */
  .md\:ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 95134, app/assets/stylesheets/tailwind.css */
  .md\:ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 95139, app/assets/stylesheets/tailwind.css */
  .md\:ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 95144, app/assets/stylesheets/tailwind.css */
  .md\:ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 95149, app/assets/stylesheets/tailwind.css */
  .md\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 95154, app/assets/stylesheets/tailwind.css */
  .md\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 95159, app/assets/stylesheets/tailwind.css */
  .md\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 95164, app/assets/stylesheets/tailwind.css */
  .md\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 95169, app/assets/stylesheets/tailwind.css */
  .md\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 95174, app/assets/stylesheets/tailwind.css */
  .md\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 95179, app/assets/stylesheets/tailwind.css */
  .md\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 95184, app/assets/stylesheets/tailwind.css */
  .md\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 95189, app/assets/stylesheets/tailwind.css */
  .md\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 95194, app/assets/stylesheets/tailwind.css */
  .md\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 95199, app/assets/stylesheets/tailwind.css */
  .md\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 95204, app/assets/stylesheets/tailwind.css */
  .md\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 95209, app/assets/stylesheets/tailwind.css */
  .md\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 95214, app/assets/stylesheets/tailwind.css */
  .md\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 95219, app/assets/stylesheets/tailwind.css */
  .md\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 95224, app/assets/stylesheets/tailwind.css */
  .md\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 95229, app/assets/stylesheets/tailwind.css */
  .md\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 95234, app/assets/stylesheets/tailwind.css */
  .md\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 95239, app/assets/stylesheets/tailwind.css */
  .md\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 95244, app/assets/stylesheets/tailwind.css */
  .md\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 95249, app/assets/stylesheets/tailwind.css */
  .md\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 95254, app/assets/stylesheets/tailwind.css */
  .md\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 95259, app/assets/stylesheets/tailwind.css */
  .md\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 95264, app/assets/stylesheets/tailwind.css */
  .md\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 95269, app/assets/stylesheets/tailwind.css */
  .md\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 95274, app/assets/stylesheets/tailwind.css */
  .md\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 95279, app/assets/stylesheets/tailwind.css */
  .md\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 95284, app/assets/stylesheets/tailwind.css */
  .md\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 95289, app/assets/stylesheets/tailwind.css */
  .md\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 95294, app/assets/stylesheets/tailwind.css */
  .md\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 95299, app/assets/stylesheets/tailwind.css */
  .md\:ring-purple-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 95304, app/assets/stylesheets/tailwind.css */
  .md\:ring-purple-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 95309, app/assets/stylesheets/tailwind.css */
  .md\:ring-purple-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 95314, app/assets/stylesheets/tailwind.css */
  .md\:ring-purple-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 95319, app/assets/stylesheets/tailwind.css */
  .md\:ring-purple-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 95324, app/assets/stylesheets/tailwind.css */
  .md\:ring-purple-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 95329, app/assets/stylesheets/tailwind.css */
  .md\:ring-purple-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 95334, app/assets/stylesheets/tailwind.css */
  .md\:ring-purple-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 95339, app/assets/stylesheets/tailwind.css */
  .md\:ring-purple-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 95344, app/assets/stylesheets/tailwind.css */
  .md\:ring-purple-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 95349, app/assets/stylesheets/tailwind.css */
  .md\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 95354, app/assets/stylesheets/tailwind.css */
  .md\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 95359, app/assets/stylesheets/tailwind.css */
  .md\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 95364, app/assets/stylesheets/tailwind.css */
  .md\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 95369, app/assets/stylesheets/tailwind.css */
  .md\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 95374, app/assets/stylesheets/tailwind.css */
  .md\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 95379, app/assets/stylesheets/tailwind.css */
  .md\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 95384, app/assets/stylesheets/tailwind.css */
  .md\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 95389, app/assets/stylesheets/tailwind.css */
  .md\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 95394, app/assets/stylesheets/tailwind.css */
  .md\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 95399, app/assets/stylesheets/tailwind.css */
  .md\:ring-grey {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 95403, app/assets/stylesheets/tailwind.css */
  .md\:ring-info {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 95407, app/assets/stylesheets/tailwind.css */
  .md\:ring-warning {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 95411, app/assets/stylesheets/tailwind.css */
  .md\:ring-error {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 95415, app/assets/stylesheets/tailwind.css */
  .md\:ring-primary {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 95419, app/assets/stylesheets/tailwind.css */
  .md\:ring-secondary {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 95423, app/assets/stylesheets/tailwind.css */
  .md\:ring-primary-dark {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 95427, app/assets/stylesheets/tailwind.css */
  .md\:ring-text-color {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 95431, app/assets/stylesheets/tailwind.css */
  .md\:ring-button-outlined-hover {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 95435, app/assets/stylesheets/tailwind.css */
  .md\:ring-file-info {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 95439, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }
  /* line 95443, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }
  /* line 95447, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-color: var(--black) !important;
  }
  /* line 95451, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-white:focus-within {
    --tw-ring-color: var(--white) !important;
  }
  /* line 95455, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 95460, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 95465, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 95470, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 95475, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 95480, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 95485, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 95490, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 95495, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 95500, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 95505, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 95510, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 95515, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 95520, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 95525, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 95530, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 95535, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 95540, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 95545, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 95550, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 95555, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 95560, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 95565, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 95570, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 95575, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 95580, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 95585, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 95590, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 95595, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 95600, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 95605, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 95610, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 95615, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 95620, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 95625, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 95630, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 95635, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 95640, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 95645, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 95650, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 95655, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 95660, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 95665, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 95670, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 95675, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 95680, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 95685, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 95690, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 95695, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 95700, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 95705, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 95710, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 95715, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 95720, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 95725, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 95730, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 95735, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 95740, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 95745, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 95750, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 95755, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 95760, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 95765, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 95770, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 95775, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 95780, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 95785, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 95790, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 95795, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 95800, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 95805, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 95810, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 95815, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 95820, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 95825, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 95830, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 95835, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 95840, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 95845, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 95850, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 95855, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-grey:focus-within {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 95859, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-info:focus-within {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 95863, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-warning:focus-within {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 95867, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-error:focus-within {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 95871, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-primary:focus-within {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 95875, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-secondary:focus-within {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 95879, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-primary-dark:focus-within {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 95883, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-text-color:focus-within {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 95887, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-button-outlined-hover:focus-within {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 95891, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-file-info:focus-within {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 95895, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }
  /* line 95899, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }
  /* line 95903, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-black:focus {
    --tw-ring-color: var(--black) !important;
  }
  /* line 95907, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-white:focus {
    --tw-ring-color: var(--white) !important;
  }
  /* line 95911, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 95916, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 95921, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 95926, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 95931, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 95936, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 95941, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 95946, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 95951, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 95956, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 95961, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 95966, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 95971, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 95976, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 95981, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 95986, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 95991, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 95996, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 96001, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 96006, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 96011, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 96016, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 96021, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 96026, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 96031, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 96036, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 96041, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 96046, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 96051, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 96056, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 96061, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 96066, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 96071, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 96076, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 96081, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 96086, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 96091, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 96096, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 96101, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 96106, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 96111, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 96116, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 96121, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 96126, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 96131, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 96136, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 96141, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 96146, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 96151, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 96156, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 96161, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 96166, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 96171, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 96176, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 96181, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 96186, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 96191, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 96196, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 96201, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 96206, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 96211, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 96216, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 96221, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 96226, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 96231, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 96236, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 96241, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 96246, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 96251, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 96256, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 96261, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 96266, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 96271, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 96276, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 96281, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 96286, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 96291, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 96296, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 96301, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 96306, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 96311, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-grey:focus {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 96315, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-info:focus {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 96319, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-warning:focus {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 96323, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-error:focus {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 96327, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-primary:focus {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 96331, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-secondary:focus {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 96335, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-primary-dark:focus {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 96339, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-text-color:focus {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 96343, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-button-outlined-hover:focus {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 96347, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-file-info:focus {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 96351, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }
  /* line 96355, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 96359, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 96363, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 96367, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 96371, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 96375, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 96379, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 96383, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 96387, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 96391, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 96395, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 96399, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 96403, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 96407, app/assets/stylesheets/tailwind.css */
  .md\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }
  /* line 96411, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }
  /* line 96415, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 96419, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 96423, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 96427, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 96431, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 96435, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 96439, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 96443, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 96447, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 96451, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 96455, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 96459, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 96463, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 96467, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }
  /* line 96471, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }
  /* line 96475, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 96479, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 96483, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 96487, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 96491, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 96495, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 96499, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 96503, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 96507, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 96511, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 96515, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 96519, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 96523, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 96527, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }
  /* line 96531, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 96535, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 96539, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 96543, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 96547, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 96551, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 96555, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 96559, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 96563, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 96567, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 96571, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 96575, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 96579, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 96583, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 96587, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 96591, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 96595, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 96599, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-black {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 96603, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-white {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 96607, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 96611, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 96615, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 96619, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 96623, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 96627, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 96631, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 96635, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 96639, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 96643, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 96647, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 96651, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 96655, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 96659, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 96663, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 96667, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 96671, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 96675, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 96679, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 96683, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 96687, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 96691, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 96695, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 96699, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 96703, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 96707, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 96711, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 96715, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 96719, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 96723, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 96727, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 96731, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 96735, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 96739, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 96743, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 96747, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 96751, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 96755, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 96759, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 96763, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 96767, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 96771, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 96775, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 96779, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 96783, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 96787, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 96791, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 96795, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 96799, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 96803, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 96807, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 96811, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 96815, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 96819, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 96823, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 96827, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 96831, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 96835, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 96839, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 96843, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 96847, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 96851, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 96855, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 96859, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 96863, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 96867, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 96871, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 96875, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 96879, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 96883, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 96887, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 96891, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 96895, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 96899, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 96903, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 96907, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 96911, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 96915, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 96919, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 96923, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 96927, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-grey {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 96931, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-info {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 96935, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-warning {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 96939, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-error {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 96943, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-primary {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 96947, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-secondary {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 96951, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-primary-dark {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 96955, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-text-color {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 96959, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-button-outlined-hover {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 96963, app/assets/stylesheets/tailwind.css */
  .md\:ring-offset-file-info {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 96967, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 96971, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 96975, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 96979, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 96983, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 96987, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 96991, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 96995, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 96999, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 97003, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 97007, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 97011, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 97015, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 97019, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 97023, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 97027, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 97031, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 97035, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 97039, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 97043, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 97047, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 97051, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 97055, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 97059, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 97063, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 97067, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 97071, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 97075, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 97079, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 97083, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 97087, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 97091, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 97095, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 97099, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 97103, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 97107, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 97111, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 97115, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 97119, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 97123, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 97127, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 97131, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 97135, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 97139, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 97143, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 97147, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 97151, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 97155, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 97159, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 97163, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 97167, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 97171, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 97175, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 97179, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 97183, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 97187, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 97191, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 97195, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 97199, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 97203, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 97207, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 97211, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 97215, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 97219, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 97223, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 97227, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 97231, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 97235, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 97239, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 97243, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 97247, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 97251, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 97255, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 97259, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 97263, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 97267, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 97271, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 97275, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 97279, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 97283, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 97287, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 97291, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 97295, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 97299, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 97303, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 97307, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 97311, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 97315, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 97319, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 97323, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 97327, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-primary-dark:focus-within {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 97331, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-text-color:focus-within {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 97335, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-button-outlined-hover:focus-within {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 97339, app/assets/stylesheets/tailwind.css */
  .md\:focus-within\:ring-offset-file-info:focus-within {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 97343, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 97347, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 97351, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 97355, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 97359, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 97363, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 97367, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 97371, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 97375, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 97379, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 97383, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 97387, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 97391, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 97395, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 97399, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 97403, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 97407, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 97411, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 97415, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 97419, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 97423, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 97427, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 97431, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 97435, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 97439, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 97443, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 97447, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 97451, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 97455, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 97459, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 97463, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 97467, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 97471, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 97475, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 97479, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 97483, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 97487, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 97491, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 97495, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 97499, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 97503, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 97507, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 97511, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 97515, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 97519, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 97523, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 97527, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 97531, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 97535, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 97539, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 97543, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 97547, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 97551, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 97555, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 97559, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 97563, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 97567, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 97571, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 97575, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 97579, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 97583, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 97587, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 97591, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 97595, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 97599, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 97603, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 97607, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 97611, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 97615, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 97619, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 97623, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 97627, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 97631, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 97635, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 97639, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 97643, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 97647, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 97651, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 97655, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 97659, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 97663, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 97667, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 97671, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 97675, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 97679, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 97683, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 97687, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 97691, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 97695, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 97699, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 97703, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-primary-dark:focus {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 97707, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-text-color:focus {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 97711, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-button-outlined-hover:focus {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 97715, app/assets/stylesheets/tailwind.css */
  .md\:focus\:ring-offset-file-info:focus {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 97719, app/assets/stylesheets/tailwind.css */
  .md\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }
  /* line 97732, app/assets/stylesheets/tailwind.css */
  .md\:filter-none {
    filter: none !important;
  }
  /* line 97736, app/assets/stylesheets/tailwind.css */
  .md\:blur-0 {
    --tw-blur: blur(0) !important;
  }
  /* line 97740, app/assets/stylesheets/tailwind.css */
  .md\:blur-none {
    --tw-blur: blur(0) !important;
  }
  /* line 97744, app/assets/stylesheets/tailwind.css */
  .md\:blur-sm {
    --tw-blur: blur(4px) !important;
  }
  /* line 97748, app/assets/stylesheets/tailwind.css */
  .md\:blur {
    --tw-blur: blur(8px) !important;
  }
  /* line 97752, app/assets/stylesheets/tailwind.css */
  .md\:blur-md {
    --tw-blur: blur(12px) !important;
  }
  /* line 97756, app/assets/stylesheets/tailwind.css */
  .md\:blur-lg {
    --tw-blur: blur(16px) !important;
  }
  /* line 97760, app/assets/stylesheets/tailwind.css */
  .md\:blur-xl {
    --tw-blur: blur(24px) !important;
  }
  /* line 97764, app/assets/stylesheets/tailwind.css */
  .md\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }
  /* line 97768, app/assets/stylesheets/tailwind.css */
  .md\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }
  /* line 97772, app/assets/stylesheets/tailwind.css */
  .md\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }
  /* line 97776, app/assets/stylesheets/tailwind.css */
  .md\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }
  /* line 97780, app/assets/stylesheets/tailwind.css */
  .md\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }
  /* line 97784, app/assets/stylesheets/tailwind.css */
  .md\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }
  /* line 97788, app/assets/stylesheets/tailwind.css */
  .md\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }
  /* line 97792, app/assets/stylesheets/tailwind.css */
  .md\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }
  /* line 97796, app/assets/stylesheets/tailwind.css */
  .md\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }
  /* line 97800, app/assets/stylesheets/tailwind.css */
  .md\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }
  /* line 97804, app/assets/stylesheets/tailwind.css */
  .md\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }
  /* line 97808, app/assets/stylesheets/tailwind.css */
  .md\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }
  /* line 97812, app/assets/stylesheets/tailwind.css */
  .md\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }
  /* line 97816, app/assets/stylesheets/tailwind.css */
  .md\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }
  /* line 97820, app/assets/stylesheets/tailwind.css */
  .md\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }
  /* line 97824, app/assets/stylesheets/tailwind.css */
  .md\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }
  /* line 97828, app/assets/stylesheets/tailwind.css */
  .md\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }
  /* line 97832, app/assets/stylesheets/tailwind.css */
  .md\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }
  /* line 97836, app/assets/stylesheets/tailwind.css */
  .md\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }
  /* line 97840, app/assets/stylesheets/tailwind.css */
  .md\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }
  /* line 97844, app/assets/stylesheets/tailwind.css */
  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }
  /* line 97848, app/assets/stylesheets/tailwind.css */
  .md\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }
  /* line 97852, app/assets/stylesheets/tailwind.css */
  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }
  /* line 97856, app/assets/stylesheets/tailwind.css */
  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }
  /* line 97860, app/assets/stylesheets/tailwind.css */
  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }
  /* line 97864, app/assets/stylesheets/tailwind.css */
  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }
  /* line 97868, app/assets/stylesheets/tailwind.css */
  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }
  /* line 97872, app/assets/stylesheets/tailwind.css */
  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }
  /* line 97876, app/assets/stylesheets/tailwind.css */
  .md\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }
  /* line 97880, app/assets/stylesheets/tailwind.css */
  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }
  /* line 97884, app/assets/stylesheets/tailwind.css */
  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }
  /* line 97888, app/assets/stylesheets/tailwind.css */
  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }
  /* line 97892, app/assets/stylesheets/tailwind.css */
  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }
  /* line 97896, app/assets/stylesheets/tailwind.css */
  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }
  /* line 97900, app/assets/stylesheets/tailwind.css */
  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }
  /* line 97904, app/assets/stylesheets/tailwind.css */
  .md\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }
  /* line 97908, app/assets/stylesheets/tailwind.css */
  .md\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }
  /* line 97912, app/assets/stylesheets/tailwind.css */
  .md\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }
  /* line 97916, app/assets/stylesheets/tailwind.css */
  .md\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }
  /* line 97920, app/assets/stylesheets/tailwind.css */
  .md\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }
  /* line 97924, app/assets/stylesheets/tailwind.css */
  .md\:invert-0 {
    --tw-invert: invert(0) !important;
  }
  /* line 97928, app/assets/stylesheets/tailwind.css */
  .md\:invert {
    --tw-invert: invert(100%) !important;
  }
  /* line 97932, app/assets/stylesheets/tailwind.css */
  .md\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }
  /* line 97936, app/assets/stylesheets/tailwind.css */
  .md\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }
  /* line 97940, app/assets/stylesheets/tailwind.css */
  .md\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }
  /* line 97944, app/assets/stylesheets/tailwind.css */
  .md\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }
  /* line 97948, app/assets/stylesheets/tailwind.css */
  .md\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }
  /* line 97952, app/assets/stylesheets/tailwind.css */
  .md\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }
  /* line 97956, app/assets/stylesheets/tailwind.css */
  .md\:sepia {
    --tw-sepia: sepia(100%) !important;
  }
  /* line 97960, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }
  /* line 97974, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  /* line 97979, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }
  /* line 97983, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }
  /* line 97987, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }
  /* line 97991, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }
  /* line 97995, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }
  /* line 97999, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }
  /* line 98003, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }
  /* line 98007, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }
  /* line 98011, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }
  /* line 98015, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }
  /* line 98019, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }
  /* line 98023, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }
  /* line 98027, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }
  /* line 98031, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }
  /* line 98035, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }
  /* line 98039, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }
  /* line 98043, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }
  /* line 98047, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }
  /* line 98051, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }
  /* line 98055, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }
  /* line 98059, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }
  /* line 98063, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }
  /* line 98067, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }
  /* line 98071, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }
  /* line 98075, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }
  /* line 98079, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }
  /* line 98083, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }
  /* line 98087, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }
  /* line 98091, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }
  /* line 98095, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }
  /* line 98099, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }
  /* line 98103, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }
  /* line 98107, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }
  /* line 98111, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }
  /* line 98115, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }
  /* line 98119, app/assets/stylesheets/tailwind.css */
  .md\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }
  /* line 98123, app/assets/stylesheets/tailwind.css */
  .md\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }
  /* line 98127, app/assets/stylesheets/tailwind.css */
  .md\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }
  /* line 98131, app/assets/stylesheets/tailwind.css */
  .md\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }
  /* line 98135, app/assets/stylesheets/tailwind.css */
  .md\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }
  /* line 98139, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }
  /* line 98143, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }
  /* line 98147, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }
  /* line 98151, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }
  /* line 98155, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }
  /* line 98159, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }
  /* line 98163, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }
  /* line 98167, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }
  /* line 98171, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }
  /* line 98175, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }
  /* line 98179, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }
  /* line 98183, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }
  /* line 98187, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }
  /* line 98191, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }
  /* line 98195, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }
  /* line 98199, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }
  /* line 98203, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }
  /* line 98207, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }
  /* line 98211, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }
  /* line 98215, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }
  /* line 98219, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }
  /* line 98223, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }
  /* line 98227, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }
  /* line 98231, app/assets/stylesheets/tailwind.css */
  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }
  /* line 98235, app/assets/stylesheets/tailwind.css */
  .md\:transition-none {
    transition-property: none !important;
  }
  /* line 98239, app/assets/stylesheets/tailwind.css */
  .md\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 98245, app/assets/stylesheets/tailwind.css */
  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 98253, app/assets/stylesheets/tailwind.css */
  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 98259, app/assets/stylesheets/tailwind.css */
  .md\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 98265, app/assets/stylesheets/tailwind.css */
  .md\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 98271, app/assets/stylesheets/tailwind.css */
  .md\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 98277, app/assets/stylesheets/tailwind.css */
  .md\:delay-75 {
    transition-delay: 75ms !important;
  }
  /* line 98281, app/assets/stylesheets/tailwind.css */
  .md\:delay-100 {
    transition-delay: 100ms !important;
  }
  /* line 98285, app/assets/stylesheets/tailwind.css */
  .md\:delay-150 {
    transition-delay: 150ms !important;
  }
  /* line 98289, app/assets/stylesheets/tailwind.css */
  .md\:delay-200 {
    transition-delay: 200ms !important;
  }
  /* line 98293, app/assets/stylesheets/tailwind.css */
  .md\:delay-300 {
    transition-delay: 300ms !important;
  }
  /* line 98297, app/assets/stylesheets/tailwind.css */
  .md\:delay-500 {
    transition-delay: 500ms !important;
  }
  /* line 98301, app/assets/stylesheets/tailwind.css */
  .md\:delay-700 {
    transition-delay: 700ms !important;
  }
  /* line 98305, app/assets/stylesheets/tailwind.css */
  .md\:delay-1000 {
    transition-delay: 1000ms !important;
  }
  /* line 98309, app/assets/stylesheets/tailwind.css */
  .md\:duration-75 {
    transition-duration: 75ms !important;
  }
  /* line 98313, app/assets/stylesheets/tailwind.css */
  .md\:duration-100 {
    transition-duration: 100ms !important;
  }
  /* line 98317, app/assets/stylesheets/tailwind.css */
  .md\:duration-150 {
    transition-duration: 150ms !important;
  }
  /* line 98321, app/assets/stylesheets/tailwind.css */
  .md\:duration-200 {
    transition-duration: 200ms !important;
  }
  /* line 98325, app/assets/stylesheets/tailwind.css */
  .md\:duration-300 {
    transition-duration: 300ms !important;
  }
  /* line 98329, app/assets/stylesheets/tailwind.css */
  .md\:duration-500 {
    transition-duration: 500ms !important;
  }
  /* line 98333, app/assets/stylesheets/tailwind.css */
  .md\:duration-700 {
    transition-duration: 700ms !important;
  }
  /* line 98337, app/assets/stylesheets/tailwind.css */
  .md\:duration-1000 {
    transition-duration: 1000ms !important;
  }
  /* line 98341, app/assets/stylesheets/tailwind.css */
  .md\:ease-linear {
    transition-timing-function: linear !important;
  }
  /* line 98345, app/assets/stylesheets/tailwind.css */
  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }
  /* line 98349, app/assets/stylesheets/tailwind.css */
  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }
  /* line 98353, app/assets/stylesheets/tailwind.css */
  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1024px) {
  /* line 98359, app/assets/stylesheets/tailwind.css */
  .lg\:container {
    width: 100%;
  }
}

@media (min-width: 1024px) and (min-width: 640px) {
  /* line 98364, app/assets/stylesheets/tailwind.css */
  .lg\:container {
    max-width: 640px;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  /* line 98370, app/assets/stylesheets/tailwind.css */
  .lg\:container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 98376, app/assets/stylesheets/tailwind.css */
  .lg\:container {
    max-width: 1024px;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  /* line 98382, app/assets/stylesheets/tailwind.css */
  .lg\:container {
    max-width: 1280px;
  }
}

@media (min-width: 1024px) and (min-width: 1536px) {
  /* line 98388, app/assets/stylesheets/tailwind.css */
  .lg\:container {
    max-width: 1536px;
  }
}

@media (min-width: 1024px) {
  /* line 98393, app/assets/stylesheets/tailwind.css */
  .lg\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 98405, app/assets/stylesheets/tailwind.css */
  .lg\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 98416, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 98428, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 98439, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 98451, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 98462, app/assets/stylesheets/tailwind.css */
  .lg\:pointer-events-none {
    pointer-events: none !important;
  }
  /* line 98466, app/assets/stylesheets/tailwind.css */
  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }
  /* line 98470, app/assets/stylesheets/tailwind.css */
  .lg\:visible {
    visibility: visible !important;
  }
  /* line 98474, app/assets/stylesheets/tailwind.css */
  .lg\:invisible {
    visibility: hidden !important;
  }
  /* line 98478, app/assets/stylesheets/tailwind.css */
  .lg\:static {
    position: static !important;
  }
  /* line 98482, app/assets/stylesheets/tailwind.css */
  .lg\:fixed {
    position: fixed !important;
  }
  /* line 98486, app/assets/stylesheets/tailwind.css */
  .lg\:absolute {
    position: absolute !important;
  }
  /* line 98490, app/assets/stylesheets/tailwind.css */
  .lg\:relative {
    position: relative !important;
  }
  /* line 98494, app/assets/stylesheets/tailwind.css */
  .lg\:sticky {
    position: sticky !important;
  }
  /* line 98498, app/assets/stylesheets/tailwind.css */
  .lg\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  /* line 98505, app/assets/stylesheets/tailwind.css */
  .lg\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }
  /* line 98512, app/assets/stylesheets/tailwind.css */
  .lg\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }
  /* line 98519, app/assets/stylesheets/tailwind.css */
  .lg\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }
  /* line 98526, app/assets/stylesheets/tailwind.css */
  .lg\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }
  /* line 98533, app/assets/stylesheets/tailwind.css */
  .lg\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }
  /* line 98540, app/assets/stylesheets/tailwind.css */
  .lg\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }
  /* line 98547, app/assets/stylesheets/tailwind.css */
  .lg\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }
  /* line 98554, app/assets/stylesheets/tailwind.css */
  .lg\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }
  /* line 98561, app/assets/stylesheets/tailwind.css */
  .lg\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }
  /* line 98568, app/assets/stylesheets/tailwind.css */
  .lg\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }
  /* line 98575, app/assets/stylesheets/tailwind.css */
  .lg\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }
  /* line 98582, app/assets/stylesheets/tailwind.css */
  .lg\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }
  /* line 98589, app/assets/stylesheets/tailwind.css */
  .lg\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }
  /* line 98596, app/assets/stylesheets/tailwind.css */
  .lg\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }
  /* line 98603, app/assets/stylesheets/tailwind.css */
  .lg\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }
  /* line 98610, app/assets/stylesheets/tailwind.css */
  .lg\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }
  /* line 98617, app/assets/stylesheets/tailwind.css */
  .lg\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }
  /* line 98624, app/assets/stylesheets/tailwind.css */
  .lg\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }
  /* line 98631, app/assets/stylesheets/tailwind.css */
  .lg\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }
  /* line 98638, app/assets/stylesheets/tailwind.css */
  .lg\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }
  /* line 98645, app/assets/stylesheets/tailwind.css */
  .lg\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }
  /* line 98652, app/assets/stylesheets/tailwind.css */
  .lg\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }
  /* line 98659, app/assets/stylesheets/tailwind.css */
  .lg\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }
  /* line 98666, app/assets/stylesheets/tailwind.css */
  .lg\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }
  /* line 98673, app/assets/stylesheets/tailwind.css */
  .lg\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }
  /* line 98680, app/assets/stylesheets/tailwind.css */
  .lg\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }
  /* line 98687, app/assets/stylesheets/tailwind.css */
  .lg\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }
  /* line 98694, app/assets/stylesheets/tailwind.css */
  .lg\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }
  /* line 98701, app/assets/stylesheets/tailwind.css */
  .lg\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }
  /* line 98708, app/assets/stylesheets/tailwind.css */
  .lg\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  /* line 98715, app/assets/stylesheets/tailwind.css */
  .lg\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }
  /* line 98722, app/assets/stylesheets/tailwind.css */
  .lg\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }
  /* line 98729, app/assets/stylesheets/tailwind.css */
  .lg\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }
  /* line 98736, app/assets/stylesheets/tailwind.css */
  .lg\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }
  /* line 98743, app/assets/stylesheets/tailwind.css */
  .lg\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }
  /* line 98750, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  /* line 98757, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }
  /* line 98764, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }
  /* line 98771, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }
  /* line 98778, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }
  /* line 98785, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }
  /* line 98792, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }
  /* line 98799, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }
  /* line 98806, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }
  /* line 98813, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }
  /* line 98820, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }
  /* line 98827, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }
  /* line 98834, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }
  /* line 98841, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }
  /* line 98848, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }
  /* line 98855, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }
  /* line 98862, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }
  /* line 98869, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }
  /* line 98876, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }
  /* line 98883, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }
  /* line 98890, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }
  /* line 98897, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }
  /* line 98904, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }
  /* line 98911, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }
  /* line 98918, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }
  /* line 98925, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }
  /* line 98932, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }
  /* line 98939, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }
  /* line 98946, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }
  /* line 98953, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }
  /* line 98960, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }
  /* line 98967, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }
  /* line 98974, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }
  /* line 98981, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }
  /* line 98988, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }
  /* line 98995, app/assets/stylesheets/tailwind.css */
  .lg\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }
  /* line 99002, app/assets/stylesheets/tailwind.css */
  .lg\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }
  /* line 99009, app/assets/stylesheets/tailwind.css */
  .lg\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }
  /* line 99016, app/assets/stylesheets/tailwind.css */
  .lg\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }
  /* line 99023, app/assets/stylesheets/tailwind.css */
  .lg\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }
  /* line 99030, app/assets/stylesheets/tailwind.css */
  .lg\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }
  /* line 99037, app/assets/stylesheets/tailwind.css */
  .lg\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }
  /* line 99044, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }
  /* line 99051, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }
  /* line 99058, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }
  /* line 99065, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }
  /* line 99072, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }
  /* line 99079, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }
  /* line 99086, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }
  /* line 99093, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  /* line 99098, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }
  /* line 99103, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }
  /* line 99108, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }
  /* line 99113, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }
  /* line 99118, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }
  /* line 99123, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }
  /* line 99128, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }
  /* line 99133, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }
  /* line 99138, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }
  /* line 99143, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }
  /* line 99148, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }
  /* line 99153, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }
  /* line 99158, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }
  /* line 99163, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }
  /* line 99168, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }
  /* line 99173, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }
  /* line 99178, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }
  /* line 99183, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }
  /* line 99188, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }
  /* line 99193, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }
  /* line 99198, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }
  /* line 99203, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }
  /* line 99208, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }
  /* line 99213, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }
  /* line 99218, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }
  /* line 99223, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }
  /* line 99228, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important;
  }
  /* line 99233, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }
  /* line 99238, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }
  /* line 99243, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }
  /* line 99248, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }
  /* line 99253, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }
  /* line 99258, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }
  /* line 99263, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }
  /* line 99268, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }
  /* line 99273, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  /* line 99278, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }
  /* line 99283, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }
  /* line 99288, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }
  /* line 99293, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }
  /* line 99298, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }
  /* line 99303, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }
  /* line 99308, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }
  /* line 99313, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }
  /* line 99318, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }
  /* line 99323, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }
  /* line 99328, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }
  /* line 99333, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }
  /* line 99338, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }
  /* line 99343, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }
  /* line 99348, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }
  /* line 99353, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }
  /* line 99358, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }
  /* line 99363, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }
  /* line 99368, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }
  /* line 99373, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }
  /* line 99378, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }
  /* line 99383, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }
  /* line 99388, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }
  /* line 99393, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }
  /* line 99398, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }
  /* line 99403, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }
  /* line 99408, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important;
  }
  /* line 99413, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }
  /* line 99418, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }
  /* line 99423, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }
  /* line 99428, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }
  /* line 99433, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }
  /* line 99438, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }
  /* line 99443, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }
  /* line 99448, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }
  /* line 99453, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }
  /* line 99458, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }
  /* line 99463, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }
  /* line 99468, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }
  /* line 99473, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }
  /* line 99478, app/assets/stylesheets/tailwind.css */
  .lg\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }
  /* line 99483, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }
  /* line 99488, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }
  /* line 99493, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }
  /* line 99498, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }
  /* line 99503, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }
  /* line 99508, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }
  /* line 99513, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }
  /* line 99518, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }
  /* line 99523, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }
  /* line 99528, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }
  /* line 99533, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }
  /* line 99538, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }
  /* line 99543, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }
  /* line 99548, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }
  /* line 99553, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }
  /* line 99558, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }
  /* line 99563, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }
  /* line 99568, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }
  /* line 99573, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }
  /* line 99578, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }
  /* line 99583, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }
  /* line 99588, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }
  /* line 99593, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }
  /* line 99598, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }
  /* line 99603, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }
  /* line 99608, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }
  /* line 99613, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }
  /* line 99618, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }
  /* line 99623, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }
  /* line 99628, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }
  /* line 99633, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }
  /* line 99638, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }
  /* line 99643, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }
  /* line 99648, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }
  /* line 99653, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }
  /* line 99658, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }
  /* line 99663, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }
  /* line 99668, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }
  /* line 99673, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }
  /* line 99678, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }
  /* line 99683, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }
  /* line 99688, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }
  /* line 99693, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }
  /* line 99698, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }
  /* line 99703, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }
  /* line 99708, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }
  /* line 99713, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }
  /* line 99718, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }
  /* line 99723, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }
  /* line 99728, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }
  /* line 99733, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }
  /* line 99738, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }
  /* line 99743, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }
  /* line 99748, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }
  /* line 99753, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }
  /* line 99758, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }
  /* line 99763, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }
  /* line 99768, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }
  /* line 99773, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }
  /* line 99778, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }
  /* line 99783, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }
  /* line 99788, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }
  /* line 99793, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }
  /* line 99798, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }
  /* line 99803, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }
  /* line 99808, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }
  /* line 99813, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }
  /* line 99818, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }
  /* line 99823, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }
  /* line 99828, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }
  /* line 99833, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }
  /* line 99838, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }
  /* line 99843, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }
  /* line 99848, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }
  /* line 99853, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }
  /* line 99858, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }
  /* line 99863, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }
  /* line 99868, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }
  /* line 99873, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }
  /* line 99878, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }
  /* line 99883, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }
  /* line 99888, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }
  /* line 99893, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }
  /* line 99898, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }
  /* line 99903, app/assets/stylesheets/tailwind.css */
  .lg\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }
  /* line 99908, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }
  /* line 99913, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }
  /* line 99918, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }
  /* line 99923, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }
  /* line 99928, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }
  /* line 99933, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }
  /* line 99938, app/assets/stylesheets/tailwind.css */
  .lg\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }
  /* line 99943, app/assets/stylesheets/tailwind.css */
  .lg\:top-0 {
    top: 0px !important;
  }
  /* line 99947, app/assets/stylesheets/tailwind.css */
  .lg\:top-1 {
    top: 0.25rem !important;
  }
  /* line 99951, app/assets/stylesheets/tailwind.css */
  .lg\:top-2 {
    top: 0.5rem !important;
  }
  /* line 99955, app/assets/stylesheets/tailwind.css */
  .lg\:top-3 {
    top: 0.75rem !important;
  }
  /* line 99959, app/assets/stylesheets/tailwind.css */
  .lg\:top-4 {
    top: 1rem !important;
  }
  /* line 99963, app/assets/stylesheets/tailwind.css */
  .lg\:top-5 {
    top: 1.25rem !important;
  }
  /* line 99967, app/assets/stylesheets/tailwind.css */
  .lg\:top-6 {
    top: 1.5rem !important;
  }
  /* line 99971, app/assets/stylesheets/tailwind.css */
  .lg\:top-7 {
    top: 1.75rem !important;
  }
  /* line 99975, app/assets/stylesheets/tailwind.css */
  .lg\:top-8 {
    top: 2rem !important;
  }
  /* line 99979, app/assets/stylesheets/tailwind.css */
  .lg\:top-9 {
    top: 2.25rem !important;
  }
  /* line 99983, app/assets/stylesheets/tailwind.css */
  .lg\:top-10 {
    top: 2.5rem !important;
  }
  /* line 99987, app/assets/stylesheets/tailwind.css */
  .lg\:top-11 {
    top: 2.75rem !important;
  }
  /* line 99991, app/assets/stylesheets/tailwind.css */
  .lg\:top-12 {
    top: 3rem !important;
  }
  /* line 99995, app/assets/stylesheets/tailwind.css */
  .lg\:top-14 {
    top: 3.5rem !important;
  }
  /* line 99999, app/assets/stylesheets/tailwind.css */
  .lg\:top-16 {
    top: 4rem !important;
  }
  /* line 100003, app/assets/stylesheets/tailwind.css */
  .lg\:top-20 {
    top: 5rem !important;
  }
  /* line 100007, app/assets/stylesheets/tailwind.css */
  .lg\:top-24 {
    top: 6rem !important;
  }
  /* line 100011, app/assets/stylesheets/tailwind.css */
  .lg\:top-28 {
    top: 7rem !important;
  }
  /* line 100015, app/assets/stylesheets/tailwind.css */
  .lg\:top-32 {
    top: 8rem !important;
  }
  /* line 100019, app/assets/stylesheets/tailwind.css */
  .lg\:top-36 {
    top: 9rem !important;
  }
  /* line 100023, app/assets/stylesheets/tailwind.css */
  .lg\:top-40 {
    top: 10rem !important;
  }
  /* line 100027, app/assets/stylesheets/tailwind.css */
  .lg\:top-44 {
    top: 11rem !important;
  }
  /* line 100031, app/assets/stylesheets/tailwind.css */
  .lg\:top-48 {
    top: 12rem !important;
  }
  /* line 100035, app/assets/stylesheets/tailwind.css */
  .lg\:top-52 {
    top: 13rem !important;
  }
  /* line 100039, app/assets/stylesheets/tailwind.css */
  .lg\:top-56 {
    top: 14rem !important;
  }
  /* line 100043, app/assets/stylesheets/tailwind.css */
  .lg\:top-60 {
    top: 15rem !important;
  }
  /* line 100047, app/assets/stylesheets/tailwind.css */
  .lg\:top-64 {
    top: 16rem !important;
  }
  /* line 100051, app/assets/stylesheets/tailwind.css */
  .lg\:top-72 {
    top: 18rem !important;
  }
  /* line 100055, app/assets/stylesheets/tailwind.css */
  .lg\:top-80 {
    top: 20rem !important;
  }
  /* line 100059, app/assets/stylesheets/tailwind.css */
  .lg\:top-96 {
    top: 24rem !important;
  }
  /* line 100063, app/assets/stylesheets/tailwind.css */
  .lg\:top-auto {
    top: auto !important;
  }
  /* line 100067, app/assets/stylesheets/tailwind.css */
  .lg\:top-px {
    top: 1px !important;
  }
  /* line 100071, app/assets/stylesheets/tailwind.css */
  .lg\:top-0\.5 {
    top: 0.125rem !important;
  }
  /* line 100075, app/assets/stylesheets/tailwind.css */
  .lg\:top-1\.5 {
    top: 0.375rem !important;
  }
  /* line 100079, app/assets/stylesheets/tailwind.css */
  .lg\:top-2\.5 {
    top: 0.625rem !important;
  }
  /* line 100083, app/assets/stylesheets/tailwind.css */
  .lg\:top-3\.5 {
    top: 0.875rem !important;
  }
  /* line 100087, app/assets/stylesheets/tailwind.css */
  .lg\:-top-0 {
    top: 0px !important;
  }
  /* line 100091, app/assets/stylesheets/tailwind.css */
  .lg\:-top-1 {
    top: -0.25rem !important;
  }
  /* line 100095, app/assets/stylesheets/tailwind.css */
  .lg\:-top-2 {
    top: -0.5rem !important;
  }
  /* line 100099, app/assets/stylesheets/tailwind.css */
  .lg\:-top-3 {
    top: -0.75rem !important;
  }
  /* line 100103, app/assets/stylesheets/tailwind.css */
  .lg\:-top-4 {
    top: -1rem !important;
  }
  /* line 100107, app/assets/stylesheets/tailwind.css */
  .lg\:-top-5 {
    top: -1.25rem !important;
  }
  /* line 100111, app/assets/stylesheets/tailwind.css */
  .lg\:-top-6 {
    top: -1.5rem !important;
  }
  /* line 100115, app/assets/stylesheets/tailwind.css */
  .lg\:-top-7 {
    top: -1.75rem !important;
  }
  /* line 100119, app/assets/stylesheets/tailwind.css */
  .lg\:-top-8 {
    top: -2rem !important;
  }
  /* line 100123, app/assets/stylesheets/tailwind.css */
  .lg\:-top-9 {
    top: -2.25rem !important;
  }
  /* line 100127, app/assets/stylesheets/tailwind.css */
  .lg\:-top-10 {
    top: -2.5rem !important;
  }
  /* line 100131, app/assets/stylesheets/tailwind.css */
  .lg\:-top-11 {
    top: -2.75rem !important;
  }
  /* line 100135, app/assets/stylesheets/tailwind.css */
  .lg\:-top-12 {
    top: -3rem !important;
  }
  /* line 100139, app/assets/stylesheets/tailwind.css */
  .lg\:-top-14 {
    top: -3.5rem !important;
  }
  /* line 100143, app/assets/stylesheets/tailwind.css */
  .lg\:-top-16 {
    top: -4rem !important;
  }
  /* line 100147, app/assets/stylesheets/tailwind.css */
  .lg\:-top-20 {
    top: -5rem !important;
  }
  /* line 100151, app/assets/stylesheets/tailwind.css */
  .lg\:-top-24 {
    top: -6rem !important;
  }
  /* line 100155, app/assets/stylesheets/tailwind.css */
  .lg\:-top-28 {
    top: -7rem !important;
  }
  /* line 100159, app/assets/stylesheets/tailwind.css */
  .lg\:-top-32 {
    top: -8rem !important;
  }
  /* line 100163, app/assets/stylesheets/tailwind.css */
  .lg\:-top-36 {
    top: -9rem !important;
  }
  /* line 100167, app/assets/stylesheets/tailwind.css */
  .lg\:-top-40 {
    top: -10rem !important;
  }
  /* line 100171, app/assets/stylesheets/tailwind.css */
  .lg\:-top-44 {
    top: -11rem !important;
  }
  /* line 100175, app/assets/stylesheets/tailwind.css */
  .lg\:-top-48 {
    top: -12rem !important;
  }
  /* line 100179, app/assets/stylesheets/tailwind.css */
  .lg\:-top-52 {
    top: -13rem !important;
  }
  /* line 100183, app/assets/stylesheets/tailwind.css */
  .lg\:-top-56 {
    top: -14rem !important;
  }
  /* line 100187, app/assets/stylesheets/tailwind.css */
  .lg\:-top-60 {
    top: -15rem !important;
  }
  /* line 100191, app/assets/stylesheets/tailwind.css */
  .lg\:-top-64 {
    top: -16rem !important;
  }
  /* line 100195, app/assets/stylesheets/tailwind.css */
  .lg\:-top-72 {
    top: -18rem !important;
  }
  /* line 100199, app/assets/stylesheets/tailwind.css */
  .lg\:-top-80 {
    top: -20rem !important;
  }
  /* line 100203, app/assets/stylesheets/tailwind.css */
  .lg\:-top-96 {
    top: -24rem !important;
  }
  /* line 100207, app/assets/stylesheets/tailwind.css */
  .lg\:-top-px {
    top: -1px !important;
  }
  /* line 100211, app/assets/stylesheets/tailwind.css */
  .lg\:-top-0\.5 {
    top: -0.125rem !important;
  }
  /* line 100215, app/assets/stylesheets/tailwind.css */
  .lg\:-top-1\.5 {
    top: -0.375rem !important;
  }
  /* line 100219, app/assets/stylesheets/tailwind.css */
  .lg\:-top-2\.5 {
    top: -0.625rem !important;
  }
  /* line 100223, app/assets/stylesheets/tailwind.css */
  .lg\:-top-3\.5 {
    top: -0.875rem !important;
  }
  /* line 100227, app/assets/stylesheets/tailwind.css */
  .lg\:top-1\/2 {
    top: 50% !important;
  }
  /* line 100231, app/assets/stylesheets/tailwind.css */
  .lg\:top-1\/3 {
    top: 33.333333% !important;
  }
  /* line 100235, app/assets/stylesheets/tailwind.css */
  .lg\:top-2\/3 {
    top: 66.666667% !important;
  }
  /* line 100239, app/assets/stylesheets/tailwind.css */
  .lg\:top-1\/4 {
    top: 25% !important;
  }
  /* line 100243, app/assets/stylesheets/tailwind.css */
  .lg\:top-2\/4 {
    top: 50% !important;
  }
  /* line 100247, app/assets/stylesheets/tailwind.css */
  .lg\:top-3\/4 {
    top: 75% !important;
  }
  /* line 100251, app/assets/stylesheets/tailwind.css */
  .lg\:top-full {
    top: 100% !important;
  }
  /* line 100255, app/assets/stylesheets/tailwind.css */
  .lg\:-top-1\/2 {
    top: -50% !important;
  }
  /* line 100259, app/assets/stylesheets/tailwind.css */
  .lg\:-top-1\/3 {
    top: -33.333333% !important;
  }
  /* line 100263, app/assets/stylesheets/tailwind.css */
  .lg\:-top-2\/3 {
    top: -66.666667% !important;
  }
  /* line 100267, app/assets/stylesheets/tailwind.css */
  .lg\:-top-1\/4 {
    top: -25% !important;
  }
  /* line 100271, app/assets/stylesheets/tailwind.css */
  .lg\:-top-2\/4 {
    top: -50% !important;
  }
  /* line 100275, app/assets/stylesheets/tailwind.css */
  .lg\:-top-3\/4 {
    top: -75% !important;
  }
  /* line 100279, app/assets/stylesheets/tailwind.css */
  .lg\:-top-full {
    top: -100% !important;
  }
  /* line 100283, app/assets/stylesheets/tailwind.css */
  .lg\:right-0 {
    right: 0px !important;
  }
  /* line 100287, app/assets/stylesheets/tailwind.css */
  .lg\:right-1 {
    right: 0.25rem !important;
  }
  /* line 100291, app/assets/stylesheets/tailwind.css */
  .lg\:right-2 {
    right: 0.5rem !important;
  }
  /* line 100295, app/assets/stylesheets/tailwind.css */
  .lg\:right-3 {
    right: 0.75rem !important;
  }
  /* line 100299, app/assets/stylesheets/tailwind.css */
  .lg\:right-4 {
    right: 1rem !important;
  }
  /* line 100303, app/assets/stylesheets/tailwind.css */
  .lg\:right-5 {
    right: 1.25rem !important;
  }
  /* line 100307, app/assets/stylesheets/tailwind.css */
  .lg\:right-6 {
    right: 1.5rem !important;
  }
  /* line 100311, app/assets/stylesheets/tailwind.css */
  .lg\:right-7 {
    right: 1.75rem !important;
  }
  /* line 100315, app/assets/stylesheets/tailwind.css */
  .lg\:right-8 {
    right: 2rem !important;
  }
  /* line 100319, app/assets/stylesheets/tailwind.css */
  .lg\:right-9 {
    right: 2.25rem !important;
  }
  /* line 100323, app/assets/stylesheets/tailwind.css */
  .lg\:right-10 {
    right: 2.5rem !important;
  }
  /* line 100327, app/assets/stylesheets/tailwind.css */
  .lg\:right-11 {
    right: 2.75rem !important;
  }
  /* line 100331, app/assets/stylesheets/tailwind.css */
  .lg\:right-12 {
    right: 3rem !important;
  }
  /* line 100335, app/assets/stylesheets/tailwind.css */
  .lg\:right-14 {
    right: 3.5rem !important;
  }
  /* line 100339, app/assets/stylesheets/tailwind.css */
  .lg\:right-16 {
    right: 4rem !important;
  }
  /* line 100343, app/assets/stylesheets/tailwind.css */
  .lg\:right-20 {
    right: 5rem !important;
  }
  /* line 100347, app/assets/stylesheets/tailwind.css */
  .lg\:right-24 {
    right: 6rem !important;
  }
  /* line 100351, app/assets/stylesheets/tailwind.css */
  .lg\:right-28 {
    right: 7rem !important;
  }
  /* line 100355, app/assets/stylesheets/tailwind.css */
  .lg\:right-32 {
    right: 8rem !important;
  }
  /* line 100359, app/assets/stylesheets/tailwind.css */
  .lg\:right-36 {
    right: 9rem !important;
  }
  /* line 100363, app/assets/stylesheets/tailwind.css */
  .lg\:right-40 {
    right: 10rem !important;
  }
  /* line 100367, app/assets/stylesheets/tailwind.css */
  .lg\:right-44 {
    right: 11rem !important;
  }
  /* line 100371, app/assets/stylesheets/tailwind.css */
  .lg\:right-48 {
    right: 12rem !important;
  }
  /* line 100375, app/assets/stylesheets/tailwind.css */
  .lg\:right-52 {
    right: 13rem !important;
  }
  /* line 100379, app/assets/stylesheets/tailwind.css */
  .lg\:right-56 {
    right: 14rem !important;
  }
  /* line 100383, app/assets/stylesheets/tailwind.css */
  .lg\:right-60 {
    right: 15rem !important;
  }
  /* line 100387, app/assets/stylesheets/tailwind.css */
  .lg\:right-64 {
    right: 16rem !important;
  }
  /* line 100391, app/assets/stylesheets/tailwind.css */
  .lg\:right-72 {
    right: 18rem !important;
  }
  /* line 100395, app/assets/stylesheets/tailwind.css */
  .lg\:right-80 {
    right: 20rem !important;
  }
  /* line 100399, app/assets/stylesheets/tailwind.css */
  .lg\:right-96 {
    right: 24rem !important;
  }
  /* line 100403, app/assets/stylesheets/tailwind.css */
  .lg\:right-auto {
    right: auto !important;
  }
  /* line 100407, app/assets/stylesheets/tailwind.css */
  .lg\:right-px {
    right: 1px !important;
  }
  /* line 100411, app/assets/stylesheets/tailwind.css */
  .lg\:right-0\.5 {
    right: 0.125rem !important;
  }
  /* line 100415, app/assets/stylesheets/tailwind.css */
  .lg\:right-1\.5 {
    right: 0.375rem !important;
  }
  /* line 100419, app/assets/stylesheets/tailwind.css */
  .lg\:right-2\.5 {
    right: 0.625rem !important;
  }
  /* line 100423, app/assets/stylesheets/tailwind.css */
  .lg\:right-3\.5 {
    right: 0.875rem !important;
  }
  /* line 100427, app/assets/stylesheets/tailwind.css */
  .lg\:-right-0 {
    right: 0px !important;
  }
  /* line 100431, app/assets/stylesheets/tailwind.css */
  .lg\:-right-1 {
    right: -0.25rem !important;
  }
  /* line 100435, app/assets/stylesheets/tailwind.css */
  .lg\:-right-2 {
    right: -0.5rem !important;
  }
  /* line 100439, app/assets/stylesheets/tailwind.css */
  .lg\:-right-3 {
    right: -0.75rem !important;
  }
  /* line 100443, app/assets/stylesheets/tailwind.css */
  .lg\:-right-4 {
    right: -1rem !important;
  }
  /* line 100447, app/assets/stylesheets/tailwind.css */
  .lg\:-right-5 {
    right: -1.25rem !important;
  }
  /* line 100451, app/assets/stylesheets/tailwind.css */
  .lg\:-right-6 {
    right: -1.5rem !important;
  }
  /* line 100455, app/assets/stylesheets/tailwind.css */
  .lg\:-right-7 {
    right: -1.75rem !important;
  }
  /* line 100459, app/assets/stylesheets/tailwind.css */
  .lg\:-right-8 {
    right: -2rem !important;
  }
  /* line 100463, app/assets/stylesheets/tailwind.css */
  .lg\:-right-9 {
    right: -2.25rem !important;
  }
  /* line 100467, app/assets/stylesheets/tailwind.css */
  .lg\:-right-10 {
    right: -2.5rem !important;
  }
  /* line 100471, app/assets/stylesheets/tailwind.css */
  .lg\:-right-11 {
    right: -2.75rem !important;
  }
  /* line 100475, app/assets/stylesheets/tailwind.css */
  .lg\:-right-12 {
    right: -3rem !important;
  }
  /* line 100479, app/assets/stylesheets/tailwind.css */
  .lg\:-right-14 {
    right: -3.5rem !important;
  }
  /* line 100483, app/assets/stylesheets/tailwind.css */
  .lg\:-right-16 {
    right: -4rem !important;
  }
  /* line 100487, app/assets/stylesheets/tailwind.css */
  .lg\:-right-20 {
    right: -5rem !important;
  }
  /* line 100491, app/assets/stylesheets/tailwind.css */
  .lg\:-right-24 {
    right: -6rem !important;
  }
  /* line 100495, app/assets/stylesheets/tailwind.css */
  .lg\:-right-28 {
    right: -7rem !important;
  }
  /* line 100499, app/assets/stylesheets/tailwind.css */
  .lg\:-right-32 {
    right: -8rem !important;
  }
  /* line 100503, app/assets/stylesheets/tailwind.css */
  .lg\:-right-36 {
    right: -9rem !important;
  }
  /* line 100507, app/assets/stylesheets/tailwind.css */
  .lg\:-right-40 {
    right: -10rem !important;
  }
  /* line 100511, app/assets/stylesheets/tailwind.css */
  .lg\:-right-44 {
    right: -11rem !important;
  }
  /* line 100515, app/assets/stylesheets/tailwind.css */
  .lg\:-right-48 {
    right: -12rem !important;
  }
  /* line 100519, app/assets/stylesheets/tailwind.css */
  .lg\:-right-52 {
    right: -13rem !important;
  }
  /* line 100523, app/assets/stylesheets/tailwind.css */
  .lg\:-right-56 {
    right: -14rem !important;
  }
  /* line 100527, app/assets/stylesheets/tailwind.css */
  .lg\:-right-60 {
    right: -15rem !important;
  }
  /* line 100531, app/assets/stylesheets/tailwind.css */
  .lg\:-right-64 {
    right: -16rem !important;
  }
  /* line 100535, app/assets/stylesheets/tailwind.css */
  .lg\:-right-72 {
    right: -18rem !important;
  }
  /* line 100539, app/assets/stylesheets/tailwind.css */
  .lg\:-right-80 {
    right: -20rem !important;
  }
  /* line 100543, app/assets/stylesheets/tailwind.css */
  .lg\:-right-96 {
    right: -24rem !important;
  }
  /* line 100547, app/assets/stylesheets/tailwind.css */
  .lg\:-right-px {
    right: -1px !important;
  }
  /* line 100551, app/assets/stylesheets/tailwind.css */
  .lg\:-right-0\.5 {
    right: -0.125rem !important;
  }
  /* line 100555, app/assets/stylesheets/tailwind.css */
  .lg\:-right-1\.5 {
    right: -0.375rem !important;
  }
  /* line 100559, app/assets/stylesheets/tailwind.css */
  .lg\:-right-2\.5 {
    right: -0.625rem !important;
  }
  /* line 100563, app/assets/stylesheets/tailwind.css */
  .lg\:-right-3\.5 {
    right: -0.875rem !important;
  }
  /* line 100567, app/assets/stylesheets/tailwind.css */
  .lg\:right-1\/2 {
    right: 50% !important;
  }
  /* line 100571, app/assets/stylesheets/tailwind.css */
  .lg\:right-1\/3 {
    right: 33.333333% !important;
  }
  /* line 100575, app/assets/stylesheets/tailwind.css */
  .lg\:right-2\/3 {
    right: 66.666667% !important;
  }
  /* line 100579, app/assets/stylesheets/tailwind.css */
  .lg\:right-1\/4 {
    right: 25% !important;
  }
  /* line 100583, app/assets/stylesheets/tailwind.css */
  .lg\:right-2\/4 {
    right: 50% !important;
  }
  /* line 100587, app/assets/stylesheets/tailwind.css */
  .lg\:right-3\/4 {
    right: 75% !important;
  }
  /* line 100591, app/assets/stylesheets/tailwind.css */
  .lg\:right-full {
    right: 100% !important;
  }
  /* line 100595, app/assets/stylesheets/tailwind.css */
  .lg\:-right-1\/2 {
    right: -50% !important;
  }
  /* line 100599, app/assets/stylesheets/tailwind.css */
  .lg\:-right-1\/3 {
    right: -33.333333% !important;
  }
  /* line 100603, app/assets/stylesheets/tailwind.css */
  .lg\:-right-2\/3 {
    right: -66.666667% !important;
  }
  /* line 100607, app/assets/stylesheets/tailwind.css */
  .lg\:-right-1\/4 {
    right: -25% !important;
  }
  /* line 100611, app/assets/stylesheets/tailwind.css */
  .lg\:-right-2\/4 {
    right: -50% !important;
  }
  /* line 100615, app/assets/stylesheets/tailwind.css */
  .lg\:-right-3\/4 {
    right: -75% !important;
  }
  /* line 100619, app/assets/stylesheets/tailwind.css */
  .lg\:-right-full {
    right: -100% !important;
  }
  /* line 100623, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-0 {
    bottom: 0px !important;
  }
  /* line 100627, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-1 {
    bottom: 0.25rem !important;
  }
  /* line 100631, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-2 {
    bottom: 0.5rem !important;
  }
  /* line 100635, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-3 {
    bottom: 0.75rem !important;
  }
  /* line 100639, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-4 {
    bottom: 1rem !important;
  }
  /* line 100643, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-5 {
    bottom: 1.25rem !important;
  }
  /* line 100647, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-6 {
    bottom: 1.5rem !important;
  }
  /* line 100651, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-7 {
    bottom: 1.75rem !important;
  }
  /* line 100655, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-8 {
    bottom: 2rem !important;
  }
  /* line 100659, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-9 {
    bottom: 2.25rem !important;
  }
  /* line 100663, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-10 {
    bottom: 2.5rem !important;
  }
  /* line 100667, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-11 {
    bottom: 2.75rem !important;
  }
  /* line 100671, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-12 {
    bottom: 3rem !important;
  }
  /* line 100675, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-14 {
    bottom: 3.5rem !important;
  }
  /* line 100679, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-16 {
    bottom: 4rem !important;
  }
  /* line 100683, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-20 {
    bottom: 5rem !important;
  }
  /* line 100687, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-24 {
    bottom: 6rem !important;
  }
  /* line 100691, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-28 {
    bottom: 7rem !important;
  }
  /* line 100695, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-32 {
    bottom: 8rem !important;
  }
  /* line 100699, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-36 {
    bottom: 9rem !important;
  }
  /* line 100703, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-40 {
    bottom: 10rem !important;
  }
  /* line 100707, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-44 {
    bottom: 11rem !important;
  }
  /* line 100711, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-48 {
    bottom: 12rem !important;
  }
  /* line 100715, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-52 {
    bottom: 13rem !important;
  }
  /* line 100719, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-56 {
    bottom: 14rem !important;
  }
  /* line 100723, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-60 {
    bottom: 15rem !important;
  }
  /* line 100727, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-64 {
    bottom: 16rem !important;
  }
  /* line 100731, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-72 {
    bottom: 18rem !important;
  }
  /* line 100735, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-80 {
    bottom: 20rem !important;
  }
  /* line 100739, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-96 {
    bottom: 24rem !important;
  }
  /* line 100743, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-auto {
    bottom: auto !important;
  }
  /* line 100747, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-px {
    bottom: 1px !important;
  }
  /* line 100751, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }
  /* line 100755, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }
  /* line 100759, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }
  /* line 100763, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }
  /* line 100767, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-0 {
    bottom: 0px !important;
  }
  /* line 100771, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-1 {
    bottom: -0.25rem !important;
  }
  /* line 100775, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-2 {
    bottom: -0.5rem !important;
  }
  /* line 100779, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-3 {
    bottom: -0.75rem !important;
  }
  /* line 100783, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-4 {
    bottom: -1rem !important;
  }
  /* line 100787, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-5 {
    bottom: -1.25rem !important;
  }
  /* line 100791, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-6 {
    bottom: -1.5rem !important;
  }
  /* line 100795, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-7 {
    bottom: -1.75rem !important;
  }
  /* line 100799, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-8 {
    bottom: -2rem !important;
  }
  /* line 100803, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-9 {
    bottom: -2.25rem !important;
  }
  /* line 100807, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-10 {
    bottom: -2.5rem !important;
  }
  /* line 100811, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-11 {
    bottom: -2.75rem !important;
  }
  /* line 100815, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-12 {
    bottom: -3rem !important;
  }
  /* line 100819, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-14 {
    bottom: -3.5rem !important;
  }
  /* line 100823, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-16 {
    bottom: -4rem !important;
  }
  /* line 100827, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-20 {
    bottom: -5rem !important;
  }
  /* line 100831, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-24 {
    bottom: -6rem !important;
  }
  /* line 100835, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-28 {
    bottom: -7rem !important;
  }
  /* line 100839, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-32 {
    bottom: -8rem !important;
  }
  /* line 100843, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-36 {
    bottom: -9rem !important;
  }
  /* line 100847, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-40 {
    bottom: -10rem !important;
  }
  /* line 100851, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-44 {
    bottom: -11rem !important;
  }
  /* line 100855, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-48 {
    bottom: -12rem !important;
  }
  /* line 100859, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-52 {
    bottom: -13rem !important;
  }
  /* line 100863, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-56 {
    bottom: -14rem !important;
  }
  /* line 100867, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-60 {
    bottom: -15rem !important;
  }
  /* line 100871, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-64 {
    bottom: -16rem !important;
  }
  /* line 100875, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-72 {
    bottom: -18rem !important;
  }
  /* line 100879, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-80 {
    bottom: -20rem !important;
  }
  /* line 100883, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-96 {
    bottom: -24rem !important;
  }
  /* line 100887, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-px {
    bottom: -1px !important;
  }
  /* line 100891, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }
  /* line 100895, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }
  /* line 100899, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }
  /* line 100903, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }
  /* line 100907, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-1\/2 {
    bottom: 50% !important;
  }
  /* line 100911, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }
  /* line 100915, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }
  /* line 100919, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-1\/4 {
    bottom: 25% !important;
  }
  /* line 100923, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-2\/4 {
    bottom: 50% !important;
  }
  /* line 100927, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-3\/4 {
    bottom: 75% !important;
  }
  /* line 100931, app/assets/stylesheets/tailwind.css */
  .lg\:bottom-full {
    bottom: 100% !important;
  }
  /* line 100935, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-1\/2 {
    bottom: -50% !important;
  }
  /* line 100939, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }
  /* line 100943, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }
  /* line 100947, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-1\/4 {
    bottom: -25% !important;
  }
  /* line 100951, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-2\/4 {
    bottom: -50% !important;
  }
  /* line 100955, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-3\/4 {
    bottom: -75% !important;
  }
  /* line 100959, app/assets/stylesheets/tailwind.css */
  .lg\:-bottom-full {
    bottom: -100% !important;
  }
  /* line 100963, app/assets/stylesheets/tailwind.css */
  .lg\:left-0 {
    left: 0px !important;
  }
  /* line 100967, app/assets/stylesheets/tailwind.css */
  .lg\:left-1 {
    left: 0.25rem !important;
  }
  /* line 100971, app/assets/stylesheets/tailwind.css */
  .lg\:left-2 {
    left: 0.5rem !important;
  }
  /* line 100975, app/assets/stylesheets/tailwind.css */
  .lg\:left-3 {
    left: 0.75rem !important;
  }
  /* line 100979, app/assets/stylesheets/tailwind.css */
  .lg\:left-4 {
    left: 1rem !important;
  }
  /* line 100983, app/assets/stylesheets/tailwind.css */
  .lg\:left-5 {
    left: 1.25rem !important;
  }
  /* line 100987, app/assets/stylesheets/tailwind.css */
  .lg\:left-6 {
    left: 1.5rem !important;
  }
  /* line 100991, app/assets/stylesheets/tailwind.css */
  .lg\:left-7 {
    left: 1.75rem !important;
  }
  /* line 100995, app/assets/stylesheets/tailwind.css */
  .lg\:left-8 {
    left: 2rem !important;
  }
  /* line 100999, app/assets/stylesheets/tailwind.css */
  .lg\:left-9 {
    left: 2.25rem !important;
  }
  /* line 101003, app/assets/stylesheets/tailwind.css */
  .lg\:left-10 {
    left: 2.5rem !important;
  }
  /* line 101007, app/assets/stylesheets/tailwind.css */
  .lg\:left-11 {
    left: 2.75rem !important;
  }
  /* line 101011, app/assets/stylesheets/tailwind.css */
  .lg\:left-12 {
    left: 3rem !important;
  }
  /* line 101015, app/assets/stylesheets/tailwind.css */
  .lg\:left-14 {
    left: 3.5rem !important;
  }
  /* line 101019, app/assets/stylesheets/tailwind.css */
  .lg\:left-16 {
    left: 4rem !important;
  }
  /* line 101023, app/assets/stylesheets/tailwind.css */
  .lg\:left-20 {
    left: 5rem !important;
  }
  /* line 101027, app/assets/stylesheets/tailwind.css */
  .lg\:left-24 {
    left: 6rem !important;
  }
  /* line 101031, app/assets/stylesheets/tailwind.css */
  .lg\:left-28 {
    left: 7rem !important;
  }
  /* line 101035, app/assets/stylesheets/tailwind.css */
  .lg\:left-32 {
    left: 8rem !important;
  }
  /* line 101039, app/assets/stylesheets/tailwind.css */
  .lg\:left-36 {
    left: 9rem !important;
  }
  /* line 101043, app/assets/stylesheets/tailwind.css */
  .lg\:left-40 {
    left: 10rem !important;
  }
  /* line 101047, app/assets/stylesheets/tailwind.css */
  .lg\:left-44 {
    left: 11rem !important;
  }
  /* line 101051, app/assets/stylesheets/tailwind.css */
  .lg\:left-48 {
    left: 12rem !important;
  }
  /* line 101055, app/assets/stylesheets/tailwind.css */
  .lg\:left-52 {
    left: 13rem !important;
  }
  /* line 101059, app/assets/stylesheets/tailwind.css */
  .lg\:left-56 {
    left: 14rem !important;
  }
  /* line 101063, app/assets/stylesheets/tailwind.css */
  .lg\:left-60 {
    left: 15rem !important;
  }
  /* line 101067, app/assets/stylesheets/tailwind.css */
  .lg\:left-64 {
    left: 16rem !important;
  }
  /* line 101071, app/assets/stylesheets/tailwind.css */
  .lg\:left-72 {
    left: 18rem !important;
  }
  /* line 101075, app/assets/stylesheets/tailwind.css */
  .lg\:left-80 {
    left: 20rem !important;
  }
  /* line 101079, app/assets/stylesheets/tailwind.css */
  .lg\:left-96 {
    left: 24rem !important;
  }
  /* line 101083, app/assets/stylesheets/tailwind.css */
  .lg\:left-auto {
    left: auto !important;
  }
  /* line 101087, app/assets/stylesheets/tailwind.css */
  .lg\:left-px {
    left: 1px !important;
  }
  /* line 101091, app/assets/stylesheets/tailwind.css */
  .lg\:left-0\.5 {
    left: 0.125rem !important;
  }
  /* line 101095, app/assets/stylesheets/tailwind.css */
  .lg\:left-1\.5 {
    left: 0.375rem !important;
  }
  /* line 101099, app/assets/stylesheets/tailwind.css */
  .lg\:left-2\.5 {
    left: 0.625rem !important;
  }
  /* line 101103, app/assets/stylesheets/tailwind.css */
  .lg\:left-3\.5 {
    left: 0.875rem !important;
  }
  /* line 101107, app/assets/stylesheets/tailwind.css */
  .lg\:-left-0 {
    left: 0px !important;
  }
  /* line 101111, app/assets/stylesheets/tailwind.css */
  .lg\:-left-1 {
    left: -0.25rem !important;
  }
  /* line 101115, app/assets/stylesheets/tailwind.css */
  .lg\:-left-2 {
    left: -0.5rem !important;
  }
  /* line 101119, app/assets/stylesheets/tailwind.css */
  .lg\:-left-3 {
    left: -0.75rem !important;
  }
  /* line 101123, app/assets/stylesheets/tailwind.css */
  .lg\:-left-4 {
    left: -1rem !important;
  }
  /* line 101127, app/assets/stylesheets/tailwind.css */
  .lg\:-left-5 {
    left: -1.25rem !important;
  }
  /* line 101131, app/assets/stylesheets/tailwind.css */
  .lg\:-left-6 {
    left: -1.5rem !important;
  }
  /* line 101135, app/assets/stylesheets/tailwind.css */
  .lg\:-left-7 {
    left: -1.75rem !important;
  }
  /* line 101139, app/assets/stylesheets/tailwind.css */
  .lg\:-left-8 {
    left: -2rem !important;
  }
  /* line 101143, app/assets/stylesheets/tailwind.css */
  .lg\:-left-9 {
    left: -2.25rem !important;
  }
  /* line 101147, app/assets/stylesheets/tailwind.css */
  .lg\:-left-10 {
    left: -2.5rem !important;
  }
  /* line 101151, app/assets/stylesheets/tailwind.css */
  .lg\:-left-11 {
    left: -2.75rem !important;
  }
  /* line 101155, app/assets/stylesheets/tailwind.css */
  .lg\:-left-12 {
    left: -3rem !important;
  }
  /* line 101159, app/assets/stylesheets/tailwind.css */
  .lg\:-left-14 {
    left: -3.5rem !important;
  }
  /* line 101163, app/assets/stylesheets/tailwind.css */
  .lg\:-left-16 {
    left: -4rem !important;
  }
  /* line 101167, app/assets/stylesheets/tailwind.css */
  .lg\:-left-20 {
    left: -5rem !important;
  }
  /* line 101171, app/assets/stylesheets/tailwind.css */
  .lg\:-left-24 {
    left: -6rem !important;
  }
  /* line 101175, app/assets/stylesheets/tailwind.css */
  .lg\:-left-28 {
    left: -7rem !important;
  }
  /* line 101179, app/assets/stylesheets/tailwind.css */
  .lg\:-left-32 {
    left: -8rem !important;
  }
  /* line 101183, app/assets/stylesheets/tailwind.css */
  .lg\:-left-36 {
    left: -9rem !important;
  }
  /* line 101187, app/assets/stylesheets/tailwind.css */
  .lg\:-left-40 {
    left: -10rem !important;
  }
  /* line 101191, app/assets/stylesheets/tailwind.css */
  .lg\:-left-44 {
    left: -11rem !important;
  }
  /* line 101195, app/assets/stylesheets/tailwind.css */
  .lg\:-left-48 {
    left: -12rem !important;
  }
  /* line 101199, app/assets/stylesheets/tailwind.css */
  .lg\:-left-52 {
    left: -13rem !important;
  }
  /* line 101203, app/assets/stylesheets/tailwind.css */
  .lg\:-left-56 {
    left: -14rem !important;
  }
  /* line 101207, app/assets/stylesheets/tailwind.css */
  .lg\:-left-60 {
    left: -15rem !important;
  }
  /* line 101211, app/assets/stylesheets/tailwind.css */
  .lg\:-left-64 {
    left: -16rem !important;
  }
  /* line 101215, app/assets/stylesheets/tailwind.css */
  .lg\:-left-72 {
    left: -18rem !important;
  }
  /* line 101219, app/assets/stylesheets/tailwind.css */
  .lg\:-left-80 {
    left: -20rem !important;
  }
  /* line 101223, app/assets/stylesheets/tailwind.css */
  .lg\:-left-96 {
    left: -24rem !important;
  }
  /* line 101227, app/assets/stylesheets/tailwind.css */
  .lg\:-left-px {
    left: -1px !important;
  }
  /* line 101231, app/assets/stylesheets/tailwind.css */
  .lg\:-left-0\.5 {
    left: -0.125rem !important;
  }
  /* line 101235, app/assets/stylesheets/tailwind.css */
  .lg\:-left-1\.5 {
    left: -0.375rem !important;
  }
  /* line 101239, app/assets/stylesheets/tailwind.css */
  .lg\:-left-2\.5 {
    left: -0.625rem !important;
  }
  /* line 101243, app/assets/stylesheets/tailwind.css */
  .lg\:-left-3\.5 {
    left: -0.875rem !important;
  }
  /* line 101247, app/assets/stylesheets/tailwind.css */
  .lg\:left-1\/2 {
    left: 50% !important;
  }
  /* line 101251, app/assets/stylesheets/tailwind.css */
  .lg\:left-1\/3 {
    left: 33.333333% !important;
  }
  /* line 101255, app/assets/stylesheets/tailwind.css */
  .lg\:left-2\/3 {
    left: 66.666667% !important;
  }
  /* line 101259, app/assets/stylesheets/tailwind.css */
  .lg\:left-1\/4 {
    left: 25% !important;
  }
  /* line 101263, app/assets/stylesheets/tailwind.css */
  .lg\:left-2\/4 {
    left: 50% !important;
  }
  /* line 101267, app/assets/stylesheets/tailwind.css */
  .lg\:left-3\/4 {
    left: 75% !important;
  }
  /* line 101271, app/assets/stylesheets/tailwind.css */
  .lg\:left-full {
    left: 100% !important;
  }
  /* line 101275, app/assets/stylesheets/tailwind.css */
  .lg\:-left-1\/2 {
    left: -50% !important;
  }
  /* line 101279, app/assets/stylesheets/tailwind.css */
  .lg\:-left-1\/3 {
    left: -33.333333% !important;
  }
  /* line 101283, app/assets/stylesheets/tailwind.css */
  .lg\:-left-2\/3 {
    left: -66.666667% !important;
  }
  /* line 101287, app/assets/stylesheets/tailwind.css */
  .lg\:-left-1\/4 {
    left: -25% !important;
  }
  /* line 101291, app/assets/stylesheets/tailwind.css */
  .lg\:-left-2\/4 {
    left: -50% !important;
  }
  /* line 101295, app/assets/stylesheets/tailwind.css */
  .lg\:-left-3\/4 {
    left: -75% !important;
  }
  /* line 101299, app/assets/stylesheets/tailwind.css */
  .lg\:-left-full {
    left: -100% !important;
  }
  /* line 101303, app/assets/stylesheets/tailwind.css */
  .lg\:isolate {
    isolation: isolate !important;
  }
  /* line 101307, app/assets/stylesheets/tailwind.css */
  .lg\:isolation-auto {
    isolation: auto !important;
  }
  /* line 101311, app/assets/stylesheets/tailwind.css */
  .lg\:z-0 {
    z-index: 0 !important;
  }
  /* line 101315, app/assets/stylesheets/tailwind.css */
  .lg\:z-10 {
    z-index: 10 !important;
  }
  /* line 101319, app/assets/stylesheets/tailwind.css */
  .lg\:z-20 {
    z-index: 20 !important;
  }
  /* line 101323, app/assets/stylesheets/tailwind.css */
  .lg\:z-30 {
    z-index: 30 !important;
  }
  /* line 101327, app/assets/stylesheets/tailwind.css */
  .lg\:z-40 {
    z-index: 40 !important;
  }
  /* line 101331, app/assets/stylesheets/tailwind.css */
  .lg\:z-50 {
    z-index: 50 !important;
  }
  /* line 101335, app/assets/stylesheets/tailwind.css */
  .lg\:z-auto {
    z-index: auto !important;
  }
  /* line 101339, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }
  /* line 101343, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }
  /* line 101347, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }
  /* line 101351, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }
  /* line 101355, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }
  /* line 101359, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }
  /* line 101363, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }
  /* line 101367, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:z-0:focus {
    z-index: 0 !important;
  }
  /* line 101371, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:z-10:focus {
    z-index: 10 !important;
  }
  /* line 101375, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:z-20:focus {
    z-index: 20 !important;
  }
  /* line 101379, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:z-30:focus {
    z-index: 30 !important;
  }
  /* line 101383, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:z-40:focus {
    z-index: 40 !important;
  }
  /* line 101387, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:z-50:focus {
    z-index: 50 !important;
  }
  /* line 101391, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:z-auto:focus {
    z-index: auto !important;
  }
  /* line 101395, app/assets/stylesheets/tailwind.css */
  .lg\:order-1 {
    order: 1 !important;
  }
  /* line 101399, app/assets/stylesheets/tailwind.css */
  .lg\:order-2 {
    order: 2 !important;
  }
  /* line 101403, app/assets/stylesheets/tailwind.css */
  .lg\:order-3 {
    order: 3 !important;
  }
  /* line 101407, app/assets/stylesheets/tailwind.css */
  .lg\:order-4 {
    order: 4 !important;
  }
  /* line 101411, app/assets/stylesheets/tailwind.css */
  .lg\:order-5 {
    order: 5 !important;
  }
  /* line 101415, app/assets/stylesheets/tailwind.css */
  .lg\:order-6 {
    order: 6 !important;
  }
  /* line 101419, app/assets/stylesheets/tailwind.css */
  .lg\:order-7 {
    order: 7 !important;
  }
  /* line 101423, app/assets/stylesheets/tailwind.css */
  .lg\:order-8 {
    order: 8 !important;
  }
  /* line 101427, app/assets/stylesheets/tailwind.css */
  .lg\:order-9 {
    order: 9 !important;
  }
  /* line 101431, app/assets/stylesheets/tailwind.css */
  .lg\:order-10 {
    order: 10 !important;
  }
  /* line 101435, app/assets/stylesheets/tailwind.css */
  .lg\:order-11 {
    order: 11 !important;
  }
  /* line 101439, app/assets/stylesheets/tailwind.css */
  .lg\:order-12 {
    order: 12 !important;
  }
  /* line 101443, app/assets/stylesheets/tailwind.css */
  .lg\:order-first {
    order: -9999 !important;
  }
  /* line 101447, app/assets/stylesheets/tailwind.css */
  .lg\:order-last {
    order: 9999 !important;
  }
  /* line 101451, app/assets/stylesheets/tailwind.css */
  .lg\:order-none {
    order: 0 !important;
  }
  /* line 101455, app/assets/stylesheets/tailwind.css */
  .lg\:col-auto {
    grid-column: auto !important;
  }
  /* line 101459, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  /* line 101463, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  /* line 101467, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  /* line 101471, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  /* line 101475, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  /* line 101479, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  /* line 101483, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  /* line 101487, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  /* line 101491, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  /* line 101495, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  /* line 101499, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  /* line 101503, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  /* line 101507, app/assets/stylesheets/tailwind.css */
  .lg\:col-span-full {
    grid-column: 1 / -1 !important;
  }
  /* line 101511, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-1 {
    grid-column-start: 1 !important;
  }
  /* line 101515, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }
  /* line 101519, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-3 {
    grid-column-start: 3 !important;
  }
  /* line 101523, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-4 {
    grid-column-start: 4 !important;
  }
  /* line 101527, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-5 {
    grid-column-start: 5 !important;
  }
  /* line 101531, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-6 {
    grid-column-start: 6 !important;
  }
  /* line 101535, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-7 {
    grid-column-start: 7 !important;
  }
  /* line 101539, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-8 {
    grid-column-start: 8 !important;
  }
  /* line 101543, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-9 {
    grid-column-start: 9 !important;
  }
  /* line 101547, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-10 {
    grid-column-start: 10 !important;
  }
  /* line 101551, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-11 {
    grid-column-start: 11 !important;
  }
  /* line 101555, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-12 {
    grid-column-start: 12 !important;
  }
  /* line 101559, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-13 {
    grid-column-start: 13 !important;
  }
  /* line 101563, app/assets/stylesheets/tailwind.css */
  .lg\:col-start-auto {
    grid-column-start: auto !important;
  }
  /* line 101567, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-1 {
    grid-column-end: 1 !important;
  }
  /* line 101571, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-2 {
    grid-column-end: 2 !important;
  }
  /* line 101575, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-3 {
    grid-column-end: 3 !important;
  }
  /* line 101579, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-4 {
    grid-column-end: 4 !important;
  }
  /* line 101583, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-5 {
    grid-column-end: 5 !important;
  }
  /* line 101587, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-6 {
    grid-column-end: 6 !important;
  }
  /* line 101591, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-7 {
    grid-column-end: 7 !important;
  }
  /* line 101595, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-8 {
    grid-column-end: 8 !important;
  }
  /* line 101599, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-9 {
    grid-column-end: 9 !important;
  }
  /* line 101603, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-10 {
    grid-column-end: 10 !important;
  }
  /* line 101607, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-11 {
    grid-column-end: 11 !important;
  }
  /* line 101611, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-12 {
    grid-column-end: 12 !important;
  }
  /* line 101615, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-13 {
    grid-column-end: 13 !important;
  }
  /* line 101619, app/assets/stylesheets/tailwind.css */
  .lg\:col-end-auto {
    grid-column-end: auto !important;
  }
  /* line 101623, app/assets/stylesheets/tailwind.css */
  .lg\:row-auto {
    grid-row: auto !important;
  }
  /* line 101627, app/assets/stylesheets/tailwind.css */
  .lg\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  /* line 101631, app/assets/stylesheets/tailwind.css */
  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  /* line 101635, app/assets/stylesheets/tailwind.css */
  .lg\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  /* line 101639, app/assets/stylesheets/tailwind.css */
  .lg\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  /* line 101643, app/assets/stylesheets/tailwind.css */
  .lg\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  /* line 101647, app/assets/stylesheets/tailwind.css */
  .lg\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  /* line 101651, app/assets/stylesheets/tailwind.css */
  .lg\:row-span-full {
    grid-row: 1 / -1 !important;
  }
  /* line 101655, app/assets/stylesheets/tailwind.css */
  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }
  /* line 101659, app/assets/stylesheets/tailwind.css */
  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }
  /* line 101663, app/assets/stylesheets/tailwind.css */
  .lg\:row-start-3 {
    grid-row-start: 3 !important;
  }
  /* line 101667, app/assets/stylesheets/tailwind.css */
  .lg\:row-start-4 {
    grid-row-start: 4 !important;
  }
  /* line 101671, app/assets/stylesheets/tailwind.css */
  .lg\:row-start-5 {
    grid-row-start: 5 !important;
  }
  /* line 101675, app/assets/stylesheets/tailwind.css */
  .lg\:row-start-6 {
    grid-row-start: 6 !important;
  }
  /* line 101679, app/assets/stylesheets/tailwind.css */
  .lg\:row-start-7 {
    grid-row-start: 7 !important;
  }
  /* line 101683, app/assets/stylesheets/tailwind.css */
  .lg\:row-start-auto {
    grid-row-start: auto !important;
  }
  /* line 101687, app/assets/stylesheets/tailwind.css */
  .lg\:row-end-1 {
    grid-row-end: 1 !important;
  }
  /* line 101691, app/assets/stylesheets/tailwind.css */
  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }
  /* line 101695, app/assets/stylesheets/tailwind.css */
  .lg\:row-end-3 {
    grid-row-end: 3 !important;
  }
  /* line 101699, app/assets/stylesheets/tailwind.css */
  .lg\:row-end-4 {
    grid-row-end: 4 !important;
  }
  /* line 101703, app/assets/stylesheets/tailwind.css */
  .lg\:row-end-5 {
    grid-row-end: 5 !important;
  }
  /* line 101707, app/assets/stylesheets/tailwind.css */
  .lg\:row-end-6 {
    grid-row-end: 6 !important;
  }
  /* line 101711, app/assets/stylesheets/tailwind.css */
  .lg\:row-end-7 {
    grid-row-end: 7 !important;
  }
  /* line 101715, app/assets/stylesheets/tailwind.css */
  .lg\:row-end-auto {
    grid-row-end: auto !important;
  }
  /* line 101719, app/assets/stylesheets/tailwind.css */
  .lg\:float-right {
    float: right !important;
  }
  /* line 101723, app/assets/stylesheets/tailwind.css */
  .lg\:float-left {
    float: left !important;
  }
  /* line 101727, app/assets/stylesheets/tailwind.css */
  .lg\:float-none {
    float: none !important;
  }
  /* line 101731, app/assets/stylesheets/tailwind.css */
  .lg\:clear-left {
    clear: left !important;
  }
  /* line 101735, app/assets/stylesheets/tailwind.css */
  .lg\:clear-right {
    clear: right !important;
  }
  /* line 101739, app/assets/stylesheets/tailwind.css */
  .lg\:clear-both {
    clear: both !important;
  }
  /* line 101743, app/assets/stylesheets/tailwind.css */
  .lg\:clear-none {
    clear: none !important;
  }
  /* line 101747, app/assets/stylesheets/tailwind.css */
  .lg\:m-0 {
    margin: 0px !important;
  }
  /* line 101751, app/assets/stylesheets/tailwind.css */
  .lg\:m-1 {
    margin: 0.25rem !important;
  }
  /* line 101755, app/assets/stylesheets/tailwind.css */
  .lg\:m-2 {
    margin: 0.5rem !important;
  }
  /* line 101759, app/assets/stylesheets/tailwind.css */
  .lg\:m-3 {
    margin: 0.75rem !important;
  }
  /* line 101763, app/assets/stylesheets/tailwind.css */
  .lg\:m-4 {
    margin: 1rem !important;
  }
  /* line 101767, app/assets/stylesheets/tailwind.css */
  .lg\:m-5 {
    margin: 1.25rem !important;
  }
  /* line 101771, app/assets/stylesheets/tailwind.css */
  .lg\:m-6 {
    margin: 1.5rem !important;
  }
  /* line 101775, app/assets/stylesheets/tailwind.css */
  .lg\:m-7 {
    margin: 1.75rem !important;
  }
  /* line 101779, app/assets/stylesheets/tailwind.css */
  .lg\:m-8 {
    margin: 2rem !important;
  }
  /* line 101783, app/assets/stylesheets/tailwind.css */
  .lg\:m-9 {
    margin: 2.25rem !important;
  }
  /* line 101787, app/assets/stylesheets/tailwind.css */
  .lg\:m-10 {
    margin: 2.5rem !important;
  }
  /* line 101791, app/assets/stylesheets/tailwind.css */
  .lg\:m-11 {
    margin: 2.75rem !important;
  }
  /* line 101795, app/assets/stylesheets/tailwind.css */
  .lg\:m-12 {
    margin: 3rem !important;
  }
  /* line 101799, app/assets/stylesheets/tailwind.css */
  .lg\:m-14 {
    margin: 3.5rem !important;
  }
  /* line 101803, app/assets/stylesheets/tailwind.css */
  .lg\:m-16 {
    margin: 4rem !important;
  }
  /* line 101807, app/assets/stylesheets/tailwind.css */
  .lg\:m-20 {
    margin: 5rem !important;
  }
  /* line 101811, app/assets/stylesheets/tailwind.css */
  .lg\:m-24 {
    margin: 6rem !important;
  }
  /* line 101815, app/assets/stylesheets/tailwind.css */
  .lg\:m-28 {
    margin: 7rem !important;
  }
  /* line 101819, app/assets/stylesheets/tailwind.css */
  .lg\:m-32 {
    margin: 8rem !important;
  }
  /* line 101823, app/assets/stylesheets/tailwind.css */
  .lg\:m-36 {
    margin: 9rem !important;
  }
  /* line 101827, app/assets/stylesheets/tailwind.css */
  .lg\:m-40 {
    margin: 10rem !important;
  }
  /* line 101831, app/assets/stylesheets/tailwind.css */
  .lg\:m-44 {
    margin: 11rem !important;
  }
  /* line 101835, app/assets/stylesheets/tailwind.css */
  .lg\:m-48 {
    margin: 12rem !important;
  }
  /* line 101839, app/assets/stylesheets/tailwind.css */
  .lg\:m-52 {
    margin: 13rem !important;
  }
  /* line 101843, app/assets/stylesheets/tailwind.css */
  .lg\:m-56 {
    margin: 14rem !important;
  }
  /* line 101847, app/assets/stylesheets/tailwind.css */
  .lg\:m-60 {
    margin: 15rem !important;
  }
  /* line 101851, app/assets/stylesheets/tailwind.css */
  .lg\:m-64 {
    margin: 16rem !important;
  }
  /* line 101855, app/assets/stylesheets/tailwind.css */
  .lg\:m-72 {
    margin: 18rem !important;
  }
  /* line 101859, app/assets/stylesheets/tailwind.css */
  .lg\:m-80 {
    margin: 20rem !important;
  }
  /* line 101863, app/assets/stylesheets/tailwind.css */
  .lg\:m-96 {
    margin: 24rem !important;
  }
  /* line 101867, app/assets/stylesheets/tailwind.css */
  .lg\:m-auto {
    margin: auto !important;
  }
  /* line 101871, app/assets/stylesheets/tailwind.css */
  .lg\:m-px {
    margin: 1px !important;
  }
  /* line 101875, app/assets/stylesheets/tailwind.css */
  .lg\:m-0\.5 {
    margin: 0.125rem !important;
  }
  /* line 101879, app/assets/stylesheets/tailwind.css */
  .lg\:m-1\.5 {
    margin: 0.375rem !important;
  }
  /* line 101883, app/assets/stylesheets/tailwind.css */
  .lg\:m-2\.5 {
    margin: 0.625rem !important;
  }
  /* line 101887, app/assets/stylesheets/tailwind.css */
  .lg\:m-3\.5 {
    margin: 0.875rem !important;
  }
  /* line 101891, app/assets/stylesheets/tailwind.css */
  .lg\:-m-0 {
    margin: 0px !important;
  }
  /* line 101895, app/assets/stylesheets/tailwind.css */
  .lg\:-m-1 {
    margin: -0.25rem !important;
  }
  /* line 101899, app/assets/stylesheets/tailwind.css */
  .lg\:-m-2 {
    margin: -0.5rem !important;
  }
  /* line 101903, app/assets/stylesheets/tailwind.css */
  .lg\:-m-3 {
    margin: -0.75rem !important;
  }
  /* line 101907, app/assets/stylesheets/tailwind.css */
  .lg\:-m-4 {
    margin: -1rem !important;
  }
  /* line 101911, app/assets/stylesheets/tailwind.css */
  .lg\:-m-5 {
    margin: -1.25rem !important;
  }
  /* line 101915, app/assets/stylesheets/tailwind.css */
  .lg\:-m-6 {
    margin: -1.5rem !important;
  }
  /* line 101919, app/assets/stylesheets/tailwind.css */
  .lg\:-m-7 {
    margin: -1.75rem !important;
  }
  /* line 101923, app/assets/stylesheets/tailwind.css */
  .lg\:-m-8 {
    margin: -2rem !important;
  }
  /* line 101927, app/assets/stylesheets/tailwind.css */
  .lg\:-m-9 {
    margin: -2.25rem !important;
  }
  /* line 101931, app/assets/stylesheets/tailwind.css */
  .lg\:-m-10 {
    margin: -2.5rem !important;
  }
  /* line 101935, app/assets/stylesheets/tailwind.css */
  .lg\:-m-11 {
    margin: -2.75rem !important;
  }
  /* line 101939, app/assets/stylesheets/tailwind.css */
  .lg\:-m-12 {
    margin: -3rem !important;
  }
  /* line 101943, app/assets/stylesheets/tailwind.css */
  .lg\:-m-14 {
    margin: -3.5rem !important;
  }
  /* line 101947, app/assets/stylesheets/tailwind.css */
  .lg\:-m-16 {
    margin: -4rem !important;
  }
  /* line 101951, app/assets/stylesheets/tailwind.css */
  .lg\:-m-20 {
    margin: -5rem !important;
  }
  /* line 101955, app/assets/stylesheets/tailwind.css */
  .lg\:-m-24 {
    margin: -6rem !important;
  }
  /* line 101959, app/assets/stylesheets/tailwind.css */
  .lg\:-m-28 {
    margin: -7rem !important;
  }
  /* line 101963, app/assets/stylesheets/tailwind.css */
  .lg\:-m-32 {
    margin: -8rem !important;
  }
  /* line 101967, app/assets/stylesheets/tailwind.css */
  .lg\:-m-36 {
    margin: -9rem !important;
  }
  /* line 101971, app/assets/stylesheets/tailwind.css */
  .lg\:-m-40 {
    margin: -10rem !important;
  }
  /* line 101975, app/assets/stylesheets/tailwind.css */
  .lg\:-m-44 {
    margin: -11rem !important;
  }
  /* line 101979, app/assets/stylesheets/tailwind.css */
  .lg\:-m-48 {
    margin: -12rem !important;
  }
  /* line 101983, app/assets/stylesheets/tailwind.css */
  .lg\:-m-52 {
    margin: -13rem !important;
  }
  /* line 101987, app/assets/stylesheets/tailwind.css */
  .lg\:-m-56 {
    margin: -14rem !important;
  }
  /* line 101991, app/assets/stylesheets/tailwind.css */
  .lg\:-m-60 {
    margin: -15rem !important;
  }
  /* line 101995, app/assets/stylesheets/tailwind.css */
  .lg\:-m-64 {
    margin: -16rem !important;
  }
  /* line 101999, app/assets/stylesheets/tailwind.css */
  .lg\:-m-72 {
    margin: -18rem !important;
  }
  /* line 102003, app/assets/stylesheets/tailwind.css */
  .lg\:-m-80 {
    margin: -20rem !important;
  }
  /* line 102007, app/assets/stylesheets/tailwind.css */
  .lg\:-m-96 {
    margin: -24rem !important;
  }
  /* line 102011, app/assets/stylesheets/tailwind.css */
  .lg\:-m-px {
    margin: -1px !important;
  }
  /* line 102015, app/assets/stylesheets/tailwind.css */
  .lg\:-m-0\.5 {
    margin: -0.125rem !important;
  }
  /* line 102019, app/assets/stylesheets/tailwind.css */
  .lg\:-m-1\.5 {
    margin: -0.375rem !important;
  }
  /* line 102023, app/assets/stylesheets/tailwind.css */
  .lg\:-m-2\.5 {
    margin: -0.625rem !important;
  }
  /* line 102027, app/assets/stylesheets/tailwind.css */
  .lg\:-m-3\.5 {
    margin: -0.875rem !important;
  }
  /* line 102031, app/assets/stylesheets/tailwind.css */
  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 102036, app/assets/stylesheets/tailwind.css */
  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  /* line 102041, app/assets/stylesheets/tailwind.css */
  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 102046, app/assets/stylesheets/tailwind.css */
  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  /* line 102051, app/assets/stylesheets/tailwind.css */
  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 102056, app/assets/stylesheets/tailwind.css */
  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  /* line 102061, app/assets/stylesheets/tailwind.css */
  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 102066, app/assets/stylesheets/tailwind.css */
  .lg\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  /* line 102071, app/assets/stylesheets/tailwind.css */
  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  /* line 102076, app/assets/stylesheets/tailwind.css */
  .lg\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  /* line 102081, app/assets/stylesheets/tailwind.css */
  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 102086, app/assets/stylesheets/tailwind.css */
  .lg\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  /* line 102091, app/assets/stylesheets/tailwind.css */
  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 102096, app/assets/stylesheets/tailwind.css */
  .lg\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  /* line 102101, app/assets/stylesheets/tailwind.css */
  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  /* line 102106, app/assets/stylesheets/tailwind.css */
  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 102111, app/assets/stylesheets/tailwind.css */
  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  /* line 102116, app/assets/stylesheets/tailwind.css */
  .lg\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  /* line 102121, app/assets/stylesheets/tailwind.css */
  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  /* line 102126, app/assets/stylesheets/tailwind.css */
  .lg\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  /* line 102131, app/assets/stylesheets/tailwind.css */
  .lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  /* line 102136, app/assets/stylesheets/tailwind.css */
  .lg\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  /* line 102141, app/assets/stylesheets/tailwind.css */
  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  /* line 102146, app/assets/stylesheets/tailwind.css */
  .lg\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  /* line 102151, app/assets/stylesheets/tailwind.css */
  .lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  /* line 102156, app/assets/stylesheets/tailwind.css */
  .lg\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  /* line 102161, app/assets/stylesheets/tailwind.css */
  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  /* line 102166, app/assets/stylesheets/tailwind.css */
  .lg\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  /* line 102171, app/assets/stylesheets/tailwind.css */
  .lg\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  /* line 102176, app/assets/stylesheets/tailwind.css */
  .lg\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  /* line 102181, app/assets/stylesheets/tailwind.css */
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 102186, app/assets/stylesheets/tailwind.css */
  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  /* line 102191, app/assets/stylesheets/tailwind.css */
  .lg\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }
  /* line 102196, app/assets/stylesheets/tailwind.css */
  .lg\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  /* line 102201, app/assets/stylesheets/tailwind.css */
  .lg\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  /* line 102206, app/assets/stylesheets/tailwind.css */
  .lg\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }
  /* line 102211, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 102216, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 102221, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 102226, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 102231, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 102236, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  /* line 102241, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 102246, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  /* line 102251, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  /* line 102256, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  /* line 102261, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  /* line 102266, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  /* line 102271, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 102276, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  /* line 102281, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  /* line 102286, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  /* line 102291, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  /* line 102296, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  /* line 102301, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  /* line 102306, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  /* line 102311, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  /* line 102316, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }
  /* line 102321, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  /* line 102326, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }
  /* line 102331, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  /* line 102336, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  /* line 102341, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  /* line 102346, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  /* line 102351, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  /* line 102356, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  /* line 102361, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  /* line 102366, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }
  /* line 102371, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }
  /* line 102376, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }
  /* line 102381, app/assets/stylesheets/tailwind.css */
  .lg\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }
  /* line 102386, app/assets/stylesheets/tailwind.css */
  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 102391, app/assets/stylesheets/tailwind.css */
  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 102396, app/assets/stylesheets/tailwind.css */
  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 102401, app/assets/stylesheets/tailwind.css */
  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 102406, app/assets/stylesheets/tailwind.css */
  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 102411, app/assets/stylesheets/tailwind.css */
  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 102416, app/assets/stylesheets/tailwind.css */
  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 102421, app/assets/stylesheets/tailwind.css */
  .lg\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 102426, app/assets/stylesheets/tailwind.css */
  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 102431, app/assets/stylesheets/tailwind.css */
  .lg\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 102436, app/assets/stylesheets/tailwind.css */
  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 102441, app/assets/stylesheets/tailwind.css */
  .lg\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  /* line 102446, app/assets/stylesheets/tailwind.css */
  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 102451, app/assets/stylesheets/tailwind.css */
  .lg\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 102456, app/assets/stylesheets/tailwind.css */
  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 102461, app/assets/stylesheets/tailwind.css */
  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 102466, app/assets/stylesheets/tailwind.css */
  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 102471, app/assets/stylesheets/tailwind.css */
  .lg\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 102476, app/assets/stylesheets/tailwind.css */
  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 102481, app/assets/stylesheets/tailwind.css */
  .lg\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 102486, app/assets/stylesheets/tailwind.css */
  .lg\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 102491, app/assets/stylesheets/tailwind.css */
  .lg\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  /* line 102496, app/assets/stylesheets/tailwind.css */
  .lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 102501, app/assets/stylesheets/tailwind.css */
  .lg\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  /* line 102506, app/assets/stylesheets/tailwind.css */
  .lg\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 102511, app/assets/stylesheets/tailwind.css */
  .lg\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  /* line 102516, app/assets/stylesheets/tailwind.css */
  .lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  /* line 102521, app/assets/stylesheets/tailwind.css */
  .lg\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  /* line 102526, app/assets/stylesheets/tailwind.css */
  .lg\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  /* line 102531, app/assets/stylesheets/tailwind.css */
  .lg\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  /* line 102536, app/assets/stylesheets/tailwind.css */
  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 102541, app/assets/stylesheets/tailwind.css */
  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  /* line 102546, app/assets/stylesheets/tailwind.css */
  .lg\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  /* line 102551, app/assets/stylesheets/tailwind.css */
  .lg\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  /* line 102556, app/assets/stylesheets/tailwind.css */
  .lg\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  /* line 102561, app/assets/stylesheets/tailwind.css */
  .lg\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  /* line 102566, app/assets/stylesheets/tailwind.css */
  .lg\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 102571, app/assets/stylesheets/tailwind.css */
  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 102576, app/assets/stylesheets/tailwind.css */
  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 102581, app/assets/stylesheets/tailwind.css */
  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 102586, app/assets/stylesheets/tailwind.css */
  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 102591, app/assets/stylesheets/tailwind.css */
  .lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 102596, app/assets/stylesheets/tailwind.css */
  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 102601, app/assets/stylesheets/tailwind.css */
  .lg\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  /* line 102606, app/assets/stylesheets/tailwind.css */
  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 102611, app/assets/stylesheets/tailwind.css */
  .lg\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 102616, app/assets/stylesheets/tailwind.css */
  .lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 102621, app/assets/stylesheets/tailwind.css */
  .lg\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  /* line 102626, app/assets/stylesheets/tailwind.css */
  .lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 102631, app/assets/stylesheets/tailwind.css */
  .lg\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 102636, app/assets/stylesheets/tailwind.css */
  .lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 102641, app/assets/stylesheets/tailwind.css */
  .lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 102646, app/assets/stylesheets/tailwind.css */
  .lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 102651, app/assets/stylesheets/tailwind.css */
  .lg\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 102656, app/assets/stylesheets/tailwind.css */
  .lg\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 102661, app/assets/stylesheets/tailwind.css */
  .lg\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 102666, app/assets/stylesheets/tailwind.css */
  .lg\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 102671, app/assets/stylesheets/tailwind.css */
  .lg\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  /* line 102676, app/assets/stylesheets/tailwind.css */
  .lg\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 102681, app/assets/stylesheets/tailwind.css */
  .lg\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  /* line 102686, app/assets/stylesheets/tailwind.css */
  .lg\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 102691, app/assets/stylesheets/tailwind.css */
  .lg\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  /* line 102696, app/assets/stylesheets/tailwind.css */
  .lg\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  /* line 102701, app/assets/stylesheets/tailwind.css */
  .lg\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  /* line 102706, app/assets/stylesheets/tailwind.css */
  .lg\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  /* line 102711, app/assets/stylesheets/tailwind.css */
  .lg\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  /* line 102716, app/assets/stylesheets/tailwind.css */
  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  /* line 102721, app/assets/stylesheets/tailwind.css */
  .lg\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  /* line 102726, app/assets/stylesheets/tailwind.css */
  .lg\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  /* line 102731, app/assets/stylesheets/tailwind.css */
  .lg\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  /* line 102736, app/assets/stylesheets/tailwind.css */
  .lg\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  /* line 102741, app/assets/stylesheets/tailwind.css */
  .lg\:mt-0 {
    margin-top: 0px !important;
  }
  /* line 102745, app/assets/stylesheets/tailwind.css */
  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }
  /* line 102749, app/assets/stylesheets/tailwind.css */
  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }
  /* line 102753, app/assets/stylesheets/tailwind.css */
  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }
  /* line 102757, app/assets/stylesheets/tailwind.css */
  .lg\:mt-4 {
    margin-top: 1rem !important;
  }
  /* line 102761, app/assets/stylesheets/tailwind.css */
  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }
  /* line 102765, app/assets/stylesheets/tailwind.css */
  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }
  /* line 102769, app/assets/stylesheets/tailwind.css */
  .lg\:mt-7 {
    margin-top: 1.75rem !important;
  }
  /* line 102773, app/assets/stylesheets/tailwind.css */
  .lg\:mt-8 {
    margin-top: 2rem !important;
  }
  /* line 102777, app/assets/stylesheets/tailwind.css */
  .lg\:mt-9 {
    margin-top: 2.25rem !important;
  }
  /* line 102781, app/assets/stylesheets/tailwind.css */
  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }
  /* line 102785, app/assets/stylesheets/tailwind.css */
  .lg\:mt-11 {
    margin-top: 2.75rem !important;
  }
  /* line 102789, app/assets/stylesheets/tailwind.css */
  .lg\:mt-12 {
    margin-top: 3rem !important;
  }
  /* line 102793, app/assets/stylesheets/tailwind.css */
  .lg\:mt-14 {
    margin-top: 3.5rem !important;
  }
  /* line 102797, app/assets/stylesheets/tailwind.css */
  .lg\:mt-16 {
    margin-top: 4rem !important;
  }
  /* line 102801, app/assets/stylesheets/tailwind.css */
  .lg\:mt-20 {
    margin-top: 5rem !important;
  }
  /* line 102805, app/assets/stylesheets/tailwind.css */
  .lg\:mt-24 {
    margin-top: 6rem !important;
  }
  /* line 102809, app/assets/stylesheets/tailwind.css */
  .lg\:mt-28 {
    margin-top: 7rem !important;
  }
  /* line 102813, app/assets/stylesheets/tailwind.css */
  .lg\:mt-32 {
    margin-top: 8rem !important;
  }
  /* line 102817, app/assets/stylesheets/tailwind.css */
  .lg\:mt-36 {
    margin-top: 9rem !important;
  }
  /* line 102821, app/assets/stylesheets/tailwind.css */
  .lg\:mt-40 {
    margin-top: 10rem !important;
  }
  /* line 102825, app/assets/stylesheets/tailwind.css */
  .lg\:mt-44 {
    margin-top: 11rem !important;
  }
  /* line 102829, app/assets/stylesheets/tailwind.css */
  .lg\:mt-48 {
    margin-top: 12rem !important;
  }
  /* line 102833, app/assets/stylesheets/tailwind.css */
  .lg\:mt-52 {
    margin-top: 13rem !important;
  }
  /* line 102837, app/assets/stylesheets/tailwind.css */
  .lg\:mt-56 {
    margin-top: 14rem !important;
  }
  /* line 102841, app/assets/stylesheets/tailwind.css */
  .lg\:mt-60 {
    margin-top: 15rem !important;
  }
  /* line 102845, app/assets/stylesheets/tailwind.css */
  .lg\:mt-64 {
    margin-top: 16rem !important;
  }
  /* line 102849, app/assets/stylesheets/tailwind.css */
  .lg\:mt-72 {
    margin-top: 18rem !important;
  }
  /* line 102853, app/assets/stylesheets/tailwind.css */
  .lg\:mt-80 {
    margin-top: 20rem !important;
  }
  /* line 102857, app/assets/stylesheets/tailwind.css */
  .lg\:mt-96 {
    margin-top: 24rem !important;
  }
  /* line 102861, app/assets/stylesheets/tailwind.css */
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  /* line 102865, app/assets/stylesheets/tailwind.css */
  .lg\:mt-px {
    margin-top: 1px !important;
  }
  /* line 102869, app/assets/stylesheets/tailwind.css */
  .lg\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }
  /* line 102873, app/assets/stylesheets/tailwind.css */
  .lg\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }
  /* line 102877, app/assets/stylesheets/tailwind.css */
  .lg\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }
  /* line 102881, app/assets/stylesheets/tailwind.css */
  .lg\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }
  /* line 102885, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-0 {
    margin-top: 0px !important;
  }
  /* line 102889, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  /* line 102893, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  /* line 102897, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  /* line 102901, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }
  /* line 102905, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  /* line 102909, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  /* line 102913, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  /* line 102917, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }
  /* line 102921, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  /* line 102925, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  /* line 102929, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  /* line 102933, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-12 {
    margin-top: -3rem !important;
  }
  /* line 102937, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  /* line 102941, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }
  /* line 102945, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }
  /* line 102949, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }
  /* line 102953, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-28 {
    margin-top: -7rem !important;
  }
  /* line 102957, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }
  /* line 102961, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-36 {
    margin-top: -9rem !important;
  }
  /* line 102965, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-40 {
    margin-top: -10rem !important;
  }
  /* line 102969, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-44 {
    margin-top: -11rem !important;
  }
  /* line 102973, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-48 {
    margin-top: -12rem !important;
  }
  /* line 102977, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-52 {
    margin-top: -13rem !important;
  }
  /* line 102981, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-56 {
    margin-top: -14rem !important;
  }
  /* line 102985, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-60 {
    margin-top: -15rem !important;
  }
  /* line 102989, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-64 {
    margin-top: -16rem !important;
  }
  /* line 102993, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-72 {
    margin-top: -18rem !important;
  }
  /* line 102997, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-80 {
    margin-top: -20rem !important;
  }
  /* line 103001, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-96 {
    margin-top: -24rem !important;
  }
  /* line 103005, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-px {
    margin-top: -1px !important;
  }
  /* line 103009, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }
  /* line 103013, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }
  /* line 103017, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }
  /* line 103021, app/assets/stylesheets/tailwind.css */
  .lg\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }
  /* line 103025, app/assets/stylesheets/tailwind.css */
  .lg\:mr-0 {
    margin-right: 0px !important;
  }
  /* line 103029, app/assets/stylesheets/tailwind.css */
  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }
  /* line 103033, app/assets/stylesheets/tailwind.css */
  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }
  /* line 103037, app/assets/stylesheets/tailwind.css */
  .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }
  /* line 103041, app/assets/stylesheets/tailwind.css */
  .lg\:mr-4 {
    margin-right: 1rem !important;
  }
  /* line 103045, app/assets/stylesheets/tailwind.css */
  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }
  /* line 103049, app/assets/stylesheets/tailwind.css */
  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }
  /* line 103053, app/assets/stylesheets/tailwind.css */
  .lg\:mr-7 {
    margin-right: 1.75rem !important;
  }
  /* line 103057, app/assets/stylesheets/tailwind.css */
  .lg\:mr-8 {
    margin-right: 2rem !important;
  }
  /* line 103061, app/assets/stylesheets/tailwind.css */
  .lg\:mr-9 {
    margin-right: 2.25rem !important;
  }
  /* line 103065, app/assets/stylesheets/tailwind.css */
  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }
  /* line 103069, app/assets/stylesheets/tailwind.css */
  .lg\:mr-11 {
    margin-right: 2.75rem !important;
  }
  /* line 103073, app/assets/stylesheets/tailwind.css */
  .lg\:mr-12 {
    margin-right: 3rem !important;
  }
  /* line 103077, app/assets/stylesheets/tailwind.css */
  .lg\:mr-14 {
    margin-right: 3.5rem !important;
  }
  /* line 103081, app/assets/stylesheets/tailwind.css */
  .lg\:mr-16 {
    margin-right: 4rem !important;
  }
  /* line 103085, app/assets/stylesheets/tailwind.css */
  .lg\:mr-20 {
    margin-right: 5rem !important;
  }
  /* line 103089, app/assets/stylesheets/tailwind.css */
  .lg\:mr-24 {
    margin-right: 6rem !important;
  }
  /* line 103093, app/assets/stylesheets/tailwind.css */
  .lg\:mr-28 {
    margin-right: 7rem !important;
  }
  /* line 103097, app/assets/stylesheets/tailwind.css */
  .lg\:mr-32 {
    margin-right: 8rem !important;
  }
  /* line 103101, app/assets/stylesheets/tailwind.css */
  .lg\:mr-36 {
    margin-right: 9rem !important;
  }
  /* line 103105, app/assets/stylesheets/tailwind.css */
  .lg\:mr-40 {
    margin-right: 10rem !important;
  }
  /* line 103109, app/assets/stylesheets/tailwind.css */
  .lg\:mr-44 {
    margin-right: 11rem !important;
  }
  /* line 103113, app/assets/stylesheets/tailwind.css */
  .lg\:mr-48 {
    margin-right: 12rem !important;
  }
  /* line 103117, app/assets/stylesheets/tailwind.css */
  .lg\:mr-52 {
    margin-right: 13rem !important;
  }
  /* line 103121, app/assets/stylesheets/tailwind.css */
  .lg\:mr-56 {
    margin-right: 14rem !important;
  }
  /* line 103125, app/assets/stylesheets/tailwind.css */
  .lg\:mr-60 {
    margin-right: 15rem !important;
  }
  /* line 103129, app/assets/stylesheets/tailwind.css */
  .lg\:mr-64 {
    margin-right: 16rem !important;
  }
  /* line 103133, app/assets/stylesheets/tailwind.css */
  .lg\:mr-72 {
    margin-right: 18rem !important;
  }
  /* line 103137, app/assets/stylesheets/tailwind.css */
  .lg\:mr-80 {
    margin-right: 20rem !important;
  }
  /* line 103141, app/assets/stylesheets/tailwind.css */
  .lg\:mr-96 {
    margin-right: 24rem !important;
  }
  /* line 103145, app/assets/stylesheets/tailwind.css */
  .lg\:mr-auto {
    margin-right: auto !important;
  }
  /* line 103149, app/assets/stylesheets/tailwind.css */
  .lg\:mr-px {
    margin-right: 1px !important;
  }
  /* line 103153, app/assets/stylesheets/tailwind.css */
  .lg\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }
  /* line 103157, app/assets/stylesheets/tailwind.css */
  .lg\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }
  /* line 103161, app/assets/stylesheets/tailwind.css */
  .lg\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }
  /* line 103165, app/assets/stylesheets/tailwind.css */
  .lg\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }
  /* line 103169, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-0 {
    margin-right: 0px !important;
  }
  /* line 103173, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  /* line 103177, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  /* line 103181, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  /* line 103185, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }
  /* line 103189, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  /* line 103193, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  /* line 103197, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  /* line 103201, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }
  /* line 103205, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  /* line 103209, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  /* line 103213, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  /* line 103217, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-12 {
    margin-right: -3rem !important;
  }
  /* line 103221, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  /* line 103225, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-16 {
    margin-right: -4rem !important;
  }
  /* line 103229, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-20 {
    margin-right: -5rem !important;
  }
  /* line 103233, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-24 {
    margin-right: -6rem !important;
  }
  /* line 103237, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-28 {
    margin-right: -7rem !important;
  }
  /* line 103241, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-32 {
    margin-right: -8rem !important;
  }
  /* line 103245, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-36 {
    margin-right: -9rem !important;
  }
  /* line 103249, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-40 {
    margin-right: -10rem !important;
  }
  /* line 103253, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-44 {
    margin-right: -11rem !important;
  }
  /* line 103257, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-48 {
    margin-right: -12rem !important;
  }
  /* line 103261, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-52 {
    margin-right: -13rem !important;
  }
  /* line 103265, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-56 {
    margin-right: -14rem !important;
  }
  /* line 103269, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-60 {
    margin-right: -15rem !important;
  }
  /* line 103273, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-64 {
    margin-right: -16rem !important;
  }
  /* line 103277, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-72 {
    margin-right: -18rem !important;
  }
  /* line 103281, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-80 {
    margin-right: -20rem !important;
  }
  /* line 103285, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-96 {
    margin-right: -24rem !important;
  }
  /* line 103289, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-px {
    margin-right: -1px !important;
  }
  /* line 103293, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }
  /* line 103297, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }
  /* line 103301, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }
  /* line 103305, app/assets/stylesheets/tailwind.css */
  .lg\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }
  /* line 103309, app/assets/stylesheets/tailwind.css */
  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }
  /* line 103313, app/assets/stylesheets/tailwind.css */
  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 103317, app/assets/stylesheets/tailwind.css */
  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 103321, app/assets/stylesheets/tailwind.css */
  .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 103325, app/assets/stylesheets/tailwind.css */
  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }
  /* line 103329, app/assets/stylesheets/tailwind.css */
  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 103333, app/assets/stylesheets/tailwind.css */
  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 103337, app/assets/stylesheets/tailwind.css */
  .lg\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 103341, app/assets/stylesheets/tailwind.css */
  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }
  /* line 103345, app/assets/stylesheets/tailwind.css */
  .lg\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  /* line 103349, app/assets/stylesheets/tailwind.css */
  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  /* line 103353, app/assets/stylesheets/tailwind.css */
  .lg\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  /* line 103357, app/assets/stylesheets/tailwind.css */
  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }
  /* line 103361, app/assets/stylesheets/tailwind.css */
  .lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  /* line 103365, app/assets/stylesheets/tailwind.css */
  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }
  /* line 103369, app/assets/stylesheets/tailwind.css */
  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }
  /* line 103373, app/assets/stylesheets/tailwind.css */
  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }
  /* line 103377, app/assets/stylesheets/tailwind.css */
  .lg\:mb-28 {
    margin-bottom: 7rem !important;
  }
  /* line 103381, app/assets/stylesheets/tailwind.css */
  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }
  /* line 103385, app/assets/stylesheets/tailwind.css */
  .lg\:mb-36 {
    margin-bottom: 9rem !important;
  }
  /* line 103389, app/assets/stylesheets/tailwind.css */
  .lg\:mb-40 {
    margin-bottom: 10rem !important;
  }
  /* line 103393, app/assets/stylesheets/tailwind.css */
  .lg\:mb-44 {
    margin-bottom: 11rem !important;
  }
  /* line 103397, app/assets/stylesheets/tailwind.css */
  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }
  /* line 103401, app/assets/stylesheets/tailwind.css */
  .lg\:mb-52 {
    margin-bottom: 13rem !important;
  }
  /* line 103405, app/assets/stylesheets/tailwind.css */
  .lg\:mb-56 {
    margin-bottom: 14rem !important;
  }
  /* line 103409, app/assets/stylesheets/tailwind.css */
  .lg\:mb-60 {
    margin-bottom: 15rem !important;
  }
  /* line 103413, app/assets/stylesheets/tailwind.css */
  .lg\:mb-64 {
    margin-bottom: 16rem !important;
  }
  /* line 103417, app/assets/stylesheets/tailwind.css */
  .lg\:mb-72 {
    margin-bottom: 18rem !important;
  }
  /* line 103421, app/assets/stylesheets/tailwind.css */
  .lg\:mb-80 {
    margin-bottom: 20rem !important;
  }
  /* line 103425, app/assets/stylesheets/tailwind.css */
  .lg\:mb-96 {
    margin-bottom: 24rem !important;
  }
  /* line 103429, app/assets/stylesheets/tailwind.css */
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
  /* line 103433, app/assets/stylesheets/tailwind.css */
  .lg\:mb-px {
    margin-bottom: 1px !important;
  }
  /* line 103437, app/assets/stylesheets/tailwind.css */
  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }
  /* line 103441, app/assets/stylesheets/tailwind.css */
  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }
  /* line 103445, app/assets/stylesheets/tailwind.css */
  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }
  /* line 103449, app/assets/stylesheets/tailwind.css */
  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }
  /* line 103453, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-0 {
    margin-bottom: 0px !important;
  }
  /* line 103457, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 103461, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 103465, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 103469, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  /* line 103473, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  /* line 103477, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  /* line 103481, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  /* line 103485, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  /* line 103489, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  /* line 103493, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  /* line 103497, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  /* line 103501, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  /* line 103505, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  /* line 103509, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  /* line 103513, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  /* line 103517, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  /* line 103521, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  /* line 103525, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  /* line 103529, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  /* line 103533, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  /* line 103537, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-44 {
    margin-bottom: -11rem !important;
  }
  /* line 103541, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  /* line 103545, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-52 {
    margin-bottom: -13rem !important;
  }
  /* line 103549, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  /* line 103553, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  /* line 103557, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  /* line 103561, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  /* line 103565, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  /* line 103569, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  /* line 103573, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }
  /* line 103577, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }
  /* line 103581, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }
  /* line 103585, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }
  /* line 103589, app/assets/stylesheets/tailwind.css */
  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }
  /* line 103593, app/assets/stylesheets/tailwind.css */
  .lg\:ml-0 {
    margin-left: 0px !important;
  }
  /* line 103597, app/assets/stylesheets/tailwind.css */
  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }
  /* line 103601, app/assets/stylesheets/tailwind.css */
  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }
  /* line 103605, app/assets/stylesheets/tailwind.css */
  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }
  /* line 103609, app/assets/stylesheets/tailwind.css */
  .lg\:ml-4 {
    margin-left: 1rem !important;
  }
  /* line 103613, app/assets/stylesheets/tailwind.css */
  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }
  /* line 103617, app/assets/stylesheets/tailwind.css */
  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }
  /* line 103621, app/assets/stylesheets/tailwind.css */
  .lg\:ml-7 {
    margin-left: 1.75rem !important;
  }
  /* line 103625, app/assets/stylesheets/tailwind.css */
  .lg\:ml-8 {
    margin-left: 2rem !important;
  }
  /* line 103629, app/assets/stylesheets/tailwind.css */
  .lg\:ml-9 {
    margin-left: 2.25rem !important;
  }
  /* line 103633, app/assets/stylesheets/tailwind.css */
  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }
  /* line 103637, app/assets/stylesheets/tailwind.css */
  .lg\:ml-11 {
    margin-left: 2.75rem !important;
  }
  /* line 103641, app/assets/stylesheets/tailwind.css */
  .lg\:ml-12 {
    margin-left: 3rem !important;
  }
  /* line 103645, app/assets/stylesheets/tailwind.css */
  .lg\:ml-14 {
    margin-left: 3.5rem !important;
  }
  /* line 103649, app/assets/stylesheets/tailwind.css */
  .lg\:ml-16 {
    margin-left: 4rem !important;
  }
  /* line 103653, app/assets/stylesheets/tailwind.css */
  .lg\:ml-20 {
    margin-left: 5rem !important;
  }
  /* line 103657, app/assets/stylesheets/tailwind.css */
  .lg\:ml-24 {
    margin-left: 6rem !important;
  }
  /* line 103661, app/assets/stylesheets/tailwind.css */
  .lg\:ml-28 {
    margin-left: 7rem !important;
  }
  /* line 103665, app/assets/stylesheets/tailwind.css */
  .lg\:ml-32 {
    margin-left: 8rem !important;
  }
  /* line 103669, app/assets/stylesheets/tailwind.css */
  .lg\:ml-36 {
    margin-left: 9rem !important;
  }
  /* line 103673, app/assets/stylesheets/tailwind.css */
  .lg\:ml-40 {
    margin-left: 10rem !important;
  }
  /* line 103677, app/assets/stylesheets/tailwind.css */
  .lg\:ml-44 {
    margin-left: 11rem !important;
  }
  /* line 103681, app/assets/stylesheets/tailwind.css */
  .lg\:ml-48 {
    margin-left: 12rem !important;
  }
  /* line 103685, app/assets/stylesheets/tailwind.css */
  .lg\:ml-52 {
    margin-left: 13rem !important;
  }
  /* line 103689, app/assets/stylesheets/tailwind.css */
  .lg\:ml-56 {
    margin-left: 14rem !important;
  }
  /* line 103693, app/assets/stylesheets/tailwind.css */
  .lg\:ml-60 {
    margin-left: 15rem !important;
  }
  /* line 103697, app/assets/stylesheets/tailwind.css */
  .lg\:ml-64 {
    margin-left: 16rem !important;
  }
  /* line 103701, app/assets/stylesheets/tailwind.css */
  .lg\:ml-72 {
    margin-left: 18rem !important;
  }
  /* line 103705, app/assets/stylesheets/tailwind.css */
  .lg\:ml-80 {
    margin-left: 20rem !important;
  }
  /* line 103709, app/assets/stylesheets/tailwind.css */
  .lg\:ml-96 {
    margin-left: 24rem !important;
  }
  /* line 103713, app/assets/stylesheets/tailwind.css */
  .lg\:ml-auto {
    margin-left: auto !important;
  }
  /* line 103717, app/assets/stylesheets/tailwind.css */
  .lg\:ml-px {
    margin-left: 1px !important;
  }
  /* line 103721, app/assets/stylesheets/tailwind.css */
  .lg\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }
  /* line 103725, app/assets/stylesheets/tailwind.css */
  .lg\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }
  /* line 103729, app/assets/stylesheets/tailwind.css */
  .lg\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }
  /* line 103733, app/assets/stylesheets/tailwind.css */
  .lg\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }
  /* line 103737, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-0 {
    margin-left: 0px !important;
  }
  /* line 103741, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  /* line 103745, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  /* line 103749, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  /* line 103753, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }
  /* line 103757, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  /* line 103761, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  /* line 103765, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  /* line 103769, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }
  /* line 103773, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  /* line 103777, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  /* line 103781, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  /* line 103785, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-12 {
    margin-left: -3rem !important;
  }
  /* line 103789, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  /* line 103793, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-16 {
    margin-left: -4rem !important;
  }
  /* line 103797, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-20 {
    margin-left: -5rem !important;
  }
  /* line 103801, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }
  /* line 103805, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-28 {
    margin-left: -7rem !important;
  }
  /* line 103809, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-32 {
    margin-left: -8rem !important;
  }
  /* line 103813, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-36 {
    margin-left: -9rem !important;
  }
  /* line 103817, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-40 {
    margin-left: -10rem !important;
  }
  /* line 103821, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-44 {
    margin-left: -11rem !important;
  }
  /* line 103825, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-48 {
    margin-left: -12rem !important;
  }
  /* line 103829, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-52 {
    margin-left: -13rem !important;
  }
  /* line 103833, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-56 {
    margin-left: -14rem !important;
  }
  /* line 103837, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-60 {
    margin-left: -15rem !important;
  }
  /* line 103841, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-64 {
    margin-left: -16rem !important;
  }
  /* line 103845, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-72 {
    margin-left: -18rem !important;
  }
  /* line 103849, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-80 {
    margin-left: -20rem !important;
  }
  /* line 103853, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-96 {
    margin-left: -24rem !important;
  }
  /* line 103857, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-px {
    margin-left: -1px !important;
  }
  /* line 103861, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }
  /* line 103865, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }
  /* line 103869, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }
  /* line 103873, app/assets/stylesheets/tailwind.css */
  .lg\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }
  /* line 103877, app/assets/stylesheets/tailwind.css */
  .lg\:box-border {
    box-sizing: border-box !important;
  }
  /* line 103881, app/assets/stylesheets/tailwind.css */
  .lg\:box-content {
    box-sizing: content-box !important;
  }
  /* line 103885, app/assets/stylesheets/tailwind.css */
  .lg\:block {
    display: block !important;
  }
  /* line 103889, app/assets/stylesheets/tailwind.css */
  .lg\:inline-block {
    display: inline-block !important;
  }
  /* line 103893, app/assets/stylesheets/tailwind.css */
  .lg\:inline {
    display: inline !important;
  }
  /* line 103897, app/assets/stylesheets/tailwind.css */
  .lg\:flex {
    display: flex !important;
  }
  /* line 103901, app/assets/stylesheets/tailwind.css */
  .lg\:inline-flex {
    display: inline-flex !important;
  }
  /* line 103905, app/assets/stylesheets/tailwind.css */
  .lg\:table {
    display: table !important;
  }
  /* line 103909, app/assets/stylesheets/tailwind.css */
  .lg\:inline-table {
    display: inline-table !important;
  }
  /* line 103913, app/assets/stylesheets/tailwind.css */
  .lg\:table-caption {
    display: table-caption !important;
  }
  /* line 103917, app/assets/stylesheets/tailwind.css */
  .lg\:table-cell {
    display: table-cell !important;
  }
  /* line 103921, app/assets/stylesheets/tailwind.css */
  .lg\:table-column {
    display: table-column !important;
  }
  /* line 103925, app/assets/stylesheets/tailwind.css */
  .lg\:table-column-group {
    display: table-column-group !important;
  }
  /* line 103929, app/assets/stylesheets/tailwind.css */
  .lg\:table-footer-group {
    display: table-footer-group !important;
  }
  /* line 103933, app/assets/stylesheets/tailwind.css */
  .lg\:table-header-group {
    display: table-header-group !important;
  }
  /* line 103937, app/assets/stylesheets/tailwind.css */
  .lg\:table-row-group {
    display: table-row-group !important;
  }
  /* line 103941, app/assets/stylesheets/tailwind.css */
  .lg\:table-row {
    display: table-row !important;
  }
  /* line 103945, app/assets/stylesheets/tailwind.css */
  .lg\:flow-root {
    display: flow-root !important;
  }
  /* line 103949, app/assets/stylesheets/tailwind.css */
  .lg\:grid {
    display: grid !important;
  }
  /* line 103953, app/assets/stylesheets/tailwind.css */
  .lg\:inline-grid {
    display: inline-grid !important;
  }
  /* line 103957, app/assets/stylesheets/tailwind.css */
  .lg\:contents {
    display: contents !important;
  }
  /* line 103961, app/assets/stylesheets/tailwind.css */
  .lg\:list-item {
    display: list-item !important;
  }
  /* line 103965, app/assets/stylesheets/tailwind.css */
  .lg\:hidden {
    display: none !important;
  }
  /* line 103969, app/assets/stylesheets/tailwind.css */
  .lg\:h-0 {
    height: 0px !important;
  }
  /* line 103973, app/assets/stylesheets/tailwind.css */
  .lg\:h-1 {
    height: 0.25rem !important;
  }
  /* line 103977, app/assets/stylesheets/tailwind.css */
  .lg\:h-2 {
    height: 0.5rem !important;
  }
  /* line 103981, app/assets/stylesheets/tailwind.css */
  .lg\:h-3 {
    height: 0.75rem !important;
  }
  /* line 103985, app/assets/stylesheets/tailwind.css */
  .lg\:h-4 {
    height: 1rem !important;
  }
  /* line 103989, app/assets/stylesheets/tailwind.css */
  .lg\:h-5 {
    height: 1.25rem !important;
  }
  /* line 103993, app/assets/stylesheets/tailwind.css */
  .lg\:h-6 {
    height: 1.5rem !important;
  }
  /* line 103997, app/assets/stylesheets/tailwind.css */
  .lg\:h-7 {
    height: 1.75rem !important;
  }
  /* line 104001, app/assets/stylesheets/tailwind.css */
  .lg\:h-8 {
    height: 2rem !important;
  }
  /* line 104005, app/assets/stylesheets/tailwind.css */
  .lg\:h-9 {
    height: 2.25rem !important;
  }
  /* line 104009, app/assets/stylesheets/tailwind.css */
  .lg\:h-10 {
    height: 2.5rem !important;
  }
  /* line 104013, app/assets/stylesheets/tailwind.css */
  .lg\:h-11 {
    height: 2.75rem !important;
  }
  /* line 104017, app/assets/stylesheets/tailwind.css */
  .lg\:h-12 {
    height: 3rem !important;
  }
  /* line 104021, app/assets/stylesheets/tailwind.css */
  .lg\:h-14 {
    height: 3.5rem !important;
  }
  /* line 104025, app/assets/stylesheets/tailwind.css */
  .lg\:h-16 {
    height: 4rem !important;
  }
  /* line 104029, app/assets/stylesheets/tailwind.css */
  .lg\:h-20 {
    height: 5rem !important;
  }
  /* line 104033, app/assets/stylesheets/tailwind.css */
  .lg\:h-24 {
    height: 6rem !important;
  }
  /* line 104037, app/assets/stylesheets/tailwind.css */
  .lg\:h-28 {
    height: 7rem !important;
  }
  /* line 104041, app/assets/stylesheets/tailwind.css */
  .lg\:h-32 {
    height: 8rem !important;
  }
  /* line 104045, app/assets/stylesheets/tailwind.css */
  .lg\:h-36 {
    height: 9rem !important;
  }
  /* line 104049, app/assets/stylesheets/tailwind.css */
  .lg\:h-40 {
    height: 10rem !important;
  }
  /* line 104053, app/assets/stylesheets/tailwind.css */
  .lg\:h-44 {
    height: 11rem !important;
  }
  /* line 104057, app/assets/stylesheets/tailwind.css */
  .lg\:h-48 {
    height: 12rem !important;
  }
  /* line 104061, app/assets/stylesheets/tailwind.css */
  .lg\:h-52 {
    height: 13rem !important;
  }
  /* line 104065, app/assets/stylesheets/tailwind.css */
  .lg\:h-56 {
    height: 14rem !important;
  }
  /* line 104069, app/assets/stylesheets/tailwind.css */
  .lg\:h-60 {
    height: 15rem !important;
  }
  /* line 104073, app/assets/stylesheets/tailwind.css */
  .lg\:h-64 {
    height: 16rem !important;
  }
  /* line 104077, app/assets/stylesheets/tailwind.css */
  .lg\:h-72 {
    height: 18rem !important;
  }
  /* line 104081, app/assets/stylesheets/tailwind.css */
  .lg\:h-80 {
    height: 20rem !important;
  }
  /* line 104085, app/assets/stylesheets/tailwind.css */
  .lg\:h-96 {
    height: 24rem !important;
  }
  /* line 104089, app/assets/stylesheets/tailwind.css */
  .lg\:h-auto {
    height: auto !important;
  }
  /* line 104093, app/assets/stylesheets/tailwind.css */
  .lg\:h-px {
    height: 1px !important;
  }
  /* line 104097, app/assets/stylesheets/tailwind.css */
  .lg\:h-0\.5 {
    height: 0.125rem !important;
  }
  /* line 104101, app/assets/stylesheets/tailwind.css */
  .lg\:h-1\.5 {
    height: 0.375rem !important;
  }
  /* line 104105, app/assets/stylesheets/tailwind.css */
  .lg\:h-2\.5 {
    height: 0.625rem !important;
  }
  /* line 104109, app/assets/stylesheets/tailwind.css */
  .lg\:h-3\.5 {
    height: 0.875rem !important;
  }
  /* line 104113, app/assets/stylesheets/tailwind.css */
  .lg\:h-1\/2 {
    height: 50% !important;
  }
  /* line 104117, app/assets/stylesheets/tailwind.css */
  .lg\:h-1\/3 {
    height: 33.333333% !important;
  }
  /* line 104121, app/assets/stylesheets/tailwind.css */
  .lg\:h-2\/3 {
    height: 66.666667% !important;
  }
  /* line 104125, app/assets/stylesheets/tailwind.css */
  .lg\:h-1\/4 {
    height: 25% !important;
  }
  /* line 104129, app/assets/stylesheets/tailwind.css */
  .lg\:h-2\/4 {
    height: 50% !important;
  }
  /* line 104133, app/assets/stylesheets/tailwind.css */
  .lg\:h-3\/4 {
    height: 75% !important;
  }
  /* line 104137, app/assets/stylesheets/tailwind.css */
  .lg\:h-1\/5 {
    height: 20% !important;
  }
  /* line 104141, app/assets/stylesheets/tailwind.css */
  .lg\:h-2\/5 {
    height: 40% !important;
  }
  /* line 104145, app/assets/stylesheets/tailwind.css */
  .lg\:h-3\/5 {
    height: 60% !important;
  }
  /* line 104149, app/assets/stylesheets/tailwind.css */
  .lg\:h-4\/5 {
    height: 80% !important;
  }
  /* line 104153, app/assets/stylesheets/tailwind.css */
  .lg\:h-1\/6 {
    height: 16.666667% !important;
  }
  /* line 104157, app/assets/stylesheets/tailwind.css */
  .lg\:h-2\/6 {
    height: 33.333333% !important;
  }
  /* line 104161, app/assets/stylesheets/tailwind.css */
  .lg\:h-3\/6 {
    height: 50% !important;
  }
  /* line 104165, app/assets/stylesheets/tailwind.css */
  .lg\:h-4\/6 {
    height: 66.666667% !important;
  }
  /* line 104169, app/assets/stylesheets/tailwind.css */
  .lg\:h-5\/6 {
    height: 83.333333% !important;
  }
  /* line 104173, app/assets/stylesheets/tailwind.css */
  .lg\:h-full {
    height: 100% !important;
  }
  /* line 104177, app/assets/stylesheets/tailwind.css */
  .lg\:h-screen {
    height: 100vh !important;
  }
  /* line 104181, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-0 {
    max-height: 0px !important;
  }
  /* line 104185, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-1 {
    max-height: 0.25rem !important;
  }
  /* line 104189, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-2 {
    max-height: 0.5rem !important;
  }
  /* line 104193, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-3 {
    max-height: 0.75rem !important;
  }
  /* line 104197, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-4 {
    max-height: 1rem !important;
  }
  /* line 104201, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-5 {
    max-height: 1.25rem !important;
  }
  /* line 104205, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-6 {
    max-height: 1.5rem !important;
  }
  /* line 104209, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-7 {
    max-height: 1.75rem !important;
  }
  /* line 104213, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-8 {
    max-height: 2rem !important;
  }
  /* line 104217, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-9 {
    max-height: 2.25rem !important;
  }
  /* line 104221, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-10 {
    max-height: 2.5rem !important;
  }
  /* line 104225, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-11 {
    max-height: 2.75rem !important;
  }
  /* line 104229, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-12 {
    max-height: 3rem !important;
  }
  /* line 104233, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-14 {
    max-height: 3.5rem !important;
  }
  /* line 104237, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-16 {
    max-height: 4rem !important;
  }
  /* line 104241, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-20 {
    max-height: 5rem !important;
  }
  /* line 104245, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-24 {
    max-height: 6rem !important;
  }
  /* line 104249, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-28 {
    max-height: 7rem !important;
  }
  /* line 104253, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-32 {
    max-height: 8rem !important;
  }
  /* line 104257, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-36 {
    max-height: 9rem !important;
  }
  /* line 104261, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-40 {
    max-height: 10rem !important;
  }
  /* line 104265, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-44 {
    max-height: 11rem !important;
  }
  /* line 104269, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-48 {
    max-height: 12rem !important;
  }
  /* line 104273, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-52 {
    max-height: 13rem !important;
  }
  /* line 104277, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-56 {
    max-height: 14rem !important;
  }
  /* line 104281, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-60 {
    max-height: 15rem !important;
  }
  /* line 104285, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-64 {
    max-height: 16rem !important;
  }
  /* line 104289, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-72 {
    max-height: 18rem !important;
  }
  /* line 104293, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-80 {
    max-height: 20rem !important;
  }
  /* line 104297, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-96 {
    max-height: 24rem !important;
  }
  /* line 104301, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-px {
    max-height: 1px !important;
  }
  /* line 104305, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }
  /* line 104309, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }
  /* line 104313, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }
  /* line 104317, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }
  /* line 104321, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-full {
    max-height: 100% !important;
  }
  /* line 104325, app/assets/stylesheets/tailwind.css */
  .lg\:max-h-screen {
    max-height: 100vh !important;
  }
  /* line 104329, app/assets/stylesheets/tailwind.css */
  .lg\:min-h-0 {
    min-height: 0px !important;
  }
  /* line 104333, app/assets/stylesheets/tailwind.css */
  .lg\:min-h-full {
    min-height: 100% !important;
  }
  /* line 104337, app/assets/stylesheets/tailwind.css */
  .lg\:min-h-screen {
    min-height: 100vh !important;
  }
  /* line 104341, app/assets/stylesheets/tailwind.css */
  .lg\:w-0 {
    width: 0px !important;
  }
  /* line 104345, app/assets/stylesheets/tailwind.css */
  .lg\:w-1 {
    width: 0.25rem !important;
  }
  /* line 104349, app/assets/stylesheets/tailwind.css */
  .lg\:w-2 {
    width: 0.5rem !important;
  }
  /* line 104353, app/assets/stylesheets/tailwind.css */
  .lg\:w-3 {
    width: 0.75rem !important;
  }
  /* line 104357, app/assets/stylesheets/tailwind.css */
  .lg\:w-4 {
    width: 1rem !important;
  }
  /* line 104361, app/assets/stylesheets/tailwind.css */
  .lg\:w-5 {
    width: 1.25rem !important;
  }
  /* line 104365, app/assets/stylesheets/tailwind.css */
  .lg\:w-6 {
    width: 1.5rem !important;
  }
  /* line 104369, app/assets/stylesheets/tailwind.css */
  .lg\:w-7 {
    width: 1.75rem !important;
  }
  /* line 104373, app/assets/stylesheets/tailwind.css */
  .lg\:w-8 {
    width: 2rem !important;
  }
  /* line 104377, app/assets/stylesheets/tailwind.css */
  .lg\:w-9 {
    width: 2.25rem !important;
  }
  /* line 104381, app/assets/stylesheets/tailwind.css */
  .lg\:w-10 {
    width: 2.5rem !important;
  }
  /* line 104385, app/assets/stylesheets/tailwind.css */
  .lg\:w-11 {
    width: 2.75rem !important;
  }
  /* line 104389, app/assets/stylesheets/tailwind.css */
  .lg\:w-12 {
    width: 3rem !important;
  }
  /* line 104393, app/assets/stylesheets/tailwind.css */
  .lg\:w-14 {
    width: 3.5rem !important;
  }
  /* line 104397, app/assets/stylesheets/tailwind.css */
  .lg\:w-16 {
    width: 4rem !important;
  }
  /* line 104401, app/assets/stylesheets/tailwind.css */
  .lg\:w-20 {
    width: 5rem !important;
  }
  /* line 104405, app/assets/stylesheets/tailwind.css */
  .lg\:w-24 {
    width: 6rem !important;
  }
  /* line 104409, app/assets/stylesheets/tailwind.css */
  .lg\:w-28 {
    width: 7rem !important;
  }
  /* line 104413, app/assets/stylesheets/tailwind.css */
  .lg\:w-32 {
    width: 8rem !important;
  }
  /* line 104417, app/assets/stylesheets/tailwind.css */
  .lg\:w-36 {
    width: 9rem !important;
  }
  /* line 104421, app/assets/stylesheets/tailwind.css */
  .lg\:w-40 {
    width: 10rem !important;
  }
  /* line 104425, app/assets/stylesheets/tailwind.css */
  .lg\:w-44 {
    width: 11rem !important;
  }
  /* line 104429, app/assets/stylesheets/tailwind.css */
  .lg\:w-48 {
    width: 12rem !important;
  }
  /* line 104433, app/assets/stylesheets/tailwind.css */
  .lg\:w-52 {
    width: 13rem !important;
  }
  /* line 104437, app/assets/stylesheets/tailwind.css */
  .lg\:w-56 {
    width: 14rem !important;
  }
  /* line 104441, app/assets/stylesheets/tailwind.css */
  .lg\:w-60 {
    width: 15rem !important;
  }
  /* line 104445, app/assets/stylesheets/tailwind.css */
  .lg\:w-64 {
    width: 16rem !important;
  }
  /* line 104449, app/assets/stylesheets/tailwind.css */
  .lg\:w-72 {
    width: 18rem !important;
  }
  /* line 104453, app/assets/stylesheets/tailwind.css */
  .lg\:w-80 {
    width: 20rem !important;
  }
  /* line 104457, app/assets/stylesheets/tailwind.css */
  .lg\:w-96 {
    width: 24rem !important;
  }
  /* line 104461, app/assets/stylesheets/tailwind.css */
  .lg\:w-128 {
    width: 32rem !important;
  }
  /* line 104465, app/assets/stylesheets/tailwind.css */
  .lg\:w-auto {
    width: auto !important;
  }
  /* line 104469, app/assets/stylesheets/tailwind.css */
  .lg\:w-px {
    width: 1px !important;
  }
  /* line 104473, app/assets/stylesheets/tailwind.css */
  .lg\:w-0\.5 {
    width: 0.125rem !important;
  }
  /* line 104477, app/assets/stylesheets/tailwind.css */
  .lg\:w-1\.5 {
    width: 0.375rem !important;
  }
  /* line 104481, app/assets/stylesheets/tailwind.css */
  .lg\:w-2\.5 {
    width: 0.625rem !important;
  }
  /* line 104485, app/assets/stylesheets/tailwind.css */
  .lg\:w-3\.5 {
    width: 0.875rem !important;
  }
  /* line 104489, app/assets/stylesheets/tailwind.css */
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  /* line 104493, app/assets/stylesheets/tailwind.css */
  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }
  /* line 104497, app/assets/stylesheets/tailwind.css */
  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }
  /* line 104501, app/assets/stylesheets/tailwind.css */
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  /* line 104505, app/assets/stylesheets/tailwind.css */
  .lg\:w-2\/4 {
    width: 50% !important;
  }
  /* line 104509, app/assets/stylesheets/tailwind.css */
  .lg\:w-3\/4 {
    width: 75% !important;
  }
  /* line 104513, app/assets/stylesheets/tailwind.css */
  .lg\:w-1\/5 {
    width: 20% !important;
  }
  /* line 104517, app/assets/stylesheets/tailwind.css */
  .lg\:w-2\/5 {
    width: 40% !important;
  }
  /* line 104521, app/assets/stylesheets/tailwind.css */
  .lg\:w-3\/5 {
    width: 60% !important;
  }
  /* line 104525, app/assets/stylesheets/tailwind.css */
  .lg\:w-4\/5 {
    width: 80% !important;
  }
  /* line 104529, app/assets/stylesheets/tailwind.css */
  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }
  /* line 104533, app/assets/stylesheets/tailwind.css */
  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }
  /* line 104537, app/assets/stylesheets/tailwind.css */
  .lg\:w-3\/6 {
    width: 50% !important;
  }
  /* line 104541, app/assets/stylesheets/tailwind.css */
  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }
  /* line 104545, app/assets/stylesheets/tailwind.css */
  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }
  /* line 104549, app/assets/stylesheets/tailwind.css */
  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }
  /* line 104553, app/assets/stylesheets/tailwind.css */
  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }
  /* line 104557, app/assets/stylesheets/tailwind.css */
  .lg\:w-3\/12 {
    width: 25% !important;
  }
  /* line 104561, app/assets/stylesheets/tailwind.css */
  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }
  /* line 104565, app/assets/stylesheets/tailwind.css */
  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }
  /* line 104569, app/assets/stylesheets/tailwind.css */
  .lg\:w-6\/12 {
    width: 50% !important;
  }
  /* line 104573, app/assets/stylesheets/tailwind.css */
  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }
  /* line 104577, app/assets/stylesheets/tailwind.css */
  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }
  /* line 104581, app/assets/stylesheets/tailwind.css */
  .lg\:w-9\/12 {
    width: 75% !important;
  }
  /* line 104585, app/assets/stylesheets/tailwind.css */
  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }
  /* line 104589, app/assets/stylesheets/tailwind.css */
  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }
  /* line 104593, app/assets/stylesheets/tailwind.css */
  .lg\:w-full {
    width: 100% !important;
  }
  /* line 104597, app/assets/stylesheets/tailwind.css */
  .lg\:w-screen {
    width: 100vw !important;
  }
  /* line 104601, app/assets/stylesheets/tailwind.css */
  .lg\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 104606, app/assets/stylesheets/tailwind.css */
  .lg\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 104611, app/assets/stylesheets/tailwind.css */
  .lg\:min-w-0 {
    min-width: 0px !important;
  }
  /* line 104615, app/assets/stylesheets/tailwind.css */
  .lg\:min-w-full {
    min-width: 100% !important;
  }
  /* line 104619, app/assets/stylesheets/tailwind.css */
  .lg\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  /* line 104624, app/assets/stylesheets/tailwind.css */
  .lg\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  /* line 104629, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-0 {
    max-width: 0rem !important;
  }
  /* line 104633, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-none {
    max-width: none !important;
  }
  /* line 104637, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-xs {
    max-width: 20rem !important;
  }
  /* line 104641, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-sm {
    max-width: 24rem !important;
  }
  /* line 104645, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-md {
    max-width: 28rem !important;
  }
  /* line 104649, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-lg {
    max-width: 32rem !important;
  }
  /* line 104653, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-xl {
    max-width: 36rem !important;
  }
  /* line 104657, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-2xl {
    max-width: 42rem !important;
  }
  /* line 104661, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-3xl {
    max-width: 48rem !important;
  }
  /* line 104665, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-4xl {
    max-width: 56rem !important;
  }
  /* line 104669, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-5xl {
    max-width: 64rem !important;
  }
  /* line 104673, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }
  /* line 104677, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-7xl {
    max-width: 80rem !important;
  }
  /* line 104681, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-full {
    max-width: 100% !important;
  }
  /* line 104685, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 104690, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 104695, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-prose {
    max-width: 65ch !important;
  }
  /* line 104699, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-screen-sm {
    max-width: 640px !important;
  }
  /* line 104703, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-screen-md {
    max-width: 768px !important;
  }
  /* line 104707, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-screen-lg {
    max-width: 1024px !important;
  }
  /* line 104711, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-screen-xl {
    max-width: 1280px !important;
  }
  /* line 104715, app/assets/stylesheets/tailwind.css */
  .lg\:max-w-screen-2xl {
    max-width: 1536px !important;
  }
  /* line 104719, app/assets/stylesheets/tailwind.css */
  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }
  /* line 104723, app/assets/stylesheets/tailwind.css */
  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }
  /* line 104727, app/assets/stylesheets/tailwind.css */
  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }
  /* line 104731, app/assets/stylesheets/tailwind.css */
  .lg\:flex-none {
    flex: none !important;
  }
  /* line 104735, app/assets/stylesheets/tailwind.css */
  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 104739, app/assets/stylesheets/tailwind.css */
  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }
  /* line 104743, app/assets/stylesheets/tailwind.css */
  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 104747, app/assets/stylesheets/tailwind.css */
  .lg\:flex-grow {
    flex-grow: 1 !important;
  }
  /* line 104751, app/assets/stylesheets/tailwind.css */
  .lg\:table-auto {
    table-layout: auto !important;
  }
  /* line 104755, app/assets/stylesheets/tailwind.css */
  .lg\:table-fixed {
    table-layout: fixed !important;
  }
  /* line 104759, app/assets/stylesheets/tailwind.css */
  .lg\:border-collapse {
    border-collapse: collapse !important;
  }
  /* line 104763, app/assets/stylesheets/tailwind.css */
  .lg\:border-separate {
    border-collapse: separate !important;
  }
  /* line 104767, app/assets/stylesheets/tailwind.css */
  .lg\:origin-center {
    transform-origin: center !important;
  }
  /* line 104771, app/assets/stylesheets/tailwind.css */
  .lg\:origin-top {
    transform-origin: top !important;
  }
  /* line 104775, app/assets/stylesheets/tailwind.css */
  .lg\:origin-top-right {
    transform-origin: top right !important;
  }
  /* line 104779, app/assets/stylesheets/tailwind.css */
  .lg\:origin-right {
    transform-origin: right !important;
  }
  /* line 104783, app/assets/stylesheets/tailwind.css */
  .lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  /* line 104787, app/assets/stylesheets/tailwind.css */
  .lg\:origin-bottom {
    transform-origin: bottom !important;
  }
  /* line 104791, app/assets/stylesheets/tailwind.css */
  .lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  /* line 104795, app/assets/stylesheets/tailwind.css */
  .lg\:origin-left {
    transform-origin: left !important;
  }
  /* line 104799, app/assets/stylesheets/tailwind.css */
  .lg\:origin-top-left {
    transform-origin: top left !important;
  }
  /* line 104803, app/assets/stylesheets/tailwind.css */
  .lg\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  /* line 104814, app/assets/stylesheets/tailwind.css */
  .lg\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  /* line 104825, app/assets/stylesheets/tailwind.css */
  .lg\:transform-none {
    transform: none !important;
  }
  /* line 104829, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }
  /* line 104833, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 104837, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 104841, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 104845, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }
  /* line 104849, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 104853, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 104857, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 104861, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }
  /* line 104865, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 104869, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 104873, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 104877, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }
  /* line 104881, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 104885, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }
  /* line 104889, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }
  /* line 104893, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }
  /* line 104897, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }
  /* line 104901, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }
  /* line 104905, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }
  /* line 104909, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }
  /* line 104913, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }
  /* line 104917, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }
  /* line 104921, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }
  /* line 104925, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }
  /* line 104929, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }
  /* line 104933, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }
  /* line 104937, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-72 {
    --tw-translate-x: 18rem !important;
  }
  /* line 104941, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }
  /* line 104945, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }
  /* line 104949, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-px {
    --tw-translate-x: 1px !important;
  }
  /* line 104953, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 104957, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 104961, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 104965, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 104969, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }
  /* line 104973, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 104977, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 104981, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 104985, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }
  /* line 104989, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 104993, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 104997, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 105001, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }
  /* line 105005, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 105009, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 105013, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 105017, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }
  /* line 105021, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 105025, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }
  /* line 105029, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }
  /* line 105033, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }
  /* line 105037, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }
  /* line 105041, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }
  /* line 105045, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }
  /* line 105049, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }
  /* line 105053, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }
  /* line 105057, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }
  /* line 105061, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }
  /* line 105065, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }
  /* line 105069, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }
  /* line 105073, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }
  /* line 105077, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-72 {
    --tw-translate-x: -18rem !important;
  }
  /* line 105081, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }
  /* line 105085, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }
  /* line 105089, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }
  /* line 105093, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 105097, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 105101, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 105105, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 105109, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }
  /* line 105113, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 105117, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 105121, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }
  /* line 105125, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }
  /* line 105129, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }
  /* line 105133, app/assets/stylesheets/tailwind.css */
  .lg\:translate-x-full {
    --tw-translate-x: 100% !important;
  }
  /* line 105137, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }
  /* line 105141, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 105145, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 105149, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }
  /* line 105153, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }
  /* line 105157, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }
  /* line 105161, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }
  /* line 105165, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }
  /* line 105169, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 105173, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 105177, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 105181, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }
  /* line 105185, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 105189, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 105193, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 105197, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }
  /* line 105201, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 105205, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 105209, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 105213, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }
  /* line 105217, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 105221, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }
  /* line 105225, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }
  /* line 105229, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }
  /* line 105233, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }
  /* line 105237, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }
  /* line 105241, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }
  /* line 105245, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }
  /* line 105249, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }
  /* line 105253, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }
  /* line 105257, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }
  /* line 105261, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }
  /* line 105265, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }
  /* line 105269, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }
  /* line 105273, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-72 {
    --tw-translate-y: 18rem !important;
  }
  /* line 105277, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }
  /* line 105281, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }
  /* line 105285, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-px {
    --tw-translate-y: 1px !important;
  }
  /* line 105289, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 105293, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 105297, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 105301, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 105305, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }
  /* line 105309, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 105313, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 105317, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 105321, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }
  /* line 105325, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 105329, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 105333, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 105337, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }
  /* line 105341, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 105345, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 105349, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 105353, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }
  /* line 105357, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 105361, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }
  /* line 105365, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }
  /* line 105369, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }
  /* line 105373, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }
  /* line 105377, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }
  /* line 105381, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }
  /* line 105385, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }
  /* line 105389, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }
  /* line 105393, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }
  /* line 105397, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }
  /* line 105401, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }
  /* line 105405, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }
  /* line 105409, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }
  /* line 105413, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-72 {
    --tw-translate-y: -18rem !important;
  }
  /* line 105417, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }
  /* line 105421, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }
  /* line 105425, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }
  /* line 105429, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 105433, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 105437, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 105441, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 105445, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }
  /* line 105449, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 105453, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 105457, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }
  /* line 105461, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }
  /* line 105465, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }
  /* line 105469, app/assets/stylesheets/tailwind.css */
  .lg\:translate-y-full {
    --tw-translate-y: 100% !important;
  }
  /* line 105473, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }
  /* line 105477, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 105481, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 105485, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }
  /* line 105489, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }
  /* line 105493, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }
  /* line 105497, app/assets/stylesheets/tailwind.css */
  .lg\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }
  /* line 105501, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }
  /* line 105505, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 105509, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 105513, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 105517, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }
  /* line 105521, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 105525, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 105529, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 105533, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }
  /* line 105537, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 105541, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 105545, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 105549, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }
  /* line 105553, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 105557, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }
  /* line 105561, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }
  /* line 105565, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }
  /* line 105569, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }
  /* line 105573, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }
  /* line 105577, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }
  /* line 105581, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }
  /* line 105585, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }
  /* line 105589, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }
  /* line 105593, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }
  /* line 105597, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }
  /* line 105601, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }
  /* line 105605, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }
  /* line 105609, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }
  /* line 105613, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }
  /* line 105617, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }
  /* line 105621, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }
  /* line 105625, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 105629, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 105633, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 105637, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 105641, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }
  /* line 105645, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 105649, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 105653, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 105657, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }
  /* line 105661, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 105665, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 105669, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 105673, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }
  /* line 105677, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 105681, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 105685, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 105689, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }
  /* line 105693, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 105697, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }
  /* line 105701, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }
  /* line 105705, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }
  /* line 105709, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }
  /* line 105713, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }
  /* line 105717, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }
  /* line 105721, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }
  /* line 105725, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }
  /* line 105729, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }
  /* line 105733, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }
  /* line 105737, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }
  /* line 105741, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }
  /* line 105745, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }
  /* line 105749, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }
  /* line 105753, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }
  /* line 105757, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }
  /* line 105761, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }
  /* line 105765, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 105769, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 105773, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 105777, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 105781, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }
  /* line 105785, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 105789, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 105793, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }
  /* line 105797, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }
  /* line 105801, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }
  /* line 105805, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }
  /* line 105809, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }
  /* line 105813, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 105817, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 105821, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }
  /* line 105825, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }
  /* line 105829, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }
  /* line 105833, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }
  /* line 105837, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }
  /* line 105841, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 105845, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 105849, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 105853, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }
  /* line 105857, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 105861, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 105865, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 105869, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }
  /* line 105873, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 105877, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 105881, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 105885, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }
  /* line 105889, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 105893, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }
  /* line 105897, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }
  /* line 105901, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }
  /* line 105905, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }
  /* line 105909, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }
  /* line 105913, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }
  /* line 105917, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }
  /* line 105921, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }
  /* line 105925, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }
  /* line 105929, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }
  /* line 105933, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }
  /* line 105937, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }
  /* line 105941, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }
  /* line 105945, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }
  /* line 105949, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }
  /* line 105953, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }
  /* line 105957, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }
  /* line 105961, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 105965, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 105969, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 105973, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 105977, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }
  /* line 105981, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 105985, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 105989, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 105993, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }
  /* line 105997, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 106001, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 106005, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 106009, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }
  /* line 106013, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 106017, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 106021, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 106025, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }
  /* line 106029, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 106033, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }
  /* line 106037, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }
  /* line 106041, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }
  /* line 106045, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }
  /* line 106049, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }
  /* line 106053, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }
  /* line 106057, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }
  /* line 106061, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }
  /* line 106065, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }
  /* line 106069, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }
  /* line 106073, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }
  /* line 106077, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }
  /* line 106081, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }
  /* line 106085, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }
  /* line 106089, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }
  /* line 106093, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }
  /* line 106097, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }
  /* line 106101, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 106105, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 106109, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 106113, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 106117, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }
  /* line 106121, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 106125, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 106129, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }
  /* line 106133, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }
  /* line 106137, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }
  /* line 106141, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }
  /* line 106145, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }
  /* line 106149, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 106153, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 106157, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }
  /* line 106161, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }
  /* line 106165, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }
  /* line 106169, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }
  /* line 106173, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }
  /* line 106177, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 106181, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 106185, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 106189, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }
  /* line 106193, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 106197, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 106201, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 106205, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }
  /* line 106209, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 106213, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 106217, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 106221, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }
  /* line 106225, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 106229, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }
  /* line 106233, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }
  /* line 106237, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }
  /* line 106241, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }
  /* line 106245, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }
  /* line 106249, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }
  /* line 106253, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }
  /* line 106257, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }
  /* line 106261, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }
  /* line 106265, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }
  /* line 106269, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }
  /* line 106273, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }
  /* line 106277, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }
  /* line 106281, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }
  /* line 106285, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }
  /* line 106289, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }
  /* line 106293, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }
  /* line 106297, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 106301, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 106305, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 106309, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 106313, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }
  /* line 106317, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 106321, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 106325, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 106329, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }
  /* line 106333, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 106337, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 106341, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 106345, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }
  /* line 106349, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 106353, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 106357, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 106361, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }
  /* line 106365, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 106369, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }
  /* line 106373, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }
  /* line 106377, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }
  /* line 106381, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }
  /* line 106385, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }
  /* line 106389, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }
  /* line 106393, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }
  /* line 106397, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }
  /* line 106401, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }
  /* line 106405, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }
  /* line 106409, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }
  /* line 106413, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }
  /* line 106417, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }
  /* line 106421, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }
  /* line 106425, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }
  /* line 106429, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }
  /* line 106433, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }
  /* line 106437, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 106441, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 106445, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 106449, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 106453, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }
  /* line 106457, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 106461, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 106465, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }
  /* line 106469, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }
  /* line 106473, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }
  /* line 106477, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }
  /* line 106481, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }
  /* line 106485, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 106489, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 106493, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }
  /* line 106497, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }
  /* line 106501, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }
  /* line 106505, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }
  /* line 106509, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }
  /* line 106513, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 106517, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 106521, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 106525, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }
  /* line 106529, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 106533, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 106537, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 106541, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }
  /* line 106545, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 106549, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 106553, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 106557, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }
  /* line 106561, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 106565, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }
  /* line 106569, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }
  /* line 106573, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }
  /* line 106577, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }
  /* line 106581, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }
  /* line 106585, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }
  /* line 106589, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }
  /* line 106593, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }
  /* line 106597, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }
  /* line 106601, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }
  /* line 106605, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }
  /* line 106609, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }
  /* line 106613, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }
  /* line 106617, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }
  /* line 106621, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }
  /* line 106625, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }
  /* line 106629, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }
  /* line 106633, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 106637, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 106641, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 106645, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 106649, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }
  /* line 106653, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 106657, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 106661, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 106665, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }
  /* line 106669, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 106673, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 106677, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 106681, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }
  /* line 106685, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 106689, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 106693, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 106697, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }
  /* line 106701, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 106705, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }
  /* line 106709, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }
  /* line 106713, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }
  /* line 106717, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }
  /* line 106721, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }
  /* line 106725, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }
  /* line 106729, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }
  /* line 106733, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }
  /* line 106737, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }
  /* line 106741, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }
  /* line 106745, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }
  /* line 106749, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }
  /* line 106753, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }
  /* line 106757, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }
  /* line 106761, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }
  /* line 106765, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }
  /* line 106769, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }
  /* line 106773, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 106777, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 106781, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 106785, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 106789, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }
  /* line 106793, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 106797, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 106801, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }
  /* line 106805, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }
  /* line 106809, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }
  /* line 106813, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }
  /* line 106817, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }
  /* line 106821, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 106825, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 106829, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }
  /* line 106833, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }
  /* line 106837, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }
  /* line 106841, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }
  /* line 106845, app/assets/stylesheets/tailwind.css */
  .lg\:rotate-0 {
    --tw-rotate: 0deg !important;
  }
  /* line 106849, app/assets/stylesheets/tailwind.css */
  .lg\:rotate-1 {
    --tw-rotate: 1deg !important;
  }
  /* line 106853, app/assets/stylesheets/tailwind.css */
  .lg\:rotate-2 {
    --tw-rotate: 2deg !important;
  }
  /* line 106857, app/assets/stylesheets/tailwind.css */
  .lg\:rotate-3 {
    --tw-rotate: 3deg !important;
  }
  /* line 106861, app/assets/stylesheets/tailwind.css */
  .lg\:rotate-6 {
    --tw-rotate: 6deg !important;
  }
  /* line 106865, app/assets/stylesheets/tailwind.css */
  .lg\:rotate-12 {
    --tw-rotate: 12deg !important;
  }
  /* line 106869, app/assets/stylesheets/tailwind.css */
  .lg\:rotate-45 {
    --tw-rotate: 45deg !important;
  }
  /* line 106873, app/assets/stylesheets/tailwind.css */
  .lg\:rotate-90 {
    --tw-rotate: 90deg !important;
  }
  /* line 106877, app/assets/stylesheets/tailwind.css */
  .lg\:rotate-180 {
    --tw-rotate: 180deg !important;
  }
  /* line 106881, app/assets/stylesheets/tailwind.css */
  .lg\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }
  /* line 106885, app/assets/stylesheets/tailwind.css */
  .lg\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }
  /* line 106889, app/assets/stylesheets/tailwind.css */
  .lg\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }
  /* line 106893, app/assets/stylesheets/tailwind.css */
  .lg\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }
  /* line 106897, app/assets/stylesheets/tailwind.css */
  .lg\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }
  /* line 106901, app/assets/stylesheets/tailwind.css */
  .lg\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }
  /* line 106905, app/assets/stylesheets/tailwind.css */
  .lg\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }
  /* line 106909, app/assets/stylesheets/tailwind.css */
  .lg\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }
  /* line 106913, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }
  /* line 106917, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }
  /* line 106921, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }
  /* line 106925, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }
  /* line 106929, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }
  /* line 106933, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }
  /* line 106937, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }
  /* line 106941, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }
  /* line 106945, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }
  /* line 106949, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }
  /* line 106953, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }
  /* line 106957, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }
  /* line 106961, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }
  /* line 106965, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }
  /* line 106969, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }
  /* line 106973, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }
  /* line 106977, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }
  /* line 106981, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }
  /* line 106985, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }
  /* line 106989, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }
  /* line 106993, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }
  /* line 106997, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }
  /* line 107001, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }
  /* line 107005, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }
  /* line 107009, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }
  /* line 107013, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }
  /* line 107017, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }
  /* line 107021, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }
  /* line 107025, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }
  /* line 107029, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }
  /* line 107033, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }
  /* line 107037, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }
  /* line 107041, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }
  /* line 107045, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }
  /* line 107049, app/assets/stylesheets/tailwind.css */
  .lg\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }
  /* line 107053, app/assets/stylesheets/tailwind.css */
  .lg\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }
  /* line 107057, app/assets/stylesheets/tailwind.css */
  .lg\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }
  /* line 107061, app/assets/stylesheets/tailwind.css */
  .lg\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }
  /* line 107065, app/assets/stylesheets/tailwind.css */
  .lg\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }
  /* line 107069, app/assets/stylesheets/tailwind.css */
  .lg\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }
  /* line 107073, app/assets/stylesheets/tailwind.css */
  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }
  /* line 107077, app/assets/stylesheets/tailwind.css */
  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }
  /* line 107081, app/assets/stylesheets/tailwind.css */
  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }
  /* line 107085, app/assets/stylesheets/tailwind.css */
  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }
  /* line 107089, app/assets/stylesheets/tailwind.css */
  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }
  /* line 107093, app/assets/stylesheets/tailwind.css */
  .lg\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }
  /* line 107097, app/assets/stylesheets/tailwind.css */
  .lg\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }
  /* line 107101, app/assets/stylesheets/tailwind.css */
  .lg\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }
  /* line 107105, app/assets/stylesheets/tailwind.css */
  .lg\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }
  /* line 107109, app/assets/stylesheets/tailwind.css */
  .lg\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }
  /* line 107113, app/assets/stylesheets/tailwind.css */
  .lg\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }
  /* line 107117, app/assets/stylesheets/tailwind.css */
  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }
  /* line 107121, app/assets/stylesheets/tailwind.css */
  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }
  /* line 107125, app/assets/stylesheets/tailwind.css */
  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }
  /* line 107129, app/assets/stylesheets/tailwind.css */
  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }
  /* line 107133, app/assets/stylesheets/tailwind.css */
  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }
  /* line 107137, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }
  /* line 107141, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }
  /* line 107145, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }
  /* line 107149, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }
  /* line 107153, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }
  /* line 107157, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }
  /* line 107161, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }
  /* line 107165, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }
  /* line 107169, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }
  /* line 107173, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }
  /* line 107177, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }
  /* line 107181, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }
  /* line 107185, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }
  /* line 107189, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }
  /* line 107193, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }
  /* line 107197, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }
  /* line 107201, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }
  /* line 107205, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }
  /* line 107209, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }
  /* line 107213, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }
  /* line 107217, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }
  /* line 107221, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }
  /* line 107225, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }
  /* line 107229, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }
  /* line 107233, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }
  /* line 107237, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }
  /* line 107241, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }
  /* line 107245, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }
  /* line 107249, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }
  /* line 107253, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }
  /* line 107257, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }
  /* line 107261, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }
  /* line 107265, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }
  /* line 107269, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }
  /* line 107273, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }
  /* line 107277, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }
  /* line 107281, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }
  /* line 107285, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }
  /* line 107289, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }
  /* line 107293, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }
  /* line 107297, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }
  /* line 107301, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }
  /* line 107305, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }
  /* line 107309, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }
  /* line 107313, app/assets/stylesheets/tailwind.css */
  .lg\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 107318, app/assets/stylesheets/tailwind.css */
  .lg\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 107323, app/assets/stylesheets/tailwind.css */
  .lg\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 107328, app/assets/stylesheets/tailwind.css */
  .lg\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 107333, app/assets/stylesheets/tailwind.css */
  .lg\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 107338, app/assets/stylesheets/tailwind.css */
  .lg\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 107343, app/assets/stylesheets/tailwind.css */
  .lg\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 107348, app/assets/stylesheets/tailwind.css */
  .lg\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 107353, app/assets/stylesheets/tailwind.css */
  .lg\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 107358, app/assets/stylesheets/tailwind.css */
  .lg\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 107363, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 107368, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 107373, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 107378, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 107383, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 107388, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 107393, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 107398, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 107403, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 107408, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 107413, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 107418, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 107423, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 107428, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 107433, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 107438, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 107443, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 107448, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 107453, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 107458, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 107463, app/assets/stylesheets/tailwind.css */
  .lg\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }
  /* line 107467, app/assets/stylesheets/tailwind.css */
  .lg\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }
  /* line 107471, app/assets/stylesheets/tailwind.css */
  .lg\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }
  /* line 107475, app/assets/stylesheets/tailwind.css */
  .lg\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }
  /* line 107479, app/assets/stylesheets/tailwind.css */
  .lg\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }
  /* line 107483, app/assets/stylesheets/tailwind.css */
  .lg\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }
  /* line 107487, app/assets/stylesheets/tailwind.css */
  .lg\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }
  /* line 107491, app/assets/stylesheets/tailwind.css */
  .lg\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }
  /* line 107495, app/assets/stylesheets/tailwind.css */
  .lg\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }
  /* line 107499, app/assets/stylesheets/tailwind.css */
  .lg\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }
  /* line 107503, app/assets/stylesheets/tailwind.css */
  .lg\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }
  /* line 107507, app/assets/stylesheets/tailwind.css */
  .lg\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }
  /* line 107511, app/assets/stylesheets/tailwind.css */
  .lg\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }
  /* line 107515, app/assets/stylesheets/tailwind.css */
  .lg\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }
  /* line 107519, app/assets/stylesheets/tailwind.css */
  .lg\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }
  /* line 107523, app/assets/stylesheets/tailwind.css */
  .lg\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }
  /* line 107527, app/assets/stylesheets/tailwind.css */
  .lg\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }
  /* line 107531, app/assets/stylesheets/tailwind.css */
  .lg\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }
  /* line 107535, app/assets/stylesheets/tailwind.css */
  .lg\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }
  /* line 107539, app/assets/stylesheets/tailwind.css */
  .lg\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }
  /* line 107543, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }
  /* line 107547, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }
  /* line 107551, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }
  /* line 107555, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }
  /* line 107559, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }
  /* line 107563, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }
  /* line 107567, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }
  /* line 107571, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }
  /* line 107575, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }
  /* line 107579, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }
  /* line 107583, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }
  /* line 107587, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }
  /* line 107591, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }
  /* line 107595, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }
  /* line 107599, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }
  /* line 107603, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }
  /* line 107607, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }
  /* line 107611, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }
  /* line 107615, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }
  /* line 107619, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }
  /* line 107623, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }
  /* line 107627, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }
  /* line 107631, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }
  /* line 107635, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }
  /* line 107639, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }
  /* line 107643, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }
  /* line 107647, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }
  /* line 107651, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }
  /* line 107655, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }
  /* line 107659, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }
  /* line 107663, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }
  /* line 107667, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }
  /* line 107671, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }
  /* line 107675, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }
  /* line 107679, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }
  /* line 107683, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }
  /* line 107687, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }
  /* line 107691, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }
  /* line 107695, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }
  /* line 107699, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }
  /* line 107703, app/assets/stylesheets/tailwind.css */
  .lg\:animate-none {
    animation: none !important;
  }
  /* line 107707, app/assets/stylesheets/tailwind.css */
  .lg\:animate-spin {
    animation: spin 1s linear infinite !important;
  }
  /* line 107711, app/assets/stylesheets/tailwind.css */
  .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }
  /* line 107715, app/assets/stylesheets/tailwind.css */
  .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }
  /* line 107719, app/assets/stylesheets/tailwind.css */
  .lg\:animate-bounce {
    animation: bounce 1s infinite !important;
  }
  /* line 107723, app/assets/stylesheets/tailwind.css */
  .lg\:cursor-auto {
    cursor: auto !important;
  }
  /* line 107727, app/assets/stylesheets/tailwind.css */
  .lg\:cursor-default {
    cursor: default !important;
  }
  /* line 107731, app/assets/stylesheets/tailwind.css */
  .lg\:cursor-pointer {
    cursor: pointer !important;
  }
  /* line 107735, app/assets/stylesheets/tailwind.css */
  .lg\:cursor-wait {
    cursor: wait !important;
  }
  /* line 107739, app/assets/stylesheets/tailwind.css */
  .lg\:cursor-text {
    cursor: text !important;
  }
  /* line 107743, app/assets/stylesheets/tailwind.css */
  .lg\:cursor-move {
    cursor: move !important;
  }
  /* line 107747, app/assets/stylesheets/tailwind.css */
  .lg\:cursor-help {
    cursor: help !important;
  }
  /* line 107751, app/assets/stylesheets/tailwind.css */
  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  /* line 107755, app/assets/stylesheets/tailwind.css */
  .lg\:select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }
  /* line 107762, app/assets/stylesheets/tailwind.css */
  .lg\:select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }
  /* line 107769, app/assets/stylesheets/tailwind.css */
  .lg\:select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }
  /* line 107776, app/assets/stylesheets/tailwind.css */
  .lg\:select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }
  /* line 107783, app/assets/stylesheets/tailwind.css */
  .lg\:resize-none {
    resize: none !important;
  }
  /* line 107787, app/assets/stylesheets/tailwind.css */
  .lg\:resize-y {
    resize: vertical !important;
  }
  /* line 107791, app/assets/stylesheets/tailwind.css */
  .lg\:resize-x {
    resize: horizontal !important;
  }
  /* line 107795, app/assets/stylesheets/tailwind.css */
  .lg\:resize {
    resize: both !important;
  }
  /* line 107799, app/assets/stylesheets/tailwind.css */
  .lg\:list-inside {
    list-style-position: inside !important;
  }
  /* line 107803, app/assets/stylesheets/tailwind.css */
  .lg\:list-outside {
    list-style-position: outside !important;
  }
  /* line 107807, app/assets/stylesheets/tailwind.css */
  .lg\:list-none {
    list-style-type: none !important;
  }
  /* line 107811, app/assets/stylesheets/tailwind.css */
  .lg\:list-disc {
    list-style-type: disc !important;
  }
  /* line 107815, app/assets/stylesheets/tailwind.css */
  .lg\:list-decimal {
    list-style-type: decimal !important;
  }
  /* line 107819, app/assets/stylesheets/tailwind.css */
  .lg\:appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }
  /* line 107825, app/assets/stylesheets/tailwind.css */
  .lg\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }
  /* line 107829, app/assets/stylesheets/tailwind.css */
  .lg\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }
  /* line 107833, app/assets/stylesheets/tailwind.css */
  .lg\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  /* line 107837, app/assets/stylesheets/tailwind.css */
  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  /* line 107841, app/assets/stylesheets/tailwind.css */
  .lg\:grid-flow-row {
    grid-auto-flow: row !important;
  }
  /* line 107845, app/assets/stylesheets/tailwind.css */
  .lg\:grid-flow-col {
    grid-auto-flow: column !important;
  }
  /* line 107849, app/assets/stylesheets/tailwind.css */
  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }
  /* line 107853, app/assets/stylesheets/tailwind.css */
  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }
  /* line 107857, app/assets/stylesheets/tailwind.css */
  .lg\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }
  /* line 107861, app/assets/stylesheets/tailwind.css */
  .lg\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }
  /* line 107865, app/assets/stylesheets/tailwind.css */
  .lg\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }
  /* line 107869, app/assets/stylesheets/tailwind.css */
  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  /* line 107873, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  /* line 107877, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  /* line 107881, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  /* line 107885, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  /* line 107889, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  /* line 107893, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  /* line 107897, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  /* line 107901, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  /* line 107905, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  /* line 107909, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  /* line 107913, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  /* line 107917, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  /* line 107921, app/assets/stylesheets/tailwind.css */
  .lg\:grid-cols-none {
    grid-template-columns: none !important;
  }
  /* line 107925, app/assets/stylesheets/tailwind.css */
  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  /* line 107929, app/assets/stylesheets/tailwind.css */
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }
  /* line 107933, app/assets/stylesheets/tailwind.css */
  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  /* line 107937, app/assets/stylesheets/tailwind.css */
  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  /* line 107941, app/assets/stylesheets/tailwind.css */
  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }
  /* line 107945, app/assets/stylesheets/tailwind.css */
  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }
  /* line 107949, app/assets/stylesheets/tailwind.css */
  .lg\:grid-rows-none {
    grid-template-rows: none !important;
  }
  /* line 107953, app/assets/stylesheets/tailwind.css */
  .lg\:flex-row {
    flex-direction: row !important;
  }
  /* line 107957, app/assets/stylesheets/tailwind.css */
  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 107961, app/assets/stylesheets/tailwind.css */
  .lg\:flex-col {
    flex-direction: column !important;
  }
  /* line 107965, app/assets/stylesheets/tailwind.css */
  .lg\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 107969, app/assets/stylesheets/tailwind.css */
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  /* line 107973, app/assets/stylesheets/tailwind.css */
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 107977, app/assets/stylesheets/tailwind.css */
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 107981, app/assets/stylesheets/tailwind.css */
  .lg\:place-content-center {
    place-content: center !important;
  }
  /* line 107985, app/assets/stylesheets/tailwind.css */
  .lg\:place-content-start {
    place-content: start !important;
  }
  /* line 107989, app/assets/stylesheets/tailwind.css */
  .lg\:place-content-end {
    place-content: end !important;
  }
  /* line 107993, app/assets/stylesheets/tailwind.css */
  .lg\:place-content-between {
    place-content: space-between !important;
  }
  /* line 107997, app/assets/stylesheets/tailwind.css */
  .lg\:place-content-around {
    place-content: space-around !important;
  }
  /* line 108001, app/assets/stylesheets/tailwind.css */
  .lg\:place-content-evenly {
    place-content: space-evenly !important;
  }
  /* line 108005, app/assets/stylesheets/tailwind.css */
  .lg\:place-content-stretch {
    place-content: stretch !important;
  }
  /* line 108009, app/assets/stylesheets/tailwind.css */
  .lg\:place-items-start {
    place-items: start !important;
  }
  /* line 108013, app/assets/stylesheets/tailwind.css */
  .lg\:place-items-end {
    place-items: end !important;
  }
  /* line 108017, app/assets/stylesheets/tailwind.css */
  .lg\:place-items-center {
    place-items: center !important;
  }
  /* line 108021, app/assets/stylesheets/tailwind.css */
  .lg\:place-items-stretch {
    place-items: stretch !important;
  }
  /* line 108025, app/assets/stylesheets/tailwind.css */
  .lg\:content-center {
    align-content: center !important;
  }
  /* line 108029, app/assets/stylesheets/tailwind.css */
  .lg\:content-start {
    align-content: flex-start !important;
  }
  /* line 108033, app/assets/stylesheets/tailwind.css */
  .lg\:content-end {
    align-content: flex-end !important;
  }
  /* line 108037, app/assets/stylesheets/tailwind.css */
  .lg\:content-between {
    align-content: space-between !important;
  }
  /* line 108041, app/assets/stylesheets/tailwind.css */
  .lg\:content-around {
    align-content: space-around !important;
  }
  /* line 108045, app/assets/stylesheets/tailwind.css */
  .lg\:content-evenly {
    align-content: space-evenly !important;
  }
  /* line 108049, app/assets/stylesheets/tailwind.css */
  .lg\:items-start {
    align-items: flex-start !important;
  }
  /* line 108053, app/assets/stylesheets/tailwind.css */
  .lg\:items-end {
    align-items: flex-end !important;
  }
  /* line 108057, app/assets/stylesheets/tailwind.css */
  .lg\:items-center {
    align-items: center !important;
  }
  /* line 108061, app/assets/stylesheets/tailwind.css */
  .lg\:items-baseline {
    align-items: baseline !important;
  }
  /* line 108065, app/assets/stylesheets/tailwind.css */
  .lg\:items-stretch {
    align-items: stretch !important;
  }
  /* line 108069, app/assets/stylesheets/tailwind.css */
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  /* line 108073, app/assets/stylesheets/tailwind.css */
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
  /* line 108077, app/assets/stylesheets/tailwind.css */
  .lg\:justify-center {
    justify-content: center !important;
  }
  /* line 108081, app/assets/stylesheets/tailwind.css */
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  /* line 108085, app/assets/stylesheets/tailwind.css */
  .lg\:justify-around {
    justify-content: space-around !important;
  }
  /* line 108089, app/assets/stylesheets/tailwind.css */
  .lg\:justify-evenly {
    justify-content: space-evenly !important;
  }
  /* line 108093, app/assets/stylesheets/tailwind.css */
  .lg\:justify-items-start {
    justify-items: start !important;
  }
  /* line 108097, app/assets/stylesheets/tailwind.css */
  .lg\:justify-items-end {
    justify-items: end !important;
  }
  /* line 108101, app/assets/stylesheets/tailwind.css */
  .lg\:justify-items-center {
    justify-items: center !important;
  }
  /* line 108105, app/assets/stylesheets/tailwind.css */
  .lg\:justify-items-stretch {
    justify-items: stretch !important;
  }
  /* line 108109, app/assets/stylesheets/tailwind.css */
  .lg\:gap-0 {
    gap: 0px !important;
  }
  /* line 108113, app/assets/stylesheets/tailwind.css */
  .lg\:gap-1 {
    gap: 0.25rem !important;
  }
  /* line 108117, app/assets/stylesheets/tailwind.css */
  .lg\:gap-2 {
    gap: 0.5rem !important;
  }
  /* line 108121, app/assets/stylesheets/tailwind.css */
  .lg\:gap-3 {
    gap: 0.75rem !important;
  }
  /* line 108125, app/assets/stylesheets/tailwind.css */
  .lg\:gap-4 {
    gap: 1rem !important;
  }
  /* line 108129, app/assets/stylesheets/tailwind.css */
  .lg\:gap-5 {
    gap: 1.25rem !important;
  }
  /* line 108133, app/assets/stylesheets/tailwind.css */
  .lg\:gap-6 {
    gap: 1.5rem !important;
  }
  /* line 108137, app/assets/stylesheets/tailwind.css */
  .lg\:gap-7 {
    gap: 1.75rem !important;
  }
  /* line 108141, app/assets/stylesheets/tailwind.css */
  .lg\:gap-8 {
    gap: 2rem !important;
  }
  /* line 108145, app/assets/stylesheets/tailwind.css */
  .lg\:gap-9 {
    gap: 2.25rem !important;
  }
  /* line 108149, app/assets/stylesheets/tailwind.css */
  .lg\:gap-10 {
    gap: 2.5rem !important;
  }
  /* line 108153, app/assets/stylesheets/tailwind.css */
  .lg\:gap-11 {
    gap: 2.75rem !important;
  }
  /* line 108157, app/assets/stylesheets/tailwind.css */
  .lg\:gap-12 {
    gap: 3rem !important;
  }
  /* line 108161, app/assets/stylesheets/tailwind.css */
  .lg\:gap-14 {
    gap: 3.5rem !important;
  }
  /* line 108165, app/assets/stylesheets/tailwind.css */
  .lg\:gap-16 {
    gap: 4rem !important;
  }
  /* line 108169, app/assets/stylesheets/tailwind.css */
  .lg\:gap-20 {
    gap: 5rem !important;
  }
  /* line 108173, app/assets/stylesheets/tailwind.css */
  .lg\:gap-24 {
    gap: 6rem !important;
  }
  /* line 108177, app/assets/stylesheets/tailwind.css */
  .lg\:gap-28 {
    gap: 7rem !important;
  }
  /* line 108181, app/assets/stylesheets/tailwind.css */
  .lg\:gap-32 {
    gap: 8rem !important;
  }
  /* line 108185, app/assets/stylesheets/tailwind.css */
  .lg\:gap-36 {
    gap: 9rem !important;
  }
  /* line 108189, app/assets/stylesheets/tailwind.css */
  .lg\:gap-40 {
    gap: 10rem !important;
  }
  /* line 108193, app/assets/stylesheets/tailwind.css */
  .lg\:gap-44 {
    gap: 11rem !important;
  }
  /* line 108197, app/assets/stylesheets/tailwind.css */
  .lg\:gap-48 {
    gap: 12rem !important;
  }
  /* line 108201, app/assets/stylesheets/tailwind.css */
  .lg\:gap-52 {
    gap: 13rem !important;
  }
  /* line 108205, app/assets/stylesheets/tailwind.css */
  .lg\:gap-56 {
    gap: 14rem !important;
  }
  /* line 108209, app/assets/stylesheets/tailwind.css */
  .lg\:gap-60 {
    gap: 15rem !important;
  }
  /* line 108213, app/assets/stylesheets/tailwind.css */
  .lg\:gap-64 {
    gap: 16rem !important;
  }
  /* line 108217, app/assets/stylesheets/tailwind.css */
  .lg\:gap-72 {
    gap: 18rem !important;
  }
  /* line 108221, app/assets/stylesheets/tailwind.css */
  .lg\:gap-80 {
    gap: 20rem !important;
  }
  /* line 108225, app/assets/stylesheets/tailwind.css */
  .lg\:gap-96 {
    gap: 24rem !important;
  }
  /* line 108229, app/assets/stylesheets/tailwind.css */
  .lg\:gap-px {
    gap: 1px !important;
  }
  /* line 108233, app/assets/stylesheets/tailwind.css */
  .lg\:gap-0\.5 {
    gap: 0.125rem !important;
  }
  /* line 108237, app/assets/stylesheets/tailwind.css */
  .lg\:gap-1\.5 {
    gap: 0.375rem !important;
  }
  /* line 108241, app/assets/stylesheets/tailwind.css */
  .lg\:gap-2\.5 {
    gap: 0.625rem !important;
  }
  /* line 108245, app/assets/stylesheets/tailwind.css */
  .lg\:gap-3\.5 {
    gap: 0.875rem !important;
  }
  /* line 108249, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-0 {
    -moz-column-gap: 0px !important;
    column-gap: 0px !important;
  }
  /* line 108254, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 108259, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 108264, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  /* line 108269, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-4 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 108274, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  /* line 108279, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 108284, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  /* line 108289, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-8 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 108294, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }
  /* line 108299, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 108304, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }
  /* line 108309, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-12 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 108314, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 108319, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-16 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 108324, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-20 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 108329, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-24 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 108334, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-28 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 108339, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-32 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 108344, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-36 {
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important;
  }
  /* line 108349, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-40 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 108354, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-44 {
    -moz-column-gap: 11rem !important;
    column-gap: 11rem !important;
  }
  /* line 108359, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-48 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 108364, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-52 {
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important;
  }
  /* line 108369, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-56 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 108374, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-60 {
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  /* line 108379, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-64 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  /* line 108384, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-72 {
    -moz-column-gap: 18rem !important;
    column-gap: 18rem !important;
  }
  /* line 108389, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-80 {
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important;
  }
  /* line 108394, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-96 {
    -moz-column-gap: 24rem !important;
    column-gap: 24rem !important;
  }
  /* line 108399, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-px {
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }
  /* line 108404, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
    column-gap: 0.125rem !important;
  }
  /* line 108409, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
    column-gap: 0.375rem !important;
  }
  /* line 108414, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  /* line 108419, app/assets/stylesheets/tailwind.css */
  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
    column-gap: 0.875rem !important;
  }
  /* line 108424, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-0 {
    row-gap: 0px !important;
  }
  /* line 108428, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-1 {
    row-gap: 0.25rem !important;
  }
  /* line 108432, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-2 {
    row-gap: 0.5rem !important;
  }
  /* line 108436, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-3 {
    row-gap: 0.75rem !important;
  }
  /* line 108440, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-4 {
    row-gap: 1rem !important;
  }
  /* line 108444, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-5 {
    row-gap: 1.25rem !important;
  }
  /* line 108448, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-6 {
    row-gap: 1.5rem !important;
  }
  /* line 108452, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-7 {
    row-gap: 1.75rem !important;
  }
  /* line 108456, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-8 {
    row-gap: 2rem !important;
  }
  /* line 108460, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-9 {
    row-gap: 2.25rem !important;
  }
  /* line 108464, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-10 {
    row-gap: 2.5rem !important;
  }
  /* line 108468, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-11 {
    row-gap: 2.75rem !important;
  }
  /* line 108472, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-12 {
    row-gap: 3rem !important;
  }
  /* line 108476, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-14 {
    row-gap: 3.5rem !important;
  }
  /* line 108480, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-16 {
    row-gap: 4rem !important;
  }
  /* line 108484, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-20 {
    row-gap: 5rem !important;
  }
  /* line 108488, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-24 {
    row-gap: 6rem !important;
  }
  /* line 108492, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-28 {
    row-gap: 7rem !important;
  }
  /* line 108496, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-32 {
    row-gap: 8rem !important;
  }
  /* line 108500, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-36 {
    row-gap: 9rem !important;
  }
  /* line 108504, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-40 {
    row-gap: 10rem !important;
  }
  /* line 108508, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-44 {
    row-gap: 11rem !important;
  }
  /* line 108512, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-48 {
    row-gap: 12rem !important;
  }
  /* line 108516, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-52 {
    row-gap: 13rem !important;
  }
  /* line 108520, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-56 {
    row-gap: 14rem !important;
  }
  /* line 108524, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-60 {
    row-gap: 15rem !important;
  }
  /* line 108528, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-64 {
    row-gap: 16rem !important;
  }
  /* line 108532, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-72 {
    row-gap: 18rem !important;
  }
  /* line 108536, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-80 {
    row-gap: 20rem !important;
  }
  /* line 108540, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-96 {
    row-gap: 24rem !important;
  }
  /* line 108544, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-px {
    row-gap: 1px !important;
  }
  /* line 108548, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }
  /* line 108552, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }
  /* line 108556, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }
  /* line 108560, app/assets/stylesheets/tailwind.css */
  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }
  /* line 108564, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108570, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108576, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108582, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108588, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108594, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108600, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108606, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108612, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108618, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108624, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108630, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108636, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108642, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108648, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108654, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108660, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108666, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108672, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108678, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108684, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108690, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108696, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108702, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108708, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108714, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108720, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108726, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108732, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108738, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108744, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108750, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108756, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108762, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108768, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108774, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108780, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108786, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108792, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108798, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108804, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108810, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108816, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108822, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108828, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108834, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108840, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108846, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108852, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108858, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108864, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108870, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108876, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108882, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108888, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108894, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108900, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108906, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108912, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108918, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108924, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108930, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108936, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108942, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108948, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108954, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108960, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108966, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108972, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108978, app/assets/stylesheets/tailwind.css */
  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 108984, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  /* line 108990, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 108996, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109002, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109008, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109014, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109020, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109026, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109032, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109038, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109044, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109050, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109056, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109062, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109068, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109074, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109080, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109086, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109092, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109098, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109104, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109110, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109116, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109122, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109128, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109134, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109140, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109146, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109152, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109158, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109164, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }
  /* line 109170, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109176, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109182, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109188, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109194, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  /* line 109200, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109206, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109212, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109218, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109224, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109230, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109236, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109242, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109248, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109254, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109260, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109266, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109272, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109278, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109284, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109290, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109296, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109302, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109308, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109314, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109320, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109326, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109332, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109338, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109344, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109350, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109356, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109362, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109368, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109374, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }
  /* line 109380, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109386, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109392, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109398, app/assets/stylesheets/tailwind.css */
  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 109404, app/assets/stylesheets/tailwind.css */
  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }
  /* line 109408, app/assets/stylesheets/tailwind.css */
  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }
  /* line 109412, app/assets/stylesheets/tailwind.css */
  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 109418, app/assets/stylesheets/tailwind.css */
  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 109424, app/assets/stylesheets/tailwind.css */
  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 109430, app/assets/stylesheets/tailwind.css */
  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 109436, app/assets/stylesheets/tailwind.css */
  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 109442, app/assets/stylesheets/tailwind.css */
  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 109448, app/assets/stylesheets/tailwind.css */
  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 109454, app/assets/stylesheets/tailwind.css */
  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 109460, app/assets/stylesheets/tailwind.css */
  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 109466, app/assets/stylesheets/tailwind.css */
  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 109472, app/assets/stylesheets/tailwind.css */
  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }
  /* line 109476, app/assets/stylesheets/tailwind.css */
  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }
  /* line 109480, app/assets/stylesheets/tailwind.css */
  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }
  /* line 109484, app/assets/stylesheets/tailwind.css */
  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }
  /* line 109488, app/assets/stylesheets/tailwind.css */
  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }
  /* line 109492, app/assets/stylesheets/tailwind.css */
  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }
  /* line 109496, app/assets/stylesheets/tailwind.css */
  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }
  /* line 109500, app/assets/stylesheets/tailwind.css */
  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }
  /* line 109504, app/assets/stylesheets/tailwind.css */
  .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }
  /* line 109508, app/assets/stylesheets/tailwind.css */
  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--black) !important;
  }
  /* line 109512, app/assets/stylesheets/tailwind.css */
  .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--white) !important;
  }
  /* line 109516, app/assets/stylesheets/tailwind.css */
  .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
  }
  /* line 109521, app/assets/stylesheets/tailwind.css */
  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 109526, app/assets/stylesheets/tailwind.css */
  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 109531, app/assets/stylesheets/tailwind.css */
  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }
  /* line 109536, app/assets/stylesheets/tailwind.css */
  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }
  /* line 109541, app/assets/stylesheets/tailwind.css */
  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }
  /* line 109546, app/assets/stylesheets/tailwind.css */
  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }
  /* line 109551, app/assets/stylesheets/tailwind.css */
  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }
  /* line 109556, app/assets/stylesheets/tailwind.css */
  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }
  /* line 109561, app/assets/stylesheets/tailwind.css */
  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }
  /* line 109566, app/assets/stylesheets/tailwind.css */
  .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }
  /* line 109571, app/assets/stylesheets/tailwind.css */
  .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }
  /* line 109576, app/assets/stylesheets/tailwind.css */
  .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }
  /* line 109581, app/assets/stylesheets/tailwind.css */
  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }
  /* line 109586, app/assets/stylesheets/tailwind.css */
  .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }
  /* line 109591, app/assets/stylesheets/tailwind.css */
  .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }
  /* line 109596, app/assets/stylesheets/tailwind.css */
  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }
  /* line 109601, app/assets/stylesheets/tailwind.css */
  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }
  /* line 109606, app/assets/stylesheets/tailwind.css */
  .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }
  /* line 109611, app/assets/stylesheets/tailwind.css */
  .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }
  /* line 109616, app/assets/stylesheets/tailwind.css */
  .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 109621, app/assets/stylesheets/tailwind.css */
  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
  }
  /* line 109626, app/assets/stylesheets/tailwind.css */
  .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
  }
  /* line 109631, app/assets/stylesheets/tailwind.css */
  .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
  }
  /* line 109636, app/assets/stylesheets/tailwind.css */
  .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
  }
  /* line 109641, app/assets/stylesheets/tailwind.css */
  .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
  }
  /* line 109646, app/assets/stylesheets/tailwind.css */
  .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
  }
  /* line 109651, app/assets/stylesheets/tailwind.css */
  .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
  }
  /* line 109656, app/assets/stylesheets/tailwind.css */
  .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
  }
  /* line 109661, app/assets/stylesheets/tailwind.css */
  .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
  }
  /* line 109666, app/assets/stylesheets/tailwind.css */
  .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }
  /* line 109671, app/assets/stylesheets/tailwind.css */
  .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }
  /* line 109676, app/assets/stylesheets/tailwind.css */
  .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }
  /* line 109681, app/assets/stylesheets/tailwind.css */
  .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }
  /* line 109686, app/assets/stylesheets/tailwind.css */
  .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }
  /* line 109691, app/assets/stylesheets/tailwind.css */
  .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }
  /* line 109696, app/assets/stylesheets/tailwind.css */
  .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }
  /* line 109701, app/assets/stylesheets/tailwind.css */
  .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }
  /* line 109706, app/assets/stylesheets/tailwind.css */
  .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }
  /* line 109711, app/assets/stylesheets/tailwind.css */
  .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }
  /* line 109716, app/assets/stylesheets/tailwind.css */
  .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 109721, app/assets/stylesheets/tailwind.css */
  .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 109726, app/assets/stylesheets/tailwind.css */
  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 109731, app/assets/stylesheets/tailwind.css */
  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }
  /* line 109736, app/assets/stylesheets/tailwind.css */
  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }
  /* line 109741, app/assets/stylesheets/tailwind.css */
  .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 109746, app/assets/stylesheets/tailwind.css */
  .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 109751, app/assets/stylesheets/tailwind.css */
  .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }
  /* line 109756, app/assets/stylesheets/tailwind.css */
  .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }
  /* line 109761, app/assets/stylesheets/tailwind.css */
  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }
  /* line 109766, app/assets/stylesheets/tailwind.css */
  .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 109771, app/assets/stylesheets/tailwind.css */
  .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 109776, app/assets/stylesheets/tailwind.css */
  .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 109781, app/assets/stylesheets/tailwind.css */
  .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }
  /* line 109786, app/assets/stylesheets/tailwind.css */
  .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }
  /* line 109791, app/assets/stylesheets/tailwind.css */
  .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }
  /* line 109796, app/assets/stylesheets/tailwind.css */
  .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }
  /* line 109801, app/assets/stylesheets/tailwind.css */
  .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }
  /* line 109806, app/assets/stylesheets/tailwind.css */
  .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }
  /* line 109811, app/assets/stylesheets/tailwind.css */
  .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }
  /* line 109816, app/assets/stylesheets/tailwind.css */
  .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 109821, app/assets/stylesheets/tailwind.css */
  .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 109826, app/assets/stylesheets/tailwind.css */
  .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 109831, app/assets/stylesheets/tailwind.css */
  .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
  }
  /* line 109836, app/assets/stylesheets/tailwind.css */
  .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
  }
  /* line 109841, app/assets/stylesheets/tailwind.css */
  .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 109846, app/assets/stylesheets/tailwind.css */
  .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
  }
  /* line 109851, app/assets/stylesheets/tailwind.css */
  .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
  }
  /* line 109856, app/assets/stylesheets/tailwind.css */
  .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
  }
  /* line 109861, app/assets/stylesheets/tailwind.css */
  .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
  }
  /* line 109866, app/assets/stylesheets/tailwind.css */
  .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }
  /* line 109871, app/assets/stylesheets/tailwind.css */
  .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }
  /* line 109876, app/assets/stylesheets/tailwind.css */
  .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }
  /* line 109881, app/assets/stylesheets/tailwind.css */
  .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }
  /* line 109886, app/assets/stylesheets/tailwind.css */
  .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }
  /* line 109891, app/assets/stylesheets/tailwind.css */
  .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }
  /* line 109896, app/assets/stylesheets/tailwind.css */
  .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }
  /* line 109901, app/assets/stylesheets/tailwind.css */
  .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }
  /* line 109906, app/assets/stylesheets/tailwind.css */
  .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }
  /* line 109911, app/assets/stylesheets/tailwind.css */
  .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }
  /* line 109916, app/assets/stylesheets/tailwind.css */
  .lg\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--grey) !important;
  }
  /* line 109920, app/assets/stylesheets/tailwind.css */
  .lg\:divide-info > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-info) !important;
  }
  /* line 109924, app/assets/stylesheets/tailwind.css */
  .lg\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-warning) !important;
  }
  /* line 109928, app/assets/stylesheets/tailwind.css */
  .lg\:divide-error > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-error) !important;
  }
  /* line 109932, app/assets/stylesheets/tailwind.css */
  .lg\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--primary) !important;
  }
  /* line 109936, app/assets/stylesheets/tailwind.css */
  .lg\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--secondary) !important;
  }
  /* line 109940, app/assets/stylesheets/tailwind.css */
  .lg\:divide-primary-dark > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--primary-dark) !important;
  }
  /* line 109944, app/assets/stylesheets/tailwind.css */
  .lg\:divide-text-color > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-color) !important;
  }
  /* line 109948, app/assets/stylesheets/tailwind.css */
  .lg\:divide-button-outlined-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 109952, app/assets/stylesheets/tailwind.css */
  .lg\:divide-file-info > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--file-info) !important;
  }
  /* line 109956, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }
  /* line 109960, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }
  /* line 109964, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }
  /* line 109968, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }
  /* line 109972, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }
  /* line 109976, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }
  /* line 109980, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }
  /* line 109984, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }
  /* line 109988, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }
  /* line 109992, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }
  /* line 109996, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }
  /* line 110000, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }
  /* line 110004, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }
  /* line 110008, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }
  /* line 110012, app/assets/stylesheets/tailwind.css */
  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }
  /* line 110016, app/assets/stylesheets/tailwind.css */
  .lg\:place-self-auto {
    place-self: auto !important;
  }
  /* line 110020, app/assets/stylesheets/tailwind.css */
  .lg\:place-self-start {
    place-self: start !important;
  }
  /* line 110024, app/assets/stylesheets/tailwind.css */
  .lg\:place-self-end {
    place-self: end !important;
  }
  /* line 110028, app/assets/stylesheets/tailwind.css */
  .lg\:place-self-center {
    place-self: center !important;
  }
  /* line 110032, app/assets/stylesheets/tailwind.css */
  .lg\:place-self-stretch {
    place-self: stretch !important;
  }
  /* line 110036, app/assets/stylesheets/tailwind.css */
  .lg\:self-auto {
    align-self: auto !important;
  }
  /* line 110040, app/assets/stylesheets/tailwind.css */
  .lg\:self-start {
    align-self: flex-start !important;
  }
  /* line 110044, app/assets/stylesheets/tailwind.css */
  .lg\:self-end {
    align-self: flex-end !important;
  }
  /* line 110048, app/assets/stylesheets/tailwind.css */
  .lg\:self-center {
    align-self: center !important;
  }
  /* line 110052, app/assets/stylesheets/tailwind.css */
  .lg\:self-stretch {
    align-self: stretch !important;
  }
  /* line 110056, app/assets/stylesheets/tailwind.css */
  .lg\:self-baseline {
    align-self: baseline !important;
  }
  /* line 110060, app/assets/stylesheets/tailwind.css */
  .lg\:justify-self-auto {
    justify-self: auto !important;
  }
  /* line 110064, app/assets/stylesheets/tailwind.css */
  .lg\:justify-self-start {
    justify-self: start !important;
  }
  /* line 110068, app/assets/stylesheets/tailwind.css */
  .lg\:justify-self-end {
    justify-self: end !important;
  }
  /* line 110072, app/assets/stylesheets/tailwind.css */
  .lg\:justify-self-center {
    justify-self: center !important;
  }
  /* line 110076, app/assets/stylesheets/tailwind.css */
  .lg\:justify-self-stretch {
    justify-self: stretch !important;
  }
  /* line 110080, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-auto {
    overflow: auto !important;
  }
  /* line 110084, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-hidden {
    overflow: hidden !important;
  }
  /* line 110088, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-visible {
    overflow: visible !important;
  }
  /* line 110092, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-scroll {
    overflow: scroll !important;
  }
  /* line 110096, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }
  /* line 110100, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }
  /* line 110104, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  /* line 110108, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  /* line 110112, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }
  /* line 110116, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }
  /* line 110120, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  /* line 110124, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  /* line 110128, app/assets/stylesheets/tailwind.css */
  .lg\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }
  /* line 110133, app/assets/stylesheets/tailwind.css */
  .lg\:overscroll-contain {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }
  /* line 110138, app/assets/stylesheets/tailwind.css */
  .lg\:overscroll-none {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: none !important;
  }
  /* line 110143, app/assets/stylesheets/tailwind.css */
  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }
  /* line 110147, app/assets/stylesheets/tailwind.css */
  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }
  /* line 110151, app/assets/stylesheets/tailwind.css */
  .lg\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }
  /* line 110155, app/assets/stylesheets/tailwind.css */
  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }
  /* line 110159, app/assets/stylesheets/tailwind.css */
  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }
  /* line 110163, app/assets/stylesheets/tailwind.css */
  .lg\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }
  /* line 110167, app/assets/stylesheets/tailwind.css */
  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  /* line 110173, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
  /* line 110177, app/assets/stylesheets/tailwind.css */
  .lg\:overflow-clip {
    text-overflow: clip !important;
  }
  /* line 110181, app/assets/stylesheets/tailwind.css */
  .lg\:whitespace-normal {
    white-space: normal !important;
  }
  /* line 110185, app/assets/stylesheets/tailwind.css */
  .lg\:whitespace-nowrap {
    white-space: nowrap !important;
  }
  /* line 110189, app/assets/stylesheets/tailwind.css */
  .lg\:whitespace-pre {
    white-space: pre !important;
  }
  /* line 110193, app/assets/stylesheets/tailwind.css */
  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }
  /* line 110197, app/assets/stylesheets/tailwind.css */
  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }
  /* line 110201, app/assets/stylesheets/tailwind.css */
  .lg\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  /* line 110206, app/assets/stylesheets/tailwind.css */
  .lg\:break-words {
    overflow-wrap: break-word !important;
  }
  /* line 110210, app/assets/stylesheets/tailwind.css */
  .lg\:break-all {
    word-break: break-all !important;
  }
  /* line 110214, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-0_625 {
    border-radius: 0.625rem !important;
  }
  /* line 110218, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-0_25 {
    border-radius: 0.25rem !important;
  }
  /* line 110222, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-t-0_625 {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }
  /* line 110227, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-t-0_25 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 110232, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-r-0_625 {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }
  /* line 110237, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-r-0_25 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 110242, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-b-0_625 {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 110247, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-b-0_25 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 110252, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-l-0_625 {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 110257, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-l-0_25 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 110262, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-tl-0_625 {
    border-top-left-radius: 0.625rem !important;
  }
  /* line 110266, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-tl-0_25 {
    border-top-left-radius: 0.25rem !important;
  }
  /* line 110270, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-tr-0_625 {
    border-top-right-radius: 0.625rem !important;
  }
  /* line 110274, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-tr-0_25 {
    border-top-right-radius: 0.25rem !important;
  }
  /* line 110278, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-br-0_625 {
    border-bottom-right-radius: 0.625rem !important;
  }
  /* line 110282, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-br-0_25 {
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 110286, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-bl-0_625 {
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 110290, app/assets/stylesheets/tailwind.css */
  .lg\:rounded-bl-0_25 {
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 110294, app/assets/stylesheets/tailwind.css */
  .lg\:border-0 {
    border-width: 0px !important;
  }
  /* line 110298, app/assets/stylesheets/tailwind.css */
  .lg\:border-2 {
    border-width: 2px !important;
  }
  /* line 110302, app/assets/stylesheets/tailwind.css */
  .lg\:border-4 {
    border-width: 4px !important;
  }
  /* line 110306, app/assets/stylesheets/tailwind.css */
  .lg\:border-8 {
    border-width: 8px !important;
  }
  /* line 110310, app/assets/stylesheets/tailwind.css */
  .lg\:border {
    border-width: 1px !important;
  }
  /* line 110314, app/assets/stylesheets/tailwind.css */
  .lg\:border-t-0 {
    border-top-width: 0px !important;
  }
  /* line 110318, app/assets/stylesheets/tailwind.css */
  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }
  /* line 110322, app/assets/stylesheets/tailwind.css */
  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }
  /* line 110326, app/assets/stylesheets/tailwind.css */
  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }
  /* line 110330, app/assets/stylesheets/tailwind.css */
  .lg\:border-t {
    border-top-width: 1px !important;
  }
  /* line 110334, app/assets/stylesheets/tailwind.css */
  .lg\:border-r-0 {
    border-right-width: 0px !important;
  }
  /* line 110338, app/assets/stylesheets/tailwind.css */
  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }
  /* line 110342, app/assets/stylesheets/tailwind.css */
  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }
  /* line 110346, app/assets/stylesheets/tailwind.css */
  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }
  /* line 110350, app/assets/stylesheets/tailwind.css */
  .lg\:border-r {
    border-right-width: 1px !important;
  }
  /* line 110354, app/assets/stylesheets/tailwind.css */
  .lg\:border-b-0 {
    border-bottom-width: 0px !important;
  }
  /* line 110358, app/assets/stylesheets/tailwind.css */
  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }
  /* line 110362, app/assets/stylesheets/tailwind.css */
  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }
  /* line 110366, app/assets/stylesheets/tailwind.css */
  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }
  /* line 110370, app/assets/stylesheets/tailwind.css */
  .lg\:border-b {
    border-bottom-width: 1px !important;
  }
  /* line 110374, app/assets/stylesheets/tailwind.css */
  .lg\:border-l-0 {
    border-left-width: 0px !important;
  }
  /* line 110378, app/assets/stylesheets/tailwind.css */
  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }
  /* line 110382, app/assets/stylesheets/tailwind.css */
  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }
  /* line 110386, app/assets/stylesheets/tailwind.css */
  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }
  /* line 110390, app/assets/stylesheets/tailwind.css */
  .lg\:border-l {
    border-left-width: 1px !important;
  }
  /* line 110394, app/assets/stylesheets/tailwind.css */
  .lg\:border-solid {
    border-style: solid !important;
  }
  /* line 110398, app/assets/stylesheets/tailwind.css */
  .lg\:border-dashed {
    border-style: dashed !important;
  }
  /* line 110402, app/assets/stylesheets/tailwind.css */
  .lg\:border-dotted {
    border-style: dotted !important;
  }
  /* line 110406, app/assets/stylesheets/tailwind.css */
  .lg\:border-double {
    border-style: double !important;
  }
  /* line 110410, app/assets/stylesheets/tailwind.css */
  .lg\:border-none {
    border-style: none !important;
  }
  /* line 110414, app/assets/stylesheets/tailwind.css */
  .lg\:border-transparent {
    border-color: transparent !important;
  }
  /* line 110418, app/assets/stylesheets/tailwind.css */
  .lg\:border-current {
    border-color: currentColor !important;
  }
  /* line 110422, app/assets/stylesheets/tailwind.css */
  .lg\:border-black {
    border-color: var(--black) !important;
  }
  /* line 110426, app/assets/stylesheets/tailwind.css */
  .lg\:border-white {
    border-color: var(--white) !important;
  }
  /* line 110430, app/assets/stylesheets/tailwind.css */
  .lg\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 110435, app/assets/stylesheets/tailwind.css */
  .lg\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 110440, app/assets/stylesheets/tailwind.css */
  .lg\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 110445, app/assets/stylesheets/tailwind.css */
  .lg\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 110450, app/assets/stylesheets/tailwind.css */
  .lg\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 110455, app/assets/stylesheets/tailwind.css */
  .lg\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 110460, app/assets/stylesheets/tailwind.css */
  .lg\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 110465, app/assets/stylesheets/tailwind.css */
  .lg\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 110470, app/assets/stylesheets/tailwind.css */
  .lg\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 110475, app/assets/stylesheets/tailwind.css */
  .lg\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 110480, app/assets/stylesheets/tailwind.css */
  .lg\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 110485, app/assets/stylesheets/tailwind.css */
  .lg\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 110490, app/assets/stylesheets/tailwind.css */
  .lg\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 110495, app/assets/stylesheets/tailwind.css */
  .lg\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 110500, app/assets/stylesheets/tailwind.css */
  .lg\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 110505, app/assets/stylesheets/tailwind.css */
  .lg\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 110510, app/assets/stylesheets/tailwind.css */
  .lg\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 110515, app/assets/stylesheets/tailwind.css */
  .lg\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 110520, app/assets/stylesheets/tailwind.css */
  .lg\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 110525, app/assets/stylesheets/tailwind.css */
  .lg\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 110530, app/assets/stylesheets/tailwind.css */
  .lg\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 110535, app/assets/stylesheets/tailwind.css */
  .lg\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 110540, app/assets/stylesheets/tailwind.css */
  .lg\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 110545, app/assets/stylesheets/tailwind.css */
  .lg\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 110550, app/assets/stylesheets/tailwind.css */
  .lg\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 110555, app/assets/stylesheets/tailwind.css */
  .lg\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 110560, app/assets/stylesheets/tailwind.css */
  .lg\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 110565, app/assets/stylesheets/tailwind.css */
  .lg\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 110570, app/assets/stylesheets/tailwind.css */
  .lg\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 110575, app/assets/stylesheets/tailwind.css */
  .lg\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 110580, app/assets/stylesheets/tailwind.css */
  .lg\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 110585, app/assets/stylesheets/tailwind.css */
  .lg\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 110590, app/assets/stylesheets/tailwind.css */
  .lg\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 110595, app/assets/stylesheets/tailwind.css */
  .lg\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 110600, app/assets/stylesheets/tailwind.css */
  .lg\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 110605, app/assets/stylesheets/tailwind.css */
  .lg\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 110610, app/assets/stylesheets/tailwind.css */
  .lg\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 110615, app/assets/stylesheets/tailwind.css */
  .lg\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 110620, app/assets/stylesheets/tailwind.css */
  .lg\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 110625, app/assets/stylesheets/tailwind.css */
  .lg\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 110630, app/assets/stylesheets/tailwind.css */
  .lg\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 110635, app/assets/stylesheets/tailwind.css */
  .lg\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 110640, app/assets/stylesheets/tailwind.css */
  .lg\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 110645, app/assets/stylesheets/tailwind.css */
  .lg\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 110650, app/assets/stylesheets/tailwind.css */
  .lg\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 110655, app/assets/stylesheets/tailwind.css */
  .lg\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 110660, app/assets/stylesheets/tailwind.css */
  .lg\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 110665, app/assets/stylesheets/tailwind.css */
  .lg\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 110670, app/assets/stylesheets/tailwind.css */
  .lg\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 110675, app/assets/stylesheets/tailwind.css */
  .lg\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 110680, app/assets/stylesheets/tailwind.css */
  .lg\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 110685, app/assets/stylesheets/tailwind.css */
  .lg\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 110690, app/assets/stylesheets/tailwind.css */
  .lg\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 110695, app/assets/stylesheets/tailwind.css */
  .lg\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 110700, app/assets/stylesheets/tailwind.css */
  .lg\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 110705, app/assets/stylesheets/tailwind.css */
  .lg\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 110710, app/assets/stylesheets/tailwind.css */
  .lg\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 110715, app/assets/stylesheets/tailwind.css */
  .lg\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 110720, app/assets/stylesheets/tailwind.css */
  .lg\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 110725, app/assets/stylesheets/tailwind.css */
  .lg\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 110730, app/assets/stylesheets/tailwind.css */
  .lg\:border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 110735, app/assets/stylesheets/tailwind.css */
  .lg\:border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 110740, app/assets/stylesheets/tailwind.css */
  .lg\:border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 110745, app/assets/stylesheets/tailwind.css */
  .lg\:border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 110750, app/assets/stylesheets/tailwind.css */
  .lg\:border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 110755, app/assets/stylesheets/tailwind.css */
  .lg\:border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 110760, app/assets/stylesheets/tailwind.css */
  .lg\:border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 110765, app/assets/stylesheets/tailwind.css */
  .lg\:border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 110770, app/assets/stylesheets/tailwind.css */
  .lg\:border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 110775, app/assets/stylesheets/tailwind.css */
  .lg\:border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 110780, app/assets/stylesheets/tailwind.css */
  .lg\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 110785, app/assets/stylesheets/tailwind.css */
  .lg\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 110790, app/assets/stylesheets/tailwind.css */
  .lg\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 110795, app/assets/stylesheets/tailwind.css */
  .lg\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 110800, app/assets/stylesheets/tailwind.css */
  .lg\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 110805, app/assets/stylesheets/tailwind.css */
  .lg\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 110810, app/assets/stylesheets/tailwind.css */
  .lg\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 110815, app/assets/stylesheets/tailwind.css */
  .lg\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 110820, app/assets/stylesheets/tailwind.css */
  .lg\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 110825, app/assets/stylesheets/tailwind.css */
  .lg\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 110830, app/assets/stylesheets/tailwind.css */
  .lg\:border-grey {
    border-color: var(--grey) !important;
  }
  /* line 110834, app/assets/stylesheets/tailwind.css */
  .lg\:border-info {
    border-color: var(--text-info) !important;
  }
  /* line 110838, app/assets/stylesheets/tailwind.css */
  .lg\:border-warning {
    border-color: var(--text-warning) !important;
  }
  /* line 110842, app/assets/stylesheets/tailwind.css */
  .lg\:border-error {
    border-color: var(--text-error) !important;
  }
  /* line 110846, app/assets/stylesheets/tailwind.css */
  .lg\:border-primary {
    border-color: var(--primary) !important;
  }
  /* line 110850, app/assets/stylesheets/tailwind.css */
  .lg\:border-secondary {
    border-color: var(--secondary) !important;
  }
  /* line 110854, app/assets/stylesheets/tailwind.css */
  .lg\:border-primary-dark {
    border-color: var(--primary-dark) !important;
  }
  /* line 110858, app/assets/stylesheets/tailwind.css */
  .lg\:border-text-color {
    border-color: var(--text-color) !important;
  }
  /* line 110862, app/assets/stylesheets/tailwind.css */
  .lg\:border-button-outlined-hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 110866, app/assets/stylesheets/tailwind.css */
  .lg\:border-file-info {
    border-color: var(--file-info) !important;
  }
  /* line 110870, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent !important;
  }
  /* line 110874, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor !important;
  }
  /* line 110878, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-black {
    border-color: var(--black) !important;
  }
  /* line 110882, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-white {
    border-color: var(--white) !important;
  }
  /* line 110886, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 110891, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 110896, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 110901, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 110906, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 110911, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 110916, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 110921, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 110926, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 110931, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 110936, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 110941, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 110946, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 110951, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 110956, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 110961, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 110966, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 110971, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 110976, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 110981, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 110986, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 110991, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 110996, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 111001, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 111006, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 111011, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 111016, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 111021, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 111026, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 111031, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 111036, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 111041, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 111046, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 111051, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 111056, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 111061, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 111066, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 111071, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 111076, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 111081, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 111086, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 111091, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 111096, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 111101, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 111106, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 111111, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 111116, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 111121, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 111126, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 111131, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 111136, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 111141, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 111146, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 111151, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 111156, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 111161, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 111166, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 111171, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 111176, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 111181, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 111186, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 111191, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 111196, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 111201, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 111206, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 111211, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 111216, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 111221, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 111226, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 111231, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 111236, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 111241, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 111246, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 111251, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 111256, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 111261, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 111266, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 111271, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 111276, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 111281, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 111286, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-grey {
    border-color: var(--grey) !important;
  }
  /* line 111290, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-info {
    border-color: var(--text-info) !important;
  }
  /* line 111294, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-warning {
    border-color: var(--text-warning) !important;
  }
  /* line 111298, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-error {
    border-color: var(--text-error) !important;
  }
  /* line 111302, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-primary {
    border-color: var(--primary) !important;
  }
  /* line 111306, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-secondary {
    border-color: var(--secondary) !important;
  }
  /* line 111310, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-primary-dark {
    border-color: var(--primary-dark) !important;
  }
  /* line 111314, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-text-color {
    border-color: var(--text-color) !important;
  }
  /* line 111318, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-button-outlined-hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 111322, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-file-info {
    border-color: var(--file-info) !important;
  }
  /* line 111326, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }
  /* line 111330, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }
  /* line 111334, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-black:focus-within {
    border-color: var(--black) !important;
  }
  /* line 111338, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-white:focus-within {
    border-color: var(--white) !important;
  }
  /* line 111342, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 111347, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 111352, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 111357, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 111362, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 111367, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 111372, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 111377, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 111382, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 111387, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 111392, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 111397, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 111402, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 111407, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 111412, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 111417, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 111422, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 111427, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 111432, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 111437, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 111442, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 111447, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 111452, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 111457, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 111462, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 111467, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 111472, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 111477, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 111482, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 111487, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 111492, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 111497, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 111502, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 111507, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 111512, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 111517, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 111522, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 111527, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 111532, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 111537, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 111542, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 111547, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 111552, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 111557, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 111562, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 111567, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 111572, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 111577, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 111582, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 111587, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 111592, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 111597, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 111602, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 111607, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 111612, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 111617, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 111622, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 111627, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 111632, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 111637, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 111642, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 111647, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 111652, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 111657, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 111662, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 111667, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 111672, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 111677, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 111682, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 111687, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 111692, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 111697, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 111702, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 111707, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 111712, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 111717, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 111722, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 111727, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 111732, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 111737, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 111742, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-grey:focus-within {
    border-color: var(--grey) !important;
  }
  /* line 111746, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-info:focus-within {
    border-color: var(--text-info) !important;
  }
  /* line 111750, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-warning:focus-within {
    border-color: var(--text-warning) !important;
  }
  /* line 111754, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-error:focus-within {
    border-color: var(--text-error) !important;
  }
  /* line 111758, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-primary:focus-within {
    border-color: var(--primary) !important;
  }
  /* line 111762, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-secondary:focus-within {
    border-color: var(--secondary) !important;
  }
  /* line 111766, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-primary-dark:focus-within {
    border-color: var(--primary-dark) !important;
  }
  /* line 111770, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-text-color:focus-within {
    border-color: var(--text-color) !important;
  }
  /* line 111774, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-button-outlined-hover:focus-within {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 111778, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-file-info:focus-within {
    border-color: var(--file-info) !important;
  }
  /* line 111782, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  /* line 111786, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-current:hover {
    border-color: currentColor !important;
  }
  /* line 111790, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-black:hover {
    border-color: var(--black) !important;
  }
  /* line 111794, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-white:hover {
    border-color: var(--white) !important;
  }
  /* line 111798, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 111803, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 111808, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 111813, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 111818, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 111823, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 111828, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 111833, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 111838, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 111843, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 111848, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 111853, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 111858, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 111863, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 111868, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 111873, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 111878, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 111883, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 111888, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 111893, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 111898, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 111903, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 111908, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 111913, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 111918, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 111923, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 111928, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 111933, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 111938, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 111943, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 111948, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 111953, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 111958, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 111963, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 111968, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 111973, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 111978, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 111983, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 111988, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 111993, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 111998, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 112003, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 112008, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 112013, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 112018, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 112023, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 112028, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 112033, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 112038, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 112043, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 112048, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 112053, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 112058, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 112063, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 112068, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 112073, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 112078, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 112083, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 112088, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 112093, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 112098, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 112103, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 112108, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 112113, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 112118, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 112123, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 112128, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 112133, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 112138, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 112143, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 112148, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 112153, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 112158, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 112163, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 112168, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 112173, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 112178, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 112183, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 112188, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 112193, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 112198, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-grey:hover {
    border-color: var(--grey) !important;
  }
  /* line 112202, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-info:hover {
    border-color: var(--text-info) !important;
  }
  /* line 112206, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-warning:hover {
    border-color: var(--text-warning) !important;
  }
  /* line 112210, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-error:hover {
    border-color: var(--text-error) !important;
  }
  /* line 112214, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-primary:hover {
    border-color: var(--primary) !important;
  }
  /* line 112218, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-secondary:hover {
    border-color: var(--secondary) !important;
  }
  /* line 112222, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-primary-dark:hover {
    border-color: var(--primary-dark) !important;
  }
  /* line 112226, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-text-color:hover {
    border-color: var(--text-color) !important;
  }
  /* line 112230, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-button-outlined-hover:hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 112234, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-file-info:hover {
    border-color: var(--file-info) !important;
  }
  /* line 112238, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }
  /* line 112242, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-current:focus {
    border-color: currentColor !important;
  }
  /* line 112246, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-black:focus {
    border-color: var(--black) !important;
  }
  /* line 112250, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-white:focus {
    border-color: var(--white) !important;
  }
  /* line 112254, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 112259, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 112264, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 112269, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 112274, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 112279, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 112284, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 112289, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 112294, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 112299, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 112304, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 112309, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 112314, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 112319, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 112324, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 112329, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 112334, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 112339, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 112344, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 112349, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 112354, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 112359, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 112364, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 112369, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 112374, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 112379, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 112384, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 112389, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 112394, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 112399, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 112404, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 112409, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 112414, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 112419, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 112424, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 112429, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 112434, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 112439, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 112444, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 112449, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 112454, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 112459, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 112464, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 112469, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 112474, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 112479, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 112484, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 112489, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 112494, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 112499, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 112504, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 112509, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 112514, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 112519, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 112524, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 112529, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 112534, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 112539, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 112544, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 112549, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 112554, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 112559, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 112564, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 112569, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 112574, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 112579, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 112584, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 112589, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 112594, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 112599, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 112604, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 112609, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 112614, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 112619, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 112624, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 112629, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 112634, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 112639, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 112644, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 112649, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 112654, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-grey:focus {
    border-color: var(--grey) !important;
  }
  /* line 112658, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-info:focus {
    border-color: var(--text-info) !important;
  }
  /* line 112662, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-warning:focus {
    border-color: var(--text-warning) !important;
  }
  /* line 112666, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-error:focus {
    border-color: var(--text-error) !important;
  }
  /* line 112670, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-primary:focus {
    border-color: var(--primary) !important;
  }
  /* line 112674, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-secondary:focus {
    border-color: var(--secondary) !important;
  }
  /* line 112678, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-primary-dark:focus {
    border-color: var(--primary-dark) !important;
  }
  /* line 112682, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-text-color:focus {
    border-color: var(--text-color) !important;
  }
  /* line 112686, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-button-outlined-hover:focus {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 112690, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-file-info:focus {
    border-color: var(--file-info) !important;
  }
  /* line 112694, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }
  /* line 112698, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 112702, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 112706, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 112710, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 112714, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 112718, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 112722, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 112726, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 112730, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 112734, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 112738, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 112742, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 112746, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 112750, app/assets/stylesheets/tailwind.css */
  .lg\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }
  /* line 112754, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }
  /* line 112758, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 112762, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 112766, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 112770, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 112774, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 112778, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 112782, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 112786, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 112790, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 112794, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 112798, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 112802, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 112806, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 112810, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }
  /* line 112814, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }
  /* line 112818, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 112822, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 112826, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 112830, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 112834, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 112838, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 112842, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 112846, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 112850, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 112854, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 112858, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 112862, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 112866, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 112870, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }
  /* line 112874, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }
  /* line 112878, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 112882, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 112886, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 112890, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 112894, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 112898, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 112902, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 112906, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 112910, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 112914, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 112918, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 112922, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 112926, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 112930, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }
  /* line 112934, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }
  /* line 112938, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 112942, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 112946, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 112950, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 112954, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 112958, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 112962, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 112966, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 112970, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 112974, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 112978, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 112982, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 112986, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 112990, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }
  /* line 112994, app/assets/stylesheets/tailwind.css */
  .lg\:bg-transparent {
    background-color: transparent !important;
  }
  /* line 112998, app/assets/stylesheets/tailwind.css */
  .lg\:bg-current {
    background-color: currentColor !important;
  }
  /* line 113002, app/assets/stylesheets/tailwind.css */
  .lg\:bg-black {
    background-color: var(--black) !important;
  }
  /* line 113006, app/assets/stylesheets/tailwind.css */
  .lg\:bg-white {
    background-color: var(--white) !important;
  }
  /* line 113010, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 113015, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 113020, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 113025, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 113030, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 113035, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 113040, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 113045, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 113050, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 113055, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 113060, app/assets/stylesheets/tailwind.css */
  .lg\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 113065, app/assets/stylesheets/tailwind.css */
  .lg\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 113070, app/assets/stylesheets/tailwind.css */
  .lg\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 113075, app/assets/stylesheets/tailwind.css */
  .lg\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 113080, app/assets/stylesheets/tailwind.css */
  .lg\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 113085, app/assets/stylesheets/tailwind.css */
  .lg\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 113090, app/assets/stylesheets/tailwind.css */
  .lg\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 113095, app/assets/stylesheets/tailwind.css */
  .lg\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 113100, app/assets/stylesheets/tailwind.css */
  .lg\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 113105, app/assets/stylesheets/tailwind.css */
  .lg\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 113110, app/assets/stylesheets/tailwind.css */
  .lg\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 113115, app/assets/stylesheets/tailwind.css */
  .lg\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 113120, app/assets/stylesheets/tailwind.css */
  .lg\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 113125, app/assets/stylesheets/tailwind.css */
  .lg\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 113130, app/assets/stylesheets/tailwind.css */
  .lg\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 113135, app/assets/stylesheets/tailwind.css */
  .lg\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 113140, app/assets/stylesheets/tailwind.css */
  .lg\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 113145, app/assets/stylesheets/tailwind.css */
  .lg\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 113150, app/assets/stylesheets/tailwind.css */
  .lg\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 113155, app/assets/stylesheets/tailwind.css */
  .lg\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 113160, app/assets/stylesheets/tailwind.css */
  .lg\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 113165, app/assets/stylesheets/tailwind.css */
  .lg\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 113170, app/assets/stylesheets/tailwind.css */
  .lg\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 113175, app/assets/stylesheets/tailwind.css */
  .lg\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 113180, app/assets/stylesheets/tailwind.css */
  .lg\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 113185, app/assets/stylesheets/tailwind.css */
  .lg\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 113190, app/assets/stylesheets/tailwind.css */
  .lg\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 113195, app/assets/stylesheets/tailwind.css */
  .lg\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 113200, app/assets/stylesheets/tailwind.css */
  .lg\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 113205, app/assets/stylesheets/tailwind.css */
  .lg\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 113210, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 113215, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 113220, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 113225, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 113230, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 113235, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 113240, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 113245, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 113250, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 113255, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 113260, app/assets/stylesheets/tailwind.css */
  .lg\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 113265, app/assets/stylesheets/tailwind.css */
  .lg\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 113270, app/assets/stylesheets/tailwind.css */
  .lg\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 113275, app/assets/stylesheets/tailwind.css */
  .lg\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 113280, app/assets/stylesheets/tailwind.css */
  .lg\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 113285, app/assets/stylesheets/tailwind.css */
  .lg\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 113290, app/assets/stylesheets/tailwind.css */
  .lg\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 113295, app/assets/stylesheets/tailwind.css */
  .lg\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 113300, app/assets/stylesheets/tailwind.css */
  .lg\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 113305, app/assets/stylesheets/tailwind.css */
  .lg\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 113310, app/assets/stylesheets/tailwind.css */
  .lg\:bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 113315, app/assets/stylesheets/tailwind.css */
  .lg\:bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 113320, app/assets/stylesheets/tailwind.css */
  .lg\:bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 113325, app/assets/stylesheets/tailwind.css */
  .lg\:bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 113330, app/assets/stylesheets/tailwind.css */
  .lg\:bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 113335, app/assets/stylesheets/tailwind.css */
  .lg\:bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 113340, app/assets/stylesheets/tailwind.css */
  .lg\:bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 113345, app/assets/stylesheets/tailwind.css */
  .lg\:bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 113350, app/assets/stylesheets/tailwind.css */
  .lg\:bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 113355, app/assets/stylesheets/tailwind.css */
  .lg\:bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 113360, app/assets/stylesheets/tailwind.css */
  .lg\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 113365, app/assets/stylesheets/tailwind.css */
  .lg\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 113370, app/assets/stylesheets/tailwind.css */
  .lg\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 113375, app/assets/stylesheets/tailwind.css */
  .lg\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 113380, app/assets/stylesheets/tailwind.css */
  .lg\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 113385, app/assets/stylesheets/tailwind.css */
  .lg\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 113390, app/assets/stylesheets/tailwind.css */
  .lg\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 113395, app/assets/stylesheets/tailwind.css */
  .lg\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 113400, app/assets/stylesheets/tailwind.css */
  .lg\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 113405, app/assets/stylesheets/tailwind.css */
  .lg\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 113410, app/assets/stylesheets/tailwind.css */
  .lg\:bg-grey {
    background-color: var(--grey) !important;
  }
  /* line 113414, app/assets/stylesheets/tailwind.css */
  .lg\:bg-info {
    background-color: var(--text-info) !important;
  }
  /* line 113418, app/assets/stylesheets/tailwind.css */
  .lg\:bg-warning {
    background-color: var(--text-warning) !important;
  }
  /* line 113422, app/assets/stylesheets/tailwind.css */
  .lg\:bg-error {
    background-color: var(--text-error) !important;
  }
  /* line 113426, app/assets/stylesheets/tailwind.css */
  .lg\:bg-primary {
    background-color: var(--primary) !important;
  }
  /* line 113430, app/assets/stylesheets/tailwind.css */
  .lg\:bg-secondary {
    background-color: var(--secondary) !important;
  }
  /* line 113434, app/assets/stylesheets/tailwind.css */
  .lg\:bg-primary-dark {
    background-color: var(--primary-dark) !important;
  }
  /* line 113438, app/assets/stylesheets/tailwind.css */
  .lg\:bg-text-color {
    background-color: var(--text-color) !important;
  }
  /* line 113442, app/assets/stylesheets/tailwind.css */
  .lg\:bg-button-outlined-hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 113446, app/assets/stylesheets/tailwind.css */
  .lg\:bg-file-info {
    background-color: var(--file-info) !important;
  }
  /* line 113450, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }
  /* line 113454, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor !important;
  }
  /* line 113458, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-black {
    background-color: var(--black) !important;
  }
  /* line 113462, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-white {
    background-color: var(--white) !important;
  }
  /* line 113466, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 113471, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 113476, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 113481, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 113486, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 113491, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 113496, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 113501, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 113506, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 113511, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 113516, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 113521, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 113526, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 113531, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 113536, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 113541, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 113546, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 113551, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 113556, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 113561, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 113566, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 113571, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 113576, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 113581, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 113586, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 113591, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 113596, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 113601, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 113606, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 113611, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 113616, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 113621, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 113626, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 113631, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 113636, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 113641, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 113646, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 113651, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 113656, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 113661, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 113666, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 113671, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 113676, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 113681, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 113686, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 113691, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 113696, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 113701, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 113706, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 113711, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 113716, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 113721, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 113726, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 113731, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 113736, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 113741, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 113746, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 113751, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 113756, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 113761, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 113766, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 113771, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 113776, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 113781, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 113786, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 113791, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 113796, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 113801, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 113806, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 113811, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 113816, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 113821, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 113826, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 113831, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 113836, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 113841, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 113846, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 113851, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 113856, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 113861, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 113866, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-grey {
    background-color: var(--grey) !important;
  }
  /* line 113870, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-info {
    background-color: var(--text-info) !important;
  }
  /* line 113874, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-warning {
    background-color: var(--text-warning) !important;
  }
  /* line 113878, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-error {
    background-color: var(--text-error) !important;
  }
  /* line 113882, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-primary {
    background-color: var(--primary) !important;
  }
  /* line 113886, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-secondary {
    background-color: var(--secondary) !important;
  }
  /* line 113890, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-primary-dark {
    background-color: var(--primary-dark) !important;
  }
  /* line 113894, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-text-color {
    background-color: var(--text-color) !important;
  }
  /* line 113898, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-button-outlined-hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 113902, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-file-info {
    background-color: var(--file-info) !important;
  }
  /* line 113906, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }
  /* line 113910, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }
  /* line 113914, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-black:focus-within {
    background-color: var(--black) !important;
  }
  /* line 113918, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-white:focus-within {
    background-color: var(--white) !important;
  }
  /* line 113922, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 113927, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 113932, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 113937, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 113942, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 113947, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 113952, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 113957, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 113962, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 113967, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 113972, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 113977, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 113982, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 113987, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 113992, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 113997, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 114002, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 114007, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 114012, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 114017, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 114022, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 114027, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 114032, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 114037, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 114042, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 114047, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 114052, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 114057, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 114062, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 114067, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 114072, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 114077, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 114082, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 114087, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 114092, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 114097, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 114102, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 114107, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 114112, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 114117, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 114122, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 114127, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 114132, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 114137, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 114142, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 114147, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 114152, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 114157, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 114162, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 114167, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 114172, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 114177, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 114182, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 114187, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 114192, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 114197, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 114202, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 114207, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 114212, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 114217, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 114222, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 114227, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 114232, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 114237, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 114242, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 114247, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 114252, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 114257, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 114262, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 114267, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 114272, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 114277, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 114282, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 114287, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 114292, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 114297, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 114302, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 114307, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 114312, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 114317, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 114322, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-grey:focus-within {
    background-color: var(--grey) !important;
  }
  /* line 114326, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-info:focus-within {
    background-color: var(--text-info) !important;
  }
  /* line 114330, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-warning:focus-within {
    background-color: var(--text-warning) !important;
  }
  /* line 114334, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-error:focus-within {
    background-color: var(--text-error) !important;
  }
  /* line 114338, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-primary:focus-within {
    background-color: var(--primary) !important;
  }
  /* line 114342, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-secondary:focus-within {
    background-color: var(--secondary) !important;
  }
  /* line 114346, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-primary-dark:focus-within {
    background-color: var(--primary-dark) !important;
  }
  /* line 114350, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-text-color:focus-within {
    background-color: var(--text-color) !important;
  }
  /* line 114354, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-button-outlined-hover:focus-within {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 114358, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-file-info:focus-within {
    background-color: var(--file-info) !important;
  }
  /* line 114362, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  /* line 114366, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }
  /* line 114370, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-black:hover {
    background-color: var(--black) !important;
  }
  /* line 114374, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-white:hover {
    background-color: var(--white) !important;
  }
  /* line 114378, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 114383, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 114388, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 114393, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 114398, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 114403, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 114408, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 114413, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 114418, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 114423, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 114428, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 114433, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 114438, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 114443, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 114448, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 114453, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 114458, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 114463, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 114468, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 114473, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 114478, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 114483, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 114488, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 114493, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 114498, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 114503, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 114508, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 114513, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 114518, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 114523, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 114528, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 114533, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 114538, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 114543, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 114548, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 114553, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 114558, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 114563, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 114568, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 114573, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 114578, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 114583, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 114588, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 114593, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 114598, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 114603, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 114608, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 114613, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 114618, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 114623, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 114628, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 114633, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 114638, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 114643, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 114648, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 114653, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 114658, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 114663, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 114668, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 114673, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 114678, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 114683, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 114688, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 114693, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 114698, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 114703, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 114708, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 114713, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 114718, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 114723, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 114728, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 114733, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 114738, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 114743, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 114748, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 114753, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 114758, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 114763, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 114768, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 114773, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 114778, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-grey:hover {
    background-color: var(--grey) !important;
  }
  /* line 114782, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-info:hover {
    background-color: var(--text-info) !important;
  }
  /* line 114786, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-warning:hover {
    background-color: var(--text-warning) !important;
  }
  /* line 114790, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-error:hover {
    background-color: var(--text-error) !important;
  }
  /* line 114794, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-primary:hover {
    background-color: var(--primary) !important;
  }
  /* line 114798, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-secondary:hover {
    background-color: var(--secondary) !important;
  }
  /* line 114802, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-primary-dark:hover {
    background-color: var(--primary-dark) !important;
  }
  /* line 114806, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-text-color:hover {
    background-color: var(--text-color) !important;
  }
  /* line 114810, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-button-outlined-hover:hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 114814, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-file-info:hover {
    background-color: var(--file-info) !important;
  }
  /* line 114818, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  /* line 114822, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }
  /* line 114826, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-black:focus {
    background-color: var(--black) !important;
  }
  /* line 114830, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-white:focus {
    background-color: var(--white) !important;
  }
  /* line 114834, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 114839, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 114844, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 114849, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 114854, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 114859, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 114864, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 114869, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 114874, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 114879, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 114884, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 114889, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 114894, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 114899, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 114904, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 114909, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 114914, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 114919, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 114924, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 114929, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 114934, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 114939, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 114944, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 114949, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 114954, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 114959, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 114964, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 114969, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 114974, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 114979, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 114984, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 114989, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 114994, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 114999, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 115004, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 115009, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 115014, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 115019, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 115024, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 115029, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 115034, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 115039, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 115044, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 115049, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 115054, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 115059, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 115064, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 115069, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 115074, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 115079, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 115084, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 115089, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 115094, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 115099, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 115104, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 115109, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 115114, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 115119, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 115124, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 115129, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 115134, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 115139, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 115144, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 115149, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 115154, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 115159, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 115164, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 115169, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 115174, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 115179, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 115184, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 115189, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 115194, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 115199, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 115204, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 115209, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 115214, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 115219, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 115224, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 115229, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 115234, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-grey:focus {
    background-color: var(--grey) !important;
  }
  /* line 115238, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-info:focus {
    background-color: var(--text-info) !important;
  }
  /* line 115242, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-warning:focus {
    background-color: var(--text-warning) !important;
  }
  /* line 115246, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-error:focus {
    background-color: var(--text-error) !important;
  }
  /* line 115250, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-primary:focus {
    background-color: var(--primary) !important;
  }
  /* line 115254, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-secondary:focus {
    background-color: var(--secondary) !important;
  }
  /* line 115258, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-primary-dark:focus {
    background-color: var(--primary-dark) !important;
  }
  /* line 115262, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-text-color:focus {
    background-color: var(--text-color) !important;
  }
  /* line 115266, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-button-outlined-hover:focus {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 115270, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-file-info:focus {
    background-color: var(--file-info) !important;
  }
  /* line 115274, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }
  /* line 115278, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 115282, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 115286, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 115290, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 115294, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 115298, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 115302, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 115306, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 115310, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 115314, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 115318, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 115322, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 115326, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 115330, app/assets/stylesheets/tailwind.css */
  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }
  /* line 115334, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }
  /* line 115338, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 115342, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 115346, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 115350, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 115354, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 115358, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 115362, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 115366, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 115370, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 115374, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 115378, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 115382, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 115386, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 115390, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }
  /* line 115394, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }
  /* line 115398, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 115402, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 115406, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 115410, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 115414, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 115418, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 115422, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 115426, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 115430, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 115434, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 115438, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 115442, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 115446, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 115450, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }
  /* line 115454, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }
  /* line 115458, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 115462, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 115466, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 115470, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 115474, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 115478, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 115482, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 115486, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 115490, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 115494, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 115498, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 115502, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 115506, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 115510, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }
  /* line 115514, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }
  /* line 115518, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 115522, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 115526, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 115530, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 115534, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 115538, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 115542, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 115546, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 115550, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 115554, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 115558, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 115562, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 115566, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 115570, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }
  /* line 115574, app/assets/stylesheets/tailwind.css */
  .lg\:bg-none {
    background-image: none !important;
  }
  /* line 115578, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }
  /* line 115582, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }
  /* line 115586, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }
  /* line 115590, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }
  /* line 115594, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }
  /* line 115598, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }
  /* line 115602, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }
  /* line 115606, app/assets/stylesheets/tailwind.css */
  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }
  /* line 115610, app/assets/stylesheets/tailwind.css */
  .lg\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 115615, app/assets/stylesheets/tailwind.css */
  .lg\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 115620, app/assets/stylesheets/tailwind.css */
  .lg\:from-black {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 115625, app/assets/stylesheets/tailwind.css */
  .lg\:from-white {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 115630, app/assets/stylesheets/tailwind.css */
  .lg\:from-gray-50 {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 115635, app/assets/stylesheets/tailwind.css */
  .lg\:from-gray-100 {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 115640, app/assets/stylesheets/tailwind.css */
  .lg\:from-gray-200 {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 115645, app/assets/stylesheets/tailwind.css */
  .lg\:from-gray-300 {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 115650, app/assets/stylesheets/tailwind.css */
  .lg\:from-gray-400 {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 115655, app/assets/stylesheets/tailwind.css */
  .lg\:from-gray-500 {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 115660, app/assets/stylesheets/tailwind.css */
  .lg\:from-gray-600 {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 115665, app/assets/stylesheets/tailwind.css */
  .lg\:from-gray-700 {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 115670, app/assets/stylesheets/tailwind.css */
  .lg\:from-gray-800 {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 115675, app/assets/stylesheets/tailwind.css */
  .lg\:from-gray-900 {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 115680, app/assets/stylesheets/tailwind.css */
  .lg\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 115685, app/assets/stylesheets/tailwind.css */
  .lg\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 115690, app/assets/stylesheets/tailwind.css */
  .lg\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 115695, app/assets/stylesheets/tailwind.css */
  .lg\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 115700, app/assets/stylesheets/tailwind.css */
  .lg\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 115705, app/assets/stylesheets/tailwind.css */
  .lg\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 115710, app/assets/stylesheets/tailwind.css */
  .lg\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 115715, app/assets/stylesheets/tailwind.css */
  .lg\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 115720, app/assets/stylesheets/tailwind.css */
  .lg\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 115725, app/assets/stylesheets/tailwind.css */
  .lg\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 115730, app/assets/stylesheets/tailwind.css */
  .lg\:from-yellow-50 {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 115735, app/assets/stylesheets/tailwind.css */
  .lg\:from-yellow-100 {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 115740, app/assets/stylesheets/tailwind.css */
  .lg\:from-yellow-200 {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 115745, app/assets/stylesheets/tailwind.css */
  .lg\:from-yellow-300 {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 115750, app/assets/stylesheets/tailwind.css */
  .lg\:from-yellow-400 {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 115755, app/assets/stylesheets/tailwind.css */
  .lg\:from-yellow-500 {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 115760, app/assets/stylesheets/tailwind.css */
  .lg\:from-yellow-600 {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 115765, app/assets/stylesheets/tailwind.css */
  .lg\:from-yellow-700 {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 115770, app/assets/stylesheets/tailwind.css */
  .lg\:from-yellow-800 {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 115775, app/assets/stylesheets/tailwind.css */
  .lg\:from-yellow-900 {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 115780, app/assets/stylesheets/tailwind.css */
  .lg\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 115785, app/assets/stylesheets/tailwind.css */
  .lg\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 115790, app/assets/stylesheets/tailwind.css */
  .lg\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 115795, app/assets/stylesheets/tailwind.css */
  .lg\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 115800, app/assets/stylesheets/tailwind.css */
  .lg\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 115805, app/assets/stylesheets/tailwind.css */
  .lg\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 115810, app/assets/stylesheets/tailwind.css */
  .lg\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 115815, app/assets/stylesheets/tailwind.css */
  .lg\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 115820, app/assets/stylesheets/tailwind.css */
  .lg\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 115825, app/assets/stylesheets/tailwind.css */
  .lg\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 115830, app/assets/stylesheets/tailwind.css */
  .lg\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 115835, app/assets/stylesheets/tailwind.css */
  .lg\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 115840, app/assets/stylesheets/tailwind.css */
  .lg\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 115845, app/assets/stylesheets/tailwind.css */
  .lg\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 115850, app/assets/stylesheets/tailwind.css */
  .lg\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 115855, app/assets/stylesheets/tailwind.css */
  .lg\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 115860, app/assets/stylesheets/tailwind.css */
  .lg\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 115865, app/assets/stylesheets/tailwind.css */
  .lg\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 115870, app/assets/stylesheets/tailwind.css */
  .lg\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 115875, app/assets/stylesheets/tailwind.css */
  .lg\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 115880, app/assets/stylesheets/tailwind.css */
  .lg\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 115885, app/assets/stylesheets/tailwind.css */
  .lg\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 115890, app/assets/stylesheets/tailwind.css */
  .lg\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 115895, app/assets/stylesheets/tailwind.css */
  .lg\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 115900, app/assets/stylesheets/tailwind.css */
  .lg\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 115905, app/assets/stylesheets/tailwind.css */
  .lg\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 115910, app/assets/stylesheets/tailwind.css */
  .lg\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 115915, app/assets/stylesheets/tailwind.css */
  .lg\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 115920, app/assets/stylesheets/tailwind.css */
  .lg\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 115925, app/assets/stylesheets/tailwind.css */
  .lg\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 115930, app/assets/stylesheets/tailwind.css */
  .lg\:from-purple-50 {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 115935, app/assets/stylesheets/tailwind.css */
  .lg\:from-purple-100 {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 115940, app/assets/stylesheets/tailwind.css */
  .lg\:from-purple-200 {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 115945, app/assets/stylesheets/tailwind.css */
  .lg\:from-purple-300 {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 115950, app/assets/stylesheets/tailwind.css */
  .lg\:from-purple-400 {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 115955, app/assets/stylesheets/tailwind.css */
  .lg\:from-purple-500 {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 115960, app/assets/stylesheets/tailwind.css */
  .lg\:from-purple-600 {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 115965, app/assets/stylesheets/tailwind.css */
  .lg\:from-purple-700 {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 115970, app/assets/stylesheets/tailwind.css */
  .lg\:from-purple-800 {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 115975, app/assets/stylesheets/tailwind.css */
  .lg\:from-purple-900 {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 115980, app/assets/stylesheets/tailwind.css */
  .lg\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 115985, app/assets/stylesheets/tailwind.css */
  .lg\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 115990, app/assets/stylesheets/tailwind.css */
  .lg\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 115995, app/assets/stylesheets/tailwind.css */
  .lg\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 116000, app/assets/stylesheets/tailwind.css */
  .lg\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 116005, app/assets/stylesheets/tailwind.css */
  .lg\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 116010, app/assets/stylesheets/tailwind.css */
  .lg\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 116015, app/assets/stylesheets/tailwind.css */
  .lg\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 116020, app/assets/stylesheets/tailwind.css */
  .lg\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 116025, app/assets/stylesheets/tailwind.css */
  .lg\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 116030, app/assets/stylesheets/tailwind.css */
  .lg\:from-grey {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116035, app/assets/stylesheets/tailwind.css */
  .lg\:from-info {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116040, app/assets/stylesheets/tailwind.css */
  .lg\:from-warning {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116045, app/assets/stylesheets/tailwind.css */
  .lg\:from-error {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116050, app/assets/stylesheets/tailwind.css */
  .lg\:from-primary {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116055, app/assets/stylesheets/tailwind.css */
  .lg\:from-secondary {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116060, app/assets/stylesheets/tailwind.css */
  .lg\:from-primary-dark {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116065, app/assets/stylesheets/tailwind.css */
  .lg\:from-text-color {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116070, app/assets/stylesheets/tailwind.css */
  .lg\:from-button-outlined-hover {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116075, app/assets/stylesheets/tailwind.css */
  .lg\:from-file-info {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116080, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 116085, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116090, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-black:hover {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116095, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-white:hover {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116100, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 116105, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 116110, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 116115, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 116120, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 116125, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 116130, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 116135, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 116140, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 116145, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 116150, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 116155, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 116160, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 116165, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 116170, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 116175, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 116180, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 116185, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 116190, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 116195, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 116200, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 116205, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 116210, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 116215, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 116220, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 116225, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 116230, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 116235, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 116240, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 116245, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 116250, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 116255, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 116260, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 116265, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 116270, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 116275, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 116280, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 116285, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 116290, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 116295, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 116300, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 116305, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 116310, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 116315, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 116320, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 116325, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 116330, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 116335, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 116340, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 116345, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 116350, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 116355, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 116360, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 116365, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 116370, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 116375, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 116380, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 116385, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 116390, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 116395, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 116400, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 116405, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 116410, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 116415, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 116420, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 116425, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 116430, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 116435, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 116440, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 116445, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 116450, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 116455, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 116460, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 116465, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 116470, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 116475, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 116480, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 116485, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 116490, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 116495, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 116500, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-grey:hover {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116505, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-info:hover {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116510, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-warning:hover {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116515, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-error:hover {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116520, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-primary:hover {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116525, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-secondary:hover {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116530, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-primary-dark:hover {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116535, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-text-color:hover {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116540, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-button-outlined-hover:hover {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116545, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:from-file-info:hover {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116550, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 116555, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116560, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-black:focus {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116565, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-white:focus {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116570, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 116575, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 116580, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 116585, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 116590, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 116595, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 116600, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 116605, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 116610, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 116615, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 116620, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 116625, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 116630, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 116635, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 116640, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 116645, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 116650, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 116655, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 116660, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 116665, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 116670, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 116675, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 116680, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 116685, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 116690, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 116695, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 116700, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 116705, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 116710, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 116715, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 116720, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 116725, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 116730, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 116735, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 116740, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 116745, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 116750, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 116755, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 116760, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 116765, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 116770, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 116775, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 116780, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 116785, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 116790, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 116795, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 116800, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 116805, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 116810, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 116815, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 116820, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 116825, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 116830, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 116835, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 116840, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 116845, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 116850, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 116855, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 116860, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 116865, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 116870, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 116875, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 116880, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 116885, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 116890, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 116895, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 116900, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 116905, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 116910, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 116915, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 116920, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 116925, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 116930, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 116935, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 116940, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 116945, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 116950, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 116955, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 116960, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 116965, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 116970, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-grey:focus {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116975, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-info:focus {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116980, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-warning:focus {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116985, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-error:focus {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116990, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-primary:focus {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 116995, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-secondary:focus {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117000, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-primary-dark:focus {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117005, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-text-color:focus {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117010, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-button-outlined-hover:focus {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117015, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:from-file-info:focus {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117020, app/assets/stylesheets/tailwind.css */
  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 117024, app/assets/stylesheets/tailwind.css */
  .lg\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117028, app/assets/stylesheets/tailwind.css */
  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117032, app/assets/stylesheets/tailwind.css */
  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117036, app/assets/stylesheets/tailwind.css */
  .lg\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 117040, app/assets/stylesheets/tailwind.css */
  .lg\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 117044, app/assets/stylesheets/tailwind.css */
  .lg\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 117048, app/assets/stylesheets/tailwind.css */
  .lg\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 117052, app/assets/stylesheets/tailwind.css */
  .lg\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 117056, app/assets/stylesheets/tailwind.css */
  .lg\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 117060, app/assets/stylesheets/tailwind.css */
  .lg\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 117064, app/assets/stylesheets/tailwind.css */
  .lg\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 117068, app/assets/stylesheets/tailwind.css */
  .lg\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 117072, app/assets/stylesheets/tailwind.css */
  .lg\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 117076, app/assets/stylesheets/tailwind.css */
  .lg\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 117080, app/assets/stylesheets/tailwind.css */
  .lg\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 117084, app/assets/stylesheets/tailwind.css */
  .lg\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 117088, app/assets/stylesheets/tailwind.css */
  .lg\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 117092, app/assets/stylesheets/tailwind.css */
  .lg\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 117096, app/assets/stylesheets/tailwind.css */
  .lg\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 117100, app/assets/stylesheets/tailwind.css */
  .lg\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 117104, app/assets/stylesheets/tailwind.css */
  .lg\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 117108, app/assets/stylesheets/tailwind.css */
  .lg\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 117112, app/assets/stylesheets/tailwind.css */
  .lg\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 117116, app/assets/stylesheets/tailwind.css */
  .lg\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 117120, app/assets/stylesheets/tailwind.css */
  .lg\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 117124, app/assets/stylesheets/tailwind.css */
  .lg\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 117128, app/assets/stylesheets/tailwind.css */
  .lg\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 117132, app/assets/stylesheets/tailwind.css */
  .lg\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 117136, app/assets/stylesheets/tailwind.css */
  .lg\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 117140, app/assets/stylesheets/tailwind.css */
  .lg\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 117144, app/assets/stylesheets/tailwind.css */
  .lg\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 117148, app/assets/stylesheets/tailwind.css */
  .lg\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 117152, app/assets/stylesheets/tailwind.css */
  .lg\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 117156, app/assets/stylesheets/tailwind.css */
  .lg\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 117160, app/assets/stylesheets/tailwind.css */
  .lg\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 117164, app/assets/stylesheets/tailwind.css */
  .lg\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 117168, app/assets/stylesheets/tailwind.css */
  .lg\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 117172, app/assets/stylesheets/tailwind.css */
  .lg\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 117176, app/assets/stylesheets/tailwind.css */
  .lg\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 117180, app/assets/stylesheets/tailwind.css */
  .lg\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 117184, app/assets/stylesheets/tailwind.css */
  .lg\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 117188, app/assets/stylesheets/tailwind.css */
  .lg\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 117192, app/assets/stylesheets/tailwind.css */
  .lg\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 117196, app/assets/stylesheets/tailwind.css */
  .lg\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 117200, app/assets/stylesheets/tailwind.css */
  .lg\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 117204, app/assets/stylesheets/tailwind.css */
  .lg\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 117208, app/assets/stylesheets/tailwind.css */
  .lg\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 117212, app/assets/stylesheets/tailwind.css */
  .lg\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 117216, app/assets/stylesheets/tailwind.css */
  .lg\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 117220, app/assets/stylesheets/tailwind.css */
  .lg\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 117224, app/assets/stylesheets/tailwind.css */
  .lg\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 117228, app/assets/stylesheets/tailwind.css */
  .lg\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 117232, app/assets/stylesheets/tailwind.css */
  .lg\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 117236, app/assets/stylesheets/tailwind.css */
  .lg\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 117240, app/assets/stylesheets/tailwind.css */
  .lg\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 117244, app/assets/stylesheets/tailwind.css */
  .lg\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 117248, app/assets/stylesheets/tailwind.css */
  .lg\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 117252, app/assets/stylesheets/tailwind.css */
  .lg\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 117256, app/assets/stylesheets/tailwind.css */
  .lg\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 117260, app/assets/stylesheets/tailwind.css */
  .lg\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 117264, app/assets/stylesheets/tailwind.css */
  .lg\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 117268, app/assets/stylesheets/tailwind.css */
  .lg\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 117272, app/assets/stylesheets/tailwind.css */
  .lg\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 117276, app/assets/stylesheets/tailwind.css */
  .lg\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 117280, app/assets/stylesheets/tailwind.css */
  .lg\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 117284, app/assets/stylesheets/tailwind.css */
  .lg\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 117288, app/assets/stylesheets/tailwind.css */
  .lg\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 117292, app/assets/stylesheets/tailwind.css */
  .lg\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 117296, app/assets/stylesheets/tailwind.css */
  .lg\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 117300, app/assets/stylesheets/tailwind.css */
  .lg\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 117304, app/assets/stylesheets/tailwind.css */
  .lg\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 117308, app/assets/stylesheets/tailwind.css */
  .lg\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 117312, app/assets/stylesheets/tailwind.css */
  .lg\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 117316, app/assets/stylesheets/tailwind.css */
  .lg\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 117320, app/assets/stylesheets/tailwind.css */
  .lg\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 117324, app/assets/stylesheets/tailwind.css */
  .lg\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 117328, app/assets/stylesheets/tailwind.css */
  .lg\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 117332, app/assets/stylesheets/tailwind.css */
  .lg\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 117336, app/assets/stylesheets/tailwind.css */
  .lg\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 117340, app/assets/stylesheets/tailwind.css */
  .lg\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 117344, app/assets/stylesheets/tailwind.css */
  .lg\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 117348, app/assets/stylesheets/tailwind.css */
  .lg\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 117352, app/assets/stylesheets/tailwind.css */
  .lg\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 117356, app/assets/stylesheets/tailwind.css */
  .lg\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117360, app/assets/stylesheets/tailwind.css */
  .lg\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117364, app/assets/stylesheets/tailwind.css */
  .lg\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117368, app/assets/stylesheets/tailwind.css */
  .lg\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117372, app/assets/stylesheets/tailwind.css */
  .lg\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117376, app/assets/stylesheets/tailwind.css */
  .lg\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117380, app/assets/stylesheets/tailwind.css */
  .lg\:via-primary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117384, app/assets/stylesheets/tailwind.css */
  .lg\:via-text-color {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117388, app/assets/stylesheets/tailwind.css */
  .lg\:via-button-outlined-hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117392, app/assets/stylesheets/tailwind.css */
  .lg\:via-file-info {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117396, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 117400, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117404, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117408, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117412, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 117416, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 117420, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 117424, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 117428, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 117432, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 117436, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 117440, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 117444, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 117448, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 117452, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 117456, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 117460, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 117464, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 117468, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 117472, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 117476, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 117480, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 117484, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 117488, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 117492, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 117496, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 117500, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 117504, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 117508, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 117512, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 117516, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 117520, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 117524, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 117528, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 117532, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 117536, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 117540, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 117544, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 117548, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 117552, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 117556, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 117560, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 117564, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 117568, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 117572, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 117576, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 117580, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 117584, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 117588, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 117592, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 117596, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 117600, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 117604, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 117608, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 117612, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 117616, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 117620, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 117624, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 117628, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 117632, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 117636, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 117640, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 117644, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 117648, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 117652, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 117656, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 117660, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 117664, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 117668, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 117672, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 117676, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 117680, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 117684, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 117688, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 117692, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 117696, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 117700, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 117704, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 117708, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 117712, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 117716, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 117720, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 117724, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 117728, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 117732, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117736, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117740, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117744, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117748, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117752, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117756, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-primary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117760, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-text-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117764, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-button-outlined-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117768, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:via-file-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117772, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 117776, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117780, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117784, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 117788, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 117792, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 117796, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 117800, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 117804, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 117808, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 117812, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 117816, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 117820, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 117824, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 117828, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 117832, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 117836, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 117840, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 117844, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 117848, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 117852, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 117856, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 117860, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 117864, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 117868, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 117872, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 117876, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 117880, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 117884, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 117888, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 117892, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 117896, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 117900, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 117904, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 117908, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 117912, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 117916, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 117920, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 117924, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 117928, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 117932, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 117936, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 117940, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 117944, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 117948, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 117952, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 117956, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 117960, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 117964, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 117968, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 117972, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 117976, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 117980, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 117984, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 117988, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 117992, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 117996, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 118000, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 118004, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 118008, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 118012, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 118016, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 118020, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 118024, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 118028, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 118032, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 118036, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 118040, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 118044, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 118048, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 118052, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 118056, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 118060, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 118064, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 118068, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 118072, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 118076, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 118080, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 118084, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 118088, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 118092, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 118096, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 118100, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 118104, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 118108, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 118112, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 118116, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 118120, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 118124, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 118128, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 118132, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-primary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 118136, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-text-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 118140, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-button-outlined-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 118144, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:via-file-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 118148, app/assets/stylesheets/tailwind.css */
  .lg\:to-transparent {
    --tw-gradient-to: transparent !important;
  }
  /* line 118152, app/assets/stylesheets/tailwind.css */
  .lg\:to-current {
    --tw-gradient-to: currentColor !important;
  }
  /* line 118156, app/assets/stylesheets/tailwind.css */
  .lg\:to-black {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 118160, app/assets/stylesheets/tailwind.css */
  .lg\:to-white {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 118164, app/assets/stylesheets/tailwind.css */
  .lg\:to-gray-50 {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 118168, app/assets/stylesheets/tailwind.css */
  .lg\:to-gray-100 {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 118172, app/assets/stylesheets/tailwind.css */
  .lg\:to-gray-200 {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 118176, app/assets/stylesheets/tailwind.css */
  .lg\:to-gray-300 {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 118180, app/assets/stylesheets/tailwind.css */
  .lg\:to-gray-400 {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 118184, app/assets/stylesheets/tailwind.css */
  .lg\:to-gray-500 {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 118188, app/assets/stylesheets/tailwind.css */
  .lg\:to-gray-600 {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 118192, app/assets/stylesheets/tailwind.css */
  .lg\:to-gray-700 {
    --tw-gradient-to: #374151 !important;
  }
  /* line 118196, app/assets/stylesheets/tailwind.css */
  .lg\:to-gray-800 {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 118200, app/assets/stylesheets/tailwind.css */
  .lg\:to-gray-900 {
    --tw-gradient-to: #111827 !important;
  }
  /* line 118204, app/assets/stylesheets/tailwind.css */
  .lg\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 118208, app/assets/stylesheets/tailwind.css */
  .lg\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 118212, app/assets/stylesheets/tailwind.css */
  .lg\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 118216, app/assets/stylesheets/tailwind.css */
  .lg\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 118220, app/assets/stylesheets/tailwind.css */
  .lg\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 118224, app/assets/stylesheets/tailwind.css */
  .lg\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 118228, app/assets/stylesheets/tailwind.css */
  .lg\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 118232, app/assets/stylesheets/tailwind.css */
  .lg\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 118236, app/assets/stylesheets/tailwind.css */
  .lg\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 118240, app/assets/stylesheets/tailwind.css */
  .lg\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 118244, app/assets/stylesheets/tailwind.css */
  .lg\:to-yellow-50 {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 118248, app/assets/stylesheets/tailwind.css */
  .lg\:to-yellow-100 {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 118252, app/assets/stylesheets/tailwind.css */
  .lg\:to-yellow-200 {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 118256, app/assets/stylesheets/tailwind.css */
  .lg\:to-yellow-300 {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 118260, app/assets/stylesheets/tailwind.css */
  .lg\:to-yellow-400 {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 118264, app/assets/stylesheets/tailwind.css */
  .lg\:to-yellow-500 {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 118268, app/assets/stylesheets/tailwind.css */
  .lg\:to-yellow-600 {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 118272, app/assets/stylesheets/tailwind.css */
  .lg\:to-yellow-700 {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 118276, app/assets/stylesheets/tailwind.css */
  .lg\:to-yellow-800 {
    --tw-gradient-to: #92400e !important;
  }
  /* line 118280, app/assets/stylesheets/tailwind.css */
  .lg\:to-yellow-900 {
    --tw-gradient-to: #78350f !important;
  }
  /* line 118284, app/assets/stylesheets/tailwind.css */
  .lg\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 118288, app/assets/stylesheets/tailwind.css */
  .lg\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 118292, app/assets/stylesheets/tailwind.css */
  .lg\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 118296, app/assets/stylesheets/tailwind.css */
  .lg\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 118300, app/assets/stylesheets/tailwind.css */
  .lg\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 118304, app/assets/stylesheets/tailwind.css */
  .lg\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 118308, app/assets/stylesheets/tailwind.css */
  .lg\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }
  /* line 118312, app/assets/stylesheets/tailwind.css */
  .lg\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }
  /* line 118316, app/assets/stylesheets/tailwind.css */
  .lg\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 118320, app/assets/stylesheets/tailwind.css */
  .lg\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 118324, app/assets/stylesheets/tailwind.css */
  .lg\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 118328, app/assets/stylesheets/tailwind.css */
  .lg\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 118332, app/assets/stylesheets/tailwind.css */
  .lg\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 118336, app/assets/stylesheets/tailwind.css */
  .lg\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 118340, app/assets/stylesheets/tailwind.css */
  .lg\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 118344, app/assets/stylesheets/tailwind.css */
  .lg\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 118348, app/assets/stylesheets/tailwind.css */
  .lg\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 118352, app/assets/stylesheets/tailwind.css */
  .lg\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 118356, app/assets/stylesheets/tailwind.css */
  .lg\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 118360, app/assets/stylesheets/tailwind.css */
  .lg\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 118364, app/assets/stylesheets/tailwind.css */
  .lg\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 118368, app/assets/stylesheets/tailwind.css */
  .lg\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 118372, app/assets/stylesheets/tailwind.css */
  .lg\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 118376, app/assets/stylesheets/tailwind.css */
  .lg\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 118380, app/assets/stylesheets/tailwind.css */
  .lg\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 118384, app/assets/stylesheets/tailwind.css */
  .lg\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 118388, app/assets/stylesheets/tailwind.css */
  .lg\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 118392, app/assets/stylesheets/tailwind.css */
  .lg\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 118396, app/assets/stylesheets/tailwind.css */
  .lg\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 118400, app/assets/stylesheets/tailwind.css */
  .lg\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 118404, app/assets/stylesheets/tailwind.css */
  .lg\:to-purple-50 {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 118408, app/assets/stylesheets/tailwind.css */
  .lg\:to-purple-100 {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 118412, app/assets/stylesheets/tailwind.css */
  .lg\:to-purple-200 {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 118416, app/assets/stylesheets/tailwind.css */
  .lg\:to-purple-300 {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 118420, app/assets/stylesheets/tailwind.css */
  .lg\:to-purple-400 {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 118424, app/assets/stylesheets/tailwind.css */
  .lg\:to-purple-500 {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 118428, app/assets/stylesheets/tailwind.css */
  .lg\:to-purple-600 {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 118432, app/assets/stylesheets/tailwind.css */
  .lg\:to-purple-700 {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 118436, app/assets/stylesheets/tailwind.css */
  .lg\:to-purple-800 {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 118440, app/assets/stylesheets/tailwind.css */
  .lg\:to-purple-900 {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 118444, app/assets/stylesheets/tailwind.css */
  .lg\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 118448, app/assets/stylesheets/tailwind.css */
  .lg\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 118452, app/assets/stylesheets/tailwind.css */
  .lg\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 118456, app/assets/stylesheets/tailwind.css */
  .lg\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 118460, app/assets/stylesheets/tailwind.css */
  .lg\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 118464, app/assets/stylesheets/tailwind.css */
  .lg\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 118468, app/assets/stylesheets/tailwind.css */
  .lg\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 118472, app/assets/stylesheets/tailwind.css */
  .lg\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }
  /* line 118476, app/assets/stylesheets/tailwind.css */
  .lg\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 118480, app/assets/stylesheets/tailwind.css */
  .lg\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }
  /* line 118484, app/assets/stylesheets/tailwind.css */
  .lg\:to-grey {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 118488, app/assets/stylesheets/tailwind.css */
  .lg\:to-info {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 118492, app/assets/stylesheets/tailwind.css */
  .lg\:to-warning {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 118496, app/assets/stylesheets/tailwind.css */
  .lg\:to-error {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 118500, app/assets/stylesheets/tailwind.css */
  .lg\:to-primary {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 118504, app/assets/stylesheets/tailwind.css */
  .lg\:to-secondary {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 118508, app/assets/stylesheets/tailwind.css */
  .lg\:to-primary-dark {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 118512, app/assets/stylesheets/tailwind.css */
  .lg\:to-text-color {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 118516, app/assets/stylesheets/tailwind.css */
  .lg\:to-button-outlined-hover {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 118520, app/assets/stylesheets/tailwind.css */
  .lg\:to-file-info {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 118524, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }
  /* line 118528, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }
  /* line 118532, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-black:hover {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 118536, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-white:hover {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 118540, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 118544, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 118548, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 118552, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 118556, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 118560, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 118564, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 118568, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151 !important;
  }
  /* line 118572, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 118576, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827 !important;
  }
  /* line 118580, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 118584, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 118588, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 118592, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 118596, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 118600, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 118604, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 118608, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 118612, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 118616, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 118620, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 118624, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 118628, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 118632, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 118636, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 118640, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 118644, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 118648, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 118652, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e !important;
  }
  /* line 118656, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f !important;
  }
  /* line 118660, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 118664, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 118668, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 118672, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 118676, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 118680, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 118684, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }
  /* line 118688, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }
  /* line 118692, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 118696, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 118700, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 118704, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 118708, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 118712, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 118716, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 118720, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 118724, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 118728, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 118732, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 118736, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 118740, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 118744, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 118748, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 118752, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 118756, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 118760, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 118764, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 118768, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 118772, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 118776, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 118780, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 118784, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 118788, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 118792, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 118796, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 118800, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 118804, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 118808, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 118812, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 118816, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 118820, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 118824, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 118828, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 118832, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 118836, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 118840, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 118844, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 118848, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }
  /* line 118852, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 118856, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }
  /* line 118860, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-grey:hover {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 118864, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-info:hover {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 118868, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-warning:hover {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 118872, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-error:hover {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 118876, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-primary:hover {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 118880, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-secondary:hover {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 118884, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-primary-dark:hover {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 118888, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-text-color:hover {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 118892, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-button-outlined-hover:hover {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 118896, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:to-file-info:hover {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 118900, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }
  /* line 118904, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }
  /* line 118908, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-black:focus {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 118912, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-white:focus {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 118916, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 118920, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 118924, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 118928, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 118932, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 118936, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 118940, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 118944, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151 !important;
  }
  /* line 118948, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 118952, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827 !important;
  }
  /* line 118956, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 118960, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 118964, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 118968, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 118972, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 118976, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 118980, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 118984, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 118988, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 118992, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 118996, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 119000, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 119004, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 119008, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 119012, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 119016, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 119020, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 119024, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 119028, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e !important;
  }
  /* line 119032, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f !important;
  }
  /* line 119036, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 119040, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 119044, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 119048, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 119052, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 119056, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 119060, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }
  /* line 119064, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }
  /* line 119068, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 119072, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 119076, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 119080, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 119084, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 119088, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 119092, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 119096, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 119100, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 119104, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 119108, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 119112, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 119116, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 119120, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 119124, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 119128, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 119132, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 119136, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 119140, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 119144, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 119148, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 119152, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 119156, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 119160, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 119164, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 119168, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 119172, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 119176, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 119180, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 119184, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 119188, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 119192, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 119196, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 119200, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 119204, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 119208, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 119212, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 119216, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 119220, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 119224, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }
  /* line 119228, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 119232, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }
  /* line 119236, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-grey:focus {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 119240, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-info:focus {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 119244, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-warning:focus {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 119248, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-error:focus {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 119252, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-primary:focus {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 119256, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-secondary:focus {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 119260, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-primary-dark:focus {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 119264, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-text-color:focus {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 119268, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-button-outlined-hover:focus {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 119272, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:to-file-info:focus {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 119276, app/assets/stylesheets/tailwind.css */
  .lg\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
    box-decoration-break: slice !important;
  }
  /* line 119281, app/assets/stylesheets/tailwind.css */
  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
    box-decoration-break: clone !important;
  }
  /* line 119286, app/assets/stylesheets/tailwind.css */
  .lg\:bg-auto {
    background-size: auto !important;
  }
  /* line 119290, app/assets/stylesheets/tailwind.css */
  .lg\:bg-cover {
    background-size: cover !important;
  }
  /* line 119294, app/assets/stylesheets/tailwind.css */
  .lg\:bg-contain {
    background-size: contain !important;
  }
  /* line 119298, app/assets/stylesheets/tailwind.css */
  .lg\:bg-fixed {
    background-attachment: fixed !important;
  }
  /* line 119302, app/assets/stylesheets/tailwind.css */
  .lg\:bg-local {
    background-attachment: local !important;
  }
  /* line 119306, app/assets/stylesheets/tailwind.css */
  .lg\:bg-scroll {
    background-attachment: scroll !important;
  }
  /* line 119310, app/assets/stylesheets/tailwind.css */
  .lg\:bg-clip-border {
    background-clip: border-box !important;
  }
  /* line 119314, app/assets/stylesheets/tailwind.css */
  .lg\:bg-clip-padding {
    background-clip: padding-box !important;
  }
  /* line 119318, app/assets/stylesheets/tailwind.css */
  .lg\:bg-clip-content {
    background-clip: content-box !important;
  }
  /* line 119322, app/assets/stylesheets/tailwind.css */
  .lg\:bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important;
  }
  /* line 119327, app/assets/stylesheets/tailwind.css */
  .lg\:bg-bottom {
    background-position: bottom !important;
  }
  /* line 119331, app/assets/stylesheets/tailwind.css */
  .lg\:bg-center {
    background-position: center !important;
  }
  /* line 119335, app/assets/stylesheets/tailwind.css */
  .lg\:bg-left {
    background-position: left !important;
  }
  /* line 119339, app/assets/stylesheets/tailwind.css */
  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }
  /* line 119343, app/assets/stylesheets/tailwind.css */
  .lg\:bg-left-top {
    background-position: left top !important;
  }
  /* line 119347, app/assets/stylesheets/tailwind.css */
  .lg\:bg-right {
    background-position: right !important;
  }
  /* line 119351, app/assets/stylesheets/tailwind.css */
  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }
  /* line 119355, app/assets/stylesheets/tailwind.css */
  .lg\:bg-right-top {
    background-position: right top !important;
  }
  /* line 119359, app/assets/stylesheets/tailwind.css */
  .lg\:bg-top {
    background-position: top !important;
  }
  /* line 119363, app/assets/stylesheets/tailwind.css */
  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }
  /* line 119367, app/assets/stylesheets/tailwind.css */
  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  /* line 119371, app/assets/stylesheets/tailwind.css */
  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  /* line 119375, app/assets/stylesheets/tailwind.css */
  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  /* line 119379, app/assets/stylesheets/tailwind.css */
  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }
  /* line 119383, app/assets/stylesheets/tailwind.css */
  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }
  /* line 119387, app/assets/stylesheets/tailwind.css */
  .lg\:bg-origin-border {
    background-origin: border-box !important;
  }
  /* line 119391, app/assets/stylesheets/tailwind.css */
  .lg\:bg-origin-padding {
    background-origin: padding-box !important;
  }
  /* line 119395, app/assets/stylesheets/tailwind.css */
  .lg\:bg-origin-content {
    background-origin: content-box !important;
  }
  /* line 119399, app/assets/stylesheets/tailwind.css */
  .lg\:fill-current {
    fill: currentColor !important;
  }
  /* line 119403, app/assets/stylesheets/tailwind.css */
  .lg\:stroke-current {
    stroke: currentColor !important;
  }
  /* line 119407, app/assets/stylesheets/tailwind.css */
  .lg\:stroke-0 {
    stroke-width: 0 !important;
  }
  /* line 119411, app/assets/stylesheets/tailwind.css */
  .lg\:stroke-1 {
    stroke-width: 1 !important;
  }
  /* line 119415, app/assets/stylesheets/tailwind.css */
  .lg\:stroke-2 {
    stroke-width: 2 !important;
  }
  /* line 119419, app/assets/stylesheets/tailwind.css */
  .lg\:object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 119424, app/assets/stylesheets/tailwind.css */
  .lg\:object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 119429, app/assets/stylesheets/tailwind.css */
  .lg\:object-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 119434, app/assets/stylesheets/tailwind.css */
  .lg\:object-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 119439, app/assets/stylesheets/tailwind.css */
  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 119444, app/assets/stylesheets/tailwind.css */
  .lg\:object-bottom {
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }
  /* line 119449, app/assets/stylesheets/tailwind.css */
  .lg\:object-center {
    -o-object-position: center !important;
    object-position: center !important;
  }
  /* line 119454, app/assets/stylesheets/tailwind.css */
  .lg\:object-left {
    -o-object-position: left !important;
    object-position: left !important;
  }
  /* line 119459, app/assets/stylesheets/tailwind.css */
  .lg\:object-left-bottom {
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
  }
  /* line 119464, app/assets/stylesheets/tailwind.css */
  .lg\:object-left-top {
    -o-object-position: left top !important;
    object-position: left top !important;
  }
  /* line 119469, app/assets/stylesheets/tailwind.css */
  .lg\:object-right {
    -o-object-position: right !important;
    object-position: right !important;
  }
  /* line 119474, app/assets/stylesheets/tailwind.css */
  .lg\:object-right-bottom {
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }
  /* line 119479, app/assets/stylesheets/tailwind.css */
  .lg\:object-right-top {
    -o-object-position: right top !important;
    object-position: right top !important;
  }
  /* line 119484, app/assets/stylesheets/tailwind.css */
  .lg\:object-top {
    -o-object-position: top !important;
    object-position: top !important;
  }
  /* line 119489, app/assets/stylesheets/tailwind.css */
  .lg\:p-0 {
    padding: 0px !important;
  }
  /* line 119493, app/assets/stylesheets/tailwind.css */
  .lg\:p-1 {
    padding: 0.25rem !important;
  }
  /* line 119497, app/assets/stylesheets/tailwind.css */
  .lg\:p-2 {
    padding: 0.5rem !important;
  }
  /* line 119501, app/assets/stylesheets/tailwind.css */
  .lg\:p-3 {
    padding: 0.75rem !important;
  }
  /* line 119505, app/assets/stylesheets/tailwind.css */
  .lg\:p-4 {
    padding: 1rem !important;
  }
  /* line 119509, app/assets/stylesheets/tailwind.css */
  .lg\:p-5 {
    padding: 1.25rem !important;
  }
  /* line 119513, app/assets/stylesheets/tailwind.css */
  .lg\:p-6 {
    padding: 1.5rem !important;
  }
  /* line 119517, app/assets/stylesheets/tailwind.css */
  .lg\:p-7 {
    padding: 1.75rem !important;
  }
  /* line 119521, app/assets/stylesheets/tailwind.css */
  .lg\:p-8 {
    padding: 2rem !important;
  }
  /* line 119525, app/assets/stylesheets/tailwind.css */
  .lg\:p-9 {
    padding: 2.25rem !important;
  }
  /* line 119529, app/assets/stylesheets/tailwind.css */
  .lg\:p-10 {
    padding: 2.5rem !important;
  }
  /* line 119533, app/assets/stylesheets/tailwind.css */
  .lg\:p-11 {
    padding: 2.75rem !important;
  }
  /* line 119537, app/assets/stylesheets/tailwind.css */
  .lg\:p-12 {
    padding: 3rem !important;
  }
  /* line 119541, app/assets/stylesheets/tailwind.css */
  .lg\:p-14 {
    padding: 3.5rem !important;
  }
  /* line 119545, app/assets/stylesheets/tailwind.css */
  .lg\:p-16 {
    padding: 4rem !important;
  }
  /* line 119549, app/assets/stylesheets/tailwind.css */
  .lg\:p-20 {
    padding: 5rem !important;
  }
  /* line 119553, app/assets/stylesheets/tailwind.css */
  .lg\:p-24 {
    padding: 6rem !important;
  }
  /* line 119557, app/assets/stylesheets/tailwind.css */
  .lg\:p-28 {
    padding: 7rem !important;
  }
  /* line 119561, app/assets/stylesheets/tailwind.css */
  .lg\:p-32 {
    padding: 8rem !important;
  }
  /* line 119565, app/assets/stylesheets/tailwind.css */
  .lg\:p-36 {
    padding: 9rem !important;
  }
  /* line 119569, app/assets/stylesheets/tailwind.css */
  .lg\:p-40 {
    padding: 10rem !important;
  }
  /* line 119573, app/assets/stylesheets/tailwind.css */
  .lg\:p-44 {
    padding: 11rem !important;
  }
  /* line 119577, app/assets/stylesheets/tailwind.css */
  .lg\:p-48 {
    padding: 12rem !important;
  }
  /* line 119581, app/assets/stylesheets/tailwind.css */
  .lg\:p-52 {
    padding: 13rem !important;
  }
  /* line 119585, app/assets/stylesheets/tailwind.css */
  .lg\:p-56 {
    padding: 14rem !important;
  }
  /* line 119589, app/assets/stylesheets/tailwind.css */
  .lg\:p-60 {
    padding: 15rem !important;
  }
  /* line 119593, app/assets/stylesheets/tailwind.css */
  .lg\:p-64 {
    padding: 16rem !important;
  }
  /* line 119597, app/assets/stylesheets/tailwind.css */
  .lg\:p-72 {
    padding: 18rem !important;
  }
  /* line 119601, app/assets/stylesheets/tailwind.css */
  .lg\:p-80 {
    padding: 20rem !important;
  }
  /* line 119605, app/assets/stylesheets/tailwind.css */
  .lg\:p-96 {
    padding: 24rem !important;
  }
  /* line 119609, app/assets/stylesheets/tailwind.css */
  .lg\:p-px {
    padding: 1px !important;
  }
  /* line 119613, app/assets/stylesheets/tailwind.css */
  .lg\:p-0\.5 {
    padding: 0.125rem !important;
  }
  /* line 119617, app/assets/stylesheets/tailwind.css */
  .lg\:p-1\.5 {
    padding: 0.375rem !important;
  }
  /* line 119621, app/assets/stylesheets/tailwind.css */
  .lg\:p-2\.5 {
    padding: 0.625rem !important;
  }
  /* line 119625, app/assets/stylesheets/tailwind.css */
  .lg\:p-3\.5 {
    padding: 0.875rem !important;
  }
  /* line 119629, app/assets/stylesheets/tailwind.css */
  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 119634, app/assets/stylesheets/tailwind.css */
  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  /* line 119639, app/assets/stylesheets/tailwind.css */
  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 119644, app/assets/stylesheets/tailwind.css */
  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  /* line 119649, app/assets/stylesheets/tailwind.css */
  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 119654, app/assets/stylesheets/tailwind.css */
  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  /* line 119659, app/assets/stylesheets/tailwind.css */
  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 119664, app/assets/stylesheets/tailwind.css */
  .lg\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  /* line 119669, app/assets/stylesheets/tailwind.css */
  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  /* line 119674, app/assets/stylesheets/tailwind.css */
  .lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  /* line 119679, app/assets/stylesheets/tailwind.css */
  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 119684, app/assets/stylesheets/tailwind.css */
  .lg\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  /* line 119689, app/assets/stylesheets/tailwind.css */
  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 119694, app/assets/stylesheets/tailwind.css */
  .lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  /* line 119699, app/assets/stylesheets/tailwind.css */
  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  /* line 119704, app/assets/stylesheets/tailwind.css */
  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 119709, app/assets/stylesheets/tailwind.css */
  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  /* line 119714, app/assets/stylesheets/tailwind.css */
  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  /* line 119719, app/assets/stylesheets/tailwind.css */
  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  /* line 119724, app/assets/stylesheets/tailwind.css */
  .lg\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  /* line 119729, app/assets/stylesheets/tailwind.css */
  .lg\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 119734, app/assets/stylesheets/tailwind.css */
  .lg\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  /* line 119739, app/assets/stylesheets/tailwind.css */
  .lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  /* line 119744, app/assets/stylesheets/tailwind.css */
  .lg\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  /* line 119749, app/assets/stylesheets/tailwind.css */
  .lg\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  /* line 119754, app/assets/stylesheets/tailwind.css */
  .lg\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  /* line 119759, app/assets/stylesheets/tailwind.css */
  .lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  /* line 119764, app/assets/stylesheets/tailwind.css */
  .lg\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  /* line 119769, app/assets/stylesheets/tailwind.css */
  .lg\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  /* line 119774, app/assets/stylesheets/tailwind.css */
  .lg\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  /* line 119779, app/assets/stylesheets/tailwind.css */
  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  /* line 119784, app/assets/stylesheets/tailwind.css */
  .lg\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }
  /* line 119789, app/assets/stylesheets/tailwind.css */
  .lg\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  /* line 119794, app/assets/stylesheets/tailwind.css */
  .lg\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  /* line 119799, app/assets/stylesheets/tailwind.css */
  .lg\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
  /* line 119804, app/assets/stylesheets/tailwind.css */
  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 119809, app/assets/stylesheets/tailwind.css */
  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 119814, app/assets/stylesheets/tailwind.css */
  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 119819, app/assets/stylesheets/tailwind.css */
  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 119824, app/assets/stylesheets/tailwind.css */
  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 119829, app/assets/stylesheets/tailwind.css */
  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 119834, app/assets/stylesheets/tailwind.css */
  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 119839, app/assets/stylesheets/tailwind.css */
  .lg\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 119844, app/assets/stylesheets/tailwind.css */
  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 119849, app/assets/stylesheets/tailwind.css */
  .lg\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 119854, app/assets/stylesheets/tailwind.css */
  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 119859, app/assets/stylesheets/tailwind.css */
  .lg\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  /* line 119864, app/assets/stylesheets/tailwind.css */
  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 119869, app/assets/stylesheets/tailwind.css */
  .lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 119874, app/assets/stylesheets/tailwind.css */
  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 119879, app/assets/stylesheets/tailwind.css */
  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 119884, app/assets/stylesheets/tailwind.css */
  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 119889, app/assets/stylesheets/tailwind.css */
  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 119894, app/assets/stylesheets/tailwind.css */
  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 119899, app/assets/stylesheets/tailwind.css */
  .lg\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 119904, app/assets/stylesheets/tailwind.css */
  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 119909, app/assets/stylesheets/tailwind.css */
  .lg\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  /* line 119914, app/assets/stylesheets/tailwind.css */
  .lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 119919, app/assets/stylesheets/tailwind.css */
  .lg\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  /* line 119924, app/assets/stylesheets/tailwind.css */
  .lg\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 119929, app/assets/stylesheets/tailwind.css */
  .lg\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* line 119934, app/assets/stylesheets/tailwind.css */
  .lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  /* line 119939, app/assets/stylesheets/tailwind.css */
  .lg\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  /* line 119944, app/assets/stylesheets/tailwind.css */
  .lg\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  /* line 119949, app/assets/stylesheets/tailwind.css */
  .lg\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  /* line 119954, app/assets/stylesheets/tailwind.css */
  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  /* line 119959, app/assets/stylesheets/tailwind.css */
  .lg\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  /* line 119964, app/assets/stylesheets/tailwind.css */
  .lg\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  /* line 119969, app/assets/stylesheets/tailwind.css */
  .lg\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  /* line 119974, app/assets/stylesheets/tailwind.css */
  .lg\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  /* line 119979, app/assets/stylesheets/tailwind.css */
  .lg\:pt-0 {
    padding-top: 0px !important;
  }
  /* line 119983, app/assets/stylesheets/tailwind.css */
  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }
  /* line 119987, app/assets/stylesheets/tailwind.css */
  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }
  /* line 119991, app/assets/stylesheets/tailwind.css */
  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }
  /* line 119995, app/assets/stylesheets/tailwind.css */
  .lg\:pt-4 {
    padding-top: 1rem !important;
  }
  /* line 119999, app/assets/stylesheets/tailwind.css */
  .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }
  /* line 120003, app/assets/stylesheets/tailwind.css */
  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }
  /* line 120007, app/assets/stylesheets/tailwind.css */
  .lg\:pt-7 {
    padding-top: 1.75rem !important;
  }
  /* line 120011, app/assets/stylesheets/tailwind.css */
  .lg\:pt-8 {
    padding-top: 2rem !important;
  }
  /* line 120015, app/assets/stylesheets/tailwind.css */
  .lg\:pt-9 {
    padding-top: 2.25rem !important;
  }
  /* line 120019, app/assets/stylesheets/tailwind.css */
  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }
  /* line 120023, app/assets/stylesheets/tailwind.css */
  .lg\:pt-11 {
    padding-top: 2.75rem !important;
  }
  /* line 120027, app/assets/stylesheets/tailwind.css */
  .lg\:pt-12 {
    padding-top: 3rem !important;
  }
  /* line 120031, app/assets/stylesheets/tailwind.css */
  .lg\:pt-14 {
    padding-top: 3.5rem !important;
  }
  /* line 120035, app/assets/stylesheets/tailwind.css */
  .lg\:pt-16 {
    padding-top: 4rem !important;
  }
  /* line 120039, app/assets/stylesheets/tailwind.css */
  .lg\:pt-20 {
    padding-top: 5rem !important;
  }
  /* line 120043, app/assets/stylesheets/tailwind.css */
  .lg\:pt-24 {
    padding-top: 6rem !important;
  }
  /* line 120047, app/assets/stylesheets/tailwind.css */
  .lg\:pt-28 {
    padding-top: 7rem !important;
  }
  /* line 120051, app/assets/stylesheets/tailwind.css */
  .lg\:pt-32 {
    padding-top: 8rem !important;
  }
  /* line 120055, app/assets/stylesheets/tailwind.css */
  .lg\:pt-36 {
    padding-top: 9rem !important;
  }
  /* line 120059, app/assets/stylesheets/tailwind.css */
  .lg\:pt-40 {
    padding-top: 10rem !important;
  }
  /* line 120063, app/assets/stylesheets/tailwind.css */
  .lg\:pt-44 {
    padding-top: 11rem !important;
  }
  /* line 120067, app/assets/stylesheets/tailwind.css */
  .lg\:pt-48 {
    padding-top: 12rem !important;
  }
  /* line 120071, app/assets/stylesheets/tailwind.css */
  .lg\:pt-52 {
    padding-top: 13rem !important;
  }
  /* line 120075, app/assets/stylesheets/tailwind.css */
  .lg\:pt-56 {
    padding-top: 14rem !important;
  }
  /* line 120079, app/assets/stylesheets/tailwind.css */
  .lg\:pt-60 {
    padding-top: 15rem !important;
  }
  /* line 120083, app/assets/stylesheets/tailwind.css */
  .lg\:pt-64 {
    padding-top: 16rem !important;
  }
  /* line 120087, app/assets/stylesheets/tailwind.css */
  .lg\:pt-72 {
    padding-top: 18rem !important;
  }
  /* line 120091, app/assets/stylesheets/tailwind.css */
  .lg\:pt-80 {
    padding-top: 20rem !important;
  }
  /* line 120095, app/assets/stylesheets/tailwind.css */
  .lg\:pt-96 {
    padding-top: 24rem !important;
  }
  /* line 120099, app/assets/stylesheets/tailwind.css */
  .lg\:pt-px {
    padding-top: 1px !important;
  }
  /* line 120103, app/assets/stylesheets/tailwind.css */
  .lg\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }
  /* line 120107, app/assets/stylesheets/tailwind.css */
  .lg\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }
  /* line 120111, app/assets/stylesheets/tailwind.css */
  .lg\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }
  /* line 120115, app/assets/stylesheets/tailwind.css */
  .lg\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }
  /* line 120119, app/assets/stylesheets/tailwind.css */
  .lg\:pr-0 {
    padding-right: 0px !important;
  }
  /* line 120123, app/assets/stylesheets/tailwind.css */
  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }
  /* line 120127, app/assets/stylesheets/tailwind.css */
  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }
  /* line 120131, app/assets/stylesheets/tailwind.css */
  .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }
  /* line 120135, app/assets/stylesheets/tailwind.css */
  .lg\:pr-4 {
    padding-right: 1rem !important;
  }
  /* line 120139, app/assets/stylesheets/tailwind.css */
  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }
  /* line 120143, app/assets/stylesheets/tailwind.css */
  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }
  /* line 120147, app/assets/stylesheets/tailwind.css */
  .lg\:pr-7 {
    padding-right: 1.75rem !important;
  }
  /* line 120151, app/assets/stylesheets/tailwind.css */
  .lg\:pr-8 {
    padding-right: 2rem !important;
  }
  /* line 120155, app/assets/stylesheets/tailwind.css */
  .lg\:pr-9 {
    padding-right: 2.25rem !important;
  }
  /* line 120159, app/assets/stylesheets/tailwind.css */
  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }
  /* line 120163, app/assets/stylesheets/tailwind.css */
  .lg\:pr-11 {
    padding-right: 2.75rem !important;
  }
  /* line 120167, app/assets/stylesheets/tailwind.css */
  .lg\:pr-12 {
    padding-right: 3rem !important;
  }
  /* line 120171, app/assets/stylesheets/tailwind.css */
  .lg\:pr-14 {
    padding-right: 3.5rem !important;
  }
  /* line 120175, app/assets/stylesheets/tailwind.css */
  .lg\:pr-16 {
    padding-right: 4rem !important;
  }
  /* line 120179, app/assets/stylesheets/tailwind.css */
  .lg\:pr-20 {
    padding-right: 5rem !important;
  }
  /* line 120183, app/assets/stylesheets/tailwind.css */
  .lg\:pr-24 {
    padding-right: 6rem !important;
  }
  /* line 120187, app/assets/stylesheets/tailwind.css */
  .lg\:pr-28 {
    padding-right: 7rem !important;
  }
  /* line 120191, app/assets/stylesheets/tailwind.css */
  .lg\:pr-32 {
    padding-right: 8rem !important;
  }
  /* line 120195, app/assets/stylesheets/tailwind.css */
  .lg\:pr-36 {
    padding-right: 9rem !important;
  }
  /* line 120199, app/assets/stylesheets/tailwind.css */
  .lg\:pr-40 {
    padding-right: 10rem !important;
  }
  /* line 120203, app/assets/stylesheets/tailwind.css */
  .lg\:pr-44 {
    padding-right: 11rem !important;
  }
  /* line 120207, app/assets/stylesheets/tailwind.css */
  .lg\:pr-48 {
    padding-right: 12rem !important;
  }
  /* line 120211, app/assets/stylesheets/tailwind.css */
  .lg\:pr-52 {
    padding-right: 13rem !important;
  }
  /* line 120215, app/assets/stylesheets/tailwind.css */
  .lg\:pr-56 {
    padding-right: 14rem !important;
  }
  /* line 120219, app/assets/stylesheets/tailwind.css */
  .lg\:pr-60 {
    padding-right: 15rem !important;
  }
  /* line 120223, app/assets/stylesheets/tailwind.css */
  .lg\:pr-64 {
    padding-right: 16rem !important;
  }
  /* line 120227, app/assets/stylesheets/tailwind.css */
  .lg\:pr-72 {
    padding-right: 18rem !important;
  }
  /* line 120231, app/assets/stylesheets/tailwind.css */
  .lg\:pr-80 {
    padding-right: 20rem !important;
  }
  /* line 120235, app/assets/stylesheets/tailwind.css */
  .lg\:pr-96 {
    padding-right: 24rem !important;
  }
  /* line 120239, app/assets/stylesheets/tailwind.css */
  .lg\:pr-px {
    padding-right: 1px !important;
  }
  /* line 120243, app/assets/stylesheets/tailwind.css */
  .lg\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }
  /* line 120247, app/assets/stylesheets/tailwind.css */
  .lg\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }
  /* line 120251, app/assets/stylesheets/tailwind.css */
  .lg\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }
  /* line 120255, app/assets/stylesheets/tailwind.css */
  .lg\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }
  /* line 120259, app/assets/stylesheets/tailwind.css */
  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }
  /* line 120263, app/assets/stylesheets/tailwind.css */
  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 120267, app/assets/stylesheets/tailwind.css */
  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 120271, app/assets/stylesheets/tailwind.css */
  .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 120275, app/assets/stylesheets/tailwind.css */
  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }
  /* line 120279, app/assets/stylesheets/tailwind.css */
  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 120283, app/assets/stylesheets/tailwind.css */
  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 120287, app/assets/stylesheets/tailwind.css */
  .lg\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 120291, app/assets/stylesheets/tailwind.css */
  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }
  /* line 120295, app/assets/stylesheets/tailwind.css */
  .lg\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  /* line 120299, app/assets/stylesheets/tailwind.css */
  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  /* line 120303, app/assets/stylesheets/tailwind.css */
  .lg\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  /* line 120307, app/assets/stylesheets/tailwind.css */
  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }
  /* line 120311, app/assets/stylesheets/tailwind.css */
  .lg\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  /* line 120315, app/assets/stylesheets/tailwind.css */
  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }
  /* line 120319, app/assets/stylesheets/tailwind.css */
  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }
  /* line 120323, app/assets/stylesheets/tailwind.css */
  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }
  /* line 120327, app/assets/stylesheets/tailwind.css */
  .lg\:pb-28 {
    padding-bottom: 7rem !important;
  }
  /* line 120331, app/assets/stylesheets/tailwind.css */
  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }
  /* line 120335, app/assets/stylesheets/tailwind.css */
  .lg\:pb-36 {
    padding-bottom: 9rem !important;
  }
  /* line 120339, app/assets/stylesheets/tailwind.css */
  .lg\:pb-40 {
    padding-bottom: 10rem !important;
  }
  /* line 120343, app/assets/stylesheets/tailwind.css */
  .lg\:pb-44 {
    padding-bottom: 11rem !important;
  }
  /* line 120347, app/assets/stylesheets/tailwind.css */
  .lg\:pb-48 {
    padding-bottom: 12rem !important;
  }
  /* line 120351, app/assets/stylesheets/tailwind.css */
  .lg\:pb-52 {
    padding-bottom: 13rem !important;
  }
  /* line 120355, app/assets/stylesheets/tailwind.css */
  .lg\:pb-56 {
    padding-bottom: 14rem !important;
  }
  /* line 120359, app/assets/stylesheets/tailwind.css */
  .lg\:pb-60 {
    padding-bottom: 15rem !important;
  }
  /* line 120363, app/assets/stylesheets/tailwind.css */
  .lg\:pb-64 {
    padding-bottom: 16rem !important;
  }
  /* line 120367, app/assets/stylesheets/tailwind.css */
  .lg\:pb-72 {
    padding-bottom: 18rem !important;
  }
  /* line 120371, app/assets/stylesheets/tailwind.css */
  .lg\:pb-80 {
    padding-bottom: 20rem !important;
  }
  /* line 120375, app/assets/stylesheets/tailwind.css */
  .lg\:pb-96 {
    padding-bottom: 24rem !important;
  }
  /* line 120379, app/assets/stylesheets/tailwind.css */
  .lg\:pb-px {
    padding-bottom: 1px !important;
  }
  /* line 120383, app/assets/stylesheets/tailwind.css */
  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }
  /* line 120387, app/assets/stylesheets/tailwind.css */
  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }
  /* line 120391, app/assets/stylesheets/tailwind.css */
  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }
  /* line 120395, app/assets/stylesheets/tailwind.css */
  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }
  /* line 120399, app/assets/stylesheets/tailwind.css */
  .lg\:pl-0 {
    padding-left: 0px !important;
  }
  /* line 120403, app/assets/stylesheets/tailwind.css */
  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 120407, app/assets/stylesheets/tailwind.css */
  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 120411, app/assets/stylesheets/tailwind.css */
  .lg\:pl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 120415, app/assets/stylesheets/tailwind.css */
  .lg\:pl-4 {
    padding-left: 1rem !important;
  }
  /* line 120419, app/assets/stylesheets/tailwind.css */
  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }
  /* line 120423, app/assets/stylesheets/tailwind.css */
  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }
  /* line 120427, app/assets/stylesheets/tailwind.css */
  .lg\:pl-7 {
    padding-left: 1.75rem !important;
  }
  /* line 120431, app/assets/stylesheets/tailwind.css */
  .lg\:pl-8 {
    padding-left: 2rem !important;
  }
  /* line 120435, app/assets/stylesheets/tailwind.css */
  .lg\:pl-9 {
    padding-left: 2.25rem !important;
  }
  /* line 120439, app/assets/stylesheets/tailwind.css */
  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }
  /* line 120443, app/assets/stylesheets/tailwind.css */
  .lg\:pl-11 {
    padding-left: 2.75rem !important;
  }
  /* line 120447, app/assets/stylesheets/tailwind.css */
  .lg\:pl-12 {
    padding-left: 3rem !important;
  }
  /* line 120451, app/assets/stylesheets/tailwind.css */
  .lg\:pl-14 {
    padding-left: 3.5rem !important;
  }
  /* line 120455, app/assets/stylesheets/tailwind.css */
  .lg\:pl-16 {
    padding-left: 4rem !important;
  }
  /* line 120459, app/assets/stylesheets/tailwind.css */
  .lg\:pl-20 {
    padding-left: 5rem !important;
  }
  /* line 120463, app/assets/stylesheets/tailwind.css */
  .lg\:pl-24 {
    padding-left: 6rem !important;
  }
  /* line 120467, app/assets/stylesheets/tailwind.css */
  .lg\:pl-28 {
    padding-left: 7rem !important;
  }
  /* line 120471, app/assets/stylesheets/tailwind.css */
  .lg\:pl-32 {
    padding-left: 8rem !important;
  }
  /* line 120475, app/assets/stylesheets/tailwind.css */
  .lg\:pl-36 {
    padding-left: 9rem !important;
  }
  /* line 120479, app/assets/stylesheets/tailwind.css */
  .lg\:pl-40 {
    padding-left: 10rem !important;
  }
  /* line 120483, app/assets/stylesheets/tailwind.css */
  .lg\:pl-44 {
    padding-left: 11rem !important;
  }
  /* line 120487, app/assets/stylesheets/tailwind.css */
  .lg\:pl-48 {
    padding-left: 12rem !important;
  }
  /* line 120491, app/assets/stylesheets/tailwind.css */
  .lg\:pl-52 {
    padding-left: 13rem !important;
  }
  /* line 120495, app/assets/stylesheets/tailwind.css */
  .lg\:pl-56 {
    padding-left: 14rem !important;
  }
  /* line 120499, app/assets/stylesheets/tailwind.css */
  .lg\:pl-60 {
    padding-left: 15rem !important;
  }
  /* line 120503, app/assets/stylesheets/tailwind.css */
  .lg\:pl-64 {
    padding-left: 16rem !important;
  }
  /* line 120507, app/assets/stylesheets/tailwind.css */
  .lg\:pl-72 {
    padding-left: 18rem !important;
  }
  /* line 120511, app/assets/stylesheets/tailwind.css */
  .lg\:pl-80 {
    padding-left: 20rem !important;
  }
  /* line 120515, app/assets/stylesheets/tailwind.css */
  .lg\:pl-96 {
    padding-left: 24rem !important;
  }
  /* line 120519, app/assets/stylesheets/tailwind.css */
  .lg\:pl-px {
    padding-left: 1px !important;
  }
  /* line 120523, app/assets/stylesheets/tailwind.css */
  .lg\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }
  /* line 120527, app/assets/stylesheets/tailwind.css */
  .lg\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }
  /* line 120531, app/assets/stylesheets/tailwind.css */
  .lg\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }
  /* line 120535, app/assets/stylesheets/tailwind.css */
  .lg\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }
  /* line 120539, app/assets/stylesheets/tailwind.css */
  .lg\:text-left {
    text-align: left !important;
  }
  /* line 120543, app/assets/stylesheets/tailwind.css */
  .lg\:text-center {
    text-align: center !important;
  }
  /* line 120547, app/assets/stylesheets/tailwind.css */
  .lg\:text-right {
    text-align: right !important;
  }
  /* line 120551, app/assets/stylesheets/tailwind.css */
  .lg\:text-justify {
    text-align: justify !important;
  }
  /* line 120555, app/assets/stylesheets/tailwind.css */
  .lg\:align-baseline {
    vertical-align: baseline !important;
  }
  /* line 120559, app/assets/stylesheets/tailwind.css */
  .lg\:align-top {
    vertical-align: top !important;
  }
  /* line 120563, app/assets/stylesheets/tailwind.css */
  .lg\:align-middle {
    vertical-align: middle !important;
  }
  /* line 120567, app/assets/stylesheets/tailwind.css */
  .lg\:align-bottom {
    vertical-align: bottom !important;
  }
  /* line 120571, app/assets/stylesheets/tailwind.css */
  .lg\:align-text-top {
    vertical-align: text-top !important;
  }
  /* line 120575, app/assets/stylesheets/tailwind.css */
  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }
  /* line 120579, app/assets/stylesheets/tailwind.css */
  .lg\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }
  /* line 120583, app/assets/stylesheets/tailwind.css */
  .lg\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }
  /* line 120587, app/assets/stylesheets/tailwind.css */
  .lg\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }
  /* line 120591, app/assets/stylesheets/tailwind.css */
  .lg\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  /* line 120596, app/assets/stylesheets/tailwind.css */
  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  /* line 120601, app/assets/stylesheets/tailwind.css */
  .lg\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  /* line 120606, app/assets/stylesheets/tailwind.css */
  .lg\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  /* line 120611, app/assets/stylesheets/tailwind.css */
  .lg\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  /* line 120616, app/assets/stylesheets/tailwind.css */
  .lg\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  /* line 120621, app/assets/stylesheets/tailwind.css */
  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  /* line 120626, app/assets/stylesheets/tailwind.css */
  .lg\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  /* line 120631, app/assets/stylesheets/tailwind.css */
  .lg\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  /* line 120636, app/assets/stylesheets/tailwind.css */
  .lg\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  /* line 120641, app/assets/stylesheets/tailwind.css */
  .lg\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
  /* line 120646, app/assets/stylesheets/tailwind.css */
  .lg\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  /* line 120651, app/assets/stylesheets/tailwind.css */
  .lg\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }
  /* line 120656, app/assets/stylesheets/tailwind.css */
  .lg\:font-thin {
    font-weight: 100 !important;
  }
  /* line 120660, app/assets/stylesheets/tailwind.css */
  .lg\:font-extralight {
    font-weight: 200 !important;
  }
  /* line 120664, app/assets/stylesheets/tailwind.css */
  .lg\:font-light {
    font-weight: 300 !important;
  }
  /* line 120668, app/assets/stylesheets/tailwind.css */
  .lg\:font-normal {
    font-weight: 400 !important;
  }
  /* line 120672, app/assets/stylesheets/tailwind.css */
  .lg\:font-medium {
    font-weight: 500 !important;
  }
  /* line 120676, app/assets/stylesheets/tailwind.css */
  .lg\:font-semibold {
    font-weight: 600 !important;
  }
  /* line 120680, app/assets/stylesheets/tailwind.css */
  .lg\:font-bold {
    font-weight: 700 !important;
  }
  /* line 120684, app/assets/stylesheets/tailwind.css */
  .lg\:font-extrabold {
    font-weight: 800 !important;
  }
  /* line 120688, app/assets/stylesheets/tailwind.css */
  .lg\:font-black {
    font-weight: 900 !important;
  }
  /* line 120692, app/assets/stylesheets/tailwind.css */
  .lg\:uppercase {
    text-transform: uppercase !important;
  }
  /* line 120696, app/assets/stylesheets/tailwind.css */
  .lg\:lowercase {
    text-transform: lowercase !important;
  }
  /* line 120700, app/assets/stylesheets/tailwind.css */
  .lg\:capitalize {
    text-transform: capitalize !important;
  }
  /* line 120704, app/assets/stylesheets/tailwind.css */
  .lg\:normal-case {
    text-transform: none !important;
  }
  /* line 120708, app/assets/stylesheets/tailwind.css */
  .lg\:italic {
    font-style: italic !important;
  }
  /* line 120712, app/assets/stylesheets/tailwind.css */
  .lg\:not-italic {
    font-style: normal !important;
  }
  /* line 120716, app/assets/stylesheets/tailwind.css */
  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }
  /* line 120725, app/assets/stylesheets/tailwind.css */
  .lg\:normal-nums {
    font-variant-numeric: normal !important;
  }
  /* line 120729, app/assets/stylesheets/tailwind.css */
  .lg\:ordinal {
    --tw-ordinal: ordinal !important;
  }
  /* line 120733, app/assets/stylesheets/tailwind.css */
  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }
  /* line 120737, app/assets/stylesheets/tailwind.css */
  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }
  /* line 120741, app/assets/stylesheets/tailwind.css */
  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }
  /* line 120745, app/assets/stylesheets/tailwind.css */
  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }
  /* line 120749, app/assets/stylesheets/tailwind.css */
  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }
  /* line 120753, app/assets/stylesheets/tailwind.css */
  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }
  /* line 120757, app/assets/stylesheets/tailwind.css */
  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }
  /* line 120761, app/assets/stylesheets/tailwind.css */
  .lg\:leading-3 {
    line-height: .75rem !important;
  }
  /* line 120765, app/assets/stylesheets/tailwind.css */
  .lg\:leading-4 {
    line-height: 1rem !important;
  }
  /* line 120769, app/assets/stylesheets/tailwind.css */
  .lg\:leading-5 {
    line-height: 1.25rem !important;
  }
  /* line 120773, app/assets/stylesheets/tailwind.css */
  .lg\:leading-6 {
    line-height: 1.5rem !important;
  }
  /* line 120777, app/assets/stylesheets/tailwind.css */
  .lg\:leading-7 {
    line-height: 1.75rem !important;
  }
  /* line 120781, app/assets/stylesheets/tailwind.css */
  .lg\:leading-8 {
    line-height: 2rem !important;
  }
  /* line 120785, app/assets/stylesheets/tailwind.css */
  .lg\:leading-9 {
    line-height: 2.25rem !important;
  }
  /* line 120789, app/assets/stylesheets/tailwind.css */
  .lg\:leading-10 {
    line-height: 2.5rem !important;
  }
  /* line 120793, app/assets/stylesheets/tailwind.css */
  .lg\:leading-none {
    line-height: 1 !important;
  }
  /* line 120797, app/assets/stylesheets/tailwind.css */
  .lg\:leading-tight {
    line-height: 1.25 !important;
  }
  /* line 120801, app/assets/stylesheets/tailwind.css */
  .lg\:leading-snug {
    line-height: 1.375 !important;
  }
  /* line 120805, app/assets/stylesheets/tailwind.css */
  .lg\:leading-normal {
    line-height: 1.5 !important;
  }
  /* line 120809, app/assets/stylesheets/tailwind.css */
  .lg\:leading-relaxed {
    line-height: 1.625 !important;
  }
  /* line 120813, app/assets/stylesheets/tailwind.css */
  .lg\:leading-loose {
    line-height: 2 !important;
  }
  /* line 120817, app/assets/stylesheets/tailwind.css */
  .lg\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }
  /* line 120821, app/assets/stylesheets/tailwind.css */
  .lg\:tracking-tight {
    letter-spacing: -0.025em !important;
  }
  /* line 120825, app/assets/stylesheets/tailwind.css */
  .lg\:tracking-normal {
    letter-spacing: 0em !important;
  }
  /* line 120829, app/assets/stylesheets/tailwind.css */
  .lg\:tracking-wide {
    letter-spacing: 0.025em !important;
  }
  /* line 120833, app/assets/stylesheets/tailwind.css */
  .lg\:tracking-wider {
    letter-spacing: 0.05em !important;
  }
  /* line 120837, app/assets/stylesheets/tailwind.css */
  .lg\:tracking-widest {
    letter-spacing: 0.1em !important;
  }
  /* line 120841, app/assets/stylesheets/tailwind.css */
  .lg\:text-transparent {
    color: transparent !important;
  }
  /* line 120845, app/assets/stylesheets/tailwind.css */
  .lg\:text-current {
    color: currentColor !important;
  }
  /* line 120849, app/assets/stylesheets/tailwind.css */
  .lg\:text-black {
    color: var(--black) !important;
  }
  /* line 120853, app/assets/stylesheets/tailwind.css */
  .lg\:text-white {
    color: var(--white) !important;
  }
  /* line 120857, app/assets/stylesheets/tailwind.css */
  .lg\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 120862, app/assets/stylesheets/tailwind.css */
  .lg\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 120867, app/assets/stylesheets/tailwind.css */
  .lg\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 120872, app/assets/stylesheets/tailwind.css */
  .lg\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 120877, app/assets/stylesheets/tailwind.css */
  .lg\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 120882, app/assets/stylesheets/tailwind.css */
  .lg\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 120887, app/assets/stylesheets/tailwind.css */
  .lg\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 120892, app/assets/stylesheets/tailwind.css */
  .lg\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 120897, app/assets/stylesheets/tailwind.css */
  .lg\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 120902, app/assets/stylesheets/tailwind.css */
  .lg\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 120907, app/assets/stylesheets/tailwind.css */
  .lg\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 120912, app/assets/stylesheets/tailwind.css */
  .lg\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 120917, app/assets/stylesheets/tailwind.css */
  .lg\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 120922, app/assets/stylesheets/tailwind.css */
  .lg\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 120927, app/assets/stylesheets/tailwind.css */
  .lg\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 120932, app/assets/stylesheets/tailwind.css */
  .lg\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 120937, app/assets/stylesheets/tailwind.css */
  .lg\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 120942, app/assets/stylesheets/tailwind.css */
  .lg\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 120947, app/assets/stylesheets/tailwind.css */
  .lg\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 120952, app/assets/stylesheets/tailwind.css */
  .lg\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 120957, app/assets/stylesheets/tailwind.css */
  .lg\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 120962, app/assets/stylesheets/tailwind.css */
  .lg\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 120967, app/assets/stylesheets/tailwind.css */
  .lg\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 120972, app/assets/stylesheets/tailwind.css */
  .lg\:text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 120977, app/assets/stylesheets/tailwind.css */
  .lg\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 120982, app/assets/stylesheets/tailwind.css */
  .lg\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 120987, app/assets/stylesheets/tailwind.css */
  .lg\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 120992, app/assets/stylesheets/tailwind.css */
  .lg\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 120997, app/assets/stylesheets/tailwind.css */
  .lg\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 121002, app/assets/stylesheets/tailwind.css */
  .lg\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 121007, app/assets/stylesheets/tailwind.css */
  .lg\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 121012, app/assets/stylesheets/tailwind.css */
  .lg\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 121017, app/assets/stylesheets/tailwind.css */
  .lg\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 121022, app/assets/stylesheets/tailwind.css */
  .lg\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 121027, app/assets/stylesheets/tailwind.css */
  .lg\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 121032, app/assets/stylesheets/tailwind.css */
  .lg\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 121037, app/assets/stylesheets/tailwind.css */
  .lg\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 121042, app/assets/stylesheets/tailwind.css */
  .lg\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 121047, app/assets/stylesheets/tailwind.css */
  .lg\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 121052, app/assets/stylesheets/tailwind.css */
  .lg\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 121057, app/assets/stylesheets/tailwind.css */
  .lg\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 121062, app/assets/stylesheets/tailwind.css */
  .lg\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121067, app/assets/stylesheets/tailwind.css */
  .lg\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121072, app/assets/stylesheets/tailwind.css */
  .lg\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 121077, app/assets/stylesheets/tailwind.css */
  .lg\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 121082, app/assets/stylesheets/tailwind.css */
  .lg\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 121087, app/assets/stylesheets/tailwind.css */
  .lg\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 121092, app/assets/stylesheets/tailwind.css */
  .lg\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 121097, app/assets/stylesheets/tailwind.css */
  .lg\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 121102, app/assets/stylesheets/tailwind.css */
  .lg\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 121107, app/assets/stylesheets/tailwind.css */
  .lg\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 121112, app/assets/stylesheets/tailwind.css */
  .lg\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 121117, app/assets/stylesheets/tailwind.css */
  .lg\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121122, app/assets/stylesheets/tailwind.css */
  .lg\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 121127, app/assets/stylesheets/tailwind.css */
  .lg\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 121132, app/assets/stylesheets/tailwind.css */
  .lg\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 121137, app/assets/stylesheets/tailwind.css */
  .lg\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 121142, app/assets/stylesheets/tailwind.css */
  .lg\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 121147, app/assets/stylesheets/tailwind.css */
  .lg\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 121152, app/assets/stylesheets/tailwind.css */
  .lg\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 121157, app/assets/stylesheets/tailwind.css */
  .lg\:text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 121162, app/assets/stylesheets/tailwind.css */
  .lg\:text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121167, app/assets/stylesheets/tailwind.css */
  .lg\:text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121172, app/assets/stylesheets/tailwind.css */
  .lg\:text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 121177, app/assets/stylesheets/tailwind.css */
  .lg\:text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 121182, app/assets/stylesheets/tailwind.css */
  .lg\:text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 121187, app/assets/stylesheets/tailwind.css */
  .lg\:text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 121192, app/assets/stylesheets/tailwind.css */
  .lg\:text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 121197, app/assets/stylesheets/tailwind.css */
  .lg\:text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 121202, app/assets/stylesheets/tailwind.css */
  .lg\:text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 121207, app/assets/stylesheets/tailwind.css */
  .lg\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 121212, app/assets/stylesheets/tailwind.css */
  .lg\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 121217, app/assets/stylesheets/tailwind.css */
  .lg\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 121222, app/assets/stylesheets/tailwind.css */
  .lg\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 121227, app/assets/stylesheets/tailwind.css */
  .lg\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 121232, app/assets/stylesheets/tailwind.css */
  .lg\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 121237, app/assets/stylesheets/tailwind.css */
  .lg\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 121242, app/assets/stylesheets/tailwind.css */
  .lg\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 121247, app/assets/stylesheets/tailwind.css */
  .lg\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 121252, app/assets/stylesheets/tailwind.css */
  .lg\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 121257, app/assets/stylesheets/tailwind.css */
  .lg\:text-grey {
    color: var(--grey) !important;
  }
  /* line 121261, app/assets/stylesheets/tailwind.css */
  .lg\:text-info {
    color: var(--text-info) !important;
  }
  /* line 121265, app/assets/stylesheets/tailwind.css */
  .lg\:text-warning {
    color: var(--text-warning) !important;
  }
  /* line 121269, app/assets/stylesheets/tailwind.css */
  .lg\:text-error {
    color: var(--text-error) !important;
  }
  /* line 121273, app/assets/stylesheets/tailwind.css */
  .lg\:text-primary {
    color: var(--primary) !important;
  }
  /* line 121277, app/assets/stylesheets/tailwind.css */
  .lg\:text-secondary {
    color: var(--secondary) !important;
  }
  /* line 121281, app/assets/stylesheets/tailwind.css */
  .lg\:text-primary-dark {
    color: var(--primary-dark) !important;
  }
  /* line 121285, app/assets/stylesheets/tailwind.css */
  .lg\:text-text-color {
    color: var(--text-color) !important;
  }
  /* line 121289, app/assets/stylesheets/tailwind.css */
  .lg\:text-button-outlined-hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 121293, app/assets/stylesheets/tailwind.css */
  .lg\:text-file-info {
    color: var(--file-info) !important;
  }
  /* line 121297, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent !important;
  }
  /* line 121301, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-current {
    color: currentColor !important;
  }
  /* line 121305, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-black {
    color: var(--black) !important;
  }
  /* line 121309, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-white {
    color: var(--white) !important;
  }
  /* line 121313, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 121318, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 121323, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 121328, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 121333, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 121338, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 121343, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 121348, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 121353, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 121358, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 121363, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 121368, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 121373, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 121378, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 121383, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 121388, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 121393, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 121398, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 121403, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 121408, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 121413, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 121418, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 121423, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 121428, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 121433, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 121438, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 121443, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 121448, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 121453, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 121458, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 121463, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 121468, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 121473, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 121478, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 121483, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 121488, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 121493, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 121498, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 121503, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 121508, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 121513, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 121518, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121523, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121528, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 121533, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 121538, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 121543, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 121548, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 121553, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 121558, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 121563, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 121568, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 121573, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121578, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 121583, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 121588, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 121593, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 121598, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 121603, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 121608, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 121613, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 121618, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121623, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121628, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 121633, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 121638, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 121643, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 121648, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 121653, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 121658, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 121663, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 121668, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 121673, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 121678, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 121683, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 121688, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 121693, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 121698, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 121703, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 121708, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 121713, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-grey {
    color: var(--grey) !important;
  }
  /* line 121717, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-info {
    color: var(--text-info) !important;
  }
  /* line 121721, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-warning {
    color: var(--text-warning) !important;
  }
  /* line 121725, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-error {
    color: var(--text-error) !important;
  }
  /* line 121729, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-primary {
    color: var(--primary) !important;
  }
  /* line 121733, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-secondary {
    color: var(--secondary) !important;
  }
  /* line 121737, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-primary-dark {
    color: var(--primary-dark) !important;
  }
  /* line 121741, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-text-color {
    color: var(--text-color) !important;
  }
  /* line 121745, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-button-outlined-hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 121749, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-file-info {
    color: var(--file-info) !important;
  }
  /* line 121753, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }
  /* line 121757, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }
  /* line 121761, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-black:focus-within {
    color: var(--black) !important;
  }
  /* line 121765, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-white:focus-within {
    color: var(--white) !important;
  }
  /* line 121769, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 121774, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 121779, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 121784, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 121789, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 121794, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 121799, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 121804, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 121809, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 121814, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 121819, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 121824, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 121829, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 121834, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 121839, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 121844, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 121849, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 121854, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 121859, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 121864, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 121869, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 121874, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 121879, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 121884, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 121889, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 121894, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 121899, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 121904, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 121909, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 121914, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 121919, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 121924, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 121929, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 121934, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 121939, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 121944, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 121949, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 121954, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 121959, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 121964, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 121969, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 121974, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121979, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 121984, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 121989, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 121994, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 121999, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 122004, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 122009, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 122014, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 122019, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 122024, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 122029, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122034, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 122039, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 122044, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 122049, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 122054, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 122059, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 122064, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 122069, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 122074, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122079, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122084, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 122089, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 122094, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 122099, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 122104, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 122109, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 122114, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 122119, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 122124, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 122129, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 122134, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 122139, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 122144, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 122149, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 122154, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 122159, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 122164, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 122169, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-grey:focus-within {
    color: var(--grey) !important;
  }
  /* line 122173, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-info:focus-within {
    color: var(--text-info) !important;
  }
  /* line 122177, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-warning:focus-within {
    color: var(--text-warning) !important;
  }
  /* line 122181, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-error:focus-within {
    color: var(--text-error) !important;
  }
  /* line 122185, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-primary:focus-within {
    color: var(--primary) !important;
  }
  /* line 122189, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-secondary:focus-within {
    color: var(--secondary) !important;
  }
  /* line 122193, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-primary-dark:focus-within {
    color: var(--primary-dark) !important;
  }
  /* line 122197, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-text-color:focus-within {
    color: var(--text-color) !important;
  }
  /* line 122201, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-button-outlined-hover:focus-within {
    color: var(--button-outlined-hover) !important;
  }
  /* line 122205, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-file-info:focus-within {
    color: var(--file-info) !important;
  }
  /* line 122209, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }
  /* line 122213, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-current:hover {
    color: currentColor !important;
  }
  /* line 122217, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-black:hover {
    color: var(--black) !important;
  }
  /* line 122221, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-white:hover {
    color: var(--white) !important;
  }
  /* line 122225, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 122230, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 122235, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 122240, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 122245, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 122250, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 122255, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 122260, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 122265, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 122270, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 122275, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 122280, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 122285, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 122290, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 122295, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 122300, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 122305, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 122310, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 122315, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 122320, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 122325, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 122330, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 122335, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 122340, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 122345, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 122350, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 122355, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 122360, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 122365, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 122370, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 122375, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 122380, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 122385, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 122390, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 122395, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 122400, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 122405, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 122410, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 122415, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 122420, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 122425, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 122430, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122435, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122440, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 122445, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 122450, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 122455, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 122460, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 122465, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 122470, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 122475, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 122480, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 122485, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122490, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 122495, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 122500, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 122505, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 122510, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 122515, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 122520, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 122525, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 122530, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122535, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122540, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 122545, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 122550, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 122555, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 122560, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 122565, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 122570, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 122575, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 122580, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 122585, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 122590, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 122595, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 122600, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 122605, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 122610, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 122615, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 122620, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 122625, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-grey:hover {
    color: var(--grey) !important;
  }
  /* line 122629, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-info:hover {
    color: var(--text-info) !important;
  }
  /* line 122633, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-warning:hover {
    color: var(--text-warning) !important;
  }
  /* line 122637, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-error:hover {
    color: var(--text-error) !important;
  }
  /* line 122641, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-primary:hover {
    color: var(--primary) !important;
  }
  /* line 122645, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-secondary:hover {
    color: var(--secondary) !important;
  }
  /* line 122649, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-primary-dark:hover {
    color: var(--primary-dark) !important;
  }
  /* line 122653, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-text-color:hover {
    color: var(--text-color) !important;
  }
  /* line 122657, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-button-outlined-hover:hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 122661, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-file-info:hover {
    color: var(--file-info) !important;
  }
  /* line 122665, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-transparent:focus {
    color: transparent !important;
  }
  /* line 122669, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-current:focus {
    color: currentColor !important;
  }
  /* line 122673, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-black:focus {
    color: var(--black) !important;
  }
  /* line 122677, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-white:focus {
    color: var(--white) !important;
  }
  /* line 122681, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 122686, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 122691, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 122696, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 122701, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 122706, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 122711, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 122716, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 122721, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 122726, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 122731, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 122736, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 122741, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 122746, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 122751, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 122756, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 122761, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 122766, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 122771, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 122776, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 122781, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 122786, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 122791, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 122796, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 122801, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 122806, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 122811, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 122816, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 122821, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 122826, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 122831, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 122836, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 122841, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 122846, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 122851, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 122856, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 122861, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 122866, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 122871, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 122876, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 122881, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 122886, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122891, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122896, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 122901, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 122906, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 122911, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 122916, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 122921, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 122926, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 122931, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 122936, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 122941, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122946, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 122951, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 122956, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 122961, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 122966, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 122971, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 122976, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 122981, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 122986, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122991, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 122996, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 123001, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 123006, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 123011, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 123016, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 123021, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 123026, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 123031, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 123036, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 123041, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 123046, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 123051, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 123056, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 123061, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 123066, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 123071, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 123076, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 123081, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-grey:focus {
    color: var(--grey) !important;
  }
  /* line 123085, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-info:focus {
    color: var(--text-info) !important;
  }
  /* line 123089, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-warning:focus {
    color: var(--text-warning) !important;
  }
  /* line 123093, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-error:focus {
    color: var(--text-error) !important;
  }
  /* line 123097, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-primary:focus {
    color: var(--primary) !important;
  }
  /* line 123101, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-secondary:focus {
    color: var(--secondary) !important;
  }
  /* line 123105, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-primary-dark:focus {
    color: var(--primary-dark) !important;
  }
  /* line 123109, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-text-color:focus {
    color: var(--text-color) !important;
  }
  /* line 123113, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-button-outlined-hover:focus {
    color: var(--button-outlined-hover) !important;
  }
  /* line 123117, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-file-info:focus {
    color: var(--file-info) !important;
  }
  /* line 123121, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }
  /* line 123125, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 123129, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 123133, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 123137, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 123141, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 123145, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 123149, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 123153, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 123157, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 123161, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 123165, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 123169, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 123173, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 123177, app/assets/stylesheets/tailwind.css */
  .lg\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }
  /* line 123181, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }
  /* line 123185, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 123189, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 123193, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 123197, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 123201, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 123205, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 123209, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 123213, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 123217, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 123221, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 123225, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 123229, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 123233, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 123237, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }
  /* line 123241, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }
  /* line 123245, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 123249, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 123253, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 123257, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 123261, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 123265, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 123269, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 123273, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 123277, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 123281, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 123285, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 123289, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 123293, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 123297, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }
  /* line 123301, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }
  /* line 123305, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 123309, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 123313, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 123317, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 123321, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 123325, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 123329, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 123333, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 123337, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 123341, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 123345, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 123349, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 123353, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 123357, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }
  /* line 123361, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }
  /* line 123365, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 123369, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 123373, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 123377, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 123381, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 123385, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 123389, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 123393, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 123397, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 123401, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 123405, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 123409, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 123413, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 123417, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }
  /* line 123421, app/assets/stylesheets/tailwind.css */
  .lg\:underline {
    text-decoration: underline !important;
  }
  /* line 123425, app/assets/stylesheets/tailwind.css */
  .lg\:line-through {
    text-decoration: line-through !important;
  }
  /* line 123429, app/assets/stylesheets/tailwind.css */
  .lg\:no-underline {
    text-decoration: none !important;
  }
  /* line 123433, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline !important;
  }
  /* line 123437, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through !important;
  }
  /* line 123441, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none !important;
  }
  /* line 123445, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }
  /* line 123449, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }
  /* line 123453, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }
  /* line 123457, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }
  /* line 123461, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
  /* line 123465, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
  /* line 123469, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }
  /* line 123473, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }
  /* line 123477, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }
  /* line 123481, app/assets/stylesheets/tailwind.css */
  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }
  /* line 123486, app/assets/stylesheets/tailwind.css */
  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }
  /* line 123491, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }
  /* line 123495, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }
  /* line 123499, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-transparent::placeholder {
    color: transparent !important;
  }
  /* line 123503, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }
  /* line 123507, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }
  /* line 123511, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-current::placeholder {
    color: currentColor !important;
  }
  /* line 123515, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-black::-moz-placeholder {
    color: var(--black) !important;
  }
  /* line 123519, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-black:-ms-input-placeholder {
    color: var(--black) !important;
  }
  /* line 123523, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-black::placeholder {
    color: var(--black) !important;
  }
  /* line 123527, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-white::-moz-placeholder {
    color: var(--white) !important;
  }
  /* line 123531, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-white:-ms-input-placeholder {
    color: var(--white) !important;
  }
  /* line 123535, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-white::placeholder {
    color: var(--white) !important;
  }
  /* line 123539, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123544, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123549, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123554, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123559, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123564, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123569, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123574, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123579, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123584, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123589, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123594, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123599, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123604, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123609, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123614, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123619, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123624, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123629, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123634, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123639, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123644, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123649, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123654, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123659, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123664, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123669, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123674, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123679, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123684, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123689, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123694, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123699, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123704, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123709, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123714, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123719, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123724, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123729, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123734, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123739, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123744, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123749, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123754, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123759, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123764, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123769, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123774, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123779, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123784, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123789, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123794, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123799, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123804, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123809, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123814, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123819, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123824, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123829, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123834, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123839, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123844, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123849, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123854, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123859, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123864, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123869, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123874, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123879, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123884, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123889, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123894, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123899, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123904, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123909, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123914, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123919, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123924, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123929, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123934, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123939, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123944, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123949, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123954, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123959, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123964, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123969, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123974, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123979, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123984, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123989, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123994, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 123999, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124004, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124009, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124014, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124019, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124024, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124029, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124034, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124039, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124044, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124049, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124054, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124059, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124064, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124069, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124074, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124079, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124084, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124089, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124094, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124099, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124104, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124109, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124114, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124119, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124124, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124129, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124134, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124139, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124144, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124149, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124154, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124159, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124164, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124169, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124174, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124179, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124184, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124189, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124194, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124199, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124204, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124209, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124214, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124219, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124224, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124229, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124234, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124239, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124244, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124249, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124254, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124259, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124264, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124269, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124274, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124279, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124284, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124289, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124294, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124299, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124304, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124309, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124314, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124319, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124324, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124329, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124334, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124339, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124344, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124349, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124354, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124359, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124364, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124369, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124374, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124379, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124384, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124389, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124394, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124399, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124404, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124409, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124414, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124419, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124424, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124429, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124434, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124439, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124444, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124449, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124454, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124459, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124464, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124469, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124474, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124479, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124484, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124489, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124494, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124499, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124504, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124509, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124514, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124519, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124524, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124529, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124534, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124539, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124544, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124549, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124554, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124559, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124564, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124569, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124574, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124579, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124584, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124589, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124594, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124599, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124604, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124609, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124614, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124619, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124624, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124629, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124634, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124639, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124644, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124649, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124654, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124659, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124664, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124669, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124674, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124679, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124684, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124689, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124694, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124699, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124704, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124709, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124714, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124719, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124724, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124729, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124734, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124739, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-grey::-moz-placeholder {
    color: var(--grey) !important;
  }
  /* line 124743, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-grey:-ms-input-placeholder {
    color: var(--grey) !important;
  }
  /* line 124747, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-grey::placeholder {
    color: var(--grey) !important;
  }
  /* line 124751, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-info::-moz-placeholder {
    color: var(--text-info) !important;
  }
  /* line 124755, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-info:-ms-input-placeholder {
    color: var(--text-info) !important;
  }
  /* line 124759, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-info::placeholder {
    color: var(--text-info) !important;
  }
  /* line 124763, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-warning::-moz-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 124767, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-warning:-ms-input-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 124771, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-warning::placeholder {
    color: var(--text-warning) !important;
  }
  /* line 124775, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-error::-moz-placeholder {
    color: var(--text-error) !important;
  }
  /* line 124779, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-error:-ms-input-placeholder {
    color: var(--text-error) !important;
  }
  /* line 124783, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-error::placeholder {
    color: var(--text-error) !important;
  }
  /* line 124787, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-primary::-moz-placeholder {
    color: var(--primary) !important;
  }
  /* line 124791, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-primary:-ms-input-placeholder {
    color: var(--primary) !important;
  }
  /* line 124795, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-primary::placeholder {
    color: var(--primary) !important;
  }
  /* line 124799, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-secondary::-moz-placeholder {
    color: var(--secondary) !important;
  }
  /* line 124803, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-secondary:-ms-input-placeholder {
    color: var(--secondary) !important;
  }
  /* line 124807, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-secondary::placeholder {
    color: var(--secondary) !important;
  }
  /* line 124811, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-primary-dark::-moz-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 124815, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-primary-dark:-ms-input-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 124819, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-primary-dark::placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 124823, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-text-color::-moz-placeholder {
    color: var(--text-color) !important;
  }
  /* line 124827, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-text-color:-ms-input-placeholder {
    color: var(--text-color) !important;
  }
  /* line 124831, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-text-color::placeholder {
    color: var(--text-color) !important;
  }
  /* line 124835, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-button-outlined-hover::-moz-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 124839, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-button-outlined-hover:-ms-input-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 124843, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-button-outlined-hover::placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 124847, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-file-info::-moz-placeholder {
    color: var(--file-info) !important;
  }
  /* line 124851, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-file-info:-ms-input-placeholder {
    color: var(--file-info) !important;
  }
  /* line 124855, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-file-info::placeholder {
    color: var(--file-info) !important;
  }
  /* line 124859, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }
  /* line 124863, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }
  /* line 124867, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }
  /* line 124871, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }
  /* line 124875, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }
  /* line 124879, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }
  /* line 124883, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    color: var(--black) !important;
  }
  /* line 124887, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: var(--black) !important;
  }
  /* line 124891, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-black:focus::placeholder {
    color: var(--black) !important;
  }
  /* line 124895, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    color: var(--white) !important;
  }
  /* line 124899, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: var(--white) !important;
  }
  /* line 124903, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-white:focus::placeholder {
    color: var(--white) !important;
  }
  /* line 124907, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124912, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124917, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124922, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124927, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124932, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124937, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124942, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124947, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124952, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124957, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124962, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124967, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124972, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124977, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124982, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124987, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124992, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 124997, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125002, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125007, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125012, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125017, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125022, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125027, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125032, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125037, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125042, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125047, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125052, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125057, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125062, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125067, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125072, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125077, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125082, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125087, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125092, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125097, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125102, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125107, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125112, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125117, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125122, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125127, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125132, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125137, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125142, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125147, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125152, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125157, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125162, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125167, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125172, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125177, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125182, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125187, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125192, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125197, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125202, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125207, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125212, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125217, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125222, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125227, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125232, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125237, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125242, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125247, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125252, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125257, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125262, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125267, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125272, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125277, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125282, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125287, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125292, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125297, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125302, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125307, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125312, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125317, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125322, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125327, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125332, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125337, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125342, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125347, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125352, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125357, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125362, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125367, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125372, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125377, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125382, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125387, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125392, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125397, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125402, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125407, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125412, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125417, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125422, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125427, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125432, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125437, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125442, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125447, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125452, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125457, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125462, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125467, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125472, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125477, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125482, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125487, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125492, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125497, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125502, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125507, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125512, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125517, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125522, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125527, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125532, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125537, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125542, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125547, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125552, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125557, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125562, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125567, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125572, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125577, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125582, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125587, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125592, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125597, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125602, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125607, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125612, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125617, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125622, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125627, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125632, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125637, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125642, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125647, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125652, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125657, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125662, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125667, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125672, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125677, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125682, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125687, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125692, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125697, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125702, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125707, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125712, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125717, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125722, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125727, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125732, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125737, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125742, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125747, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125752, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125757, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125762, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125767, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125772, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125777, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125782, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125787, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125792, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125797, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125802, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125807, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125812, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125817, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125822, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125827, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125832, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125837, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125842, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125847, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125852, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125857, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125862, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125867, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125872, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125877, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125882, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125887, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125892, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125897, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125902, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125907, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125912, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125917, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125922, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125927, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125932, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125937, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125942, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125947, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125952, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125957, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125962, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125967, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125972, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125977, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125982, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125987, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125992, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 125997, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126002, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126007, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126012, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126017, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126022, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126027, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126032, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126037, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126042, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126047, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126052, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126057, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126062, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126067, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126072, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126077, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126082, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126087, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126092, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126097, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126102, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 126107, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-grey:focus::-moz-placeholder {
    color: var(--grey) !important;
  }
  /* line 126111, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    color: var(--grey) !important;
  }
  /* line 126115, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-grey:focus::placeholder {
    color: var(--grey) !important;
  }
  /* line 126119, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-info:focus::-moz-placeholder {
    color: var(--text-info) !important;
  }
  /* line 126123, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-info:focus:-ms-input-placeholder {
    color: var(--text-info) !important;
  }
  /* line 126127, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-info:focus::placeholder {
    color: var(--text-info) !important;
  }
  /* line 126131, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-warning:focus::-moz-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 126135, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-warning:focus:-ms-input-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 126139, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-warning:focus::placeholder {
    color: var(--text-warning) !important;
  }
  /* line 126143, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-error:focus::-moz-placeholder {
    color: var(--text-error) !important;
  }
  /* line 126147, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-error:focus:-ms-input-placeholder {
    color: var(--text-error) !important;
  }
  /* line 126151, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-error:focus::placeholder {
    color: var(--text-error) !important;
  }
  /* line 126155, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-primary:focus::-moz-placeholder {
    color: var(--primary) !important;
  }
  /* line 126159, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: var(--primary) !important;
  }
  /* line 126163, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-primary:focus::placeholder {
    color: var(--primary) !important;
  }
  /* line 126167, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-secondary:focus::-moz-placeholder {
    color: var(--secondary) !important;
  }
  /* line 126171, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    color: var(--secondary) !important;
  }
  /* line 126175, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-secondary:focus::placeholder {
    color: var(--secondary) !important;
  }
  /* line 126179, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-primary-dark:focus::-moz-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 126183, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 126187, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-primary-dark:focus::placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 126191, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-text-color:focus::-moz-placeholder {
    color: var(--text-color) !important;
  }
  /* line 126195, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-text-color:focus:-ms-input-placeholder {
    color: var(--text-color) !important;
  }
  /* line 126199, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-text-color:focus::placeholder {
    color: var(--text-color) !important;
  }
  /* line 126203, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-button-outlined-hover:focus::-moz-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 126207, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-button-outlined-hover:focus:-ms-input-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 126211, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-button-outlined-hover:focus::placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 126215, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-file-info:focus::-moz-placeholder {
    color: var(--file-info) !important;
  }
  /* line 126219, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-file-info:focus:-ms-input-placeholder {
    color: var(--file-info) !important;
  }
  /* line 126223, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-file-info:focus::placeholder {
    color: var(--file-info) !important;
  }
  /* line 126227, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 126231, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 126235, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 126239, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 126243, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 126247, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 126251, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 126255, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 126259, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 126263, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 126267, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 126271, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 126275, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 126279, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 126283, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 126287, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 126291, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 126295, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 126299, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 126303, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 126307, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 126311, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 126315, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 126319, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 126323, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 126327, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 126331, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 126335, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 126339, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 126343, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 126347, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 126351, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 126355, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 126359, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 126363, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 126367, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 126371, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 126375, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 126379, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 126383, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 126387, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 126391, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 126395, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 126399, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 126403, app/assets/stylesheets/tailwind.css */
  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 126407, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 126411, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 126415, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 126419, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 126423, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 126427, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 126431, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 126435, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 126439, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 126443, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 126447, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 126451, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 126455, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 126459, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 126463, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 126467, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 126471, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 126475, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 126479, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 126483, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 126487, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 126491, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 126495, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 126499, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 126503, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 126507, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 126511, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 126515, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 126519, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 126523, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 126527, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 126531, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 126535, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 126539, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 126543, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 126547, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 126551, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 126555, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 126559, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 126563, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 126567, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 126571, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 126575, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 126579, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 126583, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 126587, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-0 {
    opacity: 0 !important;
  }
  /* line 126591, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-5 {
    opacity: 0.05 !important;
  }
  /* line 126595, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-10 {
    opacity: 0.1 !important;
  }
  /* line 126599, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-20 {
    opacity: 0.2 !important;
  }
  /* line 126603, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-25 {
    opacity: 0.25 !important;
  }
  /* line 126607, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-30 {
    opacity: 0.3 !important;
  }
  /* line 126611, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-40 {
    opacity: 0.4 !important;
  }
  /* line 126615, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-50 {
    opacity: 0.5 !important;
  }
  /* line 126619, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-60 {
    opacity: 0.6 !important;
  }
  /* line 126623, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-70 {
    opacity: 0.7 !important;
  }
  /* line 126627, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-75 {
    opacity: 0.75 !important;
  }
  /* line 126631, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-80 {
    opacity: 0.8 !important;
  }
  /* line 126635, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-90 {
    opacity: 0.9 !important;
  }
  /* line 126639, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-95 {
    opacity: 0.95 !important;
  }
  /* line 126643, app/assets/stylesheets/tailwind.css */
  .lg\:opacity-100 {
    opacity: 1 !important;
  }
  /* line 126647, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }
  /* line 126651, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }
  /* line 126655, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }
  /* line 126659, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }
  /* line 126663, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }
  /* line 126667, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }
  /* line 126671, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }
  /* line 126675, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }
  /* line 126679, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }
  /* line 126683, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }
  /* line 126687, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }
  /* line 126691, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }
  /* line 126695, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }
  /* line 126699, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }
  /* line 126703, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }
  /* line 126707, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }
  /* line 126711, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }
  /* line 126715, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }
  /* line 126719, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }
  /* line 126723, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }
  /* line 126727, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }
  /* line 126731, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }
  /* line 126735, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }
  /* line 126739, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }
  /* line 126743, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }
  /* line 126747, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }
  /* line 126751, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }
  /* line 126755, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }
  /* line 126759, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }
  /* line 126763, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }
  /* line 126767, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  /* line 126771, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  /* line 126775, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  /* line 126779, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  /* line 126783, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  /* line 126787, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  /* line 126791, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  /* line 126795, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  /* line 126799, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  /* line 126803, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  /* line 126807, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  /* line 126811, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  /* line 126815, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  /* line 126819, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  /* line 126823, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  /* line 126827, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }
  /* line 126831, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }
  /* line 126835, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }
  /* line 126839, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }
  /* line 126843, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }
  /* line 126847, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }
  /* line 126851, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }
  /* line 126855, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }
  /* line 126859, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }
  /* line 126863, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }
  /* line 126867, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }
  /* line 126871, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }
  /* line 126875, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }
  /* line 126879, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }
  /* line 126883, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }
  /* line 126887, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-normal {
    background-blend-mode: normal !important;
  }
  /* line 126891, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }
  /* line 126895, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-screen {
    background-blend-mode: screen !important;
  }
  /* line 126899, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }
  /* line 126903, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-darken {
    background-blend-mode: darken !important;
  }
  /* line 126907, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }
  /* line 126911, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }
  /* line 126915, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }
  /* line 126919, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }
  /* line 126923, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }
  /* line 126927, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-difference {
    background-blend-mode: difference !important;
  }
  /* line 126931, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }
  /* line 126935, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-hue {
    background-blend-mode: hue !important;
  }
  /* line 126939, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }
  /* line 126943, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-color {
    background-blend-mode: color !important;
  }
  /* line 126947, app/assets/stylesheets/tailwind.css */
  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }
  /* line 126951, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }
  /* line 126955, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }
  /* line 126959, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }
  /* line 126963, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }
  /* line 126967, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }
  /* line 126971, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }
  /* line 126975, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }
  /* line 126979, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }
  /* line 126983, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }
  /* line 126987, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }
  /* line 126991, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }
  /* line 126995, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }
  /* line 126999, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }
  /* line 127003, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }
  /* line 127007, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-color {
    mix-blend-mode: color !important;
  }
  /* line 127011, app/assets/stylesheets/tailwind.css */
  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }
  /* line 127015, app/assets/stylesheets/tailwind.css */
  .lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127020, app/assets/stylesheets/tailwind.css */
  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127025, app/assets/stylesheets/tailwind.css */
  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127030, app/assets/stylesheets/tailwind.css */
  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127035, app/assets/stylesheets/tailwind.css */
  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127040, app/assets/stylesheets/tailwind.css */
  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127045, app/assets/stylesheets/tailwind.css */
  .lg\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127050, app/assets/stylesheets/tailwind.css */
  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127055, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127060, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127065, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127070, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127075, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127080, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127085, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127090, app/assets/stylesheets/tailwind.css */
  .group:hover .lg\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127095, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127100, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127105, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127110, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127115, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127120, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127125, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127130, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127135, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127140, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127145, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127150, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127155, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127160, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127165, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127170, app/assets/stylesheets/tailwind.css */
  .lg\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127175, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127180, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127185, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127190, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127195, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127200, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127205, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127210, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 127215, app/assets/stylesheets/tailwind.css */
  .lg\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 127220, app/assets/stylesheets/tailwind.css */
  .lg\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 127225, app/assets/stylesheets/tailwind.css */
  .lg\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 127230, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 127235, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 127240, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 127245, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 127250, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 127255, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 127260, app/assets/stylesheets/tailwind.css */
  .lg\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127266, app/assets/stylesheets/tailwind.css */
  .lg\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127272, app/assets/stylesheets/tailwind.css */
  .lg\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127278, app/assets/stylesheets/tailwind.css */
  .lg\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127284, app/assets/stylesheets/tailwind.css */
  .lg\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127290, app/assets/stylesheets/tailwind.css */
  .lg\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127296, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127302, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127308, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127314, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127320, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127326, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127332, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127338, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127344, app/assets/stylesheets/tailwind.css */
  .lg\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127350, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127356, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127362, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 127368, app/assets/stylesheets/tailwind.css */
  .lg\:ring-inset {
    --tw-ring-inset: inset !important;
  }
  /* line 127372, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }
  /* line 127376, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }
  /* line 127380, app/assets/stylesheets/tailwind.css */
  .lg\:ring-transparent {
    --tw-ring-color: transparent !important;
  }
  /* line 127384, app/assets/stylesheets/tailwind.css */
  .lg\:ring-current {
    --tw-ring-color: currentColor !important;
  }
  /* line 127388, app/assets/stylesheets/tailwind.css */
  .lg\:ring-black {
    --tw-ring-color: var(--black) !important;
  }
  /* line 127392, app/assets/stylesheets/tailwind.css */
  .lg\:ring-white {
    --tw-ring-color: var(--white) !important;
  }
  /* line 127396, app/assets/stylesheets/tailwind.css */
  .lg\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 127401, app/assets/stylesheets/tailwind.css */
  .lg\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 127406, app/assets/stylesheets/tailwind.css */
  .lg\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 127411, app/assets/stylesheets/tailwind.css */
  .lg\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 127416, app/assets/stylesheets/tailwind.css */
  .lg\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 127421, app/assets/stylesheets/tailwind.css */
  .lg\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 127426, app/assets/stylesheets/tailwind.css */
  .lg\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 127431, app/assets/stylesheets/tailwind.css */
  .lg\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 127436, app/assets/stylesheets/tailwind.css */
  .lg\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 127441, app/assets/stylesheets/tailwind.css */
  .lg\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 127446, app/assets/stylesheets/tailwind.css */
  .lg\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 127451, app/assets/stylesheets/tailwind.css */
  .lg\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 127456, app/assets/stylesheets/tailwind.css */
  .lg\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 127461, app/assets/stylesheets/tailwind.css */
  .lg\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 127466, app/assets/stylesheets/tailwind.css */
  .lg\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 127471, app/assets/stylesheets/tailwind.css */
  .lg\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 127476, app/assets/stylesheets/tailwind.css */
  .lg\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 127481, app/assets/stylesheets/tailwind.css */
  .lg\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 127486, app/assets/stylesheets/tailwind.css */
  .lg\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 127491, app/assets/stylesheets/tailwind.css */
  .lg\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 127496, app/assets/stylesheets/tailwind.css */
  .lg\:ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 127501, app/assets/stylesheets/tailwind.css */
  .lg\:ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 127506, app/assets/stylesheets/tailwind.css */
  .lg\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 127511, app/assets/stylesheets/tailwind.css */
  .lg\:ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 127516, app/assets/stylesheets/tailwind.css */
  .lg\:ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 127521, app/assets/stylesheets/tailwind.css */
  .lg\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 127526, app/assets/stylesheets/tailwind.css */
  .lg\:ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 127531, app/assets/stylesheets/tailwind.css */
  .lg\:ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 127536, app/assets/stylesheets/tailwind.css */
  .lg\:ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 127541, app/assets/stylesheets/tailwind.css */
  .lg\:ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 127546, app/assets/stylesheets/tailwind.css */
  .lg\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 127551, app/assets/stylesheets/tailwind.css */
  .lg\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 127556, app/assets/stylesheets/tailwind.css */
  .lg\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 127561, app/assets/stylesheets/tailwind.css */
  .lg\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 127566, app/assets/stylesheets/tailwind.css */
  .lg\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 127571, app/assets/stylesheets/tailwind.css */
  .lg\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 127576, app/assets/stylesheets/tailwind.css */
  .lg\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 127581, app/assets/stylesheets/tailwind.css */
  .lg\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 127586, app/assets/stylesheets/tailwind.css */
  .lg\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 127591, app/assets/stylesheets/tailwind.css */
  .lg\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 127596, app/assets/stylesheets/tailwind.css */
  .lg\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 127601, app/assets/stylesheets/tailwind.css */
  .lg\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 127606, app/assets/stylesheets/tailwind.css */
  .lg\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 127611, app/assets/stylesheets/tailwind.css */
  .lg\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 127616, app/assets/stylesheets/tailwind.css */
  .lg\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 127621, app/assets/stylesheets/tailwind.css */
  .lg\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 127626, app/assets/stylesheets/tailwind.css */
  .lg\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 127631, app/assets/stylesheets/tailwind.css */
  .lg\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 127636, app/assets/stylesheets/tailwind.css */
  .lg\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 127641, app/assets/stylesheets/tailwind.css */
  .lg\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 127646, app/assets/stylesheets/tailwind.css */
  .lg\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 127651, app/assets/stylesheets/tailwind.css */
  .lg\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 127656, app/assets/stylesheets/tailwind.css */
  .lg\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 127661, app/assets/stylesheets/tailwind.css */
  .lg\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 127666, app/assets/stylesheets/tailwind.css */
  .lg\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 127671, app/assets/stylesheets/tailwind.css */
  .lg\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 127676, app/assets/stylesheets/tailwind.css */
  .lg\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 127681, app/assets/stylesheets/tailwind.css */
  .lg\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 127686, app/assets/stylesheets/tailwind.css */
  .lg\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 127691, app/assets/stylesheets/tailwind.css */
  .lg\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 127696, app/assets/stylesheets/tailwind.css */
  .lg\:ring-purple-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 127701, app/assets/stylesheets/tailwind.css */
  .lg\:ring-purple-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 127706, app/assets/stylesheets/tailwind.css */
  .lg\:ring-purple-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 127711, app/assets/stylesheets/tailwind.css */
  .lg\:ring-purple-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 127716, app/assets/stylesheets/tailwind.css */
  .lg\:ring-purple-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 127721, app/assets/stylesheets/tailwind.css */
  .lg\:ring-purple-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 127726, app/assets/stylesheets/tailwind.css */
  .lg\:ring-purple-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 127731, app/assets/stylesheets/tailwind.css */
  .lg\:ring-purple-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 127736, app/assets/stylesheets/tailwind.css */
  .lg\:ring-purple-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 127741, app/assets/stylesheets/tailwind.css */
  .lg\:ring-purple-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 127746, app/assets/stylesheets/tailwind.css */
  .lg\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 127751, app/assets/stylesheets/tailwind.css */
  .lg\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 127756, app/assets/stylesheets/tailwind.css */
  .lg\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 127761, app/assets/stylesheets/tailwind.css */
  .lg\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 127766, app/assets/stylesheets/tailwind.css */
  .lg\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 127771, app/assets/stylesheets/tailwind.css */
  .lg\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 127776, app/assets/stylesheets/tailwind.css */
  .lg\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 127781, app/assets/stylesheets/tailwind.css */
  .lg\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 127786, app/assets/stylesheets/tailwind.css */
  .lg\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 127791, app/assets/stylesheets/tailwind.css */
  .lg\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 127796, app/assets/stylesheets/tailwind.css */
  .lg\:ring-grey {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 127800, app/assets/stylesheets/tailwind.css */
  .lg\:ring-info {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 127804, app/assets/stylesheets/tailwind.css */
  .lg\:ring-warning {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 127808, app/assets/stylesheets/tailwind.css */
  .lg\:ring-error {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 127812, app/assets/stylesheets/tailwind.css */
  .lg\:ring-primary {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 127816, app/assets/stylesheets/tailwind.css */
  .lg\:ring-secondary {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 127820, app/assets/stylesheets/tailwind.css */
  .lg\:ring-primary-dark {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 127824, app/assets/stylesheets/tailwind.css */
  .lg\:ring-text-color {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 127828, app/assets/stylesheets/tailwind.css */
  .lg\:ring-button-outlined-hover {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 127832, app/assets/stylesheets/tailwind.css */
  .lg\:ring-file-info {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 127836, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }
  /* line 127840, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }
  /* line 127844, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-color: var(--black) !important;
  }
  /* line 127848, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-white:focus-within {
    --tw-ring-color: var(--white) !important;
  }
  /* line 127852, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 127857, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 127862, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 127867, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 127872, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 127877, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 127882, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 127887, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 127892, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 127897, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 127902, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 127907, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 127912, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 127917, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 127922, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 127927, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 127932, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 127937, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 127942, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 127947, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 127952, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 127957, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 127962, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 127967, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 127972, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 127977, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 127982, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 127987, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 127992, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 127997, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 128002, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 128007, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 128012, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 128017, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 128022, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 128027, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 128032, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 128037, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 128042, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 128047, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 128052, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 128057, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 128062, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 128067, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 128072, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 128077, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 128082, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 128087, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 128092, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 128097, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 128102, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 128107, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 128112, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 128117, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 128122, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 128127, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 128132, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 128137, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 128142, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 128147, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 128152, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 128157, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 128162, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 128167, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 128172, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 128177, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 128182, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 128187, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 128192, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 128197, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 128202, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 128207, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 128212, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 128217, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 128222, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 128227, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 128232, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 128237, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 128242, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 128247, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 128252, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-grey:focus-within {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 128256, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-info:focus-within {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 128260, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-warning:focus-within {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 128264, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-error:focus-within {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 128268, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-primary:focus-within {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 128272, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-secondary:focus-within {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 128276, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-primary-dark:focus-within {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 128280, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-text-color:focus-within {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 128284, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-button-outlined-hover:focus-within {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 128288, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-file-info:focus-within {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 128292, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }
  /* line 128296, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }
  /* line 128300, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-black:focus {
    --tw-ring-color: var(--black) !important;
  }
  /* line 128304, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-white:focus {
    --tw-ring-color: var(--white) !important;
  }
  /* line 128308, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 128313, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 128318, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 128323, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 128328, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 128333, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 128338, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 128343, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 128348, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 128353, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 128358, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 128363, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 128368, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 128373, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 128378, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 128383, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 128388, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 128393, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 128398, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 128403, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 128408, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 128413, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 128418, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 128423, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 128428, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 128433, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 128438, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 128443, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 128448, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 128453, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 128458, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 128463, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 128468, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 128473, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 128478, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 128483, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 128488, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 128493, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 128498, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 128503, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 128508, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 128513, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 128518, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 128523, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 128528, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 128533, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 128538, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 128543, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 128548, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 128553, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 128558, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 128563, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 128568, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 128573, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 128578, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 128583, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 128588, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 128593, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 128598, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 128603, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 128608, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 128613, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 128618, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 128623, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 128628, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 128633, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 128638, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 128643, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 128648, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 128653, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 128658, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 128663, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 128668, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 128673, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 128678, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 128683, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 128688, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 128693, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 128698, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 128703, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 128708, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-grey:focus {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 128712, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-info:focus {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 128716, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-warning:focus {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 128720, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-error:focus {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 128724, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-primary:focus {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 128728, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-secondary:focus {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 128732, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-primary-dark:focus {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 128736, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-text-color:focus {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 128740, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-button-outlined-hover:focus {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 128744, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-file-info:focus {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 128748, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }
  /* line 128752, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 128756, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 128760, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 128764, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 128768, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 128772, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 128776, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 128780, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 128784, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 128788, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 128792, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 128796, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 128800, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 128804, app/assets/stylesheets/tailwind.css */
  .lg\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }
  /* line 128808, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }
  /* line 128812, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 128816, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 128820, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 128824, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 128828, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 128832, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 128836, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 128840, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 128844, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 128848, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 128852, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 128856, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 128860, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 128864, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }
  /* line 128868, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }
  /* line 128872, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 128876, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 128880, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 128884, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 128888, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 128892, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 128896, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 128900, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 128904, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 128908, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 128912, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 128916, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 128920, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 128924, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }
  /* line 128928, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 128932, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 128936, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 128940, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 128944, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 128948, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 128952, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 128956, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 128960, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 128964, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 128968, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 128972, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 128976, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 128980, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 128984, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 128988, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 128992, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 128996, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-black {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 129000, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-white {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 129004, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 129008, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 129012, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 129016, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 129020, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 129024, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 129028, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 129032, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 129036, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 129040, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 129044, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 129048, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 129052, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 129056, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 129060, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 129064, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 129068, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 129072, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 129076, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 129080, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 129084, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 129088, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 129092, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 129096, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 129100, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 129104, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 129108, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 129112, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 129116, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 129120, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 129124, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 129128, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 129132, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 129136, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 129140, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 129144, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 129148, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 129152, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 129156, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 129160, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 129164, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 129168, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 129172, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 129176, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 129180, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 129184, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 129188, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 129192, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 129196, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 129200, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 129204, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 129208, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 129212, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 129216, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 129220, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 129224, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 129228, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 129232, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 129236, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 129240, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 129244, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 129248, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 129252, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 129256, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 129260, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 129264, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 129268, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 129272, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 129276, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 129280, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 129284, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 129288, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 129292, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 129296, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 129300, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 129304, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 129308, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 129312, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 129316, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 129320, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 129324, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-grey {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 129328, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-info {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 129332, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-warning {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 129336, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-error {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 129340, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-primary {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 129344, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-secondary {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 129348, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-primary-dark {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 129352, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-text-color {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 129356, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-button-outlined-hover {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 129360, app/assets/stylesheets/tailwind.css */
  .lg\:ring-offset-file-info {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 129364, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 129368, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 129372, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 129376, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 129380, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 129384, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 129388, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 129392, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 129396, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 129400, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 129404, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 129408, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 129412, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 129416, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 129420, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 129424, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 129428, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 129432, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 129436, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 129440, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 129444, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 129448, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 129452, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 129456, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 129460, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 129464, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 129468, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 129472, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 129476, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 129480, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 129484, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 129488, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 129492, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 129496, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 129500, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 129504, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 129508, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 129512, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 129516, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 129520, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 129524, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 129528, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 129532, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 129536, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 129540, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 129544, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 129548, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 129552, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 129556, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 129560, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 129564, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 129568, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 129572, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 129576, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 129580, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 129584, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 129588, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 129592, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 129596, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 129600, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 129604, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 129608, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 129612, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 129616, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 129620, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 129624, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 129628, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 129632, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 129636, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 129640, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 129644, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 129648, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 129652, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 129656, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 129660, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 129664, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 129668, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 129672, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 129676, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 129680, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 129684, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 129688, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 129692, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 129696, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 129700, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 129704, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 129708, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 129712, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 129716, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 129720, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 129724, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-primary-dark:focus-within {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 129728, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-text-color:focus-within {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 129732, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-button-outlined-hover:focus-within {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 129736, app/assets/stylesheets/tailwind.css */
  .lg\:focus-within\:ring-offset-file-info:focus-within {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 129740, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 129744, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 129748, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 129752, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 129756, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 129760, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 129764, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 129768, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 129772, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 129776, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 129780, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 129784, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 129788, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 129792, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 129796, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 129800, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 129804, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 129808, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 129812, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 129816, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 129820, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 129824, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 129828, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 129832, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 129836, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 129840, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 129844, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 129848, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 129852, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 129856, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 129860, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 129864, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 129868, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 129872, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 129876, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 129880, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 129884, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 129888, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 129892, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 129896, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 129900, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 129904, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 129908, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 129912, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 129916, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 129920, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 129924, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 129928, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 129932, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 129936, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 129940, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 129944, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 129948, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 129952, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 129956, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 129960, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 129964, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 129968, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 129972, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 129976, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 129980, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 129984, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 129988, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 129992, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 129996, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 130000, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 130004, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 130008, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 130012, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 130016, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 130020, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 130024, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 130028, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 130032, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 130036, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 130040, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 130044, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 130048, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 130052, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 130056, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 130060, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 130064, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 130068, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 130072, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 130076, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 130080, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 130084, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 130088, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 130092, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 130096, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 130100, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-primary-dark:focus {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 130104, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-text-color:focus {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 130108, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-button-outlined-hover:focus {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 130112, app/assets/stylesheets/tailwind.css */
  .lg\:focus\:ring-offset-file-info:focus {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 130116, app/assets/stylesheets/tailwind.css */
  .lg\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }
  /* line 130129, app/assets/stylesheets/tailwind.css */
  .lg\:filter-none {
    filter: none !important;
  }
  /* line 130133, app/assets/stylesheets/tailwind.css */
  .lg\:blur-0 {
    --tw-blur: blur(0) !important;
  }
  /* line 130137, app/assets/stylesheets/tailwind.css */
  .lg\:blur-none {
    --tw-blur: blur(0) !important;
  }
  /* line 130141, app/assets/stylesheets/tailwind.css */
  .lg\:blur-sm {
    --tw-blur: blur(4px) !important;
  }
  /* line 130145, app/assets/stylesheets/tailwind.css */
  .lg\:blur {
    --tw-blur: blur(8px) !important;
  }
  /* line 130149, app/assets/stylesheets/tailwind.css */
  .lg\:blur-md {
    --tw-blur: blur(12px) !important;
  }
  /* line 130153, app/assets/stylesheets/tailwind.css */
  .lg\:blur-lg {
    --tw-blur: blur(16px) !important;
  }
  /* line 130157, app/assets/stylesheets/tailwind.css */
  .lg\:blur-xl {
    --tw-blur: blur(24px) !important;
  }
  /* line 130161, app/assets/stylesheets/tailwind.css */
  .lg\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }
  /* line 130165, app/assets/stylesheets/tailwind.css */
  .lg\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }
  /* line 130169, app/assets/stylesheets/tailwind.css */
  .lg\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }
  /* line 130173, app/assets/stylesheets/tailwind.css */
  .lg\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }
  /* line 130177, app/assets/stylesheets/tailwind.css */
  .lg\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }
  /* line 130181, app/assets/stylesheets/tailwind.css */
  .lg\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }
  /* line 130185, app/assets/stylesheets/tailwind.css */
  .lg\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }
  /* line 130189, app/assets/stylesheets/tailwind.css */
  .lg\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }
  /* line 130193, app/assets/stylesheets/tailwind.css */
  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }
  /* line 130197, app/assets/stylesheets/tailwind.css */
  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }
  /* line 130201, app/assets/stylesheets/tailwind.css */
  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }
  /* line 130205, app/assets/stylesheets/tailwind.css */
  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }
  /* line 130209, app/assets/stylesheets/tailwind.css */
  .lg\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }
  /* line 130213, app/assets/stylesheets/tailwind.css */
  .lg\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }
  /* line 130217, app/assets/stylesheets/tailwind.css */
  .lg\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }
  /* line 130221, app/assets/stylesheets/tailwind.css */
  .lg\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }
  /* line 130225, app/assets/stylesheets/tailwind.css */
  .lg\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }
  /* line 130229, app/assets/stylesheets/tailwind.css */
  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }
  /* line 130233, app/assets/stylesheets/tailwind.css */
  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }
  /* line 130237, app/assets/stylesheets/tailwind.css */
  .lg\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }
  /* line 130241, app/assets/stylesheets/tailwind.css */
  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }
  /* line 130245, app/assets/stylesheets/tailwind.css */
  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }
  /* line 130249, app/assets/stylesheets/tailwind.css */
  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }
  /* line 130253, app/assets/stylesheets/tailwind.css */
  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }
  /* line 130257, app/assets/stylesheets/tailwind.css */
  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }
  /* line 130261, app/assets/stylesheets/tailwind.css */
  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }
  /* line 130265, app/assets/stylesheets/tailwind.css */
  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }
  /* line 130269, app/assets/stylesheets/tailwind.css */
  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }
  /* line 130273, app/assets/stylesheets/tailwind.css */
  .lg\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }
  /* line 130277, app/assets/stylesheets/tailwind.css */
  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }
  /* line 130281, app/assets/stylesheets/tailwind.css */
  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }
  /* line 130285, app/assets/stylesheets/tailwind.css */
  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }
  /* line 130289, app/assets/stylesheets/tailwind.css */
  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }
  /* line 130293, app/assets/stylesheets/tailwind.css */
  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }
  /* line 130297, app/assets/stylesheets/tailwind.css */
  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }
  /* line 130301, app/assets/stylesheets/tailwind.css */
  .lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }
  /* line 130305, app/assets/stylesheets/tailwind.css */
  .lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }
  /* line 130309, app/assets/stylesheets/tailwind.css */
  .lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }
  /* line 130313, app/assets/stylesheets/tailwind.css */
  .lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }
  /* line 130317, app/assets/stylesheets/tailwind.css */
  .lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }
  /* line 130321, app/assets/stylesheets/tailwind.css */
  .lg\:invert-0 {
    --tw-invert: invert(0) !important;
  }
  /* line 130325, app/assets/stylesheets/tailwind.css */
  .lg\:invert {
    --tw-invert: invert(100%) !important;
  }
  /* line 130329, app/assets/stylesheets/tailwind.css */
  .lg\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }
  /* line 130333, app/assets/stylesheets/tailwind.css */
  .lg\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }
  /* line 130337, app/assets/stylesheets/tailwind.css */
  .lg\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }
  /* line 130341, app/assets/stylesheets/tailwind.css */
  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }
  /* line 130345, app/assets/stylesheets/tailwind.css */
  .lg\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }
  /* line 130349, app/assets/stylesheets/tailwind.css */
  .lg\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }
  /* line 130353, app/assets/stylesheets/tailwind.css */
  .lg\:sepia {
    --tw-sepia: sepia(100%) !important;
  }
  /* line 130357, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }
  /* line 130371, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  /* line 130376, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }
  /* line 130380, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }
  /* line 130384, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }
  /* line 130388, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }
  /* line 130392, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }
  /* line 130396, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }
  /* line 130400, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }
  /* line 130404, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }
  /* line 130408, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }
  /* line 130412, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }
  /* line 130416, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }
  /* line 130420, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }
  /* line 130424, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }
  /* line 130428, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }
  /* line 130432, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }
  /* line 130436, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }
  /* line 130440, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }
  /* line 130444, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }
  /* line 130448, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }
  /* line 130452, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }
  /* line 130456, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }
  /* line 130460, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }
  /* line 130464, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }
  /* line 130468, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }
  /* line 130472, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }
  /* line 130476, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }
  /* line 130480, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }
  /* line 130484, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }
  /* line 130488, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }
  /* line 130492, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }
  /* line 130496, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }
  /* line 130500, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }
  /* line 130504, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }
  /* line 130508, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }
  /* line 130512, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }
  /* line 130516, app/assets/stylesheets/tailwind.css */
  .lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }
  /* line 130520, app/assets/stylesheets/tailwind.css */
  .lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }
  /* line 130524, app/assets/stylesheets/tailwind.css */
  .lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }
  /* line 130528, app/assets/stylesheets/tailwind.css */
  .lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }
  /* line 130532, app/assets/stylesheets/tailwind.css */
  .lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }
  /* line 130536, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }
  /* line 130540, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }
  /* line 130544, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }
  /* line 130548, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }
  /* line 130552, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }
  /* line 130556, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }
  /* line 130560, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }
  /* line 130564, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }
  /* line 130568, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }
  /* line 130572, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }
  /* line 130576, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }
  /* line 130580, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }
  /* line 130584, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }
  /* line 130588, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }
  /* line 130592, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }
  /* line 130596, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }
  /* line 130600, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }
  /* line 130604, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }
  /* line 130608, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }
  /* line 130612, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }
  /* line 130616, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }
  /* line 130620, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }
  /* line 130624, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }
  /* line 130628, app/assets/stylesheets/tailwind.css */
  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }
  /* line 130632, app/assets/stylesheets/tailwind.css */
  .lg\:transition-none {
    transition-property: none !important;
  }
  /* line 130636, app/assets/stylesheets/tailwind.css */
  .lg\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 130642, app/assets/stylesheets/tailwind.css */
  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 130650, app/assets/stylesheets/tailwind.css */
  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 130656, app/assets/stylesheets/tailwind.css */
  .lg\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 130662, app/assets/stylesheets/tailwind.css */
  .lg\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 130668, app/assets/stylesheets/tailwind.css */
  .lg\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 130674, app/assets/stylesheets/tailwind.css */
  .lg\:delay-75 {
    transition-delay: 75ms !important;
  }
  /* line 130678, app/assets/stylesheets/tailwind.css */
  .lg\:delay-100 {
    transition-delay: 100ms !important;
  }
  /* line 130682, app/assets/stylesheets/tailwind.css */
  .lg\:delay-150 {
    transition-delay: 150ms !important;
  }
  /* line 130686, app/assets/stylesheets/tailwind.css */
  .lg\:delay-200 {
    transition-delay: 200ms !important;
  }
  /* line 130690, app/assets/stylesheets/tailwind.css */
  .lg\:delay-300 {
    transition-delay: 300ms !important;
  }
  /* line 130694, app/assets/stylesheets/tailwind.css */
  .lg\:delay-500 {
    transition-delay: 500ms !important;
  }
  /* line 130698, app/assets/stylesheets/tailwind.css */
  .lg\:delay-700 {
    transition-delay: 700ms !important;
  }
  /* line 130702, app/assets/stylesheets/tailwind.css */
  .lg\:delay-1000 {
    transition-delay: 1000ms !important;
  }
  /* line 130706, app/assets/stylesheets/tailwind.css */
  .lg\:duration-75 {
    transition-duration: 75ms !important;
  }
  /* line 130710, app/assets/stylesheets/tailwind.css */
  .lg\:duration-100 {
    transition-duration: 100ms !important;
  }
  /* line 130714, app/assets/stylesheets/tailwind.css */
  .lg\:duration-150 {
    transition-duration: 150ms !important;
  }
  /* line 130718, app/assets/stylesheets/tailwind.css */
  .lg\:duration-200 {
    transition-duration: 200ms !important;
  }
  /* line 130722, app/assets/stylesheets/tailwind.css */
  .lg\:duration-300 {
    transition-duration: 300ms !important;
  }
  /* line 130726, app/assets/stylesheets/tailwind.css */
  .lg\:duration-500 {
    transition-duration: 500ms !important;
  }
  /* line 130730, app/assets/stylesheets/tailwind.css */
  .lg\:duration-700 {
    transition-duration: 700ms !important;
  }
  /* line 130734, app/assets/stylesheets/tailwind.css */
  .lg\:duration-1000 {
    transition-duration: 1000ms !important;
  }
  /* line 130738, app/assets/stylesheets/tailwind.css */
  .lg\:ease-linear {
    transition-timing-function: linear !important;
  }
  /* line 130742, app/assets/stylesheets/tailwind.css */
  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }
  /* line 130746, app/assets/stylesheets/tailwind.css */
  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }
  /* line 130750, app/assets/stylesheets/tailwind.css */
  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1280px) {
  /* line 130756, app/assets/stylesheets/tailwind.css */
  .xl\:container {
    width: 100%;
  }
}

@media (min-width: 1280px) and (min-width: 640px) {
  /* line 130761, app/assets/stylesheets/tailwind.css */
  .xl\:container {
    max-width: 640px;
  }
}

@media (min-width: 1280px) and (min-width: 768px) {
  /* line 130767, app/assets/stylesheets/tailwind.css */
  .xl\:container {
    max-width: 768px;
  }
}

@media (min-width: 1280px) and (min-width: 1024px) {
  /* line 130773, app/assets/stylesheets/tailwind.css */
  .xl\:container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) and (min-width: 1280px) {
  /* line 130779, app/assets/stylesheets/tailwind.css */
  .xl\:container {
    max-width: 1280px;
  }
}

@media (min-width: 1280px) and (min-width: 1536px) {
  /* line 130785, app/assets/stylesheets/tailwind.css */
  .xl\:container {
    max-width: 1536px;
  }
}

@media (min-width: 1280px) {
  /* line 130790, app/assets/stylesheets/tailwind.css */
  .xl\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 130802, app/assets/stylesheets/tailwind.css */
  .xl\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 130813, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 130825, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 130836, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 130848, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 130859, app/assets/stylesheets/tailwind.css */
  .xl\:pointer-events-none {
    pointer-events: none !important;
  }
  /* line 130863, app/assets/stylesheets/tailwind.css */
  .xl\:pointer-events-auto {
    pointer-events: auto !important;
  }
  /* line 130867, app/assets/stylesheets/tailwind.css */
  .xl\:visible {
    visibility: visible !important;
  }
  /* line 130871, app/assets/stylesheets/tailwind.css */
  .xl\:invisible {
    visibility: hidden !important;
  }
  /* line 130875, app/assets/stylesheets/tailwind.css */
  .xl\:static {
    position: static !important;
  }
  /* line 130879, app/assets/stylesheets/tailwind.css */
  .xl\:fixed {
    position: fixed !important;
  }
  /* line 130883, app/assets/stylesheets/tailwind.css */
  .xl\:absolute {
    position: absolute !important;
  }
  /* line 130887, app/assets/stylesheets/tailwind.css */
  .xl\:relative {
    position: relative !important;
  }
  /* line 130891, app/assets/stylesheets/tailwind.css */
  .xl\:sticky {
    position: sticky !important;
  }
  /* line 130895, app/assets/stylesheets/tailwind.css */
  .xl\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  /* line 130902, app/assets/stylesheets/tailwind.css */
  .xl\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }
  /* line 130909, app/assets/stylesheets/tailwind.css */
  .xl\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }
  /* line 130916, app/assets/stylesheets/tailwind.css */
  .xl\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }
  /* line 130923, app/assets/stylesheets/tailwind.css */
  .xl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }
  /* line 130930, app/assets/stylesheets/tailwind.css */
  .xl\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }
  /* line 130937, app/assets/stylesheets/tailwind.css */
  .xl\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }
  /* line 130944, app/assets/stylesheets/tailwind.css */
  .xl\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }
  /* line 130951, app/assets/stylesheets/tailwind.css */
  .xl\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }
  /* line 130958, app/assets/stylesheets/tailwind.css */
  .xl\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }
  /* line 130965, app/assets/stylesheets/tailwind.css */
  .xl\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }
  /* line 130972, app/assets/stylesheets/tailwind.css */
  .xl\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }
  /* line 130979, app/assets/stylesheets/tailwind.css */
  .xl\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }
  /* line 130986, app/assets/stylesheets/tailwind.css */
  .xl\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }
  /* line 130993, app/assets/stylesheets/tailwind.css */
  .xl\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }
  /* line 131000, app/assets/stylesheets/tailwind.css */
  .xl\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }
  /* line 131007, app/assets/stylesheets/tailwind.css */
  .xl\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }
  /* line 131014, app/assets/stylesheets/tailwind.css */
  .xl\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }
  /* line 131021, app/assets/stylesheets/tailwind.css */
  .xl\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }
  /* line 131028, app/assets/stylesheets/tailwind.css */
  .xl\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }
  /* line 131035, app/assets/stylesheets/tailwind.css */
  .xl\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }
  /* line 131042, app/assets/stylesheets/tailwind.css */
  .xl\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }
  /* line 131049, app/assets/stylesheets/tailwind.css */
  .xl\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }
  /* line 131056, app/assets/stylesheets/tailwind.css */
  .xl\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }
  /* line 131063, app/assets/stylesheets/tailwind.css */
  .xl\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }
  /* line 131070, app/assets/stylesheets/tailwind.css */
  .xl\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }
  /* line 131077, app/assets/stylesheets/tailwind.css */
  .xl\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }
  /* line 131084, app/assets/stylesheets/tailwind.css */
  .xl\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }
  /* line 131091, app/assets/stylesheets/tailwind.css */
  .xl\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }
  /* line 131098, app/assets/stylesheets/tailwind.css */
  .xl\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }
  /* line 131105, app/assets/stylesheets/tailwind.css */
  .xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  /* line 131112, app/assets/stylesheets/tailwind.css */
  .xl\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }
  /* line 131119, app/assets/stylesheets/tailwind.css */
  .xl\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }
  /* line 131126, app/assets/stylesheets/tailwind.css */
  .xl\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }
  /* line 131133, app/assets/stylesheets/tailwind.css */
  .xl\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }
  /* line 131140, app/assets/stylesheets/tailwind.css */
  .xl\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }
  /* line 131147, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  /* line 131154, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }
  /* line 131161, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }
  /* line 131168, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }
  /* line 131175, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }
  /* line 131182, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }
  /* line 131189, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }
  /* line 131196, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }
  /* line 131203, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }
  /* line 131210, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }
  /* line 131217, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }
  /* line 131224, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }
  /* line 131231, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }
  /* line 131238, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }
  /* line 131245, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }
  /* line 131252, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }
  /* line 131259, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }
  /* line 131266, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }
  /* line 131273, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }
  /* line 131280, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }
  /* line 131287, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }
  /* line 131294, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }
  /* line 131301, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }
  /* line 131308, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }
  /* line 131315, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }
  /* line 131322, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }
  /* line 131329, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }
  /* line 131336, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }
  /* line 131343, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }
  /* line 131350, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }
  /* line 131357, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }
  /* line 131364, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }
  /* line 131371, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }
  /* line 131378, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }
  /* line 131385, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }
  /* line 131392, app/assets/stylesheets/tailwind.css */
  .xl\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }
  /* line 131399, app/assets/stylesheets/tailwind.css */
  .xl\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }
  /* line 131406, app/assets/stylesheets/tailwind.css */
  .xl\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }
  /* line 131413, app/assets/stylesheets/tailwind.css */
  .xl\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }
  /* line 131420, app/assets/stylesheets/tailwind.css */
  .xl\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }
  /* line 131427, app/assets/stylesheets/tailwind.css */
  .xl\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }
  /* line 131434, app/assets/stylesheets/tailwind.css */
  .xl\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }
  /* line 131441, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }
  /* line 131448, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }
  /* line 131455, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }
  /* line 131462, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }
  /* line 131469, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }
  /* line 131476, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }
  /* line 131483, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }
  /* line 131490, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  /* line 131495, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }
  /* line 131500, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }
  /* line 131505, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }
  /* line 131510, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }
  /* line 131515, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }
  /* line 131520, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }
  /* line 131525, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }
  /* line 131530, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }
  /* line 131535, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }
  /* line 131540, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }
  /* line 131545, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }
  /* line 131550, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }
  /* line 131555, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }
  /* line 131560, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }
  /* line 131565, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }
  /* line 131570, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }
  /* line 131575, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }
  /* line 131580, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }
  /* line 131585, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }
  /* line 131590, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }
  /* line 131595, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }
  /* line 131600, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }
  /* line 131605, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }
  /* line 131610, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }
  /* line 131615, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }
  /* line 131620, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }
  /* line 131625, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important;
  }
  /* line 131630, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }
  /* line 131635, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }
  /* line 131640, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }
  /* line 131645, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }
  /* line 131650, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }
  /* line 131655, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }
  /* line 131660, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }
  /* line 131665, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }
  /* line 131670, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  /* line 131675, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }
  /* line 131680, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }
  /* line 131685, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }
  /* line 131690, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }
  /* line 131695, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }
  /* line 131700, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }
  /* line 131705, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }
  /* line 131710, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }
  /* line 131715, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }
  /* line 131720, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }
  /* line 131725, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }
  /* line 131730, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }
  /* line 131735, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }
  /* line 131740, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }
  /* line 131745, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }
  /* line 131750, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }
  /* line 131755, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }
  /* line 131760, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }
  /* line 131765, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }
  /* line 131770, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }
  /* line 131775, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }
  /* line 131780, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }
  /* line 131785, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }
  /* line 131790, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }
  /* line 131795, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }
  /* line 131800, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }
  /* line 131805, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important;
  }
  /* line 131810, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }
  /* line 131815, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }
  /* line 131820, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }
  /* line 131825, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }
  /* line 131830, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }
  /* line 131835, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }
  /* line 131840, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }
  /* line 131845, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }
  /* line 131850, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }
  /* line 131855, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }
  /* line 131860, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }
  /* line 131865, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }
  /* line 131870, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }
  /* line 131875, app/assets/stylesheets/tailwind.css */
  .xl\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }
  /* line 131880, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }
  /* line 131885, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }
  /* line 131890, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }
  /* line 131895, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }
  /* line 131900, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }
  /* line 131905, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }
  /* line 131910, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }
  /* line 131915, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }
  /* line 131920, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }
  /* line 131925, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }
  /* line 131930, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }
  /* line 131935, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }
  /* line 131940, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }
  /* line 131945, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }
  /* line 131950, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }
  /* line 131955, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }
  /* line 131960, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }
  /* line 131965, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }
  /* line 131970, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }
  /* line 131975, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }
  /* line 131980, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }
  /* line 131985, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }
  /* line 131990, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }
  /* line 131995, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }
  /* line 132000, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }
  /* line 132005, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }
  /* line 132010, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }
  /* line 132015, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }
  /* line 132020, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }
  /* line 132025, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }
  /* line 132030, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }
  /* line 132035, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }
  /* line 132040, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }
  /* line 132045, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }
  /* line 132050, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }
  /* line 132055, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }
  /* line 132060, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }
  /* line 132065, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }
  /* line 132070, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }
  /* line 132075, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }
  /* line 132080, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }
  /* line 132085, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }
  /* line 132090, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }
  /* line 132095, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }
  /* line 132100, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }
  /* line 132105, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }
  /* line 132110, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }
  /* line 132115, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }
  /* line 132120, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }
  /* line 132125, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }
  /* line 132130, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }
  /* line 132135, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }
  /* line 132140, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }
  /* line 132145, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }
  /* line 132150, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }
  /* line 132155, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }
  /* line 132160, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }
  /* line 132165, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }
  /* line 132170, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }
  /* line 132175, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }
  /* line 132180, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }
  /* line 132185, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }
  /* line 132190, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }
  /* line 132195, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }
  /* line 132200, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }
  /* line 132205, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }
  /* line 132210, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }
  /* line 132215, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }
  /* line 132220, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }
  /* line 132225, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }
  /* line 132230, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }
  /* line 132235, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }
  /* line 132240, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }
  /* line 132245, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }
  /* line 132250, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }
  /* line 132255, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }
  /* line 132260, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }
  /* line 132265, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }
  /* line 132270, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }
  /* line 132275, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }
  /* line 132280, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }
  /* line 132285, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }
  /* line 132290, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }
  /* line 132295, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }
  /* line 132300, app/assets/stylesheets/tailwind.css */
  .xl\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }
  /* line 132305, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }
  /* line 132310, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }
  /* line 132315, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }
  /* line 132320, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }
  /* line 132325, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }
  /* line 132330, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }
  /* line 132335, app/assets/stylesheets/tailwind.css */
  .xl\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }
  /* line 132340, app/assets/stylesheets/tailwind.css */
  .xl\:top-0 {
    top: 0px !important;
  }
  /* line 132344, app/assets/stylesheets/tailwind.css */
  .xl\:top-1 {
    top: 0.25rem !important;
  }
  /* line 132348, app/assets/stylesheets/tailwind.css */
  .xl\:top-2 {
    top: 0.5rem !important;
  }
  /* line 132352, app/assets/stylesheets/tailwind.css */
  .xl\:top-3 {
    top: 0.75rem !important;
  }
  /* line 132356, app/assets/stylesheets/tailwind.css */
  .xl\:top-4 {
    top: 1rem !important;
  }
  /* line 132360, app/assets/stylesheets/tailwind.css */
  .xl\:top-5 {
    top: 1.25rem !important;
  }
  /* line 132364, app/assets/stylesheets/tailwind.css */
  .xl\:top-6 {
    top: 1.5rem !important;
  }
  /* line 132368, app/assets/stylesheets/tailwind.css */
  .xl\:top-7 {
    top: 1.75rem !important;
  }
  /* line 132372, app/assets/stylesheets/tailwind.css */
  .xl\:top-8 {
    top: 2rem !important;
  }
  /* line 132376, app/assets/stylesheets/tailwind.css */
  .xl\:top-9 {
    top: 2.25rem !important;
  }
  /* line 132380, app/assets/stylesheets/tailwind.css */
  .xl\:top-10 {
    top: 2.5rem !important;
  }
  /* line 132384, app/assets/stylesheets/tailwind.css */
  .xl\:top-11 {
    top: 2.75rem !important;
  }
  /* line 132388, app/assets/stylesheets/tailwind.css */
  .xl\:top-12 {
    top: 3rem !important;
  }
  /* line 132392, app/assets/stylesheets/tailwind.css */
  .xl\:top-14 {
    top: 3.5rem !important;
  }
  /* line 132396, app/assets/stylesheets/tailwind.css */
  .xl\:top-16 {
    top: 4rem !important;
  }
  /* line 132400, app/assets/stylesheets/tailwind.css */
  .xl\:top-20 {
    top: 5rem !important;
  }
  /* line 132404, app/assets/stylesheets/tailwind.css */
  .xl\:top-24 {
    top: 6rem !important;
  }
  /* line 132408, app/assets/stylesheets/tailwind.css */
  .xl\:top-28 {
    top: 7rem !important;
  }
  /* line 132412, app/assets/stylesheets/tailwind.css */
  .xl\:top-32 {
    top: 8rem !important;
  }
  /* line 132416, app/assets/stylesheets/tailwind.css */
  .xl\:top-36 {
    top: 9rem !important;
  }
  /* line 132420, app/assets/stylesheets/tailwind.css */
  .xl\:top-40 {
    top: 10rem !important;
  }
  /* line 132424, app/assets/stylesheets/tailwind.css */
  .xl\:top-44 {
    top: 11rem !important;
  }
  /* line 132428, app/assets/stylesheets/tailwind.css */
  .xl\:top-48 {
    top: 12rem !important;
  }
  /* line 132432, app/assets/stylesheets/tailwind.css */
  .xl\:top-52 {
    top: 13rem !important;
  }
  /* line 132436, app/assets/stylesheets/tailwind.css */
  .xl\:top-56 {
    top: 14rem !important;
  }
  /* line 132440, app/assets/stylesheets/tailwind.css */
  .xl\:top-60 {
    top: 15rem !important;
  }
  /* line 132444, app/assets/stylesheets/tailwind.css */
  .xl\:top-64 {
    top: 16rem !important;
  }
  /* line 132448, app/assets/stylesheets/tailwind.css */
  .xl\:top-72 {
    top: 18rem !important;
  }
  /* line 132452, app/assets/stylesheets/tailwind.css */
  .xl\:top-80 {
    top: 20rem !important;
  }
  /* line 132456, app/assets/stylesheets/tailwind.css */
  .xl\:top-96 {
    top: 24rem !important;
  }
  /* line 132460, app/assets/stylesheets/tailwind.css */
  .xl\:top-auto {
    top: auto !important;
  }
  /* line 132464, app/assets/stylesheets/tailwind.css */
  .xl\:top-px {
    top: 1px !important;
  }
  /* line 132468, app/assets/stylesheets/tailwind.css */
  .xl\:top-0\.5 {
    top: 0.125rem !important;
  }
  /* line 132472, app/assets/stylesheets/tailwind.css */
  .xl\:top-1\.5 {
    top: 0.375rem !important;
  }
  /* line 132476, app/assets/stylesheets/tailwind.css */
  .xl\:top-2\.5 {
    top: 0.625rem !important;
  }
  /* line 132480, app/assets/stylesheets/tailwind.css */
  .xl\:top-3\.5 {
    top: 0.875rem !important;
  }
  /* line 132484, app/assets/stylesheets/tailwind.css */
  .xl\:-top-0 {
    top: 0px !important;
  }
  /* line 132488, app/assets/stylesheets/tailwind.css */
  .xl\:-top-1 {
    top: -0.25rem !important;
  }
  /* line 132492, app/assets/stylesheets/tailwind.css */
  .xl\:-top-2 {
    top: -0.5rem !important;
  }
  /* line 132496, app/assets/stylesheets/tailwind.css */
  .xl\:-top-3 {
    top: -0.75rem !important;
  }
  /* line 132500, app/assets/stylesheets/tailwind.css */
  .xl\:-top-4 {
    top: -1rem !important;
  }
  /* line 132504, app/assets/stylesheets/tailwind.css */
  .xl\:-top-5 {
    top: -1.25rem !important;
  }
  /* line 132508, app/assets/stylesheets/tailwind.css */
  .xl\:-top-6 {
    top: -1.5rem !important;
  }
  /* line 132512, app/assets/stylesheets/tailwind.css */
  .xl\:-top-7 {
    top: -1.75rem !important;
  }
  /* line 132516, app/assets/stylesheets/tailwind.css */
  .xl\:-top-8 {
    top: -2rem !important;
  }
  /* line 132520, app/assets/stylesheets/tailwind.css */
  .xl\:-top-9 {
    top: -2.25rem !important;
  }
  /* line 132524, app/assets/stylesheets/tailwind.css */
  .xl\:-top-10 {
    top: -2.5rem !important;
  }
  /* line 132528, app/assets/stylesheets/tailwind.css */
  .xl\:-top-11 {
    top: -2.75rem !important;
  }
  /* line 132532, app/assets/stylesheets/tailwind.css */
  .xl\:-top-12 {
    top: -3rem !important;
  }
  /* line 132536, app/assets/stylesheets/tailwind.css */
  .xl\:-top-14 {
    top: -3.5rem !important;
  }
  /* line 132540, app/assets/stylesheets/tailwind.css */
  .xl\:-top-16 {
    top: -4rem !important;
  }
  /* line 132544, app/assets/stylesheets/tailwind.css */
  .xl\:-top-20 {
    top: -5rem !important;
  }
  /* line 132548, app/assets/stylesheets/tailwind.css */
  .xl\:-top-24 {
    top: -6rem !important;
  }
  /* line 132552, app/assets/stylesheets/tailwind.css */
  .xl\:-top-28 {
    top: -7rem !important;
  }
  /* line 132556, app/assets/stylesheets/tailwind.css */
  .xl\:-top-32 {
    top: -8rem !important;
  }
  /* line 132560, app/assets/stylesheets/tailwind.css */
  .xl\:-top-36 {
    top: -9rem !important;
  }
  /* line 132564, app/assets/stylesheets/tailwind.css */
  .xl\:-top-40 {
    top: -10rem !important;
  }
  /* line 132568, app/assets/stylesheets/tailwind.css */
  .xl\:-top-44 {
    top: -11rem !important;
  }
  /* line 132572, app/assets/stylesheets/tailwind.css */
  .xl\:-top-48 {
    top: -12rem !important;
  }
  /* line 132576, app/assets/stylesheets/tailwind.css */
  .xl\:-top-52 {
    top: -13rem !important;
  }
  /* line 132580, app/assets/stylesheets/tailwind.css */
  .xl\:-top-56 {
    top: -14rem !important;
  }
  /* line 132584, app/assets/stylesheets/tailwind.css */
  .xl\:-top-60 {
    top: -15rem !important;
  }
  /* line 132588, app/assets/stylesheets/tailwind.css */
  .xl\:-top-64 {
    top: -16rem !important;
  }
  /* line 132592, app/assets/stylesheets/tailwind.css */
  .xl\:-top-72 {
    top: -18rem !important;
  }
  /* line 132596, app/assets/stylesheets/tailwind.css */
  .xl\:-top-80 {
    top: -20rem !important;
  }
  /* line 132600, app/assets/stylesheets/tailwind.css */
  .xl\:-top-96 {
    top: -24rem !important;
  }
  /* line 132604, app/assets/stylesheets/tailwind.css */
  .xl\:-top-px {
    top: -1px !important;
  }
  /* line 132608, app/assets/stylesheets/tailwind.css */
  .xl\:-top-0\.5 {
    top: -0.125rem !important;
  }
  /* line 132612, app/assets/stylesheets/tailwind.css */
  .xl\:-top-1\.5 {
    top: -0.375rem !important;
  }
  /* line 132616, app/assets/stylesheets/tailwind.css */
  .xl\:-top-2\.5 {
    top: -0.625rem !important;
  }
  /* line 132620, app/assets/stylesheets/tailwind.css */
  .xl\:-top-3\.5 {
    top: -0.875rem !important;
  }
  /* line 132624, app/assets/stylesheets/tailwind.css */
  .xl\:top-1\/2 {
    top: 50% !important;
  }
  /* line 132628, app/assets/stylesheets/tailwind.css */
  .xl\:top-1\/3 {
    top: 33.333333% !important;
  }
  /* line 132632, app/assets/stylesheets/tailwind.css */
  .xl\:top-2\/3 {
    top: 66.666667% !important;
  }
  /* line 132636, app/assets/stylesheets/tailwind.css */
  .xl\:top-1\/4 {
    top: 25% !important;
  }
  /* line 132640, app/assets/stylesheets/tailwind.css */
  .xl\:top-2\/4 {
    top: 50% !important;
  }
  /* line 132644, app/assets/stylesheets/tailwind.css */
  .xl\:top-3\/4 {
    top: 75% !important;
  }
  /* line 132648, app/assets/stylesheets/tailwind.css */
  .xl\:top-full {
    top: 100% !important;
  }
  /* line 132652, app/assets/stylesheets/tailwind.css */
  .xl\:-top-1\/2 {
    top: -50% !important;
  }
  /* line 132656, app/assets/stylesheets/tailwind.css */
  .xl\:-top-1\/3 {
    top: -33.333333% !important;
  }
  /* line 132660, app/assets/stylesheets/tailwind.css */
  .xl\:-top-2\/3 {
    top: -66.666667% !important;
  }
  /* line 132664, app/assets/stylesheets/tailwind.css */
  .xl\:-top-1\/4 {
    top: -25% !important;
  }
  /* line 132668, app/assets/stylesheets/tailwind.css */
  .xl\:-top-2\/4 {
    top: -50% !important;
  }
  /* line 132672, app/assets/stylesheets/tailwind.css */
  .xl\:-top-3\/4 {
    top: -75% !important;
  }
  /* line 132676, app/assets/stylesheets/tailwind.css */
  .xl\:-top-full {
    top: -100% !important;
  }
  /* line 132680, app/assets/stylesheets/tailwind.css */
  .xl\:right-0 {
    right: 0px !important;
  }
  /* line 132684, app/assets/stylesheets/tailwind.css */
  .xl\:right-1 {
    right: 0.25rem !important;
  }
  /* line 132688, app/assets/stylesheets/tailwind.css */
  .xl\:right-2 {
    right: 0.5rem !important;
  }
  /* line 132692, app/assets/stylesheets/tailwind.css */
  .xl\:right-3 {
    right: 0.75rem !important;
  }
  /* line 132696, app/assets/stylesheets/tailwind.css */
  .xl\:right-4 {
    right: 1rem !important;
  }
  /* line 132700, app/assets/stylesheets/tailwind.css */
  .xl\:right-5 {
    right: 1.25rem !important;
  }
  /* line 132704, app/assets/stylesheets/tailwind.css */
  .xl\:right-6 {
    right: 1.5rem !important;
  }
  /* line 132708, app/assets/stylesheets/tailwind.css */
  .xl\:right-7 {
    right: 1.75rem !important;
  }
  /* line 132712, app/assets/stylesheets/tailwind.css */
  .xl\:right-8 {
    right: 2rem !important;
  }
  /* line 132716, app/assets/stylesheets/tailwind.css */
  .xl\:right-9 {
    right: 2.25rem !important;
  }
  /* line 132720, app/assets/stylesheets/tailwind.css */
  .xl\:right-10 {
    right: 2.5rem !important;
  }
  /* line 132724, app/assets/stylesheets/tailwind.css */
  .xl\:right-11 {
    right: 2.75rem !important;
  }
  /* line 132728, app/assets/stylesheets/tailwind.css */
  .xl\:right-12 {
    right: 3rem !important;
  }
  /* line 132732, app/assets/stylesheets/tailwind.css */
  .xl\:right-14 {
    right: 3.5rem !important;
  }
  /* line 132736, app/assets/stylesheets/tailwind.css */
  .xl\:right-16 {
    right: 4rem !important;
  }
  /* line 132740, app/assets/stylesheets/tailwind.css */
  .xl\:right-20 {
    right: 5rem !important;
  }
  /* line 132744, app/assets/stylesheets/tailwind.css */
  .xl\:right-24 {
    right: 6rem !important;
  }
  /* line 132748, app/assets/stylesheets/tailwind.css */
  .xl\:right-28 {
    right: 7rem !important;
  }
  /* line 132752, app/assets/stylesheets/tailwind.css */
  .xl\:right-32 {
    right: 8rem !important;
  }
  /* line 132756, app/assets/stylesheets/tailwind.css */
  .xl\:right-36 {
    right: 9rem !important;
  }
  /* line 132760, app/assets/stylesheets/tailwind.css */
  .xl\:right-40 {
    right: 10rem !important;
  }
  /* line 132764, app/assets/stylesheets/tailwind.css */
  .xl\:right-44 {
    right: 11rem !important;
  }
  /* line 132768, app/assets/stylesheets/tailwind.css */
  .xl\:right-48 {
    right: 12rem !important;
  }
  /* line 132772, app/assets/stylesheets/tailwind.css */
  .xl\:right-52 {
    right: 13rem !important;
  }
  /* line 132776, app/assets/stylesheets/tailwind.css */
  .xl\:right-56 {
    right: 14rem !important;
  }
  /* line 132780, app/assets/stylesheets/tailwind.css */
  .xl\:right-60 {
    right: 15rem !important;
  }
  /* line 132784, app/assets/stylesheets/tailwind.css */
  .xl\:right-64 {
    right: 16rem !important;
  }
  /* line 132788, app/assets/stylesheets/tailwind.css */
  .xl\:right-72 {
    right: 18rem !important;
  }
  /* line 132792, app/assets/stylesheets/tailwind.css */
  .xl\:right-80 {
    right: 20rem !important;
  }
  /* line 132796, app/assets/stylesheets/tailwind.css */
  .xl\:right-96 {
    right: 24rem !important;
  }
  /* line 132800, app/assets/stylesheets/tailwind.css */
  .xl\:right-auto {
    right: auto !important;
  }
  /* line 132804, app/assets/stylesheets/tailwind.css */
  .xl\:right-px {
    right: 1px !important;
  }
  /* line 132808, app/assets/stylesheets/tailwind.css */
  .xl\:right-0\.5 {
    right: 0.125rem !important;
  }
  /* line 132812, app/assets/stylesheets/tailwind.css */
  .xl\:right-1\.5 {
    right: 0.375rem !important;
  }
  /* line 132816, app/assets/stylesheets/tailwind.css */
  .xl\:right-2\.5 {
    right: 0.625rem !important;
  }
  /* line 132820, app/assets/stylesheets/tailwind.css */
  .xl\:right-3\.5 {
    right: 0.875rem !important;
  }
  /* line 132824, app/assets/stylesheets/tailwind.css */
  .xl\:-right-0 {
    right: 0px !important;
  }
  /* line 132828, app/assets/stylesheets/tailwind.css */
  .xl\:-right-1 {
    right: -0.25rem !important;
  }
  /* line 132832, app/assets/stylesheets/tailwind.css */
  .xl\:-right-2 {
    right: -0.5rem !important;
  }
  /* line 132836, app/assets/stylesheets/tailwind.css */
  .xl\:-right-3 {
    right: -0.75rem !important;
  }
  /* line 132840, app/assets/stylesheets/tailwind.css */
  .xl\:-right-4 {
    right: -1rem !important;
  }
  /* line 132844, app/assets/stylesheets/tailwind.css */
  .xl\:-right-5 {
    right: -1.25rem !important;
  }
  /* line 132848, app/assets/stylesheets/tailwind.css */
  .xl\:-right-6 {
    right: -1.5rem !important;
  }
  /* line 132852, app/assets/stylesheets/tailwind.css */
  .xl\:-right-7 {
    right: -1.75rem !important;
  }
  /* line 132856, app/assets/stylesheets/tailwind.css */
  .xl\:-right-8 {
    right: -2rem !important;
  }
  /* line 132860, app/assets/stylesheets/tailwind.css */
  .xl\:-right-9 {
    right: -2.25rem !important;
  }
  /* line 132864, app/assets/stylesheets/tailwind.css */
  .xl\:-right-10 {
    right: -2.5rem !important;
  }
  /* line 132868, app/assets/stylesheets/tailwind.css */
  .xl\:-right-11 {
    right: -2.75rem !important;
  }
  /* line 132872, app/assets/stylesheets/tailwind.css */
  .xl\:-right-12 {
    right: -3rem !important;
  }
  /* line 132876, app/assets/stylesheets/tailwind.css */
  .xl\:-right-14 {
    right: -3.5rem !important;
  }
  /* line 132880, app/assets/stylesheets/tailwind.css */
  .xl\:-right-16 {
    right: -4rem !important;
  }
  /* line 132884, app/assets/stylesheets/tailwind.css */
  .xl\:-right-20 {
    right: -5rem !important;
  }
  /* line 132888, app/assets/stylesheets/tailwind.css */
  .xl\:-right-24 {
    right: -6rem !important;
  }
  /* line 132892, app/assets/stylesheets/tailwind.css */
  .xl\:-right-28 {
    right: -7rem !important;
  }
  /* line 132896, app/assets/stylesheets/tailwind.css */
  .xl\:-right-32 {
    right: -8rem !important;
  }
  /* line 132900, app/assets/stylesheets/tailwind.css */
  .xl\:-right-36 {
    right: -9rem !important;
  }
  /* line 132904, app/assets/stylesheets/tailwind.css */
  .xl\:-right-40 {
    right: -10rem !important;
  }
  /* line 132908, app/assets/stylesheets/tailwind.css */
  .xl\:-right-44 {
    right: -11rem !important;
  }
  /* line 132912, app/assets/stylesheets/tailwind.css */
  .xl\:-right-48 {
    right: -12rem !important;
  }
  /* line 132916, app/assets/stylesheets/tailwind.css */
  .xl\:-right-52 {
    right: -13rem !important;
  }
  /* line 132920, app/assets/stylesheets/tailwind.css */
  .xl\:-right-56 {
    right: -14rem !important;
  }
  /* line 132924, app/assets/stylesheets/tailwind.css */
  .xl\:-right-60 {
    right: -15rem !important;
  }
  /* line 132928, app/assets/stylesheets/tailwind.css */
  .xl\:-right-64 {
    right: -16rem !important;
  }
  /* line 132932, app/assets/stylesheets/tailwind.css */
  .xl\:-right-72 {
    right: -18rem !important;
  }
  /* line 132936, app/assets/stylesheets/tailwind.css */
  .xl\:-right-80 {
    right: -20rem !important;
  }
  /* line 132940, app/assets/stylesheets/tailwind.css */
  .xl\:-right-96 {
    right: -24rem !important;
  }
  /* line 132944, app/assets/stylesheets/tailwind.css */
  .xl\:-right-px {
    right: -1px !important;
  }
  /* line 132948, app/assets/stylesheets/tailwind.css */
  .xl\:-right-0\.5 {
    right: -0.125rem !important;
  }
  /* line 132952, app/assets/stylesheets/tailwind.css */
  .xl\:-right-1\.5 {
    right: -0.375rem !important;
  }
  /* line 132956, app/assets/stylesheets/tailwind.css */
  .xl\:-right-2\.5 {
    right: -0.625rem !important;
  }
  /* line 132960, app/assets/stylesheets/tailwind.css */
  .xl\:-right-3\.5 {
    right: -0.875rem !important;
  }
  /* line 132964, app/assets/stylesheets/tailwind.css */
  .xl\:right-1\/2 {
    right: 50% !important;
  }
  /* line 132968, app/assets/stylesheets/tailwind.css */
  .xl\:right-1\/3 {
    right: 33.333333% !important;
  }
  /* line 132972, app/assets/stylesheets/tailwind.css */
  .xl\:right-2\/3 {
    right: 66.666667% !important;
  }
  /* line 132976, app/assets/stylesheets/tailwind.css */
  .xl\:right-1\/4 {
    right: 25% !important;
  }
  /* line 132980, app/assets/stylesheets/tailwind.css */
  .xl\:right-2\/4 {
    right: 50% !important;
  }
  /* line 132984, app/assets/stylesheets/tailwind.css */
  .xl\:right-3\/4 {
    right: 75% !important;
  }
  /* line 132988, app/assets/stylesheets/tailwind.css */
  .xl\:right-full {
    right: 100% !important;
  }
  /* line 132992, app/assets/stylesheets/tailwind.css */
  .xl\:-right-1\/2 {
    right: -50% !important;
  }
  /* line 132996, app/assets/stylesheets/tailwind.css */
  .xl\:-right-1\/3 {
    right: -33.333333% !important;
  }
  /* line 133000, app/assets/stylesheets/tailwind.css */
  .xl\:-right-2\/3 {
    right: -66.666667% !important;
  }
  /* line 133004, app/assets/stylesheets/tailwind.css */
  .xl\:-right-1\/4 {
    right: -25% !important;
  }
  /* line 133008, app/assets/stylesheets/tailwind.css */
  .xl\:-right-2\/4 {
    right: -50% !important;
  }
  /* line 133012, app/assets/stylesheets/tailwind.css */
  .xl\:-right-3\/4 {
    right: -75% !important;
  }
  /* line 133016, app/assets/stylesheets/tailwind.css */
  .xl\:-right-full {
    right: -100% !important;
  }
  /* line 133020, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-0 {
    bottom: 0px !important;
  }
  /* line 133024, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-1 {
    bottom: 0.25rem !important;
  }
  /* line 133028, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-2 {
    bottom: 0.5rem !important;
  }
  /* line 133032, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-3 {
    bottom: 0.75rem !important;
  }
  /* line 133036, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-4 {
    bottom: 1rem !important;
  }
  /* line 133040, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-5 {
    bottom: 1.25rem !important;
  }
  /* line 133044, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-6 {
    bottom: 1.5rem !important;
  }
  /* line 133048, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-7 {
    bottom: 1.75rem !important;
  }
  /* line 133052, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-8 {
    bottom: 2rem !important;
  }
  /* line 133056, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-9 {
    bottom: 2.25rem !important;
  }
  /* line 133060, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-10 {
    bottom: 2.5rem !important;
  }
  /* line 133064, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-11 {
    bottom: 2.75rem !important;
  }
  /* line 133068, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-12 {
    bottom: 3rem !important;
  }
  /* line 133072, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-14 {
    bottom: 3.5rem !important;
  }
  /* line 133076, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-16 {
    bottom: 4rem !important;
  }
  /* line 133080, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-20 {
    bottom: 5rem !important;
  }
  /* line 133084, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-24 {
    bottom: 6rem !important;
  }
  /* line 133088, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-28 {
    bottom: 7rem !important;
  }
  /* line 133092, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-32 {
    bottom: 8rem !important;
  }
  /* line 133096, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-36 {
    bottom: 9rem !important;
  }
  /* line 133100, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-40 {
    bottom: 10rem !important;
  }
  /* line 133104, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-44 {
    bottom: 11rem !important;
  }
  /* line 133108, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-48 {
    bottom: 12rem !important;
  }
  /* line 133112, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-52 {
    bottom: 13rem !important;
  }
  /* line 133116, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-56 {
    bottom: 14rem !important;
  }
  /* line 133120, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-60 {
    bottom: 15rem !important;
  }
  /* line 133124, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-64 {
    bottom: 16rem !important;
  }
  /* line 133128, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-72 {
    bottom: 18rem !important;
  }
  /* line 133132, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-80 {
    bottom: 20rem !important;
  }
  /* line 133136, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-96 {
    bottom: 24rem !important;
  }
  /* line 133140, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-auto {
    bottom: auto !important;
  }
  /* line 133144, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-px {
    bottom: 1px !important;
  }
  /* line 133148, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }
  /* line 133152, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }
  /* line 133156, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }
  /* line 133160, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }
  /* line 133164, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-0 {
    bottom: 0px !important;
  }
  /* line 133168, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-1 {
    bottom: -0.25rem !important;
  }
  /* line 133172, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-2 {
    bottom: -0.5rem !important;
  }
  /* line 133176, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-3 {
    bottom: -0.75rem !important;
  }
  /* line 133180, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-4 {
    bottom: -1rem !important;
  }
  /* line 133184, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-5 {
    bottom: -1.25rem !important;
  }
  /* line 133188, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-6 {
    bottom: -1.5rem !important;
  }
  /* line 133192, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-7 {
    bottom: -1.75rem !important;
  }
  /* line 133196, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-8 {
    bottom: -2rem !important;
  }
  /* line 133200, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-9 {
    bottom: -2.25rem !important;
  }
  /* line 133204, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-10 {
    bottom: -2.5rem !important;
  }
  /* line 133208, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-11 {
    bottom: -2.75rem !important;
  }
  /* line 133212, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-12 {
    bottom: -3rem !important;
  }
  /* line 133216, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-14 {
    bottom: -3.5rem !important;
  }
  /* line 133220, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-16 {
    bottom: -4rem !important;
  }
  /* line 133224, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-20 {
    bottom: -5rem !important;
  }
  /* line 133228, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-24 {
    bottom: -6rem !important;
  }
  /* line 133232, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-28 {
    bottom: -7rem !important;
  }
  /* line 133236, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-32 {
    bottom: -8rem !important;
  }
  /* line 133240, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-36 {
    bottom: -9rem !important;
  }
  /* line 133244, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-40 {
    bottom: -10rem !important;
  }
  /* line 133248, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-44 {
    bottom: -11rem !important;
  }
  /* line 133252, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-48 {
    bottom: -12rem !important;
  }
  /* line 133256, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-52 {
    bottom: -13rem !important;
  }
  /* line 133260, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-56 {
    bottom: -14rem !important;
  }
  /* line 133264, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-60 {
    bottom: -15rem !important;
  }
  /* line 133268, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-64 {
    bottom: -16rem !important;
  }
  /* line 133272, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-72 {
    bottom: -18rem !important;
  }
  /* line 133276, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-80 {
    bottom: -20rem !important;
  }
  /* line 133280, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-96 {
    bottom: -24rem !important;
  }
  /* line 133284, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-px {
    bottom: -1px !important;
  }
  /* line 133288, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }
  /* line 133292, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }
  /* line 133296, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }
  /* line 133300, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }
  /* line 133304, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-1\/2 {
    bottom: 50% !important;
  }
  /* line 133308, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }
  /* line 133312, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }
  /* line 133316, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-1\/4 {
    bottom: 25% !important;
  }
  /* line 133320, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-2\/4 {
    bottom: 50% !important;
  }
  /* line 133324, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-3\/4 {
    bottom: 75% !important;
  }
  /* line 133328, app/assets/stylesheets/tailwind.css */
  .xl\:bottom-full {
    bottom: 100% !important;
  }
  /* line 133332, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-1\/2 {
    bottom: -50% !important;
  }
  /* line 133336, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }
  /* line 133340, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }
  /* line 133344, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-1\/4 {
    bottom: -25% !important;
  }
  /* line 133348, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-2\/4 {
    bottom: -50% !important;
  }
  /* line 133352, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-3\/4 {
    bottom: -75% !important;
  }
  /* line 133356, app/assets/stylesheets/tailwind.css */
  .xl\:-bottom-full {
    bottom: -100% !important;
  }
  /* line 133360, app/assets/stylesheets/tailwind.css */
  .xl\:left-0 {
    left: 0px !important;
  }
  /* line 133364, app/assets/stylesheets/tailwind.css */
  .xl\:left-1 {
    left: 0.25rem !important;
  }
  /* line 133368, app/assets/stylesheets/tailwind.css */
  .xl\:left-2 {
    left: 0.5rem !important;
  }
  /* line 133372, app/assets/stylesheets/tailwind.css */
  .xl\:left-3 {
    left: 0.75rem !important;
  }
  /* line 133376, app/assets/stylesheets/tailwind.css */
  .xl\:left-4 {
    left: 1rem !important;
  }
  /* line 133380, app/assets/stylesheets/tailwind.css */
  .xl\:left-5 {
    left: 1.25rem !important;
  }
  /* line 133384, app/assets/stylesheets/tailwind.css */
  .xl\:left-6 {
    left: 1.5rem !important;
  }
  /* line 133388, app/assets/stylesheets/tailwind.css */
  .xl\:left-7 {
    left: 1.75rem !important;
  }
  /* line 133392, app/assets/stylesheets/tailwind.css */
  .xl\:left-8 {
    left: 2rem !important;
  }
  /* line 133396, app/assets/stylesheets/tailwind.css */
  .xl\:left-9 {
    left: 2.25rem !important;
  }
  /* line 133400, app/assets/stylesheets/tailwind.css */
  .xl\:left-10 {
    left: 2.5rem !important;
  }
  /* line 133404, app/assets/stylesheets/tailwind.css */
  .xl\:left-11 {
    left: 2.75rem !important;
  }
  /* line 133408, app/assets/stylesheets/tailwind.css */
  .xl\:left-12 {
    left: 3rem !important;
  }
  /* line 133412, app/assets/stylesheets/tailwind.css */
  .xl\:left-14 {
    left: 3.5rem !important;
  }
  /* line 133416, app/assets/stylesheets/tailwind.css */
  .xl\:left-16 {
    left: 4rem !important;
  }
  /* line 133420, app/assets/stylesheets/tailwind.css */
  .xl\:left-20 {
    left: 5rem !important;
  }
  /* line 133424, app/assets/stylesheets/tailwind.css */
  .xl\:left-24 {
    left: 6rem !important;
  }
  /* line 133428, app/assets/stylesheets/tailwind.css */
  .xl\:left-28 {
    left: 7rem !important;
  }
  /* line 133432, app/assets/stylesheets/tailwind.css */
  .xl\:left-32 {
    left: 8rem !important;
  }
  /* line 133436, app/assets/stylesheets/tailwind.css */
  .xl\:left-36 {
    left: 9rem !important;
  }
  /* line 133440, app/assets/stylesheets/tailwind.css */
  .xl\:left-40 {
    left: 10rem !important;
  }
  /* line 133444, app/assets/stylesheets/tailwind.css */
  .xl\:left-44 {
    left: 11rem !important;
  }
  /* line 133448, app/assets/stylesheets/tailwind.css */
  .xl\:left-48 {
    left: 12rem !important;
  }
  /* line 133452, app/assets/stylesheets/tailwind.css */
  .xl\:left-52 {
    left: 13rem !important;
  }
  /* line 133456, app/assets/stylesheets/tailwind.css */
  .xl\:left-56 {
    left: 14rem !important;
  }
  /* line 133460, app/assets/stylesheets/tailwind.css */
  .xl\:left-60 {
    left: 15rem !important;
  }
  /* line 133464, app/assets/stylesheets/tailwind.css */
  .xl\:left-64 {
    left: 16rem !important;
  }
  /* line 133468, app/assets/stylesheets/tailwind.css */
  .xl\:left-72 {
    left: 18rem !important;
  }
  /* line 133472, app/assets/stylesheets/tailwind.css */
  .xl\:left-80 {
    left: 20rem !important;
  }
  /* line 133476, app/assets/stylesheets/tailwind.css */
  .xl\:left-96 {
    left: 24rem !important;
  }
  /* line 133480, app/assets/stylesheets/tailwind.css */
  .xl\:left-auto {
    left: auto !important;
  }
  /* line 133484, app/assets/stylesheets/tailwind.css */
  .xl\:left-px {
    left: 1px !important;
  }
  /* line 133488, app/assets/stylesheets/tailwind.css */
  .xl\:left-0\.5 {
    left: 0.125rem !important;
  }
  /* line 133492, app/assets/stylesheets/tailwind.css */
  .xl\:left-1\.5 {
    left: 0.375rem !important;
  }
  /* line 133496, app/assets/stylesheets/tailwind.css */
  .xl\:left-2\.5 {
    left: 0.625rem !important;
  }
  /* line 133500, app/assets/stylesheets/tailwind.css */
  .xl\:left-3\.5 {
    left: 0.875rem !important;
  }
  /* line 133504, app/assets/stylesheets/tailwind.css */
  .xl\:-left-0 {
    left: 0px !important;
  }
  /* line 133508, app/assets/stylesheets/tailwind.css */
  .xl\:-left-1 {
    left: -0.25rem !important;
  }
  /* line 133512, app/assets/stylesheets/tailwind.css */
  .xl\:-left-2 {
    left: -0.5rem !important;
  }
  /* line 133516, app/assets/stylesheets/tailwind.css */
  .xl\:-left-3 {
    left: -0.75rem !important;
  }
  /* line 133520, app/assets/stylesheets/tailwind.css */
  .xl\:-left-4 {
    left: -1rem !important;
  }
  /* line 133524, app/assets/stylesheets/tailwind.css */
  .xl\:-left-5 {
    left: -1.25rem !important;
  }
  /* line 133528, app/assets/stylesheets/tailwind.css */
  .xl\:-left-6 {
    left: -1.5rem !important;
  }
  /* line 133532, app/assets/stylesheets/tailwind.css */
  .xl\:-left-7 {
    left: -1.75rem !important;
  }
  /* line 133536, app/assets/stylesheets/tailwind.css */
  .xl\:-left-8 {
    left: -2rem !important;
  }
  /* line 133540, app/assets/stylesheets/tailwind.css */
  .xl\:-left-9 {
    left: -2.25rem !important;
  }
  /* line 133544, app/assets/stylesheets/tailwind.css */
  .xl\:-left-10 {
    left: -2.5rem !important;
  }
  /* line 133548, app/assets/stylesheets/tailwind.css */
  .xl\:-left-11 {
    left: -2.75rem !important;
  }
  /* line 133552, app/assets/stylesheets/tailwind.css */
  .xl\:-left-12 {
    left: -3rem !important;
  }
  /* line 133556, app/assets/stylesheets/tailwind.css */
  .xl\:-left-14 {
    left: -3.5rem !important;
  }
  /* line 133560, app/assets/stylesheets/tailwind.css */
  .xl\:-left-16 {
    left: -4rem !important;
  }
  /* line 133564, app/assets/stylesheets/tailwind.css */
  .xl\:-left-20 {
    left: -5rem !important;
  }
  /* line 133568, app/assets/stylesheets/tailwind.css */
  .xl\:-left-24 {
    left: -6rem !important;
  }
  /* line 133572, app/assets/stylesheets/tailwind.css */
  .xl\:-left-28 {
    left: -7rem !important;
  }
  /* line 133576, app/assets/stylesheets/tailwind.css */
  .xl\:-left-32 {
    left: -8rem !important;
  }
  /* line 133580, app/assets/stylesheets/tailwind.css */
  .xl\:-left-36 {
    left: -9rem !important;
  }
  /* line 133584, app/assets/stylesheets/tailwind.css */
  .xl\:-left-40 {
    left: -10rem !important;
  }
  /* line 133588, app/assets/stylesheets/tailwind.css */
  .xl\:-left-44 {
    left: -11rem !important;
  }
  /* line 133592, app/assets/stylesheets/tailwind.css */
  .xl\:-left-48 {
    left: -12rem !important;
  }
  /* line 133596, app/assets/stylesheets/tailwind.css */
  .xl\:-left-52 {
    left: -13rem !important;
  }
  /* line 133600, app/assets/stylesheets/tailwind.css */
  .xl\:-left-56 {
    left: -14rem !important;
  }
  /* line 133604, app/assets/stylesheets/tailwind.css */
  .xl\:-left-60 {
    left: -15rem !important;
  }
  /* line 133608, app/assets/stylesheets/tailwind.css */
  .xl\:-left-64 {
    left: -16rem !important;
  }
  /* line 133612, app/assets/stylesheets/tailwind.css */
  .xl\:-left-72 {
    left: -18rem !important;
  }
  /* line 133616, app/assets/stylesheets/tailwind.css */
  .xl\:-left-80 {
    left: -20rem !important;
  }
  /* line 133620, app/assets/stylesheets/tailwind.css */
  .xl\:-left-96 {
    left: -24rem !important;
  }
  /* line 133624, app/assets/stylesheets/tailwind.css */
  .xl\:-left-px {
    left: -1px !important;
  }
  /* line 133628, app/assets/stylesheets/tailwind.css */
  .xl\:-left-0\.5 {
    left: -0.125rem !important;
  }
  /* line 133632, app/assets/stylesheets/tailwind.css */
  .xl\:-left-1\.5 {
    left: -0.375rem !important;
  }
  /* line 133636, app/assets/stylesheets/tailwind.css */
  .xl\:-left-2\.5 {
    left: -0.625rem !important;
  }
  /* line 133640, app/assets/stylesheets/tailwind.css */
  .xl\:-left-3\.5 {
    left: -0.875rem !important;
  }
  /* line 133644, app/assets/stylesheets/tailwind.css */
  .xl\:left-1\/2 {
    left: 50% !important;
  }
  /* line 133648, app/assets/stylesheets/tailwind.css */
  .xl\:left-1\/3 {
    left: 33.333333% !important;
  }
  /* line 133652, app/assets/stylesheets/tailwind.css */
  .xl\:left-2\/3 {
    left: 66.666667% !important;
  }
  /* line 133656, app/assets/stylesheets/tailwind.css */
  .xl\:left-1\/4 {
    left: 25% !important;
  }
  /* line 133660, app/assets/stylesheets/tailwind.css */
  .xl\:left-2\/4 {
    left: 50% !important;
  }
  /* line 133664, app/assets/stylesheets/tailwind.css */
  .xl\:left-3\/4 {
    left: 75% !important;
  }
  /* line 133668, app/assets/stylesheets/tailwind.css */
  .xl\:left-full {
    left: 100% !important;
  }
  /* line 133672, app/assets/stylesheets/tailwind.css */
  .xl\:-left-1\/2 {
    left: -50% !important;
  }
  /* line 133676, app/assets/stylesheets/tailwind.css */
  .xl\:-left-1\/3 {
    left: -33.333333% !important;
  }
  /* line 133680, app/assets/stylesheets/tailwind.css */
  .xl\:-left-2\/3 {
    left: -66.666667% !important;
  }
  /* line 133684, app/assets/stylesheets/tailwind.css */
  .xl\:-left-1\/4 {
    left: -25% !important;
  }
  /* line 133688, app/assets/stylesheets/tailwind.css */
  .xl\:-left-2\/4 {
    left: -50% !important;
  }
  /* line 133692, app/assets/stylesheets/tailwind.css */
  .xl\:-left-3\/4 {
    left: -75% !important;
  }
  /* line 133696, app/assets/stylesheets/tailwind.css */
  .xl\:-left-full {
    left: -100% !important;
  }
  /* line 133700, app/assets/stylesheets/tailwind.css */
  .xl\:isolate {
    isolation: isolate !important;
  }
  /* line 133704, app/assets/stylesheets/tailwind.css */
  .xl\:isolation-auto {
    isolation: auto !important;
  }
  /* line 133708, app/assets/stylesheets/tailwind.css */
  .xl\:z-0 {
    z-index: 0 !important;
  }
  /* line 133712, app/assets/stylesheets/tailwind.css */
  .xl\:z-10 {
    z-index: 10 !important;
  }
  /* line 133716, app/assets/stylesheets/tailwind.css */
  .xl\:z-20 {
    z-index: 20 !important;
  }
  /* line 133720, app/assets/stylesheets/tailwind.css */
  .xl\:z-30 {
    z-index: 30 !important;
  }
  /* line 133724, app/assets/stylesheets/tailwind.css */
  .xl\:z-40 {
    z-index: 40 !important;
  }
  /* line 133728, app/assets/stylesheets/tailwind.css */
  .xl\:z-50 {
    z-index: 50 !important;
  }
  /* line 133732, app/assets/stylesheets/tailwind.css */
  .xl\:z-auto {
    z-index: auto !important;
  }
  /* line 133736, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }
  /* line 133740, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }
  /* line 133744, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }
  /* line 133748, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }
  /* line 133752, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }
  /* line 133756, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }
  /* line 133760, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }
  /* line 133764, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:z-0:focus {
    z-index: 0 !important;
  }
  /* line 133768, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:z-10:focus {
    z-index: 10 !important;
  }
  /* line 133772, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:z-20:focus {
    z-index: 20 !important;
  }
  /* line 133776, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:z-30:focus {
    z-index: 30 !important;
  }
  /* line 133780, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:z-40:focus {
    z-index: 40 !important;
  }
  /* line 133784, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:z-50:focus {
    z-index: 50 !important;
  }
  /* line 133788, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:z-auto:focus {
    z-index: auto !important;
  }
  /* line 133792, app/assets/stylesheets/tailwind.css */
  .xl\:order-1 {
    order: 1 !important;
  }
  /* line 133796, app/assets/stylesheets/tailwind.css */
  .xl\:order-2 {
    order: 2 !important;
  }
  /* line 133800, app/assets/stylesheets/tailwind.css */
  .xl\:order-3 {
    order: 3 !important;
  }
  /* line 133804, app/assets/stylesheets/tailwind.css */
  .xl\:order-4 {
    order: 4 !important;
  }
  /* line 133808, app/assets/stylesheets/tailwind.css */
  .xl\:order-5 {
    order: 5 !important;
  }
  /* line 133812, app/assets/stylesheets/tailwind.css */
  .xl\:order-6 {
    order: 6 !important;
  }
  /* line 133816, app/assets/stylesheets/tailwind.css */
  .xl\:order-7 {
    order: 7 !important;
  }
  /* line 133820, app/assets/stylesheets/tailwind.css */
  .xl\:order-8 {
    order: 8 !important;
  }
  /* line 133824, app/assets/stylesheets/tailwind.css */
  .xl\:order-9 {
    order: 9 !important;
  }
  /* line 133828, app/assets/stylesheets/tailwind.css */
  .xl\:order-10 {
    order: 10 !important;
  }
  /* line 133832, app/assets/stylesheets/tailwind.css */
  .xl\:order-11 {
    order: 11 !important;
  }
  /* line 133836, app/assets/stylesheets/tailwind.css */
  .xl\:order-12 {
    order: 12 !important;
  }
  /* line 133840, app/assets/stylesheets/tailwind.css */
  .xl\:order-first {
    order: -9999 !important;
  }
  /* line 133844, app/assets/stylesheets/tailwind.css */
  .xl\:order-last {
    order: 9999 !important;
  }
  /* line 133848, app/assets/stylesheets/tailwind.css */
  .xl\:order-none {
    order: 0 !important;
  }
  /* line 133852, app/assets/stylesheets/tailwind.css */
  .xl\:col-auto {
    grid-column: auto !important;
  }
  /* line 133856, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  /* line 133860, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  /* line 133864, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  /* line 133868, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  /* line 133872, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  /* line 133876, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  /* line 133880, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  /* line 133884, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  /* line 133888, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  /* line 133892, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  /* line 133896, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  /* line 133900, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  /* line 133904, app/assets/stylesheets/tailwind.css */
  .xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }
  /* line 133908, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-1 {
    grid-column-start: 1 !important;
  }
  /* line 133912, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-2 {
    grid-column-start: 2 !important;
  }
  /* line 133916, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-3 {
    grid-column-start: 3 !important;
  }
  /* line 133920, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-4 {
    grid-column-start: 4 !important;
  }
  /* line 133924, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-5 {
    grid-column-start: 5 !important;
  }
  /* line 133928, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-6 {
    grid-column-start: 6 !important;
  }
  /* line 133932, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-7 {
    grid-column-start: 7 !important;
  }
  /* line 133936, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-8 {
    grid-column-start: 8 !important;
  }
  /* line 133940, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-9 {
    grid-column-start: 9 !important;
  }
  /* line 133944, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-10 {
    grid-column-start: 10 !important;
  }
  /* line 133948, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-11 {
    grid-column-start: 11 !important;
  }
  /* line 133952, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-12 {
    grid-column-start: 12 !important;
  }
  /* line 133956, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-13 {
    grid-column-start: 13 !important;
  }
  /* line 133960, app/assets/stylesheets/tailwind.css */
  .xl\:col-start-auto {
    grid-column-start: auto !important;
  }
  /* line 133964, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-1 {
    grid-column-end: 1 !important;
  }
  /* line 133968, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-2 {
    grid-column-end: 2 !important;
  }
  /* line 133972, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-3 {
    grid-column-end: 3 !important;
  }
  /* line 133976, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-4 {
    grid-column-end: 4 !important;
  }
  /* line 133980, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-5 {
    grid-column-end: 5 !important;
  }
  /* line 133984, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-6 {
    grid-column-end: 6 !important;
  }
  /* line 133988, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-7 {
    grid-column-end: 7 !important;
  }
  /* line 133992, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-8 {
    grid-column-end: 8 !important;
  }
  /* line 133996, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-9 {
    grid-column-end: 9 !important;
  }
  /* line 134000, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-10 {
    grid-column-end: 10 !important;
  }
  /* line 134004, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-11 {
    grid-column-end: 11 !important;
  }
  /* line 134008, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-12 {
    grid-column-end: 12 !important;
  }
  /* line 134012, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-13 {
    grid-column-end: 13 !important;
  }
  /* line 134016, app/assets/stylesheets/tailwind.css */
  .xl\:col-end-auto {
    grid-column-end: auto !important;
  }
  /* line 134020, app/assets/stylesheets/tailwind.css */
  .xl\:row-auto {
    grid-row: auto !important;
  }
  /* line 134024, app/assets/stylesheets/tailwind.css */
  .xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  /* line 134028, app/assets/stylesheets/tailwind.css */
  .xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  /* line 134032, app/assets/stylesheets/tailwind.css */
  .xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  /* line 134036, app/assets/stylesheets/tailwind.css */
  .xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  /* line 134040, app/assets/stylesheets/tailwind.css */
  .xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  /* line 134044, app/assets/stylesheets/tailwind.css */
  .xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  /* line 134048, app/assets/stylesheets/tailwind.css */
  .xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }
  /* line 134052, app/assets/stylesheets/tailwind.css */
  .xl\:row-start-1 {
    grid-row-start: 1 !important;
  }
  /* line 134056, app/assets/stylesheets/tailwind.css */
  .xl\:row-start-2 {
    grid-row-start: 2 !important;
  }
  /* line 134060, app/assets/stylesheets/tailwind.css */
  .xl\:row-start-3 {
    grid-row-start: 3 !important;
  }
  /* line 134064, app/assets/stylesheets/tailwind.css */
  .xl\:row-start-4 {
    grid-row-start: 4 !important;
  }
  /* line 134068, app/assets/stylesheets/tailwind.css */
  .xl\:row-start-5 {
    grid-row-start: 5 !important;
  }
  /* line 134072, app/assets/stylesheets/tailwind.css */
  .xl\:row-start-6 {
    grid-row-start: 6 !important;
  }
  /* line 134076, app/assets/stylesheets/tailwind.css */
  .xl\:row-start-7 {
    grid-row-start: 7 !important;
  }
  /* line 134080, app/assets/stylesheets/tailwind.css */
  .xl\:row-start-auto {
    grid-row-start: auto !important;
  }
  /* line 134084, app/assets/stylesheets/tailwind.css */
  .xl\:row-end-1 {
    grid-row-end: 1 !important;
  }
  /* line 134088, app/assets/stylesheets/tailwind.css */
  .xl\:row-end-2 {
    grid-row-end: 2 !important;
  }
  /* line 134092, app/assets/stylesheets/tailwind.css */
  .xl\:row-end-3 {
    grid-row-end: 3 !important;
  }
  /* line 134096, app/assets/stylesheets/tailwind.css */
  .xl\:row-end-4 {
    grid-row-end: 4 !important;
  }
  /* line 134100, app/assets/stylesheets/tailwind.css */
  .xl\:row-end-5 {
    grid-row-end: 5 !important;
  }
  /* line 134104, app/assets/stylesheets/tailwind.css */
  .xl\:row-end-6 {
    grid-row-end: 6 !important;
  }
  /* line 134108, app/assets/stylesheets/tailwind.css */
  .xl\:row-end-7 {
    grid-row-end: 7 !important;
  }
  /* line 134112, app/assets/stylesheets/tailwind.css */
  .xl\:row-end-auto {
    grid-row-end: auto !important;
  }
  /* line 134116, app/assets/stylesheets/tailwind.css */
  .xl\:float-right {
    float: right !important;
  }
  /* line 134120, app/assets/stylesheets/tailwind.css */
  .xl\:float-left {
    float: left !important;
  }
  /* line 134124, app/assets/stylesheets/tailwind.css */
  .xl\:float-none {
    float: none !important;
  }
  /* line 134128, app/assets/stylesheets/tailwind.css */
  .xl\:clear-left {
    clear: left !important;
  }
  /* line 134132, app/assets/stylesheets/tailwind.css */
  .xl\:clear-right {
    clear: right !important;
  }
  /* line 134136, app/assets/stylesheets/tailwind.css */
  .xl\:clear-both {
    clear: both !important;
  }
  /* line 134140, app/assets/stylesheets/tailwind.css */
  .xl\:clear-none {
    clear: none !important;
  }
  /* line 134144, app/assets/stylesheets/tailwind.css */
  .xl\:m-0 {
    margin: 0px !important;
  }
  /* line 134148, app/assets/stylesheets/tailwind.css */
  .xl\:m-1 {
    margin: 0.25rem !important;
  }
  /* line 134152, app/assets/stylesheets/tailwind.css */
  .xl\:m-2 {
    margin: 0.5rem !important;
  }
  /* line 134156, app/assets/stylesheets/tailwind.css */
  .xl\:m-3 {
    margin: 0.75rem !important;
  }
  /* line 134160, app/assets/stylesheets/tailwind.css */
  .xl\:m-4 {
    margin: 1rem !important;
  }
  /* line 134164, app/assets/stylesheets/tailwind.css */
  .xl\:m-5 {
    margin: 1.25rem !important;
  }
  /* line 134168, app/assets/stylesheets/tailwind.css */
  .xl\:m-6 {
    margin: 1.5rem !important;
  }
  /* line 134172, app/assets/stylesheets/tailwind.css */
  .xl\:m-7 {
    margin: 1.75rem !important;
  }
  /* line 134176, app/assets/stylesheets/tailwind.css */
  .xl\:m-8 {
    margin: 2rem !important;
  }
  /* line 134180, app/assets/stylesheets/tailwind.css */
  .xl\:m-9 {
    margin: 2.25rem !important;
  }
  /* line 134184, app/assets/stylesheets/tailwind.css */
  .xl\:m-10 {
    margin: 2.5rem !important;
  }
  /* line 134188, app/assets/stylesheets/tailwind.css */
  .xl\:m-11 {
    margin: 2.75rem !important;
  }
  /* line 134192, app/assets/stylesheets/tailwind.css */
  .xl\:m-12 {
    margin: 3rem !important;
  }
  /* line 134196, app/assets/stylesheets/tailwind.css */
  .xl\:m-14 {
    margin: 3.5rem !important;
  }
  /* line 134200, app/assets/stylesheets/tailwind.css */
  .xl\:m-16 {
    margin: 4rem !important;
  }
  /* line 134204, app/assets/stylesheets/tailwind.css */
  .xl\:m-20 {
    margin: 5rem !important;
  }
  /* line 134208, app/assets/stylesheets/tailwind.css */
  .xl\:m-24 {
    margin: 6rem !important;
  }
  /* line 134212, app/assets/stylesheets/tailwind.css */
  .xl\:m-28 {
    margin: 7rem !important;
  }
  /* line 134216, app/assets/stylesheets/tailwind.css */
  .xl\:m-32 {
    margin: 8rem !important;
  }
  /* line 134220, app/assets/stylesheets/tailwind.css */
  .xl\:m-36 {
    margin: 9rem !important;
  }
  /* line 134224, app/assets/stylesheets/tailwind.css */
  .xl\:m-40 {
    margin: 10rem !important;
  }
  /* line 134228, app/assets/stylesheets/tailwind.css */
  .xl\:m-44 {
    margin: 11rem !important;
  }
  /* line 134232, app/assets/stylesheets/tailwind.css */
  .xl\:m-48 {
    margin: 12rem !important;
  }
  /* line 134236, app/assets/stylesheets/tailwind.css */
  .xl\:m-52 {
    margin: 13rem !important;
  }
  /* line 134240, app/assets/stylesheets/tailwind.css */
  .xl\:m-56 {
    margin: 14rem !important;
  }
  /* line 134244, app/assets/stylesheets/tailwind.css */
  .xl\:m-60 {
    margin: 15rem !important;
  }
  /* line 134248, app/assets/stylesheets/tailwind.css */
  .xl\:m-64 {
    margin: 16rem !important;
  }
  /* line 134252, app/assets/stylesheets/tailwind.css */
  .xl\:m-72 {
    margin: 18rem !important;
  }
  /* line 134256, app/assets/stylesheets/tailwind.css */
  .xl\:m-80 {
    margin: 20rem !important;
  }
  /* line 134260, app/assets/stylesheets/tailwind.css */
  .xl\:m-96 {
    margin: 24rem !important;
  }
  /* line 134264, app/assets/stylesheets/tailwind.css */
  .xl\:m-auto {
    margin: auto !important;
  }
  /* line 134268, app/assets/stylesheets/tailwind.css */
  .xl\:m-px {
    margin: 1px !important;
  }
  /* line 134272, app/assets/stylesheets/tailwind.css */
  .xl\:m-0\.5 {
    margin: 0.125rem !important;
  }
  /* line 134276, app/assets/stylesheets/tailwind.css */
  .xl\:m-1\.5 {
    margin: 0.375rem !important;
  }
  /* line 134280, app/assets/stylesheets/tailwind.css */
  .xl\:m-2\.5 {
    margin: 0.625rem !important;
  }
  /* line 134284, app/assets/stylesheets/tailwind.css */
  .xl\:m-3\.5 {
    margin: 0.875rem !important;
  }
  /* line 134288, app/assets/stylesheets/tailwind.css */
  .xl\:-m-0 {
    margin: 0px !important;
  }
  /* line 134292, app/assets/stylesheets/tailwind.css */
  .xl\:-m-1 {
    margin: -0.25rem !important;
  }
  /* line 134296, app/assets/stylesheets/tailwind.css */
  .xl\:-m-2 {
    margin: -0.5rem !important;
  }
  /* line 134300, app/assets/stylesheets/tailwind.css */
  .xl\:-m-3 {
    margin: -0.75rem !important;
  }
  /* line 134304, app/assets/stylesheets/tailwind.css */
  .xl\:-m-4 {
    margin: -1rem !important;
  }
  /* line 134308, app/assets/stylesheets/tailwind.css */
  .xl\:-m-5 {
    margin: -1.25rem !important;
  }
  /* line 134312, app/assets/stylesheets/tailwind.css */
  .xl\:-m-6 {
    margin: -1.5rem !important;
  }
  /* line 134316, app/assets/stylesheets/tailwind.css */
  .xl\:-m-7 {
    margin: -1.75rem !important;
  }
  /* line 134320, app/assets/stylesheets/tailwind.css */
  .xl\:-m-8 {
    margin: -2rem !important;
  }
  /* line 134324, app/assets/stylesheets/tailwind.css */
  .xl\:-m-9 {
    margin: -2.25rem !important;
  }
  /* line 134328, app/assets/stylesheets/tailwind.css */
  .xl\:-m-10 {
    margin: -2.5rem !important;
  }
  /* line 134332, app/assets/stylesheets/tailwind.css */
  .xl\:-m-11 {
    margin: -2.75rem !important;
  }
  /* line 134336, app/assets/stylesheets/tailwind.css */
  .xl\:-m-12 {
    margin: -3rem !important;
  }
  /* line 134340, app/assets/stylesheets/tailwind.css */
  .xl\:-m-14 {
    margin: -3.5rem !important;
  }
  /* line 134344, app/assets/stylesheets/tailwind.css */
  .xl\:-m-16 {
    margin: -4rem !important;
  }
  /* line 134348, app/assets/stylesheets/tailwind.css */
  .xl\:-m-20 {
    margin: -5rem !important;
  }
  /* line 134352, app/assets/stylesheets/tailwind.css */
  .xl\:-m-24 {
    margin: -6rem !important;
  }
  /* line 134356, app/assets/stylesheets/tailwind.css */
  .xl\:-m-28 {
    margin: -7rem !important;
  }
  /* line 134360, app/assets/stylesheets/tailwind.css */
  .xl\:-m-32 {
    margin: -8rem !important;
  }
  /* line 134364, app/assets/stylesheets/tailwind.css */
  .xl\:-m-36 {
    margin: -9rem !important;
  }
  /* line 134368, app/assets/stylesheets/tailwind.css */
  .xl\:-m-40 {
    margin: -10rem !important;
  }
  /* line 134372, app/assets/stylesheets/tailwind.css */
  .xl\:-m-44 {
    margin: -11rem !important;
  }
  /* line 134376, app/assets/stylesheets/tailwind.css */
  .xl\:-m-48 {
    margin: -12rem !important;
  }
  /* line 134380, app/assets/stylesheets/tailwind.css */
  .xl\:-m-52 {
    margin: -13rem !important;
  }
  /* line 134384, app/assets/stylesheets/tailwind.css */
  .xl\:-m-56 {
    margin: -14rem !important;
  }
  /* line 134388, app/assets/stylesheets/tailwind.css */
  .xl\:-m-60 {
    margin: -15rem !important;
  }
  /* line 134392, app/assets/stylesheets/tailwind.css */
  .xl\:-m-64 {
    margin: -16rem !important;
  }
  /* line 134396, app/assets/stylesheets/tailwind.css */
  .xl\:-m-72 {
    margin: -18rem !important;
  }
  /* line 134400, app/assets/stylesheets/tailwind.css */
  .xl\:-m-80 {
    margin: -20rem !important;
  }
  /* line 134404, app/assets/stylesheets/tailwind.css */
  .xl\:-m-96 {
    margin: -24rem !important;
  }
  /* line 134408, app/assets/stylesheets/tailwind.css */
  .xl\:-m-px {
    margin: -1px !important;
  }
  /* line 134412, app/assets/stylesheets/tailwind.css */
  .xl\:-m-0\.5 {
    margin: -0.125rem !important;
  }
  /* line 134416, app/assets/stylesheets/tailwind.css */
  .xl\:-m-1\.5 {
    margin: -0.375rem !important;
  }
  /* line 134420, app/assets/stylesheets/tailwind.css */
  .xl\:-m-2\.5 {
    margin: -0.625rem !important;
  }
  /* line 134424, app/assets/stylesheets/tailwind.css */
  .xl\:-m-3\.5 {
    margin: -0.875rem !important;
  }
  /* line 134428, app/assets/stylesheets/tailwind.css */
  .xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 134433, app/assets/stylesheets/tailwind.css */
  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  /* line 134438, app/assets/stylesheets/tailwind.css */
  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 134443, app/assets/stylesheets/tailwind.css */
  .xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  /* line 134448, app/assets/stylesheets/tailwind.css */
  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 134453, app/assets/stylesheets/tailwind.css */
  .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  /* line 134458, app/assets/stylesheets/tailwind.css */
  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 134463, app/assets/stylesheets/tailwind.css */
  .xl\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  /* line 134468, app/assets/stylesheets/tailwind.css */
  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  /* line 134473, app/assets/stylesheets/tailwind.css */
  .xl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  /* line 134478, app/assets/stylesheets/tailwind.css */
  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 134483, app/assets/stylesheets/tailwind.css */
  .xl\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  /* line 134488, app/assets/stylesheets/tailwind.css */
  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 134493, app/assets/stylesheets/tailwind.css */
  .xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  /* line 134498, app/assets/stylesheets/tailwind.css */
  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  /* line 134503, app/assets/stylesheets/tailwind.css */
  .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 134508, app/assets/stylesheets/tailwind.css */
  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  /* line 134513, app/assets/stylesheets/tailwind.css */
  .xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  /* line 134518, app/assets/stylesheets/tailwind.css */
  .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  /* line 134523, app/assets/stylesheets/tailwind.css */
  .xl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  /* line 134528, app/assets/stylesheets/tailwind.css */
  .xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  /* line 134533, app/assets/stylesheets/tailwind.css */
  .xl\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  /* line 134538, app/assets/stylesheets/tailwind.css */
  .xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  /* line 134543, app/assets/stylesheets/tailwind.css */
  .xl\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  /* line 134548, app/assets/stylesheets/tailwind.css */
  .xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  /* line 134553, app/assets/stylesheets/tailwind.css */
  .xl\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  /* line 134558, app/assets/stylesheets/tailwind.css */
  .xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  /* line 134563, app/assets/stylesheets/tailwind.css */
  .xl\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  /* line 134568, app/assets/stylesheets/tailwind.css */
  .xl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  /* line 134573, app/assets/stylesheets/tailwind.css */
  .xl\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  /* line 134578, app/assets/stylesheets/tailwind.css */
  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 134583, app/assets/stylesheets/tailwind.css */
  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  /* line 134588, app/assets/stylesheets/tailwind.css */
  .xl\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }
  /* line 134593, app/assets/stylesheets/tailwind.css */
  .xl\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  /* line 134598, app/assets/stylesheets/tailwind.css */
  .xl\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  /* line 134603, app/assets/stylesheets/tailwind.css */
  .xl\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }
  /* line 134608, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 134613, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 134618, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 134623, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 134628, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 134633, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  /* line 134638, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 134643, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  /* line 134648, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  /* line 134653, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  /* line 134658, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  /* line 134663, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  /* line 134668, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 134673, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  /* line 134678, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  /* line 134683, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  /* line 134688, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  /* line 134693, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  /* line 134698, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  /* line 134703, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  /* line 134708, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  /* line 134713, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }
  /* line 134718, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  /* line 134723, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }
  /* line 134728, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  /* line 134733, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  /* line 134738, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  /* line 134743, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  /* line 134748, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  /* line 134753, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  /* line 134758, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  /* line 134763, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }
  /* line 134768, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }
  /* line 134773, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }
  /* line 134778, app/assets/stylesheets/tailwind.css */
  .xl\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }
  /* line 134783, app/assets/stylesheets/tailwind.css */
  .xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 134788, app/assets/stylesheets/tailwind.css */
  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 134793, app/assets/stylesheets/tailwind.css */
  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 134798, app/assets/stylesheets/tailwind.css */
  .xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 134803, app/assets/stylesheets/tailwind.css */
  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 134808, app/assets/stylesheets/tailwind.css */
  .xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 134813, app/assets/stylesheets/tailwind.css */
  .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 134818, app/assets/stylesheets/tailwind.css */
  .xl\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 134823, app/assets/stylesheets/tailwind.css */
  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 134828, app/assets/stylesheets/tailwind.css */
  .xl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 134833, app/assets/stylesheets/tailwind.css */
  .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 134838, app/assets/stylesheets/tailwind.css */
  .xl\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  /* line 134843, app/assets/stylesheets/tailwind.css */
  .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 134848, app/assets/stylesheets/tailwind.css */
  .xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 134853, app/assets/stylesheets/tailwind.css */
  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 134858, app/assets/stylesheets/tailwind.css */
  .xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 134863, app/assets/stylesheets/tailwind.css */
  .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 134868, app/assets/stylesheets/tailwind.css */
  .xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 134873, app/assets/stylesheets/tailwind.css */
  .xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 134878, app/assets/stylesheets/tailwind.css */
  .xl\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 134883, app/assets/stylesheets/tailwind.css */
  .xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 134888, app/assets/stylesheets/tailwind.css */
  .xl\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  /* line 134893, app/assets/stylesheets/tailwind.css */
  .xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 134898, app/assets/stylesheets/tailwind.css */
  .xl\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  /* line 134903, app/assets/stylesheets/tailwind.css */
  .xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 134908, app/assets/stylesheets/tailwind.css */
  .xl\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  /* line 134913, app/assets/stylesheets/tailwind.css */
  .xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  /* line 134918, app/assets/stylesheets/tailwind.css */
  .xl\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  /* line 134923, app/assets/stylesheets/tailwind.css */
  .xl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  /* line 134928, app/assets/stylesheets/tailwind.css */
  .xl\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  /* line 134933, app/assets/stylesheets/tailwind.css */
  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 134938, app/assets/stylesheets/tailwind.css */
  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  /* line 134943, app/assets/stylesheets/tailwind.css */
  .xl\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  /* line 134948, app/assets/stylesheets/tailwind.css */
  .xl\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  /* line 134953, app/assets/stylesheets/tailwind.css */
  .xl\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  /* line 134958, app/assets/stylesheets/tailwind.css */
  .xl\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  /* line 134963, app/assets/stylesheets/tailwind.css */
  .xl\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 134968, app/assets/stylesheets/tailwind.css */
  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 134973, app/assets/stylesheets/tailwind.css */
  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 134978, app/assets/stylesheets/tailwind.css */
  .xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 134983, app/assets/stylesheets/tailwind.css */
  .xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 134988, app/assets/stylesheets/tailwind.css */
  .xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 134993, app/assets/stylesheets/tailwind.css */
  .xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 134998, app/assets/stylesheets/tailwind.css */
  .xl\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  /* line 135003, app/assets/stylesheets/tailwind.css */
  .xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 135008, app/assets/stylesheets/tailwind.css */
  .xl\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 135013, app/assets/stylesheets/tailwind.css */
  .xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 135018, app/assets/stylesheets/tailwind.css */
  .xl\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  /* line 135023, app/assets/stylesheets/tailwind.css */
  .xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 135028, app/assets/stylesheets/tailwind.css */
  .xl\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 135033, app/assets/stylesheets/tailwind.css */
  .xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 135038, app/assets/stylesheets/tailwind.css */
  .xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 135043, app/assets/stylesheets/tailwind.css */
  .xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 135048, app/assets/stylesheets/tailwind.css */
  .xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 135053, app/assets/stylesheets/tailwind.css */
  .xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 135058, app/assets/stylesheets/tailwind.css */
  .xl\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 135063, app/assets/stylesheets/tailwind.css */
  .xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 135068, app/assets/stylesheets/tailwind.css */
  .xl\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  /* line 135073, app/assets/stylesheets/tailwind.css */
  .xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 135078, app/assets/stylesheets/tailwind.css */
  .xl\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  /* line 135083, app/assets/stylesheets/tailwind.css */
  .xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 135088, app/assets/stylesheets/tailwind.css */
  .xl\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  /* line 135093, app/assets/stylesheets/tailwind.css */
  .xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  /* line 135098, app/assets/stylesheets/tailwind.css */
  .xl\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  /* line 135103, app/assets/stylesheets/tailwind.css */
  .xl\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  /* line 135108, app/assets/stylesheets/tailwind.css */
  .xl\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  /* line 135113, app/assets/stylesheets/tailwind.css */
  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  /* line 135118, app/assets/stylesheets/tailwind.css */
  .xl\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  /* line 135123, app/assets/stylesheets/tailwind.css */
  .xl\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  /* line 135128, app/assets/stylesheets/tailwind.css */
  .xl\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  /* line 135133, app/assets/stylesheets/tailwind.css */
  .xl\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  /* line 135138, app/assets/stylesheets/tailwind.css */
  .xl\:mt-0 {
    margin-top: 0px !important;
  }
  /* line 135142, app/assets/stylesheets/tailwind.css */
  .xl\:mt-1 {
    margin-top: 0.25rem !important;
  }
  /* line 135146, app/assets/stylesheets/tailwind.css */
  .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }
  /* line 135150, app/assets/stylesheets/tailwind.css */
  .xl\:mt-3 {
    margin-top: 0.75rem !important;
  }
  /* line 135154, app/assets/stylesheets/tailwind.css */
  .xl\:mt-4 {
    margin-top: 1rem !important;
  }
  /* line 135158, app/assets/stylesheets/tailwind.css */
  .xl\:mt-5 {
    margin-top: 1.25rem !important;
  }
  /* line 135162, app/assets/stylesheets/tailwind.css */
  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }
  /* line 135166, app/assets/stylesheets/tailwind.css */
  .xl\:mt-7 {
    margin-top: 1.75rem !important;
  }
  /* line 135170, app/assets/stylesheets/tailwind.css */
  .xl\:mt-8 {
    margin-top: 2rem !important;
  }
  /* line 135174, app/assets/stylesheets/tailwind.css */
  .xl\:mt-9 {
    margin-top: 2.25rem !important;
  }
  /* line 135178, app/assets/stylesheets/tailwind.css */
  .xl\:mt-10 {
    margin-top: 2.5rem !important;
  }
  /* line 135182, app/assets/stylesheets/tailwind.css */
  .xl\:mt-11 {
    margin-top: 2.75rem !important;
  }
  /* line 135186, app/assets/stylesheets/tailwind.css */
  .xl\:mt-12 {
    margin-top: 3rem !important;
  }
  /* line 135190, app/assets/stylesheets/tailwind.css */
  .xl\:mt-14 {
    margin-top: 3.5rem !important;
  }
  /* line 135194, app/assets/stylesheets/tailwind.css */
  .xl\:mt-16 {
    margin-top: 4rem !important;
  }
  /* line 135198, app/assets/stylesheets/tailwind.css */
  .xl\:mt-20 {
    margin-top: 5rem !important;
  }
  /* line 135202, app/assets/stylesheets/tailwind.css */
  .xl\:mt-24 {
    margin-top: 6rem !important;
  }
  /* line 135206, app/assets/stylesheets/tailwind.css */
  .xl\:mt-28 {
    margin-top: 7rem !important;
  }
  /* line 135210, app/assets/stylesheets/tailwind.css */
  .xl\:mt-32 {
    margin-top: 8rem !important;
  }
  /* line 135214, app/assets/stylesheets/tailwind.css */
  .xl\:mt-36 {
    margin-top: 9rem !important;
  }
  /* line 135218, app/assets/stylesheets/tailwind.css */
  .xl\:mt-40 {
    margin-top: 10rem !important;
  }
  /* line 135222, app/assets/stylesheets/tailwind.css */
  .xl\:mt-44 {
    margin-top: 11rem !important;
  }
  /* line 135226, app/assets/stylesheets/tailwind.css */
  .xl\:mt-48 {
    margin-top: 12rem !important;
  }
  /* line 135230, app/assets/stylesheets/tailwind.css */
  .xl\:mt-52 {
    margin-top: 13rem !important;
  }
  /* line 135234, app/assets/stylesheets/tailwind.css */
  .xl\:mt-56 {
    margin-top: 14rem !important;
  }
  /* line 135238, app/assets/stylesheets/tailwind.css */
  .xl\:mt-60 {
    margin-top: 15rem !important;
  }
  /* line 135242, app/assets/stylesheets/tailwind.css */
  .xl\:mt-64 {
    margin-top: 16rem !important;
  }
  /* line 135246, app/assets/stylesheets/tailwind.css */
  .xl\:mt-72 {
    margin-top: 18rem !important;
  }
  /* line 135250, app/assets/stylesheets/tailwind.css */
  .xl\:mt-80 {
    margin-top: 20rem !important;
  }
  /* line 135254, app/assets/stylesheets/tailwind.css */
  .xl\:mt-96 {
    margin-top: 24rem !important;
  }
  /* line 135258, app/assets/stylesheets/tailwind.css */
  .xl\:mt-auto {
    margin-top: auto !important;
  }
  /* line 135262, app/assets/stylesheets/tailwind.css */
  .xl\:mt-px {
    margin-top: 1px !important;
  }
  /* line 135266, app/assets/stylesheets/tailwind.css */
  .xl\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }
  /* line 135270, app/assets/stylesheets/tailwind.css */
  .xl\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }
  /* line 135274, app/assets/stylesheets/tailwind.css */
  .xl\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }
  /* line 135278, app/assets/stylesheets/tailwind.css */
  .xl\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }
  /* line 135282, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-0 {
    margin-top: 0px !important;
  }
  /* line 135286, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  /* line 135290, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  /* line 135294, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  /* line 135298, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-4 {
    margin-top: -1rem !important;
  }
  /* line 135302, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  /* line 135306, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  /* line 135310, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  /* line 135314, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-8 {
    margin-top: -2rem !important;
  }
  /* line 135318, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  /* line 135322, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  /* line 135326, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  /* line 135330, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-12 {
    margin-top: -3rem !important;
  }
  /* line 135334, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  /* line 135338, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-16 {
    margin-top: -4rem !important;
  }
  /* line 135342, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-20 {
    margin-top: -5rem !important;
  }
  /* line 135346, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-24 {
    margin-top: -6rem !important;
  }
  /* line 135350, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-28 {
    margin-top: -7rem !important;
  }
  /* line 135354, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-32 {
    margin-top: -8rem !important;
  }
  /* line 135358, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-36 {
    margin-top: -9rem !important;
  }
  /* line 135362, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-40 {
    margin-top: -10rem !important;
  }
  /* line 135366, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-44 {
    margin-top: -11rem !important;
  }
  /* line 135370, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-48 {
    margin-top: -12rem !important;
  }
  /* line 135374, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-52 {
    margin-top: -13rem !important;
  }
  /* line 135378, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-56 {
    margin-top: -14rem !important;
  }
  /* line 135382, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-60 {
    margin-top: -15rem !important;
  }
  /* line 135386, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-64 {
    margin-top: -16rem !important;
  }
  /* line 135390, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-72 {
    margin-top: -18rem !important;
  }
  /* line 135394, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-80 {
    margin-top: -20rem !important;
  }
  /* line 135398, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-96 {
    margin-top: -24rem !important;
  }
  /* line 135402, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-px {
    margin-top: -1px !important;
  }
  /* line 135406, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }
  /* line 135410, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }
  /* line 135414, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }
  /* line 135418, app/assets/stylesheets/tailwind.css */
  .xl\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }
  /* line 135422, app/assets/stylesheets/tailwind.css */
  .xl\:mr-0 {
    margin-right: 0px !important;
  }
  /* line 135426, app/assets/stylesheets/tailwind.css */
  .xl\:mr-1 {
    margin-right: 0.25rem !important;
  }
  /* line 135430, app/assets/stylesheets/tailwind.css */
  .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }
  /* line 135434, app/assets/stylesheets/tailwind.css */
  .xl\:mr-3 {
    margin-right: 0.75rem !important;
  }
  /* line 135438, app/assets/stylesheets/tailwind.css */
  .xl\:mr-4 {
    margin-right: 1rem !important;
  }
  /* line 135442, app/assets/stylesheets/tailwind.css */
  .xl\:mr-5 {
    margin-right: 1.25rem !important;
  }
  /* line 135446, app/assets/stylesheets/tailwind.css */
  .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }
  /* line 135450, app/assets/stylesheets/tailwind.css */
  .xl\:mr-7 {
    margin-right: 1.75rem !important;
  }
  /* line 135454, app/assets/stylesheets/tailwind.css */
  .xl\:mr-8 {
    margin-right: 2rem !important;
  }
  /* line 135458, app/assets/stylesheets/tailwind.css */
  .xl\:mr-9 {
    margin-right: 2.25rem !important;
  }
  /* line 135462, app/assets/stylesheets/tailwind.css */
  .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }
  /* line 135466, app/assets/stylesheets/tailwind.css */
  .xl\:mr-11 {
    margin-right: 2.75rem !important;
  }
  /* line 135470, app/assets/stylesheets/tailwind.css */
  .xl\:mr-12 {
    margin-right: 3rem !important;
  }
  /* line 135474, app/assets/stylesheets/tailwind.css */
  .xl\:mr-14 {
    margin-right: 3.5rem !important;
  }
  /* line 135478, app/assets/stylesheets/tailwind.css */
  .xl\:mr-16 {
    margin-right: 4rem !important;
  }
  /* line 135482, app/assets/stylesheets/tailwind.css */
  .xl\:mr-20 {
    margin-right: 5rem !important;
  }
  /* line 135486, app/assets/stylesheets/tailwind.css */
  .xl\:mr-24 {
    margin-right: 6rem !important;
  }
  /* line 135490, app/assets/stylesheets/tailwind.css */
  .xl\:mr-28 {
    margin-right: 7rem !important;
  }
  /* line 135494, app/assets/stylesheets/tailwind.css */
  .xl\:mr-32 {
    margin-right: 8rem !important;
  }
  /* line 135498, app/assets/stylesheets/tailwind.css */
  .xl\:mr-36 {
    margin-right: 9rem !important;
  }
  /* line 135502, app/assets/stylesheets/tailwind.css */
  .xl\:mr-40 {
    margin-right: 10rem !important;
  }
  /* line 135506, app/assets/stylesheets/tailwind.css */
  .xl\:mr-44 {
    margin-right: 11rem !important;
  }
  /* line 135510, app/assets/stylesheets/tailwind.css */
  .xl\:mr-48 {
    margin-right: 12rem !important;
  }
  /* line 135514, app/assets/stylesheets/tailwind.css */
  .xl\:mr-52 {
    margin-right: 13rem !important;
  }
  /* line 135518, app/assets/stylesheets/tailwind.css */
  .xl\:mr-56 {
    margin-right: 14rem !important;
  }
  /* line 135522, app/assets/stylesheets/tailwind.css */
  .xl\:mr-60 {
    margin-right: 15rem !important;
  }
  /* line 135526, app/assets/stylesheets/tailwind.css */
  .xl\:mr-64 {
    margin-right: 16rem !important;
  }
  /* line 135530, app/assets/stylesheets/tailwind.css */
  .xl\:mr-72 {
    margin-right: 18rem !important;
  }
  /* line 135534, app/assets/stylesheets/tailwind.css */
  .xl\:mr-80 {
    margin-right: 20rem !important;
  }
  /* line 135538, app/assets/stylesheets/tailwind.css */
  .xl\:mr-96 {
    margin-right: 24rem !important;
  }
  /* line 135542, app/assets/stylesheets/tailwind.css */
  .xl\:mr-auto {
    margin-right: auto !important;
  }
  /* line 135546, app/assets/stylesheets/tailwind.css */
  .xl\:mr-px {
    margin-right: 1px !important;
  }
  /* line 135550, app/assets/stylesheets/tailwind.css */
  .xl\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }
  /* line 135554, app/assets/stylesheets/tailwind.css */
  .xl\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }
  /* line 135558, app/assets/stylesheets/tailwind.css */
  .xl\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }
  /* line 135562, app/assets/stylesheets/tailwind.css */
  .xl\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }
  /* line 135566, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-0 {
    margin-right: 0px !important;
  }
  /* line 135570, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  /* line 135574, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  /* line 135578, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  /* line 135582, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-4 {
    margin-right: -1rem !important;
  }
  /* line 135586, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  /* line 135590, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  /* line 135594, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  /* line 135598, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-8 {
    margin-right: -2rem !important;
  }
  /* line 135602, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  /* line 135606, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  /* line 135610, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  /* line 135614, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-12 {
    margin-right: -3rem !important;
  }
  /* line 135618, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  /* line 135622, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-16 {
    margin-right: -4rem !important;
  }
  /* line 135626, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-20 {
    margin-right: -5rem !important;
  }
  /* line 135630, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-24 {
    margin-right: -6rem !important;
  }
  /* line 135634, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-28 {
    margin-right: -7rem !important;
  }
  /* line 135638, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-32 {
    margin-right: -8rem !important;
  }
  /* line 135642, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-36 {
    margin-right: -9rem !important;
  }
  /* line 135646, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-40 {
    margin-right: -10rem !important;
  }
  /* line 135650, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-44 {
    margin-right: -11rem !important;
  }
  /* line 135654, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-48 {
    margin-right: -12rem !important;
  }
  /* line 135658, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-52 {
    margin-right: -13rem !important;
  }
  /* line 135662, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-56 {
    margin-right: -14rem !important;
  }
  /* line 135666, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-60 {
    margin-right: -15rem !important;
  }
  /* line 135670, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-64 {
    margin-right: -16rem !important;
  }
  /* line 135674, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-72 {
    margin-right: -18rem !important;
  }
  /* line 135678, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-80 {
    margin-right: -20rem !important;
  }
  /* line 135682, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-96 {
    margin-right: -24rem !important;
  }
  /* line 135686, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-px {
    margin-right: -1px !important;
  }
  /* line 135690, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }
  /* line 135694, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }
  /* line 135698, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }
  /* line 135702, app/assets/stylesheets/tailwind.css */
  .xl\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }
  /* line 135706, app/assets/stylesheets/tailwind.css */
  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }
  /* line 135710, app/assets/stylesheets/tailwind.css */
  .xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 135714, app/assets/stylesheets/tailwind.css */
  .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 135718, app/assets/stylesheets/tailwind.css */
  .xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 135722, app/assets/stylesheets/tailwind.css */
  .xl\:mb-4 {
    margin-bottom: 1rem !important;
  }
  /* line 135726, app/assets/stylesheets/tailwind.css */
  .xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 135730, app/assets/stylesheets/tailwind.css */
  .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 135734, app/assets/stylesheets/tailwind.css */
  .xl\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 135738, app/assets/stylesheets/tailwind.css */
  .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }
  /* line 135742, app/assets/stylesheets/tailwind.css */
  .xl\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  /* line 135746, app/assets/stylesheets/tailwind.css */
  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  /* line 135750, app/assets/stylesheets/tailwind.css */
  .xl\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  /* line 135754, app/assets/stylesheets/tailwind.css */
  .xl\:mb-12 {
    margin-bottom: 3rem !important;
  }
  /* line 135758, app/assets/stylesheets/tailwind.css */
  .xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  /* line 135762, app/assets/stylesheets/tailwind.css */
  .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }
  /* line 135766, app/assets/stylesheets/tailwind.css */
  .xl\:mb-20 {
    margin-bottom: 5rem !important;
  }
  /* line 135770, app/assets/stylesheets/tailwind.css */
  .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }
  /* line 135774, app/assets/stylesheets/tailwind.css */
  .xl\:mb-28 {
    margin-bottom: 7rem !important;
  }
  /* line 135778, app/assets/stylesheets/tailwind.css */
  .xl\:mb-32 {
    margin-bottom: 8rem !important;
  }
  /* line 135782, app/assets/stylesheets/tailwind.css */
  .xl\:mb-36 {
    margin-bottom: 9rem !important;
  }
  /* line 135786, app/assets/stylesheets/tailwind.css */
  .xl\:mb-40 {
    margin-bottom: 10rem !important;
  }
  /* line 135790, app/assets/stylesheets/tailwind.css */
  .xl\:mb-44 {
    margin-bottom: 11rem !important;
  }
  /* line 135794, app/assets/stylesheets/tailwind.css */
  .xl\:mb-48 {
    margin-bottom: 12rem !important;
  }
  /* line 135798, app/assets/stylesheets/tailwind.css */
  .xl\:mb-52 {
    margin-bottom: 13rem !important;
  }
  /* line 135802, app/assets/stylesheets/tailwind.css */
  .xl\:mb-56 {
    margin-bottom: 14rem !important;
  }
  /* line 135806, app/assets/stylesheets/tailwind.css */
  .xl\:mb-60 {
    margin-bottom: 15rem !important;
  }
  /* line 135810, app/assets/stylesheets/tailwind.css */
  .xl\:mb-64 {
    margin-bottom: 16rem !important;
  }
  /* line 135814, app/assets/stylesheets/tailwind.css */
  .xl\:mb-72 {
    margin-bottom: 18rem !important;
  }
  /* line 135818, app/assets/stylesheets/tailwind.css */
  .xl\:mb-80 {
    margin-bottom: 20rem !important;
  }
  /* line 135822, app/assets/stylesheets/tailwind.css */
  .xl\:mb-96 {
    margin-bottom: 24rem !important;
  }
  /* line 135826, app/assets/stylesheets/tailwind.css */
  .xl\:mb-auto {
    margin-bottom: auto !important;
  }
  /* line 135830, app/assets/stylesheets/tailwind.css */
  .xl\:mb-px {
    margin-bottom: 1px !important;
  }
  /* line 135834, app/assets/stylesheets/tailwind.css */
  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }
  /* line 135838, app/assets/stylesheets/tailwind.css */
  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }
  /* line 135842, app/assets/stylesheets/tailwind.css */
  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }
  /* line 135846, app/assets/stylesheets/tailwind.css */
  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }
  /* line 135850, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-0 {
    margin-bottom: 0px !important;
  }
  /* line 135854, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 135858, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 135862, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 135866, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  /* line 135870, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  /* line 135874, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  /* line 135878, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  /* line 135882, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  /* line 135886, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  /* line 135890, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  /* line 135894, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  /* line 135898, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  /* line 135902, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  /* line 135906, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  /* line 135910, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  /* line 135914, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  /* line 135918, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  /* line 135922, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  /* line 135926, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  /* line 135930, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  /* line 135934, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-44 {
    margin-bottom: -11rem !important;
  }
  /* line 135938, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  /* line 135942, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-52 {
    margin-bottom: -13rem !important;
  }
  /* line 135946, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  /* line 135950, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  /* line 135954, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  /* line 135958, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  /* line 135962, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  /* line 135966, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  /* line 135970, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-px {
    margin-bottom: -1px !important;
  }
  /* line 135974, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }
  /* line 135978, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }
  /* line 135982, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }
  /* line 135986, app/assets/stylesheets/tailwind.css */
  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }
  /* line 135990, app/assets/stylesheets/tailwind.css */
  .xl\:ml-0 {
    margin-left: 0px !important;
  }
  /* line 135994, app/assets/stylesheets/tailwind.css */
  .xl\:ml-1 {
    margin-left: 0.25rem !important;
  }
  /* line 135998, app/assets/stylesheets/tailwind.css */
  .xl\:ml-2 {
    margin-left: 0.5rem !important;
  }
  /* line 136002, app/assets/stylesheets/tailwind.css */
  .xl\:ml-3 {
    margin-left: 0.75rem !important;
  }
  /* line 136006, app/assets/stylesheets/tailwind.css */
  .xl\:ml-4 {
    margin-left: 1rem !important;
  }
  /* line 136010, app/assets/stylesheets/tailwind.css */
  .xl\:ml-5 {
    margin-left: 1.25rem !important;
  }
  /* line 136014, app/assets/stylesheets/tailwind.css */
  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }
  /* line 136018, app/assets/stylesheets/tailwind.css */
  .xl\:ml-7 {
    margin-left: 1.75rem !important;
  }
  /* line 136022, app/assets/stylesheets/tailwind.css */
  .xl\:ml-8 {
    margin-left: 2rem !important;
  }
  /* line 136026, app/assets/stylesheets/tailwind.css */
  .xl\:ml-9 {
    margin-left: 2.25rem !important;
  }
  /* line 136030, app/assets/stylesheets/tailwind.css */
  .xl\:ml-10 {
    margin-left: 2.5rem !important;
  }
  /* line 136034, app/assets/stylesheets/tailwind.css */
  .xl\:ml-11 {
    margin-left: 2.75rem !important;
  }
  /* line 136038, app/assets/stylesheets/tailwind.css */
  .xl\:ml-12 {
    margin-left: 3rem !important;
  }
  /* line 136042, app/assets/stylesheets/tailwind.css */
  .xl\:ml-14 {
    margin-left: 3.5rem !important;
  }
  /* line 136046, app/assets/stylesheets/tailwind.css */
  .xl\:ml-16 {
    margin-left: 4rem !important;
  }
  /* line 136050, app/assets/stylesheets/tailwind.css */
  .xl\:ml-20 {
    margin-left: 5rem !important;
  }
  /* line 136054, app/assets/stylesheets/tailwind.css */
  .xl\:ml-24 {
    margin-left: 6rem !important;
  }
  /* line 136058, app/assets/stylesheets/tailwind.css */
  .xl\:ml-28 {
    margin-left: 7rem !important;
  }
  /* line 136062, app/assets/stylesheets/tailwind.css */
  .xl\:ml-32 {
    margin-left: 8rem !important;
  }
  /* line 136066, app/assets/stylesheets/tailwind.css */
  .xl\:ml-36 {
    margin-left: 9rem !important;
  }
  /* line 136070, app/assets/stylesheets/tailwind.css */
  .xl\:ml-40 {
    margin-left: 10rem !important;
  }
  /* line 136074, app/assets/stylesheets/tailwind.css */
  .xl\:ml-44 {
    margin-left: 11rem !important;
  }
  /* line 136078, app/assets/stylesheets/tailwind.css */
  .xl\:ml-48 {
    margin-left: 12rem !important;
  }
  /* line 136082, app/assets/stylesheets/tailwind.css */
  .xl\:ml-52 {
    margin-left: 13rem !important;
  }
  /* line 136086, app/assets/stylesheets/tailwind.css */
  .xl\:ml-56 {
    margin-left: 14rem !important;
  }
  /* line 136090, app/assets/stylesheets/tailwind.css */
  .xl\:ml-60 {
    margin-left: 15rem !important;
  }
  /* line 136094, app/assets/stylesheets/tailwind.css */
  .xl\:ml-64 {
    margin-left: 16rem !important;
  }
  /* line 136098, app/assets/stylesheets/tailwind.css */
  .xl\:ml-72 {
    margin-left: 18rem !important;
  }
  /* line 136102, app/assets/stylesheets/tailwind.css */
  .xl\:ml-80 {
    margin-left: 20rem !important;
  }
  /* line 136106, app/assets/stylesheets/tailwind.css */
  .xl\:ml-96 {
    margin-left: 24rem !important;
  }
  /* line 136110, app/assets/stylesheets/tailwind.css */
  .xl\:ml-auto {
    margin-left: auto !important;
  }
  /* line 136114, app/assets/stylesheets/tailwind.css */
  .xl\:ml-px {
    margin-left: 1px !important;
  }
  /* line 136118, app/assets/stylesheets/tailwind.css */
  .xl\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }
  /* line 136122, app/assets/stylesheets/tailwind.css */
  .xl\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }
  /* line 136126, app/assets/stylesheets/tailwind.css */
  .xl\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }
  /* line 136130, app/assets/stylesheets/tailwind.css */
  .xl\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }
  /* line 136134, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-0 {
    margin-left: 0px !important;
  }
  /* line 136138, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  /* line 136142, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  /* line 136146, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  /* line 136150, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-4 {
    margin-left: -1rem !important;
  }
  /* line 136154, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  /* line 136158, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  /* line 136162, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  /* line 136166, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-8 {
    margin-left: -2rem !important;
  }
  /* line 136170, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  /* line 136174, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  /* line 136178, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  /* line 136182, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-12 {
    margin-left: -3rem !important;
  }
  /* line 136186, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  /* line 136190, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-16 {
    margin-left: -4rem !important;
  }
  /* line 136194, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-20 {
    margin-left: -5rem !important;
  }
  /* line 136198, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-24 {
    margin-left: -6rem !important;
  }
  /* line 136202, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-28 {
    margin-left: -7rem !important;
  }
  /* line 136206, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-32 {
    margin-left: -8rem !important;
  }
  /* line 136210, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-36 {
    margin-left: -9rem !important;
  }
  /* line 136214, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-40 {
    margin-left: -10rem !important;
  }
  /* line 136218, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-44 {
    margin-left: -11rem !important;
  }
  /* line 136222, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-48 {
    margin-left: -12rem !important;
  }
  /* line 136226, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-52 {
    margin-left: -13rem !important;
  }
  /* line 136230, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-56 {
    margin-left: -14rem !important;
  }
  /* line 136234, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-60 {
    margin-left: -15rem !important;
  }
  /* line 136238, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-64 {
    margin-left: -16rem !important;
  }
  /* line 136242, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-72 {
    margin-left: -18rem !important;
  }
  /* line 136246, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-80 {
    margin-left: -20rem !important;
  }
  /* line 136250, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-96 {
    margin-left: -24rem !important;
  }
  /* line 136254, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-px {
    margin-left: -1px !important;
  }
  /* line 136258, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }
  /* line 136262, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }
  /* line 136266, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }
  /* line 136270, app/assets/stylesheets/tailwind.css */
  .xl\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }
  /* line 136274, app/assets/stylesheets/tailwind.css */
  .xl\:box-border {
    box-sizing: border-box !important;
  }
  /* line 136278, app/assets/stylesheets/tailwind.css */
  .xl\:box-content {
    box-sizing: content-box !important;
  }
  /* line 136282, app/assets/stylesheets/tailwind.css */
  .xl\:block {
    display: block !important;
  }
  /* line 136286, app/assets/stylesheets/tailwind.css */
  .xl\:inline-block {
    display: inline-block !important;
  }
  /* line 136290, app/assets/stylesheets/tailwind.css */
  .xl\:inline {
    display: inline !important;
  }
  /* line 136294, app/assets/stylesheets/tailwind.css */
  .xl\:flex {
    display: flex !important;
  }
  /* line 136298, app/assets/stylesheets/tailwind.css */
  .xl\:inline-flex {
    display: inline-flex !important;
  }
  /* line 136302, app/assets/stylesheets/tailwind.css */
  .xl\:table {
    display: table !important;
  }
  /* line 136306, app/assets/stylesheets/tailwind.css */
  .xl\:inline-table {
    display: inline-table !important;
  }
  /* line 136310, app/assets/stylesheets/tailwind.css */
  .xl\:table-caption {
    display: table-caption !important;
  }
  /* line 136314, app/assets/stylesheets/tailwind.css */
  .xl\:table-cell {
    display: table-cell !important;
  }
  /* line 136318, app/assets/stylesheets/tailwind.css */
  .xl\:table-column {
    display: table-column !important;
  }
  /* line 136322, app/assets/stylesheets/tailwind.css */
  .xl\:table-column-group {
    display: table-column-group !important;
  }
  /* line 136326, app/assets/stylesheets/tailwind.css */
  .xl\:table-footer-group {
    display: table-footer-group !important;
  }
  /* line 136330, app/assets/stylesheets/tailwind.css */
  .xl\:table-header-group {
    display: table-header-group !important;
  }
  /* line 136334, app/assets/stylesheets/tailwind.css */
  .xl\:table-row-group {
    display: table-row-group !important;
  }
  /* line 136338, app/assets/stylesheets/tailwind.css */
  .xl\:table-row {
    display: table-row !important;
  }
  /* line 136342, app/assets/stylesheets/tailwind.css */
  .xl\:flow-root {
    display: flow-root !important;
  }
  /* line 136346, app/assets/stylesheets/tailwind.css */
  .xl\:grid {
    display: grid !important;
  }
  /* line 136350, app/assets/stylesheets/tailwind.css */
  .xl\:inline-grid {
    display: inline-grid !important;
  }
  /* line 136354, app/assets/stylesheets/tailwind.css */
  .xl\:contents {
    display: contents !important;
  }
  /* line 136358, app/assets/stylesheets/tailwind.css */
  .xl\:list-item {
    display: list-item !important;
  }
  /* line 136362, app/assets/stylesheets/tailwind.css */
  .xl\:hidden {
    display: none !important;
  }
  /* line 136366, app/assets/stylesheets/tailwind.css */
  .xl\:h-0 {
    height: 0px !important;
  }
  /* line 136370, app/assets/stylesheets/tailwind.css */
  .xl\:h-1 {
    height: 0.25rem !important;
  }
  /* line 136374, app/assets/stylesheets/tailwind.css */
  .xl\:h-2 {
    height: 0.5rem !important;
  }
  /* line 136378, app/assets/stylesheets/tailwind.css */
  .xl\:h-3 {
    height: 0.75rem !important;
  }
  /* line 136382, app/assets/stylesheets/tailwind.css */
  .xl\:h-4 {
    height: 1rem !important;
  }
  /* line 136386, app/assets/stylesheets/tailwind.css */
  .xl\:h-5 {
    height: 1.25rem !important;
  }
  /* line 136390, app/assets/stylesheets/tailwind.css */
  .xl\:h-6 {
    height: 1.5rem !important;
  }
  /* line 136394, app/assets/stylesheets/tailwind.css */
  .xl\:h-7 {
    height: 1.75rem !important;
  }
  /* line 136398, app/assets/stylesheets/tailwind.css */
  .xl\:h-8 {
    height: 2rem !important;
  }
  /* line 136402, app/assets/stylesheets/tailwind.css */
  .xl\:h-9 {
    height: 2.25rem !important;
  }
  /* line 136406, app/assets/stylesheets/tailwind.css */
  .xl\:h-10 {
    height: 2.5rem !important;
  }
  /* line 136410, app/assets/stylesheets/tailwind.css */
  .xl\:h-11 {
    height: 2.75rem !important;
  }
  /* line 136414, app/assets/stylesheets/tailwind.css */
  .xl\:h-12 {
    height: 3rem !important;
  }
  /* line 136418, app/assets/stylesheets/tailwind.css */
  .xl\:h-14 {
    height: 3.5rem !important;
  }
  /* line 136422, app/assets/stylesheets/tailwind.css */
  .xl\:h-16 {
    height: 4rem !important;
  }
  /* line 136426, app/assets/stylesheets/tailwind.css */
  .xl\:h-20 {
    height: 5rem !important;
  }
  /* line 136430, app/assets/stylesheets/tailwind.css */
  .xl\:h-24 {
    height: 6rem !important;
  }
  /* line 136434, app/assets/stylesheets/tailwind.css */
  .xl\:h-28 {
    height: 7rem !important;
  }
  /* line 136438, app/assets/stylesheets/tailwind.css */
  .xl\:h-32 {
    height: 8rem !important;
  }
  /* line 136442, app/assets/stylesheets/tailwind.css */
  .xl\:h-36 {
    height: 9rem !important;
  }
  /* line 136446, app/assets/stylesheets/tailwind.css */
  .xl\:h-40 {
    height: 10rem !important;
  }
  /* line 136450, app/assets/stylesheets/tailwind.css */
  .xl\:h-44 {
    height: 11rem !important;
  }
  /* line 136454, app/assets/stylesheets/tailwind.css */
  .xl\:h-48 {
    height: 12rem !important;
  }
  /* line 136458, app/assets/stylesheets/tailwind.css */
  .xl\:h-52 {
    height: 13rem !important;
  }
  /* line 136462, app/assets/stylesheets/tailwind.css */
  .xl\:h-56 {
    height: 14rem !important;
  }
  /* line 136466, app/assets/stylesheets/tailwind.css */
  .xl\:h-60 {
    height: 15rem !important;
  }
  /* line 136470, app/assets/stylesheets/tailwind.css */
  .xl\:h-64 {
    height: 16rem !important;
  }
  /* line 136474, app/assets/stylesheets/tailwind.css */
  .xl\:h-72 {
    height: 18rem !important;
  }
  /* line 136478, app/assets/stylesheets/tailwind.css */
  .xl\:h-80 {
    height: 20rem !important;
  }
  /* line 136482, app/assets/stylesheets/tailwind.css */
  .xl\:h-96 {
    height: 24rem !important;
  }
  /* line 136486, app/assets/stylesheets/tailwind.css */
  .xl\:h-auto {
    height: auto !important;
  }
  /* line 136490, app/assets/stylesheets/tailwind.css */
  .xl\:h-px {
    height: 1px !important;
  }
  /* line 136494, app/assets/stylesheets/tailwind.css */
  .xl\:h-0\.5 {
    height: 0.125rem !important;
  }
  /* line 136498, app/assets/stylesheets/tailwind.css */
  .xl\:h-1\.5 {
    height: 0.375rem !important;
  }
  /* line 136502, app/assets/stylesheets/tailwind.css */
  .xl\:h-2\.5 {
    height: 0.625rem !important;
  }
  /* line 136506, app/assets/stylesheets/tailwind.css */
  .xl\:h-3\.5 {
    height: 0.875rem !important;
  }
  /* line 136510, app/assets/stylesheets/tailwind.css */
  .xl\:h-1\/2 {
    height: 50% !important;
  }
  /* line 136514, app/assets/stylesheets/tailwind.css */
  .xl\:h-1\/3 {
    height: 33.333333% !important;
  }
  /* line 136518, app/assets/stylesheets/tailwind.css */
  .xl\:h-2\/3 {
    height: 66.666667% !important;
  }
  /* line 136522, app/assets/stylesheets/tailwind.css */
  .xl\:h-1\/4 {
    height: 25% !important;
  }
  /* line 136526, app/assets/stylesheets/tailwind.css */
  .xl\:h-2\/4 {
    height: 50% !important;
  }
  /* line 136530, app/assets/stylesheets/tailwind.css */
  .xl\:h-3\/4 {
    height: 75% !important;
  }
  /* line 136534, app/assets/stylesheets/tailwind.css */
  .xl\:h-1\/5 {
    height: 20% !important;
  }
  /* line 136538, app/assets/stylesheets/tailwind.css */
  .xl\:h-2\/5 {
    height: 40% !important;
  }
  /* line 136542, app/assets/stylesheets/tailwind.css */
  .xl\:h-3\/5 {
    height: 60% !important;
  }
  /* line 136546, app/assets/stylesheets/tailwind.css */
  .xl\:h-4\/5 {
    height: 80% !important;
  }
  /* line 136550, app/assets/stylesheets/tailwind.css */
  .xl\:h-1\/6 {
    height: 16.666667% !important;
  }
  /* line 136554, app/assets/stylesheets/tailwind.css */
  .xl\:h-2\/6 {
    height: 33.333333% !important;
  }
  /* line 136558, app/assets/stylesheets/tailwind.css */
  .xl\:h-3\/6 {
    height: 50% !important;
  }
  /* line 136562, app/assets/stylesheets/tailwind.css */
  .xl\:h-4\/6 {
    height: 66.666667% !important;
  }
  /* line 136566, app/assets/stylesheets/tailwind.css */
  .xl\:h-5\/6 {
    height: 83.333333% !important;
  }
  /* line 136570, app/assets/stylesheets/tailwind.css */
  .xl\:h-full {
    height: 100% !important;
  }
  /* line 136574, app/assets/stylesheets/tailwind.css */
  .xl\:h-screen {
    height: 100vh !important;
  }
  /* line 136578, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-0 {
    max-height: 0px !important;
  }
  /* line 136582, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-1 {
    max-height: 0.25rem !important;
  }
  /* line 136586, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-2 {
    max-height: 0.5rem !important;
  }
  /* line 136590, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-3 {
    max-height: 0.75rem !important;
  }
  /* line 136594, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-4 {
    max-height: 1rem !important;
  }
  /* line 136598, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-5 {
    max-height: 1.25rem !important;
  }
  /* line 136602, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-6 {
    max-height: 1.5rem !important;
  }
  /* line 136606, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-7 {
    max-height: 1.75rem !important;
  }
  /* line 136610, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-8 {
    max-height: 2rem !important;
  }
  /* line 136614, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-9 {
    max-height: 2.25rem !important;
  }
  /* line 136618, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-10 {
    max-height: 2.5rem !important;
  }
  /* line 136622, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-11 {
    max-height: 2.75rem !important;
  }
  /* line 136626, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-12 {
    max-height: 3rem !important;
  }
  /* line 136630, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-14 {
    max-height: 3.5rem !important;
  }
  /* line 136634, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-16 {
    max-height: 4rem !important;
  }
  /* line 136638, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-20 {
    max-height: 5rem !important;
  }
  /* line 136642, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-24 {
    max-height: 6rem !important;
  }
  /* line 136646, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-28 {
    max-height: 7rem !important;
  }
  /* line 136650, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-32 {
    max-height: 8rem !important;
  }
  /* line 136654, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-36 {
    max-height: 9rem !important;
  }
  /* line 136658, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-40 {
    max-height: 10rem !important;
  }
  /* line 136662, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-44 {
    max-height: 11rem !important;
  }
  /* line 136666, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-48 {
    max-height: 12rem !important;
  }
  /* line 136670, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-52 {
    max-height: 13rem !important;
  }
  /* line 136674, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-56 {
    max-height: 14rem !important;
  }
  /* line 136678, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-60 {
    max-height: 15rem !important;
  }
  /* line 136682, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-64 {
    max-height: 16rem !important;
  }
  /* line 136686, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-72 {
    max-height: 18rem !important;
  }
  /* line 136690, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-80 {
    max-height: 20rem !important;
  }
  /* line 136694, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-96 {
    max-height: 24rem !important;
  }
  /* line 136698, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-px {
    max-height: 1px !important;
  }
  /* line 136702, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }
  /* line 136706, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }
  /* line 136710, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }
  /* line 136714, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }
  /* line 136718, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-full {
    max-height: 100% !important;
  }
  /* line 136722, app/assets/stylesheets/tailwind.css */
  .xl\:max-h-screen {
    max-height: 100vh !important;
  }
  /* line 136726, app/assets/stylesheets/tailwind.css */
  .xl\:min-h-0 {
    min-height: 0px !important;
  }
  /* line 136730, app/assets/stylesheets/tailwind.css */
  .xl\:min-h-full {
    min-height: 100% !important;
  }
  /* line 136734, app/assets/stylesheets/tailwind.css */
  .xl\:min-h-screen {
    min-height: 100vh !important;
  }
  /* line 136738, app/assets/stylesheets/tailwind.css */
  .xl\:w-0 {
    width: 0px !important;
  }
  /* line 136742, app/assets/stylesheets/tailwind.css */
  .xl\:w-1 {
    width: 0.25rem !important;
  }
  /* line 136746, app/assets/stylesheets/tailwind.css */
  .xl\:w-2 {
    width: 0.5rem !important;
  }
  /* line 136750, app/assets/stylesheets/tailwind.css */
  .xl\:w-3 {
    width: 0.75rem !important;
  }
  /* line 136754, app/assets/stylesheets/tailwind.css */
  .xl\:w-4 {
    width: 1rem !important;
  }
  /* line 136758, app/assets/stylesheets/tailwind.css */
  .xl\:w-5 {
    width: 1.25rem !important;
  }
  /* line 136762, app/assets/stylesheets/tailwind.css */
  .xl\:w-6 {
    width: 1.5rem !important;
  }
  /* line 136766, app/assets/stylesheets/tailwind.css */
  .xl\:w-7 {
    width: 1.75rem !important;
  }
  /* line 136770, app/assets/stylesheets/tailwind.css */
  .xl\:w-8 {
    width: 2rem !important;
  }
  /* line 136774, app/assets/stylesheets/tailwind.css */
  .xl\:w-9 {
    width: 2.25rem !important;
  }
  /* line 136778, app/assets/stylesheets/tailwind.css */
  .xl\:w-10 {
    width: 2.5rem !important;
  }
  /* line 136782, app/assets/stylesheets/tailwind.css */
  .xl\:w-11 {
    width: 2.75rem !important;
  }
  /* line 136786, app/assets/stylesheets/tailwind.css */
  .xl\:w-12 {
    width: 3rem !important;
  }
  /* line 136790, app/assets/stylesheets/tailwind.css */
  .xl\:w-14 {
    width: 3.5rem !important;
  }
  /* line 136794, app/assets/stylesheets/tailwind.css */
  .xl\:w-16 {
    width: 4rem !important;
  }
  /* line 136798, app/assets/stylesheets/tailwind.css */
  .xl\:w-20 {
    width: 5rem !important;
  }
  /* line 136802, app/assets/stylesheets/tailwind.css */
  .xl\:w-24 {
    width: 6rem !important;
  }
  /* line 136806, app/assets/stylesheets/tailwind.css */
  .xl\:w-28 {
    width: 7rem !important;
  }
  /* line 136810, app/assets/stylesheets/tailwind.css */
  .xl\:w-32 {
    width: 8rem !important;
  }
  /* line 136814, app/assets/stylesheets/tailwind.css */
  .xl\:w-36 {
    width: 9rem !important;
  }
  /* line 136818, app/assets/stylesheets/tailwind.css */
  .xl\:w-40 {
    width: 10rem !important;
  }
  /* line 136822, app/assets/stylesheets/tailwind.css */
  .xl\:w-44 {
    width: 11rem !important;
  }
  /* line 136826, app/assets/stylesheets/tailwind.css */
  .xl\:w-48 {
    width: 12rem !important;
  }
  /* line 136830, app/assets/stylesheets/tailwind.css */
  .xl\:w-52 {
    width: 13rem !important;
  }
  /* line 136834, app/assets/stylesheets/tailwind.css */
  .xl\:w-56 {
    width: 14rem !important;
  }
  /* line 136838, app/assets/stylesheets/tailwind.css */
  .xl\:w-60 {
    width: 15rem !important;
  }
  /* line 136842, app/assets/stylesheets/tailwind.css */
  .xl\:w-64 {
    width: 16rem !important;
  }
  /* line 136846, app/assets/stylesheets/tailwind.css */
  .xl\:w-72 {
    width: 18rem !important;
  }
  /* line 136850, app/assets/stylesheets/tailwind.css */
  .xl\:w-80 {
    width: 20rem !important;
  }
  /* line 136854, app/assets/stylesheets/tailwind.css */
  .xl\:w-96 {
    width: 24rem !important;
  }
  /* line 136858, app/assets/stylesheets/tailwind.css */
  .xl\:w-128 {
    width: 32rem !important;
  }
  /* line 136862, app/assets/stylesheets/tailwind.css */
  .xl\:w-auto {
    width: auto !important;
  }
  /* line 136866, app/assets/stylesheets/tailwind.css */
  .xl\:w-px {
    width: 1px !important;
  }
  /* line 136870, app/assets/stylesheets/tailwind.css */
  .xl\:w-0\.5 {
    width: 0.125rem !important;
  }
  /* line 136874, app/assets/stylesheets/tailwind.css */
  .xl\:w-1\.5 {
    width: 0.375rem !important;
  }
  /* line 136878, app/assets/stylesheets/tailwind.css */
  .xl\:w-2\.5 {
    width: 0.625rem !important;
  }
  /* line 136882, app/assets/stylesheets/tailwind.css */
  .xl\:w-3\.5 {
    width: 0.875rem !important;
  }
  /* line 136886, app/assets/stylesheets/tailwind.css */
  .xl\:w-1\/2 {
    width: 50% !important;
  }
  /* line 136890, app/assets/stylesheets/tailwind.css */
  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }
  /* line 136894, app/assets/stylesheets/tailwind.css */
  .xl\:w-2\/3 {
    width: 66.666667% !important;
  }
  /* line 136898, app/assets/stylesheets/tailwind.css */
  .xl\:w-1\/4 {
    width: 25% !important;
  }
  /* line 136902, app/assets/stylesheets/tailwind.css */
  .xl\:w-2\/4 {
    width: 50% !important;
  }
  /* line 136906, app/assets/stylesheets/tailwind.css */
  .xl\:w-3\/4 {
    width: 75% !important;
  }
  /* line 136910, app/assets/stylesheets/tailwind.css */
  .xl\:w-1\/5 {
    width: 20% !important;
  }
  /* line 136914, app/assets/stylesheets/tailwind.css */
  .xl\:w-2\/5 {
    width: 40% !important;
  }
  /* line 136918, app/assets/stylesheets/tailwind.css */
  .xl\:w-3\/5 {
    width: 60% !important;
  }
  /* line 136922, app/assets/stylesheets/tailwind.css */
  .xl\:w-4\/5 {
    width: 80% !important;
  }
  /* line 136926, app/assets/stylesheets/tailwind.css */
  .xl\:w-1\/6 {
    width: 16.666667% !important;
  }
  /* line 136930, app/assets/stylesheets/tailwind.css */
  .xl\:w-2\/6 {
    width: 33.333333% !important;
  }
  /* line 136934, app/assets/stylesheets/tailwind.css */
  .xl\:w-3\/6 {
    width: 50% !important;
  }
  /* line 136938, app/assets/stylesheets/tailwind.css */
  .xl\:w-4\/6 {
    width: 66.666667% !important;
  }
  /* line 136942, app/assets/stylesheets/tailwind.css */
  .xl\:w-5\/6 {
    width: 83.333333% !important;
  }
  /* line 136946, app/assets/stylesheets/tailwind.css */
  .xl\:w-1\/12 {
    width: 8.333333% !important;
  }
  /* line 136950, app/assets/stylesheets/tailwind.css */
  .xl\:w-2\/12 {
    width: 16.666667% !important;
  }
  /* line 136954, app/assets/stylesheets/tailwind.css */
  .xl\:w-3\/12 {
    width: 25% !important;
  }
  /* line 136958, app/assets/stylesheets/tailwind.css */
  .xl\:w-4\/12 {
    width: 33.333333% !important;
  }
  /* line 136962, app/assets/stylesheets/tailwind.css */
  .xl\:w-5\/12 {
    width: 41.666667% !important;
  }
  /* line 136966, app/assets/stylesheets/tailwind.css */
  .xl\:w-6\/12 {
    width: 50% !important;
  }
  /* line 136970, app/assets/stylesheets/tailwind.css */
  .xl\:w-7\/12 {
    width: 58.333333% !important;
  }
  /* line 136974, app/assets/stylesheets/tailwind.css */
  .xl\:w-8\/12 {
    width: 66.666667% !important;
  }
  /* line 136978, app/assets/stylesheets/tailwind.css */
  .xl\:w-9\/12 {
    width: 75% !important;
  }
  /* line 136982, app/assets/stylesheets/tailwind.css */
  .xl\:w-10\/12 {
    width: 83.333333% !important;
  }
  /* line 136986, app/assets/stylesheets/tailwind.css */
  .xl\:w-11\/12 {
    width: 91.666667% !important;
  }
  /* line 136990, app/assets/stylesheets/tailwind.css */
  .xl\:w-full {
    width: 100% !important;
  }
  /* line 136994, app/assets/stylesheets/tailwind.css */
  .xl\:w-screen {
    width: 100vw !important;
  }
  /* line 136998, app/assets/stylesheets/tailwind.css */
  .xl\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 137003, app/assets/stylesheets/tailwind.css */
  .xl\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 137008, app/assets/stylesheets/tailwind.css */
  .xl\:min-w-0 {
    min-width: 0px !important;
  }
  /* line 137012, app/assets/stylesheets/tailwind.css */
  .xl\:min-w-full {
    min-width: 100% !important;
  }
  /* line 137016, app/assets/stylesheets/tailwind.css */
  .xl\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  /* line 137021, app/assets/stylesheets/tailwind.css */
  .xl\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  /* line 137026, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-0 {
    max-width: 0rem !important;
  }
  /* line 137030, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-none {
    max-width: none !important;
  }
  /* line 137034, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-xs {
    max-width: 20rem !important;
  }
  /* line 137038, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-sm {
    max-width: 24rem !important;
  }
  /* line 137042, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-md {
    max-width: 28rem !important;
  }
  /* line 137046, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-lg {
    max-width: 32rem !important;
  }
  /* line 137050, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-xl {
    max-width: 36rem !important;
  }
  /* line 137054, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-2xl {
    max-width: 42rem !important;
  }
  /* line 137058, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-3xl {
    max-width: 48rem !important;
  }
  /* line 137062, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-4xl {
    max-width: 56rem !important;
  }
  /* line 137066, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-5xl {
    max-width: 64rem !important;
  }
  /* line 137070, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-6xl {
    max-width: 72rem !important;
  }
  /* line 137074, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-7xl {
    max-width: 80rem !important;
  }
  /* line 137078, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-full {
    max-width: 100% !important;
  }
  /* line 137082, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 137087, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 137092, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-prose {
    max-width: 65ch !important;
  }
  /* line 137096, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-screen-sm {
    max-width: 640px !important;
  }
  /* line 137100, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-screen-md {
    max-width: 768px !important;
  }
  /* line 137104, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-screen-lg {
    max-width: 1024px !important;
  }
  /* line 137108, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-screen-xl {
    max-width: 1280px !important;
  }
  /* line 137112, app/assets/stylesheets/tailwind.css */
  .xl\:max-w-screen-2xl {
    max-width: 1536px !important;
  }
  /* line 137116, app/assets/stylesheets/tailwind.css */
  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }
  /* line 137120, app/assets/stylesheets/tailwind.css */
  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }
  /* line 137124, app/assets/stylesheets/tailwind.css */
  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }
  /* line 137128, app/assets/stylesheets/tailwind.css */
  .xl\:flex-none {
    flex: none !important;
  }
  /* line 137132, app/assets/stylesheets/tailwind.css */
  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 137136, app/assets/stylesheets/tailwind.css */
  .xl\:flex-shrink {
    flex-shrink: 1 !important;
  }
  /* line 137140, app/assets/stylesheets/tailwind.css */
  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 137144, app/assets/stylesheets/tailwind.css */
  .xl\:flex-grow {
    flex-grow: 1 !important;
  }
  /* line 137148, app/assets/stylesheets/tailwind.css */
  .xl\:table-auto {
    table-layout: auto !important;
  }
  /* line 137152, app/assets/stylesheets/tailwind.css */
  .xl\:table-fixed {
    table-layout: fixed !important;
  }
  /* line 137156, app/assets/stylesheets/tailwind.css */
  .xl\:border-collapse {
    border-collapse: collapse !important;
  }
  /* line 137160, app/assets/stylesheets/tailwind.css */
  .xl\:border-separate {
    border-collapse: separate !important;
  }
  /* line 137164, app/assets/stylesheets/tailwind.css */
  .xl\:origin-center {
    transform-origin: center !important;
  }
  /* line 137168, app/assets/stylesheets/tailwind.css */
  .xl\:origin-top {
    transform-origin: top !important;
  }
  /* line 137172, app/assets/stylesheets/tailwind.css */
  .xl\:origin-top-right {
    transform-origin: top right !important;
  }
  /* line 137176, app/assets/stylesheets/tailwind.css */
  .xl\:origin-right {
    transform-origin: right !important;
  }
  /* line 137180, app/assets/stylesheets/tailwind.css */
  .xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  /* line 137184, app/assets/stylesheets/tailwind.css */
  .xl\:origin-bottom {
    transform-origin: bottom !important;
  }
  /* line 137188, app/assets/stylesheets/tailwind.css */
  .xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  /* line 137192, app/assets/stylesheets/tailwind.css */
  .xl\:origin-left {
    transform-origin: left !important;
  }
  /* line 137196, app/assets/stylesheets/tailwind.css */
  .xl\:origin-top-left {
    transform-origin: top left !important;
  }
  /* line 137200, app/assets/stylesheets/tailwind.css */
  .xl\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  /* line 137211, app/assets/stylesheets/tailwind.css */
  .xl\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  /* line 137222, app/assets/stylesheets/tailwind.css */
  .xl\:transform-none {
    transform: none !important;
  }
  /* line 137226, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }
  /* line 137230, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 137234, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 137238, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 137242, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }
  /* line 137246, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 137250, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 137254, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 137258, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }
  /* line 137262, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 137266, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 137270, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 137274, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }
  /* line 137278, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 137282, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }
  /* line 137286, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }
  /* line 137290, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }
  /* line 137294, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }
  /* line 137298, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }
  /* line 137302, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }
  /* line 137306, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }
  /* line 137310, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }
  /* line 137314, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }
  /* line 137318, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }
  /* line 137322, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }
  /* line 137326, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }
  /* line 137330, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }
  /* line 137334, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-72 {
    --tw-translate-x: 18rem !important;
  }
  /* line 137338, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }
  /* line 137342, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }
  /* line 137346, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-px {
    --tw-translate-x: 1px !important;
  }
  /* line 137350, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 137354, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 137358, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 137362, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 137366, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }
  /* line 137370, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 137374, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 137378, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 137382, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }
  /* line 137386, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 137390, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 137394, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 137398, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }
  /* line 137402, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 137406, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 137410, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 137414, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }
  /* line 137418, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 137422, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }
  /* line 137426, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }
  /* line 137430, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }
  /* line 137434, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }
  /* line 137438, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }
  /* line 137442, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }
  /* line 137446, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }
  /* line 137450, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }
  /* line 137454, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }
  /* line 137458, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }
  /* line 137462, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }
  /* line 137466, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }
  /* line 137470, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }
  /* line 137474, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-72 {
    --tw-translate-x: -18rem !important;
  }
  /* line 137478, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }
  /* line 137482, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }
  /* line 137486, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }
  /* line 137490, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 137494, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 137498, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 137502, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 137506, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }
  /* line 137510, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 137514, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 137518, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }
  /* line 137522, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }
  /* line 137526, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }
  /* line 137530, app/assets/stylesheets/tailwind.css */
  .xl\:translate-x-full {
    --tw-translate-x: 100% !important;
  }
  /* line 137534, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }
  /* line 137538, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 137542, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 137546, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }
  /* line 137550, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }
  /* line 137554, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }
  /* line 137558, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }
  /* line 137562, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }
  /* line 137566, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 137570, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 137574, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 137578, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }
  /* line 137582, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 137586, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 137590, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 137594, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }
  /* line 137598, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 137602, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 137606, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 137610, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }
  /* line 137614, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 137618, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }
  /* line 137622, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }
  /* line 137626, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }
  /* line 137630, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }
  /* line 137634, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }
  /* line 137638, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }
  /* line 137642, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }
  /* line 137646, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }
  /* line 137650, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }
  /* line 137654, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }
  /* line 137658, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }
  /* line 137662, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }
  /* line 137666, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }
  /* line 137670, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-72 {
    --tw-translate-y: 18rem !important;
  }
  /* line 137674, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }
  /* line 137678, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }
  /* line 137682, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-px {
    --tw-translate-y: 1px !important;
  }
  /* line 137686, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 137690, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 137694, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 137698, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 137702, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }
  /* line 137706, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 137710, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 137714, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 137718, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }
  /* line 137722, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 137726, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 137730, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 137734, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }
  /* line 137738, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 137742, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 137746, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 137750, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }
  /* line 137754, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 137758, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }
  /* line 137762, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }
  /* line 137766, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }
  /* line 137770, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }
  /* line 137774, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }
  /* line 137778, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }
  /* line 137782, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }
  /* line 137786, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }
  /* line 137790, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }
  /* line 137794, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }
  /* line 137798, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }
  /* line 137802, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }
  /* line 137806, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }
  /* line 137810, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-72 {
    --tw-translate-y: -18rem !important;
  }
  /* line 137814, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }
  /* line 137818, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }
  /* line 137822, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }
  /* line 137826, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 137830, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 137834, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 137838, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 137842, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }
  /* line 137846, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 137850, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 137854, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }
  /* line 137858, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }
  /* line 137862, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }
  /* line 137866, app/assets/stylesheets/tailwind.css */
  .xl\:translate-y-full {
    --tw-translate-y: 100% !important;
  }
  /* line 137870, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }
  /* line 137874, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 137878, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 137882, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }
  /* line 137886, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }
  /* line 137890, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }
  /* line 137894, app/assets/stylesheets/tailwind.css */
  .xl\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }
  /* line 137898, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }
  /* line 137902, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 137906, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 137910, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 137914, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }
  /* line 137918, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 137922, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 137926, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 137930, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }
  /* line 137934, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 137938, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 137942, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 137946, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }
  /* line 137950, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 137954, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }
  /* line 137958, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }
  /* line 137962, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }
  /* line 137966, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }
  /* line 137970, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }
  /* line 137974, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }
  /* line 137978, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }
  /* line 137982, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }
  /* line 137986, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }
  /* line 137990, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }
  /* line 137994, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }
  /* line 137998, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }
  /* line 138002, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }
  /* line 138006, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }
  /* line 138010, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }
  /* line 138014, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }
  /* line 138018, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }
  /* line 138022, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 138026, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 138030, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 138034, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 138038, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }
  /* line 138042, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 138046, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 138050, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 138054, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }
  /* line 138058, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 138062, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 138066, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 138070, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }
  /* line 138074, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 138078, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 138082, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 138086, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }
  /* line 138090, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 138094, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }
  /* line 138098, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }
  /* line 138102, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }
  /* line 138106, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }
  /* line 138110, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }
  /* line 138114, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }
  /* line 138118, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }
  /* line 138122, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }
  /* line 138126, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }
  /* line 138130, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }
  /* line 138134, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }
  /* line 138138, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }
  /* line 138142, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }
  /* line 138146, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }
  /* line 138150, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }
  /* line 138154, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }
  /* line 138158, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }
  /* line 138162, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 138166, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 138170, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 138174, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 138178, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }
  /* line 138182, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 138186, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 138190, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }
  /* line 138194, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }
  /* line 138198, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }
  /* line 138202, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }
  /* line 138206, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }
  /* line 138210, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 138214, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 138218, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }
  /* line 138222, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }
  /* line 138226, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }
  /* line 138230, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }
  /* line 138234, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }
  /* line 138238, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 138242, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 138246, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 138250, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }
  /* line 138254, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 138258, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 138262, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 138266, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }
  /* line 138270, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 138274, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 138278, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 138282, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }
  /* line 138286, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 138290, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }
  /* line 138294, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }
  /* line 138298, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }
  /* line 138302, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }
  /* line 138306, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }
  /* line 138310, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }
  /* line 138314, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }
  /* line 138318, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }
  /* line 138322, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }
  /* line 138326, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }
  /* line 138330, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }
  /* line 138334, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }
  /* line 138338, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }
  /* line 138342, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }
  /* line 138346, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }
  /* line 138350, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }
  /* line 138354, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }
  /* line 138358, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 138362, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 138366, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 138370, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 138374, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }
  /* line 138378, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 138382, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 138386, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 138390, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }
  /* line 138394, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 138398, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 138402, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 138406, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }
  /* line 138410, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 138414, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 138418, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 138422, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }
  /* line 138426, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 138430, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }
  /* line 138434, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }
  /* line 138438, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }
  /* line 138442, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }
  /* line 138446, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }
  /* line 138450, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }
  /* line 138454, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }
  /* line 138458, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }
  /* line 138462, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }
  /* line 138466, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }
  /* line 138470, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }
  /* line 138474, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }
  /* line 138478, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }
  /* line 138482, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }
  /* line 138486, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }
  /* line 138490, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }
  /* line 138494, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }
  /* line 138498, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 138502, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 138506, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 138510, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 138514, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }
  /* line 138518, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 138522, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 138526, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }
  /* line 138530, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }
  /* line 138534, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }
  /* line 138538, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }
  /* line 138542, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }
  /* line 138546, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 138550, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 138554, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }
  /* line 138558, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }
  /* line 138562, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }
  /* line 138566, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }
  /* line 138570, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }
  /* line 138574, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 138578, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 138582, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 138586, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }
  /* line 138590, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 138594, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 138598, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 138602, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }
  /* line 138606, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 138610, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 138614, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 138618, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }
  /* line 138622, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 138626, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }
  /* line 138630, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }
  /* line 138634, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }
  /* line 138638, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }
  /* line 138642, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }
  /* line 138646, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }
  /* line 138650, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }
  /* line 138654, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }
  /* line 138658, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }
  /* line 138662, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }
  /* line 138666, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }
  /* line 138670, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }
  /* line 138674, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }
  /* line 138678, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }
  /* line 138682, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }
  /* line 138686, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }
  /* line 138690, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }
  /* line 138694, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 138698, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 138702, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 138706, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 138710, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }
  /* line 138714, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 138718, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 138722, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 138726, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }
  /* line 138730, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 138734, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 138738, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 138742, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }
  /* line 138746, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 138750, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 138754, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 138758, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }
  /* line 138762, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 138766, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }
  /* line 138770, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }
  /* line 138774, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }
  /* line 138778, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }
  /* line 138782, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }
  /* line 138786, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }
  /* line 138790, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }
  /* line 138794, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }
  /* line 138798, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }
  /* line 138802, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }
  /* line 138806, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }
  /* line 138810, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }
  /* line 138814, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }
  /* line 138818, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }
  /* line 138822, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }
  /* line 138826, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }
  /* line 138830, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }
  /* line 138834, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 138838, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 138842, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 138846, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 138850, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }
  /* line 138854, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 138858, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 138862, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }
  /* line 138866, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }
  /* line 138870, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }
  /* line 138874, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }
  /* line 138878, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }
  /* line 138882, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 138886, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 138890, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }
  /* line 138894, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }
  /* line 138898, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }
  /* line 138902, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }
  /* line 138906, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }
  /* line 138910, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 138914, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 138918, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 138922, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }
  /* line 138926, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 138930, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 138934, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 138938, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }
  /* line 138942, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 138946, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 138950, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 138954, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }
  /* line 138958, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 138962, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }
  /* line 138966, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }
  /* line 138970, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }
  /* line 138974, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }
  /* line 138978, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }
  /* line 138982, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }
  /* line 138986, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }
  /* line 138990, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }
  /* line 138994, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }
  /* line 138998, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }
  /* line 139002, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }
  /* line 139006, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }
  /* line 139010, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }
  /* line 139014, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }
  /* line 139018, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }
  /* line 139022, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }
  /* line 139026, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }
  /* line 139030, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 139034, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 139038, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 139042, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 139046, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }
  /* line 139050, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 139054, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 139058, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 139062, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }
  /* line 139066, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 139070, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 139074, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 139078, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }
  /* line 139082, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 139086, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 139090, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 139094, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }
  /* line 139098, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 139102, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }
  /* line 139106, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }
  /* line 139110, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }
  /* line 139114, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }
  /* line 139118, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }
  /* line 139122, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }
  /* line 139126, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }
  /* line 139130, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }
  /* line 139134, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }
  /* line 139138, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }
  /* line 139142, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }
  /* line 139146, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }
  /* line 139150, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }
  /* line 139154, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }
  /* line 139158, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }
  /* line 139162, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }
  /* line 139166, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }
  /* line 139170, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 139174, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 139178, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 139182, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 139186, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }
  /* line 139190, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 139194, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 139198, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }
  /* line 139202, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }
  /* line 139206, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }
  /* line 139210, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }
  /* line 139214, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }
  /* line 139218, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 139222, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 139226, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }
  /* line 139230, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }
  /* line 139234, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }
  /* line 139238, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }
  /* line 139242, app/assets/stylesheets/tailwind.css */
  .xl\:rotate-0 {
    --tw-rotate: 0deg !important;
  }
  /* line 139246, app/assets/stylesheets/tailwind.css */
  .xl\:rotate-1 {
    --tw-rotate: 1deg !important;
  }
  /* line 139250, app/assets/stylesheets/tailwind.css */
  .xl\:rotate-2 {
    --tw-rotate: 2deg !important;
  }
  /* line 139254, app/assets/stylesheets/tailwind.css */
  .xl\:rotate-3 {
    --tw-rotate: 3deg !important;
  }
  /* line 139258, app/assets/stylesheets/tailwind.css */
  .xl\:rotate-6 {
    --tw-rotate: 6deg !important;
  }
  /* line 139262, app/assets/stylesheets/tailwind.css */
  .xl\:rotate-12 {
    --tw-rotate: 12deg !important;
  }
  /* line 139266, app/assets/stylesheets/tailwind.css */
  .xl\:rotate-45 {
    --tw-rotate: 45deg !important;
  }
  /* line 139270, app/assets/stylesheets/tailwind.css */
  .xl\:rotate-90 {
    --tw-rotate: 90deg !important;
  }
  /* line 139274, app/assets/stylesheets/tailwind.css */
  .xl\:rotate-180 {
    --tw-rotate: 180deg !important;
  }
  /* line 139278, app/assets/stylesheets/tailwind.css */
  .xl\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }
  /* line 139282, app/assets/stylesheets/tailwind.css */
  .xl\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }
  /* line 139286, app/assets/stylesheets/tailwind.css */
  .xl\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }
  /* line 139290, app/assets/stylesheets/tailwind.css */
  .xl\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }
  /* line 139294, app/assets/stylesheets/tailwind.css */
  .xl\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }
  /* line 139298, app/assets/stylesheets/tailwind.css */
  .xl\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }
  /* line 139302, app/assets/stylesheets/tailwind.css */
  .xl\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }
  /* line 139306, app/assets/stylesheets/tailwind.css */
  .xl\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }
  /* line 139310, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }
  /* line 139314, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }
  /* line 139318, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }
  /* line 139322, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }
  /* line 139326, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }
  /* line 139330, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }
  /* line 139334, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }
  /* line 139338, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }
  /* line 139342, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }
  /* line 139346, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }
  /* line 139350, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }
  /* line 139354, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }
  /* line 139358, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }
  /* line 139362, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }
  /* line 139366, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }
  /* line 139370, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }
  /* line 139374, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }
  /* line 139378, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }
  /* line 139382, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }
  /* line 139386, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }
  /* line 139390, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }
  /* line 139394, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }
  /* line 139398, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }
  /* line 139402, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }
  /* line 139406, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }
  /* line 139410, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }
  /* line 139414, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }
  /* line 139418, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }
  /* line 139422, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }
  /* line 139426, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }
  /* line 139430, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }
  /* line 139434, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }
  /* line 139438, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }
  /* line 139442, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }
  /* line 139446, app/assets/stylesheets/tailwind.css */
  .xl\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }
  /* line 139450, app/assets/stylesheets/tailwind.css */
  .xl\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }
  /* line 139454, app/assets/stylesheets/tailwind.css */
  .xl\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }
  /* line 139458, app/assets/stylesheets/tailwind.css */
  .xl\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }
  /* line 139462, app/assets/stylesheets/tailwind.css */
  .xl\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }
  /* line 139466, app/assets/stylesheets/tailwind.css */
  .xl\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }
  /* line 139470, app/assets/stylesheets/tailwind.css */
  .xl\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }
  /* line 139474, app/assets/stylesheets/tailwind.css */
  .xl\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }
  /* line 139478, app/assets/stylesheets/tailwind.css */
  .xl\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }
  /* line 139482, app/assets/stylesheets/tailwind.css */
  .xl\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }
  /* line 139486, app/assets/stylesheets/tailwind.css */
  .xl\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }
  /* line 139490, app/assets/stylesheets/tailwind.css */
  .xl\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }
  /* line 139494, app/assets/stylesheets/tailwind.css */
  .xl\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }
  /* line 139498, app/assets/stylesheets/tailwind.css */
  .xl\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }
  /* line 139502, app/assets/stylesheets/tailwind.css */
  .xl\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }
  /* line 139506, app/assets/stylesheets/tailwind.css */
  .xl\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }
  /* line 139510, app/assets/stylesheets/tailwind.css */
  .xl\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }
  /* line 139514, app/assets/stylesheets/tailwind.css */
  .xl\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }
  /* line 139518, app/assets/stylesheets/tailwind.css */
  .xl\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }
  /* line 139522, app/assets/stylesheets/tailwind.css */
  .xl\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }
  /* line 139526, app/assets/stylesheets/tailwind.css */
  .xl\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }
  /* line 139530, app/assets/stylesheets/tailwind.css */
  .xl\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }
  /* line 139534, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }
  /* line 139538, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }
  /* line 139542, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }
  /* line 139546, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }
  /* line 139550, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }
  /* line 139554, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }
  /* line 139558, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }
  /* line 139562, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }
  /* line 139566, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }
  /* line 139570, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }
  /* line 139574, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }
  /* line 139578, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }
  /* line 139582, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }
  /* line 139586, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }
  /* line 139590, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }
  /* line 139594, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }
  /* line 139598, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }
  /* line 139602, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }
  /* line 139606, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }
  /* line 139610, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }
  /* line 139614, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }
  /* line 139618, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }
  /* line 139622, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }
  /* line 139626, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }
  /* line 139630, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }
  /* line 139634, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }
  /* line 139638, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }
  /* line 139642, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }
  /* line 139646, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }
  /* line 139650, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }
  /* line 139654, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }
  /* line 139658, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }
  /* line 139662, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }
  /* line 139666, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }
  /* line 139670, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }
  /* line 139674, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }
  /* line 139678, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }
  /* line 139682, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }
  /* line 139686, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }
  /* line 139690, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }
  /* line 139694, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }
  /* line 139698, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }
  /* line 139702, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }
  /* line 139706, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }
  /* line 139710, app/assets/stylesheets/tailwind.css */
  .xl\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 139715, app/assets/stylesheets/tailwind.css */
  .xl\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 139720, app/assets/stylesheets/tailwind.css */
  .xl\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 139725, app/assets/stylesheets/tailwind.css */
  .xl\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 139730, app/assets/stylesheets/tailwind.css */
  .xl\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 139735, app/assets/stylesheets/tailwind.css */
  .xl\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 139740, app/assets/stylesheets/tailwind.css */
  .xl\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 139745, app/assets/stylesheets/tailwind.css */
  .xl\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 139750, app/assets/stylesheets/tailwind.css */
  .xl\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 139755, app/assets/stylesheets/tailwind.css */
  .xl\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 139760, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 139765, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 139770, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 139775, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 139780, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 139785, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 139790, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 139795, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 139800, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 139805, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 139810, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 139815, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 139820, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 139825, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 139830, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 139835, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 139840, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 139845, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 139850, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 139855, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 139860, app/assets/stylesheets/tailwind.css */
  .xl\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }
  /* line 139864, app/assets/stylesheets/tailwind.css */
  .xl\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }
  /* line 139868, app/assets/stylesheets/tailwind.css */
  .xl\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }
  /* line 139872, app/assets/stylesheets/tailwind.css */
  .xl\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }
  /* line 139876, app/assets/stylesheets/tailwind.css */
  .xl\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }
  /* line 139880, app/assets/stylesheets/tailwind.css */
  .xl\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }
  /* line 139884, app/assets/stylesheets/tailwind.css */
  .xl\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }
  /* line 139888, app/assets/stylesheets/tailwind.css */
  .xl\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }
  /* line 139892, app/assets/stylesheets/tailwind.css */
  .xl\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }
  /* line 139896, app/assets/stylesheets/tailwind.css */
  .xl\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }
  /* line 139900, app/assets/stylesheets/tailwind.css */
  .xl\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }
  /* line 139904, app/assets/stylesheets/tailwind.css */
  .xl\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }
  /* line 139908, app/assets/stylesheets/tailwind.css */
  .xl\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }
  /* line 139912, app/assets/stylesheets/tailwind.css */
  .xl\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }
  /* line 139916, app/assets/stylesheets/tailwind.css */
  .xl\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }
  /* line 139920, app/assets/stylesheets/tailwind.css */
  .xl\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }
  /* line 139924, app/assets/stylesheets/tailwind.css */
  .xl\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }
  /* line 139928, app/assets/stylesheets/tailwind.css */
  .xl\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }
  /* line 139932, app/assets/stylesheets/tailwind.css */
  .xl\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }
  /* line 139936, app/assets/stylesheets/tailwind.css */
  .xl\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }
  /* line 139940, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }
  /* line 139944, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }
  /* line 139948, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }
  /* line 139952, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }
  /* line 139956, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }
  /* line 139960, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }
  /* line 139964, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }
  /* line 139968, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }
  /* line 139972, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }
  /* line 139976, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }
  /* line 139980, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }
  /* line 139984, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }
  /* line 139988, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }
  /* line 139992, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }
  /* line 139996, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }
  /* line 140000, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }
  /* line 140004, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }
  /* line 140008, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }
  /* line 140012, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }
  /* line 140016, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }
  /* line 140020, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }
  /* line 140024, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }
  /* line 140028, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }
  /* line 140032, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }
  /* line 140036, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }
  /* line 140040, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }
  /* line 140044, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }
  /* line 140048, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }
  /* line 140052, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }
  /* line 140056, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }
  /* line 140060, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }
  /* line 140064, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }
  /* line 140068, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }
  /* line 140072, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }
  /* line 140076, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }
  /* line 140080, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }
  /* line 140084, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }
  /* line 140088, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }
  /* line 140092, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }
  /* line 140096, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }
  /* line 140100, app/assets/stylesheets/tailwind.css */
  .xl\:animate-none {
    animation: none !important;
  }
  /* line 140104, app/assets/stylesheets/tailwind.css */
  .xl\:animate-spin {
    animation: spin 1s linear infinite !important;
  }
  /* line 140108, app/assets/stylesheets/tailwind.css */
  .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }
  /* line 140112, app/assets/stylesheets/tailwind.css */
  .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }
  /* line 140116, app/assets/stylesheets/tailwind.css */
  .xl\:animate-bounce {
    animation: bounce 1s infinite !important;
  }
  /* line 140120, app/assets/stylesheets/tailwind.css */
  .xl\:cursor-auto {
    cursor: auto !important;
  }
  /* line 140124, app/assets/stylesheets/tailwind.css */
  .xl\:cursor-default {
    cursor: default !important;
  }
  /* line 140128, app/assets/stylesheets/tailwind.css */
  .xl\:cursor-pointer {
    cursor: pointer !important;
  }
  /* line 140132, app/assets/stylesheets/tailwind.css */
  .xl\:cursor-wait {
    cursor: wait !important;
  }
  /* line 140136, app/assets/stylesheets/tailwind.css */
  .xl\:cursor-text {
    cursor: text !important;
  }
  /* line 140140, app/assets/stylesheets/tailwind.css */
  .xl\:cursor-move {
    cursor: move !important;
  }
  /* line 140144, app/assets/stylesheets/tailwind.css */
  .xl\:cursor-help {
    cursor: help !important;
  }
  /* line 140148, app/assets/stylesheets/tailwind.css */
  .xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  /* line 140152, app/assets/stylesheets/tailwind.css */
  .xl\:select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }
  /* line 140159, app/assets/stylesheets/tailwind.css */
  .xl\:select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }
  /* line 140166, app/assets/stylesheets/tailwind.css */
  .xl\:select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }
  /* line 140173, app/assets/stylesheets/tailwind.css */
  .xl\:select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }
  /* line 140180, app/assets/stylesheets/tailwind.css */
  .xl\:resize-none {
    resize: none !important;
  }
  /* line 140184, app/assets/stylesheets/tailwind.css */
  .xl\:resize-y {
    resize: vertical !important;
  }
  /* line 140188, app/assets/stylesheets/tailwind.css */
  .xl\:resize-x {
    resize: horizontal !important;
  }
  /* line 140192, app/assets/stylesheets/tailwind.css */
  .xl\:resize {
    resize: both !important;
  }
  /* line 140196, app/assets/stylesheets/tailwind.css */
  .xl\:list-inside {
    list-style-position: inside !important;
  }
  /* line 140200, app/assets/stylesheets/tailwind.css */
  .xl\:list-outside {
    list-style-position: outside !important;
  }
  /* line 140204, app/assets/stylesheets/tailwind.css */
  .xl\:list-none {
    list-style-type: none !important;
  }
  /* line 140208, app/assets/stylesheets/tailwind.css */
  .xl\:list-disc {
    list-style-type: disc !important;
  }
  /* line 140212, app/assets/stylesheets/tailwind.css */
  .xl\:list-decimal {
    list-style-type: decimal !important;
  }
  /* line 140216, app/assets/stylesheets/tailwind.css */
  .xl\:appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }
  /* line 140222, app/assets/stylesheets/tailwind.css */
  .xl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }
  /* line 140226, app/assets/stylesheets/tailwind.css */
  .xl\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }
  /* line 140230, app/assets/stylesheets/tailwind.css */
  .xl\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  /* line 140234, app/assets/stylesheets/tailwind.css */
  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  /* line 140238, app/assets/stylesheets/tailwind.css */
  .xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }
  /* line 140242, app/assets/stylesheets/tailwind.css */
  .xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }
  /* line 140246, app/assets/stylesheets/tailwind.css */
  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }
  /* line 140250, app/assets/stylesheets/tailwind.css */
  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }
  /* line 140254, app/assets/stylesheets/tailwind.css */
  .xl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }
  /* line 140258, app/assets/stylesheets/tailwind.css */
  .xl\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }
  /* line 140262, app/assets/stylesheets/tailwind.css */
  .xl\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }
  /* line 140266, app/assets/stylesheets/tailwind.css */
  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  /* line 140270, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  /* line 140274, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  /* line 140278, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  /* line 140282, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  /* line 140286, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  /* line 140290, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  /* line 140294, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  /* line 140298, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  /* line 140302, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  /* line 140306, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  /* line 140310, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  /* line 140314, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  /* line 140318, app/assets/stylesheets/tailwind.css */
  .xl\:grid-cols-none {
    grid-template-columns: none !important;
  }
  /* line 140322, app/assets/stylesheets/tailwind.css */
  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  /* line 140326, app/assets/stylesheets/tailwind.css */
  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }
  /* line 140330, app/assets/stylesheets/tailwind.css */
  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  /* line 140334, app/assets/stylesheets/tailwind.css */
  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  /* line 140338, app/assets/stylesheets/tailwind.css */
  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }
  /* line 140342, app/assets/stylesheets/tailwind.css */
  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }
  /* line 140346, app/assets/stylesheets/tailwind.css */
  .xl\:grid-rows-none {
    grid-template-rows: none !important;
  }
  /* line 140350, app/assets/stylesheets/tailwind.css */
  .xl\:flex-row {
    flex-direction: row !important;
  }
  /* line 140354, app/assets/stylesheets/tailwind.css */
  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 140358, app/assets/stylesheets/tailwind.css */
  .xl\:flex-col {
    flex-direction: column !important;
  }
  /* line 140362, app/assets/stylesheets/tailwind.css */
  .xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 140366, app/assets/stylesheets/tailwind.css */
  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  /* line 140370, app/assets/stylesheets/tailwind.css */
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 140374, app/assets/stylesheets/tailwind.css */
  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 140378, app/assets/stylesheets/tailwind.css */
  .xl\:place-content-center {
    place-content: center !important;
  }
  /* line 140382, app/assets/stylesheets/tailwind.css */
  .xl\:place-content-start {
    place-content: start !important;
  }
  /* line 140386, app/assets/stylesheets/tailwind.css */
  .xl\:place-content-end {
    place-content: end !important;
  }
  /* line 140390, app/assets/stylesheets/tailwind.css */
  .xl\:place-content-between {
    place-content: space-between !important;
  }
  /* line 140394, app/assets/stylesheets/tailwind.css */
  .xl\:place-content-around {
    place-content: space-around !important;
  }
  /* line 140398, app/assets/stylesheets/tailwind.css */
  .xl\:place-content-evenly {
    place-content: space-evenly !important;
  }
  /* line 140402, app/assets/stylesheets/tailwind.css */
  .xl\:place-content-stretch {
    place-content: stretch !important;
  }
  /* line 140406, app/assets/stylesheets/tailwind.css */
  .xl\:place-items-start {
    place-items: start !important;
  }
  /* line 140410, app/assets/stylesheets/tailwind.css */
  .xl\:place-items-end {
    place-items: end !important;
  }
  /* line 140414, app/assets/stylesheets/tailwind.css */
  .xl\:place-items-center {
    place-items: center !important;
  }
  /* line 140418, app/assets/stylesheets/tailwind.css */
  .xl\:place-items-stretch {
    place-items: stretch !important;
  }
  /* line 140422, app/assets/stylesheets/tailwind.css */
  .xl\:content-center {
    align-content: center !important;
  }
  /* line 140426, app/assets/stylesheets/tailwind.css */
  .xl\:content-start {
    align-content: flex-start !important;
  }
  /* line 140430, app/assets/stylesheets/tailwind.css */
  .xl\:content-end {
    align-content: flex-end !important;
  }
  /* line 140434, app/assets/stylesheets/tailwind.css */
  .xl\:content-between {
    align-content: space-between !important;
  }
  /* line 140438, app/assets/stylesheets/tailwind.css */
  .xl\:content-around {
    align-content: space-around !important;
  }
  /* line 140442, app/assets/stylesheets/tailwind.css */
  .xl\:content-evenly {
    align-content: space-evenly !important;
  }
  /* line 140446, app/assets/stylesheets/tailwind.css */
  .xl\:items-start {
    align-items: flex-start !important;
  }
  /* line 140450, app/assets/stylesheets/tailwind.css */
  .xl\:items-end {
    align-items: flex-end !important;
  }
  /* line 140454, app/assets/stylesheets/tailwind.css */
  .xl\:items-center {
    align-items: center !important;
  }
  /* line 140458, app/assets/stylesheets/tailwind.css */
  .xl\:items-baseline {
    align-items: baseline !important;
  }
  /* line 140462, app/assets/stylesheets/tailwind.css */
  .xl\:items-stretch {
    align-items: stretch !important;
  }
  /* line 140466, app/assets/stylesheets/tailwind.css */
  .xl\:justify-start {
    justify-content: flex-start !important;
  }
  /* line 140470, app/assets/stylesheets/tailwind.css */
  .xl\:justify-end {
    justify-content: flex-end !important;
  }
  /* line 140474, app/assets/stylesheets/tailwind.css */
  .xl\:justify-center {
    justify-content: center !important;
  }
  /* line 140478, app/assets/stylesheets/tailwind.css */
  .xl\:justify-between {
    justify-content: space-between !important;
  }
  /* line 140482, app/assets/stylesheets/tailwind.css */
  .xl\:justify-around {
    justify-content: space-around !important;
  }
  /* line 140486, app/assets/stylesheets/tailwind.css */
  .xl\:justify-evenly {
    justify-content: space-evenly !important;
  }
  /* line 140490, app/assets/stylesheets/tailwind.css */
  .xl\:justify-items-start {
    justify-items: start !important;
  }
  /* line 140494, app/assets/stylesheets/tailwind.css */
  .xl\:justify-items-end {
    justify-items: end !important;
  }
  /* line 140498, app/assets/stylesheets/tailwind.css */
  .xl\:justify-items-center {
    justify-items: center !important;
  }
  /* line 140502, app/assets/stylesheets/tailwind.css */
  .xl\:justify-items-stretch {
    justify-items: stretch !important;
  }
  /* line 140506, app/assets/stylesheets/tailwind.css */
  .xl\:gap-0 {
    gap: 0px !important;
  }
  /* line 140510, app/assets/stylesheets/tailwind.css */
  .xl\:gap-1 {
    gap: 0.25rem !important;
  }
  /* line 140514, app/assets/stylesheets/tailwind.css */
  .xl\:gap-2 {
    gap: 0.5rem !important;
  }
  /* line 140518, app/assets/stylesheets/tailwind.css */
  .xl\:gap-3 {
    gap: 0.75rem !important;
  }
  /* line 140522, app/assets/stylesheets/tailwind.css */
  .xl\:gap-4 {
    gap: 1rem !important;
  }
  /* line 140526, app/assets/stylesheets/tailwind.css */
  .xl\:gap-5 {
    gap: 1.25rem !important;
  }
  /* line 140530, app/assets/stylesheets/tailwind.css */
  .xl\:gap-6 {
    gap: 1.5rem !important;
  }
  /* line 140534, app/assets/stylesheets/tailwind.css */
  .xl\:gap-7 {
    gap: 1.75rem !important;
  }
  /* line 140538, app/assets/stylesheets/tailwind.css */
  .xl\:gap-8 {
    gap: 2rem !important;
  }
  /* line 140542, app/assets/stylesheets/tailwind.css */
  .xl\:gap-9 {
    gap: 2.25rem !important;
  }
  /* line 140546, app/assets/stylesheets/tailwind.css */
  .xl\:gap-10 {
    gap: 2.5rem !important;
  }
  /* line 140550, app/assets/stylesheets/tailwind.css */
  .xl\:gap-11 {
    gap: 2.75rem !important;
  }
  /* line 140554, app/assets/stylesheets/tailwind.css */
  .xl\:gap-12 {
    gap: 3rem !important;
  }
  /* line 140558, app/assets/stylesheets/tailwind.css */
  .xl\:gap-14 {
    gap: 3.5rem !important;
  }
  /* line 140562, app/assets/stylesheets/tailwind.css */
  .xl\:gap-16 {
    gap: 4rem !important;
  }
  /* line 140566, app/assets/stylesheets/tailwind.css */
  .xl\:gap-20 {
    gap: 5rem !important;
  }
  /* line 140570, app/assets/stylesheets/tailwind.css */
  .xl\:gap-24 {
    gap: 6rem !important;
  }
  /* line 140574, app/assets/stylesheets/tailwind.css */
  .xl\:gap-28 {
    gap: 7rem !important;
  }
  /* line 140578, app/assets/stylesheets/tailwind.css */
  .xl\:gap-32 {
    gap: 8rem !important;
  }
  /* line 140582, app/assets/stylesheets/tailwind.css */
  .xl\:gap-36 {
    gap: 9rem !important;
  }
  /* line 140586, app/assets/stylesheets/tailwind.css */
  .xl\:gap-40 {
    gap: 10rem !important;
  }
  /* line 140590, app/assets/stylesheets/tailwind.css */
  .xl\:gap-44 {
    gap: 11rem !important;
  }
  /* line 140594, app/assets/stylesheets/tailwind.css */
  .xl\:gap-48 {
    gap: 12rem !important;
  }
  /* line 140598, app/assets/stylesheets/tailwind.css */
  .xl\:gap-52 {
    gap: 13rem !important;
  }
  /* line 140602, app/assets/stylesheets/tailwind.css */
  .xl\:gap-56 {
    gap: 14rem !important;
  }
  /* line 140606, app/assets/stylesheets/tailwind.css */
  .xl\:gap-60 {
    gap: 15rem !important;
  }
  /* line 140610, app/assets/stylesheets/tailwind.css */
  .xl\:gap-64 {
    gap: 16rem !important;
  }
  /* line 140614, app/assets/stylesheets/tailwind.css */
  .xl\:gap-72 {
    gap: 18rem !important;
  }
  /* line 140618, app/assets/stylesheets/tailwind.css */
  .xl\:gap-80 {
    gap: 20rem !important;
  }
  /* line 140622, app/assets/stylesheets/tailwind.css */
  .xl\:gap-96 {
    gap: 24rem !important;
  }
  /* line 140626, app/assets/stylesheets/tailwind.css */
  .xl\:gap-px {
    gap: 1px !important;
  }
  /* line 140630, app/assets/stylesheets/tailwind.css */
  .xl\:gap-0\.5 {
    gap: 0.125rem !important;
  }
  /* line 140634, app/assets/stylesheets/tailwind.css */
  .xl\:gap-1\.5 {
    gap: 0.375rem !important;
  }
  /* line 140638, app/assets/stylesheets/tailwind.css */
  .xl\:gap-2\.5 {
    gap: 0.625rem !important;
  }
  /* line 140642, app/assets/stylesheets/tailwind.css */
  .xl\:gap-3\.5 {
    gap: 0.875rem !important;
  }
  /* line 140646, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-0 {
    -moz-column-gap: 0px !important;
    column-gap: 0px !important;
  }
  /* line 140651, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 140656, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 140661, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  /* line 140666, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 140671, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  /* line 140676, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 140681, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  /* line 140686, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 140691, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }
  /* line 140696, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 140701, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }
  /* line 140706, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 140711, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 140716, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 140721, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 140726, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 140731, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 140736, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 140741, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important;
  }
  /* line 140746, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 140751, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
    column-gap: 11rem !important;
  }
  /* line 140756, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 140761, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important;
  }
  /* line 140766, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 140771, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  /* line 140776, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  /* line 140781, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-72 {
    -moz-column-gap: 18rem !important;
    column-gap: 18rem !important;
  }
  /* line 140786, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important;
  }
  /* line 140791, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
    column-gap: 24rem !important;
  }
  /* line 140796, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-px {
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }
  /* line 140801, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
    column-gap: 0.125rem !important;
  }
  /* line 140806, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
    column-gap: 0.375rem !important;
  }
  /* line 140811, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  /* line 140816, app/assets/stylesheets/tailwind.css */
  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
    column-gap: 0.875rem !important;
  }
  /* line 140821, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-0 {
    row-gap: 0px !important;
  }
  /* line 140825, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-1 {
    row-gap: 0.25rem !important;
  }
  /* line 140829, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-2 {
    row-gap: 0.5rem !important;
  }
  /* line 140833, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-3 {
    row-gap: 0.75rem !important;
  }
  /* line 140837, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-4 {
    row-gap: 1rem !important;
  }
  /* line 140841, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-5 {
    row-gap: 1.25rem !important;
  }
  /* line 140845, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-6 {
    row-gap: 1.5rem !important;
  }
  /* line 140849, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-7 {
    row-gap: 1.75rem !important;
  }
  /* line 140853, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-8 {
    row-gap: 2rem !important;
  }
  /* line 140857, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-9 {
    row-gap: 2.25rem !important;
  }
  /* line 140861, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }
  /* line 140865, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-11 {
    row-gap: 2.75rem !important;
  }
  /* line 140869, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-12 {
    row-gap: 3rem !important;
  }
  /* line 140873, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-14 {
    row-gap: 3.5rem !important;
  }
  /* line 140877, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-16 {
    row-gap: 4rem !important;
  }
  /* line 140881, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-20 {
    row-gap: 5rem !important;
  }
  /* line 140885, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-24 {
    row-gap: 6rem !important;
  }
  /* line 140889, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-28 {
    row-gap: 7rem !important;
  }
  /* line 140893, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-32 {
    row-gap: 8rem !important;
  }
  /* line 140897, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-36 {
    row-gap: 9rem !important;
  }
  /* line 140901, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-40 {
    row-gap: 10rem !important;
  }
  /* line 140905, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-44 {
    row-gap: 11rem !important;
  }
  /* line 140909, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-48 {
    row-gap: 12rem !important;
  }
  /* line 140913, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-52 {
    row-gap: 13rem !important;
  }
  /* line 140917, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-56 {
    row-gap: 14rem !important;
  }
  /* line 140921, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-60 {
    row-gap: 15rem !important;
  }
  /* line 140925, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-64 {
    row-gap: 16rem !important;
  }
  /* line 140929, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-72 {
    row-gap: 18rem !important;
  }
  /* line 140933, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-80 {
    row-gap: 20rem !important;
  }
  /* line 140937, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-96 {
    row-gap: 24rem !important;
  }
  /* line 140941, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-px {
    row-gap: 1px !important;
  }
  /* line 140945, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }
  /* line 140949, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }
  /* line 140953, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }
  /* line 140957, app/assets/stylesheets/tailwind.css */
  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }
  /* line 140961, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 140967, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 140973, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 140979, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 140985, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 140991, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 140997, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141003, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141009, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141015, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141021, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141027, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141033, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141039, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141045, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141051, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141057, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141063, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141069, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141075, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141081, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141087, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141093, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141099, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141105, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141111, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141117, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141123, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141129, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141135, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141141, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141147, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141153, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141159, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141165, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141171, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141177, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141183, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141189, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141195, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141201, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141207, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141213, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141219, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141225, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141231, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141237, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141243, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141249, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141255, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141261, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141267, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141273, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141279, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141285, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141291, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141297, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141303, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141309, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141315, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141321, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141327, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141333, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141339, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141345, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141351, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141357, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141363, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141369, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141375, app/assets/stylesheets/tailwind.css */
  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 141381, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  /* line 141387, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141393, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141399, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141405, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141411, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141417, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141423, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141429, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141435, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141441, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141447, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141453, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141459, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141465, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141471, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141477, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141483, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141489, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141495, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141501, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141507, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141513, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141519, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141525, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141531, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141537, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141543, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141549, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141555, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141561, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }
  /* line 141567, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141573, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141579, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141585, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141591, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  /* line 141597, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141603, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141609, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141615, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141621, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141627, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141633, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141639, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141645, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141651, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141657, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141663, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141669, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141675, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141681, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141687, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141693, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141699, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141705, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141711, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141717, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141723, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141729, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141735, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141741, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141747, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141753, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141759, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141765, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141771, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }
  /* line 141777, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141783, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141789, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141795, app/assets/stylesheets/tailwind.css */
  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 141801, app/assets/stylesheets/tailwind.css */
  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }
  /* line 141805, app/assets/stylesheets/tailwind.css */
  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }
  /* line 141809, app/assets/stylesheets/tailwind.css */
  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 141815, app/assets/stylesheets/tailwind.css */
  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 141821, app/assets/stylesheets/tailwind.css */
  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 141827, app/assets/stylesheets/tailwind.css */
  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 141833, app/assets/stylesheets/tailwind.css */
  .xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 141839, app/assets/stylesheets/tailwind.css */
  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 141845, app/assets/stylesheets/tailwind.css */
  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 141851, app/assets/stylesheets/tailwind.css */
  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 141857, app/assets/stylesheets/tailwind.css */
  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 141863, app/assets/stylesheets/tailwind.css */
  .xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 141869, app/assets/stylesheets/tailwind.css */
  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }
  /* line 141873, app/assets/stylesheets/tailwind.css */
  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }
  /* line 141877, app/assets/stylesheets/tailwind.css */
  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }
  /* line 141881, app/assets/stylesheets/tailwind.css */
  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }
  /* line 141885, app/assets/stylesheets/tailwind.css */
  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }
  /* line 141889, app/assets/stylesheets/tailwind.css */
  .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }
  /* line 141893, app/assets/stylesheets/tailwind.css */
  .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }
  /* line 141897, app/assets/stylesheets/tailwind.css */
  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }
  /* line 141901, app/assets/stylesheets/tailwind.css */
  .xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }
  /* line 141905, app/assets/stylesheets/tailwind.css */
  .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--black) !important;
  }
  /* line 141909, app/assets/stylesheets/tailwind.css */
  .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--white) !important;
  }
  /* line 141913, app/assets/stylesheets/tailwind.css */
  .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
  }
  /* line 141918, app/assets/stylesheets/tailwind.css */
  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 141923, app/assets/stylesheets/tailwind.css */
  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 141928, app/assets/stylesheets/tailwind.css */
  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }
  /* line 141933, app/assets/stylesheets/tailwind.css */
  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }
  /* line 141938, app/assets/stylesheets/tailwind.css */
  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }
  /* line 141943, app/assets/stylesheets/tailwind.css */
  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }
  /* line 141948, app/assets/stylesheets/tailwind.css */
  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }
  /* line 141953, app/assets/stylesheets/tailwind.css */
  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }
  /* line 141958, app/assets/stylesheets/tailwind.css */
  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }
  /* line 141963, app/assets/stylesheets/tailwind.css */
  .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }
  /* line 141968, app/assets/stylesheets/tailwind.css */
  .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }
  /* line 141973, app/assets/stylesheets/tailwind.css */
  .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }
  /* line 141978, app/assets/stylesheets/tailwind.css */
  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }
  /* line 141983, app/assets/stylesheets/tailwind.css */
  .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }
  /* line 141988, app/assets/stylesheets/tailwind.css */
  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }
  /* line 141993, app/assets/stylesheets/tailwind.css */
  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }
  /* line 141998, app/assets/stylesheets/tailwind.css */
  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }
  /* line 142003, app/assets/stylesheets/tailwind.css */
  .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }
  /* line 142008, app/assets/stylesheets/tailwind.css */
  .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }
  /* line 142013, app/assets/stylesheets/tailwind.css */
  .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 142018, app/assets/stylesheets/tailwind.css */
  .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
  }
  /* line 142023, app/assets/stylesheets/tailwind.css */
  .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
  }
  /* line 142028, app/assets/stylesheets/tailwind.css */
  .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
  }
  /* line 142033, app/assets/stylesheets/tailwind.css */
  .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
  }
  /* line 142038, app/assets/stylesheets/tailwind.css */
  .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
  }
  /* line 142043, app/assets/stylesheets/tailwind.css */
  .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
  }
  /* line 142048, app/assets/stylesheets/tailwind.css */
  .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
  }
  /* line 142053, app/assets/stylesheets/tailwind.css */
  .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
  }
  /* line 142058, app/assets/stylesheets/tailwind.css */
  .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
  }
  /* line 142063, app/assets/stylesheets/tailwind.css */
  .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }
  /* line 142068, app/assets/stylesheets/tailwind.css */
  .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }
  /* line 142073, app/assets/stylesheets/tailwind.css */
  .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }
  /* line 142078, app/assets/stylesheets/tailwind.css */
  .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }
  /* line 142083, app/assets/stylesheets/tailwind.css */
  .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }
  /* line 142088, app/assets/stylesheets/tailwind.css */
  .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }
  /* line 142093, app/assets/stylesheets/tailwind.css */
  .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }
  /* line 142098, app/assets/stylesheets/tailwind.css */
  .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }
  /* line 142103, app/assets/stylesheets/tailwind.css */
  .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }
  /* line 142108, app/assets/stylesheets/tailwind.css */
  .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }
  /* line 142113, app/assets/stylesheets/tailwind.css */
  .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 142118, app/assets/stylesheets/tailwind.css */
  .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 142123, app/assets/stylesheets/tailwind.css */
  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 142128, app/assets/stylesheets/tailwind.css */
  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }
  /* line 142133, app/assets/stylesheets/tailwind.css */
  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }
  /* line 142138, app/assets/stylesheets/tailwind.css */
  .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 142143, app/assets/stylesheets/tailwind.css */
  .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 142148, app/assets/stylesheets/tailwind.css */
  .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }
  /* line 142153, app/assets/stylesheets/tailwind.css */
  .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }
  /* line 142158, app/assets/stylesheets/tailwind.css */
  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }
  /* line 142163, app/assets/stylesheets/tailwind.css */
  .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 142168, app/assets/stylesheets/tailwind.css */
  .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 142173, app/assets/stylesheets/tailwind.css */
  .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 142178, app/assets/stylesheets/tailwind.css */
  .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }
  /* line 142183, app/assets/stylesheets/tailwind.css */
  .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }
  /* line 142188, app/assets/stylesheets/tailwind.css */
  .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }
  /* line 142193, app/assets/stylesheets/tailwind.css */
  .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }
  /* line 142198, app/assets/stylesheets/tailwind.css */
  .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }
  /* line 142203, app/assets/stylesheets/tailwind.css */
  .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }
  /* line 142208, app/assets/stylesheets/tailwind.css */
  .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }
  /* line 142213, app/assets/stylesheets/tailwind.css */
  .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 142218, app/assets/stylesheets/tailwind.css */
  .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 142223, app/assets/stylesheets/tailwind.css */
  .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 142228, app/assets/stylesheets/tailwind.css */
  .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
  }
  /* line 142233, app/assets/stylesheets/tailwind.css */
  .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
  }
  /* line 142238, app/assets/stylesheets/tailwind.css */
  .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 142243, app/assets/stylesheets/tailwind.css */
  .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
  }
  /* line 142248, app/assets/stylesheets/tailwind.css */
  .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
  }
  /* line 142253, app/assets/stylesheets/tailwind.css */
  .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
  }
  /* line 142258, app/assets/stylesheets/tailwind.css */
  .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
  }
  /* line 142263, app/assets/stylesheets/tailwind.css */
  .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }
  /* line 142268, app/assets/stylesheets/tailwind.css */
  .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }
  /* line 142273, app/assets/stylesheets/tailwind.css */
  .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }
  /* line 142278, app/assets/stylesheets/tailwind.css */
  .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }
  /* line 142283, app/assets/stylesheets/tailwind.css */
  .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }
  /* line 142288, app/assets/stylesheets/tailwind.css */
  .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }
  /* line 142293, app/assets/stylesheets/tailwind.css */
  .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }
  /* line 142298, app/assets/stylesheets/tailwind.css */
  .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }
  /* line 142303, app/assets/stylesheets/tailwind.css */
  .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }
  /* line 142308, app/assets/stylesheets/tailwind.css */
  .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }
  /* line 142313, app/assets/stylesheets/tailwind.css */
  .xl\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--grey) !important;
  }
  /* line 142317, app/assets/stylesheets/tailwind.css */
  .xl\:divide-info > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-info) !important;
  }
  /* line 142321, app/assets/stylesheets/tailwind.css */
  .xl\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-warning) !important;
  }
  /* line 142325, app/assets/stylesheets/tailwind.css */
  .xl\:divide-error > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-error) !important;
  }
  /* line 142329, app/assets/stylesheets/tailwind.css */
  .xl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--primary) !important;
  }
  /* line 142333, app/assets/stylesheets/tailwind.css */
  .xl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--secondary) !important;
  }
  /* line 142337, app/assets/stylesheets/tailwind.css */
  .xl\:divide-primary-dark > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--primary-dark) !important;
  }
  /* line 142341, app/assets/stylesheets/tailwind.css */
  .xl\:divide-text-color > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-color) !important;
  }
  /* line 142345, app/assets/stylesheets/tailwind.css */
  .xl\:divide-button-outlined-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 142349, app/assets/stylesheets/tailwind.css */
  .xl\:divide-file-info > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--file-info) !important;
  }
  /* line 142353, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }
  /* line 142357, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }
  /* line 142361, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }
  /* line 142365, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }
  /* line 142369, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }
  /* line 142373, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }
  /* line 142377, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }
  /* line 142381, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }
  /* line 142385, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }
  /* line 142389, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }
  /* line 142393, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }
  /* line 142397, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }
  /* line 142401, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }
  /* line 142405, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }
  /* line 142409, app/assets/stylesheets/tailwind.css */
  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }
  /* line 142413, app/assets/stylesheets/tailwind.css */
  .xl\:place-self-auto {
    place-self: auto !important;
  }
  /* line 142417, app/assets/stylesheets/tailwind.css */
  .xl\:place-self-start {
    place-self: start !important;
  }
  /* line 142421, app/assets/stylesheets/tailwind.css */
  .xl\:place-self-end {
    place-self: end !important;
  }
  /* line 142425, app/assets/stylesheets/tailwind.css */
  .xl\:place-self-center {
    place-self: center !important;
  }
  /* line 142429, app/assets/stylesheets/tailwind.css */
  .xl\:place-self-stretch {
    place-self: stretch !important;
  }
  /* line 142433, app/assets/stylesheets/tailwind.css */
  .xl\:self-auto {
    align-self: auto !important;
  }
  /* line 142437, app/assets/stylesheets/tailwind.css */
  .xl\:self-start {
    align-self: flex-start !important;
  }
  /* line 142441, app/assets/stylesheets/tailwind.css */
  .xl\:self-end {
    align-self: flex-end !important;
  }
  /* line 142445, app/assets/stylesheets/tailwind.css */
  .xl\:self-center {
    align-self: center !important;
  }
  /* line 142449, app/assets/stylesheets/tailwind.css */
  .xl\:self-stretch {
    align-self: stretch !important;
  }
  /* line 142453, app/assets/stylesheets/tailwind.css */
  .xl\:self-baseline {
    align-self: baseline !important;
  }
  /* line 142457, app/assets/stylesheets/tailwind.css */
  .xl\:justify-self-auto {
    justify-self: auto !important;
  }
  /* line 142461, app/assets/stylesheets/tailwind.css */
  .xl\:justify-self-start {
    justify-self: start !important;
  }
  /* line 142465, app/assets/stylesheets/tailwind.css */
  .xl\:justify-self-end {
    justify-self: end !important;
  }
  /* line 142469, app/assets/stylesheets/tailwind.css */
  .xl\:justify-self-center {
    justify-self: center !important;
  }
  /* line 142473, app/assets/stylesheets/tailwind.css */
  .xl\:justify-self-stretch {
    justify-self: stretch !important;
  }
  /* line 142477, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-auto {
    overflow: auto !important;
  }
  /* line 142481, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-hidden {
    overflow: hidden !important;
  }
  /* line 142485, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-visible {
    overflow: visible !important;
  }
  /* line 142489, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-scroll {
    overflow: scroll !important;
  }
  /* line 142493, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }
  /* line 142497, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }
  /* line 142501, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  /* line 142505, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  /* line 142509, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }
  /* line 142513, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }
  /* line 142517, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  /* line 142521, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  /* line 142525, app/assets/stylesheets/tailwind.css */
  .xl\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }
  /* line 142530, app/assets/stylesheets/tailwind.css */
  .xl\:overscroll-contain {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }
  /* line 142535, app/assets/stylesheets/tailwind.css */
  .xl\:overscroll-none {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: none !important;
  }
  /* line 142540, app/assets/stylesheets/tailwind.css */
  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }
  /* line 142544, app/assets/stylesheets/tailwind.css */
  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }
  /* line 142548, app/assets/stylesheets/tailwind.css */
  .xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }
  /* line 142552, app/assets/stylesheets/tailwind.css */
  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }
  /* line 142556, app/assets/stylesheets/tailwind.css */
  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }
  /* line 142560, app/assets/stylesheets/tailwind.css */
  .xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }
  /* line 142564, app/assets/stylesheets/tailwind.css */
  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  /* line 142570, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
  /* line 142574, app/assets/stylesheets/tailwind.css */
  .xl\:overflow-clip {
    text-overflow: clip !important;
  }
  /* line 142578, app/assets/stylesheets/tailwind.css */
  .xl\:whitespace-normal {
    white-space: normal !important;
  }
  /* line 142582, app/assets/stylesheets/tailwind.css */
  .xl\:whitespace-nowrap {
    white-space: nowrap !important;
  }
  /* line 142586, app/assets/stylesheets/tailwind.css */
  .xl\:whitespace-pre {
    white-space: pre !important;
  }
  /* line 142590, app/assets/stylesheets/tailwind.css */
  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }
  /* line 142594, app/assets/stylesheets/tailwind.css */
  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }
  /* line 142598, app/assets/stylesheets/tailwind.css */
  .xl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  /* line 142603, app/assets/stylesheets/tailwind.css */
  .xl\:break-words {
    overflow-wrap: break-word !important;
  }
  /* line 142607, app/assets/stylesheets/tailwind.css */
  .xl\:break-all {
    word-break: break-all !important;
  }
  /* line 142611, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-0_625 {
    border-radius: 0.625rem !important;
  }
  /* line 142615, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-0_25 {
    border-radius: 0.25rem !important;
  }
  /* line 142619, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-t-0_625 {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }
  /* line 142624, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-t-0_25 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 142629, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-r-0_625 {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }
  /* line 142634, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-r-0_25 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 142639, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-b-0_625 {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 142644, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-b-0_25 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 142649, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-l-0_625 {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 142654, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-l-0_25 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 142659, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-tl-0_625 {
    border-top-left-radius: 0.625rem !important;
  }
  /* line 142663, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-tl-0_25 {
    border-top-left-radius: 0.25rem !important;
  }
  /* line 142667, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-tr-0_625 {
    border-top-right-radius: 0.625rem !important;
  }
  /* line 142671, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-tr-0_25 {
    border-top-right-radius: 0.25rem !important;
  }
  /* line 142675, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-br-0_625 {
    border-bottom-right-radius: 0.625rem !important;
  }
  /* line 142679, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-br-0_25 {
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 142683, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-bl-0_625 {
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 142687, app/assets/stylesheets/tailwind.css */
  .xl\:rounded-bl-0_25 {
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 142691, app/assets/stylesheets/tailwind.css */
  .xl\:border-0 {
    border-width: 0px !important;
  }
  /* line 142695, app/assets/stylesheets/tailwind.css */
  .xl\:border-2 {
    border-width: 2px !important;
  }
  /* line 142699, app/assets/stylesheets/tailwind.css */
  .xl\:border-4 {
    border-width: 4px !important;
  }
  /* line 142703, app/assets/stylesheets/tailwind.css */
  .xl\:border-8 {
    border-width: 8px !important;
  }
  /* line 142707, app/assets/stylesheets/tailwind.css */
  .xl\:border {
    border-width: 1px !important;
  }
  /* line 142711, app/assets/stylesheets/tailwind.css */
  .xl\:border-t-0 {
    border-top-width: 0px !important;
  }
  /* line 142715, app/assets/stylesheets/tailwind.css */
  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }
  /* line 142719, app/assets/stylesheets/tailwind.css */
  .xl\:border-t-4 {
    border-top-width: 4px !important;
  }
  /* line 142723, app/assets/stylesheets/tailwind.css */
  .xl\:border-t-8 {
    border-top-width: 8px !important;
  }
  /* line 142727, app/assets/stylesheets/tailwind.css */
  .xl\:border-t {
    border-top-width: 1px !important;
  }
  /* line 142731, app/assets/stylesheets/tailwind.css */
  .xl\:border-r-0 {
    border-right-width: 0px !important;
  }
  /* line 142735, app/assets/stylesheets/tailwind.css */
  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }
  /* line 142739, app/assets/stylesheets/tailwind.css */
  .xl\:border-r-4 {
    border-right-width: 4px !important;
  }
  /* line 142743, app/assets/stylesheets/tailwind.css */
  .xl\:border-r-8 {
    border-right-width: 8px !important;
  }
  /* line 142747, app/assets/stylesheets/tailwind.css */
  .xl\:border-r {
    border-right-width: 1px !important;
  }
  /* line 142751, app/assets/stylesheets/tailwind.css */
  .xl\:border-b-0 {
    border-bottom-width: 0px !important;
  }
  /* line 142755, app/assets/stylesheets/tailwind.css */
  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }
  /* line 142759, app/assets/stylesheets/tailwind.css */
  .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }
  /* line 142763, app/assets/stylesheets/tailwind.css */
  .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }
  /* line 142767, app/assets/stylesheets/tailwind.css */
  .xl\:border-b {
    border-bottom-width: 1px !important;
  }
  /* line 142771, app/assets/stylesheets/tailwind.css */
  .xl\:border-l-0 {
    border-left-width: 0px !important;
  }
  /* line 142775, app/assets/stylesheets/tailwind.css */
  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }
  /* line 142779, app/assets/stylesheets/tailwind.css */
  .xl\:border-l-4 {
    border-left-width: 4px !important;
  }
  /* line 142783, app/assets/stylesheets/tailwind.css */
  .xl\:border-l-8 {
    border-left-width: 8px !important;
  }
  /* line 142787, app/assets/stylesheets/tailwind.css */
  .xl\:border-l {
    border-left-width: 1px !important;
  }
  /* line 142791, app/assets/stylesheets/tailwind.css */
  .xl\:border-solid {
    border-style: solid !important;
  }
  /* line 142795, app/assets/stylesheets/tailwind.css */
  .xl\:border-dashed {
    border-style: dashed !important;
  }
  /* line 142799, app/assets/stylesheets/tailwind.css */
  .xl\:border-dotted {
    border-style: dotted !important;
  }
  /* line 142803, app/assets/stylesheets/tailwind.css */
  .xl\:border-double {
    border-style: double !important;
  }
  /* line 142807, app/assets/stylesheets/tailwind.css */
  .xl\:border-none {
    border-style: none !important;
  }
  /* line 142811, app/assets/stylesheets/tailwind.css */
  .xl\:border-transparent {
    border-color: transparent !important;
  }
  /* line 142815, app/assets/stylesheets/tailwind.css */
  .xl\:border-current {
    border-color: currentColor !important;
  }
  /* line 142819, app/assets/stylesheets/tailwind.css */
  .xl\:border-black {
    border-color: var(--black) !important;
  }
  /* line 142823, app/assets/stylesheets/tailwind.css */
  .xl\:border-white {
    border-color: var(--white) !important;
  }
  /* line 142827, app/assets/stylesheets/tailwind.css */
  .xl\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 142832, app/assets/stylesheets/tailwind.css */
  .xl\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 142837, app/assets/stylesheets/tailwind.css */
  .xl\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 142842, app/assets/stylesheets/tailwind.css */
  .xl\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 142847, app/assets/stylesheets/tailwind.css */
  .xl\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 142852, app/assets/stylesheets/tailwind.css */
  .xl\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 142857, app/assets/stylesheets/tailwind.css */
  .xl\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 142862, app/assets/stylesheets/tailwind.css */
  .xl\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 142867, app/assets/stylesheets/tailwind.css */
  .xl\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 142872, app/assets/stylesheets/tailwind.css */
  .xl\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 142877, app/assets/stylesheets/tailwind.css */
  .xl\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 142882, app/assets/stylesheets/tailwind.css */
  .xl\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 142887, app/assets/stylesheets/tailwind.css */
  .xl\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 142892, app/assets/stylesheets/tailwind.css */
  .xl\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 142897, app/assets/stylesheets/tailwind.css */
  .xl\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 142902, app/assets/stylesheets/tailwind.css */
  .xl\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 142907, app/assets/stylesheets/tailwind.css */
  .xl\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 142912, app/assets/stylesheets/tailwind.css */
  .xl\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 142917, app/assets/stylesheets/tailwind.css */
  .xl\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 142922, app/assets/stylesheets/tailwind.css */
  .xl\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 142927, app/assets/stylesheets/tailwind.css */
  .xl\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 142932, app/assets/stylesheets/tailwind.css */
  .xl\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 142937, app/assets/stylesheets/tailwind.css */
  .xl\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 142942, app/assets/stylesheets/tailwind.css */
  .xl\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 142947, app/assets/stylesheets/tailwind.css */
  .xl\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 142952, app/assets/stylesheets/tailwind.css */
  .xl\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 142957, app/assets/stylesheets/tailwind.css */
  .xl\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 142962, app/assets/stylesheets/tailwind.css */
  .xl\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 142967, app/assets/stylesheets/tailwind.css */
  .xl\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 142972, app/assets/stylesheets/tailwind.css */
  .xl\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 142977, app/assets/stylesheets/tailwind.css */
  .xl\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 142982, app/assets/stylesheets/tailwind.css */
  .xl\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 142987, app/assets/stylesheets/tailwind.css */
  .xl\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 142992, app/assets/stylesheets/tailwind.css */
  .xl\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 142997, app/assets/stylesheets/tailwind.css */
  .xl\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 143002, app/assets/stylesheets/tailwind.css */
  .xl\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 143007, app/assets/stylesheets/tailwind.css */
  .xl\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 143012, app/assets/stylesheets/tailwind.css */
  .xl\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 143017, app/assets/stylesheets/tailwind.css */
  .xl\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 143022, app/assets/stylesheets/tailwind.css */
  .xl\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 143027, app/assets/stylesheets/tailwind.css */
  .xl\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 143032, app/assets/stylesheets/tailwind.css */
  .xl\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143037, app/assets/stylesheets/tailwind.css */
  .xl\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143042, app/assets/stylesheets/tailwind.css */
  .xl\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 143047, app/assets/stylesheets/tailwind.css */
  .xl\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 143052, app/assets/stylesheets/tailwind.css */
  .xl\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 143057, app/assets/stylesheets/tailwind.css */
  .xl\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 143062, app/assets/stylesheets/tailwind.css */
  .xl\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 143067, app/assets/stylesheets/tailwind.css */
  .xl\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 143072, app/assets/stylesheets/tailwind.css */
  .xl\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 143077, app/assets/stylesheets/tailwind.css */
  .xl\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 143082, app/assets/stylesheets/tailwind.css */
  .xl\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 143087, app/assets/stylesheets/tailwind.css */
  .xl\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143092, app/assets/stylesheets/tailwind.css */
  .xl\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 143097, app/assets/stylesheets/tailwind.css */
  .xl\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 143102, app/assets/stylesheets/tailwind.css */
  .xl\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 143107, app/assets/stylesheets/tailwind.css */
  .xl\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 143112, app/assets/stylesheets/tailwind.css */
  .xl\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 143117, app/assets/stylesheets/tailwind.css */
  .xl\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 143122, app/assets/stylesheets/tailwind.css */
  .xl\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 143127, app/assets/stylesheets/tailwind.css */
  .xl\:border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 143132, app/assets/stylesheets/tailwind.css */
  .xl\:border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143137, app/assets/stylesheets/tailwind.css */
  .xl\:border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143142, app/assets/stylesheets/tailwind.css */
  .xl\:border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 143147, app/assets/stylesheets/tailwind.css */
  .xl\:border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 143152, app/assets/stylesheets/tailwind.css */
  .xl\:border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 143157, app/assets/stylesheets/tailwind.css */
  .xl\:border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 143162, app/assets/stylesheets/tailwind.css */
  .xl\:border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 143167, app/assets/stylesheets/tailwind.css */
  .xl\:border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 143172, app/assets/stylesheets/tailwind.css */
  .xl\:border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 143177, app/assets/stylesheets/tailwind.css */
  .xl\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 143182, app/assets/stylesheets/tailwind.css */
  .xl\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 143187, app/assets/stylesheets/tailwind.css */
  .xl\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 143192, app/assets/stylesheets/tailwind.css */
  .xl\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 143197, app/assets/stylesheets/tailwind.css */
  .xl\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 143202, app/assets/stylesheets/tailwind.css */
  .xl\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 143207, app/assets/stylesheets/tailwind.css */
  .xl\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 143212, app/assets/stylesheets/tailwind.css */
  .xl\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 143217, app/assets/stylesheets/tailwind.css */
  .xl\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 143222, app/assets/stylesheets/tailwind.css */
  .xl\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 143227, app/assets/stylesheets/tailwind.css */
  .xl\:border-grey {
    border-color: var(--grey) !important;
  }
  /* line 143231, app/assets/stylesheets/tailwind.css */
  .xl\:border-info {
    border-color: var(--text-info) !important;
  }
  /* line 143235, app/assets/stylesheets/tailwind.css */
  .xl\:border-warning {
    border-color: var(--text-warning) !important;
  }
  /* line 143239, app/assets/stylesheets/tailwind.css */
  .xl\:border-error {
    border-color: var(--text-error) !important;
  }
  /* line 143243, app/assets/stylesheets/tailwind.css */
  .xl\:border-primary {
    border-color: var(--primary) !important;
  }
  /* line 143247, app/assets/stylesheets/tailwind.css */
  .xl\:border-secondary {
    border-color: var(--secondary) !important;
  }
  /* line 143251, app/assets/stylesheets/tailwind.css */
  .xl\:border-primary-dark {
    border-color: var(--primary-dark) !important;
  }
  /* line 143255, app/assets/stylesheets/tailwind.css */
  .xl\:border-text-color {
    border-color: var(--text-color) !important;
  }
  /* line 143259, app/assets/stylesheets/tailwind.css */
  .xl\:border-button-outlined-hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 143263, app/assets/stylesheets/tailwind.css */
  .xl\:border-file-info {
    border-color: var(--file-info) !important;
  }
  /* line 143267, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent !important;
  }
  /* line 143271, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-current {
    border-color: currentColor !important;
  }
  /* line 143275, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-black {
    border-color: var(--black) !important;
  }
  /* line 143279, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-white {
    border-color: var(--white) !important;
  }
  /* line 143283, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 143288, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 143293, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 143298, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 143303, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 143308, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 143313, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 143318, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 143323, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 143328, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 143333, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 143338, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 143343, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 143348, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 143353, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 143358, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 143363, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 143368, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 143373, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 143378, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 143383, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 143388, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 143393, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 143398, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 143403, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 143408, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 143413, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 143418, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 143423, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 143428, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 143433, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 143438, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 143443, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 143448, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 143453, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 143458, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 143463, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 143468, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 143473, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 143478, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 143483, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 143488, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143493, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143498, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 143503, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 143508, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 143513, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 143518, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 143523, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 143528, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 143533, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 143538, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 143543, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143548, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 143553, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 143558, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 143563, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 143568, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 143573, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 143578, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 143583, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 143588, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143593, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143598, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 143603, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 143608, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 143613, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 143618, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 143623, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 143628, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 143633, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 143638, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 143643, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 143648, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 143653, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 143658, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 143663, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 143668, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 143673, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 143678, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 143683, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-grey {
    border-color: var(--grey) !important;
  }
  /* line 143687, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-info {
    border-color: var(--text-info) !important;
  }
  /* line 143691, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-warning {
    border-color: var(--text-warning) !important;
  }
  /* line 143695, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-error {
    border-color: var(--text-error) !important;
  }
  /* line 143699, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-primary {
    border-color: var(--primary) !important;
  }
  /* line 143703, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-secondary {
    border-color: var(--secondary) !important;
  }
  /* line 143707, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-primary-dark {
    border-color: var(--primary-dark) !important;
  }
  /* line 143711, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-text-color {
    border-color: var(--text-color) !important;
  }
  /* line 143715, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-button-outlined-hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 143719, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-file-info {
    border-color: var(--file-info) !important;
  }
  /* line 143723, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }
  /* line 143727, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }
  /* line 143731, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-black:focus-within {
    border-color: var(--black) !important;
  }
  /* line 143735, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-white:focus-within {
    border-color: var(--white) !important;
  }
  /* line 143739, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 143744, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 143749, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 143754, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 143759, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 143764, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 143769, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 143774, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 143779, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 143784, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 143789, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 143794, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 143799, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 143804, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 143809, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 143814, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 143819, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 143824, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 143829, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 143834, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 143839, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 143844, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 143849, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 143854, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 143859, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 143864, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 143869, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 143874, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 143879, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 143884, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 143889, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 143894, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 143899, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 143904, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 143909, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 143914, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 143919, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 143924, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 143929, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 143934, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 143939, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 143944, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143949, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 143954, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 143959, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 143964, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 143969, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 143974, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 143979, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 143984, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 143989, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 143994, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 143999, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144004, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 144009, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 144014, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 144019, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 144024, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 144029, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 144034, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 144039, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 144044, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144049, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144054, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 144059, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 144064, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 144069, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 144074, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 144079, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 144084, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 144089, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 144094, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 144099, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 144104, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 144109, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 144114, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 144119, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 144124, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 144129, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 144134, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 144139, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-grey:focus-within {
    border-color: var(--grey) !important;
  }
  /* line 144143, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-info:focus-within {
    border-color: var(--text-info) !important;
  }
  /* line 144147, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-warning:focus-within {
    border-color: var(--text-warning) !important;
  }
  /* line 144151, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-error:focus-within {
    border-color: var(--text-error) !important;
  }
  /* line 144155, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-primary:focus-within {
    border-color: var(--primary) !important;
  }
  /* line 144159, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-secondary:focus-within {
    border-color: var(--secondary) !important;
  }
  /* line 144163, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-primary-dark:focus-within {
    border-color: var(--primary-dark) !important;
  }
  /* line 144167, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-text-color:focus-within {
    border-color: var(--text-color) !important;
  }
  /* line 144171, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-button-outlined-hover:focus-within {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 144175, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-file-info:focus-within {
    border-color: var(--file-info) !important;
  }
  /* line 144179, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  /* line 144183, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-current:hover {
    border-color: currentColor !important;
  }
  /* line 144187, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-black:hover {
    border-color: var(--black) !important;
  }
  /* line 144191, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-white:hover {
    border-color: var(--white) !important;
  }
  /* line 144195, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 144200, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 144205, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 144210, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 144215, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 144220, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 144225, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 144230, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 144235, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 144240, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 144245, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 144250, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 144255, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 144260, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 144265, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 144270, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 144275, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 144280, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 144285, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 144290, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 144295, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 144300, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 144305, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 144310, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 144315, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 144320, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 144325, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 144330, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 144335, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 144340, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 144345, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 144350, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 144355, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 144360, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 144365, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 144370, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 144375, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 144380, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 144385, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 144390, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 144395, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 144400, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144405, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144410, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 144415, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 144420, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 144425, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 144430, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 144435, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 144440, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 144445, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 144450, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 144455, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144460, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 144465, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 144470, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 144475, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 144480, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 144485, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 144490, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 144495, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 144500, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144505, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144510, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 144515, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 144520, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 144525, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 144530, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 144535, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 144540, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 144545, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 144550, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 144555, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 144560, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 144565, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 144570, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 144575, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 144580, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 144585, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 144590, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 144595, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-grey:hover {
    border-color: var(--grey) !important;
  }
  /* line 144599, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-info:hover {
    border-color: var(--text-info) !important;
  }
  /* line 144603, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-warning:hover {
    border-color: var(--text-warning) !important;
  }
  /* line 144607, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-error:hover {
    border-color: var(--text-error) !important;
  }
  /* line 144611, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-primary:hover {
    border-color: var(--primary) !important;
  }
  /* line 144615, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-secondary:hover {
    border-color: var(--secondary) !important;
  }
  /* line 144619, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-primary-dark:hover {
    border-color: var(--primary-dark) !important;
  }
  /* line 144623, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-text-color:hover {
    border-color: var(--text-color) !important;
  }
  /* line 144627, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-button-outlined-hover:hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 144631, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-file-info:hover {
    border-color: var(--file-info) !important;
  }
  /* line 144635, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }
  /* line 144639, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-current:focus {
    border-color: currentColor !important;
  }
  /* line 144643, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-black:focus {
    border-color: var(--black) !important;
  }
  /* line 144647, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-white:focus {
    border-color: var(--white) !important;
  }
  /* line 144651, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 144656, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 144661, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 144666, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 144671, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 144676, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 144681, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 144686, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 144691, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 144696, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 144701, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 144706, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 144711, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 144716, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 144721, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 144726, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 144731, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 144736, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 144741, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 144746, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 144751, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 144756, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 144761, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 144766, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 144771, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 144776, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 144781, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 144786, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 144791, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 144796, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 144801, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 144806, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 144811, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 144816, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 144821, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 144826, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 144831, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 144836, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 144841, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 144846, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 144851, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 144856, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144861, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144866, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 144871, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 144876, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 144881, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 144886, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 144891, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 144896, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 144901, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 144906, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 144911, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144916, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 144921, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 144926, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 144931, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 144936, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 144941, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 144946, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 144951, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 144956, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144961, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 144966, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 144971, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 144976, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 144981, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 144986, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 144991, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 144996, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 145001, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 145006, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 145011, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 145016, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 145021, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 145026, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 145031, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 145036, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 145041, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 145046, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 145051, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-grey:focus {
    border-color: var(--grey) !important;
  }
  /* line 145055, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-info:focus {
    border-color: var(--text-info) !important;
  }
  /* line 145059, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-warning:focus {
    border-color: var(--text-warning) !important;
  }
  /* line 145063, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-error:focus {
    border-color: var(--text-error) !important;
  }
  /* line 145067, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-primary:focus {
    border-color: var(--primary) !important;
  }
  /* line 145071, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-secondary:focus {
    border-color: var(--secondary) !important;
  }
  /* line 145075, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-primary-dark:focus {
    border-color: var(--primary-dark) !important;
  }
  /* line 145079, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-text-color:focus {
    border-color: var(--text-color) !important;
  }
  /* line 145083, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-button-outlined-hover:focus {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 145087, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-file-info:focus {
    border-color: var(--file-info) !important;
  }
  /* line 145091, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }
  /* line 145095, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 145099, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 145103, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 145107, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 145111, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 145115, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 145119, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 145123, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 145127, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 145131, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 145135, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 145139, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 145143, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 145147, app/assets/stylesheets/tailwind.css */
  .xl\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }
  /* line 145151, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }
  /* line 145155, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 145159, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 145163, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 145167, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 145171, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 145175, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 145179, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 145183, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 145187, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 145191, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 145195, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 145199, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 145203, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 145207, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }
  /* line 145211, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }
  /* line 145215, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 145219, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 145223, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 145227, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 145231, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 145235, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 145239, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 145243, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 145247, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 145251, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 145255, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 145259, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 145263, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 145267, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }
  /* line 145271, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }
  /* line 145275, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 145279, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 145283, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 145287, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 145291, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 145295, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 145299, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 145303, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 145307, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 145311, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 145315, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 145319, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 145323, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 145327, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }
  /* line 145331, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }
  /* line 145335, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 145339, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 145343, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 145347, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 145351, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 145355, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 145359, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 145363, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 145367, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 145371, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 145375, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 145379, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 145383, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 145387, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }
  /* line 145391, app/assets/stylesheets/tailwind.css */
  .xl\:bg-transparent {
    background-color: transparent !important;
  }
  /* line 145395, app/assets/stylesheets/tailwind.css */
  .xl\:bg-current {
    background-color: currentColor !important;
  }
  /* line 145399, app/assets/stylesheets/tailwind.css */
  .xl\:bg-black {
    background-color: var(--black) !important;
  }
  /* line 145403, app/assets/stylesheets/tailwind.css */
  .xl\:bg-white {
    background-color: var(--white) !important;
  }
  /* line 145407, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 145412, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 145417, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 145422, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 145427, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 145432, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 145437, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 145442, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 145447, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 145452, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 145457, app/assets/stylesheets/tailwind.css */
  .xl\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 145462, app/assets/stylesheets/tailwind.css */
  .xl\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 145467, app/assets/stylesheets/tailwind.css */
  .xl\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 145472, app/assets/stylesheets/tailwind.css */
  .xl\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 145477, app/assets/stylesheets/tailwind.css */
  .xl\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 145482, app/assets/stylesheets/tailwind.css */
  .xl\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 145487, app/assets/stylesheets/tailwind.css */
  .xl\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 145492, app/assets/stylesheets/tailwind.css */
  .xl\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 145497, app/assets/stylesheets/tailwind.css */
  .xl\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 145502, app/assets/stylesheets/tailwind.css */
  .xl\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 145507, app/assets/stylesheets/tailwind.css */
  .xl\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 145512, app/assets/stylesheets/tailwind.css */
  .xl\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 145517, app/assets/stylesheets/tailwind.css */
  .xl\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 145522, app/assets/stylesheets/tailwind.css */
  .xl\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 145527, app/assets/stylesheets/tailwind.css */
  .xl\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 145532, app/assets/stylesheets/tailwind.css */
  .xl\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 145537, app/assets/stylesheets/tailwind.css */
  .xl\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 145542, app/assets/stylesheets/tailwind.css */
  .xl\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 145547, app/assets/stylesheets/tailwind.css */
  .xl\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 145552, app/assets/stylesheets/tailwind.css */
  .xl\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 145557, app/assets/stylesheets/tailwind.css */
  .xl\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 145562, app/assets/stylesheets/tailwind.css */
  .xl\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 145567, app/assets/stylesheets/tailwind.css */
  .xl\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 145572, app/assets/stylesheets/tailwind.css */
  .xl\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 145577, app/assets/stylesheets/tailwind.css */
  .xl\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 145582, app/assets/stylesheets/tailwind.css */
  .xl\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 145587, app/assets/stylesheets/tailwind.css */
  .xl\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 145592, app/assets/stylesheets/tailwind.css */
  .xl\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 145597, app/assets/stylesheets/tailwind.css */
  .xl\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 145602, app/assets/stylesheets/tailwind.css */
  .xl\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 145607, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 145612, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 145617, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 145622, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 145627, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 145632, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 145637, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 145642, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 145647, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 145652, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 145657, app/assets/stylesheets/tailwind.css */
  .xl\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 145662, app/assets/stylesheets/tailwind.css */
  .xl\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 145667, app/assets/stylesheets/tailwind.css */
  .xl\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 145672, app/assets/stylesheets/tailwind.css */
  .xl\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 145677, app/assets/stylesheets/tailwind.css */
  .xl\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 145682, app/assets/stylesheets/tailwind.css */
  .xl\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 145687, app/assets/stylesheets/tailwind.css */
  .xl\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 145692, app/assets/stylesheets/tailwind.css */
  .xl\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 145697, app/assets/stylesheets/tailwind.css */
  .xl\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 145702, app/assets/stylesheets/tailwind.css */
  .xl\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 145707, app/assets/stylesheets/tailwind.css */
  .xl\:bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 145712, app/assets/stylesheets/tailwind.css */
  .xl\:bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 145717, app/assets/stylesheets/tailwind.css */
  .xl\:bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 145722, app/assets/stylesheets/tailwind.css */
  .xl\:bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 145727, app/assets/stylesheets/tailwind.css */
  .xl\:bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 145732, app/assets/stylesheets/tailwind.css */
  .xl\:bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 145737, app/assets/stylesheets/tailwind.css */
  .xl\:bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 145742, app/assets/stylesheets/tailwind.css */
  .xl\:bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 145747, app/assets/stylesheets/tailwind.css */
  .xl\:bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 145752, app/assets/stylesheets/tailwind.css */
  .xl\:bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 145757, app/assets/stylesheets/tailwind.css */
  .xl\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 145762, app/assets/stylesheets/tailwind.css */
  .xl\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 145767, app/assets/stylesheets/tailwind.css */
  .xl\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 145772, app/assets/stylesheets/tailwind.css */
  .xl\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 145777, app/assets/stylesheets/tailwind.css */
  .xl\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 145782, app/assets/stylesheets/tailwind.css */
  .xl\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 145787, app/assets/stylesheets/tailwind.css */
  .xl\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 145792, app/assets/stylesheets/tailwind.css */
  .xl\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 145797, app/assets/stylesheets/tailwind.css */
  .xl\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 145802, app/assets/stylesheets/tailwind.css */
  .xl\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 145807, app/assets/stylesheets/tailwind.css */
  .xl\:bg-grey {
    background-color: var(--grey) !important;
  }
  /* line 145811, app/assets/stylesheets/tailwind.css */
  .xl\:bg-info {
    background-color: var(--text-info) !important;
  }
  /* line 145815, app/assets/stylesheets/tailwind.css */
  .xl\:bg-warning {
    background-color: var(--text-warning) !important;
  }
  /* line 145819, app/assets/stylesheets/tailwind.css */
  .xl\:bg-error {
    background-color: var(--text-error) !important;
  }
  /* line 145823, app/assets/stylesheets/tailwind.css */
  .xl\:bg-primary {
    background-color: var(--primary) !important;
  }
  /* line 145827, app/assets/stylesheets/tailwind.css */
  .xl\:bg-secondary {
    background-color: var(--secondary) !important;
  }
  /* line 145831, app/assets/stylesheets/tailwind.css */
  .xl\:bg-primary-dark {
    background-color: var(--primary-dark) !important;
  }
  /* line 145835, app/assets/stylesheets/tailwind.css */
  .xl\:bg-text-color {
    background-color: var(--text-color) !important;
  }
  /* line 145839, app/assets/stylesheets/tailwind.css */
  .xl\:bg-button-outlined-hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 145843, app/assets/stylesheets/tailwind.css */
  .xl\:bg-file-info {
    background-color: var(--file-info) !important;
  }
  /* line 145847, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }
  /* line 145851, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-current {
    background-color: currentColor !important;
  }
  /* line 145855, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-black {
    background-color: var(--black) !important;
  }
  /* line 145859, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-white {
    background-color: var(--white) !important;
  }
  /* line 145863, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 145868, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 145873, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 145878, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 145883, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 145888, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 145893, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 145898, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 145903, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 145908, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 145913, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 145918, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 145923, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 145928, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 145933, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 145938, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 145943, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 145948, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 145953, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 145958, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 145963, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 145968, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 145973, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 145978, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 145983, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 145988, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 145993, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 145998, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 146003, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 146008, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 146013, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 146018, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 146023, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 146028, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 146033, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 146038, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 146043, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 146048, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 146053, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 146058, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 146063, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 146068, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146073, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146078, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 146083, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 146088, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 146093, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 146098, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 146103, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 146108, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 146113, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 146118, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 146123, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146128, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 146133, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 146138, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 146143, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 146148, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 146153, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 146158, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 146163, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 146168, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146173, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146178, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 146183, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 146188, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 146193, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 146198, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 146203, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 146208, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 146213, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 146218, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 146223, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 146228, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 146233, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 146238, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 146243, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 146248, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 146253, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 146258, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 146263, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-grey {
    background-color: var(--grey) !important;
  }
  /* line 146267, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-info {
    background-color: var(--text-info) !important;
  }
  /* line 146271, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-warning {
    background-color: var(--text-warning) !important;
  }
  /* line 146275, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-error {
    background-color: var(--text-error) !important;
  }
  /* line 146279, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-primary {
    background-color: var(--primary) !important;
  }
  /* line 146283, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-secondary {
    background-color: var(--secondary) !important;
  }
  /* line 146287, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-primary-dark {
    background-color: var(--primary-dark) !important;
  }
  /* line 146291, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-text-color {
    background-color: var(--text-color) !important;
  }
  /* line 146295, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-button-outlined-hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 146299, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-file-info {
    background-color: var(--file-info) !important;
  }
  /* line 146303, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }
  /* line 146307, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }
  /* line 146311, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-black:focus-within {
    background-color: var(--black) !important;
  }
  /* line 146315, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-white:focus-within {
    background-color: var(--white) !important;
  }
  /* line 146319, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 146324, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 146329, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 146334, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 146339, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 146344, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 146349, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 146354, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 146359, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 146364, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 146369, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 146374, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 146379, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 146384, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 146389, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 146394, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 146399, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 146404, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 146409, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 146414, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 146419, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 146424, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 146429, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 146434, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 146439, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 146444, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 146449, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 146454, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 146459, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 146464, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 146469, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 146474, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 146479, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 146484, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 146489, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 146494, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 146499, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 146504, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 146509, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 146514, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 146519, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 146524, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146529, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146534, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 146539, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 146544, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 146549, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 146554, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 146559, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 146564, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 146569, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 146574, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 146579, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146584, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 146589, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 146594, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 146599, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 146604, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 146609, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 146614, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 146619, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 146624, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146629, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146634, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 146639, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 146644, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 146649, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 146654, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 146659, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 146664, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 146669, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 146674, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 146679, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 146684, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 146689, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 146694, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 146699, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 146704, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 146709, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 146714, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 146719, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-grey:focus-within {
    background-color: var(--grey) !important;
  }
  /* line 146723, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-info:focus-within {
    background-color: var(--text-info) !important;
  }
  /* line 146727, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-warning:focus-within {
    background-color: var(--text-warning) !important;
  }
  /* line 146731, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-error:focus-within {
    background-color: var(--text-error) !important;
  }
  /* line 146735, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-primary:focus-within {
    background-color: var(--primary) !important;
  }
  /* line 146739, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-secondary:focus-within {
    background-color: var(--secondary) !important;
  }
  /* line 146743, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-primary-dark:focus-within {
    background-color: var(--primary-dark) !important;
  }
  /* line 146747, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-text-color:focus-within {
    background-color: var(--text-color) !important;
  }
  /* line 146751, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-button-outlined-hover:focus-within {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 146755, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-file-info:focus-within {
    background-color: var(--file-info) !important;
  }
  /* line 146759, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  /* line 146763, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }
  /* line 146767, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-black:hover {
    background-color: var(--black) !important;
  }
  /* line 146771, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-white:hover {
    background-color: var(--white) !important;
  }
  /* line 146775, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 146780, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 146785, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 146790, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 146795, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 146800, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 146805, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 146810, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 146815, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 146820, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 146825, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 146830, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 146835, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 146840, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 146845, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 146850, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 146855, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 146860, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 146865, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 146870, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 146875, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 146880, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 146885, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 146890, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 146895, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 146900, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 146905, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 146910, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 146915, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 146920, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 146925, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 146930, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 146935, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 146940, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 146945, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 146950, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 146955, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 146960, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 146965, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 146970, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 146975, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 146980, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146985, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 146990, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 146995, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 147000, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 147005, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 147010, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 147015, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 147020, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 147025, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 147030, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 147035, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 147040, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 147045, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 147050, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 147055, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 147060, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 147065, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 147070, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 147075, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 147080, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 147085, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 147090, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 147095, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 147100, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 147105, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 147110, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 147115, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 147120, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 147125, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 147130, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 147135, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 147140, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 147145, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 147150, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 147155, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 147160, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 147165, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 147170, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 147175, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-grey:hover {
    background-color: var(--grey) !important;
  }
  /* line 147179, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-info:hover {
    background-color: var(--text-info) !important;
  }
  /* line 147183, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-warning:hover {
    background-color: var(--text-warning) !important;
  }
  /* line 147187, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-error:hover {
    background-color: var(--text-error) !important;
  }
  /* line 147191, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-primary:hover {
    background-color: var(--primary) !important;
  }
  /* line 147195, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-secondary:hover {
    background-color: var(--secondary) !important;
  }
  /* line 147199, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-primary-dark:hover {
    background-color: var(--primary-dark) !important;
  }
  /* line 147203, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-text-color:hover {
    background-color: var(--text-color) !important;
  }
  /* line 147207, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-button-outlined-hover:hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 147211, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-file-info:hover {
    background-color: var(--file-info) !important;
  }
  /* line 147215, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  /* line 147219, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }
  /* line 147223, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-black:focus {
    background-color: var(--black) !important;
  }
  /* line 147227, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-white:focus {
    background-color: var(--white) !important;
  }
  /* line 147231, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 147236, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 147241, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 147246, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 147251, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 147256, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 147261, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 147266, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 147271, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 147276, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 147281, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 147286, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 147291, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 147296, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 147301, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 147306, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 147311, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 147316, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 147321, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 147326, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 147331, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 147336, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 147341, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 147346, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 147351, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 147356, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 147361, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 147366, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 147371, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 147376, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 147381, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 147386, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 147391, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 147396, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 147401, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 147406, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 147411, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 147416, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 147421, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 147426, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 147431, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 147436, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 147441, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 147446, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 147451, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 147456, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 147461, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 147466, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 147471, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 147476, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 147481, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 147486, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 147491, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 147496, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 147501, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 147506, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 147511, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 147516, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 147521, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 147526, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 147531, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 147536, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 147541, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 147546, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 147551, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 147556, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 147561, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 147566, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 147571, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 147576, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 147581, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 147586, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 147591, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 147596, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 147601, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 147606, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 147611, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 147616, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 147621, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 147626, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 147631, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-grey:focus {
    background-color: var(--grey) !important;
  }
  /* line 147635, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-info:focus {
    background-color: var(--text-info) !important;
  }
  /* line 147639, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-warning:focus {
    background-color: var(--text-warning) !important;
  }
  /* line 147643, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-error:focus {
    background-color: var(--text-error) !important;
  }
  /* line 147647, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-primary:focus {
    background-color: var(--primary) !important;
  }
  /* line 147651, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-secondary:focus {
    background-color: var(--secondary) !important;
  }
  /* line 147655, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-primary-dark:focus {
    background-color: var(--primary-dark) !important;
  }
  /* line 147659, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-text-color:focus {
    background-color: var(--text-color) !important;
  }
  /* line 147663, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-button-outlined-hover:focus {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 147667, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-file-info:focus {
    background-color: var(--file-info) !important;
  }
  /* line 147671, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }
  /* line 147675, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 147679, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 147683, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 147687, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 147691, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 147695, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 147699, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 147703, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 147707, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 147711, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 147715, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 147719, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 147723, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 147727, app/assets/stylesheets/tailwind.css */
  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }
  /* line 147731, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }
  /* line 147735, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 147739, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 147743, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 147747, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 147751, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 147755, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 147759, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 147763, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 147767, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 147771, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 147775, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 147779, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 147783, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 147787, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }
  /* line 147791, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }
  /* line 147795, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 147799, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 147803, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 147807, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 147811, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 147815, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 147819, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 147823, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 147827, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 147831, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 147835, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 147839, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 147843, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 147847, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }
  /* line 147851, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }
  /* line 147855, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 147859, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 147863, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 147867, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 147871, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 147875, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 147879, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 147883, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 147887, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 147891, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 147895, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 147899, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 147903, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 147907, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }
  /* line 147911, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }
  /* line 147915, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 147919, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 147923, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 147927, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 147931, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 147935, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 147939, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 147943, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 147947, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 147951, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 147955, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 147959, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 147963, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 147967, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }
  /* line 147971, app/assets/stylesheets/tailwind.css */
  .xl\:bg-none {
    background-image: none !important;
  }
  /* line 147975, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }
  /* line 147979, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }
  /* line 147983, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }
  /* line 147987, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }
  /* line 147991, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }
  /* line 147995, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }
  /* line 147999, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }
  /* line 148003, app/assets/stylesheets/tailwind.css */
  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }
  /* line 148007, app/assets/stylesheets/tailwind.css */
  .xl\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 148012, app/assets/stylesheets/tailwind.css */
  .xl\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148017, app/assets/stylesheets/tailwind.css */
  .xl\:from-black {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148022, app/assets/stylesheets/tailwind.css */
  .xl\:from-white {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148027, app/assets/stylesheets/tailwind.css */
  .xl\:from-gray-50 {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 148032, app/assets/stylesheets/tailwind.css */
  .xl\:from-gray-100 {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 148037, app/assets/stylesheets/tailwind.css */
  .xl\:from-gray-200 {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 148042, app/assets/stylesheets/tailwind.css */
  .xl\:from-gray-300 {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 148047, app/assets/stylesheets/tailwind.css */
  .xl\:from-gray-400 {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 148052, app/assets/stylesheets/tailwind.css */
  .xl\:from-gray-500 {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 148057, app/assets/stylesheets/tailwind.css */
  .xl\:from-gray-600 {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 148062, app/assets/stylesheets/tailwind.css */
  .xl\:from-gray-700 {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 148067, app/assets/stylesheets/tailwind.css */
  .xl\:from-gray-800 {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 148072, app/assets/stylesheets/tailwind.css */
  .xl\:from-gray-900 {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 148077, app/assets/stylesheets/tailwind.css */
  .xl\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 148082, app/assets/stylesheets/tailwind.css */
  .xl\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 148087, app/assets/stylesheets/tailwind.css */
  .xl\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 148092, app/assets/stylesheets/tailwind.css */
  .xl\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 148097, app/assets/stylesheets/tailwind.css */
  .xl\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 148102, app/assets/stylesheets/tailwind.css */
  .xl\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 148107, app/assets/stylesheets/tailwind.css */
  .xl\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 148112, app/assets/stylesheets/tailwind.css */
  .xl\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 148117, app/assets/stylesheets/tailwind.css */
  .xl\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 148122, app/assets/stylesheets/tailwind.css */
  .xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 148127, app/assets/stylesheets/tailwind.css */
  .xl\:from-yellow-50 {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 148132, app/assets/stylesheets/tailwind.css */
  .xl\:from-yellow-100 {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 148137, app/assets/stylesheets/tailwind.css */
  .xl\:from-yellow-200 {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 148142, app/assets/stylesheets/tailwind.css */
  .xl\:from-yellow-300 {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 148147, app/assets/stylesheets/tailwind.css */
  .xl\:from-yellow-400 {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 148152, app/assets/stylesheets/tailwind.css */
  .xl\:from-yellow-500 {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 148157, app/assets/stylesheets/tailwind.css */
  .xl\:from-yellow-600 {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 148162, app/assets/stylesheets/tailwind.css */
  .xl\:from-yellow-700 {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 148167, app/assets/stylesheets/tailwind.css */
  .xl\:from-yellow-800 {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 148172, app/assets/stylesheets/tailwind.css */
  .xl\:from-yellow-900 {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 148177, app/assets/stylesheets/tailwind.css */
  .xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 148182, app/assets/stylesheets/tailwind.css */
  .xl\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 148187, app/assets/stylesheets/tailwind.css */
  .xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 148192, app/assets/stylesheets/tailwind.css */
  .xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 148197, app/assets/stylesheets/tailwind.css */
  .xl\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 148202, app/assets/stylesheets/tailwind.css */
  .xl\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 148207, app/assets/stylesheets/tailwind.css */
  .xl\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 148212, app/assets/stylesheets/tailwind.css */
  .xl\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 148217, app/assets/stylesheets/tailwind.css */
  .xl\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 148222, app/assets/stylesheets/tailwind.css */
  .xl\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 148227, app/assets/stylesheets/tailwind.css */
  .xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 148232, app/assets/stylesheets/tailwind.css */
  .xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 148237, app/assets/stylesheets/tailwind.css */
  .xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 148242, app/assets/stylesheets/tailwind.css */
  .xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 148247, app/assets/stylesheets/tailwind.css */
  .xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 148252, app/assets/stylesheets/tailwind.css */
  .xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 148257, app/assets/stylesheets/tailwind.css */
  .xl\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 148262, app/assets/stylesheets/tailwind.css */
  .xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 148267, app/assets/stylesheets/tailwind.css */
  .xl\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 148272, app/assets/stylesheets/tailwind.css */
  .xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 148277, app/assets/stylesheets/tailwind.css */
  .xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 148282, app/assets/stylesheets/tailwind.css */
  .xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 148287, app/assets/stylesheets/tailwind.css */
  .xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 148292, app/assets/stylesheets/tailwind.css */
  .xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 148297, app/assets/stylesheets/tailwind.css */
  .xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 148302, app/assets/stylesheets/tailwind.css */
  .xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 148307, app/assets/stylesheets/tailwind.css */
  .xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 148312, app/assets/stylesheets/tailwind.css */
  .xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 148317, app/assets/stylesheets/tailwind.css */
  .xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 148322, app/assets/stylesheets/tailwind.css */
  .xl\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 148327, app/assets/stylesheets/tailwind.css */
  .xl\:from-purple-50 {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 148332, app/assets/stylesheets/tailwind.css */
  .xl\:from-purple-100 {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 148337, app/assets/stylesheets/tailwind.css */
  .xl\:from-purple-200 {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 148342, app/assets/stylesheets/tailwind.css */
  .xl\:from-purple-300 {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 148347, app/assets/stylesheets/tailwind.css */
  .xl\:from-purple-400 {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 148352, app/assets/stylesheets/tailwind.css */
  .xl\:from-purple-500 {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 148357, app/assets/stylesheets/tailwind.css */
  .xl\:from-purple-600 {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 148362, app/assets/stylesheets/tailwind.css */
  .xl\:from-purple-700 {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 148367, app/assets/stylesheets/tailwind.css */
  .xl\:from-purple-800 {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 148372, app/assets/stylesheets/tailwind.css */
  .xl\:from-purple-900 {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 148377, app/assets/stylesheets/tailwind.css */
  .xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 148382, app/assets/stylesheets/tailwind.css */
  .xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 148387, app/assets/stylesheets/tailwind.css */
  .xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 148392, app/assets/stylesheets/tailwind.css */
  .xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 148397, app/assets/stylesheets/tailwind.css */
  .xl\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 148402, app/assets/stylesheets/tailwind.css */
  .xl\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 148407, app/assets/stylesheets/tailwind.css */
  .xl\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 148412, app/assets/stylesheets/tailwind.css */
  .xl\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 148417, app/assets/stylesheets/tailwind.css */
  .xl\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 148422, app/assets/stylesheets/tailwind.css */
  .xl\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 148427, app/assets/stylesheets/tailwind.css */
  .xl\:from-grey {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148432, app/assets/stylesheets/tailwind.css */
  .xl\:from-info {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148437, app/assets/stylesheets/tailwind.css */
  .xl\:from-warning {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148442, app/assets/stylesheets/tailwind.css */
  .xl\:from-error {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148447, app/assets/stylesheets/tailwind.css */
  .xl\:from-primary {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148452, app/assets/stylesheets/tailwind.css */
  .xl\:from-secondary {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148457, app/assets/stylesheets/tailwind.css */
  .xl\:from-primary-dark {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148462, app/assets/stylesheets/tailwind.css */
  .xl\:from-text-color {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148467, app/assets/stylesheets/tailwind.css */
  .xl\:from-button-outlined-hover {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148472, app/assets/stylesheets/tailwind.css */
  .xl\:from-file-info {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148477, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 148482, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148487, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-black:hover {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148492, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-white:hover {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148497, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 148502, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 148507, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 148512, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 148517, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 148522, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 148527, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 148532, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 148537, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 148542, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 148547, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 148552, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 148557, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 148562, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 148567, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 148572, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 148577, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 148582, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 148587, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 148592, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 148597, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 148602, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 148607, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 148612, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 148617, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 148622, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 148627, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 148632, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 148637, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 148642, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 148647, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 148652, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 148657, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 148662, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 148667, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 148672, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 148677, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 148682, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 148687, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 148692, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 148697, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 148702, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 148707, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 148712, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 148717, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 148722, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 148727, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 148732, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 148737, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 148742, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 148747, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 148752, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 148757, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 148762, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 148767, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 148772, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 148777, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 148782, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 148787, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 148792, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 148797, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 148802, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 148807, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 148812, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 148817, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 148822, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 148827, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 148832, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 148837, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 148842, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 148847, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 148852, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 148857, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 148862, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 148867, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 148872, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 148877, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 148882, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 148887, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 148892, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 148897, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-grey:hover {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148902, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-info:hover {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148907, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-warning:hover {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148912, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-error:hover {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148917, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-primary:hover {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148922, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-secondary:hover {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148927, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-primary-dark:hover {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148932, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-text-color:hover {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148937, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-button-outlined-hover:hover {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148942, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:from-file-info:hover {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148947, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 148952, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148957, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-black:focus {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148962, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-white:focus {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 148967, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 148972, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 148977, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 148982, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 148987, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 148992, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 148997, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 149002, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 149007, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 149012, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 149017, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 149022, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 149027, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 149032, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 149037, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 149042, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 149047, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 149052, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 149057, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 149062, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 149067, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 149072, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 149077, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 149082, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 149087, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 149092, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 149097, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 149102, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 149107, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 149112, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 149117, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 149122, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 149127, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 149132, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 149137, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 149142, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 149147, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 149152, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 149157, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 149162, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 149167, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 149172, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 149177, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 149182, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 149187, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 149192, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 149197, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 149202, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 149207, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 149212, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 149217, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 149222, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 149227, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 149232, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 149237, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 149242, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 149247, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 149252, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 149257, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 149262, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 149267, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 149272, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 149277, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 149282, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 149287, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 149292, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 149297, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 149302, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 149307, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 149312, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 149317, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 149322, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 149327, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 149332, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 149337, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 149342, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 149347, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 149352, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 149357, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 149362, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 149367, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-grey:focus {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149372, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-info:focus {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149377, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-warning:focus {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149382, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-error:focus {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149387, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-primary:focus {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149392, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-secondary:focus {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149397, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-primary-dark:focus {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149402, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-text-color:focus {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149407, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-button-outlined-hover:focus {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149412, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:from-file-info:focus {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149417, app/assets/stylesheets/tailwind.css */
  .xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 149421, app/assets/stylesheets/tailwind.css */
  .xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149425, app/assets/stylesheets/tailwind.css */
  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149429, app/assets/stylesheets/tailwind.css */
  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149433, app/assets/stylesheets/tailwind.css */
  .xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 149437, app/assets/stylesheets/tailwind.css */
  .xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 149441, app/assets/stylesheets/tailwind.css */
  .xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 149445, app/assets/stylesheets/tailwind.css */
  .xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 149449, app/assets/stylesheets/tailwind.css */
  .xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 149453, app/assets/stylesheets/tailwind.css */
  .xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 149457, app/assets/stylesheets/tailwind.css */
  .xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 149461, app/assets/stylesheets/tailwind.css */
  .xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 149465, app/assets/stylesheets/tailwind.css */
  .xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 149469, app/assets/stylesheets/tailwind.css */
  .xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 149473, app/assets/stylesheets/tailwind.css */
  .xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 149477, app/assets/stylesheets/tailwind.css */
  .xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 149481, app/assets/stylesheets/tailwind.css */
  .xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 149485, app/assets/stylesheets/tailwind.css */
  .xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 149489, app/assets/stylesheets/tailwind.css */
  .xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 149493, app/assets/stylesheets/tailwind.css */
  .xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 149497, app/assets/stylesheets/tailwind.css */
  .xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 149501, app/assets/stylesheets/tailwind.css */
  .xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 149505, app/assets/stylesheets/tailwind.css */
  .xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 149509, app/assets/stylesheets/tailwind.css */
  .xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 149513, app/assets/stylesheets/tailwind.css */
  .xl\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 149517, app/assets/stylesheets/tailwind.css */
  .xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 149521, app/assets/stylesheets/tailwind.css */
  .xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 149525, app/assets/stylesheets/tailwind.css */
  .xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 149529, app/assets/stylesheets/tailwind.css */
  .xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 149533, app/assets/stylesheets/tailwind.css */
  .xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 149537, app/assets/stylesheets/tailwind.css */
  .xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 149541, app/assets/stylesheets/tailwind.css */
  .xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 149545, app/assets/stylesheets/tailwind.css */
  .xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 149549, app/assets/stylesheets/tailwind.css */
  .xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 149553, app/assets/stylesheets/tailwind.css */
  .xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 149557, app/assets/stylesheets/tailwind.css */
  .xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 149561, app/assets/stylesheets/tailwind.css */
  .xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 149565, app/assets/stylesheets/tailwind.css */
  .xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 149569, app/assets/stylesheets/tailwind.css */
  .xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 149573, app/assets/stylesheets/tailwind.css */
  .xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 149577, app/assets/stylesheets/tailwind.css */
  .xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 149581, app/assets/stylesheets/tailwind.css */
  .xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 149585, app/assets/stylesheets/tailwind.css */
  .xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 149589, app/assets/stylesheets/tailwind.css */
  .xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 149593, app/assets/stylesheets/tailwind.css */
  .xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 149597, app/assets/stylesheets/tailwind.css */
  .xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 149601, app/assets/stylesheets/tailwind.css */
  .xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 149605, app/assets/stylesheets/tailwind.css */
  .xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 149609, app/assets/stylesheets/tailwind.css */
  .xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 149613, app/assets/stylesheets/tailwind.css */
  .xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 149617, app/assets/stylesheets/tailwind.css */
  .xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 149621, app/assets/stylesheets/tailwind.css */
  .xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 149625, app/assets/stylesheets/tailwind.css */
  .xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 149629, app/assets/stylesheets/tailwind.css */
  .xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 149633, app/assets/stylesheets/tailwind.css */
  .xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 149637, app/assets/stylesheets/tailwind.css */
  .xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 149641, app/assets/stylesheets/tailwind.css */
  .xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 149645, app/assets/stylesheets/tailwind.css */
  .xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 149649, app/assets/stylesheets/tailwind.css */
  .xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 149653, app/assets/stylesheets/tailwind.css */
  .xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 149657, app/assets/stylesheets/tailwind.css */
  .xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 149661, app/assets/stylesheets/tailwind.css */
  .xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 149665, app/assets/stylesheets/tailwind.css */
  .xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 149669, app/assets/stylesheets/tailwind.css */
  .xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 149673, app/assets/stylesheets/tailwind.css */
  .xl\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 149677, app/assets/stylesheets/tailwind.css */
  .xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 149681, app/assets/stylesheets/tailwind.css */
  .xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 149685, app/assets/stylesheets/tailwind.css */
  .xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 149689, app/assets/stylesheets/tailwind.css */
  .xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 149693, app/assets/stylesheets/tailwind.css */
  .xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 149697, app/assets/stylesheets/tailwind.css */
  .xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 149701, app/assets/stylesheets/tailwind.css */
  .xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 149705, app/assets/stylesheets/tailwind.css */
  .xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 149709, app/assets/stylesheets/tailwind.css */
  .xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 149713, app/assets/stylesheets/tailwind.css */
  .xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 149717, app/assets/stylesheets/tailwind.css */
  .xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 149721, app/assets/stylesheets/tailwind.css */
  .xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 149725, app/assets/stylesheets/tailwind.css */
  .xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 149729, app/assets/stylesheets/tailwind.css */
  .xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 149733, app/assets/stylesheets/tailwind.css */
  .xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 149737, app/assets/stylesheets/tailwind.css */
  .xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 149741, app/assets/stylesheets/tailwind.css */
  .xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 149745, app/assets/stylesheets/tailwind.css */
  .xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 149749, app/assets/stylesheets/tailwind.css */
  .xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 149753, app/assets/stylesheets/tailwind.css */
  .xl\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149757, app/assets/stylesheets/tailwind.css */
  .xl\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149761, app/assets/stylesheets/tailwind.css */
  .xl\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149765, app/assets/stylesheets/tailwind.css */
  .xl\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149769, app/assets/stylesheets/tailwind.css */
  .xl\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149773, app/assets/stylesheets/tailwind.css */
  .xl\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149777, app/assets/stylesheets/tailwind.css */
  .xl\:via-primary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149781, app/assets/stylesheets/tailwind.css */
  .xl\:via-text-color {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149785, app/assets/stylesheets/tailwind.css */
  .xl\:via-button-outlined-hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149789, app/assets/stylesheets/tailwind.css */
  .xl\:via-file-info {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149793, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 149797, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149801, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149805, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 149809, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 149813, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 149817, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 149821, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 149825, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 149829, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 149833, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 149837, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 149841, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 149845, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 149849, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 149853, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 149857, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 149861, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 149865, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 149869, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 149873, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 149877, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 149881, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 149885, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 149889, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 149893, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 149897, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 149901, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 149905, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 149909, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 149913, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 149917, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 149921, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 149925, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 149929, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 149933, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 149937, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 149941, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 149945, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 149949, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 149953, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 149957, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 149961, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 149965, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 149969, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 149973, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 149977, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 149981, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 149985, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 149989, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 149993, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 149997, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 150001, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 150005, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 150009, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 150013, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 150017, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 150021, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 150025, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 150029, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 150033, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 150037, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 150041, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 150045, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 150049, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 150053, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 150057, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 150061, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 150065, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 150069, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 150073, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 150077, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 150081, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 150085, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 150089, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 150093, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 150097, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 150101, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 150105, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 150109, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 150113, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 150117, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 150121, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 150125, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 150129, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150133, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150137, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150141, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150145, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150149, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150153, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-primary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150157, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-text-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150161, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-button-outlined-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150165, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:via-file-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150169, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 150173, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150177, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150181, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150185, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 150189, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 150193, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 150197, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 150201, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 150205, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 150209, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 150213, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 150217, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 150221, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 150225, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 150229, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 150233, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 150237, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 150241, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 150245, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 150249, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 150253, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 150257, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 150261, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 150265, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 150269, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 150273, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 150277, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 150281, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 150285, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 150289, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 150293, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 150297, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 150301, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 150305, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 150309, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 150313, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 150317, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 150321, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 150325, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 150329, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 150333, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 150337, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 150341, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 150345, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 150349, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 150353, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 150357, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 150361, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 150365, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 150369, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 150373, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 150377, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 150381, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 150385, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 150389, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 150393, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 150397, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 150401, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 150405, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 150409, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 150413, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 150417, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 150421, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 150425, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 150429, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 150433, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 150437, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 150441, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 150445, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 150449, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 150453, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 150457, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 150461, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 150465, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 150469, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 150473, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 150477, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 150481, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 150485, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 150489, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 150493, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 150497, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 150501, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 150505, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150509, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150513, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150517, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150521, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150525, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150529, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-primary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150533, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-text-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150537, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-button-outlined-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150541, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:via-file-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 150545, app/assets/stylesheets/tailwind.css */
  .xl\:to-transparent {
    --tw-gradient-to: transparent !important;
  }
  /* line 150549, app/assets/stylesheets/tailwind.css */
  .xl\:to-current {
    --tw-gradient-to: currentColor !important;
  }
  /* line 150553, app/assets/stylesheets/tailwind.css */
  .xl\:to-black {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 150557, app/assets/stylesheets/tailwind.css */
  .xl\:to-white {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 150561, app/assets/stylesheets/tailwind.css */
  .xl\:to-gray-50 {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 150565, app/assets/stylesheets/tailwind.css */
  .xl\:to-gray-100 {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 150569, app/assets/stylesheets/tailwind.css */
  .xl\:to-gray-200 {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 150573, app/assets/stylesheets/tailwind.css */
  .xl\:to-gray-300 {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 150577, app/assets/stylesheets/tailwind.css */
  .xl\:to-gray-400 {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 150581, app/assets/stylesheets/tailwind.css */
  .xl\:to-gray-500 {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 150585, app/assets/stylesheets/tailwind.css */
  .xl\:to-gray-600 {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 150589, app/assets/stylesheets/tailwind.css */
  .xl\:to-gray-700 {
    --tw-gradient-to: #374151 !important;
  }
  /* line 150593, app/assets/stylesheets/tailwind.css */
  .xl\:to-gray-800 {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 150597, app/assets/stylesheets/tailwind.css */
  .xl\:to-gray-900 {
    --tw-gradient-to: #111827 !important;
  }
  /* line 150601, app/assets/stylesheets/tailwind.css */
  .xl\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 150605, app/assets/stylesheets/tailwind.css */
  .xl\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 150609, app/assets/stylesheets/tailwind.css */
  .xl\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 150613, app/assets/stylesheets/tailwind.css */
  .xl\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 150617, app/assets/stylesheets/tailwind.css */
  .xl\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 150621, app/assets/stylesheets/tailwind.css */
  .xl\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 150625, app/assets/stylesheets/tailwind.css */
  .xl\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 150629, app/assets/stylesheets/tailwind.css */
  .xl\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 150633, app/assets/stylesheets/tailwind.css */
  .xl\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 150637, app/assets/stylesheets/tailwind.css */
  .xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 150641, app/assets/stylesheets/tailwind.css */
  .xl\:to-yellow-50 {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 150645, app/assets/stylesheets/tailwind.css */
  .xl\:to-yellow-100 {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 150649, app/assets/stylesheets/tailwind.css */
  .xl\:to-yellow-200 {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 150653, app/assets/stylesheets/tailwind.css */
  .xl\:to-yellow-300 {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 150657, app/assets/stylesheets/tailwind.css */
  .xl\:to-yellow-400 {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 150661, app/assets/stylesheets/tailwind.css */
  .xl\:to-yellow-500 {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 150665, app/assets/stylesheets/tailwind.css */
  .xl\:to-yellow-600 {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 150669, app/assets/stylesheets/tailwind.css */
  .xl\:to-yellow-700 {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 150673, app/assets/stylesheets/tailwind.css */
  .xl\:to-yellow-800 {
    --tw-gradient-to: #92400e !important;
  }
  /* line 150677, app/assets/stylesheets/tailwind.css */
  .xl\:to-yellow-900 {
    --tw-gradient-to: #78350f !important;
  }
  /* line 150681, app/assets/stylesheets/tailwind.css */
  .xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 150685, app/assets/stylesheets/tailwind.css */
  .xl\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 150689, app/assets/stylesheets/tailwind.css */
  .xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 150693, app/assets/stylesheets/tailwind.css */
  .xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 150697, app/assets/stylesheets/tailwind.css */
  .xl\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 150701, app/assets/stylesheets/tailwind.css */
  .xl\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 150705, app/assets/stylesheets/tailwind.css */
  .xl\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }
  /* line 150709, app/assets/stylesheets/tailwind.css */
  .xl\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }
  /* line 150713, app/assets/stylesheets/tailwind.css */
  .xl\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 150717, app/assets/stylesheets/tailwind.css */
  .xl\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 150721, app/assets/stylesheets/tailwind.css */
  .xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 150725, app/assets/stylesheets/tailwind.css */
  .xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 150729, app/assets/stylesheets/tailwind.css */
  .xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 150733, app/assets/stylesheets/tailwind.css */
  .xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 150737, app/assets/stylesheets/tailwind.css */
  .xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 150741, app/assets/stylesheets/tailwind.css */
  .xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 150745, app/assets/stylesheets/tailwind.css */
  .xl\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 150749, app/assets/stylesheets/tailwind.css */
  .xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 150753, app/assets/stylesheets/tailwind.css */
  .xl\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 150757, app/assets/stylesheets/tailwind.css */
  .xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 150761, app/assets/stylesheets/tailwind.css */
  .xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 150765, app/assets/stylesheets/tailwind.css */
  .xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 150769, app/assets/stylesheets/tailwind.css */
  .xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 150773, app/assets/stylesheets/tailwind.css */
  .xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 150777, app/assets/stylesheets/tailwind.css */
  .xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 150781, app/assets/stylesheets/tailwind.css */
  .xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 150785, app/assets/stylesheets/tailwind.css */
  .xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 150789, app/assets/stylesheets/tailwind.css */
  .xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 150793, app/assets/stylesheets/tailwind.css */
  .xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 150797, app/assets/stylesheets/tailwind.css */
  .xl\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 150801, app/assets/stylesheets/tailwind.css */
  .xl\:to-purple-50 {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 150805, app/assets/stylesheets/tailwind.css */
  .xl\:to-purple-100 {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 150809, app/assets/stylesheets/tailwind.css */
  .xl\:to-purple-200 {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 150813, app/assets/stylesheets/tailwind.css */
  .xl\:to-purple-300 {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 150817, app/assets/stylesheets/tailwind.css */
  .xl\:to-purple-400 {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 150821, app/assets/stylesheets/tailwind.css */
  .xl\:to-purple-500 {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 150825, app/assets/stylesheets/tailwind.css */
  .xl\:to-purple-600 {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 150829, app/assets/stylesheets/tailwind.css */
  .xl\:to-purple-700 {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 150833, app/assets/stylesheets/tailwind.css */
  .xl\:to-purple-800 {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 150837, app/assets/stylesheets/tailwind.css */
  .xl\:to-purple-900 {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 150841, app/assets/stylesheets/tailwind.css */
  .xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 150845, app/assets/stylesheets/tailwind.css */
  .xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 150849, app/assets/stylesheets/tailwind.css */
  .xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 150853, app/assets/stylesheets/tailwind.css */
  .xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 150857, app/assets/stylesheets/tailwind.css */
  .xl\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 150861, app/assets/stylesheets/tailwind.css */
  .xl\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 150865, app/assets/stylesheets/tailwind.css */
  .xl\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 150869, app/assets/stylesheets/tailwind.css */
  .xl\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }
  /* line 150873, app/assets/stylesheets/tailwind.css */
  .xl\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 150877, app/assets/stylesheets/tailwind.css */
  .xl\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }
  /* line 150881, app/assets/stylesheets/tailwind.css */
  .xl\:to-grey {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 150885, app/assets/stylesheets/tailwind.css */
  .xl\:to-info {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 150889, app/assets/stylesheets/tailwind.css */
  .xl\:to-warning {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 150893, app/assets/stylesheets/tailwind.css */
  .xl\:to-error {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 150897, app/assets/stylesheets/tailwind.css */
  .xl\:to-primary {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 150901, app/assets/stylesheets/tailwind.css */
  .xl\:to-secondary {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 150905, app/assets/stylesheets/tailwind.css */
  .xl\:to-primary-dark {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 150909, app/assets/stylesheets/tailwind.css */
  .xl\:to-text-color {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 150913, app/assets/stylesheets/tailwind.css */
  .xl\:to-button-outlined-hover {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 150917, app/assets/stylesheets/tailwind.css */
  .xl\:to-file-info {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 150921, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }
  /* line 150925, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }
  /* line 150929, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-black:hover {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 150933, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-white:hover {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 150937, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 150941, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 150945, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 150949, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 150953, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 150957, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 150961, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 150965, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151 !important;
  }
  /* line 150969, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 150973, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827 !important;
  }
  /* line 150977, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 150981, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 150985, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 150989, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 150993, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 150997, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 151001, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 151005, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 151009, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 151013, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 151017, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 151021, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 151025, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 151029, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 151033, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 151037, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 151041, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 151045, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 151049, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e !important;
  }
  /* line 151053, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f !important;
  }
  /* line 151057, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 151061, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 151065, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 151069, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 151073, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 151077, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 151081, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }
  /* line 151085, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }
  /* line 151089, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 151093, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 151097, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 151101, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 151105, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 151109, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 151113, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 151117, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 151121, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 151125, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 151129, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 151133, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 151137, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 151141, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 151145, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 151149, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 151153, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 151157, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 151161, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 151165, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 151169, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 151173, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 151177, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 151181, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 151185, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 151189, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 151193, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 151197, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 151201, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 151205, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 151209, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 151213, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 151217, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 151221, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 151225, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 151229, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 151233, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 151237, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 151241, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 151245, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }
  /* line 151249, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 151253, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }
  /* line 151257, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-grey:hover {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 151261, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-info:hover {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 151265, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-warning:hover {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 151269, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-error:hover {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 151273, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-primary:hover {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 151277, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-secondary:hover {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 151281, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-primary-dark:hover {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 151285, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-text-color:hover {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 151289, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-button-outlined-hover:hover {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 151293, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:to-file-info:hover {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 151297, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }
  /* line 151301, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }
  /* line 151305, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-black:focus {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 151309, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-white:focus {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 151313, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 151317, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 151321, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 151325, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 151329, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 151333, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 151337, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 151341, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151 !important;
  }
  /* line 151345, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 151349, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827 !important;
  }
  /* line 151353, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 151357, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 151361, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 151365, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 151369, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 151373, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 151377, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 151381, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 151385, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 151389, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 151393, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 151397, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 151401, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 151405, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 151409, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 151413, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 151417, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 151421, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 151425, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e !important;
  }
  /* line 151429, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f !important;
  }
  /* line 151433, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 151437, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 151441, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 151445, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 151449, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 151453, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 151457, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }
  /* line 151461, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }
  /* line 151465, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 151469, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 151473, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 151477, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 151481, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 151485, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 151489, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 151493, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 151497, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 151501, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 151505, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 151509, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 151513, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 151517, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 151521, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 151525, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 151529, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 151533, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 151537, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 151541, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 151545, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 151549, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 151553, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 151557, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 151561, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 151565, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 151569, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 151573, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 151577, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 151581, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 151585, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 151589, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 151593, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 151597, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 151601, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 151605, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 151609, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 151613, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 151617, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 151621, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }
  /* line 151625, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 151629, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }
  /* line 151633, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-grey:focus {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 151637, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-info:focus {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 151641, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-warning:focus {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 151645, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-error:focus {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 151649, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-primary:focus {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 151653, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-secondary:focus {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 151657, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-primary-dark:focus {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 151661, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-text-color:focus {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 151665, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-button-outlined-hover:focus {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 151669, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:to-file-info:focus {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 151673, app/assets/stylesheets/tailwind.css */
  .xl\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
    box-decoration-break: slice !important;
  }
  /* line 151678, app/assets/stylesheets/tailwind.css */
  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
    box-decoration-break: clone !important;
  }
  /* line 151683, app/assets/stylesheets/tailwind.css */
  .xl\:bg-auto {
    background-size: auto !important;
  }
  /* line 151687, app/assets/stylesheets/tailwind.css */
  .xl\:bg-cover {
    background-size: cover !important;
  }
  /* line 151691, app/assets/stylesheets/tailwind.css */
  .xl\:bg-contain {
    background-size: contain !important;
  }
  /* line 151695, app/assets/stylesheets/tailwind.css */
  .xl\:bg-fixed {
    background-attachment: fixed !important;
  }
  /* line 151699, app/assets/stylesheets/tailwind.css */
  .xl\:bg-local {
    background-attachment: local !important;
  }
  /* line 151703, app/assets/stylesheets/tailwind.css */
  .xl\:bg-scroll {
    background-attachment: scroll !important;
  }
  /* line 151707, app/assets/stylesheets/tailwind.css */
  .xl\:bg-clip-border {
    background-clip: border-box !important;
  }
  /* line 151711, app/assets/stylesheets/tailwind.css */
  .xl\:bg-clip-padding {
    background-clip: padding-box !important;
  }
  /* line 151715, app/assets/stylesheets/tailwind.css */
  .xl\:bg-clip-content {
    background-clip: content-box !important;
  }
  /* line 151719, app/assets/stylesheets/tailwind.css */
  .xl\:bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important;
  }
  /* line 151724, app/assets/stylesheets/tailwind.css */
  .xl\:bg-bottom {
    background-position: bottom !important;
  }
  /* line 151728, app/assets/stylesheets/tailwind.css */
  .xl\:bg-center {
    background-position: center !important;
  }
  /* line 151732, app/assets/stylesheets/tailwind.css */
  .xl\:bg-left {
    background-position: left !important;
  }
  /* line 151736, app/assets/stylesheets/tailwind.css */
  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }
  /* line 151740, app/assets/stylesheets/tailwind.css */
  .xl\:bg-left-top {
    background-position: left top !important;
  }
  /* line 151744, app/assets/stylesheets/tailwind.css */
  .xl\:bg-right {
    background-position: right !important;
  }
  /* line 151748, app/assets/stylesheets/tailwind.css */
  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }
  /* line 151752, app/assets/stylesheets/tailwind.css */
  .xl\:bg-right-top {
    background-position: right top !important;
  }
  /* line 151756, app/assets/stylesheets/tailwind.css */
  .xl\:bg-top {
    background-position: top !important;
  }
  /* line 151760, app/assets/stylesheets/tailwind.css */
  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }
  /* line 151764, app/assets/stylesheets/tailwind.css */
  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  /* line 151768, app/assets/stylesheets/tailwind.css */
  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  /* line 151772, app/assets/stylesheets/tailwind.css */
  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  /* line 151776, app/assets/stylesheets/tailwind.css */
  .xl\:bg-repeat-round {
    background-repeat: round !important;
  }
  /* line 151780, app/assets/stylesheets/tailwind.css */
  .xl\:bg-repeat-space {
    background-repeat: space !important;
  }
  /* line 151784, app/assets/stylesheets/tailwind.css */
  .xl\:bg-origin-border {
    background-origin: border-box !important;
  }
  /* line 151788, app/assets/stylesheets/tailwind.css */
  .xl\:bg-origin-padding {
    background-origin: padding-box !important;
  }
  /* line 151792, app/assets/stylesheets/tailwind.css */
  .xl\:bg-origin-content {
    background-origin: content-box !important;
  }
  /* line 151796, app/assets/stylesheets/tailwind.css */
  .xl\:fill-current {
    fill: currentColor !important;
  }
  /* line 151800, app/assets/stylesheets/tailwind.css */
  .xl\:stroke-current {
    stroke: currentColor !important;
  }
  /* line 151804, app/assets/stylesheets/tailwind.css */
  .xl\:stroke-0 {
    stroke-width: 0 !important;
  }
  /* line 151808, app/assets/stylesheets/tailwind.css */
  .xl\:stroke-1 {
    stroke-width: 1 !important;
  }
  /* line 151812, app/assets/stylesheets/tailwind.css */
  .xl\:stroke-2 {
    stroke-width: 2 !important;
  }
  /* line 151816, app/assets/stylesheets/tailwind.css */
  .xl\:object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 151821, app/assets/stylesheets/tailwind.css */
  .xl\:object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 151826, app/assets/stylesheets/tailwind.css */
  .xl\:object-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 151831, app/assets/stylesheets/tailwind.css */
  .xl\:object-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 151836, app/assets/stylesheets/tailwind.css */
  .xl\:object-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 151841, app/assets/stylesheets/tailwind.css */
  .xl\:object-bottom {
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }
  /* line 151846, app/assets/stylesheets/tailwind.css */
  .xl\:object-center {
    -o-object-position: center !important;
    object-position: center !important;
  }
  /* line 151851, app/assets/stylesheets/tailwind.css */
  .xl\:object-left {
    -o-object-position: left !important;
    object-position: left !important;
  }
  /* line 151856, app/assets/stylesheets/tailwind.css */
  .xl\:object-left-bottom {
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
  }
  /* line 151861, app/assets/stylesheets/tailwind.css */
  .xl\:object-left-top {
    -o-object-position: left top !important;
    object-position: left top !important;
  }
  /* line 151866, app/assets/stylesheets/tailwind.css */
  .xl\:object-right {
    -o-object-position: right !important;
    object-position: right !important;
  }
  /* line 151871, app/assets/stylesheets/tailwind.css */
  .xl\:object-right-bottom {
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }
  /* line 151876, app/assets/stylesheets/tailwind.css */
  .xl\:object-right-top {
    -o-object-position: right top !important;
    object-position: right top !important;
  }
  /* line 151881, app/assets/stylesheets/tailwind.css */
  .xl\:object-top {
    -o-object-position: top !important;
    object-position: top !important;
  }
  /* line 151886, app/assets/stylesheets/tailwind.css */
  .xl\:p-0 {
    padding: 0px !important;
  }
  /* line 151890, app/assets/stylesheets/tailwind.css */
  .xl\:p-1 {
    padding: 0.25rem !important;
  }
  /* line 151894, app/assets/stylesheets/tailwind.css */
  .xl\:p-2 {
    padding: 0.5rem !important;
  }
  /* line 151898, app/assets/stylesheets/tailwind.css */
  .xl\:p-3 {
    padding: 0.75rem !important;
  }
  /* line 151902, app/assets/stylesheets/tailwind.css */
  .xl\:p-4 {
    padding: 1rem !important;
  }
  /* line 151906, app/assets/stylesheets/tailwind.css */
  .xl\:p-5 {
    padding: 1.25rem !important;
  }
  /* line 151910, app/assets/stylesheets/tailwind.css */
  .xl\:p-6 {
    padding: 1.5rem !important;
  }
  /* line 151914, app/assets/stylesheets/tailwind.css */
  .xl\:p-7 {
    padding: 1.75rem !important;
  }
  /* line 151918, app/assets/stylesheets/tailwind.css */
  .xl\:p-8 {
    padding: 2rem !important;
  }
  /* line 151922, app/assets/stylesheets/tailwind.css */
  .xl\:p-9 {
    padding: 2.25rem !important;
  }
  /* line 151926, app/assets/stylesheets/tailwind.css */
  .xl\:p-10 {
    padding: 2.5rem !important;
  }
  /* line 151930, app/assets/stylesheets/tailwind.css */
  .xl\:p-11 {
    padding: 2.75rem !important;
  }
  /* line 151934, app/assets/stylesheets/tailwind.css */
  .xl\:p-12 {
    padding: 3rem !important;
  }
  /* line 151938, app/assets/stylesheets/tailwind.css */
  .xl\:p-14 {
    padding: 3.5rem !important;
  }
  /* line 151942, app/assets/stylesheets/tailwind.css */
  .xl\:p-16 {
    padding: 4rem !important;
  }
  /* line 151946, app/assets/stylesheets/tailwind.css */
  .xl\:p-20 {
    padding: 5rem !important;
  }
  /* line 151950, app/assets/stylesheets/tailwind.css */
  .xl\:p-24 {
    padding: 6rem !important;
  }
  /* line 151954, app/assets/stylesheets/tailwind.css */
  .xl\:p-28 {
    padding: 7rem !important;
  }
  /* line 151958, app/assets/stylesheets/tailwind.css */
  .xl\:p-32 {
    padding: 8rem !important;
  }
  /* line 151962, app/assets/stylesheets/tailwind.css */
  .xl\:p-36 {
    padding: 9rem !important;
  }
  /* line 151966, app/assets/stylesheets/tailwind.css */
  .xl\:p-40 {
    padding: 10rem !important;
  }
  /* line 151970, app/assets/stylesheets/tailwind.css */
  .xl\:p-44 {
    padding: 11rem !important;
  }
  /* line 151974, app/assets/stylesheets/tailwind.css */
  .xl\:p-48 {
    padding: 12rem !important;
  }
  /* line 151978, app/assets/stylesheets/tailwind.css */
  .xl\:p-52 {
    padding: 13rem !important;
  }
  /* line 151982, app/assets/stylesheets/tailwind.css */
  .xl\:p-56 {
    padding: 14rem !important;
  }
  /* line 151986, app/assets/stylesheets/tailwind.css */
  .xl\:p-60 {
    padding: 15rem !important;
  }
  /* line 151990, app/assets/stylesheets/tailwind.css */
  .xl\:p-64 {
    padding: 16rem !important;
  }
  /* line 151994, app/assets/stylesheets/tailwind.css */
  .xl\:p-72 {
    padding: 18rem !important;
  }
  /* line 151998, app/assets/stylesheets/tailwind.css */
  .xl\:p-80 {
    padding: 20rem !important;
  }
  /* line 152002, app/assets/stylesheets/tailwind.css */
  .xl\:p-96 {
    padding: 24rem !important;
  }
  /* line 152006, app/assets/stylesheets/tailwind.css */
  .xl\:p-px {
    padding: 1px !important;
  }
  /* line 152010, app/assets/stylesheets/tailwind.css */
  .xl\:p-0\.5 {
    padding: 0.125rem !important;
  }
  /* line 152014, app/assets/stylesheets/tailwind.css */
  .xl\:p-1\.5 {
    padding: 0.375rem !important;
  }
  /* line 152018, app/assets/stylesheets/tailwind.css */
  .xl\:p-2\.5 {
    padding: 0.625rem !important;
  }
  /* line 152022, app/assets/stylesheets/tailwind.css */
  .xl\:p-3\.5 {
    padding: 0.875rem !important;
  }
  /* line 152026, app/assets/stylesheets/tailwind.css */
  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 152031, app/assets/stylesheets/tailwind.css */
  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  /* line 152036, app/assets/stylesheets/tailwind.css */
  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 152041, app/assets/stylesheets/tailwind.css */
  .xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  /* line 152046, app/assets/stylesheets/tailwind.css */
  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 152051, app/assets/stylesheets/tailwind.css */
  .xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  /* line 152056, app/assets/stylesheets/tailwind.css */
  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 152061, app/assets/stylesheets/tailwind.css */
  .xl\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  /* line 152066, app/assets/stylesheets/tailwind.css */
  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  /* line 152071, app/assets/stylesheets/tailwind.css */
  .xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  /* line 152076, app/assets/stylesheets/tailwind.css */
  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 152081, app/assets/stylesheets/tailwind.css */
  .xl\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  /* line 152086, app/assets/stylesheets/tailwind.css */
  .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 152091, app/assets/stylesheets/tailwind.css */
  .xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  /* line 152096, app/assets/stylesheets/tailwind.css */
  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  /* line 152101, app/assets/stylesheets/tailwind.css */
  .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 152106, app/assets/stylesheets/tailwind.css */
  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  /* line 152111, app/assets/stylesheets/tailwind.css */
  .xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  /* line 152116, app/assets/stylesheets/tailwind.css */
  .xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  /* line 152121, app/assets/stylesheets/tailwind.css */
  .xl\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  /* line 152126, app/assets/stylesheets/tailwind.css */
  .xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 152131, app/assets/stylesheets/tailwind.css */
  .xl\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  /* line 152136, app/assets/stylesheets/tailwind.css */
  .xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  /* line 152141, app/assets/stylesheets/tailwind.css */
  .xl\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  /* line 152146, app/assets/stylesheets/tailwind.css */
  .xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  /* line 152151, app/assets/stylesheets/tailwind.css */
  .xl\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  /* line 152156, app/assets/stylesheets/tailwind.css */
  .xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  /* line 152161, app/assets/stylesheets/tailwind.css */
  .xl\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  /* line 152166, app/assets/stylesheets/tailwind.css */
  .xl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  /* line 152171, app/assets/stylesheets/tailwind.css */
  .xl\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  /* line 152176, app/assets/stylesheets/tailwind.css */
  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  /* line 152181, app/assets/stylesheets/tailwind.css */
  .xl\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }
  /* line 152186, app/assets/stylesheets/tailwind.css */
  .xl\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  /* line 152191, app/assets/stylesheets/tailwind.css */
  .xl\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  /* line 152196, app/assets/stylesheets/tailwind.css */
  .xl\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
  /* line 152201, app/assets/stylesheets/tailwind.css */
  .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 152206, app/assets/stylesheets/tailwind.css */
  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 152211, app/assets/stylesheets/tailwind.css */
  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 152216, app/assets/stylesheets/tailwind.css */
  .xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 152221, app/assets/stylesheets/tailwind.css */
  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 152226, app/assets/stylesheets/tailwind.css */
  .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 152231, app/assets/stylesheets/tailwind.css */
  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 152236, app/assets/stylesheets/tailwind.css */
  .xl\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 152241, app/assets/stylesheets/tailwind.css */
  .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 152246, app/assets/stylesheets/tailwind.css */
  .xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 152251, app/assets/stylesheets/tailwind.css */
  .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 152256, app/assets/stylesheets/tailwind.css */
  .xl\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  /* line 152261, app/assets/stylesheets/tailwind.css */
  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 152266, app/assets/stylesheets/tailwind.css */
  .xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 152271, app/assets/stylesheets/tailwind.css */
  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 152276, app/assets/stylesheets/tailwind.css */
  .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 152281, app/assets/stylesheets/tailwind.css */
  .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 152286, app/assets/stylesheets/tailwind.css */
  .xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 152291, app/assets/stylesheets/tailwind.css */
  .xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 152296, app/assets/stylesheets/tailwind.css */
  .xl\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 152301, app/assets/stylesheets/tailwind.css */
  .xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 152306, app/assets/stylesheets/tailwind.css */
  .xl\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  /* line 152311, app/assets/stylesheets/tailwind.css */
  .xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 152316, app/assets/stylesheets/tailwind.css */
  .xl\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  /* line 152321, app/assets/stylesheets/tailwind.css */
  .xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 152326, app/assets/stylesheets/tailwind.css */
  .xl\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* line 152331, app/assets/stylesheets/tailwind.css */
  .xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  /* line 152336, app/assets/stylesheets/tailwind.css */
  .xl\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  /* line 152341, app/assets/stylesheets/tailwind.css */
  .xl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  /* line 152346, app/assets/stylesheets/tailwind.css */
  .xl\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  /* line 152351, app/assets/stylesheets/tailwind.css */
  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  /* line 152356, app/assets/stylesheets/tailwind.css */
  .xl\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  /* line 152361, app/assets/stylesheets/tailwind.css */
  .xl\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  /* line 152366, app/assets/stylesheets/tailwind.css */
  .xl\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  /* line 152371, app/assets/stylesheets/tailwind.css */
  .xl\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  /* line 152376, app/assets/stylesheets/tailwind.css */
  .xl\:pt-0 {
    padding-top: 0px !important;
  }
  /* line 152380, app/assets/stylesheets/tailwind.css */
  .xl\:pt-1 {
    padding-top: 0.25rem !important;
  }
  /* line 152384, app/assets/stylesheets/tailwind.css */
  .xl\:pt-2 {
    padding-top: 0.5rem !important;
  }
  /* line 152388, app/assets/stylesheets/tailwind.css */
  .xl\:pt-3 {
    padding-top: 0.75rem !important;
  }
  /* line 152392, app/assets/stylesheets/tailwind.css */
  .xl\:pt-4 {
    padding-top: 1rem !important;
  }
  /* line 152396, app/assets/stylesheets/tailwind.css */
  .xl\:pt-5 {
    padding-top: 1.25rem !important;
  }
  /* line 152400, app/assets/stylesheets/tailwind.css */
  .xl\:pt-6 {
    padding-top: 1.5rem !important;
  }
  /* line 152404, app/assets/stylesheets/tailwind.css */
  .xl\:pt-7 {
    padding-top: 1.75rem !important;
  }
  /* line 152408, app/assets/stylesheets/tailwind.css */
  .xl\:pt-8 {
    padding-top: 2rem !important;
  }
  /* line 152412, app/assets/stylesheets/tailwind.css */
  .xl\:pt-9 {
    padding-top: 2.25rem !important;
  }
  /* line 152416, app/assets/stylesheets/tailwind.css */
  .xl\:pt-10 {
    padding-top: 2.5rem !important;
  }
  /* line 152420, app/assets/stylesheets/tailwind.css */
  .xl\:pt-11 {
    padding-top: 2.75rem !important;
  }
  /* line 152424, app/assets/stylesheets/tailwind.css */
  .xl\:pt-12 {
    padding-top: 3rem !important;
  }
  /* line 152428, app/assets/stylesheets/tailwind.css */
  .xl\:pt-14 {
    padding-top: 3.5rem !important;
  }
  /* line 152432, app/assets/stylesheets/tailwind.css */
  .xl\:pt-16 {
    padding-top: 4rem !important;
  }
  /* line 152436, app/assets/stylesheets/tailwind.css */
  .xl\:pt-20 {
    padding-top: 5rem !important;
  }
  /* line 152440, app/assets/stylesheets/tailwind.css */
  .xl\:pt-24 {
    padding-top: 6rem !important;
  }
  /* line 152444, app/assets/stylesheets/tailwind.css */
  .xl\:pt-28 {
    padding-top: 7rem !important;
  }
  /* line 152448, app/assets/stylesheets/tailwind.css */
  .xl\:pt-32 {
    padding-top: 8rem !important;
  }
  /* line 152452, app/assets/stylesheets/tailwind.css */
  .xl\:pt-36 {
    padding-top: 9rem !important;
  }
  /* line 152456, app/assets/stylesheets/tailwind.css */
  .xl\:pt-40 {
    padding-top: 10rem !important;
  }
  /* line 152460, app/assets/stylesheets/tailwind.css */
  .xl\:pt-44 {
    padding-top: 11rem !important;
  }
  /* line 152464, app/assets/stylesheets/tailwind.css */
  .xl\:pt-48 {
    padding-top: 12rem !important;
  }
  /* line 152468, app/assets/stylesheets/tailwind.css */
  .xl\:pt-52 {
    padding-top: 13rem !important;
  }
  /* line 152472, app/assets/stylesheets/tailwind.css */
  .xl\:pt-56 {
    padding-top: 14rem !important;
  }
  /* line 152476, app/assets/stylesheets/tailwind.css */
  .xl\:pt-60 {
    padding-top: 15rem !important;
  }
  /* line 152480, app/assets/stylesheets/tailwind.css */
  .xl\:pt-64 {
    padding-top: 16rem !important;
  }
  /* line 152484, app/assets/stylesheets/tailwind.css */
  .xl\:pt-72 {
    padding-top: 18rem !important;
  }
  /* line 152488, app/assets/stylesheets/tailwind.css */
  .xl\:pt-80 {
    padding-top: 20rem !important;
  }
  /* line 152492, app/assets/stylesheets/tailwind.css */
  .xl\:pt-96 {
    padding-top: 24rem !important;
  }
  /* line 152496, app/assets/stylesheets/tailwind.css */
  .xl\:pt-px {
    padding-top: 1px !important;
  }
  /* line 152500, app/assets/stylesheets/tailwind.css */
  .xl\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }
  /* line 152504, app/assets/stylesheets/tailwind.css */
  .xl\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }
  /* line 152508, app/assets/stylesheets/tailwind.css */
  .xl\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }
  /* line 152512, app/assets/stylesheets/tailwind.css */
  .xl\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }
  /* line 152516, app/assets/stylesheets/tailwind.css */
  .xl\:pr-0 {
    padding-right: 0px !important;
  }
  /* line 152520, app/assets/stylesheets/tailwind.css */
  .xl\:pr-1 {
    padding-right: 0.25rem !important;
  }
  /* line 152524, app/assets/stylesheets/tailwind.css */
  .xl\:pr-2 {
    padding-right: 0.5rem !important;
  }
  /* line 152528, app/assets/stylesheets/tailwind.css */
  .xl\:pr-3 {
    padding-right: 0.75rem !important;
  }
  /* line 152532, app/assets/stylesheets/tailwind.css */
  .xl\:pr-4 {
    padding-right: 1rem !important;
  }
  /* line 152536, app/assets/stylesheets/tailwind.css */
  .xl\:pr-5 {
    padding-right: 1.25rem !important;
  }
  /* line 152540, app/assets/stylesheets/tailwind.css */
  .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }
  /* line 152544, app/assets/stylesheets/tailwind.css */
  .xl\:pr-7 {
    padding-right: 1.75rem !important;
  }
  /* line 152548, app/assets/stylesheets/tailwind.css */
  .xl\:pr-8 {
    padding-right: 2rem !important;
  }
  /* line 152552, app/assets/stylesheets/tailwind.css */
  .xl\:pr-9 {
    padding-right: 2.25rem !important;
  }
  /* line 152556, app/assets/stylesheets/tailwind.css */
  .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }
  /* line 152560, app/assets/stylesheets/tailwind.css */
  .xl\:pr-11 {
    padding-right: 2.75rem !important;
  }
  /* line 152564, app/assets/stylesheets/tailwind.css */
  .xl\:pr-12 {
    padding-right: 3rem !important;
  }
  /* line 152568, app/assets/stylesheets/tailwind.css */
  .xl\:pr-14 {
    padding-right: 3.5rem !important;
  }
  /* line 152572, app/assets/stylesheets/tailwind.css */
  .xl\:pr-16 {
    padding-right: 4rem !important;
  }
  /* line 152576, app/assets/stylesheets/tailwind.css */
  .xl\:pr-20 {
    padding-right: 5rem !important;
  }
  /* line 152580, app/assets/stylesheets/tailwind.css */
  .xl\:pr-24 {
    padding-right: 6rem !important;
  }
  /* line 152584, app/assets/stylesheets/tailwind.css */
  .xl\:pr-28 {
    padding-right: 7rem !important;
  }
  /* line 152588, app/assets/stylesheets/tailwind.css */
  .xl\:pr-32 {
    padding-right: 8rem !important;
  }
  /* line 152592, app/assets/stylesheets/tailwind.css */
  .xl\:pr-36 {
    padding-right: 9rem !important;
  }
  /* line 152596, app/assets/stylesheets/tailwind.css */
  .xl\:pr-40 {
    padding-right: 10rem !important;
  }
  /* line 152600, app/assets/stylesheets/tailwind.css */
  .xl\:pr-44 {
    padding-right: 11rem !important;
  }
  /* line 152604, app/assets/stylesheets/tailwind.css */
  .xl\:pr-48 {
    padding-right: 12rem !important;
  }
  /* line 152608, app/assets/stylesheets/tailwind.css */
  .xl\:pr-52 {
    padding-right: 13rem !important;
  }
  /* line 152612, app/assets/stylesheets/tailwind.css */
  .xl\:pr-56 {
    padding-right: 14rem !important;
  }
  /* line 152616, app/assets/stylesheets/tailwind.css */
  .xl\:pr-60 {
    padding-right: 15rem !important;
  }
  /* line 152620, app/assets/stylesheets/tailwind.css */
  .xl\:pr-64 {
    padding-right: 16rem !important;
  }
  /* line 152624, app/assets/stylesheets/tailwind.css */
  .xl\:pr-72 {
    padding-right: 18rem !important;
  }
  /* line 152628, app/assets/stylesheets/tailwind.css */
  .xl\:pr-80 {
    padding-right: 20rem !important;
  }
  /* line 152632, app/assets/stylesheets/tailwind.css */
  .xl\:pr-96 {
    padding-right: 24rem !important;
  }
  /* line 152636, app/assets/stylesheets/tailwind.css */
  .xl\:pr-px {
    padding-right: 1px !important;
  }
  /* line 152640, app/assets/stylesheets/tailwind.css */
  .xl\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }
  /* line 152644, app/assets/stylesheets/tailwind.css */
  .xl\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }
  /* line 152648, app/assets/stylesheets/tailwind.css */
  .xl\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }
  /* line 152652, app/assets/stylesheets/tailwind.css */
  .xl\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }
  /* line 152656, app/assets/stylesheets/tailwind.css */
  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }
  /* line 152660, app/assets/stylesheets/tailwind.css */
  .xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 152664, app/assets/stylesheets/tailwind.css */
  .xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 152668, app/assets/stylesheets/tailwind.css */
  .xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 152672, app/assets/stylesheets/tailwind.css */
  .xl\:pb-4 {
    padding-bottom: 1rem !important;
  }
  /* line 152676, app/assets/stylesheets/tailwind.css */
  .xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 152680, app/assets/stylesheets/tailwind.css */
  .xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 152684, app/assets/stylesheets/tailwind.css */
  .xl\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 152688, app/assets/stylesheets/tailwind.css */
  .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }
  /* line 152692, app/assets/stylesheets/tailwind.css */
  .xl\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  /* line 152696, app/assets/stylesheets/tailwind.css */
  .xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  /* line 152700, app/assets/stylesheets/tailwind.css */
  .xl\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  /* line 152704, app/assets/stylesheets/tailwind.css */
  .xl\:pb-12 {
    padding-bottom: 3rem !important;
  }
  /* line 152708, app/assets/stylesheets/tailwind.css */
  .xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  /* line 152712, app/assets/stylesheets/tailwind.css */
  .xl\:pb-16 {
    padding-bottom: 4rem !important;
  }
  /* line 152716, app/assets/stylesheets/tailwind.css */
  .xl\:pb-20 {
    padding-bottom: 5rem !important;
  }
  /* line 152720, app/assets/stylesheets/tailwind.css */
  .xl\:pb-24 {
    padding-bottom: 6rem !important;
  }
  /* line 152724, app/assets/stylesheets/tailwind.css */
  .xl\:pb-28 {
    padding-bottom: 7rem !important;
  }
  /* line 152728, app/assets/stylesheets/tailwind.css */
  .xl\:pb-32 {
    padding-bottom: 8rem !important;
  }
  /* line 152732, app/assets/stylesheets/tailwind.css */
  .xl\:pb-36 {
    padding-bottom: 9rem !important;
  }
  /* line 152736, app/assets/stylesheets/tailwind.css */
  .xl\:pb-40 {
    padding-bottom: 10rem !important;
  }
  /* line 152740, app/assets/stylesheets/tailwind.css */
  .xl\:pb-44 {
    padding-bottom: 11rem !important;
  }
  /* line 152744, app/assets/stylesheets/tailwind.css */
  .xl\:pb-48 {
    padding-bottom: 12rem !important;
  }
  /* line 152748, app/assets/stylesheets/tailwind.css */
  .xl\:pb-52 {
    padding-bottom: 13rem !important;
  }
  /* line 152752, app/assets/stylesheets/tailwind.css */
  .xl\:pb-56 {
    padding-bottom: 14rem !important;
  }
  /* line 152756, app/assets/stylesheets/tailwind.css */
  .xl\:pb-60 {
    padding-bottom: 15rem !important;
  }
  /* line 152760, app/assets/stylesheets/tailwind.css */
  .xl\:pb-64 {
    padding-bottom: 16rem !important;
  }
  /* line 152764, app/assets/stylesheets/tailwind.css */
  .xl\:pb-72 {
    padding-bottom: 18rem !important;
  }
  /* line 152768, app/assets/stylesheets/tailwind.css */
  .xl\:pb-80 {
    padding-bottom: 20rem !important;
  }
  /* line 152772, app/assets/stylesheets/tailwind.css */
  .xl\:pb-96 {
    padding-bottom: 24rem !important;
  }
  /* line 152776, app/assets/stylesheets/tailwind.css */
  .xl\:pb-px {
    padding-bottom: 1px !important;
  }
  /* line 152780, app/assets/stylesheets/tailwind.css */
  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }
  /* line 152784, app/assets/stylesheets/tailwind.css */
  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }
  /* line 152788, app/assets/stylesheets/tailwind.css */
  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }
  /* line 152792, app/assets/stylesheets/tailwind.css */
  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }
  /* line 152796, app/assets/stylesheets/tailwind.css */
  .xl\:pl-0 {
    padding-left: 0px !important;
  }
  /* line 152800, app/assets/stylesheets/tailwind.css */
  .xl\:pl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 152804, app/assets/stylesheets/tailwind.css */
  .xl\:pl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 152808, app/assets/stylesheets/tailwind.css */
  .xl\:pl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 152812, app/assets/stylesheets/tailwind.css */
  .xl\:pl-4 {
    padding-left: 1rem !important;
  }
  /* line 152816, app/assets/stylesheets/tailwind.css */
  .xl\:pl-5 {
    padding-left: 1.25rem !important;
  }
  /* line 152820, app/assets/stylesheets/tailwind.css */
  .xl\:pl-6 {
    padding-left: 1.5rem !important;
  }
  /* line 152824, app/assets/stylesheets/tailwind.css */
  .xl\:pl-7 {
    padding-left: 1.75rem !important;
  }
  /* line 152828, app/assets/stylesheets/tailwind.css */
  .xl\:pl-8 {
    padding-left: 2rem !important;
  }
  /* line 152832, app/assets/stylesheets/tailwind.css */
  .xl\:pl-9 {
    padding-left: 2.25rem !important;
  }
  /* line 152836, app/assets/stylesheets/tailwind.css */
  .xl\:pl-10 {
    padding-left: 2.5rem !important;
  }
  /* line 152840, app/assets/stylesheets/tailwind.css */
  .xl\:pl-11 {
    padding-left: 2.75rem !important;
  }
  /* line 152844, app/assets/stylesheets/tailwind.css */
  .xl\:pl-12 {
    padding-left: 3rem !important;
  }
  /* line 152848, app/assets/stylesheets/tailwind.css */
  .xl\:pl-14 {
    padding-left: 3.5rem !important;
  }
  /* line 152852, app/assets/stylesheets/tailwind.css */
  .xl\:pl-16 {
    padding-left: 4rem !important;
  }
  /* line 152856, app/assets/stylesheets/tailwind.css */
  .xl\:pl-20 {
    padding-left: 5rem !important;
  }
  /* line 152860, app/assets/stylesheets/tailwind.css */
  .xl\:pl-24 {
    padding-left: 6rem !important;
  }
  /* line 152864, app/assets/stylesheets/tailwind.css */
  .xl\:pl-28 {
    padding-left: 7rem !important;
  }
  /* line 152868, app/assets/stylesheets/tailwind.css */
  .xl\:pl-32 {
    padding-left: 8rem !important;
  }
  /* line 152872, app/assets/stylesheets/tailwind.css */
  .xl\:pl-36 {
    padding-left: 9rem !important;
  }
  /* line 152876, app/assets/stylesheets/tailwind.css */
  .xl\:pl-40 {
    padding-left: 10rem !important;
  }
  /* line 152880, app/assets/stylesheets/tailwind.css */
  .xl\:pl-44 {
    padding-left: 11rem !important;
  }
  /* line 152884, app/assets/stylesheets/tailwind.css */
  .xl\:pl-48 {
    padding-left: 12rem !important;
  }
  /* line 152888, app/assets/stylesheets/tailwind.css */
  .xl\:pl-52 {
    padding-left: 13rem !important;
  }
  /* line 152892, app/assets/stylesheets/tailwind.css */
  .xl\:pl-56 {
    padding-left: 14rem !important;
  }
  /* line 152896, app/assets/stylesheets/tailwind.css */
  .xl\:pl-60 {
    padding-left: 15rem !important;
  }
  /* line 152900, app/assets/stylesheets/tailwind.css */
  .xl\:pl-64 {
    padding-left: 16rem !important;
  }
  /* line 152904, app/assets/stylesheets/tailwind.css */
  .xl\:pl-72 {
    padding-left: 18rem !important;
  }
  /* line 152908, app/assets/stylesheets/tailwind.css */
  .xl\:pl-80 {
    padding-left: 20rem !important;
  }
  /* line 152912, app/assets/stylesheets/tailwind.css */
  .xl\:pl-96 {
    padding-left: 24rem !important;
  }
  /* line 152916, app/assets/stylesheets/tailwind.css */
  .xl\:pl-px {
    padding-left: 1px !important;
  }
  /* line 152920, app/assets/stylesheets/tailwind.css */
  .xl\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }
  /* line 152924, app/assets/stylesheets/tailwind.css */
  .xl\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }
  /* line 152928, app/assets/stylesheets/tailwind.css */
  .xl\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }
  /* line 152932, app/assets/stylesheets/tailwind.css */
  .xl\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }
  /* line 152936, app/assets/stylesheets/tailwind.css */
  .xl\:text-left {
    text-align: left !important;
  }
  /* line 152940, app/assets/stylesheets/tailwind.css */
  .xl\:text-center {
    text-align: center !important;
  }
  /* line 152944, app/assets/stylesheets/tailwind.css */
  .xl\:text-right {
    text-align: right !important;
  }
  /* line 152948, app/assets/stylesheets/tailwind.css */
  .xl\:text-justify {
    text-align: justify !important;
  }
  /* line 152952, app/assets/stylesheets/tailwind.css */
  .xl\:align-baseline {
    vertical-align: baseline !important;
  }
  /* line 152956, app/assets/stylesheets/tailwind.css */
  .xl\:align-top {
    vertical-align: top !important;
  }
  /* line 152960, app/assets/stylesheets/tailwind.css */
  .xl\:align-middle {
    vertical-align: middle !important;
  }
  /* line 152964, app/assets/stylesheets/tailwind.css */
  .xl\:align-bottom {
    vertical-align: bottom !important;
  }
  /* line 152968, app/assets/stylesheets/tailwind.css */
  .xl\:align-text-top {
    vertical-align: text-top !important;
  }
  /* line 152972, app/assets/stylesheets/tailwind.css */
  .xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }
  /* line 152976, app/assets/stylesheets/tailwind.css */
  .xl\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }
  /* line 152980, app/assets/stylesheets/tailwind.css */
  .xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }
  /* line 152984, app/assets/stylesheets/tailwind.css */
  .xl\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }
  /* line 152988, app/assets/stylesheets/tailwind.css */
  .xl\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  /* line 152993, app/assets/stylesheets/tailwind.css */
  .xl\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  /* line 152998, app/assets/stylesheets/tailwind.css */
  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  /* line 153003, app/assets/stylesheets/tailwind.css */
  .xl\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  /* line 153008, app/assets/stylesheets/tailwind.css */
  .xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  /* line 153013, app/assets/stylesheets/tailwind.css */
  .xl\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  /* line 153018, app/assets/stylesheets/tailwind.css */
  .xl\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  /* line 153023, app/assets/stylesheets/tailwind.css */
  .xl\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  /* line 153028, app/assets/stylesheets/tailwind.css */
  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  /* line 153033, app/assets/stylesheets/tailwind.css */
  .xl\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  /* line 153038, app/assets/stylesheets/tailwind.css */
  .xl\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
  /* line 153043, app/assets/stylesheets/tailwind.css */
  .xl\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  /* line 153048, app/assets/stylesheets/tailwind.css */
  .xl\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }
  /* line 153053, app/assets/stylesheets/tailwind.css */
  .xl\:font-thin {
    font-weight: 100 !important;
  }
  /* line 153057, app/assets/stylesheets/tailwind.css */
  .xl\:font-extralight {
    font-weight: 200 !important;
  }
  /* line 153061, app/assets/stylesheets/tailwind.css */
  .xl\:font-light {
    font-weight: 300 !important;
  }
  /* line 153065, app/assets/stylesheets/tailwind.css */
  .xl\:font-normal {
    font-weight: 400 !important;
  }
  /* line 153069, app/assets/stylesheets/tailwind.css */
  .xl\:font-medium {
    font-weight: 500 !important;
  }
  /* line 153073, app/assets/stylesheets/tailwind.css */
  .xl\:font-semibold {
    font-weight: 600 !important;
  }
  /* line 153077, app/assets/stylesheets/tailwind.css */
  .xl\:font-bold {
    font-weight: 700 !important;
  }
  /* line 153081, app/assets/stylesheets/tailwind.css */
  .xl\:font-extrabold {
    font-weight: 800 !important;
  }
  /* line 153085, app/assets/stylesheets/tailwind.css */
  .xl\:font-black {
    font-weight: 900 !important;
  }
  /* line 153089, app/assets/stylesheets/tailwind.css */
  .xl\:uppercase {
    text-transform: uppercase !important;
  }
  /* line 153093, app/assets/stylesheets/tailwind.css */
  .xl\:lowercase {
    text-transform: lowercase !important;
  }
  /* line 153097, app/assets/stylesheets/tailwind.css */
  .xl\:capitalize {
    text-transform: capitalize !important;
  }
  /* line 153101, app/assets/stylesheets/tailwind.css */
  .xl\:normal-case {
    text-transform: none !important;
  }
  /* line 153105, app/assets/stylesheets/tailwind.css */
  .xl\:italic {
    font-style: italic !important;
  }
  /* line 153109, app/assets/stylesheets/tailwind.css */
  .xl\:not-italic {
    font-style: normal !important;
  }
  /* line 153113, app/assets/stylesheets/tailwind.css */
  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }
  /* line 153122, app/assets/stylesheets/tailwind.css */
  .xl\:normal-nums {
    font-variant-numeric: normal !important;
  }
  /* line 153126, app/assets/stylesheets/tailwind.css */
  .xl\:ordinal {
    --tw-ordinal: ordinal !important;
  }
  /* line 153130, app/assets/stylesheets/tailwind.css */
  .xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }
  /* line 153134, app/assets/stylesheets/tailwind.css */
  .xl\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }
  /* line 153138, app/assets/stylesheets/tailwind.css */
  .xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }
  /* line 153142, app/assets/stylesheets/tailwind.css */
  .xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }
  /* line 153146, app/assets/stylesheets/tailwind.css */
  .xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }
  /* line 153150, app/assets/stylesheets/tailwind.css */
  .xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }
  /* line 153154, app/assets/stylesheets/tailwind.css */
  .xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }
  /* line 153158, app/assets/stylesheets/tailwind.css */
  .xl\:leading-3 {
    line-height: .75rem !important;
  }
  /* line 153162, app/assets/stylesheets/tailwind.css */
  .xl\:leading-4 {
    line-height: 1rem !important;
  }
  /* line 153166, app/assets/stylesheets/tailwind.css */
  .xl\:leading-5 {
    line-height: 1.25rem !important;
  }
  /* line 153170, app/assets/stylesheets/tailwind.css */
  .xl\:leading-6 {
    line-height: 1.5rem !important;
  }
  /* line 153174, app/assets/stylesheets/tailwind.css */
  .xl\:leading-7 {
    line-height: 1.75rem !important;
  }
  /* line 153178, app/assets/stylesheets/tailwind.css */
  .xl\:leading-8 {
    line-height: 2rem !important;
  }
  /* line 153182, app/assets/stylesheets/tailwind.css */
  .xl\:leading-9 {
    line-height: 2.25rem !important;
  }
  /* line 153186, app/assets/stylesheets/tailwind.css */
  .xl\:leading-10 {
    line-height: 2.5rem !important;
  }
  /* line 153190, app/assets/stylesheets/tailwind.css */
  .xl\:leading-none {
    line-height: 1 !important;
  }
  /* line 153194, app/assets/stylesheets/tailwind.css */
  .xl\:leading-tight {
    line-height: 1.25 !important;
  }
  /* line 153198, app/assets/stylesheets/tailwind.css */
  .xl\:leading-snug {
    line-height: 1.375 !important;
  }
  /* line 153202, app/assets/stylesheets/tailwind.css */
  .xl\:leading-normal {
    line-height: 1.5 !important;
  }
  /* line 153206, app/assets/stylesheets/tailwind.css */
  .xl\:leading-relaxed {
    line-height: 1.625 !important;
  }
  /* line 153210, app/assets/stylesheets/tailwind.css */
  .xl\:leading-loose {
    line-height: 2 !important;
  }
  /* line 153214, app/assets/stylesheets/tailwind.css */
  .xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }
  /* line 153218, app/assets/stylesheets/tailwind.css */
  .xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }
  /* line 153222, app/assets/stylesheets/tailwind.css */
  .xl\:tracking-normal {
    letter-spacing: 0em !important;
  }
  /* line 153226, app/assets/stylesheets/tailwind.css */
  .xl\:tracking-wide {
    letter-spacing: 0.025em !important;
  }
  /* line 153230, app/assets/stylesheets/tailwind.css */
  .xl\:tracking-wider {
    letter-spacing: 0.05em !important;
  }
  /* line 153234, app/assets/stylesheets/tailwind.css */
  .xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }
  /* line 153238, app/assets/stylesheets/tailwind.css */
  .xl\:text-transparent {
    color: transparent !important;
  }
  /* line 153242, app/assets/stylesheets/tailwind.css */
  .xl\:text-current {
    color: currentColor !important;
  }
  /* line 153246, app/assets/stylesheets/tailwind.css */
  .xl\:text-black {
    color: var(--black) !important;
  }
  /* line 153250, app/assets/stylesheets/tailwind.css */
  .xl\:text-white {
    color: var(--white) !important;
  }
  /* line 153254, app/assets/stylesheets/tailwind.css */
  .xl\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 153259, app/assets/stylesheets/tailwind.css */
  .xl\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 153264, app/assets/stylesheets/tailwind.css */
  .xl\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 153269, app/assets/stylesheets/tailwind.css */
  .xl\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 153274, app/assets/stylesheets/tailwind.css */
  .xl\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 153279, app/assets/stylesheets/tailwind.css */
  .xl\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 153284, app/assets/stylesheets/tailwind.css */
  .xl\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 153289, app/assets/stylesheets/tailwind.css */
  .xl\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 153294, app/assets/stylesheets/tailwind.css */
  .xl\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 153299, app/assets/stylesheets/tailwind.css */
  .xl\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 153304, app/assets/stylesheets/tailwind.css */
  .xl\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 153309, app/assets/stylesheets/tailwind.css */
  .xl\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 153314, app/assets/stylesheets/tailwind.css */
  .xl\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 153319, app/assets/stylesheets/tailwind.css */
  .xl\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 153324, app/assets/stylesheets/tailwind.css */
  .xl\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 153329, app/assets/stylesheets/tailwind.css */
  .xl\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 153334, app/assets/stylesheets/tailwind.css */
  .xl\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 153339, app/assets/stylesheets/tailwind.css */
  .xl\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 153344, app/assets/stylesheets/tailwind.css */
  .xl\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 153349, app/assets/stylesheets/tailwind.css */
  .xl\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 153354, app/assets/stylesheets/tailwind.css */
  .xl\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 153359, app/assets/stylesheets/tailwind.css */
  .xl\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 153364, app/assets/stylesheets/tailwind.css */
  .xl\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 153369, app/assets/stylesheets/tailwind.css */
  .xl\:text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 153374, app/assets/stylesheets/tailwind.css */
  .xl\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 153379, app/assets/stylesheets/tailwind.css */
  .xl\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 153384, app/assets/stylesheets/tailwind.css */
  .xl\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 153389, app/assets/stylesheets/tailwind.css */
  .xl\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 153394, app/assets/stylesheets/tailwind.css */
  .xl\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 153399, app/assets/stylesheets/tailwind.css */
  .xl\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 153404, app/assets/stylesheets/tailwind.css */
  .xl\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 153409, app/assets/stylesheets/tailwind.css */
  .xl\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 153414, app/assets/stylesheets/tailwind.css */
  .xl\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 153419, app/assets/stylesheets/tailwind.css */
  .xl\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 153424, app/assets/stylesheets/tailwind.css */
  .xl\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 153429, app/assets/stylesheets/tailwind.css */
  .xl\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 153434, app/assets/stylesheets/tailwind.css */
  .xl\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 153439, app/assets/stylesheets/tailwind.css */
  .xl\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 153444, app/assets/stylesheets/tailwind.css */
  .xl\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 153449, app/assets/stylesheets/tailwind.css */
  .xl\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 153454, app/assets/stylesheets/tailwind.css */
  .xl\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 153459, app/assets/stylesheets/tailwind.css */
  .xl\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 153464, app/assets/stylesheets/tailwind.css */
  .xl\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 153469, app/assets/stylesheets/tailwind.css */
  .xl\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 153474, app/assets/stylesheets/tailwind.css */
  .xl\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 153479, app/assets/stylesheets/tailwind.css */
  .xl\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 153484, app/assets/stylesheets/tailwind.css */
  .xl\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 153489, app/assets/stylesheets/tailwind.css */
  .xl\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 153494, app/assets/stylesheets/tailwind.css */
  .xl\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 153499, app/assets/stylesheets/tailwind.css */
  .xl\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 153504, app/assets/stylesheets/tailwind.css */
  .xl\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 153509, app/assets/stylesheets/tailwind.css */
  .xl\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 153514, app/assets/stylesheets/tailwind.css */
  .xl\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 153519, app/assets/stylesheets/tailwind.css */
  .xl\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 153524, app/assets/stylesheets/tailwind.css */
  .xl\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 153529, app/assets/stylesheets/tailwind.css */
  .xl\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 153534, app/assets/stylesheets/tailwind.css */
  .xl\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 153539, app/assets/stylesheets/tailwind.css */
  .xl\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 153544, app/assets/stylesheets/tailwind.css */
  .xl\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 153549, app/assets/stylesheets/tailwind.css */
  .xl\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 153554, app/assets/stylesheets/tailwind.css */
  .xl\:text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 153559, app/assets/stylesheets/tailwind.css */
  .xl\:text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 153564, app/assets/stylesheets/tailwind.css */
  .xl\:text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 153569, app/assets/stylesheets/tailwind.css */
  .xl\:text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 153574, app/assets/stylesheets/tailwind.css */
  .xl\:text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 153579, app/assets/stylesheets/tailwind.css */
  .xl\:text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 153584, app/assets/stylesheets/tailwind.css */
  .xl\:text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 153589, app/assets/stylesheets/tailwind.css */
  .xl\:text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 153594, app/assets/stylesheets/tailwind.css */
  .xl\:text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 153599, app/assets/stylesheets/tailwind.css */
  .xl\:text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 153604, app/assets/stylesheets/tailwind.css */
  .xl\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 153609, app/assets/stylesheets/tailwind.css */
  .xl\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 153614, app/assets/stylesheets/tailwind.css */
  .xl\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 153619, app/assets/stylesheets/tailwind.css */
  .xl\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 153624, app/assets/stylesheets/tailwind.css */
  .xl\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 153629, app/assets/stylesheets/tailwind.css */
  .xl\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 153634, app/assets/stylesheets/tailwind.css */
  .xl\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 153639, app/assets/stylesheets/tailwind.css */
  .xl\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 153644, app/assets/stylesheets/tailwind.css */
  .xl\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 153649, app/assets/stylesheets/tailwind.css */
  .xl\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 153654, app/assets/stylesheets/tailwind.css */
  .xl\:text-grey {
    color: var(--grey) !important;
  }
  /* line 153658, app/assets/stylesheets/tailwind.css */
  .xl\:text-info {
    color: var(--text-info) !important;
  }
  /* line 153662, app/assets/stylesheets/tailwind.css */
  .xl\:text-warning {
    color: var(--text-warning) !important;
  }
  /* line 153666, app/assets/stylesheets/tailwind.css */
  .xl\:text-error {
    color: var(--text-error) !important;
  }
  /* line 153670, app/assets/stylesheets/tailwind.css */
  .xl\:text-primary {
    color: var(--primary) !important;
  }
  /* line 153674, app/assets/stylesheets/tailwind.css */
  .xl\:text-secondary {
    color: var(--secondary) !important;
  }
  /* line 153678, app/assets/stylesheets/tailwind.css */
  .xl\:text-primary-dark {
    color: var(--primary-dark) !important;
  }
  /* line 153682, app/assets/stylesheets/tailwind.css */
  .xl\:text-text-color {
    color: var(--text-color) !important;
  }
  /* line 153686, app/assets/stylesheets/tailwind.css */
  .xl\:text-button-outlined-hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 153690, app/assets/stylesheets/tailwind.css */
  .xl\:text-file-info {
    color: var(--file-info) !important;
  }
  /* line 153694, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent !important;
  }
  /* line 153698, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-current {
    color: currentColor !important;
  }
  /* line 153702, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-black {
    color: var(--black) !important;
  }
  /* line 153706, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-white {
    color: var(--white) !important;
  }
  /* line 153710, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 153715, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 153720, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 153725, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 153730, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 153735, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 153740, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 153745, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 153750, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 153755, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 153760, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 153765, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 153770, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 153775, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 153780, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 153785, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 153790, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 153795, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 153800, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 153805, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 153810, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 153815, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 153820, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 153825, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 153830, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 153835, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 153840, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 153845, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 153850, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 153855, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 153860, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 153865, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 153870, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 153875, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 153880, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 153885, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 153890, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 153895, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 153900, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 153905, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 153910, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 153915, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 153920, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 153925, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 153930, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 153935, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 153940, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 153945, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 153950, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 153955, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 153960, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 153965, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 153970, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 153975, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 153980, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 153985, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 153990, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 153995, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 154000, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 154005, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 154010, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 154015, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154020, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154025, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 154030, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 154035, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 154040, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 154045, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 154050, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 154055, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 154060, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 154065, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 154070, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 154075, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 154080, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 154085, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 154090, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 154095, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 154100, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 154105, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 154110, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-grey {
    color: var(--grey) !important;
  }
  /* line 154114, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-info {
    color: var(--text-info) !important;
  }
  /* line 154118, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-warning {
    color: var(--text-warning) !important;
  }
  /* line 154122, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-error {
    color: var(--text-error) !important;
  }
  /* line 154126, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-primary {
    color: var(--primary) !important;
  }
  /* line 154130, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-secondary {
    color: var(--secondary) !important;
  }
  /* line 154134, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-primary-dark {
    color: var(--primary-dark) !important;
  }
  /* line 154138, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-text-color {
    color: var(--text-color) !important;
  }
  /* line 154142, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-button-outlined-hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 154146, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-file-info {
    color: var(--file-info) !important;
  }
  /* line 154150, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }
  /* line 154154, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }
  /* line 154158, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-black:focus-within {
    color: var(--black) !important;
  }
  /* line 154162, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-white:focus-within {
    color: var(--white) !important;
  }
  /* line 154166, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 154171, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 154176, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 154181, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 154186, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 154191, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 154196, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 154201, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 154206, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 154211, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 154216, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 154221, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 154226, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 154231, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 154236, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 154241, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 154246, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 154251, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 154256, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 154261, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 154266, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 154271, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 154276, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 154281, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 154286, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 154291, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 154296, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 154301, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 154306, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 154311, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 154316, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 154321, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 154326, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 154331, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 154336, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 154341, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 154346, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 154351, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 154356, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 154361, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 154366, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 154371, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154376, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154381, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 154386, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 154391, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 154396, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 154401, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 154406, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 154411, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 154416, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 154421, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 154426, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154431, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 154436, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 154441, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 154446, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 154451, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 154456, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 154461, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 154466, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 154471, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154476, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154481, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 154486, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 154491, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 154496, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 154501, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 154506, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 154511, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 154516, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 154521, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 154526, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 154531, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 154536, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 154541, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 154546, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 154551, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 154556, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 154561, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 154566, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-grey:focus-within {
    color: var(--grey) !important;
  }
  /* line 154570, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-info:focus-within {
    color: var(--text-info) !important;
  }
  /* line 154574, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-warning:focus-within {
    color: var(--text-warning) !important;
  }
  /* line 154578, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-error:focus-within {
    color: var(--text-error) !important;
  }
  /* line 154582, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-primary:focus-within {
    color: var(--primary) !important;
  }
  /* line 154586, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-secondary:focus-within {
    color: var(--secondary) !important;
  }
  /* line 154590, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-primary-dark:focus-within {
    color: var(--primary-dark) !important;
  }
  /* line 154594, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-text-color:focus-within {
    color: var(--text-color) !important;
  }
  /* line 154598, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-button-outlined-hover:focus-within {
    color: var(--button-outlined-hover) !important;
  }
  /* line 154602, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-file-info:focus-within {
    color: var(--file-info) !important;
  }
  /* line 154606, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }
  /* line 154610, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-current:hover {
    color: currentColor !important;
  }
  /* line 154614, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-black:hover {
    color: var(--black) !important;
  }
  /* line 154618, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-white:hover {
    color: var(--white) !important;
  }
  /* line 154622, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 154627, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 154632, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 154637, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 154642, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 154647, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 154652, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 154657, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 154662, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 154667, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 154672, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 154677, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 154682, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 154687, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 154692, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 154697, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 154702, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 154707, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 154712, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 154717, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 154722, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 154727, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 154732, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 154737, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 154742, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 154747, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 154752, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 154757, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 154762, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 154767, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 154772, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 154777, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 154782, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 154787, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 154792, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 154797, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 154802, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 154807, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 154812, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 154817, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 154822, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 154827, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154832, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154837, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 154842, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 154847, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 154852, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 154857, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 154862, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 154867, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 154872, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 154877, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 154882, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154887, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 154892, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 154897, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 154902, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 154907, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 154912, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 154917, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 154922, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 154927, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154932, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 154937, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 154942, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 154947, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 154952, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 154957, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 154962, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 154967, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 154972, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 154977, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 154982, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 154987, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 154992, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 154997, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 155002, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 155007, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 155012, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 155017, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 155022, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-grey:hover {
    color: var(--grey) !important;
  }
  /* line 155026, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-info:hover {
    color: var(--text-info) !important;
  }
  /* line 155030, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-warning:hover {
    color: var(--text-warning) !important;
  }
  /* line 155034, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-error:hover {
    color: var(--text-error) !important;
  }
  /* line 155038, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-primary:hover {
    color: var(--primary) !important;
  }
  /* line 155042, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-secondary:hover {
    color: var(--secondary) !important;
  }
  /* line 155046, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-primary-dark:hover {
    color: var(--primary-dark) !important;
  }
  /* line 155050, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-text-color:hover {
    color: var(--text-color) !important;
  }
  /* line 155054, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-button-outlined-hover:hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 155058, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-file-info:hover {
    color: var(--file-info) !important;
  }
  /* line 155062, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }
  /* line 155066, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-current:focus {
    color: currentColor !important;
  }
  /* line 155070, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-black:focus {
    color: var(--black) !important;
  }
  /* line 155074, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-white:focus {
    color: var(--white) !important;
  }
  /* line 155078, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 155083, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 155088, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 155093, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 155098, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 155103, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 155108, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 155113, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 155118, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 155123, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 155128, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 155133, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 155138, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 155143, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 155148, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 155153, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 155158, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 155163, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 155168, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 155173, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 155178, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 155183, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 155188, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 155193, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 155198, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 155203, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 155208, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 155213, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 155218, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 155223, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 155228, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 155233, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 155238, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 155243, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 155248, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 155253, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 155258, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 155263, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 155268, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 155273, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 155278, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 155283, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 155288, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 155293, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 155298, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 155303, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 155308, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 155313, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 155318, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 155323, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 155328, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 155333, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 155338, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 155343, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 155348, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 155353, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 155358, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 155363, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 155368, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 155373, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 155378, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 155383, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 155388, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 155393, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 155398, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 155403, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 155408, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 155413, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 155418, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 155423, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 155428, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 155433, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 155438, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 155443, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 155448, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 155453, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 155458, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 155463, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 155468, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 155473, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 155478, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-grey:focus {
    color: var(--grey) !important;
  }
  /* line 155482, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-info:focus {
    color: var(--text-info) !important;
  }
  /* line 155486, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-warning:focus {
    color: var(--text-warning) !important;
  }
  /* line 155490, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-error:focus {
    color: var(--text-error) !important;
  }
  /* line 155494, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-primary:focus {
    color: var(--primary) !important;
  }
  /* line 155498, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-secondary:focus {
    color: var(--secondary) !important;
  }
  /* line 155502, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-primary-dark:focus {
    color: var(--primary-dark) !important;
  }
  /* line 155506, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-text-color:focus {
    color: var(--text-color) !important;
  }
  /* line 155510, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-button-outlined-hover:focus {
    color: var(--button-outlined-hover) !important;
  }
  /* line 155514, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-file-info:focus {
    color: var(--file-info) !important;
  }
  /* line 155518, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }
  /* line 155522, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 155526, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 155530, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 155534, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 155538, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 155542, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 155546, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 155550, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 155554, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 155558, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 155562, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 155566, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 155570, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 155574, app/assets/stylesheets/tailwind.css */
  .xl\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }
  /* line 155578, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }
  /* line 155582, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 155586, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 155590, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 155594, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 155598, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 155602, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 155606, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 155610, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 155614, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 155618, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 155622, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 155626, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 155630, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 155634, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }
  /* line 155638, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }
  /* line 155642, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 155646, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 155650, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 155654, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 155658, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 155662, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 155666, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 155670, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 155674, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 155678, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 155682, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 155686, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 155690, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 155694, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }
  /* line 155698, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }
  /* line 155702, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 155706, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 155710, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 155714, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 155718, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 155722, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 155726, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 155730, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 155734, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 155738, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 155742, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 155746, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 155750, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 155754, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }
  /* line 155758, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }
  /* line 155762, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 155766, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 155770, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 155774, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 155778, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 155782, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 155786, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 155790, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 155794, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 155798, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 155802, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 155806, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 155810, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 155814, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }
  /* line 155818, app/assets/stylesheets/tailwind.css */
  .xl\:underline {
    text-decoration: underline !important;
  }
  /* line 155822, app/assets/stylesheets/tailwind.css */
  .xl\:line-through {
    text-decoration: line-through !important;
  }
  /* line 155826, app/assets/stylesheets/tailwind.css */
  .xl\:no-underline {
    text-decoration: none !important;
  }
  /* line 155830, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline !important;
  }
  /* line 155834, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through !important;
  }
  /* line 155838, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none !important;
  }
  /* line 155842, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }
  /* line 155846, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }
  /* line 155850, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }
  /* line 155854, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }
  /* line 155858, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
  /* line 155862, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
  /* line 155866, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }
  /* line 155870, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }
  /* line 155874, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }
  /* line 155878, app/assets/stylesheets/tailwind.css */
  .xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }
  /* line 155883, app/assets/stylesheets/tailwind.css */
  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }
  /* line 155888, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }
  /* line 155892, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }
  /* line 155896, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }
  /* line 155900, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }
  /* line 155904, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }
  /* line 155908, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-current::placeholder {
    color: currentColor !important;
  }
  /* line 155912, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-black::-moz-placeholder {
    color: var(--black) !important;
  }
  /* line 155916, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-black:-ms-input-placeholder {
    color: var(--black) !important;
  }
  /* line 155920, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-black::placeholder {
    color: var(--black) !important;
  }
  /* line 155924, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-white::-moz-placeholder {
    color: var(--white) !important;
  }
  /* line 155928, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-white:-ms-input-placeholder {
    color: var(--white) !important;
  }
  /* line 155932, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-white::placeholder {
    color: var(--white) !important;
  }
  /* line 155936, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155941, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155946, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155951, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155956, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155961, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155966, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155971, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155976, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155981, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155986, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155991, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 155996, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156001, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156006, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156011, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156016, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156021, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156026, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156031, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156036, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156041, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156046, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156051, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156056, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156061, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156066, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156071, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156076, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156081, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156086, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156091, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156096, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156101, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156106, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156111, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156116, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156121, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156126, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156131, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156136, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156141, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156146, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156151, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156156, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156161, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156166, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156171, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156176, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156181, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156186, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156191, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156196, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156201, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156206, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156211, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156216, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156221, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156226, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156231, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156236, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156241, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156246, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156251, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156256, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156261, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156266, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156271, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156276, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156281, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156286, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156291, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156296, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156301, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156306, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156311, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156316, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156321, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156326, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156331, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156336, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156341, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156346, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156351, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156356, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156361, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156366, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156371, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156376, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156381, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156386, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156391, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156396, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156401, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156406, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156411, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156416, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156421, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156426, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156431, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156436, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156441, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156446, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156451, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156456, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156461, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156466, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156471, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156476, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156481, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156486, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156491, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156496, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156501, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156506, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156511, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156516, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156521, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156526, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156531, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156536, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156541, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156546, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156551, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156556, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156561, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156566, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156571, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156576, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156581, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156586, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156591, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156596, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156601, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156606, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156611, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156616, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156621, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156626, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156631, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156636, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156641, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156646, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156651, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156656, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156661, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156666, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156671, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156676, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156681, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156686, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156691, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156696, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156701, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156706, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156711, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156716, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156721, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156726, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156731, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156736, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156741, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156746, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156751, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156756, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156761, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156766, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156771, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156776, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156781, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156786, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156791, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156796, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156801, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156806, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156811, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156816, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156821, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156826, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156831, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156836, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156841, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156846, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156851, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156856, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156861, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156866, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156871, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156876, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156881, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156886, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156891, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156896, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156901, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156906, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156911, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156916, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156921, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156926, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156931, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156936, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156941, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156946, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156951, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156956, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156961, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156966, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156971, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156976, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156981, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156986, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156991, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 156996, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157001, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157006, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157011, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157016, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157021, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157026, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157031, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157036, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157041, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157046, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157051, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157056, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157061, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157066, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157071, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157076, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157081, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157086, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157091, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157096, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157101, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157106, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157111, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157116, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157121, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157126, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157131, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157136, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-grey::-moz-placeholder {
    color: var(--grey) !important;
  }
  /* line 157140, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-grey:-ms-input-placeholder {
    color: var(--grey) !important;
  }
  /* line 157144, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-grey::placeholder {
    color: var(--grey) !important;
  }
  /* line 157148, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-info::-moz-placeholder {
    color: var(--text-info) !important;
  }
  /* line 157152, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-info:-ms-input-placeholder {
    color: var(--text-info) !important;
  }
  /* line 157156, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-info::placeholder {
    color: var(--text-info) !important;
  }
  /* line 157160, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-warning::-moz-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 157164, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-warning:-ms-input-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 157168, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-warning::placeholder {
    color: var(--text-warning) !important;
  }
  /* line 157172, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-error::-moz-placeholder {
    color: var(--text-error) !important;
  }
  /* line 157176, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-error:-ms-input-placeholder {
    color: var(--text-error) !important;
  }
  /* line 157180, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-error::placeholder {
    color: var(--text-error) !important;
  }
  /* line 157184, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-primary::-moz-placeholder {
    color: var(--primary) !important;
  }
  /* line 157188, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-primary:-ms-input-placeholder {
    color: var(--primary) !important;
  }
  /* line 157192, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-primary::placeholder {
    color: var(--primary) !important;
  }
  /* line 157196, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-secondary::-moz-placeholder {
    color: var(--secondary) !important;
  }
  /* line 157200, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-secondary:-ms-input-placeholder {
    color: var(--secondary) !important;
  }
  /* line 157204, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-secondary::placeholder {
    color: var(--secondary) !important;
  }
  /* line 157208, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-primary-dark::-moz-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 157212, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-primary-dark:-ms-input-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 157216, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-primary-dark::placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 157220, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-text-color::-moz-placeholder {
    color: var(--text-color) !important;
  }
  /* line 157224, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-text-color:-ms-input-placeholder {
    color: var(--text-color) !important;
  }
  /* line 157228, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-text-color::placeholder {
    color: var(--text-color) !important;
  }
  /* line 157232, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-button-outlined-hover::-moz-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 157236, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-button-outlined-hover:-ms-input-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 157240, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-button-outlined-hover::placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 157244, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-file-info::-moz-placeholder {
    color: var(--file-info) !important;
  }
  /* line 157248, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-file-info:-ms-input-placeholder {
    color: var(--file-info) !important;
  }
  /* line 157252, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-file-info::placeholder {
    color: var(--file-info) !important;
  }
  /* line 157256, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }
  /* line 157260, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }
  /* line 157264, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }
  /* line 157268, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }
  /* line 157272, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }
  /* line 157276, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }
  /* line 157280, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    color: var(--black) !important;
  }
  /* line 157284, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: var(--black) !important;
  }
  /* line 157288, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-black:focus::placeholder {
    color: var(--black) !important;
  }
  /* line 157292, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    color: var(--white) !important;
  }
  /* line 157296, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: var(--white) !important;
  }
  /* line 157300, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-white:focus::placeholder {
    color: var(--white) !important;
  }
  /* line 157304, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157309, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157314, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157319, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157324, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157329, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157334, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157339, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157344, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157349, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157354, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157359, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157364, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157369, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157374, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157379, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157384, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157389, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157394, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157399, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157404, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157409, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157414, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157419, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157424, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157429, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157434, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157439, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157444, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157449, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157454, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157459, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157464, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157469, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157474, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157479, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157484, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157489, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157494, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157499, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157504, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157509, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157514, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157519, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157524, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157529, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157534, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157539, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157544, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157549, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157554, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157559, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157564, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157569, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157574, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157579, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157584, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157589, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157594, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157599, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157604, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157609, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157614, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157619, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157624, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157629, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157634, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157639, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157644, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157649, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157654, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157659, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157664, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157669, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157674, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157679, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157684, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157689, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157694, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157699, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157704, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157709, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157714, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157719, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157724, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157729, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157734, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157739, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157744, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157749, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157754, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157759, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157764, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157769, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157774, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157779, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157784, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157789, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157794, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157799, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157804, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157809, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157814, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157819, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157824, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157829, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157834, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157839, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157844, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157849, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157854, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157859, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157864, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157869, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157874, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157879, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157884, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157889, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157894, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157899, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157904, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157909, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157914, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157919, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157924, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157929, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157934, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157939, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157944, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157949, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157954, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157959, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157964, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157969, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157974, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157979, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157984, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157989, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157994, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 157999, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158004, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158009, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158014, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158019, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158024, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158029, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158034, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158039, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158044, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158049, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158054, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158059, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158064, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158069, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158074, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158079, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158084, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158089, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158094, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158099, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158104, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158109, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158114, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158119, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158124, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158129, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158134, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158139, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158144, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158149, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158154, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158159, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158164, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158169, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158174, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158179, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158184, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158189, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158194, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158199, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158204, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158209, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158214, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158219, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158224, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158229, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158234, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158239, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158244, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158249, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158254, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158259, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158264, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158269, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158274, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158279, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158284, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158289, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158294, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158299, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158304, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158309, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158314, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158319, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158324, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158329, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158334, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158339, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158344, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158349, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158354, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158359, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158364, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158369, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158374, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158379, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158384, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158389, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158394, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158399, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158404, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158409, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158414, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158419, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158424, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158429, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158434, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158439, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158444, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158449, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158454, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158459, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158464, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158469, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158474, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158479, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158484, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158489, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158494, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158499, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 158504, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-grey:focus::-moz-placeholder {
    color: var(--grey) !important;
  }
  /* line 158508, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    color: var(--grey) !important;
  }
  /* line 158512, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-grey:focus::placeholder {
    color: var(--grey) !important;
  }
  /* line 158516, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-info:focus::-moz-placeholder {
    color: var(--text-info) !important;
  }
  /* line 158520, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-info:focus:-ms-input-placeholder {
    color: var(--text-info) !important;
  }
  /* line 158524, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-info:focus::placeholder {
    color: var(--text-info) !important;
  }
  /* line 158528, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-warning:focus::-moz-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 158532, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-warning:focus:-ms-input-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 158536, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-warning:focus::placeholder {
    color: var(--text-warning) !important;
  }
  /* line 158540, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-error:focus::-moz-placeholder {
    color: var(--text-error) !important;
  }
  /* line 158544, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-error:focus:-ms-input-placeholder {
    color: var(--text-error) !important;
  }
  /* line 158548, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-error:focus::placeholder {
    color: var(--text-error) !important;
  }
  /* line 158552, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-primary:focus::-moz-placeholder {
    color: var(--primary) !important;
  }
  /* line 158556, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: var(--primary) !important;
  }
  /* line 158560, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-primary:focus::placeholder {
    color: var(--primary) !important;
  }
  /* line 158564, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-secondary:focus::-moz-placeholder {
    color: var(--secondary) !important;
  }
  /* line 158568, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    color: var(--secondary) !important;
  }
  /* line 158572, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-secondary:focus::placeholder {
    color: var(--secondary) !important;
  }
  /* line 158576, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-primary-dark:focus::-moz-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 158580, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 158584, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-primary-dark:focus::placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 158588, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-text-color:focus::-moz-placeholder {
    color: var(--text-color) !important;
  }
  /* line 158592, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-text-color:focus:-ms-input-placeholder {
    color: var(--text-color) !important;
  }
  /* line 158596, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-text-color:focus::placeholder {
    color: var(--text-color) !important;
  }
  /* line 158600, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-button-outlined-hover:focus::-moz-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 158604, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-button-outlined-hover:focus:-ms-input-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 158608, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-button-outlined-hover:focus::placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 158612, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-file-info:focus::-moz-placeholder {
    color: var(--file-info) !important;
  }
  /* line 158616, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-file-info:focus:-ms-input-placeholder {
    color: var(--file-info) !important;
  }
  /* line 158620, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-file-info:focus::placeholder {
    color: var(--file-info) !important;
  }
  /* line 158624, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 158628, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 158632, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 158636, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 158640, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 158644, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 158648, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 158652, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 158656, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 158660, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 158664, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 158668, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 158672, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 158676, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 158680, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 158684, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 158688, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 158692, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 158696, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 158700, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 158704, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 158708, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 158712, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 158716, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 158720, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 158724, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 158728, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 158732, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 158736, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 158740, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 158744, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 158748, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 158752, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 158756, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 158760, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 158764, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 158768, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 158772, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 158776, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 158780, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 158784, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 158788, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 158792, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 158796, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 158800, app/assets/stylesheets/tailwind.css */
  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 158804, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 158808, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 158812, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 158816, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 158820, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 158824, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 158828, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 158832, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 158836, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 158840, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 158844, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 158848, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 158852, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 158856, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 158860, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 158864, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 158868, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 158872, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 158876, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 158880, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 158884, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 158888, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 158892, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 158896, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 158900, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 158904, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 158908, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 158912, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 158916, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 158920, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 158924, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 158928, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 158932, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 158936, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 158940, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 158944, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 158948, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 158952, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 158956, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 158960, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 158964, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 158968, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 158972, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 158976, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 158980, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 158984, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-0 {
    opacity: 0 !important;
  }
  /* line 158988, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-5 {
    opacity: 0.05 !important;
  }
  /* line 158992, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-10 {
    opacity: 0.1 !important;
  }
  /* line 158996, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-20 {
    opacity: 0.2 !important;
  }
  /* line 159000, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-25 {
    opacity: 0.25 !important;
  }
  /* line 159004, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-30 {
    opacity: 0.3 !important;
  }
  /* line 159008, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-40 {
    opacity: 0.4 !important;
  }
  /* line 159012, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-50 {
    opacity: 0.5 !important;
  }
  /* line 159016, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-60 {
    opacity: 0.6 !important;
  }
  /* line 159020, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-70 {
    opacity: 0.7 !important;
  }
  /* line 159024, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-75 {
    opacity: 0.75 !important;
  }
  /* line 159028, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-80 {
    opacity: 0.8 !important;
  }
  /* line 159032, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-90 {
    opacity: 0.9 !important;
  }
  /* line 159036, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-95 {
    opacity: 0.95 !important;
  }
  /* line 159040, app/assets/stylesheets/tailwind.css */
  .xl\:opacity-100 {
    opacity: 1 !important;
  }
  /* line 159044, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }
  /* line 159048, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }
  /* line 159052, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }
  /* line 159056, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }
  /* line 159060, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }
  /* line 159064, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }
  /* line 159068, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }
  /* line 159072, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }
  /* line 159076, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }
  /* line 159080, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }
  /* line 159084, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }
  /* line 159088, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }
  /* line 159092, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }
  /* line 159096, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }
  /* line 159100, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }
  /* line 159104, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }
  /* line 159108, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }
  /* line 159112, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }
  /* line 159116, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }
  /* line 159120, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }
  /* line 159124, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }
  /* line 159128, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }
  /* line 159132, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }
  /* line 159136, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }
  /* line 159140, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }
  /* line 159144, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }
  /* line 159148, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }
  /* line 159152, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }
  /* line 159156, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }
  /* line 159160, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }
  /* line 159164, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  /* line 159168, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  /* line 159172, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  /* line 159176, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  /* line 159180, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  /* line 159184, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  /* line 159188, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  /* line 159192, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  /* line 159196, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  /* line 159200, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  /* line 159204, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  /* line 159208, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  /* line 159212, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  /* line 159216, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  /* line 159220, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  /* line 159224, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }
  /* line 159228, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }
  /* line 159232, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }
  /* line 159236, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }
  /* line 159240, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }
  /* line 159244, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }
  /* line 159248, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }
  /* line 159252, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }
  /* line 159256, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }
  /* line 159260, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }
  /* line 159264, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }
  /* line 159268, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }
  /* line 159272, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }
  /* line 159276, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }
  /* line 159280, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }
  /* line 159284, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-normal {
    background-blend-mode: normal !important;
  }
  /* line 159288, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }
  /* line 159292, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-screen {
    background-blend-mode: screen !important;
  }
  /* line 159296, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }
  /* line 159300, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-darken {
    background-blend-mode: darken !important;
  }
  /* line 159304, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }
  /* line 159308, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }
  /* line 159312, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }
  /* line 159316, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }
  /* line 159320, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }
  /* line 159324, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-difference {
    background-blend-mode: difference !important;
  }
  /* line 159328, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }
  /* line 159332, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-hue {
    background-blend-mode: hue !important;
  }
  /* line 159336, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }
  /* line 159340, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-color {
    background-blend-mode: color !important;
  }
  /* line 159344, app/assets/stylesheets/tailwind.css */
  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }
  /* line 159348, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }
  /* line 159352, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }
  /* line 159356, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }
  /* line 159360, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }
  /* line 159364, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }
  /* line 159368, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }
  /* line 159372, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }
  /* line 159376, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }
  /* line 159380, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }
  /* line 159384, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }
  /* line 159388, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }
  /* line 159392, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }
  /* line 159396, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }
  /* line 159400, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }
  /* line 159404, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-color {
    mix-blend-mode: color !important;
  }
  /* line 159408, app/assets/stylesheets/tailwind.css */
  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }
  /* line 159412, app/assets/stylesheets/tailwind.css */
  .xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159417, app/assets/stylesheets/tailwind.css */
  .xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159422, app/assets/stylesheets/tailwind.css */
  .xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159427, app/assets/stylesheets/tailwind.css */
  .xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159432, app/assets/stylesheets/tailwind.css */
  .xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159437, app/assets/stylesheets/tailwind.css */
  .xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159442, app/assets/stylesheets/tailwind.css */
  .xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159447, app/assets/stylesheets/tailwind.css */
  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159452, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159457, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159462, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159467, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159472, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159477, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159482, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159487, app/assets/stylesheets/tailwind.css */
  .group:hover .xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159492, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159497, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159502, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159507, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159512, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159517, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159522, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159527, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159532, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159537, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159542, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159547, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159552, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159557, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159562, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159567, app/assets/stylesheets/tailwind.css */
  .xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159572, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159577, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159582, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159587, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159592, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159597, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159602, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159607, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 159612, app/assets/stylesheets/tailwind.css */
  .xl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 159617, app/assets/stylesheets/tailwind.css */
  .xl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 159622, app/assets/stylesheets/tailwind.css */
  .xl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 159627, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 159632, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 159637, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 159642, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 159647, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 159652, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 159657, app/assets/stylesheets/tailwind.css */
  .xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159663, app/assets/stylesheets/tailwind.css */
  .xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159669, app/assets/stylesheets/tailwind.css */
  .xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159675, app/assets/stylesheets/tailwind.css */
  .xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159681, app/assets/stylesheets/tailwind.css */
  .xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159687, app/assets/stylesheets/tailwind.css */
  .xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159693, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159699, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159705, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159711, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159717, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159723, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159729, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159735, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159741, app/assets/stylesheets/tailwind.css */
  .xl\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159747, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159753, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159759, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 159765, app/assets/stylesheets/tailwind.css */
  .xl\:ring-inset {
    --tw-ring-inset: inset !important;
  }
  /* line 159769, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }
  /* line 159773, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }
  /* line 159777, app/assets/stylesheets/tailwind.css */
  .xl\:ring-transparent {
    --tw-ring-color: transparent !important;
  }
  /* line 159781, app/assets/stylesheets/tailwind.css */
  .xl\:ring-current {
    --tw-ring-color: currentColor !important;
  }
  /* line 159785, app/assets/stylesheets/tailwind.css */
  .xl\:ring-black {
    --tw-ring-color: var(--black) !important;
  }
  /* line 159789, app/assets/stylesheets/tailwind.css */
  .xl\:ring-white {
    --tw-ring-color: var(--white) !important;
  }
  /* line 159793, app/assets/stylesheets/tailwind.css */
  .xl\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 159798, app/assets/stylesheets/tailwind.css */
  .xl\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 159803, app/assets/stylesheets/tailwind.css */
  .xl\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 159808, app/assets/stylesheets/tailwind.css */
  .xl\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 159813, app/assets/stylesheets/tailwind.css */
  .xl\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 159818, app/assets/stylesheets/tailwind.css */
  .xl\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 159823, app/assets/stylesheets/tailwind.css */
  .xl\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 159828, app/assets/stylesheets/tailwind.css */
  .xl\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 159833, app/assets/stylesheets/tailwind.css */
  .xl\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 159838, app/assets/stylesheets/tailwind.css */
  .xl\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 159843, app/assets/stylesheets/tailwind.css */
  .xl\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 159848, app/assets/stylesheets/tailwind.css */
  .xl\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 159853, app/assets/stylesheets/tailwind.css */
  .xl\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 159858, app/assets/stylesheets/tailwind.css */
  .xl\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 159863, app/assets/stylesheets/tailwind.css */
  .xl\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 159868, app/assets/stylesheets/tailwind.css */
  .xl\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 159873, app/assets/stylesheets/tailwind.css */
  .xl\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 159878, app/assets/stylesheets/tailwind.css */
  .xl\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 159883, app/assets/stylesheets/tailwind.css */
  .xl\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 159888, app/assets/stylesheets/tailwind.css */
  .xl\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 159893, app/assets/stylesheets/tailwind.css */
  .xl\:ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 159898, app/assets/stylesheets/tailwind.css */
  .xl\:ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 159903, app/assets/stylesheets/tailwind.css */
  .xl\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 159908, app/assets/stylesheets/tailwind.css */
  .xl\:ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 159913, app/assets/stylesheets/tailwind.css */
  .xl\:ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 159918, app/assets/stylesheets/tailwind.css */
  .xl\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 159923, app/assets/stylesheets/tailwind.css */
  .xl\:ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 159928, app/assets/stylesheets/tailwind.css */
  .xl\:ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 159933, app/assets/stylesheets/tailwind.css */
  .xl\:ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 159938, app/assets/stylesheets/tailwind.css */
  .xl\:ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 159943, app/assets/stylesheets/tailwind.css */
  .xl\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 159948, app/assets/stylesheets/tailwind.css */
  .xl\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 159953, app/assets/stylesheets/tailwind.css */
  .xl\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 159958, app/assets/stylesheets/tailwind.css */
  .xl\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 159963, app/assets/stylesheets/tailwind.css */
  .xl\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 159968, app/assets/stylesheets/tailwind.css */
  .xl\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 159973, app/assets/stylesheets/tailwind.css */
  .xl\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 159978, app/assets/stylesheets/tailwind.css */
  .xl\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 159983, app/assets/stylesheets/tailwind.css */
  .xl\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 159988, app/assets/stylesheets/tailwind.css */
  .xl\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 159993, app/assets/stylesheets/tailwind.css */
  .xl\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 159998, app/assets/stylesheets/tailwind.css */
  .xl\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160003, app/assets/stylesheets/tailwind.css */
  .xl\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160008, app/assets/stylesheets/tailwind.css */
  .xl\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 160013, app/assets/stylesheets/tailwind.css */
  .xl\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 160018, app/assets/stylesheets/tailwind.css */
  .xl\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 160023, app/assets/stylesheets/tailwind.css */
  .xl\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 160028, app/assets/stylesheets/tailwind.css */
  .xl\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 160033, app/assets/stylesheets/tailwind.css */
  .xl\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 160038, app/assets/stylesheets/tailwind.css */
  .xl\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 160043, app/assets/stylesheets/tailwind.css */
  .xl\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 160048, app/assets/stylesheets/tailwind.css */
  .xl\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 160053, app/assets/stylesheets/tailwind.css */
  .xl\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160058, app/assets/stylesheets/tailwind.css */
  .xl\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 160063, app/assets/stylesheets/tailwind.css */
  .xl\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 160068, app/assets/stylesheets/tailwind.css */
  .xl\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 160073, app/assets/stylesheets/tailwind.css */
  .xl\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 160078, app/assets/stylesheets/tailwind.css */
  .xl\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 160083, app/assets/stylesheets/tailwind.css */
  .xl\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 160088, app/assets/stylesheets/tailwind.css */
  .xl\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 160093, app/assets/stylesheets/tailwind.css */
  .xl\:ring-purple-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 160098, app/assets/stylesheets/tailwind.css */
  .xl\:ring-purple-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160103, app/assets/stylesheets/tailwind.css */
  .xl\:ring-purple-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160108, app/assets/stylesheets/tailwind.css */
  .xl\:ring-purple-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 160113, app/assets/stylesheets/tailwind.css */
  .xl\:ring-purple-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 160118, app/assets/stylesheets/tailwind.css */
  .xl\:ring-purple-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 160123, app/assets/stylesheets/tailwind.css */
  .xl\:ring-purple-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 160128, app/assets/stylesheets/tailwind.css */
  .xl\:ring-purple-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 160133, app/assets/stylesheets/tailwind.css */
  .xl\:ring-purple-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 160138, app/assets/stylesheets/tailwind.css */
  .xl\:ring-purple-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 160143, app/assets/stylesheets/tailwind.css */
  .xl\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 160148, app/assets/stylesheets/tailwind.css */
  .xl\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 160153, app/assets/stylesheets/tailwind.css */
  .xl\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 160158, app/assets/stylesheets/tailwind.css */
  .xl\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 160163, app/assets/stylesheets/tailwind.css */
  .xl\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 160168, app/assets/stylesheets/tailwind.css */
  .xl\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 160173, app/assets/stylesheets/tailwind.css */
  .xl\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 160178, app/assets/stylesheets/tailwind.css */
  .xl\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 160183, app/assets/stylesheets/tailwind.css */
  .xl\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 160188, app/assets/stylesheets/tailwind.css */
  .xl\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 160193, app/assets/stylesheets/tailwind.css */
  .xl\:ring-grey {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 160197, app/assets/stylesheets/tailwind.css */
  .xl\:ring-info {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 160201, app/assets/stylesheets/tailwind.css */
  .xl\:ring-warning {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 160205, app/assets/stylesheets/tailwind.css */
  .xl\:ring-error {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 160209, app/assets/stylesheets/tailwind.css */
  .xl\:ring-primary {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 160213, app/assets/stylesheets/tailwind.css */
  .xl\:ring-secondary {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 160217, app/assets/stylesheets/tailwind.css */
  .xl\:ring-primary-dark {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 160221, app/assets/stylesheets/tailwind.css */
  .xl\:ring-text-color {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 160225, app/assets/stylesheets/tailwind.css */
  .xl\:ring-button-outlined-hover {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 160229, app/assets/stylesheets/tailwind.css */
  .xl\:ring-file-info {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 160233, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }
  /* line 160237, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }
  /* line 160241, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-color: var(--black) !important;
  }
  /* line 160245, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-white:focus-within {
    --tw-ring-color: var(--white) !important;
  }
  /* line 160249, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 160254, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 160259, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 160264, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 160269, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 160274, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 160279, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 160284, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 160289, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 160294, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 160299, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 160304, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 160309, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 160314, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 160319, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 160324, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 160329, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 160334, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 160339, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 160344, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 160349, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 160354, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 160359, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 160364, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 160369, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 160374, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 160379, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 160384, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 160389, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 160394, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 160399, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 160404, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 160409, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 160414, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 160419, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 160424, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 160429, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 160434, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 160439, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 160444, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 160449, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 160454, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160459, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160464, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 160469, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 160474, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 160479, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 160484, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 160489, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 160494, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 160499, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 160504, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 160509, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160514, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 160519, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 160524, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 160529, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 160534, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 160539, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 160544, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 160549, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 160554, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160559, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160564, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 160569, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 160574, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 160579, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 160584, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 160589, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 160594, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 160599, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 160604, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 160609, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 160614, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 160619, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 160624, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 160629, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 160634, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 160639, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 160644, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 160649, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-grey:focus-within {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 160653, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-info:focus-within {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 160657, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-warning:focus-within {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 160661, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-error:focus-within {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 160665, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-primary:focus-within {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 160669, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-secondary:focus-within {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 160673, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-primary-dark:focus-within {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 160677, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-text-color:focus-within {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 160681, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-button-outlined-hover:focus-within {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 160685, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-file-info:focus-within {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 160689, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }
  /* line 160693, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }
  /* line 160697, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-black:focus {
    --tw-ring-color: var(--black) !important;
  }
  /* line 160701, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-white:focus {
    --tw-ring-color: var(--white) !important;
  }
  /* line 160705, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 160710, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 160715, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 160720, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 160725, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 160730, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 160735, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 160740, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 160745, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 160750, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 160755, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 160760, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 160765, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 160770, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 160775, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 160780, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 160785, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 160790, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 160795, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 160800, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 160805, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 160810, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 160815, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 160820, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 160825, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 160830, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 160835, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 160840, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 160845, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 160850, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 160855, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 160860, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 160865, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 160870, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 160875, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 160880, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 160885, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 160890, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 160895, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 160900, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 160905, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 160910, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160915, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160920, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 160925, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 160930, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 160935, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 160940, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 160945, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 160950, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 160955, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 160960, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 160965, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 160970, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 160975, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 160980, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 160985, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 160990, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 160995, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 161000, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 161005, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 161010, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 161015, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 161020, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 161025, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 161030, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 161035, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 161040, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 161045, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 161050, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 161055, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 161060, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 161065, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 161070, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 161075, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 161080, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 161085, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 161090, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 161095, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 161100, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 161105, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-grey:focus {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 161109, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-info:focus {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 161113, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-warning:focus {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 161117, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-error:focus {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 161121, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-primary:focus {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 161125, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-secondary:focus {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 161129, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-primary-dark:focus {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 161133, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-text-color:focus {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 161137, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-button-outlined-hover:focus {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 161141, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-file-info:focus {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 161145, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }
  /* line 161149, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 161153, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 161157, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 161161, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 161165, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 161169, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 161173, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 161177, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 161181, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 161185, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 161189, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 161193, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 161197, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 161201, app/assets/stylesheets/tailwind.css */
  .xl\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }
  /* line 161205, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }
  /* line 161209, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 161213, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 161217, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 161221, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 161225, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 161229, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 161233, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 161237, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 161241, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 161245, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 161249, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 161253, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 161257, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 161261, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }
  /* line 161265, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }
  /* line 161269, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 161273, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 161277, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 161281, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 161285, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 161289, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 161293, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 161297, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 161301, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 161305, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 161309, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 161313, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 161317, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 161321, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }
  /* line 161325, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 161329, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 161333, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 161337, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 161341, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 161345, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 161349, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 161353, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 161357, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 161361, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 161365, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 161369, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 161373, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 161377, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 161381, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 161385, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 161389, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 161393, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-black {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 161397, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-white {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 161401, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 161405, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 161409, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 161413, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 161417, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 161421, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 161425, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 161429, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 161433, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 161437, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 161441, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 161445, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 161449, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 161453, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 161457, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 161461, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 161465, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 161469, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 161473, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 161477, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 161481, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 161485, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 161489, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 161493, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 161497, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 161501, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 161505, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 161509, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 161513, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 161517, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 161521, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 161525, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 161529, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 161533, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 161537, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 161541, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 161545, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 161549, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 161553, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 161557, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 161561, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 161565, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 161569, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 161573, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 161577, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 161581, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 161585, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 161589, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 161593, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 161597, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 161601, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 161605, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 161609, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 161613, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 161617, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 161621, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 161625, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 161629, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 161633, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 161637, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 161641, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 161645, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 161649, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 161653, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 161657, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 161661, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 161665, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 161669, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 161673, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 161677, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 161681, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 161685, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 161689, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 161693, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 161697, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 161701, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 161705, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 161709, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 161713, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 161717, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 161721, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-grey {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 161725, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-info {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 161729, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-warning {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 161733, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-error {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 161737, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-primary {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 161741, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-secondary {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 161745, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-primary-dark {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 161749, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-text-color {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 161753, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-button-outlined-hover {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 161757, app/assets/stylesheets/tailwind.css */
  .xl\:ring-offset-file-info {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 161761, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 161765, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 161769, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 161773, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 161777, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 161781, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 161785, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 161789, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 161793, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 161797, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 161801, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 161805, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 161809, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 161813, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 161817, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 161821, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 161825, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 161829, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 161833, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 161837, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 161841, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 161845, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 161849, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 161853, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 161857, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 161861, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 161865, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 161869, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 161873, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 161877, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 161881, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 161885, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 161889, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 161893, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 161897, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 161901, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 161905, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 161909, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 161913, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 161917, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 161921, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 161925, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 161929, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 161933, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 161937, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 161941, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 161945, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 161949, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 161953, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 161957, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 161961, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 161965, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 161969, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 161973, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 161977, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 161981, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 161985, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 161989, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 161993, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 161997, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 162001, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 162005, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 162009, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 162013, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 162017, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 162021, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 162025, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 162029, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 162033, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 162037, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 162041, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 162045, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 162049, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 162053, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 162057, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 162061, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 162065, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 162069, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 162073, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 162077, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 162081, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 162085, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 162089, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 162093, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 162097, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 162101, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 162105, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 162109, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 162113, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 162117, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 162121, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-primary-dark:focus-within {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 162125, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-text-color:focus-within {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 162129, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-button-outlined-hover:focus-within {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 162133, app/assets/stylesheets/tailwind.css */
  .xl\:focus-within\:ring-offset-file-info:focus-within {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 162137, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 162141, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 162145, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 162149, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 162153, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 162157, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 162161, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 162165, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 162169, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 162173, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 162177, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 162181, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 162185, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 162189, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 162193, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 162197, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 162201, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 162205, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 162209, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 162213, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 162217, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 162221, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 162225, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 162229, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 162233, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 162237, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 162241, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 162245, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 162249, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 162253, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 162257, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 162261, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 162265, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 162269, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 162273, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 162277, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 162281, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 162285, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 162289, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 162293, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 162297, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 162301, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 162305, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 162309, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 162313, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 162317, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 162321, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 162325, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 162329, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 162333, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 162337, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 162341, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 162345, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 162349, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 162353, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 162357, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 162361, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 162365, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 162369, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 162373, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 162377, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 162381, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 162385, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 162389, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 162393, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 162397, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 162401, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 162405, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 162409, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 162413, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 162417, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 162421, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 162425, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 162429, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 162433, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 162437, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 162441, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 162445, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 162449, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 162453, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 162457, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 162461, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 162465, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 162469, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 162473, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 162477, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 162481, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 162485, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 162489, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 162493, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 162497, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-primary-dark:focus {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 162501, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-text-color:focus {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 162505, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-button-outlined-hover:focus {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 162509, app/assets/stylesheets/tailwind.css */
  .xl\:focus\:ring-offset-file-info:focus {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 162513, app/assets/stylesheets/tailwind.css */
  .xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }
  /* line 162526, app/assets/stylesheets/tailwind.css */
  .xl\:filter-none {
    filter: none !important;
  }
  /* line 162530, app/assets/stylesheets/tailwind.css */
  .xl\:blur-0 {
    --tw-blur: blur(0) !important;
  }
  /* line 162534, app/assets/stylesheets/tailwind.css */
  .xl\:blur-none {
    --tw-blur: blur(0) !important;
  }
  /* line 162538, app/assets/stylesheets/tailwind.css */
  .xl\:blur-sm {
    --tw-blur: blur(4px) !important;
  }
  /* line 162542, app/assets/stylesheets/tailwind.css */
  .xl\:blur {
    --tw-blur: blur(8px) !important;
  }
  /* line 162546, app/assets/stylesheets/tailwind.css */
  .xl\:blur-md {
    --tw-blur: blur(12px) !important;
  }
  /* line 162550, app/assets/stylesheets/tailwind.css */
  .xl\:blur-lg {
    --tw-blur: blur(16px) !important;
  }
  /* line 162554, app/assets/stylesheets/tailwind.css */
  .xl\:blur-xl {
    --tw-blur: blur(24px) !important;
  }
  /* line 162558, app/assets/stylesheets/tailwind.css */
  .xl\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }
  /* line 162562, app/assets/stylesheets/tailwind.css */
  .xl\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }
  /* line 162566, app/assets/stylesheets/tailwind.css */
  .xl\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }
  /* line 162570, app/assets/stylesheets/tailwind.css */
  .xl\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }
  /* line 162574, app/assets/stylesheets/tailwind.css */
  .xl\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }
  /* line 162578, app/assets/stylesheets/tailwind.css */
  .xl\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }
  /* line 162582, app/assets/stylesheets/tailwind.css */
  .xl\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }
  /* line 162586, app/assets/stylesheets/tailwind.css */
  .xl\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }
  /* line 162590, app/assets/stylesheets/tailwind.css */
  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }
  /* line 162594, app/assets/stylesheets/tailwind.css */
  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }
  /* line 162598, app/assets/stylesheets/tailwind.css */
  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }
  /* line 162602, app/assets/stylesheets/tailwind.css */
  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }
  /* line 162606, app/assets/stylesheets/tailwind.css */
  .xl\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }
  /* line 162610, app/assets/stylesheets/tailwind.css */
  .xl\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }
  /* line 162614, app/assets/stylesheets/tailwind.css */
  .xl\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }
  /* line 162618, app/assets/stylesheets/tailwind.css */
  .xl\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }
  /* line 162622, app/assets/stylesheets/tailwind.css */
  .xl\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }
  /* line 162626, app/assets/stylesheets/tailwind.css */
  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }
  /* line 162630, app/assets/stylesheets/tailwind.css */
  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }
  /* line 162634, app/assets/stylesheets/tailwind.css */
  .xl\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }
  /* line 162638, app/assets/stylesheets/tailwind.css */
  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }
  /* line 162642, app/assets/stylesheets/tailwind.css */
  .xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }
  /* line 162646, app/assets/stylesheets/tailwind.css */
  .xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }
  /* line 162650, app/assets/stylesheets/tailwind.css */
  .xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }
  /* line 162654, app/assets/stylesheets/tailwind.css */
  .xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }
  /* line 162658, app/assets/stylesheets/tailwind.css */
  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }
  /* line 162662, app/assets/stylesheets/tailwind.css */
  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }
  /* line 162666, app/assets/stylesheets/tailwind.css */
  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }
  /* line 162670, app/assets/stylesheets/tailwind.css */
  .xl\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }
  /* line 162674, app/assets/stylesheets/tailwind.css */
  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }
  /* line 162678, app/assets/stylesheets/tailwind.css */
  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }
  /* line 162682, app/assets/stylesheets/tailwind.css */
  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }
  /* line 162686, app/assets/stylesheets/tailwind.css */
  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }
  /* line 162690, app/assets/stylesheets/tailwind.css */
  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }
  /* line 162694, app/assets/stylesheets/tailwind.css */
  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }
  /* line 162698, app/assets/stylesheets/tailwind.css */
  .xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }
  /* line 162702, app/assets/stylesheets/tailwind.css */
  .xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }
  /* line 162706, app/assets/stylesheets/tailwind.css */
  .xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }
  /* line 162710, app/assets/stylesheets/tailwind.css */
  .xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }
  /* line 162714, app/assets/stylesheets/tailwind.css */
  .xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }
  /* line 162718, app/assets/stylesheets/tailwind.css */
  .xl\:invert-0 {
    --tw-invert: invert(0) !important;
  }
  /* line 162722, app/assets/stylesheets/tailwind.css */
  .xl\:invert {
    --tw-invert: invert(100%) !important;
  }
  /* line 162726, app/assets/stylesheets/tailwind.css */
  .xl\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }
  /* line 162730, app/assets/stylesheets/tailwind.css */
  .xl\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }
  /* line 162734, app/assets/stylesheets/tailwind.css */
  .xl\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }
  /* line 162738, app/assets/stylesheets/tailwind.css */
  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }
  /* line 162742, app/assets/stylesheets/tailwind.css */
  .xl\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }
  /* line 162746, app/assets/stylesheets/tailwind.css */
  .xl\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }
  /* line 162750, app/assets/stylesheets/tailwind.css */
  .xl\:sepia {
    --tw-sepia: sepia(100%) !important;
  }
  /* line 162754, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }
  /* line 162768, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  /* line 162773, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }
  /* line 162777, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }
  /* line 162781, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }
  /* line 162785, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }
  /* line 162789, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }
  /* line 162793, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }
  /* line 162797, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }
  /* line 162801, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }
  /* line 162805, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }
  /* line 162809, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }
  /* line 162813, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }
  /* line 162817, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }
  /* line 162821, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }
  /* line 162825, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }
  /* line 162829, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }
  /* line 162833, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }
  /* line 162837, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }
  /* line 162841, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }
  /* line 162845, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }
  /* line 162849, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }
  /* line 162853, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }
  /* line 162857, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }
  /* line 162861, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }
  /* line 162865, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }
  /* line 162869, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }
  /* line 162873, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }
  /* line 162877, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }
  /* line 162881, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }
  /* line 162885, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }
  /* line 162889, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }
  /* line 162893, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }
  /* line 162897, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }
  /* line 162901, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }
  /* line 162905, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }
  /* line 162909, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }
  /* line 162913, app/assets/stylesheets/tailwind.css */
  .xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }
  /* line 162917, app/assets/stylesheets/tailwind.css */
  .xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }
  /* line 162921, app/assets/stylesheets/tailwind.css */
  .xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }
  /* line 162925, app/assets/stylesheets/tailwind.css */
  .xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }
  /* line 162929, app/assets/stylesheets/tailwind.css */
  .xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }
  /* line 162933, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }
  /* line 162937, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }
  /* line 162941, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }
  /* line 162945, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }
  /* line 162949, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }
  /* line 162953, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }
  /* line 162957, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }
  /* line 162961, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }
  /* line 162965, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }
  /* line 162969, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }
  /* line 162973, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }
  /* line 162977, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }
  /* line 162981, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }
  /* line 162985, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }
  /* line 162989, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }
  /* line 162993, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }
  /* line 162997, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }
  /* line 163001, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }
  /* line 163005, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }
  /* line 163009, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }
  /* line 163013, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }
  /* line 163017, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }
  /* line 163021, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }
  /* line 163025, app/assets/stylesheets/tailwind.css */
  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }
  /* line 163029, app/assets/stylesheets/tailwind.css */
  .xl\:transition-none {
    transition-property: none !important;
  }
  /* line 163033, app/assets/stylesheets/tailwind.css */
  .xl\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 163039, app/assets/stylesheets/tailwind.css */
  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 163047, app/assets/stylesheets/tailwind.css */
  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 163053, app/assets/stylesheets/tailwind.css */
  .xl\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 163059, app/assets/stylesheets/tailwind.css */
  .xl\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 163065, app/assets/stylesheets/tailwind.css */
  .xl\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 163071, app/assets/stylesheets/tailwind.css */
  .xl\:delay-75 {
    transition-delay: 75ms !important;
  }
  /* line 163075, app/assets/stylesheets/tailwind.css */
  .xl\:delay-100 {
    transition-delay: 100ms !important;
  }
  /* line 163079, app/assets/stylesheets/tailwind.css */
  .xl\:delay-150 {
    transition-delay: 150ms !important;
  }
  /* line 163083, app/assets/stylesheets/tailwind.css */
  .xl\:delay-200 {
    transition-delay: 200ms !important;
  }
  /* line 163087, app/assets/stylesheets/tailwind.css */
  .xl\:delay-300 {
    transition-delay: 300ms !important;
  }
  /* line 163091, app/assets/stylesheets/tailwind.css */
  .xl\:delay-500 {
    transition-delay: 500ms !important;
  }
  /* line 163095, app/assets/stylesheets/tailwind.css */
  .xl\:delay-700 {
    transition-delay: 700ms !important;
  }
  /* line 163099, app/assets/stylesheets/tailwind.css */
  .xl\:delay-1000 {
    transition-delay: 1000ms !important;
  }
  /* line 163103, app/assets/stylesheets/tailwind.css */
  .xl\:duration-75 {
    transition-duration: 75ms !important;
  }
  /* line 163107, app/assets/stylesheets/tailwind.css */
  .xl\:duration-100 {
    transition-duration: 100ms !important;
  }
  /* line 163111, app/assets/stylesheets/tailwind.css */
  .xl\:duration-150 {
    transition-duration: 150ms !important;
  }
  /* line 163115, app/assets/stylesheets/tailwind.css */
  .xl\:duration-200 {
    transition-duration: 200ms !important;
  }
  /* line 163119, app/assets/stylesheets/tailwind.css */
  .xl\:duration-300 {
    transition-duration: 300ms !important;
  }
  /* line 163123, app/assets/stylesheets/tailwind.css */
  .xl\:duration-500 {
    transition-duration: 500ms !important;
  }
  /* line 163127, app/assets/stylesheets/tailwind.css */
  .xl\:duration-700 {
    transition-duration: 700ms !important;
  }
  /* line 163131, app/assets/stylesheets/tailwind.css */
  .xl\:duration-1000 {
    transition-duration: 1000ms !important;
  }
  /* line 163135, app/assets/stylesheets/tailwind.css */
  .xl\:ease-linear {
    transition-timing-function: linear !important;
  }
  /* line 163139, app/assets/stylesheets/tailwind.css */
  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }
  /* line 163143, app/assets/stylesheets/tailwind.css */
  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }
  /* line 163147, app/assets/stylesheets/tailwind.css */
  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1536px) {
  /* line 163153, app/assets/stylesheets/tailwind.css */
  .\32xl\:container {
    width: 100%;
  }
}

@media (min-width: 1536px) and (min-width: 640px) {
  /* line 163158, app/assets/stylesheets/tailwind.css */
  .\32xl\:container {
    max-width: 640px;
  }
}

@media (min-width: 1536px) and (min-width: 768px) {
  /* line 163164, app/assets/stylesheets/tailwind.css */
  .\32xl\:container {
    max-width: 768px;
  }
}

@media (min-width: 1536px) and (min-width: 1024px) {
  /* line 163170, app/assets/stylesheets/tailwind.css */
  .\32xl\:container {
    max-width: 1024px;
  }
}

@media (min-width: 1536px) and (min-width: 1280px) {
  /* line 163176, app/assets/stylesheets/tailwind.css */
  .\32xl\:container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) and (min-width: 1536px) {
  /* line 163182, app/assets/stylesheets/tailwind.css */
  .\32xl\:container {
    max-width: 1536px;
  }
}

@media (min-width: 1536px) {
  /* line 163187, app/assets/stylesheets/tailwind.css */
  .\32xl\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 163199, app/assets/stylesheets/tailwind.css */
  .\32xl\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 163210, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 163222, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 163233, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  /* line 163245, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  /* line 163256, app/assets/stylesheets/tailwind.css */
  .\32xl\:pointer-events-none {
    pointer-events: none !important;
  }
  /* line 163260, app/assets/stylesheets/tailwind.css */
  .\32xl\:pointer-events-auto {
    pointer-events: auto !important;
  }
  /* line 163264, app/assets/stylesheets/tailwind.css */
  .\32xl\:visible {
    visibility: visible !important;
  }
  /* line 163268, app/assets/stylesheets/tailwind.css */
  .\32xl\:invisible {
    visibility: hidden !important;
  }
  /* line 163272, app/assets/stylesheets/tailwind.css */
  .\32xl\:static {
    position: static !important;
  }
  /* line 163276, app/assets/stylesheets/tailwind.css */
  .\32xl\:fixed {
    position: fixed !important;
  }
  /* line 163280, app/assets/stylesheets/tailwind.css */
  .\32xl\:absolute {
    position: absolute !important;
  }
  /* line 163284, app/assets/stylesheets/tailwind.css */
  .\32xl\:relative {
    position: relative !important;
  }
  /* line 163288, app/assets/stylesheets/tailwind.css */
  .\32xl\:sticky {
    position: sticky !important;
  }
  /* line 163292, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  /* line 163299, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }
  /* line 163306, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }
  /* line 163313, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }
  /* line 163320, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }
  /* line 163327, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }
  /* line 163334, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }
  /* line 163341, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }
  /* line 163348, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }
  /* line 163355, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }
  /* line 163362, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }
  /* line 163369, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }
  /* line 163376, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }
  /* line 163383, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }
  /* line 163390, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }
  /* line 163397, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }
  /* line 163404, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }
  /* line 163411, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }
  /* line 163418, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }
  /* line 163425, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }
  /* line 163432, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }
  /* line 163439, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }
  /* line 163446, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }
  /* line 163453, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }
  /* line 163460, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }
  /* line 163467, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }
  /* line 163474, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }
  /* line 163481, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }
  /* line 163488, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }
  /* line 163495, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }
  /* line 163502, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  /* line 163509, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }
  /* line 163516, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }
  /* line 163523, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }
  /* line 163530, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }
  /* line 163537, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }
  /* line 163544, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  /* line 163551, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }
  /* line 163558, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }
  /* line 163565, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }
  /* line 163572, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }
  /* line 163579, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }
  /* line 163586, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }
  /* line 163593, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }
  /* line 163600, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }
  /* line 163607, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }
  /* line 163614, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }
  /* line 163621, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }
  /* line 163628, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }
  /* line 163635, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }
  /* line 163642, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }
  /* line 163649, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }
  /* line 163656, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }
  /* line 163663, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }
  /* line 163670, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }
  /* line 163677, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }
  /* line 163684, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }
  /* line 163691, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }
  /* line 163698, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }
  /* line 163705, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }
  /* line 163712, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }
  /* line 163719, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }
  /* line 163726, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }
  /* line 163733, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }
  /* line 163740, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }
  /* line 163747, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }
  /* line 163754, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }
  /* line 163761, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }
  /* line 163768, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }
  /* line 163775, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }
  /* line 163782, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }
  /* line 163789, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }
  /* line 163796, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }
  /* line 163803, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }
  /* line 163810, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }
  /* line 163817, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }
  /* line 163824, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }
  /* line 163831, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }
  /* line 163838, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }
  /* line 163845, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }
  /* line 163852, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }
  /* line 163859, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }
  /* line 163866, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }
  /* line 163873, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }
  /* line 163880, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }
  /* line 163887, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  /* line 163892, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }
  /* line 163897, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }
  /* line 163902, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }
  /* line 163907, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }
  /* line 163912, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }
  /* line 163917, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }
  /* line 163922, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }
  /* line 163927, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }
  /* line 163932, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }
  /* line 163937, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }
  /* line 163942, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }
  /* line 163947, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }
  /* line 163952, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }
  /* line 163957, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }
  /* line 163962, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }
  /* line 163967, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }
  /* line 163972, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }
  /* line 163977, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }
  /* line 163982, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }
  /* line 163987, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }
  /* line 163992, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }
  /* line 163997, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }
  /* line 164002, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }
  /* line 164007, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }
  /* line 164012, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }
  /* line 164017, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }
  /* line 164022, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important;
  }
  /* line 164027, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }
  /* line 164032, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }
  /* line 164037, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }
  /* line 164042, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }
  /* line 164047, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }
  /* line 164052, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }
  /* line 164057, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }
  /* line 164062, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }
  /* line 164067, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }
  /* line 164072, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }
  /* line 164077, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }
  /* line 164082, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }
  /* line 164087, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }
  /* line 164092, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }
  /* line 164097, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }
  /* line 164102, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }
  /* line 164107, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }
  /* line 164112, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }
  /* line 164117, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }
  /* line 164122, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }
  /* line 164127, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }
  /* line 164132, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }
  /* line 164137, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }
  /* line 164142, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }
  /* line 164147, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }
  /* line 164152, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }
  /* line 164157, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }
  /* line 164162, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }
  /* line 164167, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }
  /* line 164172, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }
  /* line 164177, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }
  /* line 164182, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }
  /* line 164187, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }
  /* line 164192, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }
  /* line 164197, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }
  /* line 164202, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important;
  }
  /* line 164207, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }
  /* line 164212, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }
  /* line 164217, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }
  /* line 164222, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }
  /* line 164227, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }
  /* line 164232, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }
  /* line 164237, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }
  /* line 164242, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }
  /* line 164247, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }
  /* line 164252, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }
  /* line 164257, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }
  /* line 164262, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }
  /* line 164267, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }
  /* line 164272, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }
  /* line 164277, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }
  /* line 164282, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }
  /* line 164287, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }
  /* line 164292, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }
  /* line 164297, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }
  /* line 164302, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }
  /* line 164307, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }
  /* line 164312, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }
  /* line 164317, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }
  /* line 164322, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }
  /* line 164327, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }
  /* line 164332, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }
  /* line 164337, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }
  /* line 164342, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }
  /* line 164347, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }
  /* line 164352, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }
  /* line 164357, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }
  /* line 164362, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }
  /* line 164367, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }
  /* line 164372, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }
  /* line 164377, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }
  /* line 164382, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }
  /* line 164387, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }
  /* line 164392, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }
  /* line 164397, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }
  /* line 164402, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }
  /* line 164407, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }
  /* line 164412, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }
  /* line 164417, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }
  /* line 164422, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }
  /* line 164427, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }
  /* line 164432, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }
  /* line 164437, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }
  /* line 164442, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }
  /* line 164447, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }
  /* line 164452, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }
  /* line 164457, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }
  /* line 164462, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }
  /* line 164467, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }
  /* line 164472, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }
  /* line 164477, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }
  /* line 164482, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }
  /* line 164487, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }
  /* line 164492, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }
  /* line 164497, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }
  /* line 164502, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }
  /* line 164507, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }
  /* line 164512, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }
  /* line 164517, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }
  /* line 164522, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }
  /* line 164527, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }
  /* line 164532, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }
  /* line 164537, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }
  /* line 164542, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }
  /* line 164547, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }
  /* line 164552, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }
  /* line 164557, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }
  /* line 164562, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }
  /* line 164567, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }
  /* line 164572, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }
  /* line 164577, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }
  /* line 164582, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }
  /* line 164587, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }
  /* line 164592, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }
  /* line 164597, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }
  /* line 164602, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }
  /* line 164607, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }
  /* line 164612, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }
  /* line 164617, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }
  /* line 164622, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }
  /* line 164627, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }
  /* line 164632, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }
  /* line 164637, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }
  /* line 164642, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }
  /* line 164647, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }
  /* line 164652, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }
  /* line 164657, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }
  /* line 164662, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }
  /* line 164667, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }
  /* line 164672, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }
  /* line 164677, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }
  /* line 164682, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }
  /* line 164687, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }
  /* line 164692, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }
  /* line 164697, app/assets/stylesheets/tailwind.css */
  .\32xl\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }
  /* line 164702, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }
  /* line 164707, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }
  /* line 164712, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }
  /* line 164717, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }
  /* line 164722, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }
  /* line 164727, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }
  /* line 164732, app/assets/stylesheets/tailwind.css */
  .\32xl\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }
  /* line 164737, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-0 {
    top: 0px !important;
  }
  /* line 164741, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-1 {
    top: 0.25rem !important;
  }
  /* line 164745, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-2 {
    top: 0.5rem !important;
  }
  /* line 164749, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-3 {
    top: 0.75rem !important;
  }
  /* line 164753, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-4 {
    top: 1rem !important;
  }
  /* line 164757, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-5 {
    top: 1.25rem !important;
  }
  /* line 164761, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-6 {
    top: 1.5rem !important;
  }
  /* line 164765, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-7 {
    top: 1.75rem !important;
  }
  /* line 164769, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-8 {
    top: 2rem !important;
  }
  /* line 164773, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-9 {
    top: 2.25rem !important;
  }
  /* line 164777, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-10 {
    top: 2.5rem !important;
  }
  /* line 164781, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-11 {
    top: 2.75rem !important;
  }
  /* line 164785, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-12 {
    top: 3rem !important;
  }
  /* line 164789, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-14 {
    top: 3.5rem !important;
  }
  /* line 164793, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-16 {
    top: 4rem !important;
  }
  /* line 164797, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-20 {
    top: 5rem !important;
  }
  /* line 164801, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-24 {
    top: 6rem !important;
  }
  /* line 164805, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-28 {
    top: 7rem !important;
  }
  /* line 164809, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-32 {
    top: 8rem !important;
  }
  /* line 164813, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-36 {
    top: 9rem !important;
  }
  /* line 164817, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-40 {
    top: 10rem !important;
  }
  /* line 164821, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-44 {
    top: 11rem !important;
  }
  /* line 164825, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-48 {
    top: 12rem !important;
  }
  /* line 164829, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-52 {
    top: 13rem !important;
  }
  /* line 164833, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-56 {
    top: 14rem !important;
  }
  /* line 164837, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-60 {
    top: 15rem !important;
  }
  /* line 164841, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-64 {
    top: 16rem !important;
  }
  /* line 164845, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-72 {
    top: 18rem !important;
  }
  /* line 164849, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-80 {
    top: 20rem !important;
  }
  /* line 164853, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-96 {
    top: 24rem !important;
  }
  /* line 164857, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-auto {
    top: auto !important;
  }
  /* line 164861, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-px {
    top: 1px !important;
  }
  /* line 164865, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-0\.5 {
    top: 0.125rem !important;
  }
  /* line 164869, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-1\.5 {
    top: 0.375rem !important;
  }
  /* line 164873, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-2\.5 {
    top: 0.625rem !important;
  }
  /* line 164877, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-3\.5 {
    top: 0.875rem !important;
  }
  /* line 164881, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-0 {
    top: 0px !important;
  }
  /* line 164885, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-1 {
    top: -0.25rem !important;
  }
  /* line 164889, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-2 {
    top: -0.5rem !important;
  }
  /* line 164893, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-3 {
    top: -0.75rem !important;
  }
  /* line 164897, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-4 {
    top: -1rem !important;
  }
  /* line 164901, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-5 {
    top: -1.25rem !important;
  }
  /* line 164905, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-6 {
    top: -1.5rem !important;
  }
  /* line 164909, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-7 {
    top: -1.75rem !important;
  }
  /* line 164913, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-8 {
    top: -2rem !important;
  }
  /* line 164917, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-9 {
    top: -2.25rem !important;
  }
  /* line 164921, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-10 {
    top: -2.5rem !important;
  }
  /* line 164925, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-11 {
    top: -2.75rem !important;
  }
  /* line 164929, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-12 {
    top: -3rem !important;
  }
  /* line 164933, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-14 {
    top: -3.5rem !important;
  }
  /* line 164937, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-16 {
    top: -4rem !important;
  }
  /* line 164941, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-20 {
    top: -5rem !important;
  }
  /* line 164945, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-24 {
    top: -6rem !important;
  }
  /* line 164949, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-28 {
    top: -7rem !important;
  }
  /* line 164953, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-32 {
    top: -8rem !important;
  }
  /* line 164957, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-36 {
    top: -9rem !important;
  }
  /* line 164961, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-40 {
    top: -10rem !important;
  }
  /* line 164965, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-44 {
    top: -11rem !important;
  }
  /* line 164969, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-48 {
    top: -12rem !important;
  }
  /* line 164973, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-52 {
    top: -13rem !important;
  }
  /* line 164977, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-56 {
    top: -14rem !important;
  }
  /* line 164981, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-60 {
    top: -15rem !important;
  }
  /* line 164985, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-64 {
    top: -16rem !important;
  }
  /* line 164989, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-72 {
    top: -18rem !important;
  }
  /* line 164993, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-80 {
    top: -20rem !important;
  }
  /* line 164997, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-96 {
    top: -24rem !important;
  }
  /* line 165001, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-px {
    top: -1px !important;
  }
  /* line 165005, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-0\.5 {
    top: -0.125rem !important;
  }
  /* line 165009, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-1\.5 {
    top: -0.375rem !important;
  }
  /* line 165013, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-2\.5 {
    top: -0.625rem !important;
  }
  /* line 165017, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-3\.5 {
    top: -0.875rem !important;
  }
  /* line 165021, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-1\/2 {
    top: 50% !important;
  }
  /* line 165025, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-1\/3 {
    top: 33.333333% !important;
  }
  /* line 165029, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-2\/3 {
    top: 66.666667% !important;
  }
  /* line 165033, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-1\/4 {
    top: 25% !important;
  }
  /* line 165037, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-2\/4 {
    top: 50% !important;
  }
  /* line 165041, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-3\/4 {
    top: 75% !important;
  }
  /* line 165045, app/assets/stylesheets/tailwind.css */
  .\32xl\:top-full {
    top: 100% !important;
  }
  /* line 165049, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-1\/2 {
    top: -50% !important;
  }
  /* line 165053, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-1\/3 {
    top: -33.333333% !important;
  }
  /* line 165057, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-2\/3 {
    top: -66.666667% !important;
  }
  /* line 165061, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-1\/4 {
    top: -25% !important;
  }
  /* line 165065, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-2\/4 {
    top: -50% !important;
  }
  /* line 165069, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-3\/4 {
    top: -75% !important;
  }
  /* line 165073, app/assets/stylesheets/tailwind.css */
  .\32xl\:-top-full {
    top: -100% !important;
  }
  /* line 165077, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-0 {
    right: 0px !important;
  }
  /* line 165081, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-1 {
    right: 0.25rem !important;
  }
  /* line 165085, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-2 {
    right: 0.5rem !important;
  }
  /* line 165089, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-3 {
    right: 0.75rem !important;
  }
  /* line 165093, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-4 {
    right: 1rem !important;
  }
  /* line 165097, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-5 {
    right: 1.25rem !important;
  }
  /* line 165101, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-6 {
    right: 1.5rem !important;
  }
  /* line 165105, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-7 {
    right: 1.75rem !important;
  }
  /* line 165109, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-8 {
    right: 2rem !important;
  }
  /* line 165113, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-9 {
    right: 2.25rem !important;
  }
  /* line 165117, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-10 {
    right: 2.5rem !important;
  }
  /* line 165121, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-11 {
    right: 2.75rem !important;
  }
  /* line 165125, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-12 {
    right: 3rem !important;
  }
  /* line 165129, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-14 {
    right: 3.5rem !important;
  }
  /* line 165133, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-16 {
    right: 4rem !important;
  }
  /* line 165137, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-20 {
    right: 5rem !important;
  }
  /* line 165141, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-24 {
    right: 6rem !important;
  }
  /* line 165145, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-28 {
    right: 7rem !important;
  }
  /* line 165149, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-32 {
    right: 8rem !important;
  }
  /* line 165153, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-36 {
    right: 9rem !important;
  }
  /* line 165157, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-40 {
    right: 10rem !important;
  }
  /* line 165161, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-44 {
    right: 11rem !important;
  }
  /* line 165165, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-48 {
    right: 12rem !important;
  }
  /* line 165169, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-52 {
    right: 13rem !important;
  }
  /* line 165173, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-56 {
    right: 14rem !important;
  }
  /* line 165177, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-60 {
    right: 15rem !important;
  }
  /* line 165181, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-64 {
    right: 16rem !important;
  }
  /* line 165185, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-72 {
    right: 18rem !important;
  }
  /* line 165189, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-80 {
    right: 20rem !important;
  }
  /* line 165193, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-96 {
    right: 24rem !important;
  }
  /* line 165197, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-auto {
    right: auto !important;
  }
  /* line 165201, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-px {
    right: 1px !important;
  }
  /* line 165205, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-0\.5 {
    right: 0.125rem !important;
  }
  /* line 165209, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-1\.5 {
    right: 0.375rem !important;
  }
  /* line 165213, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-2\.5 {
    right: 0.625rem !important;
  }
  /* line 165217, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-3\.5 {
    right: 0.875rem !important;
  }
  /* line 165221, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-0 {
    right: 0px !important;
  }
  /* line 165225, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-1 {
    right: -0.25rem !important;
  }
  /* line 165229, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-2 {
    right: -0.5rem !important;
  }
  /* line 165233, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-3 {
    right: -0.75rem !important;
  }
  /* line 165237, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-4 {
    right: -1rem !important;
  }
  /* line 165241, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-5 {
    right: -1.25rem !important;
  }
  /* line 165245, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-6 {
    right: -1.5rem !important;
  }
  /* line 165249, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-7 {
    right: -1.75rem !important;
  }
  /* line 165253, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-8 {
    right: -2rem !important;
  }
  /* line 165257, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-9 {
    right: -2.25rem !important;
  }
  /* line 165261, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-10 {
    right: -2.5rem !important;
  }
  /* line 165265, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-11 {
    right: -2.75rem !important;
  }
  /* line 165269, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-12 {
    right: -3rem !important;
  }
  /* line 165273, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-14 {
    right: -3.5rem !important;
  }
  /* line 165277, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-16 {
    right: -4rem !important;
  }
  /* line 165281, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-20 {
    right: -5rem !important;
  }
  /* line 165285, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-24 {
    right: -6rem !important;
  }
  /* line 165289, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-28 {
    right: -7rem !important;
  }
  /* line 165293, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-32 {
    right: -8rem !important;
  }
  /* line 165297, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-36 {
    right: -9rem !important;
  }
  /* line 165301, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-40 {
    right: -10rem !important;
  }
  /* line 165305, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-44 {
    right: -11rem !important;
  }
  /* line 165309, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-48 {
    right: -12rem !important;
  }
  /* line 165313, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-52 {
    right: -13rem !important;
  }
  /* line 165317, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-56 {
    right: -14rem !important;
  }
  /* line 165321, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-60 {
    right: -15rem !important;
  }
  /* line 165325, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-64 {
    right: -16rem !important;
  }
  /* line 165329, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-72 {
    right: -18rem !important;
  }
  /* line 165333, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-80 {
    right: -20rem !important;
  }
  /* line 165337, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-96 {
    right: -24rem !important;
  }
  /* line 165341, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-px {
    right: -1px !important;
  }
  /* line 165345, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-0\.5 {
    right: -0.125rem !important;
  }
  /* line 165349, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-1\.5 {
    right: -0.375rem !important;
  }
  /* line 165353, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-2\.5 {
    right: -0.625rem !important;
  }
  /* line 165357, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-3\.5 {
    right: -0.875rem !important;
  }
  /* line 165361, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-1\/2 {
    right: 50% !important;
  }
  /* line 165365, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-1\/3 {
    right: 33.333333% !important;
  }
  /* line 165369, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-2\/3 {
    right: 66.666667% !important;
  }
  /* line 165373, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-1\/4 {
    right: 25% !important;
  }
  /* line 165377, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-2\/4 {
    right: 50% !important;
  }
  /* line 165381, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-3\/4 {
    right: 75% !important;
  }
  /* line 165385, app/assets/stylesheets/tailwind.css */
  .\32xl\:right-full {
    right: 100% !important;
  }
  /* line 165389, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-1\/2 {
    right: -50% !important;
  }
  /* line 165393, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-1\/3 {
    right: -33.333333% !important;
  }
  /* line 165397, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-2\/3 {
    right: -66.666667% !important;
  }
  /* line 165401, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-1\/4 {
    right: -25% !important;
  }
  /* line 165405, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-2\/4 {
    right: -50% !important;
  }
  /* line 165409, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-3\/4 {
    right: -75% !important;
  }
  /* line 165413, app/assets/stylesheets/tailwind.css */
  .\32xl\:-right-full {
    right: -100% !important;
  }
  /* line 165417, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-0 {
    bottom: 0px !important;
  }
  /* line 165421, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-1 {
    bottom: 0.25rem !important;
  }
  /* line 165425, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-2 {
    bottom: 0.5rem !important;
  }
  /* line 165429, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-3 {
    bottom: 0.75rem !important;
  }
  /* line 165433, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-4 {
    bottom: 1rem !important;
  }
  /* line 165437, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-5 {
    bottom: 1.25rem !important;
  }
  /* line 165441, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-6 {
    bottom: 1.5rem !important;
  }
  /* line 165445, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-7 {
    bottom: 1.75rem !important;
  }
  /* line 165449, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-8 {
    bottom: 2rem !important;
  }
  /* line 165453, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-9 {
    bottom: 2.25rem !important;
  }
  /* line 165457, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-10 {
    bottom: 2.5rem !important;
  }
  /* line 165461, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-11 {
    bottom: 2.75rem !important;
  }
  /* line 165465, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-12 {
    bottom: 3rem !important;
  }
  /* line 165469, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-14 {
    bottom: 3.5rem !important;
  }
  /* line 165473, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-16 {
    bottom: 4rem !important;
  }
  /* line 165477, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-20 {
    bottom: 5rem !important;
  }
  /* line 165481, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-24 {
    bottom: 6rem !important;
  }
  /* line 165485, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-28 {
    bottom: 7rem !important;
  }
  /* line 165489, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-32 {
    bottom: 8rem !important;
  }
  /* line 165493, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-36 {
    bottom: 9rem !important;
  }
  /* line 165497, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-40 {
    bottom: 10rem !important;
  }
  /* line 165501, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-44 {
    bottom: 11rem !important;
  }
  /* line 165505, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-48 {
    bottom: 12rem !important;
  }
  /* line 165509, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-52 {
    bottom: 13rem !important;
  }
  /* line 165513, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-56 {
    bottom: 14rem !important;
  }
  /* line 165517, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-60 {
    bottom: 15rem !important;
  }
  /* line 165521, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-64 {
    bottom: 16rem !important;
  }
  /* line 165525, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-72 {
    bottom: 18rem !important;
  }
  /* line 165529, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-80 {
    bottom: 20rem !important;
  }
  /* line 165533, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-96 {
    bottom: 24rem !important;
  }
  /* line 165537, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-auto {
    bottom: auto !important;
  }
  /* line 165541, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-px {
    bottom: 1px !important;
  }
  /* line 165545, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }
  /* line 165549, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }
  /* line 165553, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }
  /* line 165557, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }
  /* line 165561, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-0 {
    bottom: 0px !important;
  }
  /* line 165565, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-1 {
    bottom: -0.25rem !important;
  }
  /* line 165569, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-2 {
    bottom: -0.5rem !important;
  }
  /* line 165573, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-3 {
    bottom: -0.75rem !important;
  }
  /* line 165577, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-4 {
    bottom: -1rem !important;
  }
  /* line 165581, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-5 {
    bottom: -1.25rem !important;
  }
  /* line 165585, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-6 {
    bottom: -1.5rem !important;
  }
  /* line 165589, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-7 {
    bottom: -1.75rem !important;
  }
  /* line 165593, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-8 {
    bottom: -2rem !important;
  }
  /* line 165597, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-9 {
    bottom: -2.25rem !important;
  }
  /* line 165601, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-10 {
    bottom: -2.5rem !important;
  }
  /* line 165605, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-11 {
    bottom: -2.75rem !important;
  }
  /* line 165609, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-12 {
    bottom: -3rem !important;
  }
  /* line 165613, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-14 {
    bottom: -3.5rem !important;
  }
  /* line 165617, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-16 {
    bottom: -4rem !important;
  }
  /* line 165621, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-20 {
    bottom: -5rem !important;
  }
  /* line 165625, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-24 {
    bottom: -6rem !important;
  }
  /* line 165629, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-28 {
    bottom: -7rem !important;
  }
  /* line 165633, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-32 {
    bottom: -8rem !important;
  }
  /* line 165637, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-36 {
    bottom: -9rem !important;
  }
  /* line 165641, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-40 {
    bottom: -10rem !important;
  }
  /* line 165645, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-44 {
    bottom: -11rem !important;
  }
  /* line 165649, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-48 {
    bottom: -12rem !important;
  }
  /* line 165653, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-52 {
    bottom: -13rem !important;
  }
  /* line 165657, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-56 {
    bottom: -14rem !important;
  }
  /* line 165661, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-60 {
    bottom: -15rem !important;
  }
  /* line 165665, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-64 {
    bottom: -16rem !important;
  }
  /* line 165669, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-72 {
    bottom: -18rem !important;
  }
  /* line 165673, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-80 {
    bottom: -20rem !important;
  }
  /* line 165677, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-96 {
    bottom: -24rem !important;
  }
  /* line 165681, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-px {
    bottom: -1px !important;
  }
  /* line 165685, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }
  /* line 165689, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }
  /* line 165693, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }
  /* line 165697, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }
  /* line 165701, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-1\/2 {
    bottom: 50% !important;
  }
  /* line 165705, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }
  /* line 165709, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }
  /* line 165713, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-1\/4 {
    bottom: 25% !important;
  }
  /* line 165717, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-2\/4 {
    bottom: 50% !important;
  }
  /* line 165721, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-3\/4 {
    bottom: 75% !important;
  }
  /* line 165725, app/assets/stylesheets/tailwind.css */
  .\32xl\:bottom-full {
    bottom: 100% !important;
  }
  /* line 165729, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-1\/2 {
    bottom: -50% !important;
  }
  /* line 165733, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }
  /* line 165737, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }
  /* line 165741, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-1\/4 {
    bottom: -25% !important;
  }
  /* line 165745, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-2\/4 {
    bottom: -50% !important;
  }
  /* line 165749, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-3\/4 {
    bottom: -75% !important;
  }
  /* line 165753, app/assets/stylesheets/tailwind.css */
  .\32xl\:-bottom-full {
    bottom: -100% !important;
  }
  /* line 165757, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-0 {
    left: 0px !important;
  }
  /* line 165761, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-1 {
    left: 0.25rem !important;
  }
  /* line 165765, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-2 {
    left: 0.5rem !important;
  }
  /* line 165769, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-3 {
    left: 0.75rem !important;
  }
  /* line 165773, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-4 {
    left: 1rem !important;
  }
  /* line 165777, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-5 {
    left: 1.25rem !important;
  }
  /* line 165781, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-6 {
    left: 1.5rem !important;
  }
  /* line 165785, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-7 {
    left: 1.75rem !important;
  }
  /* line 165789, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-8 {
    left: 2rem !important;
  }
  /* line 165793, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-9 {
    left: 2.25rem !important;
  }
  /* line 165797, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-10 {
    left: 2.5rem !important;
  }
  /* line 165801, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-11 {
    left: 2.75rem !important;
  }
  /* line 165805, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-12 {
    left: 3rem !important;
  }
  /* line 165809, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-14 {
    left: 3.5rem !important;
  }
  /* line 165813, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-16 {
    left: 4rem !important;
  }
  /* line 165817, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-20 {
    left: 5rem !important;
  }
  /* line 165821, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-24 {
    left: 6rem !important;
  }
  /* line 165825, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-28 {
    left: 7rem !important;
  }
  /* line 165829, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-32 {
    left: 8rem !important;
  }
  /* line 165833, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-36 {
    left: 9rem !important;
  }
  /* line 165837, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-40 {
    left: 10rem !important;
  }
  /* line 165841, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-44 {
    left: 11rem !important;
  }
  /* line 165845, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-48 {
    left: 12rem !important;
  }
  /* line 165849, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-52 {
    left: 13rem !important;
  }
  /* line 165853, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-56 {
    left: 14rem !important;
  }
  /* line 165857, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-60 {
    left: 15rem !important;
  }
  /* line 165861, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-64 {
    left: 16rem !important;
  }
  /* line 165865, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-72 {
    left: 18rem !important;
  }
  /* line 165869, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-80 {
    left: 20rem !important;
  }
  /* line 165873, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-96 {
    left: 24rem !important;
  }
  /* line 165877, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-auto {
    left: auto !important;
  }
  /* line 165881, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-px {
    left: 1px !important;
  }
  /* line 165885, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-0\.5 {
    left: 0.125rem !important;
  }
  /* line 165889, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-1\.5 {
    left: 0.375rem !important;
  }
  /* line 165893, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-2\.5 {
    left: 0.625rem !important;
  }
  /* line 165897, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-3\.5 {
    left: 0.875rem !important;
  }
  /* line 165901, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-0 {
    left: 0px !important;
  }
  /* line 165905, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-1 {
    left: -0.25rem !important;
  }
  /* line 165909, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-2 {
    left: -0.5rem !important;
  }
  /* line 165913, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-3 {
    left: -0.75rem !important;
  }
  /* line 165917, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-4 {
    left: -1rem !important;
  }
  /* line 165921, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-5 {
    left: -1.25rem !important;
  }
  /* line 165925, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-6 {
    left: -1.5rem !important;
  }
  /* line 165929, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-7 {
    left: -1.75rem !important;
  }
  /* line 165933, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-8 {
    left: -2rem !important;
  }
  /* line 165937, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-9 {
    left: -2.25rem !important;
  }
  /* line 165941, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-10 {
    left: -2.5rem !important;
  }
  /* line 165945, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-11 {
    left: -2.75rem !important;
  }
  /* line 165949, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-12 {
    left: -3rem !important;
  }
  /* line 165953, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-14 {
    left: -3.5rem !important;
  }
  /* line 165957, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-16 {
    left: -4rem !important;
  }
  /* line 165961, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-20 {
    left: -5rem !important;
  }
  /* line 165965, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-24 {
    left: -6rem !important;
  }
  /* line 165969, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-28 {
    left: -7rem !important;
  }
  /* line 165973, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-32 {
    left: -8rem !important;
  }
  /* line 165977, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-36 {
    left: -9rem !important;
  }
  /* line 165981, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-40 {
    left: -10rem !important;
  }
  /* line 165985, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-44 {
    left: -11rem !important;
  }
  /* line 165989, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-48 {
    left: -12rem !important;
  }
  /* line 165993, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-52 {
    left: -13rem !important;
  }
  /* line 165997, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-56 {
    left: -14rem !important;
  }
  /* line 166001, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-60 {
    left: -15rem !important;
  }
  /* line 166005, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-64 {
    left: -16rem !important;
  }
  /* line 166009, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-72 {
    left: -18rem !important;
  }
  /* line 166013, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-80 {
    left: -20rem !important;
  }
  /* line 166017, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-96 {
    left: -24rem !important;
  }
  /* line 166021, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-px {
    left: -1px !important;
  }
  /* line 166025, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-0\.5 {
    left: -0.125rem !important;
  }
  /* line 166029, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-1\.5 {
    left: -0.375rem !important;
  }
  /* line 166033, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-2\.5 {
    left: -0.625rem !important;
  }
  /* line 166037, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-3\.5 {
    left: -0.875rem !important;
  }
  /* line 166041, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-1\/2 {
    left: 50% !important;
  }
  /* line 166045, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-1\/3 {
    left: 33.333333% !important;
  }
  /* line 166049, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-2\/3 {
    left: 66.666667% !important;
  }
  /* line 166053, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-1\/4 {
    left: 25% !important;
  }
  /* line 166057, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-2\/4 {
    left: 50% !important;
  }
  /* line 166061, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-3\/4 {
    left: 75% !important;
  }
  /* line 166065, app/assets/stylesheets/tailwind.css */
  .\32xl\:left-full {
    left: 100% !important;
  }
  /* line 166069, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-1\/2 {
    left: -50% !important;
  }
  /* line 166073, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-1\/3 {
    left: -33.333333% !important;
  }
  /* line 166077, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-2\/3 {
    left: -66.666667% !important;
  }
  /* line 166081, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-1\/4 {
    left: -25% !important;
  }
  /* line 166085, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-2\/4 {
    left: -50% !important;
  }
  /* line 166089, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-3\/4 {
    left: -75% !important;
  }
  /* line 166093, app/assets/stylesheets/tailwind.css */
  .\32xl\:-left-full {
    left: -100% !important;
  }
  /* line 166097, app/assets/stylesheets/tailwind.css */
  .\32xl\:isolate {
    isolation: isolate !important;
  }
  /* line 166101, app/assets/stylesheets/tailwind.css */
  .\32xl\:isolation-auto {
    isolation: auto !important;
  }
  /* line 166105, app/assets/stylesheets/tailwind.css */
  .\32xl\:z-0 {
    z-index: 0 !important;
  }
  /* line 166109, app/assets/stylesheets/tailwind.css */
  .\32xl\:z-10 {
    z-index: 10 !important;
  }
  /* line 166113, app/assets/stylesheets/tailwind.css */
  .\32xl\:z-20 {
    z-index: 20 !important;
  }
  /* line 166117, app/assets/stylesheets/tailwind.css */
  .\32xl\:z-30 {
    z-index: 30 !important;
  }
  /* line 166121, app/assets/stylesheets/tailwind.css */
  .\32xl\:z-40 {
    z-index: 40 !important;
  }
  /* line 166125, app/assets/stylesheets/tailwind.css */
  .\32xl\:z-50 {
    z-index: 50 !important;
  }
  /* line 166129, app/assets/stylesheets/tailwind.css */
  .\32xl\:z-auto {
    z-index: auto !important;
  }
  /* line 166133, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }
  /* line 166137, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }
  /* line 166141, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }
  /* line 166145, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }
  /* line 166149, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }
  /* line 166153, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }
  /* line 166157, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }
  /* line 166161, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:z-0:focus {
    z-index: 0 !important;
  }
  /* line 166165, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:z-10:focus {
    z-index: 10 !important;
  }
  /* line 166169, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:z-20:focus {
    z-index: 20 !important;
  }
  /* line 166173, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:z-30:focus {
    z-index: 30 !important;
  }
  /* line 166177, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:z-40:focus {
    z-index: 40 !important;
  }
  /* line 166181, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:z-50:focus {
    z-index: 50 !important;
  }
  /* line 166185, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:z-auto:focus {
    z-index: auto !important;
  }
  /* line 166189, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-1 {
    order: 1 !important;
  }
  /* line 166193, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-2 {
    order: 2 !important;
  }
  /* line 166197, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-3 {
    order: 3 !important;
  }
  /* line 166201, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-4 {
    order: 4 !important;
  }
  /* line 166205, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-5 {
    order: 5 !important;
  }
  /* line 166209, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-6 {
    order: 6 !important;
  }
  /* line 166213, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-7 {
    order: 7 !important;
  }
  /* line 166217, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-8 {
    order: 8 !important;
  }
  /* line 166221, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-9 {
    order: 9 !important;
  }
  /* line 166225, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-10 {
    order: 10 !important;
  }
  /* line 166229, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-11 {
    order: 11 !important;
  }
  /* line 166233, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-12 {
    order: 12 !important;
  }
  /* line 166237, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-first {
    order: -9999 !important;
  }
  /* line 166241, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-last {
    order: 9999 !important;
  }
  /* line 166245, app/assets/stylesheets/tailwind.css */
  .\32xl\:order-none {
    order: 0 !important;
  }
  /* line 166249, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-auto {
    grid-column: auto !important;
  }
  /* line 166253, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  /* line 166257, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  /* line 166261, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  /* line 166265, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  /* line 166269, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  /* line 166273, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  /* line 166277, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  /* line 166281, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  /* line 166285, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  /* line 166289, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  /* line 166293, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  /* line 166297, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  /* line 166301, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }
  /* line 166305, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-1 {
    grid-column-start: 1 !important;
  }
  /* line 166309, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-2 {
    grid-column-start: 2 !important;
  }
  /* line 166313, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-3 {
    grid-column-start: 3 !important;
  }
  /* line 166317, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-4 {
    grid-column-start: 4 !important;
  }
  /* line 166321, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-5 {
    grid-column-start: 5 !important;
  }
  /* line 166325, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-6 {
    grid-column-start: 6 !important;
  }
  /* line 166329, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-7 {
    grid-column-start: 7 !important;
  }
  /* line 166333, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-8 {
    grid-column-start: 8 !important;
  }
  /* line 166337, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-9 {
    grid-column-start: 9 !important;
  }
  /* line 166341, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-10 {
    grid-column-start: 10 !important;
  }
  /* line 166345, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-11 {
    grid-column-start: 11 !important;
  }
  /* line 166349, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-12 {
    grid-column-start: 12 !important;
  }
  /* line 166353, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-13 {
    grid-column-start: 13 !important;
  }
  /* line 166357, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-start-auto {
    grid-column-start: auto !important;
  }
  /* line 166361, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-1 {
    grid-column-end: 1 !important;
  }
  /* line 166365, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-2 {
    grid-column-end: 2 !important;
  }
  /* line 166369, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-3 {
    grid-column-end: 3 !important;
  }
  /* line 166373, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-4 {
    grid-column-end: 4 !important;
  }
  /* line 166377, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-5 {
    grid-column-end: 5 !important;
  }
  /* line 166381, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-6 {
    grid-column-end: 6 !important;
  }
  /* line 166385, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-7 {
    grid-column-end: 7 !important;
  }
  /* line 166389, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-8 {
    grid-column-end: 8 !important;
  }
  /* line 166393, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-9 {
    grid-column-end: 9 !important;
  }
  /* line 166397, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-10 {
    grid-column-end: 10 !important;
  }
  /* line 166401, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-11 {
    grid-column-end: 11 !important;
  }
  /* line 166405, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-12 {
    grid-column-end: 12 !important;
  }
  /* line 166409, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-13 {
    grid-column-end: 13 !important;
  }
  /* line 166413, app/assets/stylesheets/tailwind.css */
  .\32xl\:col-end-auto {
    grid-column-end: auto !important;
  }
  /* line 166417, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-auto {
    grid-row: auto !important;
  }
  /* line 166421, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  /* line 166425, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  /* line 166429, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  /* line 166433, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  /* line 166437, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  /* line 166441, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  /* line 166445, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }
  /* line 166449, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-start-1 {
    grid-row-start: 1 !important;
  }
  /* line 166453, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-start-2 {
    grid-row-start: 2 !important;
  }
  /* line 166457, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-start-3 {
    grid-row-start: 3 !important;
  }
  /* line 166461, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-start-4 {
    grid-row-start: 4 !important;
  }
  /* line 166465, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-start-5 {
    grid-row-start: 5 !important;
  }
  /* line 166469, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-start-6 {
    grid-row-start: 6 !important;
  }
  /* line 166473, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-start-7 {
    grid-row-start: 7 !important;
  }
  /* line 166477, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-start-auto {
    grid-row-start: auto !important;
  }
  /* line 166481, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-end-1 {
    grid-row-end: 1 !important;
  }
  /* line 166485, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-end-2 {
    grid-row-end: 2 !important;
  }
  /* line 166489, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-end-3 {
    grid-row-end: 3 !important;
  }
  /* line 166493, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-end-4 {
    grid-row-end: 4 !important;
  }
  /* line 166497, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-end-5 {
    grid-row-end: 5 !important;
  }
  /* line 166501, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-end-6 {
    grid-row-end: 6 !important;
  }
  /* line 166505, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-end-7 {
    grid-row-end: 7 !important;
  }
  /* line 166509, app/assets/stylesheets/tailwind.css */
  .\32xl\:row-end-auto {
    grid-row-end: auto !important;
  }
  /* line 166513, app/assets/stylesheets/tailwind.css */
  .\32xl\:float-right {
    float: right !important;
  }
  /* line 166517, app/assets/stylesheets/tailwind.css */
  .\32xl\:float-left {
    float: left !important;
  }
  /* line 166521, app/assets/stylesheets/tailwind.css */
  .\32xl\:float-none {
    float: none !important;
  }
  /* line 166525, app/assets/stylesheets/tailwind.css */
  .\32xl\:clear-left {
    clear: left !important;
  }
  /* line 166529, app/assets/stylesheets/tailwind.css */
  .\32xl\:clear-right {
    clear: right !important;
  }
  /* line 166533, app/assets/stylesheets/tailwind.css */
  .\32xl\:clear-both {
    clear: both !important;
  }
  /* line 166537, app/assets/stylesheets/tailwind.css */
  .\32xl\:clear-none {
    clear: none !important;
  }
  /* line 166541, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-0 {
    margin: 0px !important;
  }
  /* line 166545, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-1 {
    margin: 0.25rem !important;
  }
  /* line 166549, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-2 {
    margin: 0.5rem !important;
  }
  /* line 166553, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-3 {
    margin: 0.75rem !important;
  }
  /* line 166557, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-4 {
    margin: 1rem !important;
  }
  /* line 166561, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-5 {
    margin: 1.25rem !important;
  }
  /* line 166565, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-6 {
    margin: 1.5rem !important;
  }
  /* line 166569, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-7 {
    margin: 1.75rem !important;
  }
  /* line 166573, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-8 {
    margin: 2rem !important;
  }
  /* line 166577, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-9 {
    margin: 2.25rem !important;
  }
  /* line 166581, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-10 {
    margin: 2.5rem !important;
  }
  /* line 166585, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-11 {
    margin: 2.75rem !important;
  }
  /* line 166589, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-12 {
    margin: 3rem !important;
  }
  /* line 166593, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-14 {
    margin: 3.5rem !important;
  }
  /* line 166597, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-16 {
    margin: 4rem !important;
  }
  /* line 166601, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-20 {
    margin: 5rem !important;
  }
  /* line 166605, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-24 {
    margin: 6rem !important;
  }
  /* line 166609, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-28 {
    margin: 7rem !important;
  }
  /* line 166613, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-32 {
    margin: 8rem !important;
  }
  /* line 166617, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-36 {
    margin: 9rem !important;
  }
  /* line 166621, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-40 {
    margin: 10rem !important;
  }
  /* line 166625, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-44 {
    margin: 11rem !important;
  }
  /* line 166629, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-48 {
    margin: 12rem !important;
  }
  /* line 166633, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-52 {
    margin: 13rem !important;
  }
  /* line 166637, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-56 {
    margin: 14rem !important;
  }
  /* line 166641, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-60 {
    margin: 15rem !important;
  }
  /* line 166645, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-64 {
    margin: 16rem !important;
  }
  /* line 166649, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-72 {
    margin: 18rem !important;
  }
  /* line 166653, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-80 {
    margin: 20rem !important;
  }
  /* line 166657, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-96 {
    margin: 24rem !important;
  }
  /* line 166661, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-auto {
    margin: auto !important;
  }
  /* line 166665, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-px {
    margin: 1px !important;
  }
  /* line 166669, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-0\.5 {
    margin: 0.125rem !important;
  }
  /* line 166673, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-1\.5 {
    margin: 0.375rem !important;
  }
  /* line 166677, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-2\.5 {
    margin: 0.625rem !important;
  }
  /* line 166681, app/assets/stylesheets/tailwind.css */
  .\32xl\:m-3\.5 {
    margin: 0.875rem !important;
  }
  /* line 166685, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-0 {
    margin: 0px !important;
  }
  /* line 166689, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-1 {
    margin: -0.25rem !important;
  }
  /* line 166693, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-2 {
    margin: -0.5rem !important;
  }
  /* line 166697, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-3 {
    margin: -0.75rem !important;
  }
  /* line 166701, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-4 {
    margin: -1rem !important;
  }
  /* line 166705, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-5 {
    margin: -1.25rem !important;
  }
  /* line 166709, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-6 {
    margin: -1.5rem !important;
  }
  /* line 166713, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-7 {
    margin: -1.75rem !important;
  }
  /* line 166717, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-8 {
    margin: -2rem !important;
  }
  /* line 166721, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-9 {
    margin: -2.25rem !important;
  }
  /* line 166725, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-10 {
    margin: -2.5rem !important;
  }
  /* line 166729, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-11 {
    margin: -2.75rem !important;
  }
  /* line 166733, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-12 {
    margin: -3rem !important;
  }
  /* line 166737, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-14 {
    margin: -3.5rem !important;
  }
  /* line 166741, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-16 {
    margin: -4rem !important;
  }
  /* line 166745, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-20 {
    margin: -5rem !important;
  }
  /* line 166749, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-24 {
    margin: -6rem !important;
  }
  /* line 166753, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-28 {
    margin: -7rem !important;
  }
  /* line 166757, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-32 {
    margin: -8rem !important;
  }
  /* line 166761, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-36 {
    margin: -9rem !important;
  }
  /* line 166765, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-40 {
    margin: -10rem !important;
  }
  /* line 166769, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-44 {
    margin: -11rem !important;
  }
  /* line 166773, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-48 {
    margin: -12rem !important;
  }
  /* line 166777, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-52 {
    margin: -13rem !important;
  }
  /* line 166781, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-56 {
    margin: -14rem !important;
  }
  /* line 166785, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-60 {
    margin: -15rem !important;
  }
  /* line 166789, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-64 {
    margin: -16rem !important;
  }
  /* line 166793, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-72 {
    margin: -18rem !important;
  }
  /* line 166797, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-80 {
    margin: -20rem !important;
  }
  /* line 166801, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-96 {
    margin: -24rem !important;
  }
  /* line 166805, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-px {
    margin: -1px !important;
  }
  /* line 166809, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-0\.5 {
    margin: -0.125rem !important;
  }
  /* line 166813, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-1\.5 {
    margin: -0.375rem !important;
  }
  /* line 166817, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-2\.5 {
    margin: -0.625rem !important;
  }
  /* line 166821, app/assets/stylesheets/tailwind.css */
  .\32xl\:-m-3\.5 {
    margin: -0.875rem !important;
  }
  /* line 166825, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 166830, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  /* line 166835, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 166840, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  /* line 166845, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 166850, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  /* line 166855, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 166860, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  /* line 166865, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  /* line 166870, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  /* line 166875, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 166880, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  /* line 166885, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 166890, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  /* line 166895, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  /* line 166900, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 166905, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  /* line 166910, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  /* line 166915, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  /* line 166920, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  /* line 166925, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  /* line 166930, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  /* line 166935, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  /* line 166940, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  /* line 166945, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  /* line 166950, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  /* line 166955, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  /* line 166960, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  /* line 166965, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  /* line 166970, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  /* line 166975, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 166980, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  /* line 166985, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }
  /* line 166990, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  /* line 166995, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  /* line 167000, app/assets/stylesheets/tailwind.css */
  .\32xl\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }
  /* line 167005, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 167010, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 167015, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 167020, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 167025, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 167030, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  /* line 167035, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 167040, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  /* line 167045, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  /* line 167050, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  /* line 167055, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  /* line 167060, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  /* line 167065, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 167070, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  /* line 167075, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  /* line 167080, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  /* line 167085, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  /* line 167090, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  /* line 167095, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  /* line 167100, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  /* line 167105, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  /* line 167110, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }
  /* line 167115, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  /* line 167120, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }
  /* line 167125, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  /* line 167130, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  /* line 167135, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  /* line 167140, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  /* line 167145, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  /* line 167150, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  /* line 167155, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  /* line 167160, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }
  /* line 167165, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }
  /* line 167170, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }
  /* line 167175, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }
  /* line 167180, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 167185, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 167190, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 167195, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 167200, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 167205, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 167210, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 167215, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 167220, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 167225, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 167230, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 167235, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  /* line 167240, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 167245, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 167250, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 167255, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 167260, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 167265, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 167270, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 167275, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 167280, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 167285, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  /* line 167290, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 167295, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  /* line 167300, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 167305, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  /* line 167310, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  /* line 167315, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  /* line 167320, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  /* line 167325, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  /* line 167330, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 167335, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  /* line 167340, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  /* line 167345, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  /* line 167350, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  /* line 167355, app/assets/stylesheets/tailwind.css */
  .\32xl\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  /* line 167360, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 167365, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 167370, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 167375, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 167380, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 167385, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 167390, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 167395, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  /* line 167400, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 167405, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 167410, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 167415, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  /* line 167420, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 167425, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 167430, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 167435, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 167440, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 167445, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 167450, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 167455, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 167460, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 167465, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  /* line 167470, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 167475, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  /* line 167480, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 167485, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  /* line 167490, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  /* line 167495, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  /* line 167500, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  /* line 167505, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  /* line 167510, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  /* line 167515, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  /* line 167520, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  /* line 167525, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  /* line 167530, app/assets/stylesheets/tailwind.css */
  .\32xl\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  /* line 167535, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-0 {
    margin-top: 0px !important;
  }
  /* line 167539, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-1 {
    margin-top: 0.25rem !important;
  }
  /* line 167543, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-2 {
    margin-top: 0.5rem !important;
  }
  /* line 167547, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-3 {
    margin-top: 0.75rem !important;
  }
  /* line 167551, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-4 {
    margin-top: 1rem !important;
  }
  /* line 167555, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-5 {
    margin-top: 1.25rem !important;
  }
  /* line 167559, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-6 {
    margin-top: 1.5rem !important;
  }
  /* line 167563, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-7 {
    margin-top: 1.75rem !important;
  }
  /* line 167567, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-8 {
    margin-top: 2rem !important;
  }
  /* line 167571, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-9 {
    margin-top: 2.25rem !important;
  }
  /* line 167575, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-10 {
    margin-top: 2.5rem !important;
  }
  /* line 167579, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-11 {
    margin-top: 2.75rem !important;
  }
  /* line 167583, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-12 {
    margin-top: 3rem !important;
  }
  /* line 167587, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-14 {
    margin-top: 3.5rem !important;
  }
  /* line 167591, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-16 {
    margin-top: 4rem !important;
  }
  /* line 167595, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-20 {
    margin-top: 5rem !important;
  }
  /* line 167599, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-24 {
    margin-top: 6rem !important;
  }
  /* line 167603, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-28 {
    margin-top: 7rem !important;
  }
  /* line 167607, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-32 {
    margin-top: 8rem !important;
  }
  /* line 167611, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-36 {
    margin-top: 9rem !important;
  }
  /* line 167615, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-40 {
    margin-top: 10rem !important;
  }
  /* line 167619, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-44 {
    margin-top: 11rem !important;
  }
  /* line 167623, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-48 {
    margin-top: 12rem !important;
  }
  /* line 167627, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-52 {
    margin-top: 13rem !important;
  }
  /* line 167631, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-56 {
    margin-top: 14rem !important;
  }
  /* line 167635, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-60 {
    margin-top: 15rem !important;
  }
  /* line 167639, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-64 {
    margin-top: 16rem !important;
  }
  /* line 167643, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-72 {
    margin-top: 18rem !important;
  }
  /* line 167647, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-80 {
    margin-top: 20rem !important;
  }
  /* line 167651, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-96 {
    margin-top: 24rem !important;
  }
  /* line 167655, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-auto {
    margin-top: auto !important;
  }
  /* line 167659, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-px {
    margin-top: 1px !important;
  }
  /* line 167663, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }
  /* line 167667, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }
  /* line 167671, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }
  /* line 167675, app/assets/stylesheets/tailwind.css */
  .\32xl\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }
  /* line 167679, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-0 {
    margin-top: 0px !important;
  }
  /* line 167683, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  /* line 167687, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  /* line 167691, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  /* line 167695, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-4 {
    margin-top: -1rem !important;
  }
  /* line 167699, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  /* line 167703, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  /* line 167707, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  /* line 167711, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-8 {
    margin-top: -2rem !important;
  }
  /* line 167715, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  /* line 167719, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  /* line 167723, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  /* line 167727, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-12 {
    margin-top: -3rem !important;
  }
  /* line 167731, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  /* line 167735, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-16 {
    margin-top: -4rem !important;
  }
  /* line 167739, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-20 {
    margin-top: -5rem !important;
  }
  /* line 167743, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-24 {
    margin-top: -6rem !important;
  }
  /* line 167747, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-28 {
    margin-top: -7rem !important;
  }
  /* line 167751, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-32 {
    margin-top: -8rem !important;
  }
  /* line 167755, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-36 {
    margin-top: -9rem !important;
  }
  /* line 167759, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-40 {
    margin-top: -10rem !important;
  }
  /* line 167763, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-44 {
    margin-top: -11rem !important;
  }
  /* line 167767, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-48 {
    margin-top: -12rem !important;
  }
  /* line 167771, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-52 {
    margin-top: -13rem !important;
  }
  /* line 167775, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-56 {
    margin-top: -14rem !important;
  }
  /* line 167779, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-60 {
    margin-top: -15rem !important;
  }
  /* line 167783, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-64 {
    margin-top: -16rem !important;
  }
  /* line 167787, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-72 {
    margin-top: -18rem !important;
  }
  /* line 167791, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-80 {
    margin-top: -20rem !important;
  }
  /* line 167795, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-96 {
    margin-top: -24rem !important;
  }
  /* line 167799, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-px {
    margin-top: -1px !important;
  }
  /* line 167803, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }
  /* line 167807, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }
  /* line 167811, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }
  /* line 167815, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }
  /* line 167819, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-0 {
    margin-right: 0px !important;
  }
  /* line 167823, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-1 {
    margin-right: 0.25rem !important;
  }
  /* line 167827, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-2 {
    margin-right: 0.5rem !important;
  }
  /* line 167831, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-3 {
    margin-right: 0.75rem !important;
  }
  /* line 167835, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-4 {
    margin-right: 1rem !important;
  }
  /* line 167839, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-5 {
    margin-right: 1.25rem !important;
  }
  /* line 167843, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-6 {
    margin-right: 1.5rem !important;
  }
  /* line 167847, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-7 {
    margin-right: 1.75rem !important;
  }
  /* line 167851, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-8 {
    margin-right: 2rem !important;
  }
  /* line 167855, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-9 {
    margin-right: 2.25rem !important;
  }
  /* line 167859, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-10 {
    margin-right: 2.5rem !important;
  }
  /* line 167863, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-11 {
    margin-right: 2.75rem !important;
  }
  /* line 167867, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-12 {
    margin-right: 3rem !important;
  }
  /* line 167871, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-14 {
    margin-right: 3.5rem !important;
  }
  /* line 167875, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-16 {
    margin-right: 4rem !important;
  }
  /* line 167879, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-20 {
    margin-right: 5rem !important;
  }
  /* line 167883, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-24 {
    margin-right: 6rem !important;
  }
  /* line 167887, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-28 {
    margin-right: 7rem !important;
  }
  /* line 167891, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-32 {
    margin-right: 8rem !important;
  }
  /* line 167895, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-36 {
    margin-right: 9rem !important;
  }
  /* line 167899, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-40 {
    margin-right: 10rem !important;
  }
  /* line 167903, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-44 {
    margin-right: 11rem !important;
  }
  /* line 167907, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-48 {
    margin-right: 12rem !important;
  }
  /* line 167911, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-52 {
    margin-right: 13rem !important;
  }
  /* line 167915, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-56 {
    margin-right: 14rem !important;
  }
  /* line 167919, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-60 {
    margin-right: 15rem !important;
  }
  /* line 167923, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-64 {
    margin-right: 16rem !important;
  }
  /* line 167927, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-72 {
    margin-right: 18rem !important;
  }
  /* line 167931, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-80 {
    margin-right: 20rem !important;
  }
  /* line 167935, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-96 {
    margin-right: 24rem !important;
  }
  /* line 167939, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-auto {
    margin-right: auto !important;
  }
  /* line 167943, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-px {
    margin-right: 1px !important;
  }
  /* line 167947, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }
  /* line 167951, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }
  /* line 167955, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }
  /* line 167959, app/assets/stylesheets/tailwind.css */
  .\32xl\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }
  /* line 167963, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-0 {
    margin-right: 0px !important;
  }
  /* line 167967, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  /* line 167971, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  /* line 167975, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  /* line 167979, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-4 {
    margin-right: -1rem !important;
  }
  /* line 167983, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  /* line 167987, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  /* line 167991, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  /* line 167995, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-8 {
    margin-right: -2rem !important;
  }
  /* line 167999, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  /* line 168003, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  /* line 168007, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  /* line 168011, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-12 {
    margin-right: -3rem !important;
  }
  /* line 168015, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  /* line 168019, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-16 {
    margin-right: -4rem !important;
  }
  /* line 168023, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-20 {
    margin-right: -5rem !important;
  }
  /* line 168027, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-24 {
    margin-right: -6rem !important;
  }
  /* line 168031, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-28 {
    margin-right: -7rem !important;
  }
  /* line 168035, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-32 {
    margin-right: -8rem !important;
  }
  /* line 168039, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-36 {
    margin-right: -9rem !important;
  }
  /* line 168043, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-40 {
    margin-right: -10rem !important;
  }
  /* line 168047, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-44 {
    margin-right: -11rem !important;
  }
  /* line 168051, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-48 {
    margin-right: -12rem !important;
  }
  /* line 168055, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-52 {
    margin-right: -13rem !important;
  }
  /* line 168059, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-56 {
    margin-right: -14rem !important;
  }
  /* line 168063, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-60 {
    margin-right: -15rem !important;
  }
  /* line 168067, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-64 {
    margin-right: -16rem !important;
  }
  /* line 168071, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-72 {
    margin-right: -18rem !important;
  }
  /* line 168075, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-80 {
    margin-right: -20rem !important;
  }
  /* line 168079, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-96 {
    margin-right: -24rem !important;
  }
  /* line 168083, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-px {
    margin-right: -1px !important;
  }
  /* line 168087, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }
  /* line 168091, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }
  /* line 168095, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }
  /* line 168099, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }
  /* line 168103, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-0 {
    margin-bottom: 0px !important;
  }
  /* line 168107, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 168111, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 168115, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 168119, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-4 {
    margin-bottom: 1rem !important;
  }
  /* line 168123, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 168127, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 168131, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 168135, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-8 {
    margin-bottom: 2rem !important;
  }
  /* line 168139, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  /* line 168143, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  /* line 168147, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  /* line 168151, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-12 {
    margin-bottom: 3rem !important;
  }
  /* line 168155, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  /* line 168159, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-16 {
    margin-bottom: 4rem !important;
  }
  /* line 168163, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-20 {
    margin-bottom: 5rem !important;
  }
  /* line 168167, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-24 {
    margin-bottom: 6rem !important;
  }
  /* line 168171, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-28 {
    margin-bottom: 7rem !important;
  }
  /* line 168175, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-32 {
    margin-bottom: 8rem !important;
  }
  /* line 168179, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-36 {
    margin-bottom: 9rem !important;
  }
  /* line 168183, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-40 {
    margin-bottom: 10rem !important;
  }
  /* line 168187, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-44 {
    margin-bottom: 11rem !important;
  }
  /* line 168191, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-48 {
    margin-bottom: 12rem !important;
  }
  /* line 168195, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-52 {
    margin-bottom: 13rem !important;
  }
  /* line 168199, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-56 {
    margin-bottom: 14rem !important;
  }
  /* line 168203, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-60 {
    margin-bottom: 15rem !important;
  }
  /* line 168207, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-64 {
    margin-bottom: 16rem !important;
  }
  /* line 168211, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-72 {
    margin-bottom: 18rem !important;
  }
  /* line 168215, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-80 {
    margin-bottom: 20rem !important;
  }
  /* line 168219, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-96 {
    margin-bottom: 24rem !important;
  }
  /* line 168223, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-auto {
    margin-bottom: auto !important;
  }
  /* line 168227, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-px {
    margin-bottom: 1px !important;
  }
  /* line 168231, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }
  /* line 168235, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }
  /* line 168239, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }
  /* line 168243, app/assets/stylesheets/tailwind.css */
  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }
  /* line 168247, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-0 {
    margin-bottom: 0px !important;
  }
  /* line 168251, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 168255, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 168259, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 168263, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  /* line 168267, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  /* line 168271, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  /* line 168275, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  /* line 168279, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  /* line 168283, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  /* line 168287, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  /* line 168291, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  /* line 168295, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  /* line 168299, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  /* line 168303, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  /* line 168307, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  /* line 168311, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  /* line 168315, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  /* line 168319, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  /* line 168323, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  /* line 168327, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  /* line 168331, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-44 {
    margin-bottom: -11rem !important;
  }
  /* line 168335, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  /* line 168339, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-52 {
    margin-bottom: -13rem !important;
  }
  /* line 168343, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  /* line 168347, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  /* line 168351, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  /* line 168355, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  /* line 168359, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  /* line 168363, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  /* line 168367, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-px {
    margin-bottom: -1px !important;
  }
  /* line 168371, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }
  /* line 168375, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }
  /* line 168379, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }
  /* line 168383, app/assets/stylesheets/tailwind.css */
  .\32xl\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }
  /* line 168387, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-0 {
    margin-left: 0px !important;
  }
  /* line 168391, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-1 {
    margin-left: 0.25rem !important;
  }
  /* line 168395, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-2 {
    margin-left: 0.5rem !important;
  }
  /* line 168399, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-3 {
    margin-left: 0.75rem !important;
  }
  /* line 168403, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-4 {
    margin-left: 1rem !important;
  }
  /* line 168407, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-5 {
    margin-left: 1.25rem !important;
  }
  /* line 168411, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-6 {
    margin-left: 1.5rem !important;
  }
  /* line 168415, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-7 {
    margin-left: 1.75rem !important;
  }
  /* line 168419, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-8 {
    margin-left: 2rem !important;
  }
  /* line 168423, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-9 {
    margin-left: 2.25rem !important;
  }
  /* line 168427, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-10 {
    margin-left: 2.5rem !important;
  }
  /* line 168431, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-11 {
    margin-left: 2.75rem !important;
  }
  /* line 168435, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-12 {
    margin-left: 3rem !important;
  }
  /* line 168439, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-14 {
    margin-left: 3.5rem !important;
  }
  /* line 168443, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-16 {
    margin-left: 4rem !important;
  }
  /* line 168447, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-20 {
    margin-left: 5rem !important;
  }
  /* line 168451, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-24 {
    margin-left: 6rem !important;
  }
  /* line 168455, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-28 {
    margin-left: 7rem !important;
  }
  /* line 168459, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-32 {
    margin-left: 8rem !important;
  }
  /* line 168463, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-36 {
    margin-left: 9rem !important;
  }
  /* line 168467, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-40 {
    margin-left: 10rem !important;
  }
  /* line 168471, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-44 {
    margin-left: 11rem !important;
  }
  /* line 168475, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-48 {
    margin-left: 12rem !important;
  }
  /* line 168479, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-52 {
    margin-left: 13rem !important;
  }
  /* line 168483, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-56 {
    margin-left: 14rem !important;
  }
  /* line 168487, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-60 {
    margin-left: 15rem !important;
  }
  /* line 168491, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-64 {
    margin-left: 16rem !important;
  }
  /* line 168495, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-72 {
    margin-left: 18rem !important;
  }
  /* line 168499, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-80 {
    margin-left: 20rem !important;
  }
  /* line 168503, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-96 {
    margin-left: 24rem !important;
  }
  /* line 168507, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-auto {
    margin-left: auto !important;
  }
  /* line 168511, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-px {
    margin-left: 1px !important;
  }
  /* line 168515, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }
  /* line 168519, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }
  /* line 168523, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }
  /* line 168527, app/assets/stylesheets/tailwind.css */
  .\32xl\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }
  /* line 168531, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-0 {
    margin-left: 0px !important;
  }
  /* line 168535, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  /* line 168539, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  /* line 168543, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  /* line 168547, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-4 {
    margin-left: -1rem !important;
  }
  /* line 168551, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  /* line 168555, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  /* line 168559, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  /* line 168563, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-8 {
    margin-left: -2rem !important;
  }
  /* line 168567, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  /* line 168571, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  /* line 168575, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  /* line 168579, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-12 {
    margin-left: -3rem !important;
  }
  /* line 168583, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  /* line 168587, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-16 {
    margin-left: -4rem !important;
  }
  /* line 168591, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-20 {
    margin-left: -5rem !important;
  }
  /* line 168595, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-24 {
    margin-left: -6rem !important;
  }
  /* line 168599, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-28 {
    margin-left: -7rem !important;
  }
  /* line 168603, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-32 {
    margin-left: -8rem !important;
  }
  /* line 168607, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-36 {
    margin-left: -9rem !important;
  }
  /* line 168611, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-40 {
    margin-left: -10rem !important;
  }
  /* line 168615, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-44 {
    margin-left: -11rem !important;
  }
  /* line 168619, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-48 {
    margin-left: -12rem !important;
  }
  /* line 168623, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-52 {
    margin-left: -13rem !important;
  }
  /* line 168627, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-56 {
    margin-left: -14rem !important;
  }
  /* line 168631, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-60 {
    margin-left: -15rem !important;
  }
  /* line 168635, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-64 {
    margin-left: -16rem !important;
  }
  /* line 168639, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-72 {
    margin-left: -18rem !important;
  }
  /* line 168643, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-80 {
    margin-left: -20rem !important;
  }
  /* line 168647, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-96 {
    margin-left: -24rem !important;
  }
  /* line 168651, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-px {
    margin-left: -1px !important;
  }
  /* line 168655, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }
  /* line 168659, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }
  /* line 168663, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }
  /* line 168667, app/assets/stylesheets/tailwind.css */
  .\32xl\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }
  /* line 168671, app/assets/stylesheets/tailwind.css */
  .\32xl\:box-border {
    box-sizing: border-box !important;
  }
  /* line 168675, app/assets/stylesheets/tailwind.css */
  .\32xl\:box-content {
    box-sizing: content-box !important;
  }
  /* line 168679, app/assets/stylesheets/tailwind.css */
  .\32xl\:block {
    display: block !important;
  }
  /* line 168683, app/assets/stylesheets/tailwind.css */
  .\32xl\:inline-block {
    display: inline-block !important;
  }
  /* line 168687, app/assets/stylesheets/tailwind.css */
  .\32xl\:inline {
    display: inline !important;
  }
  /* line 168691, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex {
    display: flex !important;
  }
  /* line 168695, app/assets/stylesheets/tailwind.css */
  .\32xl\:inline-flex {
    display: inline-flex !important;
  }
  /* line 168699, app/assets/stylesheets/tailwind.css */
  .\32xl\:table {
    display: table !important;
  }
  /* line 168703, app/assets/stylesheets/tailwind.css */
  .\32xl\:inline-table {
    display: inline-table !important;
  }
  /* line 168707, app/assets/stylesheets/tailwind.css */
  .\32xl\:table-caption {
    display: table-caption !important;
  }
  /* line 168711, app/assets/stylesheets/tailwind.css */
  .\32xl\:table-cell {
    display: table-cell !important;
  }
  /* line 168715, app/assets/stylesheets/tailwind.css */
  .\32xl\:table-column {
    display: table-column !important;
  }
  /* line 168719, app/assets/stylesheets/tailwind.css */
  .\32xl\:table-column-group {
    display: table-column-group !important;
  }
  /* line 168723, app/assets/stylesheets/tailwind.css */
  .\32xl\:table-footer-group {
    display: table-footer-group !important;
  }
  /* line 168727, app/assets/stylesheets/tailwind.css */
  .\32xl\:table-header-group {
    display: table-header-group !important;
  }
  /* line 168731, app/assets/stylesheets/tailwind.css */
  .\32xl\:table-row-group {
    display: table-row-group !important;
  }
  /* line 168735, app/assets/stylesheets/tailwind.css */
  .\32xl\:table-row {
    display: table-row !important;
  }
  /* line 168739, app/assets/stylesheets/tailwind.css */
  .\32xl\:flow-root {
    display: flow-root !important;
  }
  /* line 168743, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid {
    display: grid !important;
  }
  /* line 168747, app/assets/stylesheets/tailwind.css */
  .\32xl\:inline-grid {
    display: inline-grid !important;
  }
  /* line 168751, app/assets/stylesheets/tailwind.css */
  .\32xl\:contents {
    display: contents !important;
  }
  /* line 168755, app/assets/stylesheets/tailwind.css */
  .\32xl\:list-item {
    display: list-item !important;
  }
  /* line 168759, app/assets/stylesheets/tailwind.css */
  .\32xl\:hidden {
    display: none !important;
  }
  /* line 168763, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-0 {
    height: 0px !important;
  }
  /* line 168767, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-1 {
    height: 0.25rem !important;
  }
  /* line 168771, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-2 {
    height: 0.5rem !important;
  }
  /* line 168775, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-3 {
    height: 0.75rem !important;
  }
  /* line 168779, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-4 {
    height: 1rem !important;
  }
  /* line 168783, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-5 {
    height: 1.25rem !important;
  }
  /* line 168787, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-6 {
    height: 1.5rem !important;
  }
  /* line 168791, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-7 {
    height: 1.75rem !important;
  }
  /* line 168795, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-8 {
    height: 2rem !important;
  }
  /* line 168799, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-9 {
    height: 2.25rem !important;
  }
  /* line 168803, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-10 {
    height: 2.5rem !important;
  }
  /* line 168807, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-11 {
    height: 2.75rem !important;
  }
  /* line 168811, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-12 {
    height: 3rem !important;
  }
  /* line 168815, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-14 {
    height: 3.5rem !important;
  }
  /* line 168819, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-16 {
    height: 4rem !important;
  }
  /* line 168823, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-20 {
    height: 5rem !important;
  }
  /* line 168827, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-24 {
    height: 6rem !important;
  }
  /* line 168831, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-28 {
    height: 7rem !important;
  }
  /* line 168835, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-32 {
    height: 8rem !important;
  }
  /* line 168839, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-36 {
    height: 9rem !important;
  }
  /* line 168843, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-40 {
    height: 10rem !important;
  }
  /* line 168847, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-44 {
    height: 11rem !important;
  }
  /* line 168851, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-48 {
    height: 12rem !important;
  }
  /* line 168855, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-52 {
    height: 13rem !important;
  }
  /* line 168859, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-56 {
    height: 14rem !important;
  }
  /* line 168863, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-60 {
    height: 15rem !important;
  }
  /* line 168867, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-64 {
    height: 16rem !important;
  }
  /* line 168871, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-72 {
    height: 18rem !important;
  }
  /* line 168875, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-80 {
    height: 20rem !important;
  }
  /* line 168879, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-96 {
    height: 24rem !important;
  }
  /* line 168883, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-auto {
    height: auto !important;
  }
  /* line 168887, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-px {
    height: 1px !important;
  }
  /* line 168891, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-0\.5 {
    height: 0.125rem !important;
  }
  /* line 168895, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-1\.5 {
    height: 0.375rem !important;
  }
  /* line 168899, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-2\.5 {
    height: 0.625rem !important;
  }
  /* line 168903, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-3\.5 {
    height: 0.875rem !important;
  }
  /* line 168907, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-1\/2 {
    height: 50% !important;
  }
  /* line 168911, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-1\/3 {
    height: 33.333333% !important;
  }
  /* line 168915, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-2\/3 {
    height: 66.666667% !important;
  }
  /* line 168919, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-1\/4 {
    height: 25% !important;
  }
  /* line 168923, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-2\/4 {
    height: 50% !important;
  }
  /* line 168927, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-3\/4 {
    height: 75% !important;
  }
  /* line 168931, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-1\/5 {
    height: 20% !important;
  }
  /* line 168935, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-2\/5 {
    height: 40% !important;
  }
  /* line 168939, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-3\/5 {
    height: 60% !important;
  }
  /* line 168943, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-4\/5 {
    height: 80% !important;
  }
  /* line 168947, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-1\/6 {
    height: 16.666667% !important;
  }
  /* line 168951, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-2\/6 {
    height: 33.333333% !important;
  }
  /* line 168955, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-3\/6 {
    height: 50% !important;
  }
  /* line 168959, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-4\/6 {
    height: 66.666667% !important;
  }
  /* line 168963, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-5\/6 {
    height: 83.333333% !important;
  }
  /* line 168967, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-full {
    height: 100% !important;
  }
  /* line 168971, app/assets/stylesheets/tailwind.css */
  .\32xl\:h-screen {
    height: 100vh !important;
  }
  /* line 168975, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-0 {
    max-height: 0px !important;
  }
  /* line 168979, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-1 {
    max-height: 0.25rem !important;
  }
  /* line 168983, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-2 {
    max-height: 0.5rem !important;
  }
  /* line 168987, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-3 {
    max-height: 0.75rem !important;
  }
  /* line 168991, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-4 {
    max-height: 1rem !important;
  }
  /* line 168995, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-5 {
    max-height: 1.25rem !important;
  }
  /* line 168999, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-6 {
    max-height: 1.5rem !important;
  }
  /* line 169003, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-7 {
    max-height: 1.75rem !important;
  }
  /* line 169007, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-8 {
    max-height: 2rem !important;
  }
  /* line 169011, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-9 {
    max-height: 2.25rem !important;
  }
  /* line 169015, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-10 {
    max-height: 2.5rem !important;
  }
  /* line 169019, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-11 {
    max-height: 2.75rem !important;
  }
  /* line 169023, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-12 {
    max-height: 3rem !important;
  }
  /* line 169027, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-14 {
    max-height: 3.5rem !important;
  }
  /* line 169031, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-16 {
    max-height: 4rem !important;
  }
  /* line 169035, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-20 {
    max-height: 5rem !important;
  }
  /* line 169039, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-24 {
    max-height: 6rem !important;
  }
  /* line 169043, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-28 {
    max-height: 7rem !important;
  }
  /* line 169047, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-32 {
    max-height: 8rem !important;
  }
  /* line 169051, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-36 {
    max-height: 9rem !important;
  }
  /* line 169055, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-40 {
    max-height: 10rem !important;
  }
  /* line 169059, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-44 {
    max-height: 11rem !important;
  }
  /* line 169063, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-48 {
    max-height: 12rem !important;
  }
  /* line 169067, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-52 {
    max-height: 13rem !important;
  }
  /* line 169071, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-56 {
    max-height: 14rem !important;
  }
  /* line 169075, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-60 {
    max-height: 15rem !important;
  }
  /* line 169079, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-64 {
    max-height: 16rem !important;
  }
  /* line 169083, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-72 {
    max-height: 18rem !important;
  }
  /* line 169087, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-80 {
    max-height: 20rem !important;
  }
  /* line 169091, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-96 {
    max-height: 24rem !important;
  }
  /* line 169095, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-px {
    max-height: 1px !important;
  }
  /* line 169099, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }
  /* line 169103, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }
  /* line 169107, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }
  /* line 169111, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }
  /* line 169115, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-full {
    max-height: 100% !important;
  }
  /* line 169119, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-h-screen {
    max-height: 100vh !important;
  }
  /* line 169123, app/assets/stylesheets/tailwind.css */
  .\32xl\:min-h-0 {
    min-height: 0px !important;
  }
  /* line 169127, app/assets/stylesheets/tailwind.css */
  .\32xl\:min-h-full {
    min-height: 100% !important;
  }
  /* line 169131, app/assets/stylesheets/tailwind.css */
  .\32xl\:min-h-screen {
    min-height: 100vh !important;
  }
  /* line 169135, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-0 {
    width: 0px !important;
  }
  /* line 169139, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-1 {
    width: 0.25rem !important;
  }
  /* line 169143, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-2 {
    width: 0.5rem !important;
  }
  /* line 169147, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-3 {
    width: 0.75rem !important;
  }
  /* line 169151, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-4 {
    width: 1rem !important;
  }
  /* line 169155, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-5 {
    width: 1.25rem !important;
  }
  /* line 169159, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-6 {
    width: 1.5rem !important;
  }
  /* line 169163, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-7 {
    width: 1.75rem !important;
  }
  /* line 169167, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-8 {
    width: 2rem !important;
  }
  /* line 169171, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-9 {
    width: 2.25rem !important;
  }
  /* line 169175, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-10 {
    width: 2.5rem !important;
  }
  /* line 169179, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-11 {
    width: 2.75rem !important;
  }
  /* line 169183, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-12 {
    width: 3rem !important;
  }
  /* line 169187, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-14 {
    width: 3.5rem !important;
  }
  /* line 169191, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-16 {
    width: 4rem !important;
  }
  /* line 169195, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-20 {
    width: 5rem !important;
  }
  /* line 169199, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-24 {
    width: 6rem !important;
  }
  /* line 169203, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-28 {
    width: 7rem !important;
  }
  /* line 169207, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-32 {
    width: 8rem !important;
  }
  /* line 169211, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-36 {
    width: 9rem !important;
  }
  /* line 169215, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-40 {
    width: 10rem !important;
  }
  /* line 169219, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-44 {
    width: 11rem !important;
  }
  /* line 169223, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-48 {
    width: 12rem !important;
  }
  /* line 169227, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-52 {
    width: 13rem !important;
  }
  /* line 169231, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-56 {
    width: 14rem !important;
  }
  /* line 169235, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-60 {
    width: 15rem !important;
  }
  /* line 169239, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-64 {
    width: 16rem !important;
  }
  /* line 169243, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-72 {
    width: 18rem !important;
  }
  /* line 169247, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-80 {
    width: 20rem !important;
  }
  /* line 169251, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-96 {
    width: 24rem !important;
  }
  /* line 169255, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-128 {
    width: 32rem !important;
  }
  /* line 169259, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-auto {
    width: auto !important;
  }
  /* line 169263, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-px {
    width: 1px !important;
  }
  /* line 169267, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-0\.5 {
    width: 0.125rem !important;
  }
  /* line 169271, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-1\.5 {
    width: 0.375rem !important;
  }
  /* line 169275, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-2\.5 {
    width: 0.625rem !important;
  }
  /* line 169279, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-3\.5 {
    width: 0.875rem !important;
  }
  /* line 169283, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-1\/2 {
    width: 50% !important;
  }
  /* line 169287, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-1\/3 {
    width: 33.333333% !important;
  }
  /* line 169291, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-2\/3 {
    width: 66.666667% !important;
  }
  /* line 169295, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-1\/4 {
    width: 25% !important;
  }
  /* line 169299, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-2\/4 {
    width: 50% !important;
  }
  /* line 169303, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-3\/4 {
    width: 75% !important;
  }
  /* line 169307, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-1\/5 {
    width: 20% !important;
  }
  /* line 169311, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-2\/5 {
    width: 40% !important;
  }
  /* line 169315, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-3\/5 {
    width: 60% !important;
  }
  /* line 169319, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-4\/5 {
    width: 80% !important;
  }
  /* line 169323, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-1\/6 {
    width: 16.666667% !important;
  }
  /* line 169327, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-2\/6 {
    width: 33.333333% !important;
  }
  /* line 169331, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-3\/6 {
    width: 50% !important;
  }
  /* line 169335, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-4\/6 {
    width: 66.666667% !important;
  }
  /* line 169339, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-5\/6 {
    width: 83.333333% !important;
  }
  /* line 169343, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-1\/12 {
    width: 8.333333% !important;
  }
  /* line 169347, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-2\/12 {
    width: 16.666667% !important;
  }
  /* line 169351, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-3\/12 {
    width: 25% !important;
  }
  /* line 169355, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-4\/12 {
    width: 33.333333% !important;
  }
  /* line 169359, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-5\/12 {
    width: 41.666667% !important;
  }
  /* line 169363, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-6\/12 {
    width: 50% !important;
  }
  /* line 169367, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-7\/12 {
    width: 58.333333% !important;
  }
  /* line 169371, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-8\/12 {
    width: 66.666667% !important;
  }
  /* line 169375, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-9\/12 {
    width: 75% !important;
  }
  /* line 169379, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-10\/12 {
    width: 83.333333% !important;
  }
  /* line 169383, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-11\/12 {
    width: 91.666667% !important;
  }
  /* line 169387, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-full {
    width: 100% !important;
  }
  /* line 169391, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-screen {
    width: 100vw !important;
  }
  /* line 169395, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 169400, app/assets/stylesheets/tailwind.css */
  .\32xl\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 169405, app/assets/stylesheets/tailwind.css */
  .\32xl\:min-w-0 {
    min-width: 0px !important;
  }
  /* line 169409, app/assets/stylesheets/tailwind.css */
  .\32xl\:min-w-full {
    min-width: 100% !important;
  }
  /* line 169413, app/assets/stylesheets/tailwind.css */
  .\32xl\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  /* line 169418, app/assets/stylesheets/tailwind.css */
  .\32xl\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  /* line 169423, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-0 {
    max-width: 0rem !important;
  }
  /* line 169427, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-none {
    max-width: none !important;
  }
  /* line 169431, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-xs {
    max-width: 20rem !important;
  }
  /* line 169435, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-sm {
    max-width: 24rem !important;
  }
  /* line 169439, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-md {
    max-width: 28rem !important;
  }
  /* line 169443, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-lg {
    max-width: 32rem !important;
  }
  /* line 169447, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-xl {
    max-width: 36rem !important;
  }
  /* line 169451, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-2xl {
    max-width: 42rem !important;
  }
  /* line 169455, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-3xl {
    max-width: 48rem !important;
  }
  /* line 169459, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-4xl {
    max-width: 56rem !important;
  }
  /* line 169463, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-5xl {
    max-width: 64rem !important;
  }
  /* line 169467, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-6xl {
    max-width: 72rem !important;
  }
  /* line 169471, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-7xl {
    max-width: 80rem !important;
  }
  /* line 169475, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-full {
    max-width: 100% !important;
  }
  /* line 169479, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 169484, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 169489, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-prose {
    max-width: 65ch !important;
  }
  /* line 169493, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-screen-sm {
    max-width: 640px !important;
  }
  /* line 169497, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-screen-md {
    max-width: 768px !important;
  }
  /* line 169501, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-screen-lg {
    max-width: 1024px !important;
  }
  /* line 169505, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-screen-xl {
    max-width: 1280px !important;
  }
  /* line 169509, app/assets/stylesheets/tailwind.css */
  .\32xl\:max-w-screen-2xl {
    max-width: 1536px !important;
  }
  /* line 169513, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-1 {
    flex: 1 1 0% !important;
  }
  /* line 169517, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-auto {
    flex: 1 1 auto !important;
  }
  /* line 169521, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-initial {
    flex: 0 1 auto !important;
  }
  /* line 169525, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-none {
    flex: none !important;
  }
  /* line 169529, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 169533, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-shrink {
    flex-shrink: 1 !important;
  }
  /* line 169537, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 169541, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-grow {
    flex-grow: 1 !important;
  }
  /* line 169545, app/assets/stylesheets/tailwind.css */
  .\32xl\:table-auto {
    table-layout: auto !important;
  }
  /* line 169549, app/assets/stylesheets/tailwind.css */
  .\32xl\:table-fixed {
    table-layout: fixed !important;
  }
  /* line 169553, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-collapse {
    border-collapse: collapse !important;
  }
  /* line 169557, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-separate {
    border-collapse: separate !important;
  }
  /* line 169561, app/assets/stylesheets/tailwind.css */
  .\32xl\:origin-center {
    transform-origin: center !important;
  }
  /* line 169565, app/assets/stylesheets/tailwind.css */
  .\32xl\:origin-top {
    transform-origin: top !important;
  }
  /* line 169569, app/assets/stylesheets/tailwind.css */
  .\32xl\:origin-top-right {
    transform-origin: top right !important;
  }
  /* line 169573, app/assets/stylesheets/tailwind.css */
  .\32xl\:origin-right {
    transform-origin: right !important;
  }
  /* line 169577, app/assets/stylesheets/tailwind.css */
  .\32xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  /* line 169581, app/assets/stylesheets/tailwind.css */
  .\32xl\:origin-bottom {
    transform-origin: bottom !important;
  }
  /* line 169585, app/assets/stylesheets/tailwind.css */
  .\32xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  /* line 169589, app/assets/stylesheets/tailwind.css */
  .\32xl\:origin-left {
    transform-origin: left !important;
  }
  /* line 169593, app/assets/stylesheets/tailwind.css */
  .\32xl\:origin-top-left {
    transform-origin: top left !important;
  }
  /* line 169597, app/assets/stylesheets/tailwind.css */
  .\32xl\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  /* line 169608, app/assets/stylesheets/tailwind.css */
  .\32xl\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  /* line 169619, app/assets/stylesheets/tailwind.css */
  .\32xl\:transform-none {
    transform: none !important;
  }
  /* line 169623, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }
  /* line 169627, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 169631, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 169635, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 169639, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }
  /* line 169643, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 169647, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 169651, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 169655, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }
  /* line 169659, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 169663, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 169667, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 169671, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }
  /* line 169675, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 169679, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }
  /* line 169683, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }
  /* line 169687, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }
  /* line 169691, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }
  /* line 169695, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }
  /* line 169699, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }
  /* line 169703, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }
  /* line 169707, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }
  /* line 169711, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }
  /* line 169715, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }
  /* line 169719, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }
  /* line 169723, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }
  /* line 169727, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }
  /* line 169731, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-72 {
    --tw-translate-x: 18rem !important;
  }
  /* line 169735, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }
  /* line 169739, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }
  /* line 169743, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-px {
    --tw-translate-x: 1px !important;
  }
  /* line 169747, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 169751, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 169755, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 169759, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 169763, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }
  /* line 169767, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 169771, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 169775, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 169779, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }
  /* line 169783, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 169787, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 169791, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 169795, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }
  /* line 169799, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 169803, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 169807, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 169811, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }
  /* line 169815, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 169819, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }
  /* line 169823, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }
  /* line 169827, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }
  /* line 169831, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }
  /* line 169835, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }
  /* line 169839, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }
  /* line 169843, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }
  /* line 169847, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }
  /* line 169851, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }
  /* line 169855, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }
  /* line 169859, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }
  /* line 169863, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }
  /* line 169867, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }
  /* line 169871, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-72 {
    --tw-translate-x: -18rem !important;
  }
  /* line 169875, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }
  /* line 169879, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }
  /* line 169883, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }
  /* line 169887, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 169891, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 169895, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 169899, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 169903, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }
  /* line 169907, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 169911, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 169915, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }
  /* line 169919, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }
  /* line 169923, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }
  /* line 169927, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-x-full {
    --tw-translate-x: 100% !important;
  }
  /* line 169931, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }
  /* line 169935, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 169939, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 169943, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }
  /* line 169947, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }
  /* line 169951, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }
  /* line 169955, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }
  /* line 169959, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }
  /* line 169963, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 169967, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 169971, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 169975, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }
  /* line 169979, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 169983, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 169987, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 169991, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }
  /* line 169995, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 169999, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 170003, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 170007, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }
  /* line 170011, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 170015, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }
  /* line 170019, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }
  /* line 170023, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }
  /* line 170027, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }
  /* line 170031, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }
  /* line 170035, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }
  /* line 170039, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }
  /* line 170043, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }
  /* line 170047, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }
  /* line 170051, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }
  /* line 170055, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }
  /* line 170059, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }
  /* line 170063, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }
  /* line 170067, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-72 {
    --tw-translate-y: 18rem !important;
  }
  /* line 170071, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }
  /* line 170075, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }
  /* line 170079, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-px {
    --tw-translate-y: 1px !important;
  }
  /* line 170083, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 170087, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 170091, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 170095, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 170099, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }
  /* line 170103, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 170107, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 170111, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 170115, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }
  /* line 170119, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 170123, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 170127, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 170131, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }
  /* line 170135, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 170139, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 170143, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 170147, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }
  /* line 170151, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 170155, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }
  /* line 170159, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }
  /* line 170163, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }
  /* line 170167, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }
  /* line 170171, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }
  /* line 170175, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }
  /* line 170179, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }
  /* line 170183, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }
  /* line 170187, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }
  /* line 170191, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }
  /* line 170195, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }
  /* line 170199, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }
  /* line 170203, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }
  /* line 170207, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-72 {
    --tw-translate-y: -18rem !important;
  }
  /* line 170211, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }
  /* line 170215, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }
  /* line 170219, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }
  /* line 170223, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 170227, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 170231, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 170235, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 170239, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }
  /* line 170243, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 170247, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 170251, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }
  /* line 170255, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }
  /* line 170259, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }
  /* line 170263, app/assets/stylesheets/tailwind.css */
  .\32xl\:translate-y-full {
    --tw-translate-y: 100% !important;
  }
  /* line 170267, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }
  /* line 170271, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 170275, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 170279, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }
  /* line 170283, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }
  /* line 170287, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }
  /* line 170291, app/assets/stylesheets/tailwind.css */
  .\32xl\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }
  /* line 170295, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }
  /* line 170299, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 170303, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 170307, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 170311, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }
  /* line 170315, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 170319, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 170323, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 170327, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }
  /* line 170331, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 170335, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 170339, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 170343, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }
  /* line 170347, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 170351, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }
  /* line 170355, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }
  /* line 170359, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }
  /* line 170363, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }
  /* line 170367, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }
  /* line 170371, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }
  /* line 170375, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }
  /* line 170379, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }
  /* line 170383, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }
  /* line 170387, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }
  /* line 170391, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }
  /* line 170395, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }
  /* line 170399, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }
  /* line 170403, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }
  /* line 170407, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }
  /* line 170411, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }
  /* line 170415, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }
  /* line 170419, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 170423, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 170427, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 170431, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 170435, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }
  /* line 170439, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 170443, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 170447, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 170451, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }
  /* line 170455, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 170459, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 170463, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 170467, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }
  /* line 170471, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 170475, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 170479, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 170483, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }
  /* line 170487, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 170491, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }
  /* line 170495, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }
  /* line 170499, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }
  /* line 170503, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }
  /* line 170507, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }
  /* line 170511, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }
  /* line 170515, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }
  /* line 170519, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }
  /* line 170523, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }
  /* line 170527, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }
  /* line 170531, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }
  /* line 170535, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }
  /* line 170539, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }
  /* line 170543, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }
  /* line 170547, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }
  /* line 170551, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }
  /* line 170555, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }
  /* line 170559, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 170563, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 170567, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 170571, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 170575, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }
  /* line 170579, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 170583, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 170587, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }
  /* line 170591, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }
  /* line 170595, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }
  /* line 170599, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }
  /* line 170603, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }
  /* line 170607, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 170611, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 170615, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }
  /* line 170619, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }
  /* line 170623, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }
  /* line 170627, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }
  /* line 170631, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }
  /* line 170635, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 170639, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 170643, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 170647, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }
  /* line 170651, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 170655, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 170659, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 170663, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }
  /* line 170667, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 170671, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 170675, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 170679, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }
  /* line 170683, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 170687, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }
  /* line 170691, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }
  /* line 170695, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }
  /* line 170699, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }
  /* line 170703, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }
  /* line 170707, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }
  /* line 170711, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }
  /* line 170715, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }
  /* line 170719, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }
  /* line 170723, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }
  /* line 170727, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }
  /* line 170731, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }
  /* line 170735, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }
  /* line 170739, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }
  /* line 170743, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }
  /* line 170747, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }
  /* line 170751, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }
  /* line 170755, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 170759, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 170763, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 170767, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 170771, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }
  /* line 170775, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 170779, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 170783, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 170787, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }
  /* line 170791, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 170795, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 170799, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 170803, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }
  /* line 170807, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 170811, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 170815, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 170819, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }
  /* line 170823, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 170827, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }
  /* line 170831, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }
  /* line 170835, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }
  /* line 170839, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }
  /* line 170843, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }
  /* line 170847, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }
  /* line 170851, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }
  /* line 170855, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }
  /* line 170859, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }
  /* line 170863, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }
  /* line 170867, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }
  /* line 170871, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }
  /* line 170875, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }
  /* line 170879, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }
  /* line 170883, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }
  /* line 170887, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }
  /* line 170891, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }
  /* line 170895, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 170899, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 170903, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 170907, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 170911, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }
  /* line 170915, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 170919, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 170923, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }
  /* line 170927, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }
  /* line 170931, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }
  /* line 170935, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }
  /* line 170939, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }
  /* line 170943, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 170947, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 170951, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }
  /* line 170955, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }
  /* line 170959, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }
  /* line 170963, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }
  /* line 170967, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }
  /* line 170971, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }
  /* line 170975, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }
  /* line 170979, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }
  /* line 170983, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }
  /* line 170987, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }
  /* line 170991, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }
  /* line 170995, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }
  /* line 170999, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }
  /* line 171003, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }
  /* line 171007, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }
  /* line 171011, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }
  /* line 171015, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }
  /* line 171019, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }
  /* line 171023, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }
  /* line 171027, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }
  /* line 171031, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }
  /* line 171035, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }
  /* line 171039, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }
  /* line 171043, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }
  /* line 171047, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }
  /* line 171051, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }
  /* line 171055, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }
  /* line 171059, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }
  /* line 171063, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }
  /* line 171067, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }
  /* line 171071, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }
  /* line 171075, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }
  /* line 171079, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }
  /* line 171083, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }
  /* line 171087, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }
  /* line 171091, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }
  /* line 171095, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }
  /* line 171099, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }
  /* line 171103, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }
  /* line 171107, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }
  /* line 171111, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }
  /* line 171115, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }
  /* line 171119, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }
  /* line 171123, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }
  /* line 171127, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }
  /* line 171131, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }
  /* line 171135, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }
  /* line 171139, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }
  /* line 171143, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }
  /* line 171147, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }
  /* line 171151, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }
  /* line 171155, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }
  /* line 171159, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }
  /* line 171163, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }
  /* line 171167, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }
  /* line 171171, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }
  /* line 171175, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }
  /* line 171179, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }
  /* line 171183, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }
  /* line 171187, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }
  /* line 171191, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }
  /* line 171195, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }
  /* line 171199, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }
  /* line 171203, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }
  /* line 171207, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }
  /* line 171211, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }
  /* line 171215, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }
  /* line 171219, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }
  /* line 171223, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }
  /* line 171227, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }
  /* line 171231, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }
  /* line 171235, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }
  /* line 171239, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }
  /* line 171243, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }
  /* line 171247, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }
  /* line 171251, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }
  /* line 171255, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }
  /* line 171259, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }
  /* line 171263, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }
  /* line 171267, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }
  /* line 171271, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }
  /* line 171275, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }
  /* line 171279, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }
  /* line 171283, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }
  /* line 171287, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }
  /* line 171291, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }
  /* line 171295, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }
  /* line 171299, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }
  /* line 171303, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }
  /* line 171307, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }
  /* line 171311, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }
  /* line 171315, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }
  /* line 171319, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }
  /* line 171323, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }
  /* line 171327, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }
  /* line 171331, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }
  /* line 171335, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }
  /* line 171339, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }
  /* line 171343, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }
  /* line 171347, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }
  /* line 171351, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }
  /* line 171355, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }
  /* line 171359, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }
  /* line 171363, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }
  /* line 171367, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }
  /* line 171371, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }
  /* line 171375, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }
  /* line 171379, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }
  /* line 171383, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }
  /* line 171387, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }
  /* line 171391, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }
  /* line 171395, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }
  /* line 171399, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }
  /* line 171403, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }
  /* line 171407, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }
  /* line 171411, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }
  /* line 171415, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }
  /* line 171419, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }
  /* line 171423, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }
  /* line 171427, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }
  /* line 171431, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }
  /* line 171435, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }
  /* line 171439, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }
  /* line 171443, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }
  /* line 171447, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }
  /* line 171451, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }
  /* line 171455, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }
  /* line 171459, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }
  /* line 171463, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }
  /* line 171467, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }
  /* line 171471, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }
  /* line 171475, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }
  /* line 171479, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }
  /* line 171483, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }
  /* line 171487, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }
  /* line 171491, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }
  /* line 171495, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }
  /* line 171499, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }
  /* line 171503, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }
  /* line 171507, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }
  /* line 171511, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }
  /* line 171515, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }
  /* line 171519, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }
  /* line 171523, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }
  /* line 171527, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }
  /* line 171531, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }
  /* line 171535, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }
  /* line 171539, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }
  /* line 171543, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }
  /* line 171547, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }
  /* line 171551, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }
  /* line 171555, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }
  /* line 171559, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }
  /* line 171563, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }
  /* line 171567, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }
  /* line 171571, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }
  /* line 171575, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }
  /* line 171579, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }
  /* line 171583, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }
  /* line 171587, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }
  /* line 171591, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }
  /* line 171595, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }
  /* line 171599, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }
  /* line 171603, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }
  /* line 171607, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }
  /* line 171611, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }
  /* line 171615, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }
  /* line 171619, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }
  /* line 171623, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }
  /* line 171627, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }
  /* line 171631, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }
  /* line 171635, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }
  /* line 171639, app/assets/stylesheets/tailwind.css */
  .\32xl\:rotate-0 {
    --tw-rotate: 0deg !important;
  }
  /* line 171643, app/assets/stylesheets/tailwind.css */
  .\32xl\:rotate-1 {
    --tw-rotate: 1deg !important;
  }
  /* line 171647, app/assets/stylesheets/tailwind.css */
  .\32xl\:rotate-2 {
    --tw-rotate: 2deg !important;
  }
  /* line 171651, app/assets/stylesheets/tailwind.css */
  .\32xl\:rotate-3 {
    --tw-rotate: 3deg !important;
  }
  /* line 171655, app/assets/stylesheets/tailwind.css */
  .\32xl\:rotate-6 {
    --tw-rotate: 6deg !important;
  }
  /* line 171659, app/assets/stylesheets/tailwind.css */
  .\32xl\:rotate-12 {
    --tw-rotate: 12deg !important;
  }
  /* line 171663, app/assets/stylesheets/tailwind.css */
  .\32xl\:rotate-45 {
    --tw-rotate: 45deg !important;
  }
  /* line 171667, app/assets/stylesheets/tailwind.css */
  .\32xl\:rotate-90 {
    --tw-rotate: 90deg !important;
  }
  /* line 171671, app/assets/stylesheets/tailwind.css */
  .\32xl\:rotate-180 {
    --tw-rotate: 180deg !important;
  }
  /* line 171675, app/assets/stylesheets/tailwind.css */
  .\32xl\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }
  /* line 171679, app/assets/stylesheets/tailwind.css */
  .\32xl\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }
  /* line 171683, app/assets/stylesheets/tailwind.css */
  .\32xl\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }
  /* line 171687, app/assets/stylesheets/tailwind.css */
  .\32xl\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }
  /* line 171691, app/assets/stylesheets/tailwind.css */
  .\32xl\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }
  /* line 171695, app/assets/stylesheets/tailwind.css */
  .\32xl\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }
  /* line 171699, app/assets/stylesheets/tailwind.css */
  .\32xl\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }
  /* line 171703, app/assets/stylesheets/tailwind.css */
  .\32xl\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }
  /* line 171707, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }
  /* line 171711, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }
  /* line 171715, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }
  /* line 171719, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }
  /* line 171723, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }
  /* line 171727, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }
  /* line 171731, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }
  /* line 171735, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }
  /* line 171739, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }
  /* line 171743, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }
  /* line 171747, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }
  /* line 171751, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }
  /* line 171755, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }
  /* line 171759, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }
  /* line 171763, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }
  /* line 171767, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }
  /* line 171771, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }
  /* line 171775, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }
  /* line 171779, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }
  /* line 171783, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }
  /* line 171787, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }
  /* line 171791, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }
  /* line 171795, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }
  /* line 171799, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }
  /* line 171803, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }
  /* line 171807, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }
  /* line 171811, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }
  /* line 171815, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }
  /* line 171819, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }
  /* line 171823, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }
  /* line 171827, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }
  /* line 171831, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }
  /* line 171835, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }
  /* line 171839, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }
  /* line 171843, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }
  /* line 171847, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }
  /* line 171851, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }
  /* line 171855, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }
  /* line 171859, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }
  /* line 171863, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }
  /* line 171867, app/assets/stylesheets/tailwind.css */
  .\32xl\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }
  /* line 171871, app/assets/stylesheets/tailwind.css */
  .\32xl\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }
  /* line 171875, app/assets/stylesheets/tailwind.css */
  .\32xl\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }
  /* line 171879, app/assets/stylesheets/tailwind.css */
  .\32xl\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }
  /* line 171883, app/assets/stylesheets/tailwind.css */
  .\32xl\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }
  /* line 171887, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }
  /* line 171891, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }
  /* line 171895, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }
  /* line 171899, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }
  /* line 171903, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }
  /* line 171907, app/assets/stylesheets/tailwind.css */
  .\32xl\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }
  /* line 171911, app/assets/stylesheets/tailwind.css */
  .\32xl\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }
  /* line 171915, app/assets/stylesheets/tailwind.css */
  .\32xl\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }
  /* line 171919, app/assets/stylesheets/tailwind.css */
  .\32xl\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }
  /* line 171923, app/assets/stylesheets/tailwind.css */
  .\32xl\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }
  /* line 171927, app/assets/stylesheets/tailwind.css */
  .\32xl\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }
  /* line 171931, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }
  /* line 171935, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }
  /* line 171939, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }
  /* line 171943, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }
  /* line 171947, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }
  /* line 171951, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }
  /* line 171955, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }
  /* line 171959, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }
  /* line 171963, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }
  /* line 171967, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }
  /* line 171971, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }
  /* line 171975, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }
  /* line 171979, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }
  /* line 171983, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }
  /* line 171987, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }
  /* line 171991, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }
  /* line 171995, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }
  /* line 171999, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }
  /* line 172003, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }
  /* line 172007, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }
  /* line 172011, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }
  /* line 172015, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }
  /* line 172019, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }
  /* line 172023, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }
  /* line 172027, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }
  /* line 172031, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }
  /* line 172035, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }
  /* line 172039, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }
  /* line 172043, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }
  /* line 172047, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }
  /* line 172051, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }
  /* line 172055, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }
  /* line 172059, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }
  /* line 172063, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }
  /* line 172067, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }
  /* line 172071, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }
  /* line 172075, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }
  /* line 172079, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }
  /* line 172083, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }
  /* line 172087, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }
  /* line 172091, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }
  /* line 172095, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }
  /* line 172099, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }
  /* line 172103, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }
  /* line 172107, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 172112, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 172117, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 172122, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 172127, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 172132, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 172137, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 172142, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 172147, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 172152, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 172157, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 172162, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 172167, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 172172, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 172177, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 172182, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 172187, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 172192, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 172197, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 172202, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 172207, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }
  /* line 172212, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }
  /* line 172217, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }
  /* line 172222, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }
  /* line 172227, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }
  /* line 172232, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }
  /* line 172237, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }
  /* line 172242, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }
  /* line 172247, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }
  /* line 172252, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }
  /* line 172257, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }
  /* line 172261, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }
  /* line 172265, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }
  /* line 172269, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }
  /* line 172273, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }
  /* line 172277, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }
  /* line 172281, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }
  /* line 172285, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }
  /* line 172289, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }
  /* line 172293, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }
  /* line 172297, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }
  /* line 172301, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }
  /* line 172305, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }
  /* line 172309, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }
  /* line 172313, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }
  /* line 172317, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }
  /* line 172321, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }
  /* line 172325, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }
  /* line 172329, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }
  /* line 172333, app/assets/stylesheets/tailwind.css */
  .\32xl\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }
  /* line 172337, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }
  /* line 172341, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }
  /* line 172345, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }
  /* line 172349, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }
  /* line 172353, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }
  /* line 172357, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }
  /* line 172361, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }
  /* line 172365, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }
  /* line 172369, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }
  /* line 172373, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }
  /* line 172377, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }
  /* line 172381, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }
  /* line 172385, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }
  /* line 172389, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }
  /* line 172393, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }
  /* line 172397, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }
  /* line 172401, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }
  /* line 172405, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }
  /* line 172409, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }
  /* line 172413, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }
  /* line 172417, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }
  /* line 172421, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }
  /* line 172425, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }
  /* line 172429, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }
  /* line 172433, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }
  /* line 172437, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }
  /* line 172441, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }
  /* line 172445, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }
  /* line 172449, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }
  /* line 172453, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }
  /* line 172457, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }
  /* line 172461, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }
  /* line 172465, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }
  /* line 172469, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }
  /* line 172473, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }
  /* line 172477, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }
  /* line 172481, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }
  /* line 172485, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }
  /* line 172489, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }
  /* line 172493, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }
  /* line 172497, app/assets/stylesheets/tailwind.css */
  .\32xl\:animate-none {
    animation: none !important;
  }
  /* line 172501, app/assets/stylesheets/tailwind.css */
  .\32xl\:animate-spin {
    animation: spin 1s linear infinite !important;
  }
  /* line 172505, app/assets/stylesheets/tailwind.css */
  .\32xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }
  /* line 172509, app/assets/stylesheets/tailwind.css */
  .\32xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }
  /* line 172513, app/assets/stylesheets/tailwind.css */
  .\32xl\:animate-bounce {
    animation: bounce 1s infinite !important;
  }
  /* line 172517, app/assets/stylesheets/tailwind.css */
  .\32xl\:cursor-auto {
    cursor: auto !important;
  }
  /* line 172521, app/assets/stylesheets/tailwind.css */
  .\32xl\:cursor-default {
    cursor: default !important;
  }
  /* line 172525, app/assets/stylesheets/tailwind.css */
  .\32xl\:cursor-pointer {
    cursor: pointer !important;
  }
  /* line 172529, app/assets/stylesheets/tailwind.css */
  .\32xl\:cursor-wait {
    cursor: wait !important;
  }
  /* line 172533, app/assets/stylesheets/tailwind.css */
  .\32xl\:cursor-text {
    cursor: text !important;
  }
  /* line 172537, app/assets/stylesheets/tailwind.css */
  .\32xl\:cursor-move {
    cursor: move !important;
  }
  /* line 172541, app/assets/stylesheets/tailwind.css */
  .\32xl\:cursor-help {
    cursor: help !important;
  }
  /* line 172545, app/assets/stylesheets/tailwind.css */
  .\32xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  /* line 172549, app/assets/stylesheets/tailwind.css */
  .\32xl\:select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }
  /* line 172556, app/assets/stylesheets/tailwind.css */
  .\32xl\:select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }
  /* line 172563, app/assets/stylesheets/tailwind.css */
  .\32xl\:select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }
  /* line 172570, app/assets/stylesheets/tailwind.css */
  .\32xl\:select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }
  /* line 172577, app/assets/stylesheets/tailwind.css */
  .\32xl\:resize-none {
    resize: none !important;
  }
  /* line 172581, app/assets/stylesheets/tailwind.css */
  .\32xl\:resize-y {
    resize: vertical !important;
  }
  /* line 172585, app/assets/stylesheets/tailwind.css */
  .\32xl\:resize-x {
    resize: horizontal !important;
  }
  /* line 172589, app/assets/stylesheets/tailwind.css */
  .\32xl\:resize {
    resize: both !important;
  }
  /* line 172593, app/assets/stylesheets/tailwind.css */
  .\32xl\:list-inside {
    list-style-position: inside !important;
  }
  /* line 172597, app/assets/stylesheets/tailwind.css */
  .\32xl\:list-outside {
    list-style-position: outside !important;
  }
  /* line 172601, app/assets/stylesheets/tailwind.css */
  .\32xl\:list-none {
    list-style-type: none !important;
  }
  /* line 172605, app/assets/stylesheets/tailwind.css */
  .\32xl\:list-disc {
    list-style-type: disc !important;
  }
  /* line 172609, app/assets/stylesheets/tailwind.css */
  .\32xl\:list-decimal {
    list-style-type: decimal !important;
  }
  /* line 172613, app/assets/stylesheets/tailwind.css */
  .\32xl\:appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }
  /* line 172619, app/assets/stylesheets/tailwind.css */
  .\32xl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }
  /* line 172623, app/assets/stylesheets/tailwind.css */
  .\32xl\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }
  /* line 172627, app/assets/stylesheets/tailwind.css */
  .\32xl\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  /* line 172631, app/assets/stylesheets/tailwind.css */
  .\32xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  /* line 172635, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }
  /* line 172639, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }
  /* line 172643, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }
  /* line 172647, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }
  /* line 172651, app/assets/stylesheets/tailwind.css */
  .\32xl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }
  /* line 172655, app/assets/stylesheets/tailwind.css */
  .\32xl\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }
  /* line 172659, app/assets/stylesheets/tailwind.css */
  .\32xl\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }
  /* line 172663, app/assets/stylesheets/tailwind.css */
  .\32xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  /* line 172667, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  /* line 172671, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  /* line 172675, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  /* line 172679, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  /* line 172683, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  /* line 172687, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  /* line 172691, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  /* line 172695, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  /* line 172699, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  /* line 172703, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  /* line 172707, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  /* line 172711, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  /* line 172715, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-cols-none {
    grid-template-columns: none !important;
  }
  /* line 172719, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  /* line 172723, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }
  /* line 172727, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  /* line 172731, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  /* line 172735, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }
  /* line 172739, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }
  /* line 172743, app/assets/stylesheets/tailwind.css */
  .\32xl\:grid-rows-none {
    grid-template-rows: none !important;
  }
  /* line 172747, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-row {
    flex-direction: row !important;
  }
  /* line 172751, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 172755, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-col {
    flex-direction: column !important;
  }
  /* line 172759, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 172763, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  /* line 172767, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 172771, app/assets/stylesheets/tailwind.css */
  .\32xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 172775, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-content-center {
    place-content: center !important;
  }
  /* line 172779, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-content-start {
    place-content: start !important;
  }
  /* line 172783, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-content-end {
    place-content: end !important;
  }
  /* line 172787, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-content-between {
    place-content: space-between !important;
  }
  /* line 172791, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-content-around {
    place-content: space-around !important;
  }
  /* line 172795, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-content-evenly {
    place-content: space-evenly !important;
  }
  /* line 172799, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-content-stretch {
    place-content: stretch !important;
  }
  /* line 172803, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-items-start {
    place-items: start !important;
  }
  /* line 172807, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-items-end {
    place-items: end !important;
  }
  /* line 172811, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-items-center {
    place-items: center !important;
  }
  /* line 172815, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-items-stretch {
    place-items: stretch !important;
  }
  /* line 172819, app/assets/stylesheets/tailwind.css */
  .\32xl\:content-center {
    align-content: center !important;
  }
  /* line 172823, app/assets/stylesheets/tailwind.css */
  .\32xl\:content-start {
    align-content: flex-start !important;
  }
  /* line 172827, app/assets/stylesheets/tailwind.css */
  .\32xl\:content-end {
    align-content: flex-end !important;
  }
  /* line 172831, app/assets/stylesheets/tailwind.css */
  .\32xl\:content-between {
    align-content: space-between !important;
  }
  /* line 172835, app/assets/stylesheets/tailwind.css */
  .\32xl\:content-around {
    align-content: space-around !important;
  }
  /* line 172839, app/assets/stylesheets/tailwind.css */
  .\32xl\:content-evenly {
    align-content: space-evenly !important;
  }
  /* line 172843, app/assets/stylesheets/tailwind.css */
  .\32xl\:items-start {
    align-items: flex-start !important;
  }
  /* line 172847, app/assets/stylesheets/tailwind.css */
  .\32xl\:items-end {
    align-items: flex-end !important;
  }
  /* line 172851, app/assets/stylesheets/tailwind.css */
  .\32xl\:items-center {
    align-items: center !important;
  }
  /* line 172855, app/assets/stylesheets/tailwind.css */
  .\32xl\:items-baseline {
    align-items: baseline !important;
  }
  /* line 172859, app/assets/stylesheets/tailwind.css */
  .\32xl\:items-stretch {
    align-items: stretch !important;
  }
  /* line 172863, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-start {
    justify-content: flex-start !important;
  }
  /* line 172867, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-end {
    justify-content: flex-end !important;
  }
  /* line 172871, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-center {
    justify-content: center !important;
  }
  /* line 172875, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-between {
    justify-content: space-between !important;
  }
  /* line 172879, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-around {
    justify-content: space-around !important;
  }
  /* line 172883, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-evenly {
    justify-content: space-evenly !important;
  }
  /* line 172887, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-items-start {
    justify-items: start !important;
  }
  /* line 172891, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-items-end {
    justify-items: end !important;
  }
  /* line 172895, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-items-center {
    justify-items: center !important;
  }
  /* line 172899, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-items-stretch {
    justify-items: stretch !important;
  }
  /* line 172903, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-0 {
    gap: 0px !important;
  }
  /* line 172907, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-1 {
    gap: 0.25rem !important;
  }
  /* line 172911, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-2 {
    gap: 0.5rem !important;
  }
  /* line 172915, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-3 {
    gap: 0.75rem !important;
  }
  /* line 172919, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-4 {
    gap: 1rem !important;
  }
  /* line 172923, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-5 {
    gap: 1.25rem !important;
  }
  /* line 172927, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-6 {
    gap: 1.5rem !important;
  }
  /* line 172931, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-7 {
    gap: 1.75rem !important;
  }
  /* line 172935, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-8 {
    gap: 2rem !important;
  }
  /* line 172939, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-9 {
    gap: 2.25rem !important;
  }
  /* line 172943, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-10 {
    gap: 2.5rem !important;
  }
  /* line 172947, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-11 {
    gap: 2.75rem !important;
  }
  /* line 172951, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-12 {
    gap: 3rem !important;
  }
  /* line 172955, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-14 {
    gap: 3.5rem !important;
  }
  /* line 172959, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-16 {
    gap: 4rem !important;
  }
  /* line 172963, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-20 {
    gap: 5rem !important;
  }
  /* line 172967, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-24 {
    gap: 6rem !important;
  }
  /* line 172971, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-28 {
    gap: 7rem !important;
  }
  /* line 172975, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-32 {
    gap: 8rem !important;
  }
  /* line 172979, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-36 {
    gap: 9rem !important;
  }
  /* line 172983, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-40 {
    gap: 10rem !important;
  }
  /* line 172987, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-44 {
    gap: 11rem !important;
  }
  /* line 172991, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-48 {
    gap: 12rem !important;
  }
  /* line 172995, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-52 {
    gap: 13rem !important;
  }
  /* line 172999, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-56 {
    gap: 14rem !important;
  }
  /* line 173003, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-60 {
    gap: 15rem !important;
  }
  /* line 173007, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-64 {
    gap: 16rem !important;
  }
  /* line 173011, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-72 {
    gap: 18rem !important;
  }
  /* line 173015, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-80 {
    gap: 20rem !important;
  }
  /* line 173019, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-96 {
    gap: 24rem !important;
  }
  /* line 173023, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-px {
    gap: 1px !important;
  }
  /* line 173027, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-0\.5 {
    gap: 0.125rem !important;
  }
  /* line 173031, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-1\.5 {
    gap: 0.375rem !important;
  }
  /* line 173035, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-2\.5 {
    gap: 0.625rem !important;
  }
  /* line 173039, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-3\.5 {
    gap: 0.875rem !important;
  }
  /* line 173043, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-0 {
    -moz-column-gap: 0px !important;
    column-gap: 0px !important;
  }
  /* line 173048, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 173053, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 173058, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  /* line 173063, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 173068, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  /* line 173073, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 173078, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  /* line 173083, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 173088, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }
  /* line 173093, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 173098, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }
  /* line 173103, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 173108, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 173113, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 173118, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 173123, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 173128, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 173133, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 173138, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important;
  }
  /* line 173143, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 173148, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
    column-gap: 11rem !important;
  }
  /* line 173153, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 173158, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important;
  }
  /* line 173163, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 173168, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  /* line 173173, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  /* line 173178, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-72 {
    -moz-column-gap: 18rem !important;
    column-gap: 18rem !important;
  }
  /* line 173183, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important;
  }
  /* line 173188, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
    column-gap: 24rem !important;
  }
  /* line 173193, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-px {
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }
  /* line 173198, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
    column-gap: 0.125rem !important;
  }
  /* line 173203, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
    column-gap: 0.375rem !important;
  }
  /* line 173208, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  /* line 173213, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
    column-gap: 0.875rem !important;
  }
  /* line 173218, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-0 {
    row-gap: 0px !important;
  }
  /* line 173222, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-1 {
    row-gap: 0.25rem !important;
  }
  /* line 173226, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-2 {
    row-gap: 0.5rem !important;
  }
  /* line 173230, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-3 {
    row-gap: 0.75rem !important;
  }
  /* line 173234, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-4 {
    row-gap: 1rem !important;
  }
  /* line 173238, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-5 {
    row-gap: 1.25rem !important;
  }
  /* line 173242, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-6 {
    row-gap: 1.5rem !important;
  }
  /* line 173246, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-7 {
    row-gap: 1.75rem !important;
  }
  /* line 173250, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-8 {
    row-gap: 2rem !important;
  }
  /* line 173254, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-9 {
    row-gap: 2.25rem !important;
  }
  /* line 173258, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }
  /* line 173262, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-11 {
    row-gap: 2.75rem !important;
  }
  /* line 173266, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-12 {
    row-gap: 3rem !important;
  }
  /* line 173270, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-14 {
    row-gap: 3.5rem !important;
  }
  /* line 173274, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-16 {
    row-gap: 4rem !important;
  }
  /* line 173278, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-20 {
    row-gap: 5rem !important;
  }
  /* line 173282, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-24 {
    row-gap: 6rem !important;
  }
  /* line 173286, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-28 {
    row-gap: 7rem !important;
  }
  /* line 173290, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-32 {
    row-gap: 8rem !important;
  }
  /* line 173294, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-36 {
    row-gap: 9rem !important;
  }
  /* line 173298, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-40 {
    row-gap: 10rem !important;
  }
  /* line 173302, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-44 {
    row-gap: 11rem !important;
  }
  /* line 173306, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-48 {
    row-gap: 12rem !important;
  }
  /* line 173310, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-52 {
    row-gap: 13rem !important;
  }
  /* line 173314, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-56 {
    row-gap: 14rem !important;
  }
  /* line 173318, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-60 {
    row-gap: 15rem !important;
  }
  /* line 173322, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-64 {
    row-gap: 16rem !important;
  }
  /* line 173326, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-72 {
    row-gap: 18rem !important;
  }
  /* line 173330, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-80 {
    row-gap: 20rem !important;
  }
  /* line 173334, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-96 {
    row-gap: 24rem !important;
  }
  /* line 173338, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-px {
    row-gap: 1px !important;
  }
  /* line 173342, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }
  /* line 173346, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }
  /* line 173350, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }
  /* line 173354, app/assets/stylesheets/tailwind.css */
  .\32xl\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }
  /* line 173358, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173364, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173370, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173376, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173382, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173388, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173394, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173400, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173406, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173412, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173418, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173424, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173430, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173436, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173442, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173448, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173454, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173460, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173466, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173472, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173478, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173484, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173490, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173496, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173502, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173508, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173514, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173520, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173526, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173532, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173538, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173544, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173550, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173556, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173562, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173568, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173574, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173580, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173586, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173592, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173598, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173604, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173610, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173616, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173622, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173628, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173634, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173640, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173646, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173652, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173658, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173664, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173670, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173676, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173682, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173688, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173694, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173700, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173706, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173712, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173718, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173724, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173730, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173736, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173742, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173748, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173754, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173760, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173766, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173772, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  /* line 173778, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  /* line 173784, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173790, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173796, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173802, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173808, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173814, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173820, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173826, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173832, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173838, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173844, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173850, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173856, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173862, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173868, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173874, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173880, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173886, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173892, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173898, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173904, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173910, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173916, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173922, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173928, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173934, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173940, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173946, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173952, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173958, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }
  /* line 173964, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173970, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173976, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173982, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 173988, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  /* line 173994, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174000, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174006, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174012, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174018, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174024, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174030, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174036, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174042, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174048, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174054, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174060, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174066, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174072, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174078, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174084, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174090, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174096, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174102, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174108, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174114, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174120, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174126, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174132, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174138, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174144, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174150, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174156, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174162, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174168, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }
  /* line 174174, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174180, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174186, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174192, app/assets/stylesheets/tailwind.css */
  .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }
  /* line 174198, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }
  /* line 174202, app/assets/stylesheets/tailwind.css */
  .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }
  /* line 174206, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 174212, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 174218, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 174224, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 174230, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
  /* line 174236, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 174242, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 174248, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 174254, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 174260, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }
  /* line 174266, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }
  /* line 174270, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }
  /* line 174274, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }
  /* line 174278, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }
  /* line 174282, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }
  /* line 174286, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }
  /* line 174290, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }
  /* line 174294, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }
  /* line 174298, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }
  /* line 174302, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--black) !important;
  }
  /* line 174306, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--white) !important;
  }
  /* line 174310, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity)) !important;
  }
  /* line 174315, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 174320, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 174325, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important;
  }
  /* line 174330, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity)) !important;
  }
  /* line 174335, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
  }
  /* line 174340, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }
  /* line 174345, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity)) !important;
  }
  /* line 174350, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity)) !important;
  }
  /* line 174355, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity)) !important;
  }
  /* line 174360, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }
  /* line 174365, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }
  /* line 174370, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }
  /* line 174375, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }
  /* line 174380, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }
  /* line 174385, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }
  /* line 174390, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }
  /* line 174395, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }
  /* line 174400, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }
  /* line 174405, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }
  /* line 174410, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 174415, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
  }
  /* line 174420, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
  }
  /* line 174425, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
  }
  /* line 174430, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
  }
  /* line 174435, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
  }
  /* line 174440, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
  }
  /* line 174445, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
  }
  /* line 174450, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
  }
  /* line 174455, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
  }
  /* line 174460, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }
  /* line 174465, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }
  /* line 174470, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }
  /* line 174475, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }
  /* line 174480, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }
  /* line 174485, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }
  /* line 174490, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }
  /* line 174495, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }
  /* line 174500, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }
  /* line 174505, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }
  /* line 174510, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 174515, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 174520, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 174525, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }
  /* line 174530, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }
  /* line 174535, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 174540, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }
  /* line 174545, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }
  /* line 174550, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }
  /* line 174555, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }
  /* line 174560, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 174565, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 174570, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 174575, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }
  /* line 174580, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }
  /* line 174585, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }
  /* line 174590, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }
  /* line 174595, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }
  /* line 174600, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }
  /* line 174605, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }
  /* line 174610, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
  }
  /* line 174615, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 174620, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
  }
  /* line 174625, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
  }
  /* line 174630, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
  }
  /* line 174635, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
  }
  /* line 174640, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
  }
  /* line 174645, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
  }
  /* line 174650, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
  }
  /* line 174655, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
  }
  /* line 174660, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }
  /* line 174665, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }
  /* line 174670, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }
  /* line 174675, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }
  /* line 174680, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }
  /* line 174685, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }
  /* line 174690, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }
  /* line 174695, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }
  /* line 174700, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }
  /* line 174705, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }
  /* line 174710, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--grey) !important;
  }
  /* line 174714, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-info > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-info) !important;
  }
  /* line 174718, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-warning) !important;
  }
  /* line 174722, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-error > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-error) !important;
  }
  /* line 174726, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--primary) !important;
  }
  /* line 174730, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--secondary) !important;
  }
  /* line 174734, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-primary-dark > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--primary-dark) !important;
  }
  /* line 174738, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-text-color > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--text-color) !important;
  }
  /* line 174742, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-button-outlined-hover > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 174746, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-file-info > :not([hidden]) ~ :not([hidden]) {
    border-color: var(--file-info) !important;
  }
  /* line 174750, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }
  /* line 174754, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }
  /* line 174758, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }
  /* line 174762, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }
  /* line 174766, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }
  /* line 174770, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }
  /* line 174774, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }
  /* line 174778, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }
  /* line 174782, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }
  /* line 174786, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }
  /* line 174790, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }
  /* line 174794, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }
  /* line 174798, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }
  /* line 174802, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }
  /* line 174806, app/assets/stylesheets/tailwind.css */
  .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }
  /* line 174810, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-self-auto {
    place-self: auto !important;
  }
  /* line 174814, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-self-start {
    place-self: start !important;
  }
  /* line 174818, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-self-end {
    place-self: end !important;
  }
  /* line 174822, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-self-center {
    place-self: center !important;
  }
  /* line 174826, app/assets/stylesheets/tailwind.css */
  .\32xl\:place-self-stretch {
    place-self: stretch !important;
  }
  /* line 174830, app/assets/stylesheets/tailwind.css */
  .\32xl\:self-auto {
    align-self: auto !important;
  }
  /* line 174834, app/assets/stylesheets/tailwind.css */
  .\32xl\:self-start {
    align-self: flex-start !important;
  }
  /* line 174838, app/assets/stylesheets/tailwind.css */
  .\32xl\:self-end {
    align-self: flex-end !important;
  }
  /* line 174842, app/assets/stylesheets/tailwind.css */
  .\32xl\:self-center {
    align-self: center !important;
  }
  /* line 174846, app/assets/stylesheets/tailwind.css */
  .\32xl\:self-stretch {
    align-self: stretch !important;
  }
  /* line 174850, app/assets/stylesheets/tailwind.css */
  .\32xl\:self-baseline {
    align-self: baseline !important;
  }
  /* line 174854, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-self-auto {
    justify-self: auto !important;
  }
  /* line 174858, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-self-start {
    justify-self: start !important;
  }
  /* line 174862, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-self-end {
    justify-self: end !important;
  }
  /* line 174866, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-self-center {
    justify-self: center !important;
  }
  /* line 174870, app/assets/stylesheets/tailwind.css */
  .\32xl\:justify-self-stretch {
    justify-self: stretch !important;
  }
  /* line 174874, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-auto {
    overflow: auto !important;
  }
  /* line 174878, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-hidden {
    overflow: hidden !important;
  }
  /* line 174882, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-visible {
    overflow: visible !important;
  }
  /* line 174886, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-scroll {
    overflow: scroll !important;
  }
  /* line 174890, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-x-auto {
    overflow-x: auto !important;
  }
  /* line 174894, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-y-auto {
    overflow-y: auto !important;
  }
  /* line 174898, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  /* line 174902, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  /* line 174906, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-x-visible {
    overflow-x: visible !important;
  }
  /* line 174910, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-y-visible {
    overflow-y: visible !important;
  }
  /* line 174914, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  /* line 174918, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  /* line 174922, app/assets/stylesheets/tailwind.css */
  .\32xl\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }
  /* line 174927, app/assets/stylesheets/tailwind.css */
  .\32xl\:overscroll-contain {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }
  /* line 174932, app/assets/stylesheets/tailwind.css */
  .\32xl\:overscroll-none {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: none !important;
  }
  /* line 174937, app/assets/stylesheets/tailwind.css */
  .\32xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }
  /* line 174941, app/assets/stylesheets/tailwind.css */
  .\32xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }
  /* line 174945, app/assets/stylesheets/tailwind.css */
  .\32xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }
  /* line 174949, app/assets/stylesheets/tailwind.css */
  .\32xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }
  /* line 174953, app/assets/stylesheets/tailwind.css */
  .\32xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }
  /* line 174957, app/assets/stylesheets/tailwind.css */
  .\32xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }
  /* line 174961, app/assets/stylesheets/tailwind.css */
  .\32xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  /* line 174967, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
  /* line 174971, app/assets/stylesheets/tailwind.css */
  .\32xl\:overflow-clip {
    text-overflow: clip !important;
  }
  /* line 174975, app/assets/stylesheets/tailwind.css */
  .\32xl\:whitespace-normal {
    white-space: normal !important;
  }
  /* line 174979, app/assets/stylesheets/tailwind.css */
  .\32xl\:whitespace-nowrap {
    white-space: nowrap !important;
  }
  /* line 174983, app/assets/stylesheets/tailwind.css */
  .\32xl\:whitespace-pre {
    white-space: pre !important;
  }
  /* line 174987, app/assets/stylesheets/tailwind.css */
  .\32xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }
  /* line 174991, app/assets/stylesheets/tailwind.css */
  .\32xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }
  /* line 174995, app/assets/stylesheets/tailwind.css */
  .\32xl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  /* line 175000, app/assets/stylesheets/tailwind.css */
  .\32xl\:break-words {
    overflow-wrap: break-word !important;
  }
  /* line 175004, app/assets/stylesheets/tailwind.css */
  .\32xl\:break-all {
    word-break: break-all !important;
  }
  /* line 175008, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-0_625 {
    border-radius: 0.625rem !important;
  }
  /* line 175012, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-0_25 {
    border-radius: 0.25rem !important;
  }
  /* line 175016, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-t-0_625 {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important;
  }
  /* line 175021, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-t-0_25 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 175026, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-r-0_625 {
    border-top-right-radius: 0.625rem !important;
    border-bottom-right-radius: 0.625rem !important;
  }
  /* line 175031, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-r-0_25 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 175036, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-b-0_625 {
    border-bottom-right-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 175041, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-b-0_25 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 175046, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-l-0_625 {
    border-top-left-radius: 0.625rem !important;
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 175051, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-l-0_25 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 175056, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-tl-0_625 {
    border-top-left-radius: 0.625rem !important;
  }
  /* line 175060, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-tl-0_25 {
    border-top-left-radius: 0.25rem !important;
  }
  /* line 175064, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-tr-0_625 {
    border-top-right-radius: 0.625rem !important;
  }
  /* line 175068, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-tr-0_25 {
    border-top-right-radius: 0.25rem !important;
  }
  /* line 175072, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-br-0_625 {
    border-bottom-right-radius: 0.625rem !important;
  }
  /* line 175076, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-br-0_25 {
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 175080, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-bl-0_625 {
    border-bottom-left-radius: 0.625rem !important;
  }
  /* line 175084, app/assets/stylesheets/tailwind.css */
  .\32xl\:rounded-bl-0_25 {
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 175088, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-0 {
    border-width: 0px !important;
  }
  /* line 175092, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-2 {
    border-width: 2px !important;
  }
  /* line 175096, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-4 {
    border-width: 4px !important;
  }
  /* line 175100, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-8 {
    border-width: 8px !important;
  }
  /* line 175104, app/assets/stylesheets/tailwind.css */
  .\32xl\:border {
    border-width: 1px !important;
  }
  /* line 175108, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-t-0 {
    border-top-width: 0px !important;
  }
  /* line 175112, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-t-2 {
    border-top-width: 2px !important;
  }
  /* line 175116, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-t-4 {
    border-top-width: 4px !important;
  }
  /* line 175120, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-t-8 {
    border-top-width: 8px !important;
  }
  /* line 175124, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-t {
    border-top-width: 1px !important;
  }
  /* line 175128, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-r-0 {
    border-right-width: 0px !important;
  }
  /* line 175132, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-r-2 {
    border-right-width: 2px !important;
  }
  /* line 175136, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-r-4 {
    border-right-width: 4px !important;
  }
  /* line 175140, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-r-8 {
    border-right-width: 8px !important;
  }
  /* line 175144, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-r {
    border-right-width: 1px !important;
  }
  /* line 175148, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-b-0 {
    border-bottom-width: 0px !important;
  }
  /* line 175152, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }
  /* line 175156, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }
  /* line 175160, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }
  /* line 175164, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-b {
    border-bottom-width: 1px !important;
  }
  /* line 175168, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-l-0 {
    border-left-width: 0px !important;
  }
  /* line 175172, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-l-2 {
    border-left-width: 2px !important;
  }
  /* line 175176, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-l-4 {
    border-left-width: 4px !important;
  }
  /* line 175180, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-l-8 {
    border-left-width: 8px !important;
  }
  /* line 175184, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-l {
    border-left-width: 1px !important;
  }
  /* line 175188, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-solid {
    border-style: solid !important;
  }
  /* line 175192, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-dashed {
    border-style: dashed !important;
  }
  /* line 175196, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-dotted {
    border-style: dotted !important;
  }
  /* line 175200, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-double {
    border-style: double !important;
  }
  /* line 175204, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-none {
    border-style: none !important;
  }
  /* line 175208, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-transparent {
    border-color: transparent !important;
  }
  /* line 175212, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-current {
    border-color: currentColor !important;
  }
  /* line 175216, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-black {
    border-color: var(--black) !important;
  }
  /* line 175220, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-white {
    border-color: var(--white) !important;
  }
  /* line 175224, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 175229, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 175234, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 175239, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 175244, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 175249, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 175254, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 175259, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 175264, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 175269, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 175274, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 175279, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 175284, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 175289, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 175294, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 175299, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 175304, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 175309, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 175314, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 175319, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 175324, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 175329, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 175334, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 175339, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 175344, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 175349, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 175354, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 175359, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 175364, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 175369, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 175374, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 175379, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 175384, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 175389, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 175394, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 175399, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 175404, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 175409, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 175414, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 175419, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 175424, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 175429, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 175434, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 175439, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 175444, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 175449, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 175454, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 175459, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 175464, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 175469, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 175474, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 175479, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 175484, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 175489, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 175494, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 175499, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 175504, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 175509, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 175514, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 175519, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 175524, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 175529, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 175534, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 175539, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 175544, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 175549, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 175554, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 175559, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 175564, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 175569, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 175574, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 175579, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 175584, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 175589, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 175594, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 175599, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 175604, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 175609, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 175614, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 175619, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 175624, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-grey {
    border-color: var(--grey) !important;
  }
  /* line 175628, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-info {
    border-color: var(--text-info) !important;
  }
  /* line 175632, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-warning {
    border-color: var(--text-warning) !important;
  }
  /* line 175636, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-error {
    border-color: var(--text-error) !important;
  }
  /* line 175640, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-primary {
    border-color: var(--primary) !important;
  }
  /* line 175644, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-secondary {
    border-color: var(--secondary) !important;
  }
  /* line 175648, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-primary-dark {
    border-color: var(--primary-dark) !important;
  }
  /* line 175652, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-text-color {
    border-color: var(--text-color) !important;
  }
  /* line 175656, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-button-outlined-hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 175660, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-file-info {
    border-color: var(--file-info) !important;
  }
  /* line 175664, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-transparent {
    border-color: transparent !important;
  }
  /* line 175668, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-current {
    border-color: currentColor !important;
  }
  /* line 175672, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-black {
    border-color: var(--black) !important;
  }
  /* line 175676, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-white {
    border-color: var(--white) !important;
  }
  /* line 175680, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 175685, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 175690, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 175695, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 175700, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 175705, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 175710, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 175715, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 175720, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 175725, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 175730, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 175735, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 175740, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 175745, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 175750, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 175755, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 175760, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 175765, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 175770, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 175775, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 175780, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 175785, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 175790, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 175795, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 175800, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 175805, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 175810, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 175815, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 175820, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 175825, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 175830, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 175835, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 175840, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 175845, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 175850, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 175855, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 175860, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 175865, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 175870, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 175875, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 175880, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 175885, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 175890, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 175895, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 175900, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 175905, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 175910, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 175915, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 175920, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 175925, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 175930, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 175935, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 175940, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 175945, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 175950, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 175955, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 175960, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 175965, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 175970, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 175975, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 175980, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 175985, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 175990, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 175995, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 176000, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 176005, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 176010, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 176015, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 176020, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 176025, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 176030, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 176035, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 176040, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 176045, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 176050, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 176055, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 176060, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 176065, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 176070, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 176075, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 176080, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-grey {
    border-color: var(--grey) !important;
  }
  /* line 176084, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-info {
    border-color: var(--text-info) !important;
  }
  /* line 176088, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-warning {
    border-color: var(--text-warning) !important;
  }
  /* line 176092, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-error {
    border-color: var(--text-error) !important;
  }
  /* line 176096, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-primary {
    border-color: var(--primary) !important;
  }
  /* line 176100, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-secondary {
    border-color: var(--secondary) !important;
  }
  /* line 176104, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-primary-dark {
    border-color: var(--primary-dark) !important;
  }
  /* line 176108, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-text-color {
    border-color: var(--text-color) !important;
  }
  /* line 176112, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-button-outlined-hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 176116, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-file-info {
    border-color: var(--file-info) !important;
  }
  /* line 176120, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }
  /* line 176124, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }
  /* line 176128, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-black:focus-within {
    border-color: var(--black) !important;
  }
  /* line 176132, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-white:focus-within {
    border-color: var(--white) !important;
  }
  /* line 176136, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 176141, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 176146, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 176151, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 176156, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 176161, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 176166, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 176171, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 176176, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 176181, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 176186, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 176191, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 176196, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 176201, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 176206, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 176211, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 176216, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 176221, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 176226, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 176231, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 176236, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 176241, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 176246, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 176251, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 176256, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 176261, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 176266, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 176271, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 176276, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 176281, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 176286, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 176291, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 176296, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 176301, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 176306, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 176311, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 176316, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 176321, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 176326, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 176331, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 176336, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 176341, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 176346, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 176351, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 176356, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 176361, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 176366, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 176371, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 176376, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 176381, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 176386, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 176391, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 176396, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 176401, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 176406, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 176411, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 176416, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 176421, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 176426, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 176431, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 176436, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 176441, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 176446, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 176451, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 176456, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 176461, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 176466, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 176471, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 176476, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 176481, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 176486, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 176491, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 176496, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 176501, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 176506, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 176511, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 176516, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 176521, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 176526, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 176531, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 176536, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-grey:focus-within {
    border-color: var(--grey) !important;
  }
  /* line 176540, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-info:focus-within {
    border-color: var(--text-info) !important;
  }
  /* line 176544, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-warning:focus-within {
    border-color: var(--text-warning) !important;
  }
  /* line 176548, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-error:focus-within {
    border-color: var(--text-error) !important;
  }
  /* line 176552, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-primary:focus-within {
    border-color: var(--primary) !important;
  }
  /* line 176556, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-secondary:focus-within {
    border-color: var(--secondary) !important;
  }
  /* line 176560, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-primary-dark:focus-within {
    border-color: var(--primary-dark) !important;
  }
  /* line 176564, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-text-color:focus-within {
    border-color: var(--text-color) !important;
  }
  /* line 176568, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-button-outlined-hover:focus-within {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 176572, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-file-info:focus-within {
    border-color: var(--file-info) !important;
  }
  /* line 176576, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
  /* line 176580, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-current:hover {
    border-color: currentColor !important;
  }
  /* line 176584, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-black:hover {
    border-color: var(--black) !important;
  }
  /* line 176588, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-white:hover {
    border-color: var(--white) !important;
  }
  /* line 176592, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 176597, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 176602, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 176607, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 176612, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 176617, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 176622, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 176627, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 176632, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 176637, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 176642, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 176647, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 176652, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 176657, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 176662, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 176667, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 176672, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 176677, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 176682, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 176687, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 176692, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 176697, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 176702, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 176707, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 176712, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 176717, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 176722, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 176727, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 176732, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 176737, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 176742, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 176747, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 176752, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 176757, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 176762, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 176767, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 176772, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 176777, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 176782, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 176787, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 176792, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 176797, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 176802, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 176807, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 176812, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 176817, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 176822, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 176827, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 176832, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 176837, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 176842, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 176847, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 176852, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 176857, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 176862, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 176867, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 176872, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 176877, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 176882, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 176887, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 176892, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 176897, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 176902, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 176907, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 176912, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 176917, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 176922, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 176927, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 176932, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 176937, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 176942, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 176947, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 176952, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 176957, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 176962, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 176967, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 176972, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 176977, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 176982, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 176987, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 176992, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-grey:hover {
    border-color: var(--grey) !important;
  }
  /* line 176996, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-info:hover {
    border-color: var(--text-info) !important;
  }
  /* line 177000, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-warning:hover {
    border-color: var(--text-warning) !important;
  }
  /* line 177004, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-error:hover {
    border-color: var(--text-error) !important;
  }
  /* line 177008, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-primary:hover {
    border-color: var(--primary) !important;
  }
  /* line 177012, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-secondary:hover {
    border-color: var(--secondary) !important;
  }
  /* line 177016, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-primary-dark:hover {
    border-color: var(--primary-dark) !important;
  }
  /* line 177020, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-text-color:hover {
    border-color: var(--text-color) !important;
  }
  /* line 177024, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-button-outlined-hover:hover {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 177028, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-file-info:hover {
    border-color: var(--file-info) !important;
  }
  /* line 177032, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }
  /* line 177036, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-current:focus {
    border-color: currentColor !important;
  }
  /* line 177040, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-black:focus {
    border-color: var(--black) !important;
  }
  /* line 177044, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-white:focus {
    border-color: var(--white) !important;
  }
  /* line 177048, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
  }
  /* line 177053, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
  }
  /* line 177058, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
  }
  /* line 177063, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  }
  /* line 177068, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
  }
  /* line 177073, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
  }
  /* line 177078, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }
  /* line 177083, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
  }
  /* line 177088, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity)) !important;
  }
  /* line 177093, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
  }
  /* line 177098, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }
  /* line 177103, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }
  /* line 177108, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }
  /* line 177113, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }
  /* line 177118, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }
  /* line 177123, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }
  /* line 177128, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }
  /* line 177133, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }
  /* line 177138, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }
  /* line 177143, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }
  /* line 177148, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }
  /* line 177153, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }
  /* line 177158, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }
  /* line 177163, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }
  /* line 177168, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }
  /* line 177173, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }
  /* line 177178, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }
  /* line 177183, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }
  /* line 177188, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }
  /* line 177193, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }
  /* line 177198, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }
  /* line 177203, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }
  /* line 177208, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }
  /* line 177213, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }
  /* line 177218, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }
  /* line 177223, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }
  /* line 177228, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }
  /* line 177233, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }
  /* line 177238, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }
  /* line 177243, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }
  /* line 177248, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }
  /* line 177253, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }
  /* line 177258, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }
  /* line 177263, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }
  /* line 177268, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }
  /* line 177273, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }
  /* line 177278, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }
  /* line 177283, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }
  /* line 177288, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }
  /* line 177293, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }
  /* line 177298, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }
  /* line 177303, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }
  /* line 177308, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }
  /* line 177313, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }
  /* line 177318, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }
  /* line 177323, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }
  /* line 177328, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }
  /* line 177333, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }
  /* line 177338, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }
  /* line 177343, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }
  /* line 177348, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }
  /* line 177353, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }
  /* line 177358, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }
  /* line 177363, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }
  /* line 177368, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }
  /* line 177373, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }
  /* line 177378, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }
  /* line 177383, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }
  /* line 177388, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }
  /* line 177393, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }
  /* line 177398, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }
  /* line 177403, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }
  /* line 177408, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }
  /* line 177413, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }
  /* line 177418, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }
  /* line 177423, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }
  /* line 177428, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }
  /* line 177433, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }
  /* line 177438, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }
  /* line 177443, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }
  /* line 177448, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-grey:focus {
    border-color: var(--grey) !important;
  }
  /* line 177452, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-info:focus {
    border-color: var(--text-info) !important;
  }
  /* line 177456, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-warning:focus {
    border-color: var(--text-warning) !important;
  }
  /* line 177460, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-error:focus {
    border-color: var(--text-error) !important;
  }
  /* line 177464, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-primary:focus {
    border-color: var(--primary) !important;
  }
  /* line 177468, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-secondary:focus {
    border-color: var(--secondary) !important;
  }
  /* line 177472, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-primary-dark:focus {
    border-color: var(--primary-dark) !important;
  }
  /* line 177476, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-text-color:focus {
    border-color: var(--text-color) !important;
  }
  /* line 177480, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-button-outlined-hover:focus {
    border-color: var(--button-outlined-hover) !important;
  }
  /* line 177484, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-file-info:focus {
    border-color: var(--file-info) !important;
  }
  /* line 177488, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }
  /* line 177492, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 177496, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 177500, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 177504, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 177508, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 177512, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 177516, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 177520, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 177524, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 177528, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 177532, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 177536, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 177540, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 177544, app/assets/stylesheets/tailwind.css */
  .\32xl\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }
  /* line 177548, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }
  /* line 177552, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 177556, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 177560, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 177564, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 177568, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 177572, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 177576, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 177580, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 177584, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 177588, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 177592, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 177596, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 177600, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 177604, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }
  /* line 177608, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }
  /* line 177612, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 177616, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 177620, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 177624, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 177628, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 177632, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 177636, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 177640, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 177644, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 177648, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 177652, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 177656, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 177660, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 177664, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }
  /* line 177668, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }
  /* line 177672, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 177676, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 177680, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 177684, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 177688, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 177692, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 177696, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 177700, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 177704, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 177708, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 177712, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 177716, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 177720, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 177724, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }
  /* line 177728, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }
  /* line 177732, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }
  /* line 177736, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }
  /* line 177740, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }
  /* line 177744, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }
  /* line 177748, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }
  /* line 177752, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }
  /* line 177756, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }
  /* line 177760, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }
  /* line 177764, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }
  /* line 177768, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }
  /* line 177772, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }
  /* line 177776, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }
  /* line 177780, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }
  /* line 177784, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }
  /* line 177788, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-transparent {
    background-color: transparent !important;
  }
  /* line 177792, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-current {
    background-color: currentColor !important;
  }
  /* line 177796, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-black {
    background-color: var(--black) !important;
  }
  /* line 177800, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-white {
    background-color: var(--white) !important;
  }
  /* line 177804, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 177809, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 177814, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 177819, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 177824, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 177829, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 177834, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 177839, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 177844, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 177849, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 177854, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 177859, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 177864, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 177869, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 177874, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 177879, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 177884, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 177889, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 177894, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 177899, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 177904, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 177909, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 177914, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 177919, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 177924, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 177929, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 177934, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 177939, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 177944, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 177949, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 177954, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 177959, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 177964, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 177969, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 177974, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 177979, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 177984, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 177989, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 177994, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 177999, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 178004, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 178009, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178014, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178019, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 178024, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 178029, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 178034, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 178039, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 178044, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 178049, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 178054, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 178059, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 178064, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178069, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 178074, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 178079, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 178084, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 178089, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 178094, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 178099, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 178104, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 178109, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178114, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178119, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 178124, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 178129, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 178134, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 178139, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 178144, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 178149, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 178154, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 178159, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 178164, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 178169, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 178174, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 178179, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 178184, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 178189, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 178194, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 178199, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 178204, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-grey {
    background-color: var(--grey) !important;
  }
  /* line 178208, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-info {
    background-color: var(--text-info) !important;
  }
  /* line 178212, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-warning {
    background-color: var(--text-warning) !important;
  }
  /* line 178216, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-error {
    background-color: var(--text-error) !important;
  }
  /* line 178220, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-primary {
    background-color: var(--primary) !important;
  }
  /* line 178224, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-secondary {
    background-color: var(--secondary) !important;
  }
  /* line 178228, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-primary-dark {
    background-color: var(--primary-dark) !important;
  }
  /* line 178232, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-text-color {
    background-color: var(--text-color) !important;
  }
  /* line 178236, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-button-outlined-hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 178240, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-file-info {
    background-color: var(--file-info) !important;
  }
  /* line 178244, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }
  /* line 178248, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-current {
    background-color: currentColor !important;
  }
  /* line 178252, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-black {
    background-color: var(--black) !important;
  }
  /* line 178256, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-white {
    background-color: var(--white) !important;
  }
  /* line 178260, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 178265, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 178270, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 178275, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 178280, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 178285, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 178290, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 178295, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 178300, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 178305, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 178310, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 178315, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 178320, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 178325, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 178330, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 178335, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 178340, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 178345, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 178350, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 178355, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 178360, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 178365, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 178370, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 178375, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 178380, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 178385, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 178390, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 178395, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 178400, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 178405, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 178410, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 178415, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 178420, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 178425, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 178430, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 178435, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 178440, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 178445, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 178450, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 178455, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 178460, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 178465, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178470, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178475, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 178480, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 178485, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 178490, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 178495, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 178500, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 178505, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 178510, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 178515, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 178520, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178525, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 178530, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 178535, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 178540, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 178545, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 178550, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 178555, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 178560, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 178565, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178570, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178575, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 178580, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 178585, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 178590, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 178595, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 178600, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 178605, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 178610, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 178615, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 178620, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 178625, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 178630, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 178635, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 178640, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 178645, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 178650, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 178655, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 178660, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-grey {
    background-color: var(--grey) !important;
  }
  /* line 178664, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-info {
    background-color: var(--text-info) !important;
  }
  /* line 178668, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-warning {
    background-color: var(--text-warning) !important;
  }
  /* line 178672, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-error {
    background-color: var(--text-error) !important;
  }
  /* line 178676, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-primary {
    background-color: var(--primary) !important;
  }
  /* line 178680, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-secondary {
    background-color: var(--secondary) !important;
  }
  /* line 178684, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-primary-dark {
    background-color: var(--primary-dark) !important;
  }
  /* line 178688, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-text-color {
    background-color: var(--text-color) !important;
  }
  /* line 178692, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-button-outlined-hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 178696, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-file-info {
    background-color: var(--file-info) !important;
  }
  /* line 178700, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }
  /* line 178704, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }
  /* line 178708, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-black:focus-within {
    background-color: var(--black) !important;
  }
  /* line 178712, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-white:focus-within {
    background-color: var(--white) !important;
  }
  /* line 178716, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 178721, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 178726, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 178731, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 178736, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 178741, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 178746, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 178751, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 178756, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 178761, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 178766, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 178771, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 178776, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 178781, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 178786, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 178791, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 178796, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 178801, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 178806, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 178811, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 178816, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 178821, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 178826, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 178831, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 178836, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 178841, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 178846, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 178851, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 178856, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 178861, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 178866, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 178871, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 178876, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 178881, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 178886, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 178891, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 178896, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 178901, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 178906, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 178911, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 178916, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 178921, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178926, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178931, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 178936, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 178941, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 178946, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 178951, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 178956, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 178961, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 178966, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 178971, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 178976, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 178981, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 178986, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 178991, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 178996, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 179001, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 179006, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 179011, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 179016, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 179021, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179026, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179031, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 179036, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 179041, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 179046, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 179051, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 179056, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 179061, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 179066, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 179071, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 179076, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 179081, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 179086, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 179091, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 179096, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 179101, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 179106, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 179111, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 179116, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-grey:focus-within {
    background-color: var(--grey) !important;
  }
  /* line 179120, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-info:focus-within {
    background-color: var(--text-info) !important;
  }
  /* line 179124, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-warning:focus-within {
    background-color: var(--text-warning) !important;
  }
  /* line 179128, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-error:focus-within {
    background-color: var(--text-error) !important;
  }
  /* line 179132, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-primary:focus-within {
    background-color: var(--primary) !important;
  }
  /* line 179136, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-secondary:focus-within {
    background-color: var(--secondary) !important;
  }
  /* line 179140, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-primary-dark:focus-within {
    background-color: var(--primary-dark) !important;
  }
  /* line 179144, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-text-color:focus-within {
    background-color: var(--text-color) !important;
  }
  /* line 179148, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-button-outlined-hover:focus-within {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 179152, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-file-info:focus-within {
    background-color: var(--file-info) !important;
  }
  /* line 179156, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  /* line 179160, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }
  /* line 179164, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-black:hover {
    background-color: var(--black) !important;
  }
  /* line 179168, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-white:hover {
    background-color: var(--white) !important;
  }
  /* line 179172, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 179177, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 179182, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 179187, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 179192, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 179197, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 179202, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 179207, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 179212, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 179217, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 179222, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 179227, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 179232, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 179237, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 179242, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 179247, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 179252, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 179257, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 179262, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 179267, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 179272, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 179277, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 179282, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 179287, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 179292, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 179297, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 179302, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 179307, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 179312, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 179317, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 179322, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 179327, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 179332, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 179337, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 179342, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 179347, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 179352, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 179357, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 179362, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 179367, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 179372, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 179377, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179382, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179387, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 179392, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 179397, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 179402, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 179407, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 179412, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 179417, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 179422, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 179427, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 179432, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179437, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 179442, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 179447, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 179452, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 179457, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 179462, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 179467, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 179472, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 179477, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179482, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179487, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 179492, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 179497, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 179502, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 179507, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 179512, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 179517, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 179522, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 179527, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 179532, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 179537, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 179542, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 179547, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 179552, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 179557, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 179562, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 179567, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 179572, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-grey:hover {
    background-color: var(--grey) !important;
  }
  /* line 179576, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-info:hover {
    background-color: var(--text-info) !important;
  }
  /* line 179580, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-warning:hover {
    background-color: var(--text-warning) !important;
  }
  /* line 179584, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-error:hover {
    background-color: var(--text-error) !important;
  }
  /* line 179588, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-primary:hover {
    background-color: var(--primary) !important;
  }
  /* line 179592, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-secondary:hover {
    background-color: var(--secondary) !important;
  }
  /* line 179596, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-primary-dark:hover {
    background-color: var(--primary-dark) !important;
  }
  /* line 179600, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-text-color:hover {
    background-color: var(--text-color) !important;
  }
  /* line 179604, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-button-outlined-hover:hover {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 179608, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-file-info:hover {
    background-color: var(--file-info) !important;
  }
  /* line 179612, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  /* line 179616, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }
  /* line 179620, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-black:focus {
    background-color: var(--black) !important;
  }
  /* line 179624, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-white:focus {
    background-color: var(--white) !important;
  }
  /* line 179628, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
  }
  /* line 179633, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 179638, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 179643, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
  }
  /* line 179648, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 179653, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
  }
  /* line 179658, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }
  /* line 179663, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
  }
  /* line 179668, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  }
  /* line 179673, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
  }
  /* line 179678, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }
  /* line 179683, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }
  /* line 179688, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 179693, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }
  /* line 179698, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }
  /* line 179703, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }
  /* line 179708, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }
  /* line 179713, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }
  /* line 179718, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }
  /* line 179723, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }
  /* line 179728, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 179733, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }
  /* line 179738, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 179743, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 179748, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }
  /* line 179753, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }
  /* line 179758, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }
  /* line 179763, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }
  /* line 179768, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }
  /* line 179773, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }
  /* line 179778, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }
  /* line 179783, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 179788, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }
  /* line 179793, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }
  /* line 179798, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 179803, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 179808, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }
  /* line 179813, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }
  /* line 179818, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }
  /* line 179823, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }
  /* line 179828, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 179833, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179838, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179843, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 179848, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 179853, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 179858, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }
  /* line 179863, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }
  /* line 179868, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }
  /* line 179873, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }
  /* line 179878, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 179883, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 179888, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179893, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }
  /* line 179898, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 179903, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }
  /* line 179908, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }
  /* line 179913, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }
  /* line 179918, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }
  /* line 179923, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }
  /* line 179928, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }
  /* line 179933, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179938, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }
  /* line 179943, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }
  /* line 179948, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }
  /* line 179953, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }
  /* line 179958, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }
  /* line 179963, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }
  /* line 179968, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 179973, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }
  /* line 179978, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }
  /* line 179983, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }
  /* line 179988, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }
  /* line 179993, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }
  /* line 179998, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }
  /* line 180003, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }
  /* line 180008, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }
  /* line 180013, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }
  /* line 180018, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }
  /* line 180023, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }
  /* line 180028, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-grey:focus {
    background-color: var(--grey) !important;
  }
  /* line 180032, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-info:focus {
    background-color: var(--text-info) !important;
  }
  /* line 180036, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-warning:focus {
    background-color: var(--text-warning) !important;
  }
  /* line 180040, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-error:focus {
    background-color: var(--text-error) !important;
  }
  /* line 180044, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-primary:focus {
    background-color: var(--primary) !important;
  }
  /* line 180048, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-secondary:focus {
    background-color: var(--secondary) !important;
  }
  /* line 180052, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-primary-dark:focus {
    background-color: var(--primary-dark) !important;
  }
  /* line 180056, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-text-color:focus {
    background-color: var(--text-color) !important;
  }
  /* line 180060, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-button-outlined-hover:focus {
    background-color: var(--button-outlined-hover) !important;
  }
  /* line 180064, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-file-info:focus {
    background-color: var(--file-info) !important;
  }
  /* line 180068, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }
  /* line 180072, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 180076, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 180080, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 180084, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 180088, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 180092, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 180096, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 180100, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 180104, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 180108, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 180112, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 180116, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 180120, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 180124, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }
  /* line 180128, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }
  /* line 180132, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 180136, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 180140, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 180144, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 180148, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 180152, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 180156, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 180160, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 180164, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 180168, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 180172, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 180176, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 180180, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 180184, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }
  /* line 180188, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }
  /* line 180192, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 180196, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 180200, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 180204, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 180208, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 180212, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 180216, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 180220, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 180224, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 180228, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 180232, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 180236, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 180240, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 180244, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }
  /* line 180248, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }
  /* line 180252, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 180256, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 180260, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 180264, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 180268, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 180272, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 180276, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 180280, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 180284, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 180288, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 180292, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 180296, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 180300, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 180304, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }
  /* line 180308, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }
  /* line 180312, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }
  /* line 180316, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }
  /* line 180320, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }
  /* line 180324, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }
  /* line 180328, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }
  /* line 180332, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }
  /* line 180336, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }
  /* line 180340, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }
  /* line 180344, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }
  /* line 180348, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }
  /* line 180352, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }
  /* line 180356, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }
  /* line 180360, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }
  /* line 180364, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }
  /* line 180368, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-none {
    background-image: none !important;
  }
  /* line 180372, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }
  /* line 180376, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }
  /* line 180380, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }
  /* line 180384, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }
  /* line 180388, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }
  /* line 180392, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }
  /* line 180396, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }
  /* line 180400, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }
  /* line 180404, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 180409, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180414, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-black {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180419, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-white {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180424, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-gray-50 {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 180429, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-gray-100 {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 180434, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-gray-200 {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 180439, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-gray-300 {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 180444, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-gray-400 {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 180449, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-gray-500 {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 180454, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-gray-600 {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 180459, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-gray-700 {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 180464, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-gray-800 {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 180469, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-gray-900 {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 180474, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 180479, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 180484, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 180489, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 180494, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 180499, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 180504, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 180509, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 180514, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 180519, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 180524, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-yellow-50 {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 180529, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-yellow-100 {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 180534, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-yellow-200 {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 180539, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-yellow-300 {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 180544, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-yellow-400 {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 180549, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-yellow-500 {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 180554, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-yellow-600 {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 180559, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-yellow-700 {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 180564, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-yellow-800 {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 180569, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-yellow-900 {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 180574, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 180579, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 180584, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 180589, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 180594, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 180599, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 180604, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 180609, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 180614, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 180619, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 180624, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 180629, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 180634, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 180639, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 180644, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 180649, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 180654, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 180659, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 180664, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 180669, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 180674, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 180679, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 180684, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 180689, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 180694, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 180699, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 180704, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 180709, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 180714, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 180719, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 180724, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-purple-50 {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 180729, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-purple-100 {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 180734, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-purple-200 {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 180739, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-purple-300 {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 180744, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-purple-400 {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 180749, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-purple-500 {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 180754, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-purple-600 {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 180759, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-purple-700 {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 180764, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-purple-800 {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 180769, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-purple-900 {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 180774, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 180779, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 180784, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 180789, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 180794, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 180799, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 180804, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 180809, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 180814, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 180819, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 180824, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-grey {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180829, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-info {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180834, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-warning {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180839, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-error {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180844, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-primary {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180849, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-secondary {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180854, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-primary-dark {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180859, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-text-color {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180864, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-button-outlined-hover {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180869, app/assets/stylesheets/tailwind.css */
  .\32xl\:from-file-info {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180874, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 180879, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180884, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-black:hover {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180889, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-white:hover {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 180894, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 180899, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 180904, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 180909, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 180914, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 180919, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 180924, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 180929, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 180934, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 180939, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 180944, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 180949, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 180954, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 180959, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 180964, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 180969, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 180974, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 180979, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 180984, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 180989, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 180994, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 180999, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 181004, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 181009, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 181014, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 181019, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 181024, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 181029, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 181034, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 181039, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 181044, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 181049, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 181054, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 181059, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 181064, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 181069, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 181074, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 181079, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 181084, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 181089, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 181094, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 181099, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 181104, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 181109, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 181114, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 181119, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 181124, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 181129, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 181134, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 181139, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 181144, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 181149, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 181154, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 181159, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 181164, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 181169, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 181174, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 181179, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 181184, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 181189, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 181194, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 181199, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 181204, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 181209, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 181214, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 181219, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 181224, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 181229, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 181234, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 181239, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 181244, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 181249, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 181254, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 181259, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 181264, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 181269, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 181274, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 181279, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 181284, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 181289, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 181294, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-grey:hover {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181299, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-info:hover {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181304, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-warning:hover {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181309, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-error:hover {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181314, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-primary:hover {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181319, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-secondary:hover {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181324, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-primary-dark:hover {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181329, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-text-color:hover {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181334, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-button-outlined-hover:hover {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181339, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:from-file-info:hover {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181344, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 181349, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181354, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-black:focus {
    --tw-gradient-from: var(--black) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181359, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-white:focus {
    --tw-gradient-from: var(--white) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181364, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 181369, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 181374, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 181379, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 181384, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 181389, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 181394, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 181399, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 181404, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 181409, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 181414, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 181419, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 181424, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 181429, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 181434, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 181439, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 181444, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 181449, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 181454, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 181459, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 181464, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 181469, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 181474, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 181479, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 181484, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 181489, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 181494, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 181499, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 181504, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 181509, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 181514, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 181519, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 181524, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 181529, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 181534, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 181539, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 181544, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 181549, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 181554, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 181559, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 181564, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 181569, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 181574, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 181579, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 181584, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 181589, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 181594, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 181599, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 181604, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 181609, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 181614, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 181619, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 181624, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 181629, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 181634, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 181639, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 181644, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 181649, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 181654, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 181659, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 181664, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 181669, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 181674, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 181679, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 181684, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 181689, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 181694, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 181699, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 181704, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 181709, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 181714, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 181719, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 181724, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 181729, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 181734, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 181739, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 181744, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 181749, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 181754, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 181759, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 181764, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-grey:focus {
    --tw-gradient-from: var(--grey) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181769, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-info:focus {
    --tw-gradient-from: var(--text-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181774, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-warning:focus {
    --tw-gradient-from: var(--text-warning) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181779, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-error:focus {
    --tw-gradient-from: var(--text-error) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181784, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-primary:focus {
    --tw-gradient-from: var(--primary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181789, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-secondary:focus {
    --tw-gradient-from: var(--secondary) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181794, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-primary-dark:focus {
    --tw-gradient-from: var(--primary-dark) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181799, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-text-color:focus {
    --tw-gradient-from: var(--text-color) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181804, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-button-outlined-hover:focus {
    --tw-gradient-from: var(--button-outlined-hover) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181809, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:from-file-info:focus {
    --tw-gradient-from: var(--file-info) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181814, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 181818, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181822, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181826, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 181830, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 181834, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 181838, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 181842, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 181846, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 181850, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 181854, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 181858, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 181862, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 181866, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 181870, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 181874, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 181878, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 181882, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 181886, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 181890, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 181894, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 181898, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 181902, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 181906, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 181910, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 181914, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 181918, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 181922, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 181926, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 181930, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 181934, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 181938, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 181942, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 181946, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 181950, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 181954, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 181958, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 181962, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 181966, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 181970, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 181974, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 181978, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 181982, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 181986, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 181990, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 181994, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 181998, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 182002, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 182006, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 182010, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 182014, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 182018, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 182022, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 182026, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 182030, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 182034, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 182038, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 182042, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 182046, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 182050, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 182054, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 182058, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 182062, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 182066, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 182070, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 182074, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 182078, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 182082, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 182086, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 182090, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 182094, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 182098, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 182102, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 182106, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 182110, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 182114, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 182118, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 182122, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 182126, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 182130, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 182134, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 182138, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 182142, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 182146, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 182150, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182154, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182158, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182162, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182166, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182170, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182174, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-primary-dark {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182178, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-text-color {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182182, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-button-outlined-hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182186, app/assets/stylesheets/tailwind.css */
  .\32xl\:via-file-info {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182190, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 182194, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182198, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182202, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182206, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 182210, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 182214, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 182218, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 182222, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 182226, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 182230, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 182234, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 182238, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 182242, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 182246, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 182250, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 182254, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 182258, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 182262, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 182266, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 182270, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 182274, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 182278, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 182282, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 182286, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 182290, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 182294, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 182298, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 182302, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 182306, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 182310, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 182314, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 182318, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 182322, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 182326, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 182330, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 182334, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 182338, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 182342, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 182346, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 182350, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 182354, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 182358, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 182362, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 182366, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 182370, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 182374, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 182378, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 182382, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 182386, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 182390, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 182394, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 182398, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 182402, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 182406, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 182410, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 182414, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 182418, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 182422, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 182426, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 182430, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 182434, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 182438, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 182442, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 182446, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 182450, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 182454, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 182458, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 182462, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 182466, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 182470, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 182474, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 182478, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 182482, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 182486, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 182490, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 182494, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 182498, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 182502, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 182506, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 182510, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 182514, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 182518, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 182522, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 182526, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182530, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182534, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182538, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182542, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182546, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182550, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-primary-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182554, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-text-color:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182558, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-button-outlined-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182562, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:via-file-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182566, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }
  /* line 182570, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182574, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--black), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182578, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--white), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182582, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)) !important;
  }
  /* line 182586, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)) !important;
  }
  /* line 182590, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)) !important;
  }
  /* line 182594, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)) !important;
  }
  /* line 182598, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)) !important;
  }
  /* line 182602, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)) !important;
  }
  /* line 182606, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }
  /* line 182610, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)) !important;
  }
  /* line 182614, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)) !important;
  }
  /* line 182618, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)) !important;
  }
  /* line 182622, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }
  /* line 182626, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }
  /* line 182630, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }
  /* line 182634, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }
  /* line 182638, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }
  /* line 182642, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }
  /* line 182646, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }
  /* line 182650, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }
  /* line 182654, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }
  /* line 182658, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }
  /* line 182662, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }
  /* line 182666, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }
  /* line 182670, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }
  /* line 182674, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }
  /* line 182678, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }
  /* line 182682, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }
  /* line 182686, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }
  /* line 182690, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }
  /* line 182694, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }
  /* line 182698, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }
  /* line 182702, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }
  /* line 182706, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }
  /* line 182710, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }
  /* line 182714, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }
  /* line 182718, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }
  /* line 182722, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }
  /* line 182726, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }
  /* line 182730, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }
  /* line 182734, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }
  /* line 182738, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }
  /* line 182742, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }
  /* line 182746, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }
  /* line 182750, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }
  /* line 182754, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }
  /* line 182758, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }
  /* line 182762, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }
  /* line 182766, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }
  /* line 182770, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }
  /* line 182774, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }
  /* line 182778, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }
  /* line 182782, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }
  /* line 182786, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }
  /* line 182790, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }
  /* line 182794, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }
  /* line 182798, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }
  /* line 182802, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }
  /* line 182806, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }
  /* line 182810, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }
  /* line 182814, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }
  /* line 182818, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }
  /* line 182822, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }
  /* line 182826, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }
  /* line 182830, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }
  /* line 182834, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }
  /* line 182838, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }
  /* line 182842, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }
  /* line 182846, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }
  /* line 182850, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }
  /* line 182854, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }
  /* line 182858, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }
  /* line 182862, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }
  /* line 182866, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }
  /* line 182870, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }
  /* line 182874, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }
  /* line 182878, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }
  /* line 182882, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }
  /* line 182886, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }
  /* line 182890, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }
  /* line 182894, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }
  /* line 182898, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }
  /* line 182902, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--grey), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182906, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182910, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-warning), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182914, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-error), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182918, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182922, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182926, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-primary-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182930, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-text-color:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182934, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-button-outlined-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--button-outlined-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182938, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:via-file-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), var(--file-info), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }
  /* line 182942, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-transparent {
    --tw-gradient-to: transparent !important;
  }
  /* line 182946, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-current {
    --tw-gradient-to: currentColor !important;
  }
  /* line 182950, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-black {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 182954, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-white {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 182958, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-gray-50 {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 182962, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-gray-100 {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 182966, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-gray-200 {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 182970, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-gray-300 {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 182974, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-gray-400 {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 182978, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-gray-500 {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 182982, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-gray-600 {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 182986, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-gray-700 {
    --tw-gradient-to: #374151 !important;
  }
  /* line 182990, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-gray-800 {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 182994, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-gray-900 {
    --tw-gradient-to: #111827 !important;
  }
  /* line 182998, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 183002, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 183006, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 183010, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 183014, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 183018, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 183022, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 183026, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 183030, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 183034, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 183038, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-yellow-50 {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 183042, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-yellow-100 {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 183046, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-yellow-200 {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 183050, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-yellow-300 {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 183054, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-yellow-400 {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 183058, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-yellow-500 {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 183062, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-yellow-600 {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 183066, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-yellow-700 {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 183070, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-yellow-800 {
    --tw-gradient-to: #92400e !important;
  }
  /* line 183074, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-yellow-900 {
    --tw-gradient-to: #78350f !important;
  }
  /* line 183078, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 183082, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 183086, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 183090, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 183094, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 183098, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 183102, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }
  /* line 183106, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }
  /* line 183110, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 183114, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 183118, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 183122, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 183126, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 183130, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 183134, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 183138, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 183142, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 183146, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 183150, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 183154, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 183158, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 183162, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 183166, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 183170, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 183174, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 183178, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 183182, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 183186, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 183190, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 183194, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 183198, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-purple-50 {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 183202, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-purple-100 {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 183206, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-purple-200 {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 183210, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-purple-300 {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 183214, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-purple-400 {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 183218, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-purple-500 {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 183222, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-purple-600 {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 183226, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-purple-700 {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 183230, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-purple-800 {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 183234, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-purple-900 {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 183238, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 183242, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 183246, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 183250, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 183254, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 183258, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 183262, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 183266, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }
  /* line 183270, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 183274, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }
  /* line 183278, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-grey {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 183282, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-info {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 183286, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-warning {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 183290, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-error {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 183294, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-primary {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 183298, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-secondary {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 183302, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-primary-dark {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 183306, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-text-color {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 183310, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-button-outlined-hover {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 183314, app/assets/stylesheets/tailwind.css */
  .\32xl\:to-file-info {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 183318, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }
  /* line 183322, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }
  /* line 183326, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-black:hover {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 183330, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-white:hover {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 183334, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 183338, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 183342, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 183346, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 183350, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 183354, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 183358, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 183362, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151 !important;
  }
  /* line 183366, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 183370, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827 !important;
  }
  /* line 183374, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 183378, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 183382, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 183386, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 183390, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 183394, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 183398, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 183402, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 183406, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 183410, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 183414, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 183418, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 183422, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 183426, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 183430, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 183434, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 183438, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 183442, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 183446, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e !important;
  }
  /* line 183450, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f !important;
  }
  /* line 183454, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 183458, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 183462, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 183466, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 183470, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 183474, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 183478, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }
  /* line 183482, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }
  /* line 183486, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 183490, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 183494, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 183498, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 183502, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 183506, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 183510, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 183514, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 183518, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 183522, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 183526, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 183530, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 183534, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 183538, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 183542, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 183546, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 183550, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 183554, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 183558, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 183562, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 183566, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 183570, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 183574, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 183578, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 183582, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 183586, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 183590, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 183594, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 183598, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 183602, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 183606, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 183610, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 183614, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 183618, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 183622, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 183626, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 183630, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 183634, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 183638, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 183642, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }
  /* line 183646, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 183650, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }
  /* line 183654, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-grey:hover {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 183658, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-info:hover {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 183662, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-warning:hover {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 183666, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-error:hover {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 183670, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-primary:hover {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 183674, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-secondary:hover {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 183678, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-primary-dark:hover {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 183682, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-text-color:hover {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 183686, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-button-outlined-hover:hover {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 183690, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:to-file-info:hover {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 183694, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }
  /* line 183698, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }
  /* line 183702, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-black:focus {
    --tw-gradient-to: var(--black) !important;
  }
  /* line 183706, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-white:focus {
    --tw-gradient-to: var(--white) !important;
  }
  /* line 183710, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb !important;
  }
  /* line 183714, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6 !important;
  }
  /* line 183718, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb !important;
  }
  /* line 183722, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db !important;
  }
  /* line 183726, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af !important;
  }
  /* line 183730, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280 !important;
  }
  /* line 183734, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563 !important;
  }
  /* line 183738, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151 !important;
  }
  /* line 183742, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937 !important;
  }
  /* line 183746, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827 !important;
  }
  /* line 183750, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }
  /* line 183754, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }
  /* line 183758, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }
  /* line 183762, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }
  /* line 183766, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }
  /* line 183770, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }
  /* line 183774, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }
  /* line 183778, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }
  /* line 183782, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }
  /* line 183786, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }
  /* line 183790, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb !important;
  }
  /* line 183794, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7 !important;
  }
  /* line 183798, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a !important;
  }
  /* line 183802, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d !important;
  }
  /* line 183806, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24 !important;
  }
  /* line 183810, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b !important;
  }
  /* line 183814, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706 !important;
  }
  /* line 183818, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309 !important;
  }
  /* line 183822, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e !important;
  }
  /* line 183826, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f !important;
  }
  /* line 183830, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }
  /* line 183834, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }
  /* line 183838, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }
  /* line 183842, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }
  /* line 183846, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }
  /* line 183850, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }
  /* line 183854, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }
  /* line 183858, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }
  /* line 183862, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }
  /* line 183866, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }
  /* line 183870, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }
  /* line 183874, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }
  /* line 183878, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }
  /* line 183882, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }
  /* line 183886, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }
  /* line 183890, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }
  /* line 183894, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }
  /* line 183898, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }
  /* line 183902, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }
  /* line 183906, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }
  /* line 183910, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }
  /* line 183914, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }
  /* line 183918, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }
  /* line 183922, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }
  /* line 183926, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }
  /* line 183930, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }
  /* line 183934, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }
  /* line 183938, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }
  /* line 183942, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }
  /* line 183946, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }
  /* line 183950, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff !important;
  }
  /* line 183954, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe !important;
  }
  /* line 183958, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe !important;
  }
  /* line 183962, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd !important;
  }
  /* line 183966, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa !important;
  }
  /* line 183970, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6 !important;
  }
  /* line 183974, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed !important;
  }
  /* line 183978, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9 !important;
  }
  /* line 183982, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6 !important;
  }
  /* line 183986, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95 !important;
  }
  /* line 183990, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }
  /* line 183994, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }
  /* line 183998, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }
  /* line 184002, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }
  /* line 184006, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }
  /* line 184010, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }
  /* line 184014, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }
  /* line 184018, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }
  /* line 184022, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }
  /* line 184026, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }
  /* line 184030, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-grey:focus {
    --tw-gradient-to: var(--grey) !important;
  }
  /* line 184034, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-info:focus {
    --tw-gradient-to: var(--text-info) !important;
  }
  /* line 184038, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-warning:focus {
    --tw-gradient-to: var(--text-warning) !important;
  }
  /* line 184042, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-error:focus {
    --tw-gradient-to: var(--text-error) !important;
  }
  /* line 184046, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-primary:focus {
    --tw-gradient-to: var(--primary) !important;
  }
  /* line 184050, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-secondary:focus {
    --tw-gradient-to: var(--secondary) !important;
  }
  /* line 184054, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-primary-dark:focus {
    --tw-gradient-to: var(--primary-dark) !important;
  }
  /* line 184058, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-text-color:focus {
    --tw-gradient-to: var(--text-color) !important;
  }
  /* line 184062, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-button-outlined-hover:focus {
    --tw-gradient-to: var(--button-outlined-hover) !important;
  }
  /* line 184066, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:to-file-info:focus {
    --tw-gradient-to: var(--file-info) !important;
  }
  /* line 184070, app/assets/stylesheets/tailwind.css */
  .\32xl\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
    box-decoration-break: slice !important;
  }
  /* line 184075, app/assets/stylesheets/tailwind.css */
  .\32xl\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
    box-decoration-break: clone !important;
  }
  /* line 184080, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-auto {
    background-size: auto !important;
  }
  /* line 184084, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-cover {
    background-size: cover !important;
  }
  /* line 184088, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-contain {
    background-size: contain !important;
  }
  /* line 184092, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-fixed {
    background-attachment: fixed !important;
  }
  /* line 184096, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-local {
    background-attachment: local !important;
  }
  /* line 184100, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-scroll {
    background-attachment: scroll !important;
  }
  /* line 184104, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-clip-border {
    background-clip: border-box !important;
  }
  /* line 184108, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-clip-padding {
    background-clip: padding-box !important;
  }
  /* line 184112, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-clip-content {
    background-clip: content-box !important;
  }
  /* line 184116, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important;
  }
  /* line 184121, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-bottom {
    background-position: bottom !important;
  }
  /* line 184125, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-center {
    background-position: center !important;
  }
  /* line 184129, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-left {
    background-position: left !important;
  }
  /* line 184133, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-left-bottom {
    background-position: left bottom !important;
  }
  /* line 184137, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-left-top {
    background-position: left top !important;
  }
  /* line 184141, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-right {
    background-position: right !important;
  }
  /* line 184145, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-right-bottom {
    background-position: right bottom !important;
  }
  /* line 184149, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-right-top {
    background-position: right top !important;
  }
  /* line 184153, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-top {
    background-position: top !important;
  }
  /* line 184157, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-repeat {
    background-repeat: repeat !important;
  }
  /* line 184161, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  /* line 184165, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  /* line 184169, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  /* line 184173, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-repeat-round {
    background-repeat: round !important;
  }
  /* line 184177, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-repeat-space {
    background-repeat: space !important;
  }
  /* line 184181, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-origin-border {
    background-origin: border-box !important;
  }
  /* line 184185, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-origin-padding {
    background-origin: padding-box !important;
  }
  /* line 184189, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-origin-content {
    background-origin: content-box !important;
  }
  /* line 184193, app/assets/stylesheets/tailwind.css */
  .\32xl\:fill-current {
    fill: currentColor !important;
  }
  /* line 184197, app/assets/stylesheets/tailwind.css */
  .\32xl\:stroke-current {
    stroke: currentColor !important;
  }
  /* line 184201, app/assets/stylesheets/tailwind.css */
  .\32xl\:stroke-0 {
    stroke-width: 0 !important;
  }
  /* line 184205, app/assets/stylesheets/tailwind.css */
  .\32xl\:stroke-1 {
    stroke-width: 1 !important;
  }
  /* line 184209, app/assets/stylesheets/tailwind.css */
  .\32xl\:stroke-2 {
    stroke-width: 2 !important;
  }
  /* line 184213, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 184218, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 184223, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 184228, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 184233, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 184238, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-bottom {
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }
  /* line 184243, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-center {
    -o-object-position: center !important;
    object-position: center !important;
  }
  /* line 184248, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-left {
    -o-object-position: left !important;
    object-position: left !important;
  }
  /* line 184253, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-left-bottom {
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
  }
  /* line 184258, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-left-top {
    -o-object-position: left top !important;
    object-position: left top !important;
  }
  /* line 184263, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-right {
    -o-object-position: right !important;
    object-position: right !important;
  }
  /* line 184268, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-right-bottom {
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }
  /* line 184273, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-right-top {
    -o-object-position: right top !important;
    object-position: right top !important;
  }
  /* line 184278, app/assets/stylesheets/tailwind.css */
  .\32xl\:object-top {
    -o-object-position: top !important;
    object-position: top !important;
  }
  /* line 184283, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-0 {
    padding: 0px !important;
  }
  /* line 184287, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-1 {
    padding: 0.25rem !important;
  }
  /* line 184291, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-2 {
    padding: 0.5rem !important;
  }
  /* line 184295, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-3 {
    padding: 0.75rem !important;
  }
  /* line 184299, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-4 {
    padding: 1rem !important;
  }
  /* line 184303, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-5 {
    padding: 1.25rem !important;
  }
  /* line 184307, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-6 {
    padding: 1.5rem !important;
  }
  /* line 184311, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-7 {
    padding: 1.75rem !important;
  }
  /* line 184315, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-8 {
    padding: 2rem !important;
  }
  /* line 184319, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-9 {
    padding: 2.25rem !important;
  }
  /* line 184323, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-10 {
    padding: 2.5rem !important;
  }
  /* line 184327, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-11 {
    padding: 2.75rem !important;
  }
  /* line 184331, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-12 {
    padding: 3rem !important;
  }
  /* line 184335, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-14 {
    padding: 3.5rem !important;
  }
  /* line 184339, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-16 {
    padding: 4rem !important;
  }
  /* line 184343, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-20 {
    padding: 5rem !important;
  }
  /* line 184347, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-24 {
    padding: 6rem !important;
  }
  /* line 184351, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-28 {
    padding: 7rem !important;
  }
  /* line 184355, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-32 {
    padding: 8rem !important;
  }
  /* line 184359, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-36 {
    padding: 9rem !important;
  }
  /* line 184363, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-40 {
    padding: 10rem !important;
  }
  /* line 184367, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-44 {
    padding: 11rem !important;
  }
  /* line 184371, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-48 {
    padding: 12rem !important;
  }
  /* line 184375, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-52 {
    padding: 13rem !important;
  }
  /* line 184379, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-56 {
    padding: 14rem !important;
  }
  /* line 184383, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-60 {
    padding: 15rem !important;
  }
  /* line 184387, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-64 {
    padding: 16rem !important;
  }
  /* line 184391, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-72 {
    padding: 18rem !important;
  }
  /* line 184395, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-80 {
    padding: 20rem !important;
  }
  /* line 184399, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-96 {
    padding: 24rem !important;
  }
  /* line 184403, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-px {
    padding: 1px !important;
  }
  /* line 184407, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-0\.5 {
    padding: 0.125rem !important;
  }
  /* line 184411, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-1\.5 {
    padding: 0.375rem !important;
  }
  /* line 184415, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-2\.5 {
    padding: 0.625rem !important;
  }
  /* line 184419, app/assets/stylesheets/tailwind.css */
  .\32xl\:p-3\.5 {
    padding: 0.875rem !important;
  }
  /* line 184423, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 184428, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  /* line 184433, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 184438, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  /* line 184443, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 184448, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  /* line 184453, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 184458, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  /* line 184463, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  /* line 184468, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  /* line 184473, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 184478, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  /* line 184483, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 184488, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  /* line 184493, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  /* line 184498, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 184503, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  /* line 184508, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  /* line 184513, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  /* line 184518, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  /* line 184523, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 184528, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  /* line 184533, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  /* line 184538, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  /* line 184543, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  /* line 184548, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  /* line 184553, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  /* line 184558, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  /* line 184563, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  /* line 184568, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  /* line 184573, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  /* line 184578, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }
  /* line 184583, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  /* line 184588, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  /* line 184593, app/assets/stylesheets/tailwind.css */
  .\32xl\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
  /* line 184598, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 184603, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 184608, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 184613, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 184618, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 184623, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 184628, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 184633, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 184638, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 184643, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 184648, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 184653, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  /* line 184658, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 184663, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 184668, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 184673, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 184678, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 184683, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 184688, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 184693, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 184698, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 184703, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  /* line 184708, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 184713, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  /* line 184718, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 184723, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* line 184728, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  /* line 184733, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  /* line 184738, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  /* line 184743, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  /* line 184748, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  /* line 184753, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  /* line 184758, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  /* line 184763, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  /* line 184768, app/assets/stylesheets/tailwind.css */
  .\32xl\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  /* line 184773, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-0 {
    padding-top: 0px !important;
  }
  /* line 184777, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-1 {
    padding-top: 0.25rem !important;
  }
  /* line 184781, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-2 {
    padding-top: 0.5rem !important;
  }
  /* line 184785, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-3 {
    padding-top: 0.75rem !important;
  }
  /* line 184789, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-4 {
    padding-top: 1rem !important;
  }
  /* line 184793, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-5 {
    padding-top: 1.25rem !important;
  }
  /* line 184797, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-6 {
    padding-top: 1.5rem !important;
  }
  /* line 184801, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-7 {
    padding-top: 1.75rem !important;
  }
  /* line 184805, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-8 {
    padding-top: 2rem !important;
  }
  /* line 184809, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-9 {
    padding-top: 2.25rem !important;
  }
  /* line 184813, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-10 {
    padding-top: 2.5rem !important;
  }
  /* line 184817, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-11 {
    padding-top: 2.75rem !important;
  }
  /* line 184821, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-12 {
    padding-top: 3rem !important;
  }
  /* line 184825, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-14 {
    padding-top: 3.5rem !important;
  }
  /* line 184829, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-16 {
    padding-top: 4rem !important;
  }
  /* line 184833, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-20 {
    padding-top: 5rem !important;
  }
  /* line 184837, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-24 {
    padding-top: 6rem !important;
  }
  /* line 184841, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-28 {
    padding-top: 7rem !important;
  }
  /* line 184845, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-32 {
    padding-top: 8rem !important;
  }
  /* line 184849, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-36 {
    padding-top: 9rem !important;
  }
  /* line 184853, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-40 {
    padding-top: 10rem !important;
  }
  /* line 184857, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-44 {
    padding-top: 11rem !important;
  }
  /* line 184861, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-48 {
    padding-top: 12rem !important;
  }
  /* line 184865, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-52 {
    padding-top: 13rem !important;
  }
  /* line 184869, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-56 {
    padding-top: 14rem !important;
  }
  /* line 184873, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-60 {
    padding-top: 15rem !important;
  }
  /* line 184877, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-64 {
    padding-top: 16rem !important;
  }
  /* line 184881, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-72 {
    padding-top: 18rem !important;
  }
  /* line 184885, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-80 {
    padding-top: 20rem !important;
  }
  /* line 184889, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-96 {
    padding-top: 24rem !important;
  }
  /* line 184893, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-px {
    padding-top: 1px !important;
  }
  /* line 184897, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }
  /* line 184901, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }
  /* line 184905, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }
  /* line 184909, app/assets/stylesheets/tailwind.css */
  .\32xl\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }
  /* line 184913, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-0 {
    padding-right: 0px !important;
  }
  /* line 184917, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-1 {
    padding-right: 0.25rem !important;
  }
  /* line 184921, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-2 {
    padding-right: 0.5rem !important;
  }
  /* line 184925, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-3 {
    padding-right: 0.75rem !important;
  }
  /* line 184929, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-4 {
    padding-right: 1rem !important;
  }
  /* line 184933, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-5 {
    padding-right: 1.25rem !important;
  }
  /* line 184937, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-6 {
    padding-right: 1.5rem !important;
  }
  /* line 184941, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-7 {
    padding-right: 1.75rem !important;
  }
  /* line 184945, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-8 {
    padding-right: 2rem !important;
  }
  /* line 184949, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-9 {
    padding-right: 2.25rem !important;
  }
  /* line 184953, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-10 {
    padding-right: 2.5rem !important;
  }
  /* line 184957, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-11 {
    padding-right: 2.75rem !important;
  }
  /* line 184961, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-12 {
    padding-right: 3rem !important;
  }
  /* line 184965, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-14 {
    padding-right: 3.5rem !important;
  }
  /* line 184969, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-16 {
    padding-right: 4rem !important;
  }
  /* line 184973, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-20 {
    padding-right: 5rem !important;
  }
  /* line 184977, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-24 {
    padding-right: 6rem !important;
  }
  /* line 184981, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-28 {
    padding-right: 7rem !important;
  }
  /* line 184985, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-32 {
    padding-right: 8rem !important;
  }
  /* line 184989, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-36 {
    padding-right: 9rem !important;
  }
  /* line 184993, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-40 {
    padding-right: 10rem !important;
  }
  /* line 184997, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-44 {
    padding-right: 11rem !important;
  }
  /* line 185001, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-48 {
    padding-right: 12rem !important;
  }
  /* line 185005, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-52 {
    padding-right: 13rem !important;
  }
  /* line 185009, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-56 {
    padding-right: 14rem !important;
  }
  /* line 185013, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-60 {
    padding-right: 15rem !important;
  }
  /* line 185017, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-64 {
    padding-right: 16rem !important;
  }
  /* line 185021, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-72 {
    padding-right: 18rem !important;
  }
  /* line 185025, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-80 {
    padding-right: 20rem !important;
  }
  /* line 185029, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-96 {
    padding-right: 24rem !important;
  }
  /* line 185033, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-px {
    padding-right: 1px !important;
  }
  /* line 185037, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }
  /* line 185041, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }
  /* line 185045, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }
  /* line 185049, app/assets/stylesheets/tailwind.css */
  .\32xl\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }
  /* line 185053, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-0 {
    padding-bottom: 0px !important;
  }
  /* line 185057, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 185061, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 185065, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 185069, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-4 {
    padding-bottom: 1rem !important;
  }
  /* line 185073, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 185077, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 185081, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 185085, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-8 {
    padding-bottom: 2rem !important;
  }
  /* line 185089, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  /* line 185093, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  /* line 185097, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  /* line 185101, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-12 {
    padding-bottom: 3rem !important;
  }
  /* line 185105, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  /* line 185109, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-16 {
    padding-bottom: 4rem !important;
  }
  /* line 185113, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-20 {
    padding-bottom: 5rem !important;
  }
  /* line 185117, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-24 {
    padding-bottom: 6rem !important;
  }
  /* line 185121, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-28 {
    padding-bottom: 7rem !important;
  }
  /* line 185125, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-32 {
    padding-bottom: 8rem !important;
  }
  /* line 185129, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-36 {
    padding-bottom: 9rem !important;
  }
  /* line 185133, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-40 {
    padding-bottom: 10rem !important;
  }
  /* line 185137, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-44 {
    padding-bottom: 11rem !important;
  }
  /* line 185141, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-48 {
    padding-bottom: 12rem !important;
  }
  /* line 185145, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-52 {
    padding-bottom: 13rem !important;
  }
  /* line 185149, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-56 {
    padding-bottom: 14rem !important;
  }
  /* line 185153, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-60 {
    padding-bottom: 15rem !important;
  }
  /* line 185157, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-64 {
    padding-bottom: 16rem !important;
  }
  /* line 185161, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-72 {
    padding-bottom: 18rem !important;
  }
  /* line 185165, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-80 {
    padding-bottom: 20rem !important;
  }
  /* line 185169, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-96 {
    padding-bottom: 24rem !important;
  }
  /* line 185173, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-px {
    padding-bottom: 1px !important;
  }
  /* line 185177, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }
  /* line 185181, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }
  /* line 185185, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }
  /* line 185189, app/assets/stylesheets/tailwind.css */
  .\32xl\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }
  /* line 185193, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-0 {
    padding-left: 0px !important;
  }
  /* line 185197, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 185201, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 185205, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 185209, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-4 {
    padding-left: 1rem !important;
  }
  /* line 185213, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-5 {
    padding-left: 1.25rem !important;
  }
  /* line 185217, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-6 {
    padding-left: 1.5rem !important;
  }
  /* line 185221, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-7 {
    padding-left: 1.75rem !important;
  }
  /* line 185225, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-8 {
    padding-left: 2rem !important;
  }
  /* line 185229, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-9 {
    padding-left: 2.25rem !important;
  }
  /* line 185233, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-10 {
    padding-left: 2.5rem !important;
  }
  /* line 185237, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-11 {
    padding-left: 2.75rem !important;
  }
  /* line 185241, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-12 {
    padding-left: 3rem !important;
  }
  /* line 185245, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-14 {
    padding-left: 3.5rem !important;
  }
  /* line 185249, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-16 {
    padding-left: 4rem !important;
  }
  /* line 185253, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-20 {
    padding-left: 5rem !important;
  }
  /* line 185257, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-24 {
    padding-left: 6rem !important;
  }
  /* line 185261, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-28 {
    padding-left: 7rem !important;
  }
  /* line 185265, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-32 {
    padding-left: 8rem !important;
  }
  /* line 185269, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-36 {
    padding-left: 9rem !important;
  }
  /* line 185273, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-40 {
    padding-left: 10rem !important;
  }
  /* line 185277, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-44 {
    padding-left: 11rem !important;
  }
  /* line 185281, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-48 {
    padding-left: 12rem !important;
  }
  /* line 185285, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-52 {
    padding-left: 13rem !important;
  }
  /* line 185289, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-56 {
    padding-left: 14rem !important;
  }
  /* line 185293, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-60 {
    padding-left: 15rem !important;
  }
  /* line 185297, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-64 {
    padding-left: 16rem !important;
  }
  /* line 185301, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-72 {
    padding-left: 18rem !important;
  }
  /* line 185305, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-80 {
    padding-left: 20rem !important;
  }
  /* line 185309, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-96 {
    padding-left: 24rem !important;
  }
  /* line 185313, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-px {
    padding-left: 1px !important;
  }
  /* line 185317, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }
  /* line 185321, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }
  /* line 185325, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }
  /* line 185329, app/assets/stylesheets/tailwind.css */
  .\32xl\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }
  /* line 185333, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-left {
    text-align: left !important;
  }
  /* line 185337, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-center {
    text-align: center !important;
  }
  /* line 185341, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-right {
    text-align: right !important;
  }
  /* line 185345, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-justify {
    text-align: justify !important;
  }
  /* line 185349, app/assets/stylesheets/tailwind.css */
  .\32xl\:align-baseline {
    vertical-align: baseline !important;
  }
  /* line 185353, app/assets/stylesheets/tailwind.css */
  .\32xl\:align-top {
    vertical-align: top !important;
  }
  /* line 185357, app/assets/stylesheets/tailwind.css */
  .\32xl\:align-middle {
    vertical-align: middle !important;
  }
  /* line 185361, app/assets/stylesheets/tailwind.css */
  .\32xl\:align-bottom {
    vertical-align: bottom !important;
  }
  /* line 185365, app/assets/stylesheets/tailwind.css */
  .\32xl\:align-text-top {
    vertical-align: text-top !important;
  }
  /* line 185369, app/assets/stylesheets/tailwind.css */
  .\32xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }
  /* line 185373, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }
  /* line 185377, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }
  /* line 185381, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }
  /* line 185385, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  /* line 185390, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  /* line 185395, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  /* line 185400, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  /* line 185405, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  /* line 185410, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  /* line 185415, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  /* line 185420, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  /* line 185425, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  /* line 185430, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  /* line 185435, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
  /* line 185440, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  /* line 185445, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }
  /* line 185450, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-thin {
    font-weight: 100 !important;
  }
  /* line 185454, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-extralight {
    font-weight: 200 !important;
  }
  /* line 185458, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-light {
    font-weight: 300 !important;
  }
  /* line 185462, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-normal {
    font-weight: 400 !important;
  }
  /* line 185466, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-medium {
    font-weight: 500 !important;
  }
  /* line 185470, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-semibold {
    font-weight: 600 !important;
  }
  /* line 185474, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-bold {
    font-weight: 700 !important;
  }
  /* line 185478, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-extrabold {
    font-weight: 800 !important;
  }
  /* line 185482, app/assets/stylesheets/tailwind.css */
  .\32xl\:font-black {
    font-weight: 900 !important;
  }
  /* line 185486, app/assets/stylesheets/tailwind.css */
  .\32xl\:uppercase {
    text-transform: uppercase !important;
  }
  /* line 185490, app/assets/stylesheets/tailwind.css */
  .\32xl\:lowercase {
    text-transform: lowercase !important;
  }
  /* line 185494, app/assets/stylesheets/tailwind.css */
  .\32xl\:capitalize {
    text-transform: capitalize !important;
  }
  /* line 185498, app/assets/stylesheets/tailwind.css */
  .\32xl\:normal-case {
    text-transform: none !important;
  }
  /* line 185502, app/assets/stylesheets/tailwind.css */
  .\32xl\:italic {
    font-style: italic !important;
  }
  /* line 185506, app/assets/stylesheets/tailwind.css */
  .\32xl\:not-italic {
    font-style: normal !important;
  }
  /* line 185510, app/assets/stylesheets/tailwind.css */
  .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }
  /* line 185519, app/assets/stylesheets/tailwind.css */
  .\32xl\:normal-nums {
    font-variant-numeric: normal !important;
  }
  /* line 185523, app/assets/stylesheets/tailwind.css */
  .\32xl\:ordinal {
    --tw-ordinal: ordinal !important;
  }
  /* line 185527, app/assets/stylesheets/tailwind.css */
  .\32xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }
  /* line 185531, app/assets/stylesheets/tailwind.css */
  .\32xl\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }
  /* line 185535, app/assets/stylesheets/tailwind.css */
  .\32xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }
  /* line 185539, app/assets/stylesheets/tailwind.css */
  .\32xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }
  /* line 185543, app/assets/stylesheets/tailwind.css */
  .\32xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }
  /* line 185547, app/assets/stylesheets/tailwind.css */
  .\32xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }
  /* line 185551, app/assets/stylesheets/tailwind.css */
  .\32xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }
  /* line 185555, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-3 {
    line-height: .75rem !important;
  }
  /* line 185559, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-4 {
    line-height: 1rem !important;
  }
  /* line 185563, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-5 {
    line-height: 1.25rem !important;
  }
  /* line 185567, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-6 {
    line-height: 1.5rem !important;
  }
  /* line 185571, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-7 {
    line-height: 1.75rem !important;
  }
  /* line 185575, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-8 {
    line-height: 2rem !important;
  }
  /* line 185579, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-9 {
    line-height: 2.25rem !important;
  }
  /* line 185583, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-10 {
    line-height: 2.5rem !important;
  }
  /* line 185587, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-none {
    line-height: 1 !important;
  }
  /* line 185591, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-tight {
    line-height: 1.25 !important;
  }
  /* line 185595, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-snug {
    line-height: 1.375 !important;
  }
  /* line 185599, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-normal {
    line-height: 1.5 !important;
  }
  /* line 185603, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-relaxed {
    line-height: 1.625 !important;
  }
  /* line 185607, app/assets/stylesheets/tailwind.css */
  .\32xl\:leading-loose {
    line-height: 2 !important;
  }
  /* line 185611, app/assets/stylesheets/tailwind.css */
  .\32xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }
  /* line 185615, app/assets/stylesheets/tailwind.css */
  .\32xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }
  /* line 185619, app/assets/stylesheets/tailwind.css */
  .\32xl\:tracking-normal {
    letter-spacing: 0em !important;
  }
  /* line 185623, app/assets/stylesheets/tailwind.css */
  .\32xl\:tracking-wide {
    letter-spacing: 0.025em !important;
  }
  /* line 185627, app/assets/stylesheets/tailwind.css */
  .\32xl\:tracking-wider {
    letter-spacing: 0.05em !important;
  }
  /* line 185631, app/assets/stylesheets/tailwind.css */
  .\32xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }
  /* line 185635, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-transparent {
    color: transparent !important;
  }
  /* line 185639, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-current {
    color: currentColor !important;
  }
  /* line 185643, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-black {
    color: var(--black) !important;
  }
  /* line 185647, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-white {
    color: var(--white) !important;
  }
  /* line 185651, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 185656, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 185661, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 185666, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 185671, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 185676, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 185681, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 185686, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 185691, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 185696, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 185701, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 185706, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 185711, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 185716, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 185721, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 185726, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 185731, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 185736, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 185741, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 185746, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 185751, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 185756, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 185761, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 185766, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 185771, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 185776, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 185781, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 185786, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 185791, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 185796, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 185801, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 185806, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 185811, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 185816, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 185821, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 185826, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 185831, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 185836, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 185841, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 185846, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 185851, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 185856, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 185861, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 185866, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 185871, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 185876, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 185881, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 185886, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 185891, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 185896, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 185901, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 185906, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 185911, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 185916, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 185921, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 185926, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 185931, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 185936, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 185941, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 185946, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 185951, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 185956, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 185961, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 185966, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 185971, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 185976, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 185981, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 185986, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 185991, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 185996, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 186001, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 186006, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 186011, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 186016, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 186021, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 186026, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 186031, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 186036, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 186041, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 186046, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 186051, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-grey {
    color: var(--grey) !important;
  }
  /* line 186055, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-info {
    color: var(--text-info) !important;
  }
  /* line 186059, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-warning {
    color: var(--text-warning) !important;
  }
  /* line 186063, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-error {
    color: var(--text-error) !important;
  }
  /* line 186067, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-primary {
    color: var(--primary) !important;
  }
  /* line 186071, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-secondary {
    color: var(--secondary) !important;
  }
  /* line 186075, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-primary-dark {
    color: var(--primary-dark) !important;
  }
  /* line 186079, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-text-color {
    color: var(--text-color) !important;
  }
  /* line 186083, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-button-outlined-hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 186087, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-file-info {
    color: var(--file-info) !important;
  }
  /* line 186091, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-transparent {
    color: transparent !important;
  }
  /* line 186095, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-current {
    color: currentColor !important;
  }
  /* line 186099, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-black {
    color: var(--black) !important;
  }
  /* line 186103, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-white {
    color: var(--white) !important;
  }
  /* line 186107, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 186112, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 186117, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 186122, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 186127, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 186132, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 186137, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 186142, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 186147, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 186152, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 186157, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 186162, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 186167, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 186172, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 186177, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 186182, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 186187, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 186192, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 186197, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 186202, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 186207, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 186212, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 186217, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 186222, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 186227, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 186232, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 186237, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 186242, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 186247, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 186252, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 186257, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 186262, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 186267, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 186272, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 186277, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 186282, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 186287, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 186292, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 186297, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 186302, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 186307, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 186312, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 186317, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 186322, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 186327, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 186332, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 186337, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 186342, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 186347, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 186352, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 186357, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 186362, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 186367, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 186372, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 186377, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 186382, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 186387, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 186392, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 186397, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 186402, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 186407, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 186412, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 186417, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 186422, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 186427, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 186432, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 186437, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 186442, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 186447, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 186452, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 186457, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 186462, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 186467, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 186472, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 186477, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 186482, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 186487, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 186492, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 186497, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 186502, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 186507, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-grey {
    color: var(--grey) !important;
  }
  /* line 186511, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-info {
    color: var(--text-info) !important;
  }
  /* line 186515, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-warning {
    color: var(--text-warning) !important;
  }
  /* line 186519, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-error {
    color: var(--text-error) !important;
  }
  /* line 186523, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-primary {
    color: var(--primary) !important;
  }
  /* line 186527, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-secondary {
    color: var(--secondary) !important;
  }
  /* line 186531, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-primary-dark {
    color: var(--primary-dark) !important;
  }
  /* line 186535, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-text-color {
    color: var(--text-color) !important;
  }
  /* line 186539, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-button-outlined-hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 186543, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-file-info {
    color: var(--file-info) !important;
  }
  /* line 186547, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }
  /* line 186551, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }
  /* line 186555, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-black:focus-within {
    color: var(--black) !important;
  }
  /* line 186559, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-white:focus-within {
    color: var(--white) !important;
  }
  /* line 186563, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 186568, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 186573, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 186578, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 186583, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 186588, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 186593, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 186598, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 186603, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 186608, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 186613, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 186618, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 186623, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 186628, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 186633, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 186638, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 186643, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 186648, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 186653, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 186658, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 186663, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 186668, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 186673, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 186678, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 186683, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 186688, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 186693, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 186698, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 186703, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 186708, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 186713, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 186718, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 186723, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 186728, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 186733, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 186738, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 186743, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 186748, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 186753, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 186758, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 186763, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 186768, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 186773, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 186778, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 186783, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 186788, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 186793, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 186798, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 186803, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 186808, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 186813, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 186818, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 186823, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 186828, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 186833, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 186838, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 186843, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 186848, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 186853, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 186858, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 186863, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 186868, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 186873, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 186878, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 186883, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 186888, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 186893, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 186898, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 186903, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 186908, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 186913, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 186918, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 186923, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 186928, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 186933, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 186938, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 186943, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 186948, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 186953, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 186958, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 186963, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-grey:focus-within {
    color: var(--grey) !important;
  }
  /* line 186967, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-info:focus-within {
    color: var(--text-info) !important;
  }
  /* line 186971, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-warning:focus-within {
    color: var(--text-warning) !important;
  }
  /* line 186975, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-error:focus-within {
    color: var(--text-error) !important;
  }
  /* line 186979, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-primary:focus-within {
    color: var(--primary) !important;
  }
  /* line 186983, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-secondary:focus-within {
    color: var(--secondary) !important;
  }
  /* line 186987, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-primary-dark:focus-within {
    color: var(--primary-dark) !important;
  }
  /* line 186991, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-text-color:focus-within {
    color: var(--text-color) !important;
  }
  /* line 186995, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-button-outlined-hover:focus-within {
    color: var(--button-outlined-hover) !important;
  }
  /* line 186999, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-file-info:focus-within {
    color: var(--file-info) !important;
  }
  /* line 187003, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }
  /* line 187007, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-current:hover {
    color: currentColor !important;
  }
  /* line 187011, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-black:hover {
    color: var(--black) !important;
  }
  /* line 187015, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-white:hover {
    color: var(--white) !important;
  }
  /* line 187019, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 187024, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 187029, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 187034, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 187039, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 187044, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 187049, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 187054, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 187059, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 187064, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 187069, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 187074, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 187079, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 187084, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 187089, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 187094, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 187099, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 187104, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 187109, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 187114, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 187119, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 187124, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 187129, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 187134, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 187139, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 187144, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 187149, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 187154, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 187159, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 187164, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 187169, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 187174, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 187179, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 187184, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 187189, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 187194, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 187199, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 187204, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 187209, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 187214, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 187219, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 187224, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 187229, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 187234, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 187239, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 187244, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 187249, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 187254, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 187259, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 187264, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 187269, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 187274, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 187279, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 187284, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 187289, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 187294, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 187299, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 187304, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 187309, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 187314, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 187319, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 187324, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 187329, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 187334, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 187339, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 187344, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 187349, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 187354, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 187359, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 187364, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 187369, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 187374, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 187379, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 187384, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 187389, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 187394, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 187399, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 187404, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 187409, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 187414, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 187419, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-grey:hover {
    color: var(--grey) !important;
  }
  /* line 187423, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-info:hover {
    color: var(--text-info) !important;
  }
  /* line 187427, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-warning:hover {
    color: var(--text-warning) !important;
  }
  /* line 187431, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-error:hover {
    color: var(--text-error) !important;
  }
  /* line 187435, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-primary:hover {
    color: var(--primary) !important;
  }
  /* line 187439, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-secondary:hover {
    color: var(--secondary) !important;
  }
  /* line 187443, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-primary-dark:hover {
    color: var(--primary-dark) !important;
  }
  /* line 187447, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-text-color:hover {
    color: var(--text-color) !important;
  }
  /* line 187451, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-button-outlined-hover:hover {
    color: var(--button-outlined-hover) !important;
  }
  /* line 187455, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-file-info:hover {
    color: var(--file-info) !important;
  }
  /* line 187459, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }
  /* line 187463, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-current:focus {
    color: currentColor !important;
  }
  /* line 187467, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-black:focus {
    color: var(--black) !important;
  }
  /* line 187471, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-white:focus {
    color: var(--white) !important;
  }
  /* line 187475, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
  }
  /* line 187480, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
  }
  /* line 187485, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
  }
  /* line 187490, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  }
  /* line 187495, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
  }
  /* line 187500, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
  }
  /* line 187505, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }
  /* line 187510, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
  }
  /* line 187515, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
  }
  /* line 187520, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
  }
  /* line 187525, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }
  /* line 187530, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }
  /* line 187535, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }
  /* line 187540, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }
  /* line 187545, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }
  /* line 187550, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }
  /* line 187555, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }
  /* line 187560, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }
  /* line 187565, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }
  /* line 187570, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }
  /* line 187575, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }
  /* line 187580, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }
  /* line 187585, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }
  /* line 187590, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }
  /* line 187595, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }
  /* line 187600, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }
  /* line 187605, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }
  /* line 187610, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }
  /* line 187615, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }
  /* line 187620, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }
  /* line 187625, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }
  /* line 187630, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }
  /* line 187635, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }
  /* line 187640, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }
  /* line 187645, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }
  /* line 187650, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }
  /* line 187655, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }
  /* line 187660, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }
  /* line 187665, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }
  /* line 187670, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }
  /* line 187675, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }
  /* line 187680, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }
  /* line 187685, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }
  /* line 187690, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }
  /* line 187695, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }
  /* line 187700, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }
  /* line 187705, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }
  /* line 187710, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }
  /* line 187715, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }
  /* line 187720, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }
  /* line 187725, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }
  /* line 187730, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }
  /* line 187735, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }
  /* line 187740, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }
  /* line 187745, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }
  /* line 187750, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }
  /* line 187755, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }
  /* line 187760, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }
  /* line 187765, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }
  /* line 187770, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }
  /* line 187775, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }
  /* line 187780, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }
  /* line 187785, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }
  /* line 187790, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }
  /* line 187795, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }
  /* line 187800, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }
  /* line 187805, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }
  /* line 187810, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }
  /* line 187815, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }
  /* line 187820, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }
  /* line 187825, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }
  /* line 187830, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }
  /* line 187835, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }
  /* line 187840, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }
  /* line 187845, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }
  /* line 187850, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }
  /* line 187855, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }
  /* line 187860, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }
  /* line 187865, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }
  /* line 187870, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }
  /* line 187875, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-grey:focus {
    color: var(--grey) !important;
  }
  /* line 187879, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-info:focus {
    color: var(--text-info) !important;
  }
  /* line 187883, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-warning:focus {
    color: var(--text-warning) !important;
  }
  /* line 187887, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-error:focus {
    color: var(--text-error) !important;
  }
  /* line 187891, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-primary:focus {
    color: var(--primary) !important;
  }
  /* line 187895, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-secondary:focus {
    color: var(--secondary) !important;
  }
  /* line 187899, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-primary-dark:focus {
    color: var(--primary-dark) !important;
  }
  /* line 187903, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-text-color:focus {
    color: var(--text-color) !important;
  }
  /* line 187907, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-button-outlined-hover:focus {
    color: var(--button-outlined-hover) !important;
  }
  /* line 187911, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-file-info:focus {
    color: var(--file-info) !important;
  }
  /* line 187915, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }
  /* line 187919, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 187923, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 187927, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 187931, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 187935, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 187939, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 187943, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 187947, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 187951, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 187955, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 187959, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 187963, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 187967, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 187971, app/assets/stylesheets/tailwind.css */
  .\32xl\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }
  /* line 187975, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }
  /* line 187979, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 187983, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 187987, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 187991, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 187995, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 187999, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 188003, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 188007, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 188011, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 188015, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 188019, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 188023, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 188027, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 188031, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }
  /* line 188035, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }
  /* line 188039, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 188043, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 188047, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 188051, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 188055, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 188059, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 188063, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 188067, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 188071, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 188075, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 188079, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 188083, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 188087, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 188091, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }
  /* line 188095, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }
  /* line 188099, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 188103, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 188107, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 188111, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 188115, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 188119, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 188123, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 188127, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 188131, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 188135, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 188139, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 188143, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 188147, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 188151, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }
  /* line 188155, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }
  /* line 188159, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }
  /* line 188163, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }
  /* line 188167, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }
  /* line 188171, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }
  /* line 188175, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }
  /* line 188179, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }
  /* line 188183, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }
  /* line 188187, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }
  /* line 188191, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }
  /* line 188195, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }
  /* line 188199, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }
  /* line 188203, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }
  /* line 188207, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }
  /* line 188211, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }
  /* line 188215, app/assets/stylesheets/tailwind.css */
  .\32xl\:underline {
    text-decoration: underline !important;
  }
  /* line 188219, app/assets/stylesheets/tailwind.css */
  .\32xl\:line-through {
    text-decoration: line-through !important;
  }
  /* line 188223, app/assets/stylesheets/tailwind.css */
  .\32xl\:no-underline {
    text-decoration: none !important;
  }
  /* line 188227, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:underline {
    text-decoration: underline !important;
  }
  /* line 188231, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:line-through {
    text-decoration: line-through !important;
  }
  /* line 188235, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:no-underline {
    text-decoration: none !important;
  }
  /* line 188239, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }
  /* line 188243, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }
  /* line 188247, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }
  /* line 188251, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }
  /* line 188255, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
  /* line 188259, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
  /* line 188263, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }
  /* line 188267, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }
  /* line 188271, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }
  /* line 188275, app/assets/stylesheets/tailwind.css */
  .\32xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }
  /* line 188280, app/assets/stylesheets/tailwind.css */
  .\32xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }
  /* line 188285, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }
  /* line 188289, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }
  /* line 188293, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }
  /* line 188297, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }
  /* line 188301, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }
  /* line 188305, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-current::placeholder {
    color: currentColor !important;
  }
  /* line 188309, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-black::-moz-placeholder {
    color: var(--black) !important;
  }
  /* line 188313, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-black:-ms-input-placeholder {
    color: var(--black) !important;
  }
  /* line 188317, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-black::placeholder {
    color: var(--black) !important;
  }
  /* line 188321, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-white::-moz-placeholder {
    color: var(--white) !important;
  }
  /* line 188325, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-white:-ms-input-placeholder {
    color: var(--white) !important;
  }
  /* line 188329, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-white::placeholder {
    color: var(--white) !important;
  }
  /* line 188333, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188338, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188343, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188348, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188353, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188358, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188363, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188368, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188373, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188378, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188383, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188388, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188393, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188398, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188403, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188408, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188413, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188418, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188423, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188428, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188433, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188438, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188443, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188448, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188453, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188458, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188463, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188468, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188473, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188478, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188483, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188488, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188493, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188498, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188503, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188508, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188513, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188518, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188523, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188528, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188533, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188538, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188543, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188548, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188553, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188558, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188563, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188568, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188573, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188578, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188583, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188588, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188593, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188598, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188603, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188608, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188613, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188618, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188623, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188628, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188633, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188638, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188643, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188648, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188653, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188658, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188663, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188668, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188673, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188678, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188683, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188688, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188693, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188698, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188703, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188708, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188713, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188718, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188723, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188728, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188733, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188738, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188743, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188748, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188753, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188758, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188763, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188768, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188773, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188778, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188783, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188788, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188793, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188798, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188803, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188808, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188813, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188818, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188823, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188828, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188833, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188838, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188843, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188848, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188853, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188858, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188863, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188868, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188873, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188878, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188883, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188888, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188893, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188898, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188903, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188908, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188913, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188918, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188923, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188928, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188933, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188938, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188943, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188948, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188953, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188958, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188963, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188968, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188973, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188978, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188983, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188988, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188993, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 188998, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189003, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189008, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189013, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189018, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189023, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189028, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189033, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189038, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189043, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189048, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189053, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189058, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189063, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189068, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189073, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189078, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189083, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189088, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189093, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189098, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189103, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189108, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189113, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189118, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189123, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189128, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189133, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189138, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189143, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189148, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189153, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189158, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189163, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189168, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189173, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189178, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189183, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189188, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189193, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189198, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189203, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189208, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189213, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189218, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189223, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189228, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189233, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189238, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189243, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189248, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189253, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189258, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189263, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189268, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189273, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189278, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189283, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189288, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189293, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189298, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189303, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189308, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189313, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189318, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189323, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189328, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189333, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189338, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189343, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189348, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189353, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189358, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189363, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189368, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189373, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189378, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189383, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189388, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189393, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189398, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189403, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189408, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189413, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189418, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189423, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189428, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189433, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189438, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189443, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189448, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189453, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189458, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189463, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189468, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189473, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189478, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189483, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189488, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189493, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189498, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189503, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189508, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189513, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189518, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189523, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189528, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189533, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-grey::-moz-placeholder {
    color: var(--grey) !important;
  }
  /* line 189537, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-grey:-ms-input-placeholder {
    color: var(--grey) !important;
  }
  /* line 189541, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-grey::placeholder {
    color: var(--grey) !important;
  }
  /* line 189545, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-info::-moz-placeholder {
    color: var(--text-info) !important;
  }
  /* line 189549, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-info:-ms-input-placeholder {
    color: var(--text-info) !important;
  }
  /* line 189553, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-info::placeholder {
    color: var(--text-info) !important;
  }
  /* line 189557, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-warning::-moz-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 189561, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-warning:-ms-input-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 189565, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-warning::placeholder {
    color: var(--text-warning) !important;
  }
  /* line 189569, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-error::-moz-placeholder {
    color: var(--text-error) !important;
  }
  /* line 189573, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-error:-ms-input-placeholder {
    color: var(--text-error) !important;
  }
  /* line 189577, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-error::placeholder {
    color: var(--text-error) !important;
  }
  /* line 189581, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-primary::-moz-placeholder {
    color: var(--primary) !important;
  }
  /* line 189585, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-primary:-ms-input-placeholder {
    color: var(--primary) !important;
  }
  /* line 189589, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-primary::placeholder {
    color: var(--primary) !important;
  }
  /* line 189593, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-secondary::-moz-placeholder {
    color: var(--secondary) !important;
  }
  /* line 189597, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-secondary:-ms-input-placeholder {
    color: var(--secondary) !important;
  }
  /* line 189601, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-secondary::placeholder {
    color: var(--secondary) !important;
  }
  /* line 189605, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-primary-dark::-moz-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 189609, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-primary-dark:-ms-input-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 189613, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-primary-dark::placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 189617, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-text-color::-moz-placeholder {
    color: var(--text-color) !important;
  }
  /* line 189621, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-text-color:-ms-input-placeholder {
    color: var(--text-color) !important;
  }
  /* line 189625, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-text-color::placeholder {
    color: var(--text-color) !important;
  }
  /* line 189629, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-button-outlined-hover::-moz-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 189633, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-button-outlined-hover:-ms-input-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 189637, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-button-outlined-hover::placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 189641, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-file-info::-moz-placeholder {
    color: var(--file-info) !important;
  }
  /* line 189645, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-file-info:-ms-input-placeholder {
    color: var(--file-info) !important;
  }
  /* line 189649, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-file-info::placeholder {
    color: var(--file-info) !important;
  }
  /* line 189653, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }
  /* line 189657, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }
  /* line 189661, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }
  /* line 189665, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }
  /* line 189669, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }
  /* line 189673, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }
  /* line 189677, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-black:focus::-moz-placeholder {
    color: var(--black) !important;
  }
  /* line 189681, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: var(--black) !important;
  }
  /* line 189685, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-black:focus::placeholder {
    color: var(--black) !important;
  }
  /* line 189689, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-white:focus::-moz-placeholder {
    color: var(--white) !important;
  }
  /* line 189693, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: var(--white) !important;
  }
  /* line 189697, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-white:focus::placeholder {
    color: var(--white) !important;
  }
  /* line 189701, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189706, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189711, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189716, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189721, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189726, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189731, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189736, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189741, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189746, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189751, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189756, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189761, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189766, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189771, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189776, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189781, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189786, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189791, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189796, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189801, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189806, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189811, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189816, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189821, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189826, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189831, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189836, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189841, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189846, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189851, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189856, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189861, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189866, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189871, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189876, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189881, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189886, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189891, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189896, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189901, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189906, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189911, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189916, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189921, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189926, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189931, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189936, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189941, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189946, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189951, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189956, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189961, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189966, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189971, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189976, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189981, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189986, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189991, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 189996, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190001, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190006, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190011, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190016, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190021, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190026, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190031, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190036, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190041, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190046, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190051, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190056, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190061, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190066, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190071, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190076, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190081, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190086, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190091, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190096, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190101, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190106, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190111, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190116, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190121, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190126, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190131, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190136, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190141, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190146, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190151, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190156, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190161, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190166, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190171, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190176, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190181, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190186, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190191, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190196, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190201, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190206, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190211, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190216, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190221, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190226, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190231, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190236, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190241, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190246, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190251, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190256, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190261, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190266, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190271, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190276, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190281, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190286, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190291, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190296, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190301, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190306, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190311, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190316, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190321, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190326, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190331, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190336, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190341, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190346, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190351, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190356, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190361, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190366, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190371, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190376, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190381, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190386, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190391, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190396, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190401, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190406, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190411, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190416, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190421, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190426, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190431, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190436, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190441, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190446, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190451, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190456, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190461, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190466, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190471, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190476, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190481, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190486, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190491, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190496, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190501, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190506, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190511, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190516, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190521, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190526, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190531, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190536, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190541, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190546, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190551, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190556, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190561, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190566, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190571, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190576, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190581, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190586, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190591, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190596, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190601, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190606, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190611, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190616, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190621, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190626, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190631, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190636, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190641, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190646, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190651, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190656, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190661, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190666, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190671, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190676, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190681, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190686, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190691, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190696, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190701, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190706, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190711, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190716, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190721, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190726, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190731, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190736, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190741, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190746, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190751, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190756, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190761, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190766, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190771, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190776, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190781, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190786, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190791, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190796, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190801, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190806, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190811, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190816, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190821, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190826, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190831, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190836, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190841, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190846, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190851, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190856, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190861, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190866, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190871, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190876, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190881, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190886, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190891, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190896, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }
  /* line 190901, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-grey:focus::-moz-placeholder {
    color: var(--grey) !important;
  }
  /* line 190905, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    color: var(--grey) !important;
  }
  /* line 190909, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-grey:focus::placeholder {
    color: var(--grey) !important;
  }
  /* line 190913, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-info:focus::-moz-placeholder {
    color: var(--text-info) !important;
  }
  /* line 190917, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-info:focus:-ms-input-placeholder {
    color: var(--text-info) !important;
  }
  /* line 190921, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-info:focus::placeholder {
    color: var(--text-info) !important;
  }
  /* line 190925, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-warning:focus::-moz-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 190929, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-warning:focus:-ms-input-placeholder {
    color: var(--text-warning) !important;
  }
  /* line 190933, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-warning:focus::placeholder {
    color: var(--text-warning) !important;
  }
  /* line 190937, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-error:focus::-moz-placeholder {
    color: var(--text-error) !important;
  }
  /* line 190941, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-error:focus:-ms-input-placeholder {
    color: var(--text-error) !important;
  }
  /* line 190945, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-error:focus::placeholder {
    color: var(--text-error) !important;
  }
  /* line 190949, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-primary:focus::-moz-placeholder {
    color: var(--primary) !important;
  }
  /* line 190953, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: var(--primary) !important;
  }
  /* line 190957, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-primary:focus::placeholder {
    color: var(--primary) !important;
  }
  /* line 190961, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-secondary:focus::-moz-placeholder {
    color: var(--secondary) !important;
  }
  /* line 190965, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    color: var(--secondary) !important;
  }
  /* line 190969, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-secondary:focus::placeholder {
    color: var(--secondary) !important;
  }
  /* line 190973, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-primary-dark:focus::-moz-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 190977, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 190981, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-primary-dark:focus::placeholder {
    color: var(--primary-dark) !important;
  }
  /* line 190985, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-text-color:focus::-moz-placeholder {
    color: var(--text-color) !important;
  }
  /* line 190989, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-text-color:focus:-ms-input-placeholder {
    color: var(--text-color) !important;
  }
  /* line 190993, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-text-color:focus::placeholder {
    color: var(--text-color) !important;
  }
  /* line 190997, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-button-outlined-hover:focus::-moz-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 191001, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-button-outlined-hover:focus:-ms-input-placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 191005, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-button-outlined-hover:focus::placeholder {
    color: var(--button-outlined-hover) !important;
  }
  /* line 191009, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-file-info:focus::-moz-placeholder {
    color: var(--file-info) !important;
  }
  /* line 191013, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-file-info:focus:-ms-input-placeholder {
    color: var(--file-info) !important;
  }
  /* line 191017, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-file-info:focus::placeholder {
    color: var(--file-info) !important;
  }
  /* line 191021, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 191025, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 191029, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 191033, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 191037, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 191041, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 191045, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 191049, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 191053, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 191057, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 191061, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 191065, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 191069, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 191073, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 191077, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 191081, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 191085, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 191089, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 191093, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 191097, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 191101, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 191105, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 191109, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 191113, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 191117, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 191121, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 191125, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 191129, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 191133, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 191137, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 191141, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 191145, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 191149, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 191153, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 191157, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 191161, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 191165, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 191169, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 191173, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 191177, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 191181, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 191185, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 191189, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 191193, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 191197, app/assets/stylesheets/tailwind.css */
  .\32xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 191201, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 191205, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 191209, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }
  /* line 191213, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 191217, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 191221, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }
  /* line 191225, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 191229, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 191233, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }
  /* line 191237, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 191241, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 191245, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }
  /* line 191249, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 191253, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 191257, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }
  /* line 191261, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 191265, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 191269, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }
  /* line 191273, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 191277, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 191281, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }
  /* line 191285, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 191289, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 191293, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }
  /* line 191297, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 191301, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 191305, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }
  /* line 191309, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 191313, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 191317, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }
  /* line 191321, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 191325, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 191329, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }
  /* line 191333, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 191337, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 191341, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }
  /* line 191345, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 191349, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 191353, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }
  /* line 191357, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 191361, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 191365, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }
  /* line 191369, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 191373, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 191377, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }
  /* line 191381, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-0 {
    opacity: 0 !important;
  }
  /* line 191385, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-5 {
    opacity: 0.05 !important;
  }
  /* line 191389, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-10 {
    opacity: 0.1 !important;
  }
  /* line 191393, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-20 {
    opacity: 0.2 !important;
  }
  /* line 191397, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-25 {
    opacity: 0.25 !important;
  }
  /* line 191401, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-30 {
    opacity: 0.3 !important;
  }
  /* line 191405, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-40 {
    opacity: 0.4 !important;
  }
  /* line 191409, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-50 {
    opacity: 0.5 !important;
  }
  /* line 191413, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-60 {
    opacity: 0.6 !important;
  }
  /* line 191417, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-70 {
    opacity: 0.7 !important;
  }
  /* line 191421, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-75 {
    opacity: 0.75 !important;
  }
  /* line 191425, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-80 {
    opacity: 0.8 !important;
  }
  /* line 191429, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-90 {
    opacity: 0.9 !important;
  }
  /* line 191433, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-95 {
    opacity: 0.95 !important;
  }
  /* line 191437, app/assets/stylesheets/tailwind.css */
  .\32xl\:opacity-100 {
    opacity: 1 !important;
  }
  /* line 191441, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }
  /* line 191445, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }
  /* line 191449, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }
  /* line 191453, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }
  /* line 191457, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }
  /* line 191461, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }
  /* line 191465, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }
  /* line 191469, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }
  /* line 191473, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }
  /* line 191477, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }
  /* line 191481, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }
  /* line 191485, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }
  /* line 191489, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }
  /* line 191493, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }
  /* line 191497, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }
  /* line 191501, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }
  /* line 191505, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }
  /* line 191509, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }
  /* line 191513, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }
  /* line 191517, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }
  /* line 191521, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }
  /* line 191525, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }
  /* line 191529, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }
  /* line 191533, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }
  /* line 191537, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }
  /* line 191541, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }
  /* line 191545, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }
  /* line 191549, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }
  /* line 191553, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }
  /* line 191557, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }
  /* line 191561, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  /* line 191565, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }
  /* line 191569, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }
  /* line 191573, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }
  /* line 191577, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }
  /* line 191581, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }
  /* line 191585, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }
  /* line 191589, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }
  /* line 191593, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }
  /* line 191597, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }
  /* line 191601, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }
  /* line 191605, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }
  /* line 191609, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }
  /* line 191613, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }
  /* line 191617, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  /* line 191621, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }
  /* line 191625, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }
  /* line 191629, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }
  /* line 191633, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }
  /* line 191637, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }
  /* line 191641, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }
  /* line 191645, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }
  /* line 191649, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }
  /* line 191653, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }
  /* line 191657, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }
  /* line 191661, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }
  /* line 191665, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }
  /* line 191669, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }
  /* line 191673, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }
  /* line 191677, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }
  /* line 191681, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-normal {
    background-blend-mode: normal !important;
  }
  /* line 191685, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }
  /* line 191689, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-screen {
    background-blend-mode: screen !important;
  }
  /* line 191693, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }
  /* line 191697, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-darken {
    background-blend-mode: darken !important;
  }
  /* line 191701, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }
  /* line 191705, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }
  /* line 191709, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }
  /* line 191713, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }
  /* line 191717, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }
  /* line 191721, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-difference {
    background-blend-mode: difference !important;
  }
  /* line 191725, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }
  /* line 191729, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-hue {
    background-blend-mode: hue !important;
  }
  /* line 191733, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }
  /* line 191737, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-color {
    background-blend-mode: color !important;
  }
  /* line 191741, app/assets/stylesheets/tailwind.css */
  .\32xl\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }
  /* line 191745, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }
  /* line 191749, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }
  /* line 191753, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }
  /* line 191757, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }
  /* line 191761, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }
  /* line 191765, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }
  /* line 191769, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }
  /* line 191773, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }
  /* line 191777, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }
  /* line 191781, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }
  /* line 191785, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }
  /* line 191789, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }
  /* line 191793, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }
  /* line 191797, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }
  /* line 191801, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-color {
    mix-blend-mode: color !important;
  }
  /* line 191805, app/assets/stylesheets/tailwind.css */
  .\32xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }
  /* line 191809, app/assets/stylesheets/tailwind.css */
  .\32xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191814, app/assets/stylesheets/tailwind.css */
  .\32xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191819, app/assets/stylesheets/tailwind.css */
  .\32xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191824, app/assets/stylesheets/tailwind.css */
  .\32xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191829, app/assets/stylesheets/tailwind.css */
  .\32xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191834, app/assets/stylesheets/tailwind.css */
  .\32xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191839, app/assets/stylesheets/tailwind.css */
  .\32xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191844, app/assets/stylesheets/tailwind.css */
  .\32xl\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191849, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191854, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191859, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191864, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191869, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191874, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191879, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191884, app/assets/stylesheets/tailwind.css */
  .group:hover .\32xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191889, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191894, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191899, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191904, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191909, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191914, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191919, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191924, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191929, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191934, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191939, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191944, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191949, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191954, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191959, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191964, app/assets/stylesheets/tailwind.css */
  .\32xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191969, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191974, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191979, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191984, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191989, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191994, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 191999, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 192004, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  /* line 192009, app/assets/stylesheets/tailwind.css */
  .\32xl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 192014, app/assets/stylesheets/tailwind.css */
  .\32xl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 192019, app/assets/stylesheets/tailwind.css */
  .\32xl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 192024, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 192029, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 192034, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 192039, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
  /* line 192044, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }
  /* line 192049, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }
  /* line 192054, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192060, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192066, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192072, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192078, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192084, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192090, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192096, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192102, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192108, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192114, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192120, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192126, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192132, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192138, app/assets/stylesheets/tailwind.css */
  .\32xl\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192144, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192150, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192156, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }
  /* line 192162, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-inset {
    --tw-ring-inset: inset !important;
  }
  /* line 192166, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }
  /* line 192170, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }
  /* line 192174, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-transparent {
    --tw-ring-color: transparent !important;
  }
  /* line 192178, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-current {
    --tw-ring-color: currentColor !important;
  }
  /* line 192182, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-black {
    --tw-ring-color: var(--black) !important;
  }
  /* line 192186, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-white {
    --tw-ring-color: var(--white) !important;
  }
  /* line 192190, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 192195, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 192200, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 192205, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 192210, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 192215, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 192220, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 192225, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 192230, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 192235, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 192240, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 192245, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 192250, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 192255, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 192260, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 192265, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 192270, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 192275, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 192280, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 192285, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 192290, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 192295, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 192300, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 192305, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 192310, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 192315, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 192320, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 192325, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 192330, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 192335, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 192340, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 192345, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 192350, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 192355, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 192360, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 192365, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 192370, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 192375, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 192380, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 192385, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 192390, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 192395, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 192400, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 192405, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 192410, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 192415, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 192420, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 192425, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 192430, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 192435, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 192440, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 192445, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 192450, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 192455, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 192460, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 192465, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 192470, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 192475, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 192480, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 192485, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 192490, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-purple-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 192495, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-purple-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 192500, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-purple-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 192505, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-purple-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 192510, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-purple-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 192515, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-purple-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 192520, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-purple-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 192525, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-purple-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 192530, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-purple-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 192535, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-purple-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 192540, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 192545, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 192550, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 192555, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 192560, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 192565, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 192570, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 192575, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 192580, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 192585, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 192590, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-grey {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 192594, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-info {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 192598, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-warning {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 192602, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-error {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 192606, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-primary {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 192610, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-secondary {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 192614, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-primary-dark {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 192618, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-text-color {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 192622, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-button-outlined-hover {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 192626, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-file-info {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 192630, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }
  /* line 192634, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }
  /* line 192638, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-black:focus-within {
    --tw-ring-color: var(--black) !important;
  }
  /* line 192642, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-white:focus-within {
    --tw-ring-color: var(--white) !important;
  }
  /* line 192646, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 192651, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 192656, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 192661, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 192666, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 192671, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 192676, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 192681, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 192686, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 192691, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 192696, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 192701, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 192706, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 192711, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 192716, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 192721, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 192726, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 192731, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 192736, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 192741, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 192746, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 192751, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 192756, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 192761, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 192766, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 192771, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 192776, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 192781, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 192786, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 192791, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 192796, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 192801, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 192806, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 192811, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 192816, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 192821, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 192826, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 192831, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 192836, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 192841, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 192846, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 192851, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 192856, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 192861, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 192866, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 192871, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 192876, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 192881, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 192886, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 192891, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 192896, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 192901, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 192906, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 192911, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 192916, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 192921, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 192926, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 192931, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 192936, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 192941, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 192946, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 192951, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 192956, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 192961, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 192966, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 192971, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 192976, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 192981, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 192986, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 192991, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 192996, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 193001, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 193006, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 193011, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 193016, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 193021, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 193026, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 193031, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 193036, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 193041, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 193046, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-grey:focus-within {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 193050, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-info:focus-within {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 193054, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-warning:focus-within {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 193058, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-error:focus-within {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 193062, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-primary:focus-within {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 193066, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-secondary:focus-within {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 193070, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-primary-dark:focus-within {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 193074, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-text-color:focus-within {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 193078, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-button-outlined-hover:focus-within {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 193082, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-file-info:focus-within {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 193086, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }
  /* line 193090, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }
  /* line 193094, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-black:focus {
    --tw-ring-color: var(--black) !important;
  }
  /* line 193098, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-white:focus {
    --tw-ring-color: var(--white) !important;
  }
  /* line 193102, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)) !important;
  }
  /* line 193107, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 193112, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 193117, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
  }
  /* line 193122, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 193127, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)) !important;
  }
  /* line 193132, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }
  /* line 193137, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)) !important;
  }
  /* line 193142, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)) !important;
  }
  /* line 193147, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)) !important;
  }
  /* line 193152, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }
  /* line 193157, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }
  /* line 193162, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 193167, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }
  /* line 193172, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }
  /* line 193177, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }
  /* line 193182, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }
  /* line 193187, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }
  /* line 193192, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }
  /* line 193197, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }
  /* line 193202, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 193207, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }
  /* line 193212, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 193217, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 193222, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }
  /* line 193227, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }
  /* line 193232, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }
  /* line 193237, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }
  /* line 193242, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }
  /* line 193247, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }
  /* line 193252, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }
  /* line 193257, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 193262, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }
  /* line 193267, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }
  /* line 193272, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 193277, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 193282, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }
  /* line 193287, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }
  /* line 193292, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }
  /* line 193297, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }
  /* line 193302, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 193307, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 193312, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 193317, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 193322, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 193327, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 193332, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }
  /* line 193337, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }
  /* line 193342, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }
  /* line 193347, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }
  /* line 193352, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 193357, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 193362, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 193367, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }
  /* line 193372, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 193377, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }
  /* line 193382, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }
  /* line 193387, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }
  /* line 193392, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }
  /* line 193397, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }
  /* line 193402, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }
  /* line 193407, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 193412, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }
  /* line 193417, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }
  /* line 193422, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }
  /* line 193427, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }
  /* line 193432, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }
  /* line 193437, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }
  /* line 193442, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 193447, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }
  /* line 193452, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }
  /* line 193457, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }
  /* line 193462, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }
  /* line 193467, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }
  /* line 193472, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }
  /* line 193477, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }
  /* line 193482, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }
  /* line 193487, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }
  /* line 193492, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }
  /* line 193497, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }
  /* line 193502, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-grey:focus {
    --tw-ring-color: var(--grey) !important;
  }
  /* line 193506, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-info:focus {
    --tw-ring-color: var(--text-info) !important;
  }
  /* line 193510, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-warning:focus {
    --tw-ring-color: var(--text-warning) !important;
  }
  /* line 193514, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-error:focus {
    --tw-ring-color: var(--text-error) !important;
  }
  /* line 193518, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-primary:focus {
    --tw-ring-color: var(--primary) !important;
  }
  /* line 193522, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-secondary:focus {
    --tw-ring-color: var(--secondary) !important;
  }
  /* line 193526, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-primary-dark:focus {
    --tw-ring-color: var(--primary-dark) !important;
  }
  /* line 193530, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-text-color:focus {
    --tw-ring-color: var(--text-color) !important;
  }
  /* line 193534, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-button-outlined-hover:focus {
    --tw-ring-color: var(--button-outlined-hover) !important;
  }
  /* line 193538, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-file-info:focus {
    --tw-ring-color: var(--file-info) !important;
  }
  /* line 193542, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }
  /* line 193546, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 193550, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 193554, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 193558, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 193562, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 193566, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 193570, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 193574, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 193578, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 193582, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 193586, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 193590, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 193594, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 193598, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }
  /* line 193602, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }
  /* line 193606, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 193610, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 193614, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 193618, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 193622, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 193626, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 193630, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 193634, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 193638, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 193642, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 193646, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 193650, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 193654, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 193658, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }
  /* line 193662, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }
  /* line 193666, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }
  /* line 193670, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }
  /* line 193674, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }
  /* line 193678, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }
  /* line 193682, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }
  /* line 193686, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }
  /* line 193690, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }
  /* line 193694, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }
  /* line 193698, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }
  /* line 193702, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }
  /* line 193706, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }
  /* line 193710, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }
  /* line 193714, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }
  /* line 193718, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }
  /* line 193722, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 193726, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 193730, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 193734, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 193738, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 193742, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 193746, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 193750, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 193754, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 193758, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 193762, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }
  /* line 193766, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }
  /* line 193770, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }
  /* line 193774, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }
  /* line 193778, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }
  /* line 193782, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 193786, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 193790, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-black {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 193794, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-white {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 193798, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 193802, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 193806, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 193810, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 193814, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 193818, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 193822, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 193826, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 193830, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 193834, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 193838, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 193842, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 193846, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 193850, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 193854, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 193858, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 193862, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 193866, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 193870, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 193874, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 193878, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 193882, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 193886, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 193890, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 193894, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 193898, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 193902, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 193906, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 193910, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 193914, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 193918, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 193922, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 193926, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 193930, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 193934, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 193938, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 193942, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 193946, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 193950, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 193954, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 193958, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 193962, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 193966, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 193970, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 193974, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 193978, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 193982, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 193986, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 193990, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 193994, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 193998, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 194002, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 194006, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 194010, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 194014, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 194018, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 194022, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 194026, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 194030, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 194034, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 194038, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 194042, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 194046, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 194050, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 194054, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 194058, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 194062, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 194066, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 194070, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 194074, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 194078, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 194082, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 194086, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 194090, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 194094, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 194098, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 194102, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 194106, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 194110, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 194114, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 194118, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-grey {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 194122, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-info {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 194126, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-warning {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 194130, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-error {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 194134, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-primary {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 194138, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-secondary {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 194142, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-primary-dark {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 194146, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-text-color {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 194150, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-button-outlined-hover {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 194154, app/assets/stylesheets/tailwind.css */
  .\32xl\:ring-offset-file-info {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 194158, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 194162, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 194166, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 194170, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 194174, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 194178, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 194182, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 194186, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 194190, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 194194, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 194198, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 194202, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 194206, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 194210, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 194214, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 194218, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 194222, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 194226, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 194230, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 194234, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 194238, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 194242, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 194246, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 194250, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 194254, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 194258, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 194262, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 194266, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 194270, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 194274, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 194278, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 194282, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 194286, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 194290, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 194294, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 194298, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 194302, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 194306, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 194310, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 194314, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 194318, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 194322, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 194326, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 194330, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 194334, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 194338, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 194342, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 194346, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 194350, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 194354, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 194358, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 194362, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 194366, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 194370, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 194374, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 194378, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 194382, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 194386, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 194390, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 194394, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 194398, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 194402, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 194406, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 194410, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 194414, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 194418, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 194422, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 194426, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 194430, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 194434, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 194438, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 194442, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 194446, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 194450, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 194454, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 194458, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 194462, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 194466, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 194470, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 194474, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 194478, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 194482, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 194486, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 194490, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 194494, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 194498, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 194502, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 194506, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 194510, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 194514, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 194518, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-primary-dark:focus-within {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 194522, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-text-color:focus-within {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 194526, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-button-outlined-hover:focus-within {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 194530, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus-within\:ring-offset-file-info:focus-within {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 194534, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }
  /* line 194538, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }
  /* line 194542, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: var(--black) !important;
  }
  /* line 194546, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: var(--white) !important;
  }
  /* line 194550, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb !important;
  }
  /* line 194554, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6 !important;
  }
  /* line 194558, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb !important;
  }
  /* line 194562, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db !important;
  }
  /* line 194566, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af !important;
  }
  /* line 194570, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280 !important;
  }
  /* line 194574, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563 !important;
  }
  /* line 194578, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151 !important;
  }
  /* line 194582, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937 !important;
  }
  /* line 194586, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827 !important;
  }
  /* line 194590, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }
  /* line 194594, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }
  /* line 194598, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }
  /* line 194602, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }
  /* line 194606, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }
  /* line 194610, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }
  /* line 194614, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }
  /* line 194618, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }
  /* line 194622, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }
  /* line 194626, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }
  /* line 194630, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb !important;
  }
  /* line 194634, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7 !important;
  }
  /* line 194638, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a !important;
  }
  /* line 194642, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d !important;
  }
  /* line 194646, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24 !important;
  }
  /* line 194650, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b !important;
  }
  /* line 194654, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706 !important;
  }
  /* line 194658, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309 !important;
  }
  /* line 194662, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e !important;
  }
  /* line 194666, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f !important;
  }
  /* line 194670, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }
  /* line 194674, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }
  /* line 194678, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }
  /* line 194682, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }
  /* line 194686, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }
  /* line 194690, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }
  /* line 194694, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }
  /* line 194698, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }
  /* line 194702, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }
  /* line 194706, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }
  /* line 194710, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }
  /* line 194714, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }
  /* line 194718, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }
  /* line 194722, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }
  /* line 194726, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }
  /* line 194730, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }
  /* line 194734, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }
  /* line 194738, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }
  /* line 194742, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }
  /* line 194746, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }
  /* line 194750, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }
  /* line 194754, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }
  /* line 194758, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }
  /* line 194762, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }
  /* line 194766, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }
  /* line 194770, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }
  /* line 194774, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }
  /* line 194778, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }
  /* line 194782, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }
  /* line 194786, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }
  /* line 194790, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff !important;
  }
  /* line 194794, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe !important;
  }
  /* line 194798, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe !important;
  }
  /* line 194802, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd !important;
  }
  /* line 194806, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa !important;
  }
  /* line 194810, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6 !important;
  }
  /* line 194814, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed !important;
  }
  /* line 194818, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9 !important;
  }
  /* line 194822, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6 !important;
  }
  /* line 194826, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95 !important;
  }
  /* line 194830, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }
  /* line 194834, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }
  /* line 194838, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }
  /* line 194842, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }
  /* line 194846, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }
  /* line 194850, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }
  /* line 194854, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }
  /* line 194858, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }
  /* line 194862, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }
  /* line 194866, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }
  /* line 194870, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: var(--grey) !important;
  }
  /* line 194874, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: var(--text-info) !important;
  }
  /* line 194878, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: var(--text-warning) !important;
  }
  /* line 194882, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: var(--text-error) !important;
  }
  /* line 194886, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: var(--primary) !important;
  }
  /* line 194890, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: var(--secondary) !important;
  }
  /* line 194894, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-primary-dark:focus {
    --tw-ring-offset-color: var(--primary-dark) !important;
  }
  /* line 194898, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-text-color:focus {
    --tw-ring-offset-color: var(--text-color) !important;
  }
  /* line 194902, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-button-outlined-hover:focus {
    --tw-ring-offset-color: var(--button-outlined-hover) !important;
  }
  /* line 194906, app/assets/stylesheets/tailwind.css */
  .\32xl\:focus\:ring-offset-file-info:focus {
    --tw-ring-offset-color: var(--file-info) !important;
  }
  /* line 194910, app/assets/stylesheets/tailwind.css */
  .\32xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }
  /* line 194923, app/assets/stylesheets/tailwind.css */
  .\32xl\:filter-none {
    filter: none !important;
  }
  /* line 194927, app/assets/stylesheets/tailwind.css */
  .\32xl\:blur-0 {
    --tw-blur: blur(0) !important;
  }
  /* line 194931, app/assets/stylesheets/tailwind.css */
  .\32xl\:blur-none {
    --tw-blur: blur(0) !important;
  }
  /* line 194935, app/assets/stylesheets/tailwind.css */
  .\32xl\:blur-sm {
    --tw-blur: blur(4px) !important;
  }
  /* line 194939, app/assets/stylesheets/tailwind.css */
  .\32xl\:blur {
    --tw-blur: blur(8px) !important;
  }
  /* line 194943, app/assets/stylesheets/tailwind.css */
  .\32xl\:blur-md {
    --tw-blur: blur(12px) !important;
  }
  /* line 194947, app/assets/stylesheets/tailwind.css */
  .\32xl\:blur-lg {
    --tw-blur: blur(16px) !important;
  }
  /* line 194951, app/assets/stylesheets/tailwind.css */
  .\32xl\:blur-xl {
    --tw-blur: blur(24px) !important;
  }
  /* line 194955, app/assets/stylesheets/tailwind.css */
  .\32xl\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }
  /* line 194959, app/assets/stylesheets/tailwind.css */
  .\32xl\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }
  /* line 194963, app/assets/stylesheets/tailwind.css */
  .\32xl\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }
  /* line 194967, app/assets/stylesheets/tailwind.css */
  .\32xl\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }
  /* line 194971, app/assets/stylesheets/tailwind.css */
  .\32xl\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }
  /* line 194975, app/assets/stylesheets/tailwind.css */
  .\32xl\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }
  /* line 194979, app/assets/stylesheets/tailwind.css */
  .\32xl\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }
  /* line 194983, app/assets/stylesheets/tailwind.css */
  .\32xl\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }
  /* line 194987, app/assets/stylesheets/tailwind.css */
  .\32xl\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }
  /* line 194991, app/assets/stylesheets/tailwind.css */
  .\32xl\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }
  /* line 194995, app/assets/stylesheets/tailwind.css */
  .\32xl\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }
  /* line 194999, app/assets/stylesheets/tailwind.css */
  .\32xl\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }
  /* line 195003, app/assets/stylesheets/tailwind.css */
  .\32xl\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }
  /* line 195007, app/assets/stylesheets/tailwind.css */
  .\32xl\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }
  /* line 195011, app/assets/stylesheets/tailwind.css */
  .\32xl\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }
  /* line 195015, app/assets/stylesheets/tailwind.css */
  .\32xl\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }
  /* line 195019, app/assets/stylesheets/tailwind.css */
  .\32xl\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }
  /* line 195023, app/assets/stylesheets/tailwind.css */
  .\32xl\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }
  /* line 195027, app/assets/stylesheets/tailwind.css */
  .\32xl\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }
  /* line 195031, app/assets/stylesheets/tailwind.css */
  .\32xl\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }
  /* line 195035, app/assets/stylesheets/tailwind.css */
  .\32xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }
  /* line 195039, app/assets/stylesheets/tailwind.css */
  .\32xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }
  /* line 195043, app/assets/stylesheets/tailwind.css */
  .\32xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }
  /* line 195047, app/assets/stylesheets/tailwind.css */
  .\32xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }
  /* line 195051, app/assets/stylesheets/tailwind.css */
  .\32xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }
  /* line 195055, app/assets/stylesheets/tailwind.css */
  .\32xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }
  /* line 195059, app/assets/stylesheets/tailwind.css */
  .\32xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }
  /* line 195063, app/assets/stylesheets/tailwind.css */
  .\32xl\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }
  /* line 195067, app/assets/stylesheets/tailwind.css */
  .\32xl\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }
  /* line 195071, app/assets/stylesheets/tailwind.css */
  .\32xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }
  /* line 195075, app/assets/stylesheets/tailwind.css */
  .\32xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }
  /* line 195079, app/assets/stylesheets/tailwind.css */
  .\32xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }
  /* line 195083, app/assets/stylesheets/tailwind.css */
  .\32xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }
  /* line 195087, app/assets/stylesheets/tailwind.css */
  .\32xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }
  /* line 195091, app/assets/stylesheets/tailwind.css */
  .\32xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }
  /* line 195095, app/assets/stylesheets/tailwind.css */
  .\32xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }
  /* line 195099, app/assets/stylesheets/tailwind.css */
  .\32xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }
  /* line 195103, app/assets/stylesheets/tailwind.css */
  .\32xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }
  /* line 195107, app/assets/stylesheets/tailwind.css */
  .\32xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }
  /* line 195111, app/assets/stylesheets/tailwind.css */
  .\32xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }
  /* line 195115, app/assets/stylesheets/tailwind.css */
  .\32xl\:invert-0 {
    --tw-invert: invert(0) !important;
  }
  /* line 195119, app/assets/stylesheets/tailwind.css */
  .\32xl\:invert {
    --tw-invert: invert(100%) !important;
  }
  /* line 195123, app/assets/stylesheets/tailwind.css */
  .\32xl\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }
  /* line 195127, app/assets/stylesheets/tailwind.css */
  .\32xl\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }
  /* line 195131, app/assets/stylesheets/tailwind.css */
  .\32xl\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }
  /* line 195135, app/assets/stylesheets/tailwind.css */
  .\32xl\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }
  /* line 195139, app/assets/stylesheets/tailwind.css */
  .\32xl\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }
  /* line 195143, app/assets/stylesheets/tailwind.css */
  .\32xl\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }
  /* line 195147, app/assets/stylesheets/tailwind.css */
  .\32xl\:sepia {
    --tw-sepia: sepia(100%) !important;
  }
  /* line 195151, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }
  /* line 195165, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  /* line 195170, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }
  /* line 195174, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }
  /* line 195178, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }
  /* line 195182, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }
  /* line 195186, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }
  /* line 195190, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }
  /* line 195194, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }
  /* line 195198, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }
  /* line 195202, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }
  /* line 195206, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }
  /* line 195210, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }
  /* line 195214, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }
  /* line 195218, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }
  /* line 195222, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }
  /* line 195226, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }
  /* line 195230, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }
  /* line 195234, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }
  /* line 195238, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }
  /* line 195242, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }
  /* line 195246, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }
  /* line 195250, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }
  /* line 195254, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }
  /* line 195258, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }
  /* line 195262, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }
  /* line 195266, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }
  /* line 195270, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }
  /* line 195274, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }
  /* line 195278, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }
  /* line 195282, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }
  /* line 195286, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }
  /* line 195290, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }
  /* line 195294, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }
  /* line 195298, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }
  /* line 195302, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }
  /* line 195306, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }
  /* line 195310, app/assets/stylesheets/tailwind.css */
  .\32xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }
  /* line 195314, app/assets/stylesheets/tailwind.css */
  .\32xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }
  /* line 195318, app/assets/stylesheets/tailwind.css */
  .\32xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }
  /* line 195322, app/assets/stylesheets/tailwind.css */
  .\32xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }
  /* line 195326, app/assets/stylesheets/tailwind.css */
  .\32xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }
  /* line 195330, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }
  /* line 195334, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }
  /* line 195338, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }
  /* line 195342, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }
  /* line 195346, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }
  /* line 195350, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }
  /* line 195354, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }
  /* line 195358, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }
  /* line 195362, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }
  /* line 195366, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }
  /* line 195370, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }
  /* line 195374, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }
  /* line 195378, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }
  /* line 195382, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }
  /* line 195386, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }
  /* line 195390, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }
  /* line 195394, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }
  /* line 195398, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }
  /* line 195402, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }
  /* line 195406, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }
  /* line 195410, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }
  /* line 195414, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }
  /* line 195418, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }
  /* line 195422, app/assets/stylesheets/tailwind.css */
  .\32xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }
  /* line 195426, app/assets/stylesheets/tailwind.css */
  .\32xl\:transition-none {
    transition-property: none !important;
  }
  /* line 195430, app/assets/stylesheets/tailwind.css */
  .\32xl\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 195436, app/assets/stylesheets/tailwind.css */
  .\32xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 195444, app/assets/stylesheets/tailwind.css */
  .\32xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 195450, app/assets/stylesheets/tailwind.css */
  .\32xl\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 195456, app/assets/stylesheets/tailwind.css */
  .\32xl\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 195462, app/assets/stylesheets/tailwind.css */
  .\32xl\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  /* line 195468, app/assets/stylesheets/tailwind.css */
  .\32xl\:delay-75 {
    transition-delay: 75ms !important;
  }
  /* line 195472, app/assets/stylesheets/tailwind.css */
  .\32xl\:delay-100 {
    transition-delay: 100ms !important;
  }
  /* line 195476, app/assets/stylesheets/tailwind.css */
  .\32xl\:delay-150 {
    transition-delay: 150ms !important;
  }
  /* line 195480, app/assets/stylesheets/tailwind.css */
  .\32xl\:delay-200 {
    transition-delay: 200ms !important;
  }
  /* line 195484, app/assets/stylesheets/tailwind.css */
  .\32xl\:delay-300 {
    transition-delay: 300ms !important;
  }
  /* line 195488, app/assets/stylesheets/tailwind.css */
  .\32xl\:delay-500 {
    transition-delay: 500ms !important;
  }
  /* line 195492, app/assets/stylesheets/tailwind.css */
  .\32xl\:delay-700 {
    transition-delay: 700ms !important;
  }
  /* line 195496, app/assets/stylesheets/tailwind.css */
  .\32xl\:delay-1000 {
    transition-delay: 1000ms !important;
  }
  /* line 195500, app/assets/stylesheets/tailwind.css */
  .\32xl\:duration-75 {
    transition-duration: 75ms !important;
  }
  /* line 195504, app/assets/stylesheets/tailwind.css */
  .\32xl\:duration-100 {
    transition-duration: 100ms !important;
  }
  /* line 195508, app/assets/stylesheets/tailwind.css */
  .\32xl\:duration-150 {
    transition-duration: 150ms !important;
  }
  /* line 195512, app/assets/stylesheets/tailwind.css */
  .\32xl\:duration-200 {
    transition-duration: 200ms !important;
  }
  /* line 195516, app/assets/stylesheets/tailwind.css */
  .\32xl\:duration-300 {
    transition-duration: 300ms !important;
  }
  /* line 195520, app/assets/stylesheets/tailwind.css */
  .\32xl\:duration-500 {
    transition-duration: 500ms !important;
  }
  /* line 195524, app/assets/stylesheets/tailwind.css */
  .\32xl\:duration-700 {
    transition-duration: 700ms !important;
  }
  /* line 195528, app/assets/stylesheets/tailwind.css */
  .\32xl\:duration-1000 {
    transition-duration: 1000ms !important;
  }
  /* line 195532, app/assets/stylesheets/tailwind.css */
  .\32xl\:ease-linear {
    transition-timing-function: linear !important;
  }
  /* line 195536, app/assets/stylesheets/tailwind.css */
  .\32xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }
  /* line 195540, app/assets/stylesheets/tailwind.css */
  .\32xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }
  /* line 195544, app/assets/stylesheets/tailwind.css */
  .\32xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

/* line 143, app/assets/stylesheets/active_admin.scss */
.formtastic .disabled {
  background-color: #ccc;
}

/* line 148, app/assets/stylesheets/active_admin.scss */
.form_input_group {
  font-size: 1.2em;
  font-weight: bold;
}

/* line 153, app/assets/stylesheets/active_admin.scss */
div.show_action_bar {
  padding-bottom: 10px;
}

/* line 157, app/assets/stylesheets/active_admin.scss */
div.show_action_bar span.action_item > a, div.show_action_bar span.action_item > .dropdown_menu > a {
  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;
  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;
  padding: 12px 17px 10px;
  margin: 0px;
}

/* line 12, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
div.show_action_bar span.action_item > a.disabled, div.show_action_bar span.action_item > .dropdown_menu > a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../usr/local/bundle/gems/activeadmin-3.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
div.show_action_bar span.action_item > a:not(.disabled):hover, div.show_action_bar 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.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
div.show_action_bar span.action_item > a:not(.disabled):active, div.show_action_bar 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 167, app/assets/stylesheets/active_admin.scss */
.rbc-calendar {
  height: 800px !important;
}

/* line 172, app/assets/stylesheets/active_admin.scss */
.rbc-calendar .rbc-toolbar .rbc-btn-group button {
  background-color: var(--btn-group-default);
  border-color: var(--btn-group-border-color);
  color: var(--text-color);
  font-weight: inherit;
}

/* line 178, app/assets/stylesheets/active_admin.scss */
.rbc-calendar .rbc-toolbar .rbc-btn-group button:focus {
  background-image: none;
  background-color: var(--button-outlined-hover);
}

/* line 183, app/assets/stylesheets/active_admin.scss */
.rbc-calendar .rbc-toolbar .rbc-btn-group button:active {
  background-color: var(--btn-group-default);
  box-shadow: none;
  background: none;
}

/* line 208, app/assets/stylesheets/active_admin.scss */
.w100 {
  width: 100%;
}

/* line 212, app/assets/stylesheets/active_admin.scss */
.w50 {
  width: 50%;
}

/* line 216, app/assets/stylesheets/active_admin.scss */
.w33 {
  width: 33%;
}

/* line 220, app/assets/stylesheets/active_admin.scss */
.w25 {
  width: 25%;
}

/* line 224, app/assets/stylesheets/active_admin.scss */
.w20 {
  width: 20%;
}

/* line 228, app/assets/stylesheets/active_admin.scss */
.w10 {
  width: 10%;
}

/* line 236, app/assets/stylesheets/active_admin.scss */
.attributes_table .document_utils .row th {
  text-transform: unset;
}

/* line 246, app/assets/stylesheets/active_admin.scss */
#wrapper {
  min-height: 100vh;
  display: flex !important;
  flex-direction: column;
}

/* line 252, app/assets/stylesheets/active_admin.scss */
#footer {
  flex: 1 1 auto;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 7px;
}

/* line 259, app/assets/stylesheets/active_admin.scss */
#footer div {
  margin-right: 3px;
  margin-left: 3px;
  color: var(--text-color);
}

/* line 267, app/assets/stylesheets/active_admin.scss */
body.logged_out {
  background-color: var(--section-color);
}

/* line 270, app/assets/stylesheets/active_admin.scss */
body.logged_out #content_wrapper {
  position: relative;
  width: max-content;
  margin-top: 125px;
}

/* line 275, app/assets/stylesheets/active_admin.scss */
body.logged_out #content_wrapper #active_admin_content {
  background-color: var(--background-main);
  color: var(--text-color);
  border-radius: 10px;
  padding: 58px 95px 65px;
  box-shadow: none;
}

/* line 284, app/assets/stylesheets/active_admin.scss */
body.logged_out #login {
  padding-top: 68px !important;
  background: var(--background-main) var(--logo-white-path) no-repeat center top/132px !important;
}

@media all and (max-height: 800px) {
  /* line 284, app/assets/stylesheets/active_admin.scss */
  body.logged_out #login {
    padding-top: 30px !important;
  }
}

/* line 294, app/assets/stylesheets/active_admin.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: 253px;
  flex: none;
  border-radius: 4px;
  color: var(--inverse-text-color) !important;
  border: 1px solid var(--input-border-color);
  box-shadow: 0 0 0 50px var(--background-main) inset;
}

/* line 304, app/assets/stylesheets/active_admin.scss */
body.logged_out #login form fieldset input[type="text"]:focus,
body.logged_out #login form fieldset input[type="email"]:focus,
body.logged_out #login form fieldset input[type="password"]:focus {
  border: 1px solid var(--primary);
}

/* line 308, app/assets/stylesheets/active_admin.scss */
body.logged_out #login form fieldset input[type="text"]:-webkit-autofill,
body.logged_out #login form fieldset input[type="email"]:-webkit-autofill,
body.logged_out #login form fieldset input[type="password"]:-webkit-autofill {
  -webkit-text-fill-color: var(--inverse-text-color) !important;
}

/* line 313, app/assets/stylesheets/active_admin.scss */
body.logged_out #login form fieldset li {
  padding: 0;
}

/* line 317, app/assets/stylesheets/active_admin.scss */
body.logged_out #login form fieldset + fieldset {
  margin-top: 0px;
}

/* line 322, app/assets/stylesheets/active_admin.scss */
body.logged_out #login form fieldset .field_with_errors input {
  border: 1px solid var(--error) !important;
}

/* line 328, app/assets/stylesheets/active_admin.scss */
body.logged_out #login form + a {
  margin-top: 40px;
}

/* line 333, app/assets/stylesheets/active_admin.scss */
body.logged_out #login br {
  display: none;
}

/* line 337, app/assets/stylesheets/active_admin.scss */
body.logged_out #login a {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15px;
  line-height: 24px;
  float: none;
  margin-top: 0;
  box-shadow: none;
  text-transform: capitalize;
  transition: color 180ms;
}

/* line 353, app/assets/stylesheets/active_admin.scss */
body.logged_out #login a.login_link {
  color: var(--primary);
  text-decoration: none;
}

/* line 357, app/assets/stylesheets/active_admin.scss */
body.logged_out #login a.login_link:hover {
  color: var(--primary-dark);
}

/* line 362, app/assets/stylesheets/active_admin.scss */
body.logged_out #login a:hover {
  transition: color 180ms;
  text-decoration: underline;
}

/* line 367, app/assets/stylesheets/active_admin.scss */
body.logged_out #login a + br + a {
  margin-top: 8px;
}

/* line 373, app/assets/stylesheets/active_admin.scss */
body.logged_out .flashes {
  position: absolute;
  top: 185px;
  transform: translateY(-50%);
  left: 0;
  width: 560px;
  text-align: center;
  z-index: 1;
}

@media all and (max-height: 800px) {
  /* line 373, app/assets/stylesheets/active_admin.scss */
  body.logged_out .flashes {
    top: 150px;
  }
}

/* line 387, app/assets/stylesheets/active_admin.scss */
body.logged_out .flash {
  color: var(--error);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 18px;
}

/* line 394, app/assets/stylesheets/active_admin.scss */
body.logged_out .flash.flash_notice {
  color: var(--primary-dark);
}

/* line 399, app/assets/stylesheets/active_admin.scss */
body.logged_out h2 {
  font-family: "Cera Pro";
  text-align: center;
  background-image: none;
  margin: 0;
  box-shadow: none !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 32.02px;
  padding: 0;
  margin-bottom: 54px;
  max-width: 370px;
  text-transform: capitalize;
  background-color: transparent;
  color: var(--text-color);
}

/* line 418, app/assets/stylesheets/active_admin.scss */
.logged_out form fieldset ol > li label {
  width: 100px !important;
}

/* line 425, app/assets/stylesheets/active_admin.scss */
.sidebar form input[type="text"],
.sidebar form input[type="password"],
.sidebar form input[type="email"],
.sidebar form input[type="number"],
.sidebar form input[type="url"],
.sidebar form input[type="tel"],
.sidebar form input[type="date"],
.sidebar form input[type="time"],
.sidebar form textarea,
.logged_out form input[type="text"],
.logged_out form input[type="password"],
.logged_out form input[type="email"],
.logged_out form input[type="number"],
.logged_out form input[type="url"],
.logged_out form input[type="tel"],
.logged_out form input[type="date"],
.logged_out form input[type="time"],
.logged_out form textarea {
  min-height: 40px;
  border-radius: 0;
  line-height: 40px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15px;
  border: 1px solid var(--input-border-color);
}

/* line 444, app/assets/stylesheets/active_admin.scss */
.sidebar form input[type="text"]:focus,
.sidebar form input[type="password"]:focus,
.sidebar form input[type="email"]:focus,
.sidebar form input[type="number"]:focus,
.sidebar form input[type="url"]:focus,
.sidebar form input[type="tel"]:focus,
.sidebar form input[type="date"]:focus,
.sidebar form input[type="time"]:focus,
.sidebar form textarea:focus,
.logged_out form input[type="text"]:focus,
.logged_out form input[type="password"]:focus,
.logged_out form input[type="email"]:focus,
.logged_out form input[type="number"]:focus,
.logged_out form input[type="url"]:focus,
.logged_out form input[type="tel"]:focus,
.logged_out form input[type="date"]:focus,
.logged_out form input[type="time"]:focus,
.logged_out form textarea:focus {
  border: 1px solid var(--primary);
}

/* line 450, app/assets/stylesheets/active_admin.scss */
.sidebar form fieldset ul > li,
.sidebar form fieldset ol > li,
.logged_out form fieldset ul > li,
.logged_out form fieldset ol > li {
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: 370px;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 460, app/assets/stylesheets/active_admin.scss */
.sidebar form fieldset ul > li label,
.sidebar form fieldset ul > li input:not([type="submit"]),
.sidebar form fieldset ol > li label,
.sidebar form fieldset ol > li input:not([type="submit"]),
.logged_out form fieldset ul > li label,
.logged_out form fieldset ul > li input:not([type="submit"]),
.logged_out form fieldset ol > li label,
.logged_out form fieldset ol > li input:not([type="submit"]) {
  margin-bottom: 24px;
}

/* line 466, app/assets/stylesheets/active_admin.scss */
.sidebar form fieldset ul > li .field_with_errors label,
.sidebar form fieldset ul > li .field_with_errors input,
.sidebar form fieldset ol > li .field_with_errors label,
.sidebar form fieldset ol > li .field_with_errors input,
.logged_out form fieldset ul > li .field_with_errors label,
.logged_out form fieldset ul > li .field_with_errors input,
.logged_out form fieldset ol > li .field_with_errors label,
.logged_out form fieldset ol > li .field_with_errors input {
  margin-bottom: 0;
}

/* line 472, app/assets/stylesheets/active_admin.scss */
.sidebar form fieldset ul > li .inline-errors,
.sidebar form fieldset ol > li .inline-errors,
.logged_out form fieldset ul > li .inline-errors,
.logged_out form fieldset ol > li .inline-errors {
  position: relative;
  width: 253px;
  text-align: left;
  margin: 5px 0 5px auto !important;
  color: var(--error) !important;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 0.15px;
  padding: 0 14px !important;
}

/* line 483, app/assets/stylesheets/active_admin.scss */
.sidebar form fieldset ul > li .inline-errors::first-letter,
.sidebar form fieldset ol > li .inline-errors::first-letter,
.logged_out form fieldset ul > li .inline-errors::first-letter,
.logged_out form fieldset ol > li .inline-errors::first-letter {
  text-transform: uppercase;
}

/* line 488, app/assets/stylesheets/active_admin.scss */
.sidebar form fieldset ul > li label,
.sidebar form fieldset ol > li label,
.logged_out form fieldset ul > li label,
.logged_out form fieldset ol > li label {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15px;
  float: none;
  width: 23%;
  flex: none;
}

/* line 497, app/assets/stylesheets/active_admin.scss */
.sidebar form fieldset ul > li label abbr,
.sidebar form fieldset ol > li label abbr,
.logged_out form fieldset ul > li label abbr,
.logged_out form fieldset ol > li label abbr {
  text-decoration: none;
  color: inherit;
}

/* line 504, app/assets/stylesheets/active_admin.scss */
.sidebar form fieldset.buttons, .sidebar form fieldset.actions,
.logged_out form fieldset.buttons,
.logged_out form fieldset.actions {
  margin-top: 0;
}

/* line 508, app/assets/stylesheets/active_admin.scss */
.sidebar form fieldset.buttons li, .sidebar form fieldset.actions li,
.logged_out form fieldset.buttons li,
.logged_out form fieldset.actions li {
  float: none;
  width: 100%;
}

/* line 513, app/assets/stylesheets/active_admin.scss */
.sidebar form fieldset.buttons input[type="submit"],
.sidebar form fieldset.buttons input[type="button"],
.sidebar form fieldset.buttons button, .sidebar form fieldset.actions input[type="submit"],
.sidebar form fieldset.actions input[type="button"],
.sidebar form fieldset.actions button,
.logged_out form fieldset.buttons input[type="submit"],
.logged_out form fieldset.buttons input[type="button"],
.logged_out form fieldset.buttons button,
.logged_out form fieldset.actions input[type="submit"],
.logged_out form fieldset.actions input[type="button"],
.logged_out form fieldset.actions button {
  margin-right: 0;
  padding: 0;
  border: none;
  background-image: none;
}

/* line 524, app/assets/stylesheets/active_admin.scss */
.sidebar form input[type="submit"],
.sidebar form input[type="button"],
.sidebar form button,
.logged_out form input[type="submit"],
.logged_out form input[type="button"],
.logged_out form button {
  width: 100%;
  height: 42px;
  border-radius: 4px;
  background-color: var(--primary);
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.46px;
  line-height: 42px;
  border-radius: 4px;
  width: 370px;
  text-transform: capitalize;
  transition: box-shadow 180ms, background-color 180ms;
}

/* line 542, app/assets/stylesheets/active_admin.scss */
.sidebar form input[type="submit"]:hover,
.sidebar form input[type="button"]:hover,
.sidebar form button:hover,
.logged_out form input[type="submit"]:hover,
.logged_out form input[type="button"]:hover,
.logged_out form button:hover {
  transition: box-shadow 180ms, background-color 180ms;
  background-color: var(--primary-dark) !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* line 552, app/assets/stylesheets/active_admin.scss */
#error_explanation,
#search_status_sidebar_section,
.sidebar_section > h3,
.sidebar .sidebar_section label {
  display: none;
}

/* line 559, app/assets/stylesheets/active_admin.scss */
#header {
  padding: 0;
  height: auto;
  display: block;
  box-sizing: none;
  border-bottom: none;
}

/* line 567, app/assets/stylesheets/active_admin.scss */
#header .header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 30px;
  background: var(--header-bg-color);
  background-image: none;
  box-shadow: 0px 0px 0px 1px #e0e0e0;
}

@media all and (max-width: 1100px) {
  /* line 567, app/assets/stylesheets/active_admin.scss */
  #header .header {
    padding: 0 16px;
  }
}

/* line 581, app/assets/stylesheets/active_admin.scss */
#header .header h1 {
  margin-right: 8px;
  height: 30px;
  flex: none;
  color: transparent;
  padding: 0;
  width: 120px;
  background: var(--logo-path) no-repeat center;
}

@media all and (max-width: 1100px) {
  /* line 581, app/assets/stylesheets/active_admin.scss */
  #header .header h1 {
    margin-right: 0;
  }
}

/* line 594, app/assets/stylesheets/active_admin.scss */
#header .header h1 a,
#header .header h1 a:link {
  height: 100%;
  width: 100%;
  color: transparent;
}

/* line 602, app/assets/stylesheets/active_admin.scss */
#header .header a,
#header .header a:link {
  font-family: "Cera Pro";
  font-style: normal;
  font-size: 14px;
  display: block;
  letter-spacing: 0.15px;
  color: var(--background-main);
  background-color: transparent;
  opacity: 0.6;
  transition: opacity 180ms, background-color 180ms;
}

/* line 616, app/assets/stylesheets/active_admin.scss */
#header .header ul.tabs {
  display: flex;
  height: auto;
  top: 0;
}

/* line 621, app/assets/stylesheets/active_admin.scss */
#header .header ul.tabs > li {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
}

/* line 627, app/assets/stylesheets/active_admin.scss */
#header .header ul.tabs > li#add_funds a {
  opacity: 1;
  margin-right: 40px;
  font-weight: 500;
  line-height: 143%;
  text-transform: capitalize;
  border: 1px solid #616161;
  border-radius: 4px;
  height: 38px;
  display: flex;
  padding: 0 20px 0 48px;
  align-items: center;
  background: var(--dollar-icon-path) no-repeat center left 20px/auto 18px;
}

/* line 641, app/assets/stylesheets/active_admin.scss */
#header .header ul.tabs > li#add_funds a:hover {
  background-color: var(--header-bg-color-hover);
}

/* line 646, app/assets/stylesheets/active_admin.scss */
#header .header ul.tabs > li a {
  padding: 16px 22px;
  border-radius: 0;
  white-space: nowrap;
}

@media all and (max-width: 1250px) {
  /* line 646, app/assets/stylesheets/active_admin.scss */
  #header .header ul.tabs > li a {
    padding: 16px;
  }
}

/* line 658, app/assets/stylesheets/active_admin.scss */
#header .header ul.tabs > li.current a, #header .header ul.tabs > li:hover a {
  background-color: var(--header-bg-color-hover);
  color: var(--background-main);
  opacity: 1;
  transition: opacity 180ms, background-color 180ms;
}

/* line 669, app/assets/stylesheets/active_admin.scss */
#header .header .other-items {
  position: relative;
}

/* line 672, app/assets/stylesheets/active_admin.scss */
#header .header .other-items .show_more {
  font-family: "Cera Pro";
  font-style: normal;
  font-size: 14px;
  line-height: 143%;
  color: var(--background-main);
  opacity: 0.6;
  padding: 16px 42px 16px 22px;
  transition: opacity 180ms, background-color 180ms;
  position: relative;
}

/* line 683, app/assets/stylesheets/active_admin.scss */
#header .header .other-items .show_more:after {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent var(--background-main) transparent;
  transform: rotate(180deg);
  transition: transform 320ms;
}

/* line 700, app/assets/stylesheets/active_admin.scss */
#header .header .other-items:hover .header_drop {
  opacity: 1;
  pointer-events: all;
  transition: opacity 180ms;
}

/* line 706, app/assets/stylesheets/active_admin.scss */
#header .header .other-items:hover .show_more {
  background-color: var(--header-bg-color-hover);
  opacity: 1;
  transition: opacity 180ms, background-color 180ms;
}

/* line 711, app/assets/stylesheets/active_admin.scss */
#header .header .other-items:hover .show_more:after {
  transform: rotate(0);
  transition: transform 320ms;
}

/* line 719, app/assets/stylesheets/active_admin.scss */
#header .header #utility_nav {
  padding-right: 0;
  display: flex;
  margin-right: -16px;
}

/* line 725, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu {
  display: flex;
  align-items: center;
  position: relative;
}

/* line 730, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .avatar {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bdbdbd;
  color: var(--white);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  position: relative;
}

/* line 746, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .avatar::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
}

/* line 757, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .avatar.solicitor:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 13' style='enable-background:new 0 0 14 13%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23717171%3B%7D .st1%7Bfill:%23717171%3Bstroke:%23FFFFFF%3Bstroke-width:2%3B%7D %3C/style%3E%3Cpath class='st0' d='M7.2%2C4.1L7.2%2C4.1C6.5%2C4.1%2C6%2C3.6%2C6%2C2.9v0c0-0.7%2C0.6-1.2%2C1.2-1.2h0c0.7%2C0%2C1.2%2C0.6%2C1.2%2C1.2v0 C8.4%2C3.6%2C7.9%2C4.1%2C7.2%2C4.1z'/%3E%3Cpath class='st1' d='M8%2C1.7C7.6%2C0.9%2C6.4%2C0.9%2C6%2C1.7 M6%2C1.7L4.7%2C3.8L2.4%2C4.3c-0.9%2C0.2-1.3%2C1.3-0.6%2C2l1.6%2C1.8l-0.2%2C2.4 c-0.1%2C0.9%2C0.8%2C1.6%2C1.7%2C1.2l2.2-1l2.2%2C1c0.8%2C0.4%2C1.8-0.3%2C1.7-1.2l-0.2-2.4l1.6-1.8c0.6-0.7%2C0.3-1.8-0.6-2L9.3%2C3.8 M7.9%2C1.6l1.9%2C2.6' /%3E%3C/svg%3E") no-repeat center/contain;
}

/* line 763, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .avatar.admin:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2719 4.39524L12.2675 4.38725L12.2629 4.37934L11.2267 2.58748C10.9309 2.05948 10.3427 1.93967 9.90983 2.07739L9.87989 2.08692L9.85073 2.09863L8.97851 2.44897C8.9116 2.40759 8.84324 2.36758 8.7733 2.32913L8.64206 1.4031L8.6406 1.39285L8.6389 1.38263C8.54975 0.847734 8.09098 0.450293 7.54047 0.450293H5.46047C4.88829 0.450293 4.45295 0.869648 4.36745 1.38264L4.36575 1.39285L4.36429 1.4031L4.23294 2.32988C4.16317 2.36836 4.09509 2.40827 4.0287 2.44932L3.15562 2.09863L3.14253 2.09337L3.12928 2.08855C2.64474 1.91236 2.06071 2.08514 1.77912 2.58845L0.747859 4.38101L0.747855 4.38101L0.746626 4.38316C0.497428 4.81926 0.544978 5.45141 1.03937 5.81526L1.75333 6.37095C1.75148 6.41375 1.75047 6.45696 1.75047 6.50029C1.75047 6.53995 1.75096 6.58067 1.75204 6.6222L1.01695 7.19434C1.01687 7.1944 1.0168 7.19446 1.01672 7.19452C0.574932 7.53832 0.477286 8.14765 0.729016 8.60534L0.733415 8.61334L0.737985 8.62124L1.77423 10.4131C2.07004 10.9411 2.65825 11.0609 3.0911 10.9232L3.12105 10.9137L3.1502 10.902L4.02242 10.5516C4.08933 10.593 4.15769 10.633 4.22763 10.6715L4.35888 11.5975L4.36273 11.6247L4.36833 11.6516C4.46818 12.1308 4.88368 12.5503 5.46047 12.5503H7.54047C8.08149 12.5503 8.56209 12.1577 8.63731 11.5928L8.76776 10.6724C8.83804 10.634 8.90696 10.5939 8.9745 10.5522L9.84531 10.902L9.8584 10.9072L9.87165 10.912C10.3558 11.0881 10.9394 10.9157 11.2212 10.4132L12.2575 8.62124L12.2628 8.61205L12.2679 8.60274C12.5171 8.14586 12.4352 7.54135 11.9749 7.19142L11.2491 6.62089C11.25 6.58096 11.2505 6.54077 11.2505 6.50029C11.2505 6.46019 11.25 6.41949 11.2489 6.37834L11.984 5.80624C11.9841 5.80618 11.9841 5.80612 11.9842 5.80606C12.426 5.46227 12.5236 4.85294 12.2719 4.39524ZM6.50047 7.60029C5.89741 7.60029 5.40047 7.10335 5.40047 6.50029C5.40047 5.89724 5.89741 5.40029 6.50047 5.40029C7.10352 5.40029 7.60047 5.89724 7.60047 6.50029C7.60047 7.10335 7.10352 7.60029 6.50047 7.60029Z' fill='%23757575' stroke='white' stroke-width='1.7'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* line 769, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .content {
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms;
  position: absolute;
  width: max-content;
  top: 48px;
  right: 0;
  background: var(--white);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 5px;
}

/* line 783, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .content #utility_nav.user_menu {
  display: block;
  padding-right: 0;
  text-align: left;
}

/* line 789, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .content a {
  padding: 5px 15px;
  text-decoration: none;
  color: #000;
  opacity: 0.6;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15px;
  transition: opacity 180ms;
}

/* line 800, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .content a:hover {
  opacity: 1;
  transition: opacity 180ms;
}

/* line 805, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .content a.next_admin, #header .header .right-menu .content a.next_solicitor, #header .header .right-menu .content a.next_clerk {
  border-bottom: 1px solid var(--btn-group-border-color);
}

/* line 811, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .content a.next_admin {
  padding-left: 40px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4785 6.98252L18.4741 6.97453L18.4696 6.96662L16.8736 4.20696C16.5429 3.61427 15.8814 3.47401 15.3844 3.63217L15.3544 3.64169L15.3253 3.65341L13.7644 4.28035C13.5456 4.135 13.3172 4.00038 13.0767 3.87903L12.842 2.22287L12.8406 2.21262L12.8389 2.20241C12.738 1.59751 12.2209 1.15049 11.6004 1.15049H8.40042C7.75824 1.15049 7.26748 1.61943 7.17032 2.20242L7.16861 2.21263L7.16716 2.22287L6.93233 3.87975C6.69143 4.00186 6.46261 4.13722 6.24587 4.28081L4.6839 3.65341L4.67082 3.64815L4.65756 3.64333C4.10871 3.44375 3.45151 3.64002 3.13503 4.2079L1.54698 6.96829L1.54697 6.96829L1.54574 6.97044C1.26147 7.46792 1.32067 8.1765 1.87439 8.58116L3.16995 9.58952C3.15788 9.72395 3.15042 9.8624 3.15042 10.0005C3.15042 10.1299 3.15408 10.2659 3.16268 10.4041L1.84523 11.4295C1.35075 11.8141 1.23844 12.5023 1.5223 13.0185L1.5267 13.0265L1.53127 13.0344L3.12723 15.794C3.45798 16.3867 4.1194 16.527 4.61647 16.3688L4.64641 16.3593L4.67557 16.3476L6.23639 15.7206C6.45519 15.866 6.68367 16.0006 6.9241 16.1219L7.15883 17.7781L7.16268 17.8053L7.16828 17.8322C7.28271 18.3814 7.75363 18.8505 8.40042 18.8505H11.6004C12.2115 18.8505 12.7506 18.4082 12.8344 17.773L13.0683 16.1227C13.3086 16.0021 13.5386 15.8677 13.7584 15.7215L15.3169 16.3476L15.33 16.3528L15.3433 16.3576C15.8918 16.5571 16.5485 16.3612 16.8652 15.7941L18.4612 13.0344L18.4665 13.0252L18.4716 13.0158C18.7559 12.4947 18.6593 11.8169 18.143 11.4261L16.8394 10.4015C16.8468 10.2701 16.8504 10.1366 16.8504 10.0005C16.8504 9.86825 16.8468 9.73299 16.8384 9.59668L18.1556 8.57144C18.1557 8.57138 18.1558 8.57132 18.1558 8.57126C18.6501 8.18663 18.7623 7.49855 18.4785 6.98252ZM10.0004 12.1505C8.81986 12.1505 7.85042 11.181 7.85042 10.0005C7.85042 8.81993 8.81986 7.85049 10.0004 7.85049C11.181 7.85049 12.1504 8.81993 12.1504 10.0005C12.1504 11.181 11.181 12.1505 10.0004 12.1505Z' fill='%23757575' stroke='white' stroke-width='1.7'/%3E%3C/svg%3E") no-repeat center left 16px/16px auto;
}

/* line 816, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .content a.next_solicitor {
  padding-left: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9%2FAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEuSURBVHgBjVIxboNAEFysFEAVKKGhoKRIAyVEaSh5QiI%2BkPgjkf0COx0dtDSOREljS4gKISooo3SUl11051gGyR5pYe525m5ZFmABjLEnjBTjQBzuAQotjI794wfj8R7jntRVVbGmaYT581q34uJnjB3dhMtX2suyDJIkEbo15o68%2FCkvIXnD904oxnGEoiggz%2FNp7fs%2BhGEIiqKci8J4IeMGyXvbtpCmKQzDsPgJhmFAEATgui4tN1TqSSRuwXEcceNpJUnSHsmWSonjGDRNmxloj3K83C16vqbmIPmgU3RdB9M0Z0bbtoFyiCNq10RWF%2Flf0RyCLMvn2%2Fu%2Bnx32cMEteqiqClEUged5U2llWUJd10IzHwTs7je7jcOS0eLmjn4Rn1eLT1LH59YS%2Bj%2F4idRWnn8z5wAAAABJRU5ErkJggg%3D%3D) no-repeat top 7px left 16px/16px auto;
}

/* line 822, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu .content::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  width: 50%;
  height: 30px;
}

/* line 834, app/assets/stylesheets/active_admin.scss */
#header .header .right-menu:hover .content {
  opacity: 1;
  pointer-events: all;
  transition: opacity 180ms;
}

/* line 842, app/assets/stylesheets/active_admin.scss */
#header .header .header_drop {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  padding: 8px 0px;
  width: 164px !important;
  left: 0;
  top: 100%;
  background: var(--header-bg-color);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px var(--btn-group-border-color);
  border-radius: 0 4px 4px 4px;
  transition: opacity 180ms;
}

/* line 855, app/assets/stylesheets/active_admin.scss */
#header .header .header_drop .menu_item {
  height: 32px;
}

/* line 858, app/assets/stylesheets/active_admin.scss */
#header .header .header_drop .menu_item a {
  color: var(--background-main);
  padding-left: 16px;
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}

/* line 867, app/assets/stylesheets/active_admin.scss */
#header .header .header_drop .menu_item a:hover {
  opacity: 1 !important;
  background: var(--header-bg-color-hover) !important;
}

/* line 876, app/assets/stylesheets/active_admin.scss */
#title_bar {
  display: none;
}

/* line 880, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control {
  width: max-content;
  display: flex;
  border-radius: 4px;
  border: 1px solid var(--btn-group-border-color);
}

/* line 886, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li {
  float: none;
  padding: 8px 22px;
  background-color: var(--btn-group-default);
  transition: background-color 180ms;
}

/* line 892, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li:first-child {
  border-radius: 4px 0 0 4px;
}

/* line 896, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li:last-child {
  border-radius: 0 4px 4px 0;
}

/* line 900, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li + li {
  border-left: 1px solid var(--btn-group-border-color);
}

/* line 904, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li a {
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: capitalize;
  color: var(--btn-group-color);
  transition: color 180ms;
  box-shadow: none;
  background-image: none;
  background-color: transparent;
  padding: 0;
  margin: 0 !important;
}

/* line 920, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li a:active {
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* line 926, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li a span {
  color: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: 26px !important;
}

/* line 933, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li a:hover {
  box-shadow: none;
  background-color: transparent !important;
  background-image: none !important;
}

/* line 940, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li:hover, .table_tools_segmented_control li.selected {
  transition: background-color 180ms;
  background-color: var(--btn-group-hover);
}

/* line 945, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li:hover a, .table_tools_segmented_control li.selected a {
  transition: color 180ms;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
}

/* line 953, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li.selected {
  border-bottom: 2px solid var(--primary);
}

/* line 956, app/assets/stylesheets/active_admin.scss */
.table_tools_segmented_control li.selected a {
  color: var(--btn-group-active-color);
}

/* line 963, app/assets/stylesheets/active_admin.scss */
.active_admin_content {
  width: 40px;
}

/* line 969, app/assets/stylesheets/active_admin.scss */
.sidebar form .buttons {
  display: flex;
  width: 100%;
}

/* line 973, app/assets/stylesheets/active_admin.scss */
.sidebar form .buttons input[type="submit"] {
  margin-right: 0;
  background-image: none;
  border: none;
}

/* line 982, app/assets/stylesheets/active_admin.scss */
.pagination {
  display: flex;
  margin-left: 15px;
  grid-gap: 10px;
}

/* line 987, app/assets/stylesheets/active_admin.scss */
.pagination span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* line 999, app/assets/stylesheets/active_admin.scss */
.pagination span.next a, .pagination span.last a, .pagination span.first a, .pagination span.prev a {
  font-size: 20px !important;
}

/* line 1002, app/assets/stylesheets/active_admin.scss */
.pagination span.next a:hover, .pagination span.last a:hover, .pagination span.first a:hover, .pagination span.prev a:hover {
  background-image: none !important;
}

/* line 1008, app/assets/stylesheets/active_admin.scss */
.pagination span.page,
.pagination span a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.15px;
  color: var(--text-color);
  border: none;
  border-radius: 50%;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  margin-right: 0;
  padding: 0;
  transition: background-color 180ms;
}

/* line 1029, app/assets/stylesheets/active_admin.scss */
.pagination span.page:hover,
.pagination span a:hover {
  box-shadow: none;
  background-color: var(--table-hover) !important;
  background-image: none;
  transition: background-color 180ms;
}

/* line 1036, app/assets/stylesheets/active_admin.scss */
.pagination span.page.current,
.pagination span a.current {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.15px;
  color: var(--text-color);
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 50%;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.08);
  transition: background-color 180ms;
}

/* line 1053, app/assets/stylesheets/active_admin.scss */
.pagination span.page.current:hover,
.pagination span a.current:hover {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 1059, app/assets/stylesheets/active_admin.scss */
.pagination span.page a:hover,
.pagination span a a:hover {
  background-image: none !important;
}

/* line 1064, app/assets/stylesheets/active_admin.scss */
.pagination span.page.current:not(.disabled):hover {
  background-color: var(--table-hover);
}

/* line 1070, app/assets/stylesheets/active_admin.scss */
.pagination_information {
  margin-bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 44px;
  color: var(--table-header-color);
}

/* line 1079, app/assets/stylesheets/active_admin.scss */
.pagination_information b {
  color: var(--text-color);
}

/* line 1084, app/assets/stylesheets/active_admin.scss */
.pagination_per_page {
  margin-left: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-top: -12px;
  color: var(--text-color);
}

/* line 1094, app/assets/stylesheets/active_admin.scss */
.select2-results__option[aria-selected],
.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: var(--text-color);
  transition: background-color 180ms;
}

/* line 1106, app/assets/stylesheets/active_admin.scss */
.select2-dropdown {
  border: 1px solid var(--btn-group-border-color);
}

/* line 1110, app/assets/stylesheets/active_admin.scss */
.select2-container {
  margin-top: 3px;
}

/* line 1115, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  transition: background-color 180ms, color 180ms;
  background-color: rgba(0, 0, 0, 0.04);
  color: var(--text-color);
}

/* line 1121, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-results__option[aria-selected="true"] {
  transition: background-color 180ms, color 180ms;
  background-color: var(--primary);
  color: var(--white);
}

/* line 1126, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
  transition: background-color 180ms, color 180ms;
  background-color: var(--primary);
  color: var(--white);
}

/* line 1133, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: var(--text-color);
}

/* line 1142, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--single {
  border: 1px solid var(--btn-group-border-color);
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 1147, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-weight: 400;
}

/* line 1153, app/assets/stylesheets/active_admin.scss */
.page-content {
  padding-top: 16px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  max-width: 1550px;
  padding-left: 0;
  padding-right: 0;
}

@media all and (max-width: 1600px) {
  /* line 1153, app/assets/stylesheets/active_admin.scss */
  .page-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media all and (max-width: 1280px) {
  /* line 1153, app/assets/stylesheets/active_admin.scss */
  .page-content {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 1173, app/assets/stylesheets/active_admin.scss */
#active_admin_content {
  padding: 0px;
}

/* line 1174, app/assets/stylesheets/active_admin.scss */
#active_admin_content #main_content_wrapper #main_content {
  margin-right: 0;
}

/* line 1180, app/assets/stylesheets/active_admin.scss */
#active_admin_content #sidebar {
  float: none;
  width: auto;
  margin-left: 0;
  position: absolute;
  top: 19px;
  right: 30px;
}

/* line 1190, app/assets/stylesheets/active_admin.scss */
.sidebar_section > div.panel_contents {
  width: 310px;
  padding: 0;
}

@media all and (max-width: 1240px) {
  /* line 1197, app/assets/stylesheets/active_admin.scss */
  .app_legal_files .sidebar_section > div.panel_contents, .app_templates .sidebar_section > div.panel_contents {
    width: 150px;
  }
}

/* line 1204, app/assets/stylesheets/active_admin.scss */
.sidebar form .buttons input[type="submit"] {
  border: none;
  background-color: transparent;
  color: transparent;
  padding: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  letter-spacing: -100px;
  position: relative;
  position: absolute;
  top: 8px;
  left: 16px;
  background: var(--search-icon-path) no-repeat center left/contain;
}

/* line 1219, app/assets/stylesheets/active_admin.scss */
.sidebar form .buttons input[type="submit"]:hover {
  background-color: transparent !important;
  background: var(--search-icon-path) no-repeat center left/contain !important;
  box-shadow: none !important;
}

/* line 1226, app/assets/stylesheets/active_admin.scss */
.sidebar form.filter_form a.clear_filters_btn {
  display: none;
}

/* line 1230, app/assets/stylesheets/active_admin.scss */
.sidebar form.filter_form .filter_form_field {
  margin-bottom: 0;
  background: var(--background-main);
}

/* line 1235, app/assets/stylesheets/active_admin.scss */
.sidebar .sidebar_section input[type="text"] {
  padding: 6px 6px 6px 48px;
  width: 100%;
  height: 40px;
  background: var(--section-color);
  border-radius: 4px;
  box-shadow: none !important;
  border: none;
  color: var(--text-color);
}

/* line 1245, app/assets/stylesheets/active_admin.scss */
.sidebar .sidebar_section input[type="text"]:-webkit-autofill, .sidebar .sidebar_section input[type="text"]:-webkit-autofill:hover, .sidebar .sidebar_section input[type="text"]:-webkit-autofill:focus {
  box-shadow: 0 0 0 50px var(--section-color) inset !important;
  -webkit-text-fill-color: var(--text-color);
}

/* line 1253, app/assets/stylesheets/active_admin.scss */
.sidebar form .buttons {
  margin-top: 0;
}

/* line 1258, app/assets/stylesheets/active_admin.scss */
.theme-border {
  border: 1px solid var(--border-color);
}

/* line 1262, app/assets/stylesheets/active_admin.scss */
table.index_table {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: var(--text-color);
}

/* line 1270, app/assets/stylesheets/active_admin.scss */
table.index_table tr {
  transition: background-color 180ms;
  background-color: transparent;
  border-right: none !important;
}

/* line 1275, app/assets/stylesheets/active_admin.scss */
table.index_table tr:hover {
  transition: background-color 180ms;
  background-color: var(--table-hover);
}

/* line 1280, app/assets/stylesheets/active_admin.scss */
table.index_table tr td {
  border-bottom-color: var(--border-color);
}

/* line 1285, app/assets/stylesheets/active_admin.scss */
table.index_table a,
table.index_table a:link,
table.index_table a:visited {
  color: var(--text-color);
  transition: text-decoration-color 180ms, color 180ms;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #999;
}

/* line 1294, app/assets/stylesheets/active_admin.scss */
table.index_table a:hover,
table.index_table a:link:hover,
table.index_table a:visited:hover {
  color: var(--text-color);
  opacity: 0.8;
  transition: text-decoration-color 180ms, color 180ms;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--text-color);
}

/* line 1303, app/assets/stylesheets/active_admin.scss */
table.index_table a.edit_link, table.index_table a.delete_link,
table.index_table a.edit_link:link,
table.index_table a.delete_link:link,
table.index_table a.edit_link:visited,
table.index_table a.delete_link:visited {
  color: transparent;
  width: 42px;
  height: 32px;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 180ms;
  text-decoration-color: transparent !important;
}

/* line 1313, app/assets/stylesheets/active_admin.scss */
table.index_table a.edit_link:hover, table.index_table a.delete_link:hover,
table.index_table a.edit_link:link:hover,
table.index_table a.delete_link:link:hover,
table.index_table a.edit_link:visited:hover,
table.index_table a.delete_link:visited:hover {
  opacity: 1;
  transition: opacity 180ms;
}

/* line 1319, app/assets/stylesheets/active_admin.scss */
table.index_table a.edit_link,
table.index_table a.edit_link:link,
table.index_table a.edit_link:visited {
  background: var(--edit-icon-path) no-repeat center/contain;
}

/* line 1323, app/assets/stylesheets/active_admin.scss */
table.index_table a.delete_link,
table.index_table a.delete_link:link,
table.index_table a.delete_link:visited {
  background: var(--delete-icon-path) no-repeat center/contain;
}

/* line 1328, app/assets/stylesheets/active_admin.scss */
table.index_table th {
  background: var(--section-color) !important;
  padding: 16px;
  border: none;
  box-shadow: none;
  background-image: none !important;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.17px;
  color: var(--table-header-color);
}

/* line 1341, app/assets/stylesheets/active_admin.scss */
table.index_table th:last-child {
  border-right: 0;
  border-radius: 0 6px 6px 0;
}

/* line 1346, app/assets/stylesheets/active_admin.scss */
table.index_table th:first-child {
  border-radius: 6px 0 0 6px;
}

/* line 1350, app/assets/stylesheets/active_admin.scss */
table.index_table th.sortable a {
  background-position: 0 7px;
  color: var(--table-header-color);
}

/* line 1356, app/assets/stylesheets/active_admin.scss */
table.index_table tr.even td {
  background: transparent;
}

/* line 1361, app/assets/stylesheets/active_admin.scss */
* {
  text-shadow: none !important;
  font-family: "Cera Pro";
}

/* line 1367, app/assets/stylesheets/active_admin.scss */
.rbc-toolbar .rbc-toolbar-label {
  font-weight: 500 !important;
  font-size: 15px;
  line-height: 26px;
}

/* line 1373, app/assets/stylesheets/active_admin.scss */
.rbc-toolbar .rbc-btn-group {
  border-color: var(--btn-group-border-color);
}

/* line 1376, app/assets/stylesheets/active_admin.scss */
.rbc-toolbar .rbc-btn-group button {
  font-weight: 500 !important;
  font-size: 15px;
  line-height: 26px;
  background-color: var(--btn-group-default);
  padding: 8px 22px;
  color: var(--btn-group-color);
  border: 1px solid var(--btn-group-border-color);
  transition: background-color 180ms, color 180ms;
}

/* line 1386, app/assets/stylesheets/active_admin.scss */
.rbc-toolbar .rbc-btn-group button.rbc-active, .rbc-toolbar .rbc-btn-group button:focus {
  color: var(--btn-group-active-color) !important;
  box-shadow: none;
  border-color: var(--btn-group-border-color) !important;
  border-bottom: 2px solid var(--btn-group-border-bottom-color) !important;
  background-color: var(--btn-group-hover) !important;
  transition: background-color 180ms, color 180ms;
}

/* line 1396, app/assets/stylesheets/active_admin.scss */
.rbc-toolbar .rbc-btn-group button:hover {
  box-shadow: none;
  background-color: var(--btn-group-hover) !important;
  transition: background-color 180ms, color 180ms;
}

/* line 1405, app/assets/stylesheets/active_admin.scss */
.mortgage,
.buy,
.sale,
.transfer {
  width: 24px;
  height: 24px;
  overflow: hidden;
  color: transparent;
  border-radius: 4px;
  position: relative;
  display: block;
  flex: none;
}

/* line 1418, app/assets/stylesheets/active_admin.scss */
.mortgage.line,
.buy.line,
.sale.line,
.transfer.line {
  border-radius: 0;
  height: 16px;
}

/* line 1422, app/assets/stylesheets/active_admin.scss */
.mortgage.line::before,
.buy.line::before,
.sale.line::before,
.transfer.line::before {
  content: "";
}

/* line 1426, app/assets/stylesheets/active_admin.scss */
.mortgage.line:first-child,
.buy.line:first-child,
.sale.line:first-child,
.transfer.line:first-child {
  border-radius: 4px 0 0 4px;
}

/* line 1430, app/assets/stylesheets/active_admin.scss */
.mortgage.line:last-child,
.buy.line:last-child,
.sale.line:last-child,
.transfer.line:last-child {
  border-radius: 0 4px 4px 0;
}

/* line 1434, app/assets/stylesheets/active_admin.scss */
.mortgage.line:first-child:last-child,
.buy.line:first-child:last-child,
.sale.line:first-child:last-child,
.transfer.line:first-child:last-child {
  border-radius: 4px;
}

/* line 1439, app/assets/stylesheets/active_admin.scss */
.mortgage::before,
.buy::before,
.sale::before,
.transfer::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.16px;
  color: var(--white);
}

/* line 1454, app/assets/stylesheets/active_admin.scss */
.mortgage {
  background: var(--mortgage-file-color);
}

/* line 1457, app/assets/stylesheets/active_admin.scss */
.mortgage::before {
  content: "M";
}

/* line 1462, app/assets/stylesheets/active_admin.scss */
.transfer {
  background: var(--transfer-file-color);
}

/* line 1465, app/assets/stylesheets/active_admin.scss */
.transfer::before {
  content: "T";
}

/* line 1470, app/assets/stylesheets/active_admin.scss */
.buy {
  background: var(--buy-file-color);
}

/* line 1473, app/assets/stylesheets/active_admin.scss */
.buy::before {
  content: "P";
}

/* line 1478, app/assets/stylesheets/active_admin.scss */
.sale {
  background: var(--sale-file-color);
}

/* line 1481, app/assets/stylesheets/active_admin.scss */
.sale::before {
  content: "S";
}

/* line 1486, app/assets/stylesheets/active_admin.scss */
input:-internal-autofill-selected,
input:-internal-autofill-selected:focus {
  box-shadow: 0 0 0 50px white inset;
}

/* line 1491, app/assets/stylesheets/active_admin.scss */
body.logged_in .flash.flash_notice {
  border: none;
  background-image: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.15px;
  color: var(--white);
  padding-left: 55px;
  background: var(--primary) url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2075 5.94825L8.16671 11.9891L4.87587 8.70742L3.58337 9.99992L8.16671 14.5833L15.5 7.24992L14.2075 5.94825ZM10 0.833252C4.94004 0.833252 0.833374 4.93992 0.833374 9.99992C0.833374 15.0599 4.94004 19.1666 10 19.1666C15.06 19.1666 19.1667 15.0599 19.1667 9.99992C19.1667 4.93992 15.06 0.833252 10 0.833252ZM10 17.3333C5.94837 17.3333 2.66671 14.0516 2.66671 9.99992C2.66671 5.94825 5.94837 2.66659 10 2.66659C14.0517 2.66659 17.3334 5.94825 17.3334 9.99992C17.3334 14.0516 14.0517 17.3333 10 17.3333Z' fill='white'/%3E%3C/svg%3E") no-repeat center left 28px/19px;
}

/* line 1504, app/assets/stylesheets/active_admin.scss */
.tabs_header {
  transition: border-top-color 180ms;
}

/* line 1507, app/assets/stylesheets/active_admin.scss */
.tabs_header:hover {
  border-top-color: var(--primary-dark);
  transition: border-top-color 180ms;
}

/* line 1513, app/assets/stylesheets/active_admin.scss */
.error_block {
  background-color: var(--section-error) !important;
}

/* line 1517, app/assets/stylesheets/active_admin.scss */
tr.section-error {
  background-color: var(--section-error) !important;
}

/* line 1520, app/assets/stylesheets/active_admin.scss */
tr.section-error:hover {
  background-color: var(--section-error-hover) !important;
}

/* line 1524, app/assets/stylesheets/active_admin.scss */
tr.section-error td {
  background-color: var(--section-error) !important;
}

/* line 1529, app/assets/stylesheets/active_admin.scss */
.border-light-green {
  border-top-color: var(--primary-dark) !important;
}

/* line 1533, app/assets/stylesheets/active_admin.scss */
.br_10 {
  border-radius: 10px;
}

/* line 1537, app/assets/stylesheets/active_admin.scss */
.px-53px {
  padding-left: 53px;
  padding-right: 53px;
}

/* line 1542, app/assets/stylesheets/active_admin.scss */
.box-shadow-01 {
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
}

/* line 1546, app/assets/stylesheets/active_admin.scss */
.mr-2i {
  margin-right: 0.5rem !important;
}

/* line 1550, app/assets/stylesheets/active_admin.scss */
.ml-2i {
  margin-left: 0.5rem !important;
}

/* line 1554, app/assets/stylesheets/active_admin.scss */
.border_color_geyish {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
}

/* line 1558, app/assets/stylesheets/active_admin.scss */
.breadcrumb {
  margin-bottom: 0;
  font-size: 0.75rem;
  display: inline;
}

/* line 1563, app/assets/stylesheets/active_admin.scss */
.breadcrumb .breadcrumb_sep:last-of-type {
  display: none;
}

/* line 1568, app/assets/stylesheets/active_admin.scss */
h2#page_title {
  display: none;
}

/* line 1572, app/assets/stylesheets/active_admin.scss */
.general_menu_tabs {
  background-color: var(--button-outlined-hover);
}

/* line 1575, app/assets/stylesheets/active_admin.scss */
.general_menu_tabs .MuiTab-root:hover {
  background-color: var(--tab-hover);
}

/* line 1579, app/assets/stylesheets/active_admin.scss */
.general_menu_tabs .tabs_border {
  min-height: 48px;
  border-bottom: 0;
}

/* line 1585, app/assets/stylesheets/active_admin.scss */
.tabs_border {
  min-height: 48px;
  border-bottom: 1px solid var(--border-color);
}

/* line 1589, app/assets/stylesheets/active_admin.scss */
.tabs_border .MuiTabs-scroller {
  display: flex;
  align-items: center;
}

/* line 1595, app/assets/stylesheets/active_admin.scss */
.mastercard_icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25.1 16' style='enable-background:new 0 0 25.1 16%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FF9800%3B%7D .st1%7Bfill:%23D50000%3B%7D .st2%7Bfill:%23FF3D00%3B%7D %3C/style%3E%3Cpath class='st0' d='M17.1%2C0c-1.1%2C0-2.1%2C0.2-3.1%2C0.6c-1%2C0.4-1.9%2C1-2.6%2C1.7C10.7%2C3.1%2C10.2%2C4%2C9.8%2C4.9c-0.4%2C1-0.6%2C2-0.6%2C3.1 c0%2C1.1%2C0.2%2C2.1%2C0.6%2C3.1c0.4%2C1%2C1%2C1.9%2C1.7%2C2.6c0.7%2C0.7%2C1.6%2C1.3%2C2.6%2C1.7c1%2C0.4%2C2%2C0.6%2C3.1%2C0.6s2.1-0.2%2C3.1-0.6c1-0.4%2C1.9-1%2C2.6-1.7 c0.7-0.7%2C1.3-1.6%2C1.7-2.6c0.4-1%2C0.6-2%2C0.6-3.1c0-1.1-0.2-2.1-0.6-3.1c-0.4-1-1-1.9-1.7-2.6c-0.7-0.7-1.6-1.3-2.6-1.7 C19.2%2C0.2%2C18.2%2C0%2C17.1%2C0z'/%3E%3Cpath class='st1' d='M8%2C0C6.9%2C0%2C5.9%2C0.2%2C4.9%2C0.6C4%2C1%2C3.1%2C1.6%2C2.3%2C2.3C1.6%2C3.1%2C1%2C4%2C0.6%2C4.9C0.2%2C5.9%2C0%2C6.9%2C0%2C8c0%2C1.1%2C0.2%2C2.1%2C0.6%2C3.1 c0.4%2C1%2C1%2C1.9%2C1.7%2C2.6C3.1%2C14.4%2C4%2C15%2C4.9%2C15.4c1%2C0.4%2C2%2C0.6%2C3.1%2C0.6c1.1%2C0%2C2.1-0.2%2C3.1-0.6c1-0.4%2C1.9-1%2C2.6-1.7 c0.7-0.7%2C1.3-1.6%2C1.7-2.6c0.4-1%2C0.6-2%2C0.6-3.1c0-1.1-0.2-2.1-0.6-3.1c-0.4-1-1-1.9-1.7-2.6C12.9%2C1.6%2C12%2C1%2C11.1%2C0.6 C10.1%2C0.2%2C9.1%2C0%2C8%2C0z'/%3E%3Cpath class='st2' d='M9.1%2C8c0%2C2.7%2C1.4%2C5.1%2C3.4%2C6.6C14.6%2C13.1%2C16%2C10.7%2C16%2C8c0-2.7-1.4-5.1-3.4-6.6C10.5%2C2.9%2C9.1%2C5.3%2C9.1%2C8z'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* line 1599, app/assets/stylesheets/active_admin.scss */
.visa_icon {
  background: var(--visa-icon-path) no-repeat center/contain;
}

/* line 1603, app/assets/stylesheets/active_admin.scss */
.no_files_icon {
  background: var(--no_files-icon-path) no-repeat center/contain;
}

/* line 1607, app/assets/stylesheets/active_admin.scss */
.no_graph_icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='28' viewBox='0 0 42 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.29922 27.2999L0.699219 24.7L15.9992 9.39995L23.9992 17.45L38.8992 0.699951L41.2992 3.04995L23.9992 22.5499L15.9992 14.6L3.29922 27.2999Z' fill='%239E9E9E'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* line 1611, app/assets/stylesheets/active_admin.scss */
input[type="password"] {
  letter-spacing: 3px;
}

/* line 1615, app/assets/stylesheets/active_admin.scss */
.funds_alert {
  padding-left: 44px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #ed6c02;
}

/* line 1619, app/assets/stylesheets/active_admin.scss */
.funds_alert:before {
  content: "";
  width: 22px;
  height: 19px;
  position: absolute;
  top: 16px;
  left: 14px;
  display: block;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='19' viewBox='0 0 22 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3.99L18.53 17H3.47L11 3.99ZM11 0L0 19H22L11 0ZM12 14H10V16H12V14ZM12 8H10V12H12V8Z' fill='%23ED6C02'/%3E%3C/svg%3E") no-repeat left center/contain;
}

/* line 1631, app/assets/stylesheets/active_admin.scss */
.tabs_max_width {
  max-width: calc(100% - 201px);
}

/* line 1635, app/assets/stylesheets/active_admin.scss */
.set_payment_min_heigth {
  min-height: calc(100vh - 485px);
}

/* line 1639, app/assets/stylesheets/active_admin.scss */
.MuiCollapse-root {
  pointer-events: none !important;
}

/* line 1643, app/assets/stylesheets/active_admin.scss */
.min-h-70vh {
  min-height: 70vh;
}

/* line 1647, app/assets/stylesheets/active_admin.scss */
.max-w-250 {
  max-width: 250px;
}

/* line 1652, app/assets/stylesheets/active_admin.scss */
.graph_custom_select:before, .graph_custom_select:after {
  display: none !important;
}

/* line 1660, app/assets/stylesheets/active_admin.scss */
.graph_custom_input .MuiInput-underline:before, .graph_custom_input .MuiInput-underline:after {
  display: none !important;
}

/* line 1667, app/assets/stylesheets/active_admin.scss */
.recharts-wrapper {
  max-width: 100%;
  margin-left: -30px;
}

/* line 1672, app/assets/stylesheets/active_admin.scss */
.recharts-legend-wrapper {
  margin-left: 52px;
}

/* line 1676, app/assets/stylesheets/active_admin.scss */
.rounded-50 {
  border-radius: 50%;
}

/* line 1681, app/assets/stylesheets/active_admin.scss */
.chart_popup .label {
  color: var(--text-color);
}

/* line 1685, app/assets/stylesheets/active_admin.scss */
.chart_popup .text-xl {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 700;
}

/* line 1691, app/assets/stylesheets/active_admin.scss */
.chart_popup .text-primary {
  color: var(--primary);
}

/* line 1696, app/assets/stylesheets/active_admin.scss */
.edit_paymet_wrap {
  background: var(--section-color);
  margin-bottom: -24px;
}

/* line 1701, app/assets/stylesheets/active_admin.scss */
.card_icon {
  background: url(/assets/card_icon_with_border-7034813374e90bbe9ede27678d97a0153cb7e99d2a94433c9f272bf40796e072.svg) no-repeat center/20px auto;
}

/* line 1705, app/assets/stylesheets/active_admin.scss */
.scroller {
  min-height: calc(100% - 425px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 1710, app/assets/stylesheets/active_admin.scss */
.scroller::-webkit-scrollbar {
  width: 10px;
}

/* line 1714, app/assets/stylesheets/active_admin.scss */
.scroller::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* line 1719, app/assets/stylesheets/active_admin.scss */
.scroller::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

/* line 1726, app/assets/stylesheets/active_admin.scss */
.items-start > .MuiButtonBase-root {
  align-self: center;
}

/* line 1732, app/assets/stylesheets/active_admin.scss */
.graph_custom_select .MuiSelect-select:focus {
  background-color: transparent !important;
}

/* line 1737, app/assets/stylesheets/active_admin.scss */
.logo_orange {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAGTIAAAU4CAYAAAA4J34%2BAAAACXBIWXMAAC4jAAAuIwF4pT92AAAgAElEQVR4nOzd3VEb6bqG4edzAigDyAAygAwgA7MjWKyq73xpzrtqMRFsOQOcAUQwOIItMhAR9C6JlkdmzAxgCanV11XVJez59ftQhY50l7ZtAwAAAAAAAAAAAAAAAAAAAAAAAAAAAINTy0mS0Qt%2F7LNXnmP%2Bz59s4HTT7nmN2xf%2FnqZ9%2Ba8BAAA8I2QCAAAAAAAAAAAAAAAAAAAAAAAAAABAv%2Fw1QPI8OvL81%2FO%2F99jK3z38JJJyn2S28uvnIZX7NO0sAADAXhMyAQAAAAAAAAAAAAAAAAAAAAAAAAAAYHt%2BjJK89PVRkkMr7YzHLnyydLvy9WoQRfwEAAB6RsgEAAAAAAAAAAAAAAAAAAAAAAAAAACA9avlrPt3rgZJlr8nTDI8d92feLYSQVlGT2Zp2vuhHwgAAHaBkAkAAAAAAAAAAAAAAAAAAAAAAAAAAACvV8uoi5NkJUyyjJUIlPCrlsGTZeRk2j1iJwAA8AGETAAAAAAAAAAAAAAAAAAAAAAAAAAAAPjTn6GSn70euxQ7YBk7uf3htWlvjQMAAL9GyAQAAAAAAAAAAAAAAAAAAAAAAAAAAGBoajlKcrQSKjkTKmFPPCa5TzLrXqfdc5%2BmnRkZAAD%2BnpAJAAAAAAAAAAAAAAAAAAAAAAAAAADAPhIrgZ%2B5EzkBAICXCZkAAAAAAAAAAAAAAAAAAAAAAAAAAAD0WS0nK8GSZbTk1KbwJo%2FP4ia3i%2BBJ0947IwAAQyJkAgAAAAAAAAAAAAAAAAAAAAAAAAAA0Ad%2FDZbMvz62HWzcty5ucv89diJwAgDAnhIyAQAAAAAAAAAAAAAAAAAAAAAAAAAA2CW1rMZKBEtgd337HjZJbrvAydReAAD0mZAJAAAAAAAAAAAAAAAAAAAAAAAAAADAttRy1oVKltGSU1tArz12cZP775GTpr01KQAAfSFkAgAAAAAAAAAAAAAAAAAAAAAAAAAAsGm1jFZiJcvn2N1hML79EDgRNwEAYEcJmQAAAAAAAAAAAAAAAAAAAAAAAAAAAKxbLWdJzlaiJYduDDwjbgIAwM4RMgEAAAAAAAAAAAAAAAAAAAAAAAAAAPgVT9GSk5Xn2D2BdxI3AQBgq4RMAAAAAAAAAAAAAAAAAAAAAAAAAAAAXquWoySr4ZJTtwM27G4lbnKbpp06OAAAmyJkAgAAAAAAAAAAAAAAAAAAAAAAAAAA8JJazlbCJfPXA7cCtuxxETT5M2xyaxAAANZFyAQAAAAAAAAAAAAAAAAAAAAAAAAAACCLaMmoi5UswyWn7gL0xLcubvIUOGnaqeEAAHgPIRMAAAAAAAAAAAAAAAAAAAAAAAAAAGCYajlaCZfMn0PfCcCeeHgWNrk3LAAAryFkAgAAAAAAAAAAAAAAAAAAAAAAAAAADINwCTBcjythk1thEwAAXiJkAgAAAAAAAAAAAAAAAAAAAAAAAAAA7CfhEoCXCJsAAPBTQiYAAAAAAAAAAAAAAAAAAAAAAAAAAMB%2BEC4BeC9hEwAAFoRMAAAAAAAAAAAAAAAAAAAAAAAAAACAfqpltBItuRAuAVibh2dhk6nTAgAMg5AJAAAAAAAAAAAAAAAAAAAAAAAAAADQH7WshkuOLQfwIeZhk5uVsMnM2QEA9pOQCQAAAAAAAAAAAAAAAAAAAAAAAAAAsLtqOeqiJcuAyYG1ALburoua3KRp780BALA%2FhEwAAAAAAAAAAAAAAAAAAAAAAAAAAIDdUssyXDJ%2FPbQOwE57XARN%2FgybzMwFANBfQiYAAAAAAAAAAAAAAAAAAAAAAAAAAMB21XLURUvm8ZJzawD02rcubDKPmtybEgCgX4RMAAAAAAAAAAAAAAAAAAAAAAAAAACAj1fLWRcvmT%2BHFgDYS49d1OS2C5vMzAwAsNuETAAAAAAAAAAAAAAAAAAAAAAAAAAAgM2rZdRFS5YBkwNXBxicuy5sMo%2BaTM0PALB7hEwAAAAAAAAAAAAAAAAAAAAAAAAAAIDNqOWoi5bMn1NXBmDFQxc1maRp7x0GAGA3CJkAAAAAAAAAAAAAAAAAAAAAAAAAAADrU8tJksskZ0mOXRaAV3jsoiY3adobBwMA2B4hEwAAAAAAAAAAAAAAAAAAAAAAAAAA4NfUMo%2BWXHTPoWsC8AvmUZPblbDJzDEBAD6OkAkAAAAAAAAAAAAAAAAAAAAAAAAAAPB2tVysxEsOXBCADfkqagIA8HGETAAAAAAAAAAAAAAAAAAAAAAAAAAAgNcRLwFgu%2B5WoiZTWwAArJ%2BQCQAAAAAAAAAAAAAAAAAAAAAAAAAA8DLxEgB207ckE1ETAID1EjIBAAAAAAAAAAAAAAAAAAAAAAAAAAB%2BJF4CQL8soyaTNO3MdgAA7ydkAgAAAAAAAAAAAAAAAAAAAAAAAAAAiJcAsC%2B%2BJrlZPKImAABvJmQCAAAAAAAAAAAAAAAAAAAAAAAAAABDVctJkssuXnLo%2BwCAPSNqAgDwRkImAAAAAAAAAAAAAAAAAAAAAAAAAAAwJLUcdfGSS%2FESAAbicSVocmN0AICXCZkAAAAAAAAAAAAAAAAAAAAAAAAAAMC%2Bq2W0Ei85tjcAA7aMmlynae99IwAA%2FEjIBAAAAAAAAAAAAAAAAAAAAAAAAAAA9lUt83DJRZJzGwPAXzwkmSyepp06DwCAkAkAAAAAAAAAAAAAAAAAAAAAAAAAAOyXWs6SLAMmB9YFgFf5luQ6yU2aduZkAMBQCZkAAAAAAAAAAAAAAAAAAAAAAAAAAEDf1XLUxUvmz6E9AeCXfOmCJjfOCAAMjZAJAAAAAAAAAAAAAAAAAAAAAAAAAAD0VS3LeMmpDQFg7R4WQZPkOk07dV4AYAiETAAAAAAAAAAAAAAAAAAAAAAAAAAAoE9qOUlyleQiyYHtAOBDfFsETeZhk6adOTkAsK%2BETAAAAAAAAAAAAAAAAAAAAAAAAAAAYNfVMkpy2T3H9gKArXlcxEzmUZOmvTcDALBvhEwAAAAAAAAAAAAAAAAAAAAAAAAAAGBX1XLWxUs%2B2wgAds7DImiSTNK0M%2FMAAPtAyAQAAAAAAAAAAAAAAAAAAAAAAAAAAHZJLaMuXnKV5NA2ANALX7qgya25AIA%2BEzIBAAAAAAAAAAAAAAAAAAAAAAAAAIBdUMtZFzD5bA8A6K2HJNdd1GRmRgCgb4RMAAAAAAAAAAAAAAAAAAAAAAAAAABgW2oZdfGSqySHdgCAvfKlC5rcmhUA6AshEwAAAAAAAAAAAAAAAAAAAAAAAAAA%2BGi1nHTxkoskB%2B4PAHvtIck4yU2admZqAGCXCZkAAAAAAAAAAAAAAAAAAAAAAAAAAMBHqeUyyfw5dXMAGJzHRcxkHjVp2qn5AYBdJGQCAAAAAAAAAAAAAAAAAAAAAAAAAACbVMtRFy%2B5SnLg1gBAkrskkzTtxDEAgF0iZAIAAAAAAAAAAAAAAAAAAAAAAAAAAJtQy1kXMPnsvgDACx4WQZPkOk07cyQAYNuETAAAAAAAAAAAAAAAAAAAAAAAAAAAYJ1qmcdLrpIcuysA8AZfuqDJvaMBANsiZAIAAAAAAAAAAAAAAAAAAAAAAAAAAL%2BqlqMky4DJgXsCAL%2FgLskkTTtxRADgowmZAAAAAAAAAAAAAAAAAAAAAAAAAADAe9Vy0sVLPrshALBmD0muu6jJzHEBgI8gZAIAAAAAAAAAAAAAAAAAAAAAAAAAAG9Vy0UXMDl1OwBgwx4XMZN51KRpp44NAGySkAkAAAAAAAAAAAAAAAAAAAAAAAAAALxGLaMk84DJOMmhmwEAW%2FBlETVp2lvHBwA2QcgEAAAAAAAAAAAAAAAAAAAAAAAAAAD%2BzlPA5Kp7DtwKANgBd0mu07Q3xgAA1knIBAAAAAAAAAAAAAAAAAAAAAAAAAAAfqaWoyTjJJ%2FdBwDYUQ%2BL9ytNOzEQALAOQiYAAAAAAAAAAAAAAAAAAAAAAAAAALCqlrMklwImAECPPCa5XjxNOzMcAPBeQiYAAAAAAAAAAAAAAAAAAAAAAAAAAJDvAZNxklP3AAB6ah40mXRBk6kRAYC3EjIBAAAAAAAAAAAAAAAAAAAAAAAAAGDYarlMcpXkeOinAAD2ypdFpE3QBAB4AyETAAAAAAAAAAAAAAAAAAAAAAAAAACG6SlgMk5y6DsAANhj86DJJE17a2QA4J8ImQAAAAAAAAAAAAAAAAAAAAAAAAAAMBy1jJJcCJgAAAN0t3gPJGgCAPwNIRMAAAAAAAAAAAAAAAAAAAAAAAAAAPbfU8DkqnsOLA4ADJigCQDwIiETAAAAAAAAAAAAAAAAAAAAAAAAAAD2l4AJAMBLBE0AgL8QMgEAAAAAAAAAAAAAAAAAAAAAAAAAYP8ImAAAvNZDFzSZuBgAIGQCAAAAAAAAAAAAAAAAAAAAAAAAAMD%2BEDABAHgvQRMAQMgEAAAAAAAAAAAAAAAAAAAAAAAAAIA9IGACALAugiYAMGBCJgAAAAAAAAAAAAAAAAAAAAAAAAAA9JeACQDApgiaAMAACZkAAAAAAAAAAAAAAAAAAAAAAAAAANA%2FAiYAAB%2FlYfGeq2lvXBwA9p%2BQCQAAAAAAAAAAAAAAAAAAAAAAAAAA%2FSFgAgCwLXdJxmnaWwsAwP4SMgEAAAAAAAAAAAAAAAAAAAAAAAAAoB9quVp8eLaACQDANgmaAMAeEzIBAAAAAAAAAAAAAAAAAAAAAAAAAGC31XLZBUwOLQUAsDMETQBgDwmZAAAAAAAAAAAAAAAAAAAAAAAAAACwmwRMAAD6YB40uUzTTq0FAP0nZAIAAAAAAAAAAAAAAAAAAAAAAAAAwG6p5SzJdZJjywAA9MaXRYRO0AQAek3IBAAAAAAAAAAAAAAAAAAAAAAAAACA3fAUMBknObUIAEBv%2Fd4FTWYmBID%2BETIBAAAAAAAAAAAAAAAAAAAAAAAAAGC7ajlKcp3k3BIAAHvhsXt%2Fdy1oAgD9ImQCAAAAAAAAAAAAAAAAAAAAAAAAAMB21DLqPuD6swUAAPbSPGhylaadmBcA%2BkHIBAAAAAAAAAAAAAAAAAAAAAAAAACAj%2FUUMLnqngPXBwDYew9JxoImALD7hEwAAAAAAAAAAAAAAAAAAAAAAAAAAPg4tVwmuRYwAQAYpLsuaHJrfgDYTUImAAAAAAAAAAAAAAAAAAAAAAAAAABsXi1nSSZJDl0bAGDwvia5StNOh34IANg1QiYAAAAAAAAAAAAAAAAAAAAAAAAAAGxOLSdJrpOcujIAAM%2F8nmScpp05DADsBiETAAAAAAAAAAAAAAAAAAAAAAAAAADWr5ZRFzD57LoAAPyNxy5mcu1IALB9QiYAAAAAAAAAAAAAAAAAAAAAAAAAAKzPU8DkqnsOXBYAgFd6WLyHbNobBwOA7REyAQAAAAAAAAAAAAAAAAAAAAAAAABgPWq5TDJOcuiiAAC8010XNLl3QAD4eEImAAAAAAAAAAAAAAAAAAAAAAAAAAD8mlrOuoDJqUsCALAmX7qgycxBAeDjCJkAAAAAAAAAAAAAAAAAAAAAAAAAAPA%2BtYySXCf57IIAAGzA4yKY17TXjgsAH0PIBAAAAAAAAAAAAAAAAAAAAAAAAACAt6tlnOQqyYHrAQCwYQ9JLtO0tw4NAJslZAIAAAAAAAAAAAAAAAAAAAAAAAAAwOvVcpZkkuTQ1QAA%2BGBfFzG9pp06PABshpAJAAAAAAAAAAAAAAAAAAAAAAAAAAD%2FrJajJNdJzl0LAIAt%2B23x3rRpZ4YAgPUSMgEAAAAAAAAAAAAAAAAAAAAAAAAA4GW1jJJcJfmPKwEAsEMeFu9Tm%2FbGKACwPkImAAAAAAAAAAAAAAAAAAAAAAAAAAD8XC0XSa6THLoQAAA76i7JZZp2aiAA%2BHVCJgAAAAAAAAAAAAAAAAAAAAAAAAAA%2FKiWoySTJKcuAwBAT%2Fy2iPA17cxgAPB%2Bn9wOAAAAAAAAAAAAAAAAAAAAAAAAAIDvahkn%2BT8REwAAeuY%2FSe5Ty4XhAOD9Stu2zgcAAAAAAAAAAAAAAAAAAAAAAAAAMHS1nCWZJDkc%2BikAAOi9uySXadqpKQHgbYRMAAAAAAAAAAAAAAAAAAAAAAAAAACGrJZRFzA5930AAMAeeUxynaYdGxUAXk%2FIBAAAAAAAAAAAAAAAAAAAAAAAAABgqGq5SjL%2FYOcD3wMAAOyphySXadpbAwPAPxMyAQAAAAAAAAAAAAAAAAAAAAAAAAAYmlpOkkySHNseAICB%2BJLkKk07MzgAvEzIBAAAAAAAAAAAAAAAAAAAAAAAAABgKGoZJRkn%2BZfNAQAYoMcuZjIxPgD8nJAJAAAAAAAAAAAAAAAAAAAAAAAAAMAQ1HKR5DrJob0BABi4uySXadrp0A8BAM8JmQAAAAAAAAAAAAAAAAAAAAAAAAAA7LNaRkkmSc7tDAAAP%2FgtTTt2EgD4k5AJAAAAAAAAAAAAAAAAAAAAAAAAAMC%2BquUqyfyDmQ9sDAAAP%2FUtyVWa9tZ5AEDIBAAAAAAAAAAAAAAAAAAAAAAAAABg%2F9RylGSS5NS6AADwKr8vIoBNO3MuAIZMyAQAAAAAAAAAAAAAAAAAAAAAAAAAYJ%2FUMk5yleTArgAA8CYPSS7TtLfOBsBQCZkAAAAAAAAAAAAAAAAAAAAAAAAAAOyDWk6STJIc2xMAAH7J1y5oMnNGAIbmk8UBAAAAAAAAAAAAAAAAAAAAAAAAAHqulnGSP0RMAABgLc6TTFPLhXMCMDSlbVujAwAAAAAAAAAAAAAAAAAAAAAAAAD0US0nSSYCJgAAsDFfk1ymaWdODMAQfLIyAAAAAAAAAAAAAAAAAAAAAAAAAEAP1TJO8oeICQAAbNR5kmlquXBmAIagtG1raAAAAAAAAAAAAAAAAAAAAAAAAACAvqjlJMlEwAQAAD7c1ySXadqZ0wOwrz5ZFgAAAAAAAAAAAAAAAAAAAAAAAACgJ2oZJ%2FlDxAQAALbiPMk0tVw4PwD7qrRta1wAAAAAAAAAAAAAAAAAAAAAAAAAgF1Wy0mSiYAJAADsjK9JLtO0M5MAsE8%2BWRMAAAAAAAAAAAAAAAAAAAAAAAAAYIfVMk7yh4gJAADslPMk09RyYRYA9klp29agAAAAAAAAAAAAAAAAAAAAAAAAAAC7ppaTJBMBEwAA2Hlfk1ymaWemAqDvPlkQAAAAAAAAAAAAAAAAAAAAAAAAAGDH1DJO8oeICQAA9MJ5kvvUcmYuAPqutG1rRAAAAAAAAAAAAAAAAAAAAAAAAACAXVDLUZJJklN7AABAL%2F2eZJymnZkPgD4SMgEAAAAAAAAAAAAAAAAAAAAAAAAA2AW1XC0%2B8Dg5sAcAAPTaQ5KLNO29GQHoGyETAAAAAAAAAAAAAAAAAAAAAAAAAIBtqmWUZJLk3A4AALBXfkvTjk0KQJ8ImQAAAAAAAAAAAAAAAAAAAAAAAAAAbEstF13E5MAGAACwl74luUjTTs0LQB8ImQAAAAAAAAAAAAAAAAAAAAAAAAAAfLRaRknGSf7l9gAAsPceF%2B%2F%2Fm%2Fba1ADsOiETAAAAAAAAAAAAAAAAAAAAAAAAAICPVMtJkkmSY3cHAIBB%2BZrkMk07MzsAu%2BqTZQAAAAAAAAAAAAAAAAAAAAAAAAAAPkgt4yR%2FiJgAAMAgnSeZppYz8wOwq0rbtsYBAAAAAAAAAAAAAAAAAAAAAAAAANikWkZJbpKcujMAAJDk9zTtlUMAsGuETAAAAAAAAAAAAAAAAAAAAAAAAAAANqmWiySTJAfuDAAArPiW5DJNe%2B8oAOwKIRMAAAAAAAAAAAAAAAAAAAAAAAAAgE2oZZRknORf7gsAALzgMclVmnbiQADsAiETAAAAAAAAAAAAAAAAAAAAAAAAAIB1q%2BUkyfyDiI%2FdFqB35h8of%2F%2FC%2F%2FTsb%2F7aR5hHsk5e%2BO%2BM%2FNwB6LWvSS7TtDMzArBNQiYAAAAAAAAAAAAAAAAAAAAAAAAAAOtUy1WScZIDdwX4cA9Jpiv%2F0dtn%2FwPPfz1N006zz2o5e%2FanO%2Bqel3596tsWYGvmP8cu0rTbjGYBMHBCJgAAAAAAAAAAAAAAAAAAAAAAAAAA61DLKMkkybl7AqzNY5Llh7lPVyIl89%2Bbff%2B6aWdOvgG1nCQZdf%2Fi1eDJ6u8LnwCs37%2FTtNfuCsA2CJkAAAAAAAAAAAAAAAAAAAAAAAAAAPyqpw96v0ly6JYAr%2Fati5EsAyWzlWiJOEnf1LIaOjnrXpfBkyM%2FIwHe7C7JhZ%2BHAHw0IRMAAAAAAAAAAAAAAAAAAAAAAAAAgF9Ry1WS%2F7ohwF%2Fcdb9x%2B8Nr09461UDVMuriJlmJnSxfT4d%2BHoCfeOxiJn52AvBhhEwAAAAAAAAAAAAAAAAAAAAAAAAAAN7j6cPYJ0nO3Q8YqIck0yT3SWbfX33YOu%2F1Z%2Bhk%2BXrUPfOvD9wVGLDf0rRj3wAAfAQhEwAAAAAAAAAAAAAAAAAAAAAAAACAt6pl%2FoHqN0kO3Q4YgLsuWDIVK2Grajn7SeTk1CjAQMx%2FHl%2BkaWcGB2CThEwAAAAAAAAAAAAAAAAAAAAAAAAAAN6ilqsk%2F3UzYM88dpGS%2B5Vgyb0PS6cXallGTU5WXufPgQGBPfPYxUwExQDYGCETAAAAAAAAAAAAAAAAAAAAAAAAAIDXqGWUZJLk3L2Anrv7IVYiWMK%2BevrZfbLyzCMnp%2FYG9sC%2F07TXhgRgE4RMAAAAAAAAAAAAAAAAAAAAAAAAAAD%2BSS3zDz%2B%2FSXLoVkCPPHTBktuVYMnUgAxeLUfPAicnfsYDPfQ1yaUYGQDrJmQCAAAAAAAAAAAAAAAAAAAAAAAAAPB3arlM8r9uBOy4h%2B%2BxkmW4xAebw%2BvVMuqCJmdJlqGTYxcEdtz85%2F9FmvbeUACsi5AJAAAAAAAAAAAAAAAAAAAAAAAAAMDPPH2g%2BXWSz%2B4D7BjREvgotZytBE7mr4duD%2Byg%2F0nTTgwDwDoImQAAAAAAAAAAAAAAAAAAAAAAAAAAPFfL%2FIPK5x8EfOw2wJY9%2FhAsmb%2BKlsD2PIXOlmGTZdzkwCLADviS5Mr7BAB%2BlZAJAAAAAAAAAAAAAAAAAAAAAAAAAMCqWi66iIkPJQe24aGLljyFS5r23gqw42o5WomanAmhAVv0LclFmnZqBADeS8gEAAAAAAAAAAAAAAAAAAAAAAAAAGCplnHy%2F%2Bzd3VEcZ7f34f%2F9JgAZQAbgCDRvBGJHoFEEwlX3ufF5VxlHoCEDFIEhgg0ZQAYQQe%2FqmUbCH5L4Gpjuvq6qKdmux%2BWn1oKZnpP1y2%2FmAbyi82Ww5C5e0rQ3hg8DV8v2vahJ93pnpcAruk0yT9OeGjoATyFkAgAAAAAAAAAAAAAAAAAAAAAAAACwOjh%2B6tA48ArO70VLzgwcJqKW%2B2GT7rVl9cCa%2FZ6mPTJkAB5LyAQAAAAAAAAAAAAAAAAAAAAAAAAAmLbVYfEuYrIz9VEAayFcAvybsAnwOr4kmadpb8wbgIcSMgEAAAAAAAAAAAAAAAAAAAAAAAAApquWeZJjx8OBFyRcAjyesAmwPpd9zOTCjAF4CCETAAAAAAAAAAAAAAAAAAAAAAAAAGCaaukCJp9sH3imyz5ccipcAryYb2GTgyTvDBZ4pts%2BZnJqkAD8jJAJAAAAAAAAAAAAAAAAAAAAAAAAADAttWwvgwOOggNPc92HS%2B7iJTfmCKxdLQd92KR77Rk48ES%2Fp2mPDA%2BAHxEyAQAAAAAAAAAAAAAAAAAAAAAAAACmo5b9PmKyY%2BvAI5z37x1nadoLgwPeVC2796ImXeBky0KAR%2FiSZC7GBsD3CJkAAAAAAAAAAAAAAAAAAAAAAAAAANNQyzzJsWPfwANcL6Ml3%2BIlDn0Dm2sVajvoX3s2BTzAZR8zEWgD4F%2BETAAAAAAAAAAAAAAAAAAAAAAAAACA8aulC5h8smngB7qD3os%2BXOKoNzBMtWzfi5rMBNyAH7jtYyanhgTAfUImAAAAAAAAAAAAAAAAAAAAAAAAAMB4rY55d4d539ky8A%2B3y2jJ6j3iNE17Y0DA6NRyFzTp%2FtyxYOA%2F%2FJqmPTYYAO4ImQAAAAAAAAAAAAAAAAAAAAAAAAAA41TLfpJFkj0bBnrXX%2BMlTXtqKMCkrJ6NuqjJ3PMR8A8nSQ6F3QCIkAkAAAAAAAAAAAAAAAAAAAAAAAAAMEq1zJahgmTLgmHyrvv3g0Wa9mLqwwBYqmU3yUEfNnlvKECSy%2BV7gpgJwOQJmQAAAAAAAAAAAAAAAAAAAAAAAAAA41LLPMlnW4VJu%2BzjJafiJQA%2FUct2HzU5EDWBybvtYyaenwAmTMgEAAAAAAAAAAAAAAAAAAAAAAAAABiPWhZJPtgoTFIXL1n08ZIrPwIATyBqAqxiJodp2oVZAEyTkAkAAAAAAAAAAAAAAAAAAAAAAAAAMHyro9unSd7ZJkyKeAnAuoiawNT9nqY9mvoQAKZIyAQAAAAAAAAAAAAAAAAAAAAAAAAAGLZa9vuQwZ5NwiRc97%2FzC%2FESgFciagJTdZKmnds%2BwLQImQAAAAAAAAAAAAAAAAAAAAAAAAAAw1XLLMlpki1bhFG77n%2FXu3jJhVUDvCFRE5iayySzNO2NzQNMg5AJAAAAAAAAAAAAAAAAAAAAAAAAADBMtcyTfLY9GK3be%2FGSM2sG2EC17PZBk%2B65bM%2BKYLSul7%2FrgnIAkyBkAgAAAAAAAAAAAAAAAAAAAAAAAAAMTy3HST7ZHIzSlz5ecmq9AAOyipoc9mGTHauD0bntYyYCcwAjJ2QCAAAAAAAAAAAAAAAAAAAAAAAAAAxHLdtJuojJB1uDUbnsf7dP07Q3VgswcLXMksz7qMmWdcKofEzTLqwUYLyETAAAAAAAAAAAAAAAAAAAAAAAAACAYVhFTM6S7NkYjML1MlzSBUya9spKAUaqlrugyXsrhtH4M017aJ0A4yRkAgAAAAAAAAAAAAAAAAAAAAAAAABsvlr2%2B%2BDBjm3B4J0sf5%2Bb9tQqASaklt0%2BaHLomYlTQf4AACAASURBVA5G4WT5%2B9y0N9YJMC5CJgAAAAAAAAAAAAAAAAAAAAAAAADAZqtl1kdMtmwKBusyyWL5cuwagNXz3bwPm3jGg%2BHqnvFmnu8AxkXIBAAAAAAAAAAAAAAAAAAAAAAAAADYXLV0B64%2F2xAM0m0fITpO015YIQD%2FUst2HzM5TLJnQDBIl8swkec9gNEQMgEAAAAAAAAAAAAAAAAAAAAAAAAANlMtR0l%2Bsx0YnMtlvKSLmDTtjfUB8CC17PdBky5ssmVoMChdwG4mZgIwDkImAAAAAAAAAAAAAAAAAAAAAAAAAMDmqWWR5IPNwGDcLsMlXcDEAWsAnqOW7T5m0kVN9swSBuN2%2BXvbtAsrAxg2IRMAAAAAAAAAAAAAAAAAAAAAAAAAYHOsDld3MYR3tgKDcLmMl3S%2Ft017Y2UAvKha9vugSRc22TJcGISPYiYAwyZkAgAAAAAAAAAAAAAAAAAAAAAAAABshlXE5CzJno3AxjtJskjTnlkVAGu3ek6c91GTHQOHjfdnmvbQmgCGScgEAAAAAAAAAAAAAAAAAAAAAAAAAHh7tewnOXWYGjba9TJekhynaW%2BsCoA3UcusD5q8twDYaCdp2rkVAQyPkAkAAAAAAAAAAAAAAAAAAAAAAAAA8LZWEZOzJFs2ARvpfBkwadqF9QCwMWrZ7YMmc8%2BRsLG%2BLH9HRfAABkXIBAAAAAAAAAAAAAAAAAAAAAAAAAB4O7UcLAMJjk%2FDJjpJcpymvbAdADZaLV3M5CjJjkXBxrlMMhMzARgOIRMAAAAAAAAAAAAAAAAAAAAAAAAA4G2sDk5%2FNn3YKLfLeMkqYOLYNADDUsssyWGS9zYHG6WLmRykaa%2BsBWDzCZkAAAAAAAAAAAAAAAAAAAAAAAAAAK%2Bvlu7A9B8mDxvjOslRmnZhJQAMXi27y8%2B1LpyQbFkobIQumDdL015YB8BmEzIBAAAAAAAAAAAAAAAAAAAAAAAAAF5XLV0o4YOpw0Y47wMmZ9YBwOjUsp2kC%2BjNk%2BxYMLw5MROAARAyAQAAAAAAAAAAAAAAAAAAAAAAAABej4gJbIqTPmByZSMATEIt8%2BVnn6AJvLXbZWCoaRc2AbCZhEwAAAAAAAAAAAAAAAAAAAAAAAAAgPWrZTtJd6j2vWnDm7ntfw%2BPBUwAmKxaZn3Q5J0fAnhTH8VMADaTkAkAAAAAAAAAAAAAAAAAAAAAAAAAsF6riMlZkj2Thjdxu4yXrAImN1YAAF%2BDJvMkH4wD3oyYCcAGEjIBAAAAAAAAAAAAAAAAAAAAAAAAANZHxATe0nWSI8ehAeAHatldfl4KmsBb%2BT1Ne2T6AJtDyAQAAAAAAAAAAAAAAAAAAAAAAAAAWI9a9pMsREzg1QmYAMBjrYIm8ySHSbbMD17VSZp2buQAm0HIBAAAAAAAAAAAAAAAAAAAAAAAAAB4eauIyZkj0PCqzpfxIAETAHi6Wrb7mImgCbwuMROADSFkAgAAAAAAAAAAAAAAAAAAAAAAAAC8LBETeG1dwOQoTXtm8gDwQgRN4C2ImQBsACETAAAAAAAAAAAAAAAAAAAAAAAAAODliJjAaxIwAYB1EzSB19Y94x6kaW9MHuBtCJkAAAAAAAAAAAAAAAAAAAAAAAAAAC%2BjloMkCweeYe0ETADgtQmawGu6TDITMwF4G0ImAAAAAAAAAAAAAAAAAAAAAAAAAMDz1TJP8tkkYa0ETADgrQmawGsRMwF4I0ImAAAAAAAAAAAAAAAAAAAAAAAAAMDziJjAugmYAMCmETSB1yBmAvAGhEwAAAAAAAAAAAAAAAAAAAAAAAAAgKcTMYF1EjABgE0naALrJmYC8MqETAAAAAAAAAAAAAAAAAAAAAAAAACApxExgXW5TjIXMAGAARE0gXXqYiYHadorUwZYPyETAAAAAAAAAAAAAAAAAAAAAAAAAODxRExgHbqAyVGadmG6ADBQgiawLrdJZmnaCxMGWC8hEwAAAAAAAAAAAAAAAAAAAAAAAADgcWo5SvKbqcGLETABgLGpZXf5%2BZ58sFt4MWImAK9AyAQAAAAAAAAAAAAAAAAAAAAAAAAAeLhaFo4xw4vpDjEfp2mPjBQARkrQBF6amAnAmgmZAAAAAAAAAAAAAAAAAAAAAAAAAAAPI2ICL2UVMFlFTG5MFQAmoJb9%2FvP%2FnXXDs4mZAKyRkAkAAAAAAAAAAAAAAAAAAAAAAAAA8HMiJvBSTpIcpWmvTBQAJqiW2fJZQNAEnkvMBGBNhEwAAAAAAAAAAAAAAAAAAAAAAAAAgB8TMYGXcJ5kLmACACzVMu%2BDJjsGAk8mZgKwBkImAAAAAAAAAAAAAAAAAAAAAAAAAMD3iZjAc10mOUzTnpkkAPAvtRwtnxWSLcOBJxEzAXhhQiYAAAAAAAAAAAAAAAAAAAAAAAAAwH8TMYHnuE5ylKZdmCIA8EO1bC%2BfG5JPBgVPImYC8IKETAAAAAAAAAAAAAAAAAAAAAAAAACAfxMxgafqjigfL19Ne2OKAMCD1bLbP0e8NzR4NDETgBciZAIAAAAAAAAAAAAAAAAAAAAAAAAA%2FJ2ICTzVSZKjNO2VCQIAT1bLrA%2Ba7BkiPIqYCcALEDIBAAAAAAAAAAAAAAAAAAAAAAAAAL4RMYGnOO8DJmemBwC8mFrmfdBky1DhwcRMAJ5JyAQAAAAAAAAAAAAAAAAAAAAAAAAAWBExgce67gMmC5MDANailu0kh0l%2BM2B4MDETgGcQMgEAAAAAAAAAAAAAAAAAAAAAAAAAREzg8X5PcpymvTE7AGDtatlN0j2zvzNseBAxE4AnEjIBAAAAAAAAAAAAAAAAAAAAAAAAgKkTMYHH%2BJLkME17ZWoAwKurZdYHTXYMH35KzATgCYRMAAAAAAAAAAAAAAAAAAAAAAAAAGDKREzgoa6TzNO0ZyYGALy5Wo6WcbVkyzLgh8RMAB5JyAQAAAAAAAAAAAAAAAAAAAAAAAAApqqW7vDxH%2FYPP9QdPj5O0x4ZEwCwUWrZXT6nJO8tBn7oso%2BZ3BgTwM8JmQAAAAAAAAAAAAAAAAAAAAAAAADAFNUyT%2FLZ7uGHviQ5TNNeGRMAsLFqmSVZJNmxJPguMROABxIyAQAAAAAAAAAAAAAAAAAAAAAAAICpETGBn7lOMk%2FTnpkUADAYtRwtI2zJlqXBfxIzAXgAIRMAAAAAAAAAAAAAAAAAAAAAAAAAmBIRE%2FiZ39O0R6YEAAxSLbtJjpO8t0D4T2ImAD8hZAIAAAAAAAAAAAAAAAAAAAAAAAAAUyFiAj9ynmSepr0yJQBg8Go56IMmO5YJ%2FyJmAvADQiYAAAAAAAAAAAAAAAAAAAAAAAAAMAUiJvA9t33A5NSEAIBRqWU7yVGSTxYL%2FyJmAvAdQiYAAAAAAAAAAAAAAAAAAAAAAAAAMHa17Cf5X3uGf%2Flzedzb8WIAYMxW3wcWSfbsGf7mJE07NxKAvxMyAQAAAAAAAAAAAAAAAAAAAAAAAIAxWx0tPkuyZc%2Fw1XWSeZr2zEgAgMmo5XAZcfPdAO4TMwH4ByETAAAAAAAAAAAAAAAAAAAAAAAAABgrERP4L7%2BnaY9MBgCYpFp2kyySvPMDAF%2BJmQDcI2QCAAAAAAAAAAAAAAAAAAAAAAAAAGMkYgL%2FdJ7kME17YTIAwOTVctAHTXxfgBUxE4CekAkAAAAAAAAAAAAAAAAAAAAAAAAAjE0t20muHCWGpdskR2naY%2BMAALhn9b2hi5m8NxZY%2BpimXRgFMHVCJgAAAAAAAAAAAAAAAAAAAAAAAAAwJqtjxGdJ9uwVcp5knqa9MgoAgO%2BoZdYHTXaMCMRMAIRMAAAAAAAAAAAAAAAAAAAAAAAAAGAsREzgzm2SozTtsYkAADzA6rvEUZJPxgViJsC0CZkAAAAAAAAAAAAAAAAAAAAAAAAAwFjUciFiAjlPMk%2FTXhkFAMAj1TJL0gUcdoyOifslTXsx9SEA0yRkAgAAAAAAAAAAAAAAAAAAAAAAAABjUEt3bPiDXTJht33A5NQPAQDAM9SyneQoySdjZMK67xczMRNgioRMAAAAAAAAAAAAAAAAAAAAAAAAAGDoREzgPMlBmvZm8pMAAHgptcySdN81dsyUiRIzASZJyAQAAAAAAAAAAAAAAAAAAAAAAAAAhqyW4ySf7JCJ6g4LH6Vpj%2F0AAACsQS3by%2Bct3zmYrusk%2B6KJwJQImQAAAAAAAAAAAAAAAAAAAAAAAADAUNUyT%2FLZ%2Fpio8yTzNO2VHwAAgDWrZZZkkWTHqJmgyyQzMRNgKv6fTQMAAAAAAAAAAAAAAAAAAAAAAADAAImYMF23SX5N085ETAAAXknTniXZT%2FLFyJmgvSRnFg9MRWnb1rIBAAAAAAAAAAAAAAAAAAAAAAAAYEhq6Q4I%2F6%2BdMUGXSQ4ETAAA3lAtB0kWSbasgYk5SdPOLR0YOyETAAAAAAAAAAAAAAAAAAAAAAAAABiSVcTkzNFgJuj3NO2RxQMAbIBatpOcJnlnHUyMmAkwekImAAAAAAAAAAAAAAAAAAAAAAAAADAUtewmuRAxYWKukxykaS8sHgBgw9RymOTIdxQm5tc07bGlA2MlZAIAAAAAAAAAAAAAAAAAAAAAAAAAQ1DLdpKzJHv2xYT8uTyM3bQ3lg5svFr2k2y%2F0P%2FNC%2B99wGCs3v8WvqswMR%2FTtAtLB8ZIyAQAAAAAAAAAAAAAAAAAAAAAAAAANp2ICdNzm2Sepj21e%2BDF%2FTs4MvvHf2K3f%2F3Tuw1axnWSq%2F%2F45xdJ7gdQrv7xv7tK0%2F7XvwfwfLUcJfnNJJmQX9K0FxYOjI2QCQAAAAAAAAAAAAAAAAAAAAAAAABsuloWST7YExNxnuQgTXtj4cCD%2FD1Mchcl6f5%2B%2F95fi4H9220fPrlz1v95c%2B%2BfC58Aj1NL9z7cfX%2FZMTkm4Hb57CFmAoyMkAkAAAAAAAAAAAAAAAAAAAAAAAAAbDIRE6bl1zTtsZ0DX60O4qePknRBkt3%2BJU7y%2Bs77%2F%2BJFHzu5%2BfrXDrgD99Wy3cdM3psLE3C7fDYRYgRGRMgEAAAAAAAAAAAAAAAAAAAAAAAAADZVLfMkn%2B2HCbhMMncIHyaolrtAyV2w5O7Pd34cBukudnImdAKklsMkR0m2DIORu1w%2Bw4iZACMhZAIAAAAAAAAAAAAAAAAAAAAAAAAAm0jEhOk4SXLo6C%2BM2N9jJd2f3d%2FvJtmx9km5TnL1NW5yFzsROYFxW30GLJLs2TQj9yVNe2DJwBgImQAAAAAAAAAAAAAAAAAAAAAAAADAplkd%2B%2B2Oe2%2FZDSN22wdMFpYMI1HLrA%2BU7N6Lljhcz0Nc3oucXC1fTXtmcjAStXSfB0dJPlkpI3eSpp1bMjB0QiYAAAAAAAAAAAAAAAAAAAAAAAAAsElq2e2PeIuYMGbdwfqDNO2VLcMArYJb3efV%2Fr3XjlWyBtf9c9HF18hJ014YNAxULQdJFr7rMHK%2FpmmPLRkYMiETAAAAAAAAAAAAAAAAAAAAAAAAANgUtWwnOUuyZyeM2J9p2kMLhoGoZdbHSu7CJe%2Bsjg1wvoya3AVOmvbMUmAgVuHGU995GLmPadqFJQNDJWQCAAAAAAAAAAAAAAAAAAAAAAAAAJuiljMH4hmx2yTzNO2pJcOG%2BhYtuXs5Ms%2BQXH4Nm4ibwOar5TjJJ5tipLrvPrM07YUFA0MkZAIAAAAAAAAAAAAAAAAAAAAAAAAAm6CWRZIPdsFIdcflD9K0VxYMG6KW%2B8GSmWgJI3U%2FbnLmoDxsmFoOknTfg7ashhG6XT5n%2BQ4EDJCQCQAAAAAAAAAAAAAAAAAAAAAAAAC8tVoOk%2FxhD4zUn2naQ8uFN1TL9r1gyaz%2Fa0fjmarzZdTkW9zkxk8CvKFadpOcCmoxUpfLZy%2BfNcDACJkAAAAAAAAAAAAAAAAAAAAAAAAAwFuqZZ7ksx0wQrdJ5mnaU8uFV7Y6Cj%2B7Fy9xHB6%2B77oPm6ziJk17YVbwBmo5TvLJ6BmhL2naA4sFhkTIBAAAAAAAAAAAAAAAAAAAAAAAAADeSi37%2FdHsLTtgZC77iIlj8PAavoVL7l475g5PdnsvbHLmswxe0SryeOz7ESN0kqadWywwFEImAAAAAAAAAAAAAAAAAAAAAAAAAPAWatlOcuVILyN0kuQwTXtjubAmwiXwmoRN4DWtYo%2BLJHvmzsh8TNMuLBUYAiETAAAAAAAAAAAAAAAAAAAAAAAAAHhtq4jJmeO8jJDjvLAOq8%2BNLlhyIFwCb64Lm5zeC5tcWQm8sNXnXvdM%2Bd5oGZn%2Fn6Y9s1Rg0wmZAAAAAAAAAAAAAAAAAAAAAAAAAMBrq6U7yvvB3BmR62VgoWkvLBVeSC2ze%2FES4SvYXNf%2FCJvc2BW8kFoOk%2FxhnIzI7fL5zvcmYMMJmQAAAAAAAAAAAAAAAAAAAAAAAADAa6rlKMlvZs6InPcRE4fb4Tlq2b0XLun%2B3DJPGKTzr2ETh%2Brh%2BVZhr1Ofi4zIZR8z8f0J2FhCJgAAAAAAAAAAAAAAAAAAAAAAAADwWmqZJ%2Fls3ozIn2naQwuFJ6plP8m8D5fsGSOMzvUyaPItbOJoPTxFLdv975LPSsbiPE07s01gUwmZAAAAAAAAAAAAAAAAAAAAAAAAAMBrWB2r747vbpk3I3Cb5DBNu7BMeITVIfaDPlxy4DMBJufL17BJ015ZPzxSLd2z5wdjYyREIYGNJWQCAAAAAAAAAAAAAAAAAAAAAAAAAOu2Olx%2F5WA9I3G9DDA07YWFwgPUsnsvXvLeyIDeZR81WfhMhUeoZZ7ks5ExEh%2FFIYFNJGQCAAAAAAAAAAAAAAAAAAAAAAAAAOtWS3eces%2BcGYHzPmJyY5nwA9%2FiJXPv%2F8ADdJGw02XYpGlPDQx%2Bopb9PgQkFMkY%2FCJoBWwaIRMAAAAAAAAAAAAAAAAAAAAAAAAAWKdaFkk%2BmDEj8Gea9tAi4TtWR9W7cMlMvAR4hts%2BanIqagI%2FUMt2HzPxmcvQde%2F7u2KRwCYRMgEAAAAAAAAAAAAAAAAAAAAAAACAdamliz78Yb4MXHdY9zBNu7BI%2BIdv8ZKDJDvGA7wwURP4kVXM5Fg4khG4TNPuWySwKYRMAAAAAAAAAAAAAAAAAAAAAAAAAGAdapkl%2BctsGbjugPosTXthkdCrZbcPlxyKlwCvSNQEvkdAknE4SdPO7RLYBEImAAAAAAAAAAAAAAAAAAAAAAAAAPDSVkfuu%2FDDltkyYJd9xOTGEpm8b%2FGS7rj03tTHAby5u6jJsdgY9GrpPqcXvoMxcB%2FTtAtLBN6akAkAAAAAAAAAAAAAAAAAAAAAAAAAvKRatpOcOXTPwJ0kORQxYdJW7%2Bd38ZJ3Ux8HsLGu%2B6jJQtSEyatlv%2F992Jn6KBi0X7yfA29NyAQAAAAAAAAAAAAAAAAAAAAAAAAAXlItiyQfzJQB%2Bz1Ne2SBTFYtB33AxHs5MDSXy6BJF3Jo2ivbY5KEJRm%2B2yS7opLAWxIyAQAAAAAAAAAAAAAAAAAAAAAAAICXUsthkj%2FMk4HqDuYepmkXFsjk1LKfZN6%2FtvwAACPwpQ%2Ba%2BFxnmgQmGbbLNO2%2BHQJvRcgEAAAAAAAAAAAAAAAAAAAAAAAAAF5CLbMkf5klA9VFTGZp2gsLZDJq2b4XL9mzeGCkbpdBk%2BTY5zyTIzTJsJ2kaed2CLwFIRMAAAAAAAAAAAAAAAAAAAAAAAAAeK5adpN0h6G3zJIBuuwjJjeWxySswlPdUegPFg5MzPUyaJIsfO4zGbXM%2B59739UYoo9p2oXNAa9NyAQAAAAAAAAAAAAAAAAAAAAAAAAAnquWLmKyZ44M0Jdl0MExc8ZuFZya968d%2BwbISR80OTMKRq%2BW%2FSRnYiYM1C9p2gvLA16TkAkAAAAAAAAAAAAAAAAAAAAAAAAAPEctiyQfzJABOknTzi2OUavloI%2BXvLdogP90neS4j5oImzFeq6jZqQAlA9S9T%2B97jwZek5AJAAAAAAAAAAAAAAAAAAAAAAAAADxVLd1x%2FM%2FmxwB9TNMuLI5RqmW7j5ccJtmxZIAHO%2BmDJmdGxiitnhG6mMk7C2ZgztO0M0sDXouQCQAAAAAAAAAAAAAAAAAAAAAAAAA8RS37Sbojz1vmx4DcLgMPTXtqaYxOLbM%2BYPLBcgGe5TrJcR81uTFKRqeWhecFBuj3NO2RxQGvQcgEAAAAAAAAAAAAAAAAAAAAAAAAAB6rlu0kF0l2zI4B6SImszTthaUxKrV08ZLDJHsWC%2FCiumeHLn52lKa9MlpGpZYuCPGbpTIw%2FyNKCbwGIRMAAAAAAAAAAAAAAAAAAAAAAAAAeKxausOh782NAblMcuAIOaNRy26Su4DJlsUCrN15kmMH9BmVVQzts6UyIF1gat%2F3OmDdhEwAAAAAAAAAAAAAAAAAAAAAAAAA4DFqOUrym5kxIF3EZJamvbE0Bq%2BWWR8w%2BWCZAG%2Fiehk0SRaeLRiF1bPFqTAaA3KZpt23MGCdhEwAAAAAAAAAAAAAAAAAAAAAAAAA4KFWR27%2FMi8G5CRNO7cwBq%2BWeR8weWeZABvhdhkz6aImTXtlJQxaLV0U4kzMhAHxPQ9YKyETAAAAAAAAAAAAAAAAAAAAAAAAAHiIWraTXDluy4A4bsuwrd53u5%2FhwyQ7tgmwsU6WUZOmPbMiBquW3SSnSfYskYH4mKZdWBawDkImAAAAAAAAAAAAAAAAAAAAAAAAAPAQtXSHmd%2BZFQPxa5r22LIYpFXA5LB%2FiUcBDMd5kuM07amdMUirZ5AzMRMG4jbJLE17YWHASxMyAQAAAAAAAAAAAAAAAAAAAAAAAICfqeUoyW%2FmxEB8TNMuLIvBqWU3Sfd%2B%2B8HyAAbtevl%2B7nmEIVrFTLqf3ff2xwBc9jGTG8sCXpKQCQAAAAAAAAAAAAAAAAAAAAAAAAD8SC2zJH%2BZEQNwm2Sepj21LAallv0khwImAKNz3Qchjh3ZZ3BqWXg2YSBO0rRzywJekpAJAAAAAAAAAAAAAAAAAAAAAAAAAHxPLdtJrpJsmREbrouYzNK0FxbFYKxCUUdJ3lkawKjdLmMmgiYMjZgJw%2FExTbuwL%2BClCJkAAAAAAAAAAAAAAAAAAAAAAAAAwPfUcubAPgMgYsKwCJgATNVd0GSRpr3yU8Ag1DJP8tmy2HC%2BEwIvSsgEAAAAAAAAAAAAAAAAAAAAAAAAAP5LLd2R%2Fd%2FMhg132R%2BsvbEoNp6ACQDfnCw%2FEwRNGAIxE4bBd0PgxQiZAAAAAAAAAAAAAAAAAAAAAAAAAMA%2FrY7t%2F2UubDiHahmG1fHvuYAJAP9B0IRhEDNhGP5M0x7aFfBcQiYAAAAAAAAAAAAAAAAAAAAAAAAAcF8t20m6Q8pb5sIGEzFh862iUMdJ9mwLgJ8QNGHz1bKf5Mx3RTbc%2F6RpTy0JeA4hEwAAAAAAAAAAAAAAAAAAAAAAAAC4r5buMO07M2GDdYe%2BD0VM2FirgMmR91IAnkDQhM0mZsLmu02y730UeA4hEwAAAAAAAAAAAAAAAACA%2F2Pv7o7autooAK%2FtBqADcAWQCqxUYFJB5ApCZva98f2Z%2BUgFxhUEVxBcQUQFwR1ABfubIymJ8%2BPYgH4OOs8zoyHOFV6vvLWPLt4FAAAAAAC%2Fq6VfvP9aHgzYu3RtakAMkgITAFZHcRvDpcyE4btO147NCXgoRSYAAAAAAAAAAAAAAAAAAAAAAAAAkD%2BW0f4qCwZMiQnDpMAEgPW4S3I%2Bfyk0YWiUmTB8b9K1M3MCHkKRCQAAAAAAAAAAAAAAAAAAAAAAAADUsp9kluRg9FkwVEpMGJ5aDpNcKDABYM0UmjBMi7vQZZIjE2Kgvk3XrgwHuK9nEgMAAAAAAAAAAAAAAAAAAAAAAACA%2BSJ%2BJSYM1RslJgxKv7S7lv7c%2FE2JCQAbsJfkdZKb1OJOxHB07SbJJMm1qTBQl8viVoB7Ka01iQEAAAAAAAAAAAAAAAAAAAAAAAAwXotlyG%2B9AxioV%2BnaheEwCIslyGdJfjAQALbo4%2FzzyB2JoVjcka6SHJkJA%2FQ%2BXTsxGOA%2BFJkAAAAAAAAAAAAAAAAAAAAAAAAAMF61HCaZJdnzLmCAlJgwDIvl3KfLl%2FMSgKH4sCw0uTIRtk6ZCcP2Y7p2bkbA11JkAgAAAAAAAAAAAAAAAAAAAAAAAMB41TKzaJaBUmLCMNQynS%2BJTw5MBICB6gtNpunajQGxVcpMGK67JJN0bWZGwNdQZAIAAAAAAAAAAAAAAAAAAAAAAADAONXSL%2BZ%2FbfoMkBITtq%2BWSZJzi7gBeELeJTlN124Nja1RZsJwXadrx%2BYDfA1FJgAAAAAAAAAAAAAAAAAAAAAAAACMz2JB%2Fy8mzwApMWG7ajlcFpi8NAkAnqC7%2BedY184Mj61RZsJw%2FZSunZoP8CWKTAAAAAAAAAAAAAAAAAAAAAAAAAAYl8VS2VmSA5NnYJSYsD2Ls7Ff%2Bv6DKQCwAz7OP9fcrdgWZSYM17fp2pX5AP%2FlmXQAAAAAAAAAAAAAAAAAAAAAAAAAGJkLJSYMkBITtqeW0yQ3SkwA2CH9ff9tarlKLccGy8Z17TbJJMm18BmYi2XRDsBnldaadAAAAAAAAAAAAAAAAAAAAAAAAAAYh1pOkvxs2gyMEhO2o5Z%2BufZ5kiMTAGDHvUtyuiyXgM1ZFEZcuW8xMO%2FTtRNDAT5HkQkAAAAAAAAAAAAAAAAAAAAAAAAA41DLYZJZkj0TZ0CUmLB5i%2FOwLzB5KX0ARuQuyVm6dm7obJQyE4bpu3Tt0myAf6PIBAAAAAAAAAAAAAAAAAAAAAAAAIBxqKVfHPvCtBkQJSZsXi1nSU6VOgEwYtfzz8KuXXkTsDHKTBievtzpOF27MRvg7xSZAAAAAAAAAAAAAAAAAAAAAAAAALD7aumX9v%2FPpBkQJSZsVi2TJP177kDyADD3flloYok%2Fm6HMhOH5kK5NzAX4O0UmAAAAAAAAAAAAAAAAAAAAAAAAAOy2Wo6T%2FGrKDIgSEzanlsMk50leQLH%2FHgAAIABJREFUSh0A%2FuEuyVm6di4aNkKZCcPzozMQ%2BDtFJgAAAAAAAAAAAAAAAAAAAAAAAADstlpmlsQyIEpM2JxaTufL2ZM9qQPAf7pOcpquXYmJtVNmwrD0hU6TdG1mLsDvFJkAAAAAAAAAAAAAAAAAAAAAAAAAsLtq6Rf4vzZhBkKJCZtRyyTJueXYAHBvP81LwLp2KzrWSpkJw3Kdrh2bCfA7RSYAAAAAAAAAAAAAAAAAAAAAAAAA7KZa%2BiWcv5ouA6HEhPVbLMTuC5x%2BkDYAPNhdklN3N9ZOmQnD8iZdOzMTIIpMAAAAAAAAAAAAAAAAAAAAAAAAANhJi4WwsyQHBswAKDFh%2FWo5SdK%2Fz%2FakDQAr8SHJNF27ESdro8yEYfkmXZuZCfBs9AkAAAAAAAAAAAAAAAAAAAAAAAAAsIvOlJgwEEpMWK9aDlPLZZKflZgAwEq9mJcj1nImVtama7dJJkmuhcwAeHYF5kprTRIAAAAAAAAAAAAAAAAAAAAAAAAA7I5a%2BiWwv5goA%2FAuXZsaBGtTy%2BmyuEmBCQCsV18yMU3XZnJmLWo5TnLlXscAvEnXFDjByCkyAQAAAAAAAAAAAAAAAAAAAAAAAGB31LKfpF8ufGCqbJkSE9anlsMkF0leSBkANupNkvN07VbsrJwyE4bjG8VNMG7Pxh4AAAAAAAAAAAAAAAAAAAAAAAAAADvlTIkJA6DEhPWppT%2FnflNiAgBb8XpenFjLRPys3KI4on9v3QmXLbswABi30lobewYAAAAAAAAAAAAAAAAAAAAAAAAA7ILFMuFfzJItU2LCetRyvFwofCRhABiEn%2BZFil27NQ5WanHvu0qyJ1i26E26dmYAME6KTAAAAAAAAAAAAAAAAAAAAAAAAAB4%2BmrZTzJLcmCabNGHdG1iAKxcLf0C4deCBYDB%2BZhkmq5dGQ0rVctJkp%2BFypZ9k67NDAHG55mZAwAAAAAAAAAAAAAAAAAAAAAAALADzpSYsGXXSU4MgZWq5Ti1zJSYAMBg9c8gv6SW82W5IqxG1y6TvJImW3ZhADBOikwAAAAAAAAAAAAAAAAAAAAAAAAAeNpqmST5wRTZor7EZJKu3RoCK1NLX9D0a5IjoQLA4PXPI7PlswmsRtculJmwZUfL5xJgZEprzcwBAAAAAAAAAAAAAAAAAAAAAAAAeJpq2Z8vDE4OTJAtUWLCatVymKRfWv1CsgDwJL1J1yz%2BZ3UWRRKvJcoWfZOuzQwAxuOZWQMAAAAAAAAAAAAAAAAAAAAAAADwhJ0pMWGL7pJMlZiwMrWcLsuZlJgAwNP1OrXMUsuxGbISi2Kcd8Jkiy6ED%2BNSWmtGDgAAAAAAAAAAAAAAAAAAAAAAAMDTs1gM%2FKvJsSV9ickkXZsZAI9Wy36SSwUmALBz3ixLKODxaunLJL6XJFviPIMRUWQCAAAAAAAAAAAAAAAAAAAAAAAAwNNUS18gcWR6bMk3SkxYiVpOkvRLqfcECgA76UOSabp2Y7w8Wi1Xyu%2FYoufOMhiHZ%2BYMAAAAAAAAAAAAAAAAAAAAAAAAwJNTy5kSE7bolRITHq2W%2FdRynuRnJSYAsNP60onZsrwMHqt%2FH11LkS25EDyMQ2mtGTUAAAAAAAAAAAAAAAAAAAAAAAAAT0ctx0l%2BNTG2pC8xsbyVx1mcY5dJDiQJAKPyPsk0Xbs1dh6sL8RLrpR7siU%2Fpmvnwofd9sx8AQAAAAAAAAAAAAAAAAAAAAAAAHhiLMxkW35SYsKj1XK2LGNSYgIA4%2FMyyWxZagYPsyjCmSa5kyBbcJZaDgUPu02RCQAAAAAAAAAAAAAAAAAAAAAAAABPRy2nSV6YGFvwLl07FTwPVst%2BarlK8lqIADBqB%2FNSs0W5GTxM12ZJJspM2II9BbOw%2B0przZgBAAAAAAAAAAAAAAAAAAAAAAAAGL5aDpPMlkszYZM%2BpGsTifNgtZwkuXB%2BAQB%2F8yHJSbp2KxgeZHHP%2FFl4bMF36dql4GE3PTNXAAAAAAAAAAAAAAAAAAAAAAAAAJ6IcyUAbMH1fLk0PFQt58vl0s4vAODvXiS5WZZRwP0tiiReSY4tuEgt%2B4KH3aTIBAAAAAAAAAAAAAAAAAAAAAAAAIDhWyz2fWlSbNjHJJN07Vbw3Fsth6llluQH4QEA%2F2FvXnq2KD%2BD%2B%2BvaRZKfJMeG9WfXmdBhN5XWmtECAAAAAAAAAAAAAAAAAAAAAAAAMFy17Ce5WS7JhE25W5aYzCTOvS3Kly6cWwDAPV0nOUnXbgTHvdXS3z%2B%2FFxwb9m26diV02C3PzBMAAAAAAAAAAAAAAAAAAAAAAACAgTtTBsAWnCgx4UFqOU%2Fys3MLAHiAoySzZSka3E%2FXpssyHNikc2nD7lFkAgAAAAAAAAAAAAAAAAAAAAAAAMBw1TJJ8oMJsWGv0rUroXMvtRymlpkzCwB4pL15KdqiHA3ua6LMhA07Si1nQofdUlprRgoAAAAAAAAAAAAAAAAAAAAAAADAMC1KAY5Mhw16k65Zwsr91HKS5GK5eBwAYFU%2BJDlJ124lyler5TjJlbspG3SX5DhduxE67IZn5ggAAAAAAAAAAAAAAAAAAAAAAADAINVyqsSEDXunxIR7q6V%2Fz%2FxsUTQAsAYvktyklolw%2BWpd6wtBvWfYpL1lsSOwI0przSwBAAAAAAAAAAAAAAAAAAAAAAAAGJZaDpPMFAOwQdfp2rHA%2BWq17Ce5XC4YBwBYtx%2FTtXMp89VqmSZ5KzA26Lt07VLg8PQ9M0MAAAAAAAAAAAAAAAAAAAAAAAAABuhciQkb9DHJROB8tVqOl2VLSkwAgE35X2q5XJapwZd17SLJT5Jig86dUbAbFJkAAAAAAAAAAAAAAAAAAAAAAAAAMCy19IUSL02FDblLcpKu3Qqcr1LLNMmvSQ4EBgBsWP%2BcdLUsVYMv69ppkneSYkP6Z6RTYcPTV1prxggAAAAAAAAAAAAAAAAAAAAAAADAMNSyn2SmIIAN%2BjZduxI4X6WWiyTfCwsA2LK%2BjG%2Barl0aBF%2B0eM7un3mOhMWGfJOuzYQNT9czswMAAAAAAAAAAAAAAAAAAAAAAABgQE6VmLBBr5SY8FX65c%2B1zJSYAAADsZfk59RyZiB8Udduk0yWBTiwCedShqettNaMEAAAAAAAAAAAAAAAAAAAAAAAAIDtq%2BUwyW8mwYa8S9emwuaLajlOcrVcGA4AMDTvk0yXZRXwee61bFZfHHohc3ianpkbAAAAAAAAAAAAAAAAAAAAAAAAAANhwSWbcq3EhK9SS%2F8%2B%2BdWyZwBgwF7OyykWxZDweV2bJTmVEBtynlr2hQ1PkyITAAAAAAAAAAAAAAAAAAAAAAAAALavlpMkL0yCDfiYZCJovqiW8yRvBQUAPAFHSWapxT2X%2F9a1vkD0JymxAX0Z5Jmg4WkqrTWjAwAAAAAAAAAAAAAAAAAAAAAAAGB7atmfL91NDkyBNbubl5h0bSZoPmtxJl0qVwIAnqhXy7IK%2BLxa%2BvvuSwmxAd94Boen55mZAQAAAAAAAAAAAAAAAAAAAAAAALBlp0pM2JCpBar8p1qOk1wpMQEAnrC3qUWRCV8yTXItJTbgXMjw9JTWmrEBAAAAAAAAAAAAAAAAAAAAAAAAsB21HCb5TfpswJt07UzQfFYtkySXSfaEBADsgA9JTtK1W8PkX%2F1Z4uf%2By7p9l65dShmejmdmBQAAAAAAAAAAAAAAAAAAAAAAAMAWnQufDXivxIT%2FVMs0yS%2BWOAMAO%2BTFvKRiUVYB%2F9S1WZKpZNiA89SyL2h4OhSZAAAAAAAAAAAAAAAAAAAAAAAAALAdtUySvJQ%2Ba3ZtOS%2F%2FqZaLJG%2BFBADsoCNlJvynrl0meSMk1uwgyamQ4ekorTXjAgAAAAAAAAAAAAAAAAAAAAAAAGDzarlZLrOEdblLMknXZhLmH2rZT3KhUAkAGIlX6dqFYfOvarl0L2YDnqdrN4KG4XtmRgAAAAAAAAAAAAAAAAAAAAAAAABsXC1nSkzYgKkSE%2F7VosTkyrJmAGBE3i6fw%2BDfTJNcS4Y1OxcwPA2ltWZUAAAAAAAAAAAAAAAAAAAAAAAAAGzOokDgJsme1FmjN%2BmaRc38Uy3HyxITZxAAMEbv0rWpyfMP7slsxrfp2pWsYdiemQ8AAAAAAAAAAAAAAAAAAAAAAAAAG3ZuMSpr9l6JCf%2BqlonlzADAyH2fWmbLgkn4U9dmSZTcsG4XEobhU2QCAAAAAAAAAAAAAAAAAAAAAAAAwObUcjxfnAvr89HyXf5VLf374hclJgAAOZqXu9VyKAr%2BomuXSd4IhTU6SC2nAoZhU2QCAAAAAAAAAAAAAAAAAAAAAAAAwCadS5s1uktykq7dCpm%2FqOUsyVuhAAD8oS8zmS3LJuFPXevvzh8kwhqdpZZ9AcNwKTIBAAAAAAAAAAAAAAAAAAAAAAAAYDNqOUnyQtqs0Wm6NhMwf1HLRZLXQgEA%2BIe9JFepZSIa%2FqZ%2Ffv8oFNZkb15mAgxWaa2ZDgAAAAAAAAAAAAAAAAAAAAAAAADrV8tNkgNJsybv0rWpcPlDLftJ%2BhKTl0IBAPiiV%2BnahZj4Qy3HSX4VCGv0PF27ETAMzzMzAQAAAAAAAAAAAAAAAAAAAAAAAGDtajlTYsIaXSsx4S8WJSZXSkwAAL7a29TiTs2fujZL8qNEWCPlSTBQikwAAAAAAAAAAAAAAAAAAAAAAAAAWK9FocCplFmTuyQnwuUPf5aYHAkFAOBe%2BjITxQL8qWvnSd5LhDV5kVomwoXhUWQCAAAAAAAAAAAAAAAAAAAAAAAAwLr1i0%2F3pMyaTNO1G%2BEyV8txkhslJgAAD%2Fa9MhP%2BZprkWiisyblgYXgUmQAAAAAAAAAAAAAAAAAAAAAAAACwPrUczhfhwnq8SdcuZcvcosTkSnESAMCjKTPhT127XZaZ3EmFNThKLVPBwrCU1pqRAAAAAAAAAAAAAAAAAAAAAAAAALAetfSlAi%2Bkyxp8SNcmgmWulv69cKnEBABgpa6TTJZFFozdomzi7dhjYC0%2BJjl21sBwPDMLAAAAAAAAAAAAAAAAAAAAAAAAANZiUSygxIR1uEtyIlnmFguVf1FiAgCwckdJrlLLvmhJ1y6SvBMEa3CQ5FSwMByKTAAAAAAAAAAAAAAAAAAAAAAAAABYl3PJsiYn6dqtcFmWmLwVBADA2igz4VN92cS1RFiDU%2BcMDIciEwAAAAAAAAAAAAAAAAAAAAAAAABWb1EucCRZ1uBNunYlWJSYAABszO9lJsciH7lFoeR07DGwFnsKcWE4SmvNOAAAAAAAAAAAAAAAAAAAAAAAAABYnVr2k8ySHEiVFbtO1yxPpj9nzpK8lgQAwEbdJZmkazOxj1wtp0n%2BN%2FYYWIvn6dqNaGG7nskfAAAAAAAAAAAAAAAAAAAAAAAAgBU7VWLCGvRLk08ES2q5UGICALAVe0muUotywbHr2nmS92OPgbU4FytsnyITAAAAAAAAAAAAAAAAAAAAAAAAAFanlv1lkQms2jRdu5HqyC1KTL4fewwAAFukzITfTZN8lAYr9jK1TIQK26XIBAAAAAAAAAAAAAAAAAAAAAAAAIBVOlsutoVV%2Bildu5ToyCkxAQAYCmUmJF27XZaZwKqdSRS2S5EJAAAAAAAAAAAAAAAAAAAAAAAAAKtRy2GSH6TJil1bYooSEwCAwVFmQl9mcpXkjSRYsRep5USosD2KTAAAAAAAAAAAAAAAAAAAAAAAAABYFWUTrNpdkmm6divZEVNiAgAwVMpM6MtM%2Bu8CPkiCFTsXKGxPaa2JHwAAAAAAAAAAAAAAAAAAAAAAAIDHqeUwyW9SZMV%2BTNcsLx0zJSbA5n26iP1m%2Bfrcn3u36dpsrb%2FloiBg%2F2%2F%2Ft%2F%2Fz8X%2F8%2BcVafyeAv%2BoLCCdrPw8ZrsV3ArNluQ2syqt07UKasHmKTAAAAAAAAAAAAAAAAAAAAAAAAAB4vFquLMxmxd6naydCHTElJsDqfPykgORq%2BXM2LyHpde1qp7OuZbL8r0%2FLTn4vR%2BkXzx9s8bcDdocyk7GrpX9%2B%2B3nsMbBSH9O1Q5HC5ikyAQAAAAAAAAAAAAAAAAAAAAAAAOBxFsuxf5EiK3Q3X6zetVuhjpQSE%2BB%2Bfi8q%2Beerazey%2FAq17H9SbvL3n0eD%2F%2F2BoVBmMnbu8azem3TtTK6wWYpMAAAAAAAAAAAAAAAAAAAAAAAAAHicWq6SvJAiK%2FRtunYl0JGy%2FBj4vA%2BfFJX0nxO3luVvSC2H85KxRbnJpz8PRvH3B%2B5DmcmYLYqxZj4fWCFFp7AFikwAAAAAAAAAAAAAAAAAAAAAAAAAeLhaJkl%2BkSAr9FO6dirQkVJiAiz8Xlgy%2B%2BNlefVwLe6DvxedTJYlJ3tjjwVGTpnJmPmegNV7k66dyRU2R5EJAAAAAAAAAAAAAAAAAAAAAAAAAA9XS7%2BY9kiCrMj1cuGxZfVjpMQExuhuWVRytfx5Y%2Bn9jqhlf1lo8nuxSf86GHssMDLKTMaslr504vXYY2Bl7uaFab4rgI1RZAIAAAAAAAAAAAAAAAAAAAAAAADAw9QyTfJWeqzQNxYdj5QSExiDv5eWzNK1G5MfmVomyk1gVJSZjJniU1brTbp2JlPYDEUmAAAAAAAAAAAAAAAAAAAAAAAAADxMLTeWT7NClpKOlRIT2FXXfykuscSef1PL%2FifFJv3PF3KCnaPMZKxqOV7eA%2FbGHgUrcTe%2FLyjCg41QZAIAAAAAAAAAAAAAAAAAAAAAAADA%2FdUyTfJWcqzIh3RtIswRUmICu%2BTDJ8UlV%2BnarenyILV8WmwysQAfdoIyk7Gq5TTJ%2F8YeAyvzLl2bihPWT5EJAAAAAAAAAAAAAAAAAAAAAAAAAPdXy02SA8mxAnfzZeVduxHmyCgxgafuOsnlsrTkyjRZm1o%2BLTVRbAJPlzKTsaqlvye8GHsMrMxz3x%2FA%2BikyAQAAAAAAAAAAAAAAAAAAAAAAAOB%2BapkmeSs1VuTHdO1cmCNTy1mS12OPAZ6Y63lpye%2Bvrt0aIFvx12KTl4YAT0pfZnLoM2RkajlMMlNExYq8S9emwoT1UmQCAAAAAAAAAAAAAAAAAAAAAAAAwP3UcpPkQGqswId0bSLIkVGGBE%2FF3bK05HJZXHJjcgxSLf1d4mRZbHJkSDB41%2FN%2Fr8pMxsUzAKv13N0U1kuRCQAAAAAAAAAAAAAAAAAAAAAAAABfz%2FJRVqdfkH9s%2BejIOENg6K7%2FKC%2Fp2pVp8eTUcrgsNOmLTV4aIAyWMpMxquXS2cyKvEvXpsKE9VFkAgAAAAAAAAAAAAAAAAAAAAAAAMDXqWU%2FySzJgcRYge%2FStUtBjogSExiq95%2BUlyiXYrfUcrIsNZm4w8LgKDMZm8V3Cv1dY2%2FsUbASz91dYX0UmQAAAAAAAAAAAAAAAAAAAAAAAADwdWo5S%2FJaWqzA%2B3TtRJAjUku%2FQP6XsccAA3H3R3HJorzEAnnGoZbjJNNlsYlSExiGD%2BnaxCxGZFEw9fPYY2Al3qVrU1HCeigyAQAAAAAAAAAAAAAAAAAAAAAAAODLatlPcpNkT1o8Ur9A%2F9Di%2FBFZLI6%2Fcn7AVt19UlxyaRSMXi2Hy0KTfgH60djjgC1TRjA2tfR3kZdjj4GVeJ6u3YgSVk%2BRCQAAAAAAAAAAAAAAAAAAAAAAAABfVstZkteSYgW%2Bs0R%2FRJSYwDYpL4GvodQEhkCZyZgoSmV1nB2wJopMAAAAAAAAAAAAAAAAAAAAAAAAAPhvloyyOu%2FTtRN5joSzA7bl%2FbK85MIE4J4WpSany2KTA%2FHBRr1J185EPhK19Ofsz2OPgZV4nq7diBJWS5EJAAAAAAAAAAAAAAAAAAAAAAAAAP%2Btln6Z7Gsp8Uh3SQ7TtVtBjsCixOQqydHYo4AN%2BZDkYllg4pyFVajlOMl0%2BVLKBZvxShHXiNRymeTl2GPg0d6la1MxwmopMgEAAAAAAAAAAAAAAAAAAAAAAADgv9Vyk%2BRASjySpcRjocQENuXjsrzkIl27kTqsUS0ny0ITC%2Fdh%2FTw3jEUth0lmyqJYgefuw7BaikwAAAAAAAAAAAAAAAAAAAAAAAAA%2BLxa%2BoXNbyXEI31I1yZCHIlaLi16h7W5S3K5LC%2B5EjNs2KKsa7p8KeyC9fkmXZvJdwRqOU3yv7HHwKO9S9emYoTVUWQCAAAAAAAAAAAAAAAAAAAAAAAAwOfVcpPkQEI8Qr90%2FzhduxHiCNRykeT7sccAa3Cd5HxeYtK1WwHDANRynKRfwH%2BSZM9IYKX6Z4iJMpORqKUvZ3sx9hh4tOe%2Bd4DVUWQCAAAAAAAAAAAAAAAAAAAAAAAAwL%2BrZZrkrXR4pB%2FTtXMhjkAtZ0lejz0GWKG7eXFJX2BikTsMVy37yzKTvtTkyKRgZfrPwUMFXiNQy2GSmVIoHuldujYVIqyGIhMAAAAAAAAAAAAAAAAAAAAAAAAA%2Fl0tN0kOpMMjfEjXJgIcAcVHsErX8%2FKSvsTE8nZ4Wmo5XhaanFjIDyvRfyZOfB6OgFJEVuN5unYjS3g8RSYAAAAAAAAAAAAAAAAAAAAAAAAA%2FJNSAlbjm3RtJssdV0tfVvPL2GOAFXiX5CJduxImPHG17C%2FLTM4UA8KjKUcci1r6Z8ejscfAo7xL16YihMdTZAIAAAAAAAAAAAAAAAAAAAAAAADAP9VyY%2Bkyj%2FQmXTsT4o6r5ThJX7qwN%2FYo4IHukpwvC0xuhAg7aFH4dZrkpfHCgyknGIPFs8WvY4%2BBR%2Bnv1ofp2q0Y4XEUmQAAAAAAAAAAAAAAAAAAAAAAAADwV7X0C2LfSoVH%2BJiuHQpwx9Wyn2Sm9Age5GOSs3TtQnwwErUczv%2FdJycKwOBBfkzXzkW342rpZ%2FzD2GPgUZSqwgooMgEAAAAAAAAAAAAAAAAAAAAAAADgr2q5UUzAI32brl0JcYctSkz6GR%2BNPQq4pw%2FLAhNnJIzV4jP0NMnUnRvu7ZUSsB2nLJHHu0tymK7dyhIe7pnsAAAAAAAAAAAAAAAAAAAAAAAAAPhDLRMLQ3mknyzoH4ULJSZwL%2B%2BSfJOuTZyRMHL9YvWu9YVGh%2FNShuTj2COBezhPLccC22GL8onp2GPgUfaWhWHAI5TWmvwAAAAAAAAAAAAAAAAAAAAAAAAAWKilX67%2BQho80F2Sw%2BXyWXZVLedJfjBf%2BKL%2BTLxM0hcW3IgL%2BKxaTpZL193D4cv6z9djn607rpb%2BDvVy7DHwYL6bgEd6JkAAAAAAAAAAAAAAAAAAAAAAAAAA5mqZWJ7MI51aFLrjapkqMYEv6hcnv1kuT55atA58Udcu07X%2BLv5tkg8Cg%2F%2B0Ny8Kq2VfTDvtdHmngofoz4kTycHDldaa%2BAAAAAAAAAAAAAAAAAAAAAAAAADoCwquFJnwCB%2BWC7jZVbUcJ%2FnVfOGz%2BmXb5%2FOXUifgMRYFg%2F0S%2F5dyhM%2Fy%2FLHraunPwf%2BNPQYe7GO6dig%2BeBhFJgAAAAAAAAAAAAAAAAAAAAAAAAD0C0L75Y6%2FSYJHeJ6u3QhwRy3OiFmSvbFHAf9CgQmwHovP37Mk30sY%2FtW7dG0qmh1WS%2F8McjT2GHiwV%2Bnahfjg%2Fp7JDAAAAAAAAAAAAAAAAAAAAAAAAIDlgmR4qDdKTHZYLftJLpWYwD%2Fczc%2B%2F5DBdO1NiAqxcf79alDQ8nxc2AH%2F3fWpRZLLbTsceAI%2Fiuy54oNJakx0AAAAAAAAAAAAAAAAAAAAAAADAmNVymOQ37wEe6GOSYwv8d1gtfYnJy7HHAJ%2FoC0zO5y9nH7BJtUyWS9lfyB3%2B4pt0bSaSHVVLf%2B%2F6Yewx8GDfpmtX4oP7eSYvAAAAAAAAAAAAAAAAAAAAAAAAgNE7HXsAPMrUIv8dtlgarMQEFvoCkzdJDtO1M2cfsHH9IvauTeZL2ZMPBgB%2FuFoWdLKbzpb3MHiIM6nB%2FZXWmtgAAAAAAAAAAAAAAAAAAAAAAAAAxqqW%2FSQ3Sfa8B3iA9%2BnaieB2VC3TJG%2FHHgMsvZsvQe7ajUCAwahlslzQ%2FsJQINdJJorGdpRnEx7n23kZGPDVnokKAAAAAAAAAAAAAAAAAAAAAAAAYNROlZjwQHfL9w%2B7qJbjJOdmC%2FMCk%2Bfp2lSJCTA4%2FVL2rvVlJq%2BSfDQgRu7I%2FXWHde0iyYexx8CDTUUH91NaayIDAAAAAAAAAAAAAAAAAAAAAAAAGKtabhWZ8EBv0rUz4e2gWvaTzJIcjD0KRq1flH02LwkAeCpqOZ2fXe73jJvnlF21KFv8dewx8GDPFRPC13smKwAAAAAAAAAAAAAAAAAAAAAAAICRqmVqyTEP9NFy4J12qcSEEfuY5Lt0baLEBHhyunae5HBe5ADj9Tq1nJj%2FDupaX7b409hj4MF8hwH3oMgEAAAAAAAAAAAAAAAAAAAAAAAAYLwsceShTiW3o2rpF6C%2FGHsMjNJdkh%2FTtcN07dJbAHiyuna7LJx7nuSdQTJSF6nl2PB30tny3gb3dZJa9qUGX0eRCQAAAAAAAAAAAAAAAAAAAAAAAMAY1TJJcmD2PMAHS%2F53VC3TJD%2BMPQZG6ackfYHJufEDO6NrN%2Bla%2F9n%2B7fz%2BBuOytywzUVqwa%2FqyJqWsPMyeUlb4eopMAAAAAAAAAAAAAAAAAAAAAAAAAMbJ4k8eaiq5HVTLcRIlDoxNv9j%2Febp2ulyKDbB7unaVrvUlhq%2BS3JkwI3LkfrujFuVz12OPgQfxfQZ8JUUmAAAAAAAAAAAAAAAAAAAAAAAAAGOzKCx4Ye48wJt07UZwO6aW%2FSQXSfbGHgWj8THJd%2FPF%2Fs40YCy61n%2FWHyb5ycwZke9Ty6mB7yRz5SEOUosyE%2FgKikwAAAAAAAAAAAAAAAAAAAAAAAAAxsfCTx7iLsm55HZSv9j8aOwhMBpvkhyna5dGDoxO127Ttf5Z4HmSD94AjMT%2FUsvEsHdM166SvB97DDyI78TgK5TWmpz%2Bz94dHcWRZG0DPrmx9%2FBbAJ8FMBbAWkCPBSALxETkvXruK0LIArUsGGTBgAVxwn%2FLAAAgAElEQVQDFgxYsGBB%2FVFdpVWLaQQNDVRWPU8EK21sbIQ4h24qszPPCwAAAAAAAAAAAAAAAAAAAAAAADAWOW1GxH%2F1myd4F1U9U7iByel4PtwZhq8Z2H8UVX2l1wCdnI66oLoNJWHgmlDG7XmYD8OR03ZE%2FK2jPMF%2FujAc4B7%2FUhgAAAAAAAAAAAAAAAAAAAAAAACAUTnWbp7gUojJAOW0L8SEEWgGl%2F8aVb0vxATgjvb5rgkC%2BKQ0DFwT1nOqyQPTPtv9PvYy8CT2xuABgkwAAAAAAAAAAAAAAAAAAAAAAAAAxsWwRp7Cz83Q5LRpmDMj8Gk%2BoL%2Bq%2FawD3Keqb6Kqm2e9X%2BbhdTBce5HTif4OzkkXXAerOIictlUM7ifIBAAAAAAAAAAAAAAAAAAAAAAAAGAscjqKiA39ZkVfo6rPFG1wTr0fMGDNIP7%2FzAfzNwP6AXhYVV9EVe9GxO9CARiw95HTRIMHpH3WE7zJU%2Fi5gZ9IdV2rDwAAAAAAAAAAAAAAAAAAAAAAAMAY5HQRETt6zYr%2BL6r6StEGJKdpRHwYexkYrN%2BjqqfaC%2FAMOW1HxCwi9pSRAWqCenatcQbGfgera94LtgUfwnL%2FUhcAAAAAAAAAAAAAAAAAAAAAAACAEchp31BPnuB3A34Hpn0vEGLCEJ1HxC9CTADWoHn%2Bq%2BrmmeG3btA7DMlGRJzq6OAcj70ArKx5L5goGywnyAQAAAAAAAAAAAAAAAAAAAAAAABgHI70mRU1Q6tPFG1Acto0tJkBup0P2m8G7lf1hQYDrFFVN8%2BC2xHxVVkZmJ3IyVpnSKr6zHsVTyAEEe4hyAQAAAAAAAAAAAAAAAAAAAAAAABg6HJqhg8f6jMrmkZV3yjaoDQhJhtjLwKDch4Ru92gfQBeQvM8WNWTiPi1C4%2BCoXgfOU10c1COx14AVrYVOe0rG%2FyTIBMAAAAAAAAAAAAAAAAAAAAAAACA4TvSY1Z0LRhgYHJqhvrujb0MDEYzSP%2B3qOr9qOorbQV4BVXdBKI1AYlflZsBmXXBnwxB%2B1z4SS9ZkQAcWEKQCQAAAAAAAAAAAAAAAAAAAAAAAMDwGcrIqvzMDElOuxHxcexlYDAuI2Jf2BLAG6jqm6jqSUS860KloHQbEXGqi4My9f7Eig4EGsE%2FCTIBAAAAAAAAAAAAAAAAAAAAAAAAGLKcjrrhrPBY51HVhvkORU6bhjMzIL9HVe9GVV9oKsAbqupZROzOnxuhfDuR01QfB6IJXIoQeMeqhLnCHYJMAAAAAAAAAAAAAAAAAAAAAAAAAIbNMEZWZYjvsDSDxrfGXgSKdxkRv0RVe38C6Iuqvoqq3o%2BI3%2FSEAfgQOe1r5GA0QSbXYy8CKzlSLviRIBMAAAAAAAAAAAAAAAAAAAAAAACAocppNyJ29JcVfImqPlOwgcipGcZ6MPYyULxPEbEfVX2hlQA9VNUn87CpNnQKSnYaOW3q4ABU9Y2ATla00a2fgY4gEwAAAAAAAAAAAAAAAAAAAAAAAIDhOtZbVmTY61DktB0RJ2MvA0W7jYhfo6qPu2HUAPRVGza134VPQak2ImKmewNR1U0vr8deBlZiDw0WCDIBAAAAAAAAAAAAAAAAAAAAAAAAGKKcNiPiUG9ZwZeo6isFG4zTbhgzlOg8Irajqk91D6AQTehUEz7VhFC1YVRQooPISZjBcOglq9iJnHZVDFqCTAAAAAAAAAAAAAAAAAAAAAAAAACG6UhfWcGtIa8DktN0PoQVyvR7VPX%2BfCA%2BAOVpQ6i2u1AqKNFUmMFAtO9H3otYhX0R6AgyAQAAAAAAAAAAAAAAAAAAAAAAABgmwxdZxYnQgIFohy5%2FGHsZKNJ1RPwSVT3VPoDCNc%2BVTShVE04F5dmIiJm%2BDYZnS1ZxGDltqhgIMgEAAAAAAAAAAAAAAAAAAAAAAAAYnpyaocFbOssj3c6DTChfO3D1VCcp0NeI2I2qvtA8gAFpw6n%2B0z1vQkl2IidrpCGo6rOIOB97GVjJkXKBIBMAAAAAAAAAAAAAAAAAAAAAAACAITrWVVZwElV9o2CDMBViRIF%2Bi6qeeB8CGKg2RGBbkAAFet%2BFhFK%2BqR6yAntqjF4j1XWtEAAAAAAAAAAAAAAAAAAAAAAAAABDkVMzJPhv%2FeSRriNiV4DAALRDlv8cexkoym1E7EdVX2gbwEjk1IQJfNBuCmK9NBQ5zSLicOxl4NH%2B0wVxwWj9S%2BsBAAAAAAAAAAAAAAAAAAAAAAAABuVIO1nB1FDeAchpMyJOx14GinIeEdtCTABGpqqbIJNfuzArKMFWRMx0ahCmYy8AK7G3xugJMgEAAAAAAAAAAAAAAAAAAAAAAAAYFsMWeazrqGpDeYeh6ePG2ItAMT5FVe8LUQIYqapuwtd2I%2BLSjwCFOIicJppVuKq%2BiogvYy8Dj3bYBYbCaAkyAQAAAAAAAAAAAAAAAAAAAAAAABiKdrjqln7ySFOFGoD2dX8w9jJQhNuI%2BDWq%2Bli7AEauDRTYFypAQWZCDQbBGphVCApm1ASZAAAAAAAAAAAAAAAAAAAAAAAAAAyHIYs81nVU9Uy1CtcOU9ZHSnA5H1hf1ae6BcBcVd9EVTfrl98UhAJseO4egDZESYASjyWAkVETZAIAAAAAAAAAAAAAAAAAAAAAAAAwBDltR8SBXvJIU4UahFk3VBn67GsXYnKhSwD8Q1WfRMR%2FIuJWcei5g8hpoknFsxbmsbYip33VYqwEmQAAAAAAAAAAAAAAAAAAAAAAAAAMg4GqPNZ1VPVMtQrXDlEWXkTffYqqnkRV3%2BgUAPeq6rOI2I2IS0Wi52aR06YmFayqryLiy9jLwKMdKRVjJcgEAAAAAAAAAAAAAAAAAAAAAAAAYBiO9ZFHmipU4drhycJo6LPbiHgXVe13EwCP04YL7AsYoOc2PIcPgjUxj3UovIixEmQCAAAAAAAAAAAAAAAAAAAAAAAAULqcmoG%2FW%2FrII1xHVRu8W75ZN0QZ%2Buh2Pojeew0Aq6rqm6jqo4j4Xe3osYPIaaJBBWuDk4Qm8Vhe74ySIBMAAAAAAAAAAAAAAAAAAAAAAACA8h3pIY80VajCtUOTD8ZeBnrrMiK2o6ovtAiAJ6vq5pn1nQLSY7PIaVODimZtzGMdqxRjJMgEAAAAAAAAAAAAAAAAAAAAAAAAoGTt8NRDPeQRrqOqZwpVsPb1fjL2MtBbXyNiP6r6RosAeLb2ufWXiLhVTHpoYx5mQrmq%2Bioivuggj7ATOe0qFGMjyAQAAAAAAAAAAAAAAAAAAAAAAACgbBP945GmClW8podbYy8CvfQpqnoixASAtarqi4hohsdfKiw9dBA5WY%2BXzRqZxzpSKcZGkAkAAAAAAAAAAAAAAAAAAAAAAABA2Y71j0e4jqqeKVTBctqPiPdjLwO99C6q2u8iAF5GVV9FxL4wE3pqFjltak6h2veXL2MvA48iyITREWQCAAAAAAAAAAAAAAAAAAAAAAAAUKqctiNiR%2F94hKkiFU8QDX1zGxG%2FCkkC4MVV9U1U9a7AAXpoIyJONKZo1so8xkbkJMyEURFkAgAAAAAAAAAAAAAAAAAAAAAAAFCuY73jEa4FDRQup2a47tbYy0CvNCEm%2B1HVp9oCwKup6maI%2FCcFp2cOI6d9TSlUVV8JSeKRJgrFmAgyAQAAAAAAAAAAAAAAAAAAAAAAACjXkd7xCFNFKlhO2xHxYexloFcuI2I3qvpCWwB4dVXdhDm%2BU3h6ZhY5bWpKsayZeYyDbn0OoyDIBAAAAAAAAAAAAAAAAAAAAAAAAKBEOU0iYkPveMB1VPVMkYqmf%2FRJE2KyH1V9pSsAvJn2%2BbYJM7nVBHpiKyKONaNQ7bPtl7GXgUeZKBNjIcgEAAAAAAAAAAAAAAAAAAAAAAAAoExH%2BsYjTBWpYDk1r%2FO9sZeB3vjahZjcaAkAb64NM9kXZkKPfIicdjWkWNbOPIbAIkYj1XWt2wAAAAAAAAAAAAAAAAAAAAAAAAAlyWkzIv6rZzzgNqp6U5EK1b7OryJiY%2ByloBe%2BRFUL0AKgf9rgiDPPTPTEeVT1vmYUKqfTiDgYexl40C9R1RfKxND9S4cBAAAAAAAAAAAAAAAAAAAAAAAAijPRMh7hRJGKdmIgNz0hxASA%2FmqHyTfBEZe6RA%2FsRU7HGlEsa2gew9qIURBkAgAAAAAAAAAAAAAAAAAAAAAAAFAeg1F5yK0hrAXLqRnGfTj2MtALvwkxAaD3hJnQL9PIaVNPClTVZxFxPvYy8CDrI0ZBkAkAAAAAAAAAAAAAAAAAAAAAAABASXLajogdPeMBJ1HVN4pULCE09MG7qGo%2FiwCUoX32FWZCH2x4ni%2FadOwF4EEbkdNEmRg6QSYAAAAAAAAAAAAAAAAAAAAAAAAAZTnSLx7B4NxS5XQsrIgeaEJMZhoBQFGEmdAfh5HTvn4UqKrPvIfwCIJMGDxBJgAAAAAAAAAAAAAAAAAAAAAAAABlEWTCQ750Q5wpTU6bETHVN96YEBMAyvU9zORcF3ljnqfKJRiUhxx263cYLEEmAAAAAAAAAAAAAAAAAAAAAAAAAKXIaTcitvSLBwjCKFczMHdj7EXgTQkxAaB8TZhJVe%2FPA%2F7g7WxFTtZmJWqfh6%2FHXgYeNFEihkyQCQAAAAAAAAAAAAAAAAAAAAAAAEA5jvWKB3yJqr5SpALl1AzbPhx7GXgztxHxixATAAalqo%2BEmfDGjiOnbU0okhAaHnKkQgyZIBMAAAAAAAAAAAAAAAAAAAAAAACAckz0igcIISjXydgLwJtpQkz2o6ovtACAwRFmwtvaEIhRrNPuORnusyeoiCETZAIAAAAAAAAAAAAAAAAAAAAAAABQgpwm3RBUuM95VPWZ6hQop%2BOI2Bl7GXgTQkwAGD5hJrytw8hpXw8KU9U3wiZ5BIHDDJYgEwAAAAAAAAAAAAAAAAAAAAAAAIAyGI7IQwxZLVFOmxExHXsZeBNCTAAYD2EmvC1rtTLpGw85UiGGSpAJAAAAAAAAAAAAAAAAAAAAAAAAQN%2B1QQeCTPiZ66jqUxUqUhNisjH2IvDqhJgAMD7CTHg7O5HTsfoXpqpvvGfwgOa1va1IDJEgEwAAAAAAAAAAAAAAAAAAAAAAAID%2Bmwg64AFTBSpQO%2FD0%2FdjLwKsTYgLAeAkz4e1Mu5BSymKtzUOEFDFIgkwAAAAAAAAAAAAAAAAAAAAAAAAA%2Bm%2BiR%2FxEE0pwqkBFmo29ALwJISYAjJswE97GhlCMAlX1VUScj70M%2FJQ9OwZJkAkAAAAAAAAAAAAAAAAAAAAAAABAn%2BW0GREHesRPnERV3yhQYXLaj4i9sZeBV%2FdOiAkA%2FC%2FMRDgBr%2B195LSt6sURQMPPbEVOuyrE0AgyAQAAAAAAAAAAAAAAAAAAAAAAAOi3if7wgJkCFUnfeG1NiImfOwD4rllrXaoHr8zzWGmq%2BiwirsdeBn7qSHkYGkEmAAAAAAAAAAAAAAAAAAAAAAAAAP0myISf%2BRJVfaVChcnpOCK2xl4GXpUQEwC4q6pvImJfmAmvbC9y2lf04kzHXgB%2Byt4dgyPIBAAAAAAAAAAAAAAAAAAAAAAAAKCvctqMiAP94SdOFKcw7evaEFxekxATALiPMBPehmez8pxGxO3Yi8C9tiKnXeVhSASZAAAAAAAAAAAAAAAAAAAAAAAAAPTXRG%2F4ifOo6gsFKs5xRGyMvQi8mt%2BEmADAA4SZ8Pqa0IMjdS9I%2Bz4hSJSf8ZpmUASZAAAAAAAAAAAAAAAAAAAAAAAAAPSXIBN%2BRjhBaXLajogPYy8Dr%2BZLVLVhywDwGG1IQTOE%2Fla9eCUnkdOmYhfFGpyfsYfHoAgyAQAAAAAAAAAAAAAAAAAAAAAAAOijdqDpgd5wj%2BuoakNUyzMdewF4NU2IyZFyA8AKqvoiIvaFmfBKNiLiWLELUtVX8%2BdsWG4rctpVG4ZCkAkAAAAAAAAAAAAAAAAAAAAAAABAP030hZ8QYlKadqDp4djLwKv4KsQEAJ7oe5gJvIbjLsSUcliL8zPWYQyGIBMAAAAAAAAAAAAAAAAAAAAAAACAfhJkws%2BcqE5x9IzXcGl4LgA8Uxtm8k4ZeQUb1gmFqeqziLgeexm4l708BkOQCQAAAAAAAAAAAAAAAAAAAAAAAEDf5LQZEQf6wj2%2BRFXfKE5BctqPiL2xl4EX14SY7Ht%2FAIA1qOqZMBNeyWHktK3YRZmOvQDcayty2lUehkCQCQAAAAAAAAAAAAAAAAAAAAAAAED%2FTPSEn5gpTnEMuuWl3UbEkRATAFijNszkk5LyCk4UuSin3fM3LHOkKgxBqutaI2Fs2jTuZba7r6e4iIhlG5Y3UdUXfsYAAAAAAAAAAAAAAAAAAAAAAABWkFMzFPNAyVjiMqp6V2EKklMzxPTz2MvAi2qGKO%2Bb%2FQcALySnJtDkUHl5Yf%2BJqj5T5ELk1ITPvB97GVjqOqr6qbPeoTcEmUDJctqMiG8fIjR%2Fbi75e%2FPnTs%2B%2By%2FOFv191Xz%2F%2B3QMzAAAAAAAAAAAAAAAAAAAAAAAwVu2Mqf%2FqP%2Fd4F1U9U5yC5NTMWNsaexl4Ub9GVZ8qMQC8oJwuejjnl2E5j6re19NC5NQEVfw99jJwr18ETVK6f%2Bsg9FhO3x4a7%2F7ZBJVsFNy6vXv%2B%2Fl1O3%2F56vRBw0nzdRMTF%2FO9VfbX0%2FwsAAAAAAAAAAAAAAAAAAAAAAFC2if5xj9uIEFZQkpyOhJjwwt4JMQGAV9HMBj4TZsIL2pvPpK7qM0UuQDMfO6fzuG%2FGNmPX7AUcj70IlE2QCby1nJpQks1uIbLdfZUeVLJOW93XPx%2FG2rCTb0EnFz%2F8KeQEAAAAAAAAAAAAAAAAAAAAAAAolyAT7jOLqr5RnaJMx14AXtSXqOqZEgPAK2iew9uQujOzg3lB025WNWWYCTLhHhNBJpQu1XWtifAacvoWUrLfBZVsS098cedduMlVt8C78MELAAAAAAAAAAAAAAAAAAAAAADQazltRsR%2FNYl7%2FF9U9ZXiFKIddP157GXgxXyNqhZ8BQCvLadmtvBf6s4L%2BjWq%2BlSBC5HTjXAj7vFLVPWF4lCqf%2BscvIB2MXH3y4PE69tbSKP7MP%2FPnG7ngSbfgk3acBMfxgAAAAAAAAAAAAAAAAAAAAAAAH2xrxPc49zcrIK0oUTTsZeBF3MZEUfKCwBvoBlKn9M7gXW8oJOIEGRSjllEvB97EVhqv5uDDkUSZALP1W4Q73ehJd%2F%2BFFrSXxt3Ak7uhpucdeEmN2MvFAAAAAAAAAAAAAAAAAAAAAAA8CYmys49ZgpTlOOI2Bp7EXgRt%2FPfFWbmAcDbqepZ5LQrvIAXshU5Hc1%2FzijBifcC7nHU%2FXxAkVJd1zoHq8hpuwss%2BfZlc3iYLn8IN5E%2BDwAAAAAAAAAAAAAAAAAAAAAAvIacmsH0G2rNHbdR1ZuKUoicml5deS3zQn6Jqr5QXADogZxOI%2BJAK3gB11HV2wpbiJyaOdZ7Yy8DS%2F2f%2BeaU6t86Bw9og0smC8ElNoPHYaf7Opx%2Ftzld%2Fy%2FURLAJAAAAAAAAAAAAAAAAAAAAAADwEnKamHXFPWYKU5Rjr2VeyDshJgDQK0fdvNodbWHNtiKno6hqa8EyzASZcI9mr%2B9EcShRquta42BRm169GFyypT4ssRhschpVfaNIAAAAAAAAAAAAAAAAAAAAAADAs%2BTUDDZ8r4gs8X9R1VcKU4B2nt2VIBNewKeo6mOFBYCeyWk7Ii48%2F%2FECrqOqtxW2EDndeB9gia9R1ROFoUSCTCDmv%2BD3F8JLpBfyFJcLoSZnKggAAAAAAAAAAAAAAAAAAAAAAKwspyb8YEvhuOMyqnpXUQqR0zQiPoy9DKzdeVT1vrICQE%2B1843%2F1B5ewLuo6pnCFkA4Lff7f1HVN%2BpDaQSZME5tSvVkIbxEShnrdPu%2FUJM22MQDAoxRm4h7pPeFqOrp2EsAveY9tSzeU9%2BO10pZvFbou5yag6yb9%2Fwrr6Kqr%2FQQeJb2EDZlOBPg3RPtwTWHzAFguZm1KoPX7gFvd9%2FmfXs3zRmVi%2B7v9nCAcuV0tPCeR79duQwF0FPOkZTFORLWrf1c6T72DIDnc%2B6jJD5DWRfnNkpizwpi%2Fr416T5XhLu8TwJACdr7fX%2FpFUsYXFuKds7dlfl2rNn1fL1vrh0A9FtOxxHxUZdYs%2BuoavcsStCe4f177GVgKfs6FOnf2sZotL%2FEv4WX7Gk8L6j54OCg%2B%2FocOV3OD%2Fy2oSYO%2FcJ4NL93Puh3MVyigX7znloW76lvx2ulLF4rvJ3vQy%2F3u4GX3wZf7jz635TT4n877%2F686IZlnhl6ATyC55ayCDLph32vHQC411l30Q%2FK115c3e2e%2F3a7fZzH79ssavdwLrvXx0X3WrlweREowJFznsU4785HAtA%2FzpGUxTkSHq8dXre9sG%2Bw%2FYxzH7cLoahnCyGp9g%2BAh3jOKIfPUNbHuY1y2LOCdt0wMyyXJW4FcwFAMSZaxRK38xlWlOLYuow1u53%2FfvA5HgD0X1WfdHv1h7rFGm1FTkdCEArQzFzK6dy9GJbYd56BEgkyYdi%2Bh5ccPflCPzzfTpeG%2BbELNTntQk0u1BYAAAB4Ue3gy%2F2FwZcv8QHX3p0%2F24u6Od3%2BMCCz%2BdPhOAAAAIB%2Fai8nHHV7OOs%2B47TTfR0s7Ntcdns2M%2BdXAAAAoMfae1H7C6Gn69432Fhy7qOV0%2FX%2FQk3aMx9nflQAAKAA7WePZ4blco9jnxEDQDEEmbDMqTuahWjv9h6PvQysnTUdAJTluDvzYxYy6zQVglCMmSATlrDnR5EEmTA8wkvot2%2FDIT50lzpODYUAAAAA1iqn%2FW5%2F7CUGWKzi27CL7x%2BqCXkFAAAAaH0PL2n2cbZeuSrfzq%2B8d34FAAAAeianycK5j9feM1i01X0ddHdgmv%2FpfOHcx5UfHQAA6Jl2UO5MiAn3eBdVbbgZAJSgnZ9lbhbLnKhKMSbWZqzZF2s6AChME0LYngO68GzIGm1FTkeeDYtw2q3jvf5ZtDH%2F3VDVp6pCSQSZMAzCSyjT1nwgRDsU4rI7GOYyBwAAALC670Ms%2Bn64UcgrAAAAMG7NYfGI4x6dcbp7fuWkO79y04N%2FGwAAAAxfO2j425mPg55%2Fv3vd18eFcx8n7sEAAEAPtGuLM7MWuMfvhpoBQFH2tYslrt3DLMp07AVgrS6jqo%2BUFAAK1Jypae8R%2FaF9rNG0m19Mn7VhRs35ukN94o797uwlFEOQCeUq66A%2BPGRnfpGjvcxhKAQAAADwsDbc97gL9y0xfX9xSOZ19yHpzHALAAAAYHDac07H3VffQ2g%2Fz8%2Bt5HTSDSJ1dgUAAABeQk773ZmPyQDOfVwunPuwlwAAAG%2FjRIgJ9%2FgSVW2IMgCUZaJfLHGiKIVoB1Vvjb0MrM2t3wsAULiqPo2cfo%2BID1rJmmzN1x0CzEswE2TCEpPunikU419aRXGag%2Fo5Nb%2BIr7qL80JMGJpvQyH%2BO%2F9Zz8kmMgAAAPBd82FiTmcR8Xc3EKLEYRZ3bXUfuv8dOZ12wzoAAAAAypfTtDvn9KGgfZyN7t97Nf%2F3t0EsAAAAwHM1a%2Bz23EezV%2FBnd0l5COc%2BmnswHxfuwez24N8EAADj0c5eMASJZZoQkyOVAYDimKfFMqeqUgxBgqxTM6D6SkUBoHBt2PS5NrJGQhBKUNXNfKjrsZeBf2jCiLaVhZIIMqEMzZtrTscDPKgPD2l%2B1v%2BY%2F%2BzndOJBAwAAAEbs%2ByCLJgB1b8CFOJjvAbb7IS5NAQAAAGXKadLt5ZQUYHLXt0CTi%2Fn3AwAAADxNG2DyLez08%2Fwi6nA192D%2BipzOIqd9PzEAAPDC2vPWQkxY5lKICQAUyDktlvsqyKAQ7RptyJ8D8bp%2Bj6oWYgQAw9Gs9271kzXZcTarGLOxF4Cl7AFSFEEm9Ft7ob%2FZRPs7Ij7aoGXEmp%2F99%2FPXQnuZw6EhAAAAGIsfA0zGtD%2B2Nf%2BeBZoAAAAAJclpe362I%2BKPAe3lbM2%2Fn%2FbMynYP%2Fj0AAABQhh8DTEoOO32KvYj4U6AJAAC8oPaM9WclZonLiLAWA4Ay%2BR3OMoIMynE89gKwNudR1VPlBIABqeobg%2BtZM8%2BLZRBkwjJ%2BH1AUQSb0T3tI%2F7gbzthc6D%2FQJfjBXjfE8yZyOjEgAgAAAAZqvAEmdy0GmjiIDQAAAPRXOyjoojvbMUR78%2B%2BvOdsFAAAA%2FNx4A0zuWgw02e3XPw0AAArWPl%2BfaCFLXM8HoLdD8QCA8hhiyF23UdWGnpagvf%2B6M%2FYysBa3fh8AwEBV9VlE%2FK69rMmeOTwFqOqreVAh%2FGhvPoMfCiHIhP5oDsvk1GyY%2FzciPo58OCM8RnOR5X1E%2FB05nVpAAAAAwEA0a%2FxmeIMAk7u2FgZbCHYFAAAA%2BqM5NNqc3Wj3c4Y%2BmHRjfrarPavisCwAAADcldMkchJg8k9NoMlf87tj9hQAAOB52hCTM2sOlmiH3QoxAYAytc957hNy16mKFGM69gKwNkfWdQAwYFU9FWrAGh0rZhEElLKMOeIUQ5AJby%2Bno24w418Rcagj8CQH3SDPq%2B415VIHAAAAlKYdeHkyX%2BO3wxtYbq8Ldp3aAwEAAADeXHt5%2FKI7uzEmB%2FPvu%2F3%2BAQAAgJy2u%2FtRfxg091PN3bHm7otL9AAA8BTt%2BemZEBOWuJ0PPKrqC8UBgGIZXsgyhp2WIKd994JZk09R1QKMAGD4Jt2eLjzXwfzcGn3nGZ9lJqpCKQSZ8DbaoYzH89CFiM82YGFttrrX1FU3zNOCAgAAAEqQ02S%2Bno94r1%2BP9qEblumANgAAAPA22j2dsxEPJ92af%2F85HfXg3wIAAABvpw3luHA%2F6tGagcsf58Ev7r0AAMDjtSEmzeeTO6rGEkdCTACgeIYXctd1VPWZqhTBOUrW4TKq%2BlglAWAEqvrGMyRrNFXMnmtf81%2FGXgb%2BwcwsiiHIhNfVHC5vwhXaoYwfR3yJH17aRjfM8%2B%2FIaRY57ao4AAAA9FAb%2BHpCLhgAACAASURBVDuLiD%2B69TyrafYX%2F4ycTtQNAAAAeFVteIc9nfb7%2FyzMBAAAgFFq70mddXekxr5H8BR78wCYNggGAAB42IkQE%2B7xLqr6VHEAoGBtaJ2wbO7yjFeCNrT9cOxl4NluDTMHgJFp93Q%2FaTtrcNitS%2Bg3a3zu2jIvnFIIMuF1tAfzZ%2FNQhTZcweF8eD3Nhxx%2FzS%2FH5CRtDQAAAPqi%2FSDhwgHFtXgfOV34cAYAAAB4FW1ox2fF%2FsFnYbMAAACMSk6T7tyHwXLPszEPgmnvvGyW%2FI0AAMCLamc1OHfOMk2IyUxlAKB4ZgKxjDN5ZZiOvQCsxTSq%2BkIpAWBkqvo4Ii61nTUQitd3bXjR7djLwD%2FYE6QIgkx4WT8GmDgYA2%2BruRzzZ3e5Y6IXAAAA8IZyOp4HjzbJ6KzLTkScdYNEAQAAAF6GEJOfed%2BdFQMAAIBha8M8%2F%2BhCOFiP5s7LVeS0q54AAHBH%2BxmlWQ0s80WICQAMhqGF3HUZVX2lKj3XhrSb5cVzfY2qFlwEAONlRgrrcNytT%2Bg3n%2Blwlz0FiiDIhJeR0%2F48LEGACfTR3vzCTE5XBnsCAADAK2s%2B9GuHOX5U%2BhexMR8k2g4MAQAAAFgvISaPcdiF%2BAIAAMDwtOc%2BLuZhnryE5tzHX%2B66AADAAp9Rcr8mxMT6CQCGw9BC7jLctAzHgu95plvDywFg5Kq6OYv029jLwLNteK4sgrU%2Bd%2B0JIaIEgkxYr%2B8BJn92YQlAf211gz0FmgAAAMBraD80OBP8%2Byrez%2FcpfVADAAAArIsBQav46CwKAAAAg5PTbkQ0gwN2NPfFNXddXNoGAIB2HXIy%2BjqwzLkQEwAYkJy2uzlAsOhUNYrguZznOoqqvlFFABi5qj6Z7%2FvC8xyrX8%2B1wUXXYy8D%2F7CvJPSdIBPWozkEI8AESiXQBAAAAF6aYRZvYW8eHNMe5AYAAAB4upz2hZis7HNXNwAAAChfu8Y9M0juVR3O76rltDmi7xkAAL5rz58365ANVeGOy4iYKAoADIrf7dzVBNddqUrPtbO6fHbEc3yKqhZaBAB80zxf3qoGz7BlpnARrAG4yx1Mek%2BQCc%2FTDAHMaRYRfwkwgeItBpp4iAEAAIB1%2BX6JzIHE17czD5BpewAAAACwujYk1QHhpzm1LwMAAEDx2svdfxoe%2FCb25mduhJkAADA27TPwzDqEJS7nw4yq%2BkZxAGBQzPnhrpmKFOF47AXgWa4jYqqEAMD%2FtGGGQih4Lj9D%2FWfNz11Cjuk9QSY8zfcAk78j4lAVYVC25pdscjoTaAIAAADP9D3ExCWyt7PRDbUwNBMAAAB4ilN7O0%2B2MT9cbdgoAAAApWpDTD7r35vaEWYCAMAInXXPwrDodj7ISIgJAAyR%2BT7cdaoiPdfO5bJu4zmOrO8AgH%2Bo6mYt8FVheIY983V6rqovumBD%2BGZrPusfekyQCatpDn3nNBVgAqOwtxBo4oEGAAAAViXEpE%2BEmQAAAACry%2BnERdNna%2Bp3Uvj3AAAAwBgJMekTYSYAAIxHTjOfUbLE7XzAeVVfKQ4ADEwbhuD%2BIYu%2BCjcowtHYC8CzfIqqPlNCAOAeR92eMDzVscr1nrt23CXomF4TZMLjtQEmzcGGD6oGo7I3Dy9qDr4JNAEAAIDHEWLSR8JMAAAAgMdrL4i%2FV7G1OIycJgP4PgAAABgLISZ9JMwEAIDhy%2Blk%2Ftka%2FFMTYnKhLgAwSIYUctepivRcO4PL2o2nuo6IqeoBAPdqgw0F5%2FEch85Y9Z61P3e5e0mvCTLhYc0l8py%2BBZgYvAjj1Xx4cjEPNbIoAQAAgPsJMekzYSYAAADAw9pzETOVWquZ8yYAAAAUQYhJnwkzAQBguNq1yHsdZol3QkwAYNAMKeQuw0z7z1BpnuOoG04OAHC%2Fqm7WBV9ViGc4Vrweq%2Bpmzvvl2MvAD4Qd02uCTLhfM8wvp2bg4h8RsaVSQDfsswk1uuoOxAEAAACLhJiUYMNQCwAAAOABU%2Bel1q7ZkzkZ2PcEAADA0OS0L8Sk94SZAAAwPDlNrEW4RxNiMlMcABiodp9zR3tZ8FXAQREMBOapPkVVn6keAPBIzbzXW8XiicwL7j%2Bf%2F7Boo5tbBr0kyIR%2Faj7gyKn5ZfZXROypELDExvxAXE4X3UUdAAAAoD04PBNiUgRhJgAAAMBy7YHP96rzIg6dMwEAAKC32j2BUw0qwo7AVAAABqNdixhUxDKfhJgAwOA5S8VdPqfou5yO3CHmia4jYqp4AMCjtSGHwih4qq1u%2FUJ%2F2QPgLnuF9JYgE36UU5P0fDW%2FNA7wsObyx5%2Fz8CODPwEAAOCsWytThh2X%2FgAAAIAlDMF8WS5hAgAA0D%2FtfYgzg6eK0gSm2mcAAKBsOW1bi3CPL1HVx4oDAINnOCF3GWLafwYB81RH3TByAIDHq%2BpmjfBVxXgi65c%2Bq%2Bpm%2Fvvl2MvADybKQV8JMqGV037kdBERHx10AZ7gcB6C5BIIAAAAY9WEfAoxKdGB%2FQwAAADgf5ozVBF7CvKi9iInh2oBAADoG4ODy%2FQhcnLhHgCAMrWBiqfWIizRhJhY6wDAOAgyYdFXIQc9l9OuM6Y8UfP6PlM8AOCJmtDrW8XjCfa6dQz9NdMbFthzoLcEmYxdc8ClHbL4p0GLwDNtdJdALrrBHgAAADAO7UCEQ90u1gfDMwEAAICOwNPXcTKGbxIAAIBC5HTiTlXRTly4BwCgUGfWIixx2Q2lAwCGrg228zzIolPV6D3P6jxFM3RcWCUA8HRVfeW%2BE89gHdNv9gL4kXne9JQgkzHLqXmYuDJkEViznXk4UhOS1H5oCgAAAMPVDkIweLF8zT7G9tiLAAAAAKPWHvLcG3sZXslWFw4MAAAAbyunSUS814WibXTnPtxfAQCgHM0dbEOr%2BacmxGQ%2FqvpGbQBgFCbazB2Gl%2FZZ%2BzmE1y1PcWydBwA8W1U3c23OFZInmDhX1WNtUNHl2MvADwSZ0EuCTMaoGa6Y01lEfOwOawO8hMN5WJLBEwAAAAxV%2B0HdzB7bIGw46AsAAACjNx17AV6Z8yQAAAC8rZy2u3MflG%2FH3g4AAMXI6aS7gw2LboWYAMDoGErIoq%2BeBXtv4i4xT3AeVe3zSABgXY5VkifYEMrYe2djLwA%2FsGdILwkyGZucmkPZf0XE3thLAbyKZtHyeR6e1F7yAQAAgCGZdoMQGIadbv8UAAAAGJucdp2nenV7Xd0BAADgrcwMnBqU95GTS%2FcAAPRbTkfzZ1f4kRATABgnQwlZdKoavWdoNE9xpGoAwNpU9UVE%2FK6gPIH1TL8JP2SRO670kiCTsWgufefUPHR%2BGHspgDfRPAhdRE4WMAAAAAxDTvsukQ3Sh663AAAAwLg4z%2FA21B0AAIC30d5tcOFzeGaR0%2FbYiwAAQE%2B1wXuftYc7voWYXCgMAIxIu4%2B5peUsOFOMHmvm90XsjL0MrOz3qOorZQMA1uwkIq4VlRXtdOsa%2Bqj9jMjrmu%2FMvqKHBJkMXU6bkVPzoPmXjVDgjW1ExMd5qJJFDAAAACVr9tyk2Q%2FZrOsxAAAAMAbtPsBEr9%2FEoX0YAAAAXl07IG6q8IO04UwPAAC91N6r9qzKMsdCTABglAwjZNGlsIPeOx57AVjZdTdkHABgvar6xvMpT%2BTnpt9Ox14AfmDvkN4RZDJkbXpSc2jh%2FdhLAfTKzjxcKScXfwAAAChV8%2BHclu4N1paLggAAADAqR92QS96Gg%2FAAAAC8tpm9gEHbc18FAIBeacMUz6xDWOJdVLVz6wAwToYRssgzYZ%2FltBkRk7GXgZUdd0PGAQDWr6qbwIOvKsuKJt36hn6yN8Aie4f0jiCToWoPXP9poCLQYx8ip4vIaVeTAAAAKEZ7keyDhg3eQeRkiCYAAACMgz2At3U05m8eAACAV5bTZB50wdA191Vc5gUA4O21A6FOhZiwxG9CTABg1OxfsuhUNXptYk3His674eIAAC%2BpuQt1q8KsYENIY49V9YXXNAuccaV3BJkMTRMI0AQDGKYIlGEnIs4MBgUAAKAgLguNx1QAKwAAAAxcO7x0S5vf1FbkJMwEAACA13Ki0qMx64ZGAwDAWzrr7lLDoi9R1danADBWOW07s8aCy6jqKwXpNXOxWJUzsQDAy2vXEfaZWZX1Tb8JROS7nAQh0yuCTIYkp2lE%2FOUwC1CYJpnxY%2BR01n3YCgAAAP3UbvBLLB%2BPDUMtAAAAYPAcwO4HlzYBAAB4ee29K8PhxmNrfu4DAADeSk4zcx9Yogkx8fkoAIybIYQsOlONHstp17qOFf0unAgAeEVNkMm1grOCnW6dQz8JMmGRPUR6RZDJEDSD%2F5sAgIgPYy8FULRmEOxF5DTRRgAAAHrqRGNGpzlkOh17EQAAAGCQmjNXQmv7Ys9BeAAAAF5UTpsCTUfpIHLSdwAAXl9OzbnzQ5XnjkshJgBARDgnxSKB3P3m%2BZ1VXLuHDgC8qqq%2BcR6KJ7DO6auqFmTCIkEm9Iogk9K1A%2F8vXKoHBmIjIv6InGbdRSEAAADoh5yOulALxue94FUAAAAYJOGl%2FeLyBAAAAC%2FpuLuvwPhMBagCAPCq2nPn7xWdOy4NHAIAOp4J%2BOY2qvpCNXrNgF9WMe2GiQMAvJ42%2BOBcxVmBdU6%2FfR17AfgfWQP0iiCTUjUD%2FptB%2F83AfwfpgeE5nIc0uSwCAABAfxhsOW5N6Or22IsAAAAAg9GcvYoQXNovh11fAAAAYL3a9aYAzfHa6M592HcAAODl5dR8BvlZpbmjDTEx0BYAaPcpd0ZfB745VYkea9d3ZvvxWOdR1TPVAgDeiGAKVrHRhfLTT%2FYK%2BC4ngcj0hiCTErWD%2Fc%2B6Qf8AQ7UVEX9FTi4MAQAA8LbaD%2BC2dGHU2qEWAAAAwFAcuWDaS86IAAAA8BKO7QOMXjMYcDr2IgAA8MLaGRDOG3PX7fzzaSEmAEDL8EEWGU7abwb7sgqfQwEAb6eqryLikw6wgoli9dbZ2AvAD%2Bwl0huCTErTDk08k6wOjMjHyOk0ctrUdAAAAN6IA4c09iInhwkBAABgGARm9JN9OAAAANarvYdgH4DG%2B8jJJXwAAF5GTtvdDAghiiy6nQ8YquoLVQEAOoYPsshw0r5qP186GHsZeLQvUdVezwDAW5t2e9LwGAfdZ1v0TRtMdKkvdOwl0huCTErRbGzmNIuIzw6wACPUfLBzETntaj4AAACvKqf9eYAFtD50PxMAAABAqdqBlVv610tbkZMwEwAAANZp4h4WC2Yu4QMAsHbtgNtTaw%2BWmAgxAQDuMDeHb75GVd%2BoRm85x8gqpqoFALy5dn1xohGsYKJYvXU69gLwP%2FYS6Q1BJiVoB%2Fc3abuHYy8FMGrNEJG%2FIqfjsRcCAACAV%2BXAIXfNuguHAAAAQJmcO%2Bg3%2B3EAAACsk8FBLNqYn%2FsAAID1aoYJ7agpd7yLqj5TlP%2FP3h0dRY5s%2B6NeeeO%2BF8cC2BbAtgCOBc1YAGNBsyP03sy7IoZtQdMW%2FKst%2BIMFt%2FEAPGgs0A2VxEw1AzQ0UlVK%2BX0RE3Eezh5gJTVImSvXDwB45FBB6HlWzJs%2BRl7rj6ibW9UCALJQN22f1J3F4JW89%2BRLkAkPFn0uAWydIJPcVem033TWvALQ%2BTOqtDQwFAAAgNF1757ChXls11ALAAAAmKgq7bkMnr1DDbYAAAAMokpH%2FRk%2FrGv3HgTcAAAwjCpdOn%2FkCW2IiX5zAOBH3Z41PDCUNFddn6l5f7zGfURcqBQAkBk9MbzWvvtbmaqbb%2F37BrTsKZIFQSY5q1K7QfV5lX4EwLoPq5AnLz4AAACM61R9ecaHqNKZ4gAAAMDkeJ%2BfBusEAADAEPR98JxPhgYCAPBuXUDeiULyyBchJgDAM%2BxJ8uAu6uZWNbKlf5HXOo%2B6%2Ba5aAEBWuv3pa4vCK%2Bmvy5cAVB6Yu00WBJnkqEo7UaU2%2Fepj6aUAeMF%2BH2ZyrEgAAACMxIEbLzkXsgoAAAAT0vZk2e%2BZipN%2BvQAAAODXdO%2BV7hrwkkv7DwAA%2FLIqna4C8uBHbYiJM2kA4DnuofHAMNK8OV%2FiNdpAoguVAgAydW5heCXvP%2Fm6Kr0A%2FEU4MlkQZJKbbvDdbT%2BgH4CXLSLi%2F0SVvCwDAAAwrG6fzh4dL1kYagEAAACTcty%2FzzMNZ9YJAACAd7APwM%2Fsrvo%2BAADgrarUDov5rG488lWICQDwE4YO8sAw0lx173u7pZeBVzHvDADIV9207xzXVohX2I0qCTPJkxBUHrSf0z3VYNsEmeSkSqf9JrNGeYC3%2BRRVWhocCgAAwIBcIuI19jUcAgAAwGR4h58W%2B3MAAAC8hwvWvMaHqJIwVQAAXq9KBwYH8YQb55sAwIu650gzxejUjXeKfHmu5zXuom6E5QMAudMPw2vps8tR3Xzvz5%2BgdaAKbJsgk1xU6SIiPjtwAPhlH1ZhUJLiAAAAGMaROvJKH6NKDmYBAAAgZ1Vq93p2rdGk7EaVXAoGAADg7aq0098vgNc474cIAgDAy7p3jSvzIHjkZnX3oBsoBQDwHHuQPPiqEllzT5TX0NsKAOSvbr5FxBcrxSt4D8qXIFQemIPG1gky2ba2YaVKy9WwOwDeaz8ivrlEAgAAwLt0IZn7isgbXApXBQAAgKydWZ5JctkTAACAX%2BHSJm%2Bx6Ps%2BdlQNAIBnCTHhaferAV9CTACAn7NvzYMrlchUlY698%2FEK11E3PscAwFScWyleYdG%2FD5EfQSY8MGObrRNksk3dYLt2Q%2BpDuUUAGFx7IPT%2FRZUMswAAAOBXOWDjrbqhFgAAAEB%2Buh4t%2FVnTdBhV0mgLAADAW%2Bn74K32DW8AAOAnlv1zIzy4Xw0kr5tbFQEAXkEPFA8MIc2X8yVew3kSADAd3f71FyvGK3gfylHdfOvPo%2BCw%2BAqwdYJMtqW7YP1NwwrAaD5HlS6UFwAAgF9wpGj8gnawpiZEAAAAyM%2BZNZk06wcAAMBb6fvgV3yMKrmUDwDAP1Xp0nAYHnkIMfmmMADAK5kxRutOEF7WnBHwM9dRN1eqBABMjBkovMZJVGlHpbLkHYROlfTFslWCTLahSqf9H4JFeT88wEZ9XDUIeikCAADgbWzc86s%2BOfgBAACAjHT9AqeWZNI0wwMAAPB6VdqLiF0V4xdd9r9DAADQqdL56rwKfnQmxAQAeDV3zfib4aO56oLOzQPkZwwBBwCmpwtT%2FGLleAXhjnlall4A%2FnKgFGyTIJNN60JMPtu0BNiYk9VBnqEWAAAAvEaVDuzd8U5CVQEAACAfLpfOw1npBQAAAODVDITjPRarvg8AAIi%2F5kJ8Ugse%2BT3qxnsDAPAW9q15YPhovgzs5Weuo26EEQEAUyWQjdfwXpQn7yE8EGTCVgky2aQqXfYhJgBs1n4fZuLBCwAAgJ%2FRGMx77RpqAQAAANnQbD8Pp6UXAAAAgFfT98F7HUaV7CkBAJSuSkfmQvCEP4SYAAC%2FwKwbHhg%2Bmi8De%2FkZZ0cAwHTVzW1EfLGC%2FMSHqNKOImWm%2B%2FzelV4GVvTGslWCTDah%2FUPchZiczP%2BHBciWMBMAAABew3sjQ2gPaM9UEgAAALaoGy60awlmYTeq5KIwAAAAr6HvgyF8cvcEAKBg3bPg0q8Aj3yJujG4FgD4FfYaad1E3XxXiQx1vYmL0svAi66jbgQRAQBTZ3%2Bb13B3K0%2FOLYn%2BfqWwIbZGkMnYug%2F4lRATgCws%2BjATSXIAAAA8R2MwQzk31AIAAAC26lT5Z0VoLAAAAK%2Bxr0oMZOniLwBAgf6eDWGILevaEBPnzwDA21VpbzVkELr3DPJkUC8%2FY%2Bg3ADB9dXO72uuGl3k%2FypM9BR6YY8XWCDIZ09%2BNKprgAfLRNg%2F%2B36iShjEAAACeYi%2BPobR7EJeGWgAAAMAWdBfAT5R%2BVg77dQUAAICnVelIZRjQ7qrvAwCAcggx4Wk3EXGmNgDALzJckAeGjubLoF5ech114%2FMLAMyFgDZ%2B5oMZOVnyTsIDPbJsjSCTsVTpQIgJQNY%2BCzMBAADgB92eHgxp32E%2BAAAAbIV%2BgHmyzwIAAMBLBGAytA%2FunQAAFGVpNgSP3KwGAtXNd4UBAH6R%2B4p06mapEhmq0rEwS35C3yoAMB91cxsRX6woPyHsMTfdOdVN6WVgxV4jWyPIZAxCTACmog0zcVgAAADAgx2VYAQf%2B4ZWAAAAYHPO1HqWjqNK9vAAAAB4jiATxnDR3xUEAGDOqnQZEYfWmDV3QkwAgAEcKSIRca0I2XLvk5fcRN1cqRAAMDNmr%2FIz9jLy5N2E8PlkmwSZDO3vEBMpywDT8KlvMAQAAACb9YzlMqpkYAoAAABsQpVO9W7NVruup6UXAQAAgGcJm2AMi1XfBwAA81WldmjXiRVmzf1qoLEQEwDg%2FexbE4aNZk2QCS%2B5UB0AYHbq5jYivlhYXuA9KU%2F2FohVL6P5VWyJIJMhCTEBmKoTYSYAAADAiAy1AAAAgM05U%2BtZs74AAAA8Z0dlGMl%2BVMmwKgCAOapSG6L%2Fydqypg0xOYq6%2BaYoAMC7dEMFzSEjDBvNVJWOfUZ5wV3UjTvBAMBcnVtZXrDo35fISd0srQc9wclshSCToXR%2FZIWYAEyXMBMAAACOiq8AYzqMKjnQBwAAgDFV6Wg1WJI529UQDwAAwDP2FIYRfbQnAQAwM93Z4mfLyiOnQkwAgIEYKkinbgSZ5Ml9Yl7iLjAAMF91cxsR11aYF%2BiRypPPLWHPkW0RZDKEKp1GxP8RYgIwecJMAAAAgDF96i89AgAAAOM4VdcinJVeAAAAAJ60qyyM7DKqtKPIAAAzUKV2wMvSUvLI71E3fi8AgKEYKkgYMpo1g3l5zn3UjRlkAMDcCW7jJd6X8iQolRDMyrYIMnmvLsTk87R%2FCADWCDMBAAAol0EDbIKhFgAAADCGKu2tzvwpwWG%2F3gAAAACbtDDsGgBgBro%2B3mX%2FfAcP%2FmNQLQAwMEMFCUNGM9WFWwrI5zkXKgMAzF7dXAle5AWL%2Fr2JvNhjIIQnsy2CTN5DiAnAXAkzAQAAKNO%2BdWcDdldhJgAAAMDQTlW0KOelFwAAAIA13SBi2IQ2YNW%2BBADAVHXvDlcG1vLIl6gbg2oBgKEZKkgYMpqt49ILwLPuBZkAAAUx94SXuKeXn2%2BlF4CVNmhoTynYNEEmv0qICcDcCTMBAAAAxvKh32MGAAAAhnOmlkU5NqQWAACANQbCsUmfokp%2B5wAApqm9N7xv7VjThpjo6wYAhtUNE1yoKlE3gkzyJMiE5yyjbr6rDgBQhLppz0zuLDbP8N6Um%2B5d5ab0MrAiyISNE2TyK4SYAJRCmAkAAAAwlgtDLQAAAGAgXT%2BXi99ladfbQCEAAABgW5ZCVgEAJqa7L%2FzBsrHmWogJADASd8aI1fMm%2BemChgRc8pxzlQEACnNhwXnGbv%2F%2BRF4EptI6UgU2TZDJWwkxASiNMBMAAABgDO2wTXsOAAAAMAzDZcp0VnoBAAAAgK3Z1fcBADAhVTpb3ReGv91ExLF6AAAjEWRCGC6aLcM%2Bec7XqJtb1QEACtP2vtxbdJ7hHCU%2F9hoIe49sgyCTt6jSkRATgCIJMwEAAADGsB9VulBZAAAAeIcqtY2Xh0pYpN2okqZ4AAAAYFs%2BRJUE7AIA5K57ZvvTOrHmZjW8uG6%2BKwoAMBJBCbS%2BqUKW9BzyHHd9AYDydPvk5qzyHPsb%2BRFkQggyYRsEmbxWd%2BF9OY1vFoARCDMBAAAAxvDRwE0AAAB4lzPlK5r1BwAAALbpor93CABAjrpntc%2FWhjX3EXEqxAQAGNmeAmO4aLY%2BlF4AnnQXdeMzCwCUSqAbz%2FkQVdpRnYx051s3pZeB2PXZZNMEmbxG16DSbjAt8v9mARiRMBMAAABgDJcOiAAAAOAXdO%2FTJ0pXtMOokov%2FAAAAwLYsVn0fAADk5%2B8ZEfCgDTE5irr5piIAwGi6nrZdBS7ejfC8DFXpuPQS8KxzpQEAilU3txHx1S8AzzhSmOw456J1oApskiCTnxFiAsCP2jCTMzUBAAAABtTuPy8VFAAAAN7M%2BT3hAikAAACwZftRpQuLAACQkW549NKMCB4RYgIAbIIhgoRQxWwZwMtT7t3vBQAIfS88RyBkfuw5EPYg2TRBJi8RYgLA0%2F6MKp2qDQAAADCgw6iSoZsAAADwNs7uiVVTfDeMCgAAAGBbPkaVXNwHAMhBd27UzojYtR6s%2BV2ICQCwIYYI0vLsmSf7%2BDxlGXXzXWUAgKLVTXuucld6GXiSQMj8CDIh7EGyaYJMntM1qFwKMQHgGZ%2BFmQAAAAAD%2B9QHbAMAAAA%2F053ZGz5E9D1%2BejgAAACAbbsUtgoAkIV2RsS%2BpWBNG2JyqSAAwIa4G0YYKpqhKu3pOeUZ5woDALByoQw8YdccnMzUzW1E3JdeBmJPCdgkQSZP6RqGrzSoAPATbZiJhEgAAABgSEtDLQAAAOBVBFew7kw1AAAAgC1brPo%2BAADYniq1YRUfrABr%2FivEBADYMEMEue%2BHipKXY%2BvBE659XgEA%2FnIpHIFnmLmbHwGqHBZfATZKkMnThJgA8FpLCZEAAADAgHb7A34AAADgOd05vWZL1u1GlVw0BgAAALbtMKp0bhUAALagSm3w%2FYnSs%2BZL1M2ZggAAG6avDcNE82TwLk9xlxcA4EHdfF%2FNVoV%2F8j6Vn2%2BlF4C%2F7tjCRggyeaxKl0JMAHiDxeoAsUp7igYAAAAM5ENU6VQxAQAA4FmGzfAUvxcAAABADj65JAwAsGFd3%2B2fys6ar1E3%2BrEBgM2yL0jHMNE8GbzLY%2FdRN4JMAAB%2BdKEePOGDomRHiCotc7DZGEEm67oQk5N8viEAJmKxSg%2Bt0o4FAwAAAAZyoXkdAAAAntCdzevx4imHUSUNuAAAAEAO3DEBANiUrt%2F2s3qz5iYihJgAANugd4kwTDRDVTrq50PBOiEmAACP1c23fo8dflSlYxXJSN3Ye6BlLhUbI8jkQZVOXXAH4B32HSQCAAAAA1pohAQAAIAnnSkLL%2FD7AQAABvPI1QAAIABJREFUAORgV98HAMAGdCEm7vayrh2wdhR1811VAIAtMDwQw0TzdFR6AXjShbIAADzJcxJP8V6VH6FD%2BFyyMYJM4q9Ur88ZfCcATNt%2BVMlFEwAAAGAo7V6DQ34AAAD40al68ILTqNKOAgEAAAAZ%2BBBVspcFADCW7kxoGRELNaZ3L8QEANgyQSYYIpqn49ILwD9cR93cKgsAwJOWysITBCbkR5Aqe8VXgI0RZFKldvPf0HkAhnISVTpXTQAAAGAgH%2FswbgAAAKB7R94tvg68ZOHSMQAAAJCRi%2F7%2BIgAAQ%2BpCTK6cHbJGiAkAkAPDA%2FlWfAVy070%2F7pdeBv7B3EkAgOd0%2B%2Bxf1IdH9vv3K%2FJhDwJn5WxM2UEmfzeoLDL4bgCYj09RpVPrCQAAAAzk0oEuAAAArJwpA69wrkgAAABAJhaGYQEAjOLSIFrWPISYGNgEAGybZ1Suiq9Afo5KLwD%2F0L5DLpUFAOBFel14ivervDgXo81X8LlkI8oNMhFiAsC4PkeVDtQYAAAAGMBCYyQAAADFq9JeRByWXgZeZVcTLgAAAJCR%2FajShQUBABhIldrhWR%2BUkzVnQkwAgK3Tr0THc2l%2BfDZ5bBl1811VAABeUDftvO47JeKRYwXJSHc2dl96GYg9JWATyg0yibiQYA7AyK76QSoAAAAA73UYVTpXRQAAAArmvZi3OFMtAAAAICMfo0ou8wMAvFeV2jOgE3Vkze9RN5cKAgBkwHwZQsBelgSZ8Jh3SACA1%2FHcxGPer%2FJjHwJ7kmxEmUEm3bA3DSoAjG2xSmCv0o5KAwAAAAP4FFU6UEgAAACK0527G%2FTIW3yIKmnEBQAAAHJy6X4JAMA7VOk0Iv5UQtb8R4gJAJARvUpcF1%2BB3HR78vull4Ef3EXdXCkJAMCr2H%2FnsV13tbLj%2FQYBQ2xEeUEmXYPKpwy%2BEwDK0B5mXVhrAAAAYCBCUwEAAChR2%2FO1sPK80ZmCAQAAABlZrPo%2BAAB4uyodRMRnlWPNl6gb97cBgJwcWI3ifSu9ABkyzJPHDOMGAHiturkV2MgTvGflxV4EwoXYiLKCTLoGFc0IAGzaSVTpXNUBAACAAexqlgQAAKBAAin4FacCYQEAAIDMHEaV7HUBALxFNyPiSs1Y04aYnCoIAJAZQwMxPDQ%2FBuzymLu5AABv4%2FmJx7xn5cVeBLvFV4CNKCfIpLuQvIyIRQbfDQDl%2BRRVOrbuAAAAwAA%2BRJVcvgMAAKAM3Vm7hkp%2BRdsrqFcDAAAAyM2f%2FTBuAAB%2BppsRcWlGBGtuhJgAAJnatzDFMzw0Pwbssq59n7xVEQCAN1kqF494z8pJ945zX3oZilcln0tGV06QSffw40I7ANt0GVXaswIAAADAAC4MtQAAAKAQZxaadzhXPAAAACBDy34oNwAAz%2Bmel64MhGbNjQFZAECW3PEiVsNDBZnkpHun9D7JukvVAAB4o7r5HhFflI01u2bqZsd%2BBPoQGV0ZQSZVuoiIwwy%2BEwDKtnDZBAAAABjIQuMkAAAAs9c1Nuv74j3aBnnDjAAAAIDc7EbEhVUBAHjRhaGzrLlbhZh0Q9MAAHJjgCfXxVcgP%2FoGecx9XACAX7NUNx7xvpWXq9ILQAhZZnTzDzKp0nFEfMzgOwGA6JsmXTYBAAAAhrDfB3kDAADAXJ1bWQZwpogAAABAhk6iSqcWBgDgCVW6XD0vQec%2BIo6FmAAAGTMskG%2FFVyA%2FBuuy7qt3SgCAX1Q3y36fHh7YB8mLPQl8JhndvINMqrQnAReADLlsAgAAAAzlYx%2FoDQAAAPNSpZ3VMBp4vw99LyEAAABAbi7sWwAAPNLdvxViwoP71QDiujGECQDImT0%2BPK%2FmR5AJ65aqAQDwLp6nWOd9Ky%2F2JNgpvgKMbr5BJt1F9vZBZ5HBdwMAj32OKkmtAwAAAIZw2e%2BJAwAAwJwc6%2F1iQGeKCQAAAGRoYdgDAMCaLsTks5Kw5liICQAwAYJM8Myan%2F3SC8APnMUAALyP5ynW7Ztxk5G6uS29BMShEjC2%2BQaZRFzYSITB3EXEdf%2FPvbLCYJZewAAAAIABGGoBAADAHJ1bVQZ0qkcDAAAAyFR7uf%2FC4gAAxavSQT8jAh78HnVzpRoAwAQYFlg64Xt5qdJR6SXgB1%2Bjbr4rCQDAO9TN0ixiHvHelZfr0gtQvCoJWmZU%2F%2B8sy1ul04g4yeA7gVw8PFC0Bx7fn%2Fi%2Fvw92GPLjJv5e%2F8%2F6%2F70jZAj%2BshsRlxFxrCQAAADAOx1Glc6jbgx5BQAAYPq6%2FpNdK8mAFn1%2FxqWiAgAAABn6GFVaGtIMABSrCzG56s90IPoQE2d7AED%2BqrRjlYp3U3oBMmSgLuuWqgEAMIilWd%2BsOfCsnZVvgnaL1858vy29CIxnfkEmXZPKRQbfCWzSXf%2FH4iGc5GrQcJK3eEvDfDd0Yqd%2FAH0IOjnQZEZhPkSVzqJu%2FO0CAAAA3utTP9Ri8%2FuCAAAAMKwz9WQE54JMAAAAgIwto0p7UTffLRIAUJRu8POl%2B%2BWs%2BSLEBACYkAOLVTx3%2BfIjyIR1hisDAAxDkAnrvHflxd4EB%2F08ehjF%2FIJMNKkwf9f9A8K3VXjJW4JDcvP39%2F7jRm%2FXcHbw6J99v9vM2HlU6cqQUQAAAGAAy1Xgt6EWAHN0258TwdTsOOubFP%2BdYaq8A81JO6wx4kPpZWAUu1Glo0n3WwEAAABztujvWLnoDwCUo7tTfqW3hDVtiMmpggAAE7JnsYp3W3oBMiRgiAdf3bUFABhI3bSzTO7N%2FKZ3qBBZsTfBTvEVYFTzCjKp0oUmFWbmpm%2B%2B6oJLSgk56DZ%2Br%2F6R5NUOEvg73ORoNVwA5mGxCuLqhmU4%2BAAAAADeY7cP%2FD5WRYCZqZvL%2Fr%2FxMC3dGd%2F%2FtWoTUTeGowE5OLMKjOjsHz1JAAAAAPk4jCqdRd1cWBMAoBDmQ7DuqxATAGCCBJmgHy0nVTowWJk1S8UAABhU%2B3x1oqSstO9fpczJzl3dXEWVSq9C6cwHYFTzCTKpUjuU7WMG3wm8x%2FVagMc3gQaPtA9G6wc3VdpbCzU50qjGxLW%2Fv%2BcGsgAAAAAD%2BBBVOu0H3gMAAMB0VGknIgymYUwfVj1HdXOrygAAAECm%2FowqXbnoDwDMXpUuDbtizY2zYgBgog4sXPHs5ebFZ5J1gkwAAIYlyIR1R96Js3IXEbulF6FgO6UXgHHNI8iku8BuIBtTdNc%2FiHcBHYJL3qYbKHD712ZxF2zyEGpyLBmdCfrYXzZxAAIAAAC810W%2Fz2AoJwAAAFOi34NNOOv%2FAQAAAMjVMqp04K4ZADBbVTo16Io1N6v5AJ5%2FAYBpMiSwbPeeY7NzVHoB%2BMu1zycAwMDaOalVunf3i54gybx8E2RStP3SC8C4%2Fp%2BZ1HfpIYYJ%2BRoR%2F4mIf0Xd7EXdnK0exm14vl87lLFuLqNuTqNu2kO%2Bf0fEH33zEkzFZR%2FQBQAAAPAei78CgAEAAGA6zq0VG3CqNwMAAADIXHup%2FMIiAQCz1IWYfLa49NqBZ8dmLQAAE3Zo8Yr2rfQCZMggXR64XwsAMI4rdaXn%2FSsv9ihKV6W90kvAeKYfZFKlM5v5ZK5tnvkSEb9HxP9E3bSNNBer0A3GVTffom7Oo24OVsExXYDMV1Unc4tVmAkAAADA%2B%2B1HlQy1AAAAYBqqdNQPaISxLVbDkAAAAADydtIP%2BQYAmI8qHQhsY007h%2BHI3AUAYLKqtGPximdIaH72Sy8AfxFkAgAwDs9ZPNi3N5IVexQIMmE00w4y6VJ%2BzjP4TuApbXjJb1E3O1E3p1E3l1E331VqS9oGpi5A5ngVKNMFy1wXWQum4EMf1AUAAADwXh%2F7QbAAAACQO%2BfkbJK%2BQwAAAGAKLvo7lAAA09eFmFz1ofMQfYiJoUoAwJQdWL3ieZ7NiXuU%2FO1GaCYAwGgEmbDO3kg%2BvAPh88hoph1k0j28aFQhJ9d9QMb%2F9OElHrBz1AbKdMEy7cHDvyLiPxFxV3pZyM65yyYAAADAQJZRpR3FBAAAIFvd%2BfgHC8QG7bq0DAAAAEzAwgAIAGAWuj7WS7MhWPO7EBMAYAbc18KQ0LzoCeTBlUoAAIyknefbBsdBx3tYLpy7Ya%2BSEU03yKRK5xGxn8F3Am0Axh%2BrQIw2GKMLyPhefFWmok3NrpuLqJt2IMa%2FI%2BJLRNyXXhaysOibMgEAAADey1ALAAAAcndmhdiCU0UHAAAAJmA%2FqnRhoQCAyepCTK7MhmDN76uZDAAA03dgDQtXN8IS8uIzyQP3aQEAxmWPnwfew%2FIiZKhsgoUYzTSDTKrU%2FpH6lMF3Qtm%2BRsRvqwCMujlfBWIwbW16XN20Awr2Vg1QHsDYvsOokmEtAAAAwBDsMwAAAJAzgRJsw0lUaU%2FlAQAAgAn4GFVy0RgAmKoLISas%2BUOICQAwI3qPynZXegEyZIAurXshQwAAo%2FO8xQPvYXkxGx0YxTSDTCSvsT33q%2BaYiH9F3RxH3UhdnqO6%2Bb5qgKqb9oH43xHxpfSSsFXnhmYAAAAAA%2FmzDwoHAACAfFSpDTFZWBG2RIgOAAAAMBXLqNKO1QIAJqVKl6tweeh8ibo5VwsAYEbMgymb4aA56fbPd0svAyvmAgIAjK1uvgl3pLernykr30ovQOEOSy8A45lekEmV2saE%2FQy%2BE8rSPiD%2FHnWzs2qOqRuHCKVoX5Dqph1Y8D99iM196SVh4xYCvAAAAIABGWoBAABAbs6sCFvk9w8AAACYioXhWwDApFTpVIgJa770d%2FYBAOZEkEnZDAfNy0HpBeAvV0oBALARnrt44H0sH%2FYqgFFMK8ikSu0fpk8ZfCeU4zoi%2FjfqZi%2FqRpBAyermex9is7MKtZH%2ByGYdRpUMzgAAAACGsBsRFyoJAABAFqp0FBH7FoMtWvRDtAAAAACmwP0SAGAaqnQcEZ%2BtFr2biPAcCwDM0a5VLdpt6QXIzFHpBeAvQuEBADbDcxcPvI%2Flw15F6br7ujC4aQWZRAiSYFO%2B9AEmR1E3Uv74URtq04bbdIEm16rDhpxHlfYUGwAAABjAiQGdAAAAZML7KTkwNAkAAACYkj%2BjSgdWDADIVvesYi4ED25WA6zq5ruKAACzYgYMEd%2FUICv2zYnVO6j3TwCATTGrmQfex3JRN%2FYq2Cm%2BAoxiOkEmVWovC%2B9n8J0wb22Ayb%2Bibk4FmPBTXaDJ0Sr0RqAJ41tExIU6AwAAAAO50DAPAADAVnXvpScWgQzsR5WOLAQAAAAwIcuokkvHAEB%2BujPAq%2F5OLNwLMQEAZsy9LAwHzYvPJGGYNgDABnV7%2F%2BbwEoJMsnNXegEK5%2FPIKKYRZNI1rJxn8J0wX%2BsBJrfWmTdpQ28EmrAZH6JKx2oNAAAADGCxGmoBAAAA23Oq9mTE7yMAAAAwJbsRcWHFAICsdEFrSyEm9ISYAABzJzShdJ51c7NfegFYcWcWAGCzBMkRfR8T%2BTBXHRjcNIJMIi41rDCS61X4hAAThvB3oMnvEugY0WXfzAkAAADwXvtRJUMtAAAA2JYzlScjJ1ElwwUAAACAKWn3M4SzAgA5uTI4lt5DiMk3BQEAZkyvUdmuSy9AVqp0VHoJ6LUz4AAA2CRBcnS8l%2BXEe1HZfBYZRf5BJlU6jojDDL4T5uWmDzA5svHI4OrmMupmrw80uVdgBtYGe50rKgAAADCQjw6EAQAA2LhuwOJC4cmMwZ8AAADA1FwIZwUAslClSyEmrDkVYgIAFMC%2BXNluSy9AZg5KLwArAoYAADatOwswc5fwXpaV76UXABhe3kEmVdqJiMsMvhPm434VLlE3BwJMGF0baNIdOv7h5YqBtQNGvagBAAAAQ1n2%2B%2FEAAACwKWcqTYb8XgIAAABTs1j1fQAAbFOVLiLixBrQa2c5eEYFAEogyKRsgkzy4vNIOC8BANgas50J72VZ%2BVZ6AQp3WHoBGEfeQSYR530zLQzhj9WDTRcuAZtRN9%2Bjbs77dMCvqs6ALhQTAAAAGIihFgAAAGxOlY4iYl%2FFydAiqnRqYQAAAICJ2e%2BHhwMAbF53tvJR5en9xywHAKAgBnSWzVDQvByUXgBWDNAGANgOz2GE97KsCF8FBpdvkEmVDjStMJDriPjXKkyiDZWAbaib26ib44j434i4swYM4DCqdKaQAAAAwEDsNQAAALApgiLImf0RAAAAYIo%2B9gHCAACbU6X23vRnFaf3JepGwB4AUJJdq100c8zyclh6AYj7qBsBQwAA2yHIhPBelpF2%2FjVl00fICPINMonQpMB7tWERv0XdHPkjSjbq5irqZi8i%2FlhtfsP7nEeVdtQQAAAAGMiffcg4AAAAjKM74z5RXTK2r1kXAAAAmKilOyYAwMZ0%2FaaXCk6vDTE5VQwAoBj24WhnSJGHKu1ZCQzPBgDYoi5QzmxdvJ%2Fl5ab0AgDDyjPIpEqnkrR4p%2F9GxEHUzVIhyVLdnK9%2BRyOuLRDvsFiFmQAAAAAMx1ALAAAAxnSmukyAIUsAAADAFC1WfR8AAGPrhhBd9c8fcC3EBAAo0IFFL5oBvXkxKJcQZAIAsHWexwjvZ1n5XnoBCmfvksHlF2TSDUi7yOA7YZraxK9%2FR92cRd34o0ne6uY26uYoIn5zQMU7fIwqeUgEAAAAhrJrjx4AAIARGWDDFJz0A7gAAAAApuYwqiRMGAAYTzcLYinEhF472%2BFYMQAAKMw3C56Vo9ILwIrB2QAA2%2BV5jPB%2BlhWfybLtlF4AhpdfkEnEucYVftEfUTcHUTc2%2BpmWuln2yYFfrRy%2FyHBRAAAAYEjtsE6DZQEAABhW9665q6pMhL0RAAAAYKr%2BjCodWD0AYCTt0Jt9xaUPMTmKuvmuGABAgQzmLJtn4LzslV4AVjPczB0EANguoQmE97Os2Lsom88ig8sryKRK7S%2F5xwy%2BE6albXL5d9TNuXVjstomrbo5jojfIuLeQvJGh1GlY0UDAAAABnTR79kDAADAUARDMCVnVgsAAACYsMuo0o4FBAAGVaVLISb07lfnv0JMAAAok8CEvLgDyXXxFQAA2LYuWM4cXbyf5cPeRdl8FhlcXkEmbYMsvM1%2Fo24OpCEzG3Wz7P%2Fg2xznrS5UDAAAABjQIiKWCgoAAMAgqnQQEYeKyYQsokrCdwAAAICp2nfPBAAYVJXaZ4sTRaUfRHZkvgMAULiD0gtQuNvSC5AZvalcFV8BAIA8ODfA%2B1k%2B7F2Ubaf0AjC8fIJMqnTkDw5vcBcR%2Fxt1c6ZozE7dfI%2B6af%2Bb%2BB%2BpkrzBblTpXMEAAACAAe33F08BAADgvfT4MEV%2BbwEAAIApO4kqHVtBAODduvD3jwpJ71iICQCAYYCFMww0F1XaK70ErAgyAQDIg%2BcyvKflom7sXZRtv%2FQCMLx8gkwiLjP4HpiGr6tU%2BrrxkMq81U07JLINNLmx0rzSWVTJYTcAAAAwpI99EDkAAAD8mu4c%2B0T1mKB9%2ByIAAADAxF0aEAAAvEsXjPZZEen9bsYDAMCK2S5lMww0H%2Fa%2FaQnbBADIg%2FMDwntaVu5KLwAwnDyCTKp0GhG7GXwn5O8%2FUTfHUTffrRVFqJtvfZjJFwvOKywi4lyhAAAAgIEthacCAADwDmeKN7r%2Fzvzn26bTcn90AAAAYAYWq74PAIBfUaWDVTAadNoQE78PAACdfXUoWN0IMsnHUekFIG7MIwQAyIaAOVoHqpAN%2Bxcl6876YTDbDzLphp8Zus7PtCle%2F466uVApitNulNfN6arBK%2BLeLwA%2F8TGqJIUSAAAAGJKhFgAAALyHIIhx3ff9d3dz%2FiG36EQfBgAAADBx%2B1El9zcBgLfpzkeu%2Bh5S%2BK8QEwAAWNGnl5ed0guAYdkAANnoAuZuLEjx3MHKhyCTstkzYVDbDzKJOIuI3Qy%2BD%2FL1dZWoVjc2DClb1%2BB15OWMV3DBBAAAABjaYVTpTFUBAAB4kyqd6g0b3bJv9r%2BY%2Bc%2B5TcJ4AAAAgKn7FFU6sooAwKtUaWd1BiXEhM6XqBs9xAAAD6p0oBZFMwQ0Lz6PXBVfAQCAvJgbjfe0fNjDKJsgEwa13SCTrolF0wIv%2BSPq5ri%2FbA90gT5HfcAPPOfEwTcAAAAwgj%2FtOQAAAPBGAiDG9xBgcjnnH3LL9DgCAAAAc7Ds73MCAPxMOwR0X5VY3WevG2e%2BAAA%2FssdWNkNA8%2BKuIwZlAwDkxfMZe8VXIB%2F2MMpmz4RBbTfIJOI8IhZb%2Fh7I031E%2FBZ1c2594JE22KcN%2BGmDfuB5F2oDAAAAjMBQCwAAAF6nC8M8VK1R3UXddE3%2BbT9JO0iIMSyiSgY0AQAAAFO3EIYLAPxUlS6FmNC7iQhnZAAA%2F%2BReVdkMAc2L%2BYWle%2BihBQAgF1dWoni7pRcgI%2FYwgMFsL8ikSm1C1kdLyRPappajqJul4sALuqCf3%2FrgH3jsMKp0pCoAAADAwHYFqAIAAPBKZwo1usfv6AZRjseQJgAAAGAOPkSV7NsBAE%2BrUnv2dKI6rM17%2BK4YAAD%2FcKAkRTMENBfmKhFxrQYAAJkRNEes3tfsneTBOV%2FZfA4Z1PaCTCLOLSVPeGhq8fAJr9EF%2FrSHKnfqxRP8rQUAAADGcBJVMrwTAACA51VpJyKOVWh0PwaXdH0kekjGcaiRHgAAAJiJP%2B1zAAD%2F0PWFflQYIuJeiAkAADxLkEk%2BdkovAGFOIQBAngTO4X0tB2a7l87nkEFtJ8ikSnurQWfwoy9RNweaWuCNuofDgz4ICNa1QzSOVAQAAAAYwUW%2F1w8AAABPaQcdLVRmVF%2Be6bNazuhnzM1Z6QUAAAAAZuOyDyMGAIj%2BHupnlUCICQDAq7hPVTbPyvkQ2I2hvAAAefKchhm4%2BbgvvQDAMLYTZBJxbv145I%2Bom1NFgV%2FUNYS1D%2BtflZBH%2FM0FAAAAxrAwGBUAAIAXCHwY3%2BUzX%2BFiTj9kZk4M%2BAQAAABmYt8%2BEgCwUqUD%2FaD0HkJMDBgDAHiZIJOSeV7Oic8iPo8AAHnynAb58Hks12HpBWBYmw8yqdLe6kIv%2FO33qBuD9uG92jCTujmOiC9qyZrDqJJESgAAAGAM%2B1Ele7sAAAD8qEpt78KuqozqLurm6skvUDe3EXE9m580P0J6AAAAgLk46ffyAIBSdQHu7ZnTwu8Aq3MwQ5kBAIDpEGRSOu%2BwAAC5urUyxTP%2FFmBmNh9kEmGoGQ%2FuI%2BK3qJtLFYEB1c1pRPyhpKzxtxcAAAAYyychqgAAADwi6GF8P%2Bu30o81ntO5%2FmAAAABAkS6jSoa9AUCJhJjwo9%2FNfAAAeLUDpSrWdekFyIy97bL5PAIA5KpurqxN8XZKL0BGBEACg9hskEnX1Hpi6ehDTI6ibpaKASOom%2FNV0xh0Dg0UBQAAAEa07C%2B0AgAAULquP%2Byw9DJswM%2BGCC37%2FiyGtxtVEmYCAAAAzMWi30sCAMrTPgPsW3ci4g8hJgAAbyIMEPKwax2KZhgvAEDebqxP0ZxB5uN76QUomjnUDGizQSYR5xaPtRATG4Ewpq5pTJgJD%2FwNBgAAAMayeMUAVQAAAMrgbHp8X6Nubl%2F8KnXz3QDKUQkyAQAAAOZkP6pkXw8ASlKltufz0JoTEV%2BibjwLAgDA67zct8fmVOlAtYvn8wgAkDfzpktXpZ3SS5AJ707AIDYXZFKlvYg4sWzFE2ICmyTMhL8dSsMDAAAARvQhqnSmwAAAAAXrGoyP%2FQqM7rVhohcT%2Fhlzd%2BgiNAAAADAzn9w5AYBCdAFmZj4QfYiJAH8AgLfQM1Q6wz%2FzYSAuZhgCAOTN%2BxP2UPLgswgMYnNBJhHnlqx4d0JMYAu6MJPf%2BiAhyuZvMQAAADCmPzXkAwAAFK0dcrMovQgju4%2B6Wb7qS3Q9WncT%2FllzJ9AVAAAAmJtlH1YMAMxVlU5XAWYQcSPEBADgl9g%2FK9v30guQEXcYS1c3V6WXAAAgc57XsIcC23dkDRjKZoJMqrQXESdWrWg3q81fISawHd0QiyNhJsU7NEwUAAAAGNmloRYAAADFEuwwvss3foWLKf6QE3FiDwQAAACYmcUv7D8BAFNRpfaO8WfrRT%2F3wdAaAAB4O7PT8qF3r2x3pRcAAGACbi1S8cy9zYEQSGAgmwkycUm9dHerZpa6kSgO29QFCQkzwd9kAAAAYEz7hqQCAAAUqErHEbFr6Uf31nfu5QR%2FxinRgwEAAADMzYeokj0PAJibKh04N6Jn7gMAwPsYwgl58Fksm6HYAAC5qxvPbAAwI%2BMHmVSpTS4%2B9UtTrDYw4VgzC2SiCzNxoaBsJ1GlvdKLAAAAAIzqpB9gCwAAQDn0h43v%2Bs2N%2FN3%2F%2F9dp%2FriT4PceAAAAmKM%2F%2B2HnAMAcdLMeriJiYT2LZ%2B4DAMD77ahh0QzizYfPYtmuSi8AAMBEXFuooh2VXoCM3JVegIL5HDKY8YNMuoH5GlvKdL%2F6D1YXnADkom4uI%2BJ361G089ILAAAAAIzuUpgqAABAIbr3vw%2BWe3SXv%2FgFfvV%2Fx8%2FtRpWEmQAAAABzdNkPPQcApkyICX8z9wEAAN6rbgSZ5MO9xbL5LAIATIPnNsiDzyLwbpsKMqE8mlkgZ8JMSnfsQgkAAAAwsvbS61KRAQAAiqA%2FbHz3fa%2FH29XNsu%2FlYhyCTAAAAIA52o%2BICysLAJO37P%2Buw7G5DwAAgxCeAHnYtQ5FM4QXAGAaPLeV7aD0AgDMybhBJlU67YeVURYhJjAFwkxKtjBIBgAAANiA%2FajSuUIDAADMWJV2BDlsxHvDQn8tBIXXOIwqaa4HAAAA5ugkqnRsZQFgoqp0uTrHgPYued1cqQMAwCAEmZTrpvQCZKPrW6Vk3nEBAKbCc1vZzKPPh%2Fnw5bKXyWDGDTKJMKCsTKdCTGAiujCTPyxXkQySAQAAADbhU1TpSKUBAABm61hj8UZcvPOLvPd%2Fz8vO1AcAAACYqcuokgvNADA1VTpfhZJBF2JyqQ4AAPBu35UwGwelF6Bw96UXAABgQrxHlU4QZS58Fsu1W3oBGM54QSbdYDK%2FrOVpm1mWpRcBJqVu2obELxatOLtRJWEmAAAAwCbiluELAAAgAElEQVQsHTADAADM1rmlHd1N1M23d32Rurld%2FXsYy4m9DwAAAGCmFqu%2BDwBgOrp7o5%2BsGKu740JMAAAAmJf39dMCALA5770LxRwIogSYifGCTFxSL9F%2FNLPARNVN25j41fIVR5AJAAAAsAntUAt7xwAAAHNTpaOI2LWuo7sY6AsM9e%2FhaWfqAgAAAMzUflTJXVEAmILu%2FO6ztaIPMXGHGABgeAZwluuq9AJk5Kj0AhTutvQCAABMzI0Fg60TKgS82zhBJlXai4hDy1OUtpnFZXeYtlMvesU5jCo5JAcAAAA24UNUyUBPAACAefGetxnLgb5K%2B%2B%2B5z%2F2HnTCDoAAAAIA5%2B9QPRgcActXdFR3qXIlpuxZiAgAwmoXSAmyVIBMAgGn5br2KZtZtHnwOS6bnj4GME2QScW6BiqKZBeagbr73ifOGVpTFYBkAAABgU%2F4UqgoAADATVdpbhVYyti99P8f7df8ew6vGsxtV0kMHAAAAzNkyqrRjhQEgQ93f6CtDlYmIm4g4VggAAGDG9ixu0a5KLwAAwMR8s2BF02cEMBPDB5l0jS6aG8qhmQXmRJhJiU5cJAEAAAA26NJeBAAAwCycWcaNuBz4iwz97%2BNHgkwAAACAOVvYXwKADAkx4W83qzvi3V1xAABgWMIT8iHIBAAApsOZRdnMlsmDQCHg3YYPMulCLTS6lOF%2BdflaMwvMS918M3CkOAZpAAAAAJuyHxEXqg0AADBh3TAk58zju4u6Gfbyc%2Ffvu8vzx52Fw6jSQelFAAAAAGbtQ1TJnSMAyMuy782kbPerOR%2FmPgAAjKdKR6oLsGVD99UCADA2z29lc8cqB84PgQGMEWRybmGKcdwHHgBzUzeXEfGHdS2GSyQAAADAJp1ElY5VHAAAYLLad7qF5RvdWEGgAkbHpQcDAAAAmLtzYa4AkIkqXa6C1ildG2JyFHVzW3ohAACAItifLtd96QUAAACANxLOzCCGDTLpUsN3LU0R%2FiOZGGaubtpgqq%2BWuQi7%2Fd9wAAAAgE25jCrtqTYAAMAknVu2jbgc6YssM%2Fs55%2BY4qrRTehEAAACAWVv0fR%2F2QABgm6rUntmdWAP6EJNvCgEAAKPyzJ2PRekFKJjPIQDA1JhbXTq9Rfm4K70AwPsMG2QScWo9ivA16uai9CJAIU49cBbD33AAAABgkxYGpwIAAExQlY4iYtfSja7tz%2Fo%2Byhepm9vVv5%2BxLPRgAAAAAAXYF3gMAFtUpfYs4pMlICJ%2BF2ICAAAbMFY%2FH%2FAWPocAADAt%2B9YrG7elFwB4n%2BGCTKrUplydWI%2FZu3HRGgrSHaIdR8S9ZZ%2B9k%2F5vOQAAAMCm7EeVDLUAAACYFn1Dm3E58lcRLjquszn%2FcAAAAAC9j1GlY8UAgA2r0kFEfFZ2%2BhCTsc8VAQD424FawJZV6cgSFE2QJwDANF1bNwCYtuGCTFxSL8H9ap2lg0NZ6uabAQvF8LccAAAA2LRPGogBAAAmokp7EXFiuUZ3F3UzbtBIN9DoPoufdp52DfEEAAAACnHZ7xsCwP%2FP3t0dt3Gs7cJ%2BWrXPqQzIDKgMyAzEDIQVgeiqPhd1PlWGIzCZARXBR0XwkRmQGZARzK7BjPayvWSbP8Cge%2Fq6qtbh%2Bxq4WwQwPT3PzRzGEpMbWRMRvykxAQCY3XuRAwAAALxATvZTYL%2Bc7WMrFJnwEudToQHQmvEw25V1XzyFNQAAAMA%2BXLv5DAAAUAXnw%2BYx18Ahg412yxkMAAAAoAUH9pkAYCbjOcvr6fuXtl1F17sXBQAA8%2FkuayiCclcAgDr5Hde2D60HUAjz5NulyISt2E6RSU7Dl8KxJVm0b1ORAdCu4VDbnfVftMPpOx0AAABgToZaAAAA1MEwnHkoMlmGk8jJQV8AAACgBcM%2ByIWVBoAdGktMbjbPgNK6ocRk1XoIAABAs04tPQAAALzYo8iAt9hOkYmH1JfuISIcaIHWdf2jz4Im%2BE4HAAAA9uFj5GRfAgAAoFQ5raYiSnbrW3T9%2FSwZd%2F1tRNxZz50ywBMAAABoxZfIyQA5ANidoaD%2BWL7Nu%2FMMMAAAAA27tfgAAFXyOw4AKretIpMz%2FxAW7WwqMABaNw6x%2BKX1GBbOdzoAAACwL79GTh%2BkDwAAUCQDceZxPfN%2Fb72vN9qIs8jpfeshAAAAAM24tBcCADuQ01Bi8lG0zRtKTE7NfAAA2CtFvgD75JoYAKBWfse1zQwZgAV4e5FJTquIOPCPYbG%2BTsUFAKOuH4ZYfJfGYh1ETspMAAAAgH0x1AIAAKA0OQ0PYB9bl517iq6%2FnPm%2FOXdxSmuGc5Wr1kMAAAAAmnG4OfcBAGxPTucR8UmizXtSYgIAAHt1I%2F5iHLUeQMOeWg8AAKBi7m%2B0zfyYMpgt3y57KWzF24tMIgw7X6676PqL1kMAfmplc3%2FRDNEAAAAA9mUYjLuWPgAAQFHcQ57H%2FEMex2FHV%2Ft5u804bz0AAAAAoCkfp4HrAMBb5TTco%2FtVjs1TYgIAAPBfhm%2B2y9BdAIBadb3fcrB%2F7jW267D1ANiOtxWZ5PR%2Bc7iUpTKEAPi5rr%2BPCEVHy%2FVx%2Bo4HAAAA2IdPkZMSdQAAgBLkdLS5TmMO%2Byr2nL9ApS2H9jkAAACAxlxETh8sOgC8wfhd%2BrsIm%2FejxMSALwAAAAAAAABgL95WZBLhAdvl%2BupQC%2FCPun4YoPFNSIvlOx4AAADYp8tpWC4AAAD7tZL%2FLO6i6%2B%2F38l%2Fu%2BpuIeNjLf7sd560HAAAAADTlYDr38d6yA8ArjCUmN6Jjc6%2FWvAcAAAAYuD4GAKib55baddp6AABL8NYiEw%2FYLtPwYPxF6yEAzzJ8DzyJapEUmQAAAAD7NAy1uLYCAAAAe%2Bd82DzWe%2F7vX%2B75v790JwpbAQAAgMYcR4TnEwHgpcYisOvpDCVt%2B090vXO0AABlcf6nXfetB1CQD60H0LDH1gMAAKic6yoAqNjri0zGB2uPLf4irVoPAHimrr%2F3YMFifTREAwAAANiz48jJ3hMAAMC%2B5LQyJGkWTwWUeSoy2T17HAAAAEBrPkdOZ1YdAJ5pLDG5iYhDkTXvl%2Bh69%2B8AAMrjt3q7DNwthzOtAAAA8FJdfyMz4C1eX2QS4RDpMn2Nrr9tPQTgBbp%2BHRHfRbZIvusBAACAffsSOZ1aBQAAgL1YiX0W19H1j3t9BV1%2F7%2BzHzp1NA8gAAAAAWnIZOR1ZcQB4lqG44lhUzbuantsGAAAA%2FsvQXQCAuimIBNgX5%2FfYgrcUmXhQfXkeousvWg8BeBXfCctkXQEAAIASXBr0CQAAMLOcPkTEidhnUcogossCXsOSHTiHAQAAADTowL4TADxDTsP35UdRNW8oMXE%2FCQAAAAAAWBpFJu1SoAD75%2B%2BQN3tdkcnYonMs%2FsVxsAV4na4fLgy%2FSm9xjjXnAQAAAAU4NNQCAABgducin8VddP1tEa%2Bk64dr76cCXsmS%2BbsCAAAAWnQSOV1YeQD4GzkN9w8%2Biad5d0pMAAAA%2FoEZSAAAADU6tGoA9XtdkUnEmbVfnG%2FR9TethwC8yToiHkS4OL7zAQAAgBJ8nB7WBQAAYNdyem9Y0mxKK%2B68LuA1LNlh5OQcBgAAANCiL5HTqZUHgL%2FIaSiu%2BFUszbuLCL%2BVAAAA%2Fpkik7bdth4AAEDlHi0gANTrtUUmK2u%2BKE8RYQAc8DZd%2F%2BizZJEcfgQAAABKcRE5fbAaAAAAO%2Bfe%2F3xKKzJZF%2FAals7fFwAAANCqy6lEGQCITYnJcB7yd1k0bywxGZ%2FRBgAAStT1N9YF9sx1MwBA7RTTwf49WAPgtV5eZJLT0Ep8LPFFWUfX37ceArAFXX8dEd9FuSgfPSgCAAAAFOLAUAsAAIBZrMQ8i6viHqzs%2BttpWBK7czKdwQQAAABozWGBxb4AsB9jiYlBuDxt7s0axgoAUD7nfQAAAACom9nzwKu9vMgk4kzci%2FIQXX%2FRegjAVhlosjy%2B%2BwEAAIBSDEXr9rQBAAB2JafVNFCQ3St1aKNhkrtnbwMAAABo1cfI6dzqA9C0nN5HxHVEHLQeReOGEpPT6Prb1oMAAKiEIhMAAAAAAJr0miKTU%2F9UFsXBX2C7un5o2ftNqouiyAQAAAAoyefIyX4FAADAbqzkOouH6PqbQl%2BbIpPdO5uGlAEAAAC06CJy%2BmDlAWjSeH9guEd06B9A886UmAAAAMCzfBcTAED1Hi1hw3Iyyx6gci8rMhkPx3y06IvxPbr%2BuvUQgJ24iIgn0S6GCz8AAACgNJeR05FVAQAA2KJxeOCJSGdRbllI1w8PB1wV8EqW7EBpEAAAANCwg%2Bnch6JXAFo03CM6tvLN%2B090%2FU3rIQAAALyQ%2BUcAAFAr5e4A%2B2Q%2BE2%2F2siKTiDORL8pF6wEAOzIOtViLdzEOIie%2FAQAAAICSHBQ99BUAAKBO59ZtNqVf014X8BqWzt8bAAAA0LJjzzYC0JychvtDHy1884YSE%2BdfAQAAAAAAAJiDIhPe7KVFJhqJl%2BNbdP1N6yEAOzUUmTyIeDH8BgAAAKAk9hwYnEROhloAAABsQ07vI%2BKTLGcxnNu6L%2FoVdv21%2FZedO4yczhb%2BHgEAAODv3EmGiPhsfwSAZuS0ci%2BOiPhNiQkAAAAAAAAAUJOXFpk4GLoc560HAOxY1z9GhEGSy%2BE3AAAAACU5N0yTyZfISQErAADA261kOJtahhMZorR7%2Fu4AAABo1XBN%2FGT12exB5XQkCAAWbSwx%2Bd0iN%2B8qut58BwAAqI9ibti%2FR2sAAAAAsD%2FPLzIZB4EdWKtFGA663LceAjCDrr80VHQxDj0cAgAAQEEelW7yB8NQi%2FcCAQAAeBNDc%2BbxEF1%2FXclrVWSyex%2BdxQAAAKBJXX8bERcWn%2Bl5VftQACxXTh8iYm2Fm%2Fctul7BPQAA1EmBAuzfrTUAAAB4M7PogVd7fpGJoXBL4qA3MCefOcvhtwAAAADlGIdafLUibApYDbUAAAB4vZzOpmsrdq%2BWEpNh72U4nPy9gFeydEqEAAAAaFPXrzcDnSHiJHLy7BEAyzOWmNxMxV206y4ilJgAAAAAAACt84wS7JciE%2BDVXlJkcirmRbiaHjIHmEfXD0MkH6S9CH4LAAAAUJauv3CzmsnHyMngTwAAgNdxPTWfdWWvV3Ho7q0ip%2FdLf5MAAADwN1aeN2HyJXLyzAoAyzHu%2FV8qMWne3ea53K5%2FbD0IAAAAAAAAAKBOzysyGQ%2FLHFvjRbhoPQBgL3z2LMPH1gMAAACgSGcR8WRp2OxB5fRBEAAAAC%2BQ01FEnIhsFt%2Bj6%2B8re83X9l127mDa3wIAAID2jAOdV1aeyaXCVwAWYfw%2BuzGboXlPm3tASkwAAAC2xf4xAABAnU6tG0Ddnldk4kHZpbiq8GF4YAm6%2FjIiHqzlAuTkIhAAAICyGGrBfx0YagEAAPBiFyKbzWV1r3jcd7ku4JUsnb9DAAAA2tX1w5Dvr%2F4FEBGHVe6hAcD%2FWisxad7TZiCTuQ4AAEtyZDVh7z5YAgAAAACY33OLTAwtXwYPPAP75DNoGfwmAAAAoDxdPwzU%2FM3KMD38ax8KAADgOcYiyDNZzeIpur7WIYzrAl7D0h1GTs5jAAAA0K6uH%2B7zf%2FcvgIj4GDmdCwKAauU03A%2F6ZAGb9qPE5Lb1IAAAFkaRCQAAAAAATVJk0o6r6Pr71kMA9mgcyPFgCapniA0AAABl6vphiMGd1SEiPkdO9jAAAAD%2B3SoiDuQ0i1pLTGIasuS8x%2B4Z0AkAAEDrVtPQZ7iInD40nwIA9clppcSEzT0fJSYAAAAAAAAAwEL8e5FJTkMb%2BKEFr169D8MDS%2BKzqH7HkdP71kMAAACgWIZa8MPldH8DAACAv6c4YT61n5dYF%2FAalu6jvQwAAACa1vX307kPOPD8EQDVGUtMfrdwzftPdL3fMQAAALBdCkMBAAAA9ujfi0wizixQ9b5H19%2B0HgJQhLVhootw2noAAAAAFKrrbw1hZWKoBQAAwD%2FJaTgTdiijWdxNexY1c409D%2FtaAAAAtK3rryPit9ZjYOM4clKuC0AdcvqgFJ6I%2BKrEBAAAAHbiUawAAAAA%2B%2FOcIhPDyuvn8BNQhq5%2FNNxiEfw2AAAAoFzjQ4DfrBARcRI5XQgCAADgpxQmzKf%2Bs1vjeQ%2F7Lbu3ipzeL%2F1NAgAAwL%2B42BTDQsTnqZAZAMo1lpjcRMSBVWraVXS986oAAAAAAAAAwOIoMlm%2Bh%2Bj669ZDAIqiXKl%2BfhsAAABQutVmbxQivkRO9jIAAAD%2BKKejTfkjc3iKiKWc3bos4DUs3TDkzHBOAAAA2jYWqq6mfRW4VPwKwCvMcx9s%2FI66VGLSvKHEZNV6CAAAAAAAAADAMv1zkUlOHxyeqZ7CAKAsXX8fEd%2BsStWOWw8AAACAwv13qAWEoRYAAAD%2F40Iks7me9inq1%2FXXimNn4e8TAAAAuv7WNTKTgwUVBQMwp7HYf3fGM4k3nrVs3l1EnLceAgAAAAAAAACwXP9cZBLxwdpX7WkzoA2gPEqWapfTaesRAAAAULiuHx4Q%2FWqZiIhDe%2BUAAACTcajSmThms7TrUUMjd%2B%2FQmQwAAADYnPsYnjv5Jgoi4iRyUmwDwEvt%2Bn7YWolJ84YSk9Po%2BsfWgwAAAAAAAHiGGyEBQJ3%2BrcjEA7F1u3b4BSjSOEj0weJUzW8EAAAAytf1wxCD71aKiPgYOZ0LAgAAYDO06UAMs3iYzkcsyXrZS1YMexgAAAAwWnn2hMmXyOmDMAB4gd3ttec0FNl%2FshhNe1BiAgAAAAAAAAC0QJHJsnlwHCiZz6i6%2BY0AAABALYahFk9Wi4i4MNQCAAAgLkQwm%2BWdi%2Bj6%2B4i4K%2BCVLN1QyHrUeggAAAAwDYZeCYLJdeT0XhgAPNNh5LT93xHj%2F08lJm0bziSfKTEBAAAAAAAAAFrw90Um44Owh%2F4VVOsuuv629RCAol1anqoZ%2BgkAAEAdxgGbhlowONjsSRlqAQAAtCqnU%2BfBZrXUcxHLK2gp03nrAQAAAMBG199ExFdhMO1tehYJgJdYb%2FW84Fhi8rsVaNpQYnJqhgMAAAAAAMCLHYkMAOr090UmBpTXzgPjQNm6%2FjEirqxStQ4iJ78VAAAAqEPXX0fEb1aLiDiOiAtBAAAAjVKMMJ%2Br6VzEEl1PQ5rYrZUyVgAAAJh0%2FXCf%2F7s4iIiP0xB5AHiOg%2Bm%2BxtuNz1J6dp%2BVEhMAAAAAAIBXUWQCAJVSZLJc2zlYBbBbPqvq5rcCAAAANRmGWtxZMSLic%2BR0JggAAKApOR1thvwxl%2BWehxgLWpz32L1huJr9CwAAAPivlXJVJutpmDwAPMdJ5HT5pvLw8XvnZtq7p13%2Fia53jwwAAAAAAAAAaMo%2FFZmc%2BqdQravpgXGAso2H9h6sUrX8VgAAAKAe456poRb8cDkN8QUAAGjFuZWezUMDQ4wuC3gNLbhoPQAAAAD4f7r%2Bfjr3AQf2pwB4oU%2BbIpLXFGHlNNxj%2B%2F%2BVmDRvKDHx%2BwMAAAAAAAAAaM4%2FFZmc%2BOdQraU%2FCA8si8%2Bser384C4AAADsU9ffGgDJxFALAACgHTm9N%2BRxVsu%2F3uz6m01hC7t2GDmdShkAAAAmY3nsb%2BIgIo4jp7UgAHiB400hSU6XkdPRv%2F6f5XQWOQ1nTn8VcvOulJgAAAAAAAAAAK36Pz993zkZTF6vp%2BlQNkAthgN8n61WlY5bDwAAAIAKdf16GgD50fI17yRyuoiuV24DAAAs3dlU6Mg8WhlktDa8axbnEXHTwPsEAACA5xru8Z96noHNs0g53XiWEoAX%2BrT5X053ETF8h9xP%2F4vpN8aRe2v8wVBishIIAAAAAAAAANCqd3%2FzvhWZ1MvBW6AuXX8bEQ9WrVLj4FcAAACozcp%2BBJMvyt0BAIAGKHCcz7fo%2BvtSXsyOOac2j4%2BR01ELbxQAAACepesfp3MfTwJjUyqc03tBAPAKx5vzgxG%2FR8T%2FN%2F3vy1R0osSEwXclJgAAAFAE860AAAAA9kiRyfKsWw8AqJLPrnr5zQAAAEB9%2FjvUAmIzeNVQCwAAYKlyGh7eO7S%2Bs7ls5H3GVNjyrYBX0oLz1gMAAACAP%2Bn6W%2BW9TA4U7gIAO3AXEWeCBQAAAAAAAABap8hkWR6mg9gAtfHQQL38ZgAAAKBOXX8TEV%2BtHtNA33YGzQIAAK1RgDCfp%2Bj61s4%2FuJ6ex0oJKwAAAPxF16%2BVrDI5iZwU2wAA2zKUmJxG1z9KFAAAAAAAAN7MfTeAyv1dkcmJha2SIgCgTl1%2FPx3uoz5H1gwAAIBqdf0wxOC7BSQiPkZOK0EAAACLktPR5nqHubRX6jEWtzwV8EqW7iAizloPAQAAAH5iuM%2F%2FIBgi4kvk9EEQAMAbPW1%2BYyoxAQAAKNG9VQEAAKjSrWUDqNv%2FFpk4sFmzm9YDAKqmjKlOys8AAACo3crATSZr90gAAICFUdg4r3VLb%2FYP2itw2Y%2FzFt80AAAA%2FKNxwLQ9MH64jpzeSwMAeKXhLPFpdL1BSgAA%2FIy5XrB%2FikwAAAAAYA%2F%2Bt8gk4shCVOkpul4JAFAzn2G1MuATAACAmnX9vaEWTA4MXwUAABZG8cF8vk97DC1qtcBlbseR02lbbxkAAACeoeuHAYJfRUVEHDr3AQC8gRITAAAAAACA3THvHPbL3yDwaj8rMjGMvE4KAIC6jQf8HqxilVyQAAAAULexJPo3q8g0FNQAVgAAoH45rabCRubR7oDEscDlroBX0gJlvAAAAPAzXX%2BxKZqFiI%2FT3igAwEv8R4kJAAAAAADATh2KF%2FbK3GDg1X5WZHIqziopMgGWwGdZnZSgAQAAsAQXhm4y%2BRw5nQkDAACo3LkFnM2T8w6hFHQenyInh8YBAADg51bTPg2sIyfPuQAAzzWUmFxKCwAAAIplzx8AAABgj35WZOJB1zrdtB4AsAg%2By%2BrkZg8AAAD16%2FpHQy34g8vI6b1AAACAKuV0GhHHFm8219O%2BQstaL3KZ06qdtwoAAAAv0PX3rpuZHGzOfQAA%2FLvflJgAAAD%2FwvNlsH%2F%2BDgEAAAD26GdFJocWpDrfPQwPLELXG2xRJyVoAAAALEPX30bEhdVkGmphrwoAAKiVgY3zWrf0Zn9qPLt2VeArW6Lz1gMAAACAvzU%2Bk%2FKbgNgUPedk3w4A%2BCdX0fXuuwAAAP%2FmWEIAAAAAVOze4vFWfy4yyelUolW6aT0AYFG%2BWc7quOkKAADAcnT92v4Ek5PISbENAABQl5yOIuKTVZvN3VSMSsSlDGZxEDkpKwIAAIC%2Fd7HZs4GIz5HTmRwAgJ8YSkzcbwEAAAAAAJhDTu%2Fl3LTH1gOAPVNkwpu9%2B8v%2FgyORVum69QCARVHOVKOcPrQeAQAAAIsyPJz4YEmJiC%2F2PQAAgMoYuDOvdUtv9h91%2FY39lNmcN%2FI%2BAQAA4OW6%2FtEeGX9waRgGAPAXd%2B61AAAAVMnQTQAAqJeZHS3r%2BtvWIwConSKT%2Bj35QgYWRpFJnTzYAQAAwHIYasGfXRtqAQAAVMTQnXldt%2FRmn%2BGy%2BFe4DMeR02nrIQAAAMDfGp%2B1%2B0VARMSBPTwA4A%2BGEpPT6ZwwAAAAdVFk0q6T1gMAAAAA2Ke%2FFploKKuPgf%2FAsowPjDxZ1eoYkAEAAMCydP2w9%2FrVqhIRhwaxAgAAVchpNQ3mYx5Xhhz9D9fP81HCCwAAAP%2Bk69cR8U1GbAac5XQhCABo3pMSEwAAAAAAAKBRRxYeeK2%2FFpm8l2R1FJkAS%2BSzrT4uSgAAAFierh%2BGGHy3skTEx2kgMAAAQMnOrc6slHb8VdffGxA6m0%2BRk7MaAAAA8M9W08Bq%2BBI5fWg%2BBQBolxITAADeym9JAAAAeD3zzmH%2FDq0B8Fp%2FLTI5kWR1DPsHlshnW30MxwAAAGCpDLXgh7WhFgAAQLFyOo2IYws0m4foemcbfu66xBe1UEpXAQAA4J%2BMg6rPZMTkOnIyGAMA2vOjxOTW2gMA8Gp%2BTwIAAMBbmNMBABX7b5GJQ5g1enKTA1gowz7qY3MAAACAZer6e0MhmRxExKUwAACAQrl2nde6pTf7Il1%2FqRR2NueNvE8AAAB4vbGM9qsEiYhD5z4AoEnn5jEAAABvktOpAIvw2HoATfN3CAAAtbqzcgD1e%2FeHd2AAeX0cmgGWyaHAGh20HgAAAAAL1vXXEfGbJSYijiMnw2oBAICy5PQ%2BIj5ZlVldN%2FReX8NAyHkcRE5KjAAAAODfdP2Fh%2BKZfLSfAgBN%2Bc9Uwg8AAEDtzKMCAACokVJK2D9%2Fh7zZH4tMjsRZnZvWAwAW7bvlrUxOStEAAABYMkMt%2BOFz5HQmDQAAoCDnFmNW36Lr7xt6v69hINR8%2FP0DAADA8wz3%2BZ9kRUSsIyfP0gLA8v2ixAQAAAAAAKAIp5YBYE%2BUw7IFikzqpsgEWDKfcfV533oAAAAALFjXD%2B3yK0MtmFxGTvZCAACAUqysxKwMPPo34%2BFWhbDzOI6cPNABAAAA%2F2YsprWPxuAgIq4lAQCLdhVdv7bEAAAAsBjOSQIAALxWTh9kB7yFIpO6aTMClsxnXH1cnAAAALBs4xDOC6uMoRYAAEAxchqGLx5akNk8RNe7HnwehS%2FzMYQVAAAAnmPc17mSFVM5rOHmALBMQ4mJeycAAAAAAACwf%2FfWoAjvWw8AeBtFJvUaHop%2FbD0EYNEUmdTHxQkAAADL1%2FXDEINvVpqIOImcFNsAAAD7ZgjPvJRzPJ%2Bs5vMpcnL%2BEwAAAJ7nPCLuZEVEfI6cTgUBAItyp8QEAIAdehJus5zNKsf31gMAAIBKnVi4ZikyAViAPxaZGD5eFwP%2BgWXr%2Bns3cavzofUAAAAAaMZqUzYNEV8iJ3siAADAfozXIw5yz0s5x3N1%2FWNEXNXxYhfBUC4AAAB4jnHPwnU0P1xHTp6rBYBlGMrqlJQBALBL5n21S5EJ7J9rfgAAAIA9%2BWORybFFqIobG0ALfNbVxcMbAAAAtMFQC%2F7MUAsAAGBfziU%2Fq%2B%2FR9fcNvd9tuK7%2FLVTD5wEAAAA8V9cPz6r8Ii8i4sAeFgAswlhiMugMmdwAACAASURBVJ7vBQAAAAAAoBRmcQDs05P02YZ3UqzWTesBAE3wWVcXmwQAAAC0o%2BuHfYuvVpyIOIyIS0EAAACzGg9xfxL6rFz7vVTXD0MgH%2Bp60dU6iJwU7wIAAMBzdf06Ir7Ji4g4iZyUxAJAvYbBKyslJgAAAE1w7deuo9YDAACo2AeL17T71gMoxGnrATTstvUA2I6xyCQnHyb18UUMtMBnXV2OWw8AAACAxnT9RUTcWXYi4qNhoQAAwMwM1pvXU3S9IpPXkdt8fC4AAADAy6ymwdfwa%2BRkcAYA1OdpM3Sn6w1fAQAAaIPrv3Ydth4AAABUykxhgAV4ZxEr1fW%2BiIEW%2BKwDAAAASndmqAWTtaEWAADAjJQpzksZx%2BvJbj7HkdNpK28WAAAA3qzrH6dzHzC4jpzeSwIAqnKmxAQAAJiBM1kAAACvZwYHAFTuR5HJkYWsyvfWAwAa0fU3lroyhnUCAADQmrF02vBYBgeGswIAALPIabgOPRT2rNYNvdftGvdOnHebj30qAAAAeInxuZWvMmPac7UPCAD1%2BI9nkAEAmJkSPYB9ykmpEABAnd5bt6Y9th4AwBIoMqnTfesBAE15sNxVsVEAAABAe7r%2BOiKurDwRcRw5GWoBAADsmqKCed1NZRy8nuLP%2BXyKnJzdAAAAgJfo%2BovNHhCMeyv2XwGgfEOJiftPAADMzeBN2D%2BFQgAAUB8zz1vW9a7jyqAYsl32NNmKd2KskgfjgZb4zAMAAABqcG6oBZPPkdOZMAAAgJ3IaTi8fSLcWSmsfKtxkNRT3W%2BiKuetBwAAAACvcGb%2Fgsl62ocFAMp0pcQEAACgWYZvtu1D6wEAAFTKGQyA%2FVEmxFb8KDKxOVMXHwBAS3zm1UXTIgAAAG3q%2BuEQ7MrqM7mMnN4LAwAA2IELoc5qGF553dD73SU5zsceFQAAALxU19%2B7pmZyYC8LAIo1lJj4zQYAAMztROJQBM9rAgDUSZFJu55aDwBgKX4UmdicqYtWaKAlPvMAAACAOnT9UMj6i9XCUAsAAGAnxsLEM%2BHO6noqL%2BXt1jKczWHkZIgXAAAAvFTXX2%2BGY0PEceRkPwsAyvJNiQkAAEDzblsPoHEfWg8AAKBShxauWa7hyqF7AHiTd%2BKrUNfftB4B0BSfeQAAAEA9un69eVgSIk4ipws5AAAAW7SaihOZj2GF2zIWwN4t481UwSAvAAAAeJ1zexhMPkdOp8IAgCLcufcBAEABzL%2BBfev6R2vQNIN3AQBqk9ORNYMiHFsG4C1%2BFJlomQUAtsFDGgAAADA%2BLPkkByLiS%2BTkHgwAALAt55Kc1cNUvsH2XMpyNif2JAAAAOAVxiFohmTzw3XkZDAaAOzf0fQ%2FAACA%2FTB8F0rgTCQAQH1cS7VNGSXsn3JmtuJHkcmBOKvxvfUAgMZ0vR89AAAAQF3GoRZnVo2JoRYAAMDb5TRcZx5Kclbrht7rXBSZzEv5EQAAALzGWG77i%2ByYnru9FgQA7N3B5j6Ts5gAAMD%2BGL5bDjP42mVWJgBAfVxLte229QAAluKdlQQAAAAAgC0by1m%2FipVp0LDhtwAAwFspJJif0o1tG8tfvy3rTRXtk4FeAAAA8Epdv7aPweQkcrI%2FCwD7d6xgDAAAABqX04fWIwAAqIwiE9i3nE6tAfBWikzqo00MaNGdVQcAAACq0%2FUX9jWYDINDV8IAAABeJaejzbA85nQ1lW6wfQpi5mXIJgAAALzecJ%2F%2FSX5ExK%2BGowFAEYaCMfeaAADYF3O%2F2va%2B9QAK4mxn2%2FwtAgDUxVmLttlLAViId1qRqmMTFWiRz756GJ4DAAAAf3ZmqAWT9TR8GAAA4KUuJDY7A5B2peuvI%2BJhmW%2BuSIpVAQAA4LXGotsz%2BTG5jpwMSAOA%2FfsUObn%2FAQDA%2FMb9Qtpl%2BG45DMJtm5mZAAB1cc6ibfZSYN%2B6%2FsYasA3vpFgdX8JAi3z2AQAAAHXq%2BnsDI5kcbIZaAAAAvMQ4GM%2BwxHk9OKC5c66P53NomBcAAAC8wbhP9FWEbPZZItaCAIAi%2FB45GVwKAAAA7TEIGwCgLifWq2nmCJfBfVXgzRSZ1EcbNNAin30AAABAvbp%2BGM55ZQWJiOPIyVALAADgJVZTMSLzuZT1zrk2npciEwAAAHiLrr%2BIiDsZEhGflMYCQDGuI6cPlgMAAJiJ8oRymEPVNnsBAAC1yMl1VOu63vUbwEIoMgEAAAAAgN07N9SCyefI6VQYAADAM50LanaKTHat6%2B8j4vuy32RRTgzyAgAAgDc7i4gnMbIp6c3pSBAAsHcHU5mJIVgAAMzJmad2OX9VjsfWA2ic%2FXkAgHq4jgLYL%2Bcd2RpFJgAAAAAAsGtdPxyQXcmZiYdnAQCAf5fTMBzxUFKz%2BjaVbLB7CmPmpRQJAAAA3mLcM3Lug%2Fh%2FQ9MBgBIM91JvrAQAAEBTnPFsm3PVAAD1UGTStrvWAyjIaesBNOy29QDYnne%2B2CvT9Q7TAC3y2VeTnFyoAAAAwM90%2FXCD5xfZYKgFAADwTAYjzk%2B5xnyG6%2BKnVt5sAT4pVQUAAIA36vphP%2BNKjETEceS0FgQAFGH4XnaPDwAA2DVnr0oxFo%2FTspzMzQQAqMORdWraY%2BsBACzJOxukAAAAAAAwk64fhhh8EzcRcRI5nQsCAAD4qZyGw9ofhTOrp2kYJXPo%2Bkcln7OzDwEAAABvN1xf38mRiPgcOZ0KAgCK8Ml5TAAAZqJAoV3HrQdQmKfWA2icgdgAAHVQQNc2eyjl0D0AvNk7EQIAAAAAwKxWDssy%2BTVycgADAAD4GYN25nfZ2hsuwLr1AGa2aurdAgAAwC6M5ayusfnhOnLysD8AlGE4j3lmLQAA2DFDOKEMt9ahaZ7HBACog99tbbOHUg7lrO26aT0AtkeRCQAAAAAAzGkcauFhSX4w1AIAAPiz8RrBMMT5KdWYW9cPDxM%2FtPWm9%2BowcvLZAgAAAG817mn8Ikci4mBz7gMAKMVl5GQoFgAAsBuuN6AU%2FhYBAEo3Pht3YJ2a9th6AABLosikLk%2BtBwA0y0UIAAAAsCxdP7TWf7WqbIaIGpYLAAD82ZnD2rP7Hl1%2F39h7LoVr4nkpMgEAAIBt6Pr1Zk8JIk4ip3M5AEARxpKxcTgWAADsgvk3bXOtUY6b1gNo3FHrAQAAVED5HLfNJ1ACpazAligyqYsvYaBNXe%2FzDwAAAFierr%2BIiDsrS0R8ipwMEgUAAH64kMTsLht7vyWR%2FbxOHEIHAACArRkKiZ%2FESUT8as8FAIpxaKAtAAA7ZP4NwP4dWwMAgOI5Q4Ey2DIoZW2bvUy2RpEJAAAAAADsj6EW%2FLCOnI6kAQAAjcvpdBquw3yeouuVaexL1w8H07%2B1%2Beb35rzR9w0AAADbNe5rnEmVyXXk5OF%2FACjDceTk%2Fh8AALBtpxIthgLL1ikXBwAond9rret6BQplcJapbQqF2BpFJgAAAAAAsC9dfx8RK%2FkTEQeboRYAAEDrFAzMz7XY%2FhkkNa9PhmoCAADAlnT9MCztN3EyFVSvBQEAxRjuh7j3CgDAthn%2BB1AGg7EBAMp2ZH2a9tR6AAVx7QRshSITAAAAAADYp64fBqZeWQMi4jhyMtQCAABaldNwSPuj9Z%2Bd67B9G%2FdGHFKfl8FdAAAAsC1dP1xn38mTaWD6ShAAUIxfI6czywEAwNZ0%2Fa0wm2b4ZynGknHaZjA2AEDZTqxP0%2ByfQBn8LbI1ikwAAAAAAGD%2FDLXgh8%2BR06k0AACgSYoF5nfn4fJiXLYewMwM1AQAAIDtOlPUymQ9lVYDAGW4jJwMGwYAALbhvRShGJ6%2FBAAolfsyRDzKoBiunVrW9f4W2RpFJgAAAAAAsG%2FjzR8DJPnhOnJyuB0AAFoyXgO4LpzfurU3XDBrMa%2FDyMlnDgAAAGxL198rKmZysDn3AQCU4sCZTAAAtkyhcbtcV5Tle%2BsBNM5wbACAcvmtxm3zCQAsjCITAAAAAAAoQdcPN2N%2FsRYYagEAAE06m64FmM%2BTa6%2BCjMM%2B71qPYWaKTAAAAGCbuv4yIq5kSkQcR04XggCAYhxGxI3lAABgSwzjbNdx6wEU5rH1ABp3EDkdtR4CAEChFJlw33wC5fD32C4FsGyVIhMAAAAAAChF168j4pv1ICJOIqdzQQAAQDP8%2Fp%2FfdXS9B1nLsm49gJmdeJAXAAAAtm7Y53sQKxHxJXI6FQQAFGMoGru0HAAAAIuhVAgDeQEAyuR3GopMynHQegDAdigyAQAAAACAsqwi4smaEBG%2FRk4OagAAwNKNw%2ByOrfPsDCoqz7U9kdldNPZ%2BAQAAYLfG4twzKTO5jpzeCwMAivEpcjq3HAAAvJFhnC1TXlwSf4t47hIAoEwn1qV5iidLkNNR6xE07rH1ANguRSYAAAAAAFASQy34M0MtAABg%2BVbWeHYP0fU3jb3n8o17ItetxzCzM%2FsOAAAAsGVdPzyM%2F4tYiYgDhcoAUJxfIyf3ZwEAeAvlCVAGf4soFgIAKE1Oyub48XwY%2B6fIpG0KhdgqRSYAAAAAAFCacZjqV%2BtCRBxGxFoQAACwUDkNB0I%2FWd7Zuc4ql8GO8zpQpgQAAAA70PXD%2FtN30RIRHyOnc0EAQFHWBmkBAACvpDihHAZy4toeAKA8rplwXqoc71sPANgeRSYAAAAAAFCirr%2BIiDtrw2aocU6GigIAwDL5rb8fyjJKNZa7PrQew8wM0gQAAIDdOIuIJ9kSEb8alg4ARRmK3m8iJ8N7AAB4DeUJUIKuf7QOzTuInI5aDwEAoDDORuBarRz%2BHtt233oAbJcik7r4AgDa5LA%2BAAAA0C5DLfhh7WAtAAAskgKB%2BX3zAGvx1q0HMLPDyOmsqXcMAAAAcxj3oFxz88OlYekAUBRlJgAAvJazZ20zA6ks31sPAH%2BTAACF8fsMBbDlcB%2B0bYpM2CpFJnU5aD0AoFl%2BAAMAAABt6vp7Q22ZDPcIroUBAAALktPKeaC9uGzwPdfG9e%2F87D8BAADALnT9TUT8Jlsi4liBLwAUx%2FczAACvocikbWYglcXfI6fNJwAAUIqxPP7YejRPeUI5FAsBW6PIBAAAAAAAStb1w4DVK2vE5uBGTh6aBQCA5VAcML%2BH6HolGaUbi12%2FtR7DzE4ip6Om3jEAAADMpeuHfcA7eRMRnyKnM0EAQFGG7%2BcLSwIAwLN1%2Fa2wmmYIaFn8PeJvEgCgHErmCEUmRVHG2rKuv2k9ArZLkQkAAAAAAJTvfDNsFSI%2BR04OcQAAQO3G3%2FXH1nF2l42935opnJmfIV0AAACwO0N5xZN82exRKpQFgNJ8iZxWVgUAAHiGAyEVRZEJJ80nAABQDiVzKE8oi2dXga0ZikwexQkAAAAAAAXr%2BsdpqAXEZphrTu8lAQAAVTMIZz8UmdSi6y8N95zdmf0GAAAA2JGuv4%2BIc%2FEyDTpU4gsA5VlHTgZsAQDwXHeSaphrh5Lctx4Am7%2FJUzEAABTB7zI8B1aKnI5aj6Bx9i7ZuncahStjwwxok8%2B%2BmmjBBAAAgN3o%2BmE%2F%2FxfpYqgFAABUbjwI%2Bskyzu7bNDCSeiiemdeBkiUAAADYobG49UrERMRx5HQhCAAoynCf5EbpOwAAz%2FQoqKa5bijF%2BLwlKBcCACjDiXVonmu0cigyaZu9S7bunUgBAAAAAKASXb%2BOiO%2BWi81BjpzOBQEAAFVSFLAfCiHro8hkfvYaAAAAYLeGa%2B8HGRMRXyKnU0EAQFGUmQAA8Fz3kmqafb2y3LUeAP4mAQD2zvkHRopMyqHIpG2KTNg6RSYAAAAAAFCXs4h4smZExK%2BR0wdBAABAdRQFzO8pul4pRm26%2FtZDxrM7jJzOGnvPAAAAMJ%2Buf5zOfUBsypcNSgeA0hxHxNqqAADwLxSZQDkM58TQbACA%2FfObjLBfUhRFJm1TKsTWKTKpjx9nQIsMYwQAAAD4wVAL%2FsxQCwAAqElOq4g4sGazU2JSL4Oi5qdsCQAAAHZpLG%2F9RcZMe8X2LgGgPJ8ipwvrAgAA%2FA0z4Mpy03oAxEHkZD4ZAMB%2BuU4ilCcUxTUSsFWKTACogUGMAAAAAH%2FU9cMB299kQkQcGuoKAABVWVmuvXDdVK%2Fr1gPYg5PI6ai5dw0AAABz6vphv%2Bq7zImIj5GTYlkAKM%2BXyMm9XQAA%2Fo7ihLaZg1QWg3IJg7MBAPbuxBLg%2Bqwo9i7aZu%2BSrXs3DTujHr4IgBb57KuHB2kAAABgLl0%2FDDG4kzcR8SlyOhMEAAAULqcPDmbvxV10%2FX2D73sZuv4xIq5aj2EPLpp7xwAAADC%2F4T7%2Fk9yJiF%2Bn%2FWMAoCxr39EAAMBPHAulKM6HEopMAAD2KCe%2FxYjNGajxGTDK4BlWYKveibM6DrsALXIDDwAAAODnDLXgh8vI6UgaAABQtHPLsxfrBt%2Fz0ly2HsAenEVO75t71wAAADCn8eH9M5kzubQfAwDFOYiIG9%2FRAAD8xK1QGucZrnJ0vb9HQpEJAMBe%2BS1G2CspiHubdP1N8xmwdYpMAAAAAACgVl1%2FbxAuk%2BGB2WthAABAocYDoJ8sz%2ByeXCstwHh49qH1GGY27DOsmnrHAAAAsA%2FjvsdvsicijpUyA0CRlJkAAPC%2FxpJi2qbIpCx3rQdAHEROH8QAALAXikyIzf00SuHaCNi6H0UmT6KtxknrAQCNycmFKQAAAMA%2F6frLiLiSEZuhFjldCAIAAIqkhHI%2Frj00vhiXrQewBz63AAAAYA5df27IGpNPkdOZMACgOMfuVQEA8BP29NpmKGhZblsPgA1zygAA5jYWwZuTzeBeCsVQvto2e5bsxI8iE5twAMA2aMIEAACA%2FRiGWjzInoj4ohwYAACKtLIse7Fu8D0vleFQ8zs0OBMAAABmM1yDP4mbzT5YTgYKAEB5PkZO7j0CAPBHj9Jo2vvWAyiMgbmEIhMAgL3wG4wfXJeVw7mjttmzZCfeibVCBpABbfGZBwAAAPBvuv5xGmoBg%2BvIyYF4AAAoRU6rTSEAc7uLrr%2BV%2BkJ0%2FXCg%2FVvrMezBeXPvGAAAAPZh3PtwHc7gYHPuAwAo0efp3i8AAIQBnc0zD6ksN60HwIa%2FSwCA%2BfkNxqjrXZeV40PrATTO87TshCKTOhk%2BBrTEZx4AAADAc4zDWX%2BRFdNQi0tBAABAMQyz2Q%2FXRctjgOP8TiKno9beNAAAAOxF1w%2F7WVfCJyKOI6cLQQBAkX6PnAz%2FAQAgFJk0zzykshjSSWyeqXTNDgAwtzOJExF3QiiK58Da9th6AOzGjyITrVV1sVEGtMRnXl38pgAAAIB96vp1RHy3BkTEx8jpXBAAALBn4wNxJ5ZhLxSZLM04zPOp9Rj2wNBMAAAAmM9wn%2F9B3kTEl8jpVBAAUKQbRfAAACgyad5x6wEUpesfnS1kYpA2AMBcxnslh%2FJGuWRx7Fm0zd8jO%2FFOrFVysAVoic88AAAAgJc5c%2FCWyf9l746OGkm2dQFn7Tjv6muB2gP6WgDXAvAAjQXNRNR70%2B8VMbQFrbbggAUHLDjgAXgAFtSNUhYzNAOSAEmVWfl9Eft1T2ulRGVmZf7rrz40GQAAGI4Gg8P41V9MZXzOjenOHYW6%2BlTYZwYAAIBhxD0tIVs8OrcvAwBJmnhOAwCgkQnubCVHUCcdDcIBAHbH%2BRYeWY%2BlIjYYomzu1LIVj41MfMHy4qEAlESXzbyYUwAAAMDQhFrwu7nLsgAAMJA4Fz9W%2FkHMC%2FzMpTgrvQAD6MK4ZsV9agAAABhK03aX%2B7%2BrP%2F2%2BjL1OAEjTnuc0AEDxNDJBDlxaLksvAAv77lICAOyMJnI80sgkHfYq8HtkKx4bmfiC5WW%2F9AIAhagri9PcxAszAAAAwNCatjt4%2B8M40F%2BWFfIKAADDEPw%2FjLt%2BXcwYxXMJN8Z2504K%2B7wAAAAwrKY9DSFcGQVCCIehruzNAECauue085kAAKVqWo1M%2BFJ8BdIi84hHMssAAHbjUJ3pWY%2Blw3qodE17X3oJ2I7%2FqGum6kqHK6AE%2FtYBAAAAvFfTngj2pHcc6upIMQAAYOeEyw1DWND4zUsvwACmoa4cZgcAAIDd6t7zP6g5IYS%2FQl0JRQSANH0NdTUzNgAAxboz9EWTi5QWwbk8co8SAGDbZFfwjzuNE5Jir6JsMqbYmsdGJjbg8uPBAJTA37q8mLQCAABAeoRa8GiuSToAAOxQPJA9VfJBnBf4mUujkckwNGcCAACAXYqX%2FIVi86g79%2FFJNQAgST81HQMAKNatoS%2Bae1opadpb9yjpHSgEAMDWmXPxSKZ9WuxVlE1TIbYmNjLRuSpHJm1ACfyty4v5BAAAAKQmHsAVMklnIswXAAB2ylpsGBf9Wpgxi%2BcdfxnjnTvUJBUAAAB2rGm79%2Fw%2FlJ0Qwl4I4UwhACBZl96jAAAUSVhn2fZLL0CC%2FCbpTDUcBQDYuiMlpmcdlhZ7FWW7LL0AbM9%2Fnvw%2F36lzVmySASXwty4vwmAAAAAgRU07F%2B5Jby%2FU1aliAADAlsWAGoc%2BhzEv8UMXSrPOYWjSBAAAALvWtN16%2FEbdCSEch7oSBgIAaZos3l%2FV1SfjAwBQlHvDXTgNDVMjsJNH9tIBALYlNo2bqi8967BU2KMAtuhpIxPh43kR7g%2BMW5wET4xyVswlAAAAIF0nGprT%2Bxbq6kAxAABgqzQQHMZdaFrNLUoRx9pex%2B7NBHABAADAIGYhhAelZ9HMWfAAAKRqb%2FGsBgCgJNdGu3j26tLiN8kjjUwAALbHXIt%2FNK1GJumwR4HfI1vztJGJ7t55mboQDIychk35MZcAAACAVDXtvQMBPHHuHQMAAGxJnGtbfw1DE5PyCILavYm%2FcQAAADCApu3C106Unn5%2Fxr4YAKTrMNTVmfEBACiGnBUOiq9AWgR28mhPU3AAgK1xp4RHNyqRFHsU2Ktka542MtFJOD9C%2FoEx8zcuP%2BYSAAAAkLIYavGnMUKoBQAAbNWsn3OzewKBymNtO4zTEj80AAAADK5pu72QCwNBCGE%2F1JU9GgBI19dQVzPjAwBQgKbVNAH5SClp2i6w8670MvA3Ib4AAJsWm8XtqSs9%2BbNp0cyxdDFXCrbiaSMTHXPyY5MMGDN%2F4%2FJjLgEAAACpa9ou1PXKOBFCOAx1daIQAACwcebZw7gKTXtb4gcvWhxz%2Bxy7Nw115VwPAAAADGMmhI3eN3s0AJC0n6GuBBoDAJThwTgXTUhoeoR28uhIJQAANs4ci6esv9Li3WTZnClkq542MvHHPz8OmgJjtm90M6P7HgAAAOTiyCF5en%2B5KAsAABtUV0eLgH%2BGMFf1Yhn7YWjaBAAAAENo2nuhEDwxD3X1SUEAIFmXzmgCABRB1krZ9kovQIIuSy8Afzu0hw4AsHEzJeUJ66%2B02KMo223pBWC7njYy8WXLj4MrwDg5mJcj3fcAAAAgF0It%2BJ1QCwAA2BzB%2FsN4CE2rmUW5zjVsHUR3wfdzgZ8bAAAAhte0XTDidyNB31jb3igApGvijCYAQBHktpVOTlJqNBfiKfdoAQA2Jd4h0SiBf8QzTKTA3gT2Q9iyfxqZNK0N8fxMPCiAkTowsNkxjwAAAICcNO1lCOGHMaM%2FLHKmEAAA8EHxMPa%2BMg5CUF%2FJYsPW89LLMBDNmwAAAGAoTXsaQrhSf%2FqGs%2FZpADbjLoTwq28Y9v9e%2BN8f%2FbnLG%2FXmDfa8ywIAGD15K8iAS0m8NwmPNDIBANgccyuecm4pLZ9LLwDhXgnYpv969v99o7tZdg50PAJGSCOT%2FHixDgAAALlp2pNQVwfeCxBCOA51dR6a1mVZAAB4P0Fxw9HIhLPF2pZdm4W6Ou2byQAAAAC7d9Tf5ZioffFOQ11dhqZ1zxTgfX4t3jW85e9oXX1e7JPH%2F03VnRX2Q13NQ9POFAoAYJTsySAsND1Xi7UYyDEDANgk7zl4ShPJtGiyit8kW%2FWfZ%2F%2FnLpTmxyYZMEb%2BtuVHIxMAAADIUxdq8WDsWAT%2FxsvVAADAW9XVJ4exB3MjnI%2F%2BO3CnEDs36feWAAAAgCHE5qL2JQn9Ps2836sGYH0%2FQgj%2FZ9Fc4q3vm5r2NjRt1%2By7O3P3p3OYrOE41JW5GwDAOMlsQ05Sepwr5dEk1JVzjgAAHxVzKPbUkSesu9JibwJ7lGzV80YmOufkx4MCGJe6%2BtIfoCcv5hAAAACQo%2B4ybQgnxo5%2BT%2B5cIQAA4F2OvOcezFmhn5t%2F810YxmmJHxoAAACS0bTnfQg77NmrAVjbTQjh%2F4amPekbg31M03bvKLrwpgtDwAo%2FQ13JhgAAGJumlbfCl%2BIrkB6%2FS57SyAQA4OPMqXjOuist9iZK17SaC7FVzxuZ6JyTn0kf%2Bg8wFg7h5ckcAgAAAHLVtHMXaOnthboSagEAAG9nHj2MBw0ZeWKuGIOYCtwCAACAgXUh7DGQHb6GuhIeArDcr8Ud1k2HeHQNUZq2%2Bxv8h%2FqzwrlsCACAUbozrEXrMuA%2BlV6ExAjU5Sn75gAAHzdTQ564WbwfJQ1xT2JiNIrm7CBb97yRic45ebJJBoyJv2k50n0PAAAAcjdzaJ7eNwGkAADwBnH%2BPFWyQZw79Mzf4ndBo9ZhnJT4oQEAACAxs77xL8xDXX0uvgoAL%2FsVmna21fdLTTvXzIQVJv3zWsgxAMC43BrP4mlYmJK49ndXkkddsyHB2wAA7xXPIOypH0%2FInk2LPQncsWXrNDIZB4FiwJjsG83s6L4HAAAAuYuHczWY5dG5S7IAALA2Af7DOSv1g%2FOqudIM4lA4JgAAAAysaa%2FtVdKb2CcDeFFsYrILmpmw2t7inCYAAGMitw0ZcOm5LL0A%2FMbdWQCA93Meheest9JiTwK%2FSbbu90YmMajsQdmzsy9QDBiFurLhn6fb0gsAAAAAoxBDLb4bTIRaAADAmmJw%2F6FyDeKuX8fCP5r2fPHdYAgupgAAAMDQYmj6hXGgv296qhAAf7vZWROTR%2FG57Dwmy3TPa%2Bc0AQDGQ%2B4KX4qvQHqEePLUoZxGAIB3kxHLc9ZbabEngb1Jtu4%2FL%2FwHXPDOk4kdMAY6AQXD%2FgAAIABJREFU%2BeXJ3AEAAADGomm7EIMr40l%2FOFcIKQAALGfOPJyzUj84K50r0SBmLvkCAABAEmYavdL7FurKPS2AEB4Gu4Mfz2P%2BMgYscRzqardNdgAA2Ba5KwgNTY9gXZ6T0wgA8FZ11a11purGE3ehaTVNSIs9Cfwm2TqNTMbDoVJgDGz258ncAYBt%2B6zCAAA7ddRf3oW%2F%2BsMlAADAczGwX6jMcOalfnBW0uRmGBPnfgAAACABTXtvjc4Tc81nAcLpwEE6JyGEG8PAEj81HwMAGAVhgUztxSUm7gdo%2FM1T3p8AALzdiZrxjKaRKYl7EZoNla5p%2FS7ZOo1MxsMGGZA33TZz5oU6ANumkQkAwC7FUAthvDwSagEAAC876oP72b1f%2FdoV%2Fi1ePr5SmUGcFviZAQAAID1N290P%2FW5k6O9paQoNlOwuNO2wDdDjO62uScWDbyJLnPd3rAEAyNWwDRRJh3l9egR58tRhqCvZJQAAbyPrmuess9JiLwJnEdiJlxqZ2BTP0yTUlQkekDPhmLmKl1wAAACAca33z0MIPxL4lzC8vRDCsJe5AQAgTQL7h3Ne6gdnbcIZhzENdXVQ4gcHAACA5DTtqWav9LpgthPFAAqVxvs8zUxYbbJ4v1VXn9QKACBr9uNwdio9AnZ5Tk4jAMC66mrWv8OAp6yz0mIvAnnQ7MS%2FG5k0rQdCvmyQATkzAc6TF%2BmMQ119NpIAAADPNG0XYnCjLIQQjjVTBwCAJ2JQ%2F1RJBnHXN9%2BEZc6FgQ1GKCYAAACk48geCb3TUFdfFAMozENSzfGb9toeOivsJfWdBQDgPW5VrXj24NIjT5HnZioCALA2%2BRI8193rs%2F%2BRFnsRaGTCTvy7kUkkmCxPmgAAeYoNBPaMXpYsJBkLjUwAAABeNhNqQW%2BuESgAAPxNyNBw5qV%2BcN6gae8FPQ3m0P4BAAAAJCLukQjkojPpz318Ug2gIOf9szAdTdu95%2FruS8gS%2B6GuvA8FAMiX%2FBWEh6YmBuzelV4GfrOn8TcAwBrivZBDpeIZzSLTY32DPUl24rVGJr6AeZqGutLMBMiRbpv50n0PAHhKY1QAGJumvRbQS28iMBgAABzEToB1CevyXRmOgFQAAABIRdN2zV5%2FGA8W4WwhnCoEUJA0Q3Satvtb%2FCuBfwnpOg515dwuAECehHky1Uw4SX6bPOeMIwDAauZMvMT6KiXxnuu09DIgE5rdeK2RiS9gvkz2gBw5VJcvcwYAdkHH33zcl14AABilpu2CPy8MLiGE%2FVBXQi0AACidsznDuQhNe1vqh%2BeNmrY7HH%2BnbINwDggAAABS0rTdWv3GmBBC%2BBrq6kghgEKkfO%2FRs5lV%2FvLMBgDIkrNtdA5UITmCdnnOWXAAgNXMmXiJ9VVaZDMSZEKzK681MvFgyJdDKUBe6uqLLn4Zi8EfMAafjCIkzW8UAGB4M%2BGf9L6FunKoHgCAkgnoH8681A%2FOu50p3SAmoa5cWgEAAIC0dGv1B2PCYp%2B1rj4rBDB6TZtuWEfT3vfBtp7NLDPv718DAJCLptXIhCBENEmykXjOGUcAgGVis3X5sDx3Z%2B8jOfYgeOjPH8DWvdbIRCedfE36SR9ALmzq5%2Bum9AIspclLbizEAQAAlokvruw986i7IKvhIAAA5YmX1iZGfhDdocrzAj83H%2BM7MxxNnwAAACAlMczdep3Q73FrGg2M3V3yn08zE1abLN51OasJAJCbKyNWvIPSC5CcGLQrI4nn3JUFAHiduRIvcUcrPfYg0EOCnXm5kUk8%2FGLjLV8mfUBO%2FM3Kl0krALvi0D0AQApiqMV3Y0EIYSrUAgCAQgn6G441CG8XLyBfqNwg9kJdORAPAAAAKWnaub0Sevuhrk4VAxix2yw%2BmkZjrNad1bxUJwCArOSxHmGbvqhukqyteO4w1NVnVQEAeCY2WD9WFl5gXZUeexD4XbIzLzcyiYST5%2Bu4n%2FwBpK2ujvqDdOTJpBWAXdlTaQCARDRtF2JwZTjoD%2Bu6RA0AQDliIL%2F96uGclfrB%2BTBNcIYzK%2FWDAwAAQMK69fqdASKE8E0jWoAExEZj3w0FS3TN473vAgDIh0YmTEJdCRJNj4wkXuKMIwDAv8mP4DXWVSmJew%2BT0suAvUh2RyOT8bJBBuTgyChlzVyBMXEBB2AzzA8AoAzdns6DsSaEcOpwPQAABXEWZzhXoWkdquR9mvbcPsZgjkNdfS70swMAAECamvbeXR6emIe6%2BqQgAANr2tMQwoVhYInunYvgMACAPAj1pOOuVXr8NnmJs%2BEAAP9mjsRLbvozR6TD3gNBIxN2aVkjExtveTP5A9IWD7ofG6VsPYSmFVS%2BmjAUgI8SbpQbm80AUIL4gtkeNJ2JUAsAAIoQ96q93x7OvNQPzsb4Dg3HHhIAAACkJt4F%2BW5cCCFM7Z0BJGO2CACC1%2F0V6kpDOgCA9MlhoXOgComJ9yGvSi8D%2FzK11gYAeCLOjaZKwgvOFSU59h7o9jv0j2BnXm9kIpw8d3uhrnTHAlImqCBv5gnrUad8aJQA6fL7BABIUdN2L5p%2FGBsW7yNCOFUIAABGzvvt4Tw47MwGnCniYE4K%2FdwAAACQtqY9FdpG7zDUlT0cgKHFQNWj%2Ft0YvGYuPwIAIHFxbm9ej3l7mpxF5SXOiAMA%2FMPZAV5jPZUeew%2FcFF8Bdur1RiaRw6h5MwkEUuZvVN503mNsdACGdH0yNgAAiWraEy%2B26H0NdXWkGAAAjJj328M57y93w%2Fs17a09jMFMQl256AsAAABpmglVpHcqFB0gAfF9xoGhYInJ4v1pXblrBQCQtmvjU7w98%2FYkyUriJV2z788qAwAUL86J9ksvAy96CE1rryMlcc9hr%2FQyEG6VgF1a1cjExlvejmxoA0mqqwNNA7JnjsD4eLEIqXIpLi82nAGgPEIteDS3tgYAYJRiAP%2FE4A7mrNDPzeb5Lg1HMygAAABIUQxL14CU0O%2BBz91FBUhADAH6w1CwxNT9XgCA5JmvEWQkJCiuud2D5CXOOAIAmBPxOvsc6TkovQAsyHtkpzQyGbeJw8RAoixUc9e05gjr0aUwL8JWIU0uxOXlvvQCAEBx4gFeez2Ev0MtAABgfKx5hnPTrzthE85dQh7MXqgrh%2BQBAAAgRU3b7Zn8MDYs9nBCOFUIgAQ07dzzmRW6dy%2FOawIApEvOCEGoaLLOSy8AL5LTCACUra4%2BmROxhHVUejRPJegbwa4tb2QipHwMhCkAaamrrlHAoVHJ2k3pBXgDBwzyopEJpMmGGQBA6uKl2QvjRAhhP9SVUAsAAMajrr704W0M40zd2ZimvXd4flAutQAAAEC6Tt0Tofc11NWRYgAkoGlPnMtkheNQV3IkAADSdG1c0MgkWTIVeckk1JUzjgBAyY4WcyJ4mXVUeuw5EGQds2vLG5lEV0Yla1OHR4HEOBiXP4tJxkojE0jTJ%2BOSlfvSCwAABesOat75AhBC%2BBbqyotvAADGwvvtYWk6wabNVXQwXZiWd%2FIAAACQotgAtjv38WB8WOyh2ccBSMVMszFW%2BEuOBABAgppWIxM6%2B6qQJOdSeY0z4wBAyU6NPq%2B4CU2rWUJ67Dnw4LfJrq3TyERYef5skAFpqKtP%2FeFJ8mZusD5h7nn5UnoBIFF7BiYjDtcBQLliqIXLkDya93uBAACQrzinPTaCg%2FnVrzVhc5r2UiPWQTkzBAAAAKmK5z8FU9CZaAgMkIh%2FzmVqNsYy3XlN9yIBANKjKSHdOdQDVUhMXGtflV4GXrTnNwsAFCk2TJ8afF6hGWRqrFuIZD2ycxqZlGHfgwZIxEl%2FoJ28mRuszwQ%2FL59LLwAkp678LgEAchJDLb4bM%2FrDKkItAADI3YkRHJQ1BdviuzUcf1cBAAAgZU17FkK4MEb091E1tgFIQdPehhBkBLDMZHHnt64%2BqRIAQFJkjdDRdDBNgnh5zUxlAIACuefBMtZP6fHumCATmiGsbmTStL6Y42CDDEiBv0X5uwlNe196ERitPUMLydHIJC93pRcAAFi8U%2BhCDK6UghDCYagrB1cAAMiZ99vDuXNmjS3SyGQ4k1BX%2FrYCAABA2mbOg9L7FupK0CJACpq2C0D%2Bw1iwhGYmAADp0ciEIFw0Wc6n8prjUFcyTgCAcsQzAftGnFc89O8pSYuzPAR7jwxhdSOTSOhY%2FmyQAcOKQQRTo5A9XTHf5janfyyLv1XmS5AWh3Py4rkHADw6WryUhhBOhVoAAJAl77eHdlb2x2ermrZ7n3GhyIPR9BQAAABS1rT3mjzzxLlAdIBENG3XqP2H4WCJPe9ZAQCSIkyQICshUTGIV0NvXuOMIwBQEnMflpE7myZ7DQR5jwxh3UYmOgiPw2npBQAG5W%2FQOJgTvEUMQCEvwlUhLZoLAQDkSKgF%2F5iEEOZCLQAAyJA1zbDmJX94dsJh%2BuHshbpyaB4AAABS1rTdvZHvxoi%2B4bf9WoBUNG0XJnVlPFjiONSVu9wAACmIe2wwCXUlwyRNzhDympm7kABAEerq8%2BK9ArzOuik1cY9hUnoZ%2BLtJK%2BzUuo1MPDzG4bifLALsVl3N%2BsPr5M7LcsbPIQBIi99kXmxsAQD%2FaNruvcIPFWERUKrJMQAAOYkHOveN2WAu%2BgaZsD1N24UvPqjwYDSLAgAAgNQ17amgdHqH%2Fb0wANJwFEK4MRYs8c2zGwAgGebudA5UIUkyFXlNFwp8ojoAQAHkP7CK3Nn02GMgONPHUP5rrf9u12Wnrh50XRqFUxeBgQFYqI7DRekFeKcrQUdZ0TQB0rJnPLIiWA4A%2BF3TnoS6OjCvI4TwNdTVZd%2FgBgAAUufy2dDqyhkDduHWnsVgjhe%2F86a9LfTzAwAAQC66O4jX7pQSQjgLdXW9uGcMwLCa9r5vUnHpGc0Snt0AAGm4dj6JPmT0TCES07SXMhVZYiYvDQAYtbr61DfPh9dcLN5LkhqNTAj9niPs3HqNTKLuQMuhIcqeS8DAbsVDkVNVHwVdMSmBRiaQihh4TV6sMwGAl7gwy6N5qKsv3k8AAJC0eBD72CAN6tAZNSiCi74AAACQuu79frwT9N%2FGqniTxbkP9y0A0tA1p6irLlzqf4wIr5gszu7W1WchUwAAg7p2HhEho0k79xvlFdPF%2B5GmnSsQADBSJ%2FI%2FWOFcgZJkj4GgkQlD%2Bc8b%2FrseIuPhAjCwS%2F7mjIe5wPuY6OdlujigC6TARbf8CKQGAP6tuzBrf4joMdQCAABSdmJ0AHbC31sAAADIQdN290h%2BGCtCCHuhrs4UAiARTXsZQvjDcLDEYzOTT4oEADAYWSOExdy8ruQmpEmOEsu4EwsAjFN8b%2BA%2BB6tYL6Um7i1oQESw58hQ3tLI5NIojcaxgG5gJ7rO4l1TAMbgLjStcPL3uc%2FxH104hwAgDX6L%2BfHMAwBe1rRdiMGF6hBC2A915RAvAAApmxkdgJ2Y9OeKAAAAgPR17%2FlvjBMhhK%2Bhro4UAiARTTsPIfwyHCyxF0LQiAwAYCixASF0DlQhSX6jLDO1Hw4AjNSJZgiscBOaVpZceuwtEDWtRiYMYv1GJjG83IHT8XDoBNiu2G1TKOF46Ir5fib6%2BdE8AdLgt5gbm1sAwHKzRaNUCOFbqCsvyQEASE8M1J8aGYCdOVFqAAAAyEAMJ%2Bj2Tx8MFyGEeX9nDIAUNG33jL4yFixxHOrKXW8AgOHIayMIG01U3Pu%2BKL0MLOWMIwAwLvFdvzkOq8xVKEn2FgjOBjCk9RuZRELMx%2BNQUBiwZSdCXkblsvQCfICOovkxR4KhxQ3vPeOQFZdTAYDl%2Fgm1gODwAgAAibJmAditvVBXX9QcAAAAMtC01yEEAdh0Ju4ZAyTnSDgyK3wLdeV9OADAMK7VHRkmSbPXyTL7choBgJE56t%2F5wzLWSWmyNiHIhWZIGpmUzeFhYDt02xybh9C05gDv52BBfvZLLwAkwIZZfjzvAIDVmrZ7IfZdpdAAGQCA5NTVZ%2B%2BIAAbhfBEAAADkomnPQggXxgv76QCJadr7EMJscQ8UXnemwTwAwCDcvyYsgoLNx1MlT4lV5DQCAGNibsMqN6Fpb1UpMbHBoiZEBHuNDOltjUyatvuy3hmx0ei6%2FR6VXgRgK05NdEdF172PiAeByU1csAPD8RvMj81nAGA9TdvtG12pFgAAkBgHsQGGcRzq6pPaAwAAQDZm7pcCQIJiBoTMAJaZLO4Key8DALBrwgV5JD8hRTETSANvltmXQQQAjEJddec9pgaTFeYKlCRrEh7Za2Qwb2tkEgkzH5ez0gsAbFhdfQ4hfFXWUTkvvQAbIKA1PxbsMCy%2FwfxoZAIAvEV3yOFBxQAAgCTEoBahPgDDOVF7AAAAyEQMdZsZLgBIUNN2GRB%2FGBqW0MwEAGDX4jwdgnOqSZOrxCqnKgQAjIA5DeuwPkqTTEbCIqepaWU9Mpj3NDLxUBmXaagrE0pgk3RRHB%2FP%2Fo%2B7z%2F0DFMiCHYYSD8PvqX92bG4BAOuLL8aEWgAAAKmY9YEtAAzDPhEAAADkJIYvfjdmAJCgpu3u9%2F4yNCzR3dk6UyAAgJ26Um5CCPuKkCy5SqyyH%2BpKDhEAkK%2B6mi2yp2G5G00SEhQzGe0p0NEwmUG9vZFJ054vOvAwJiehrj4bUeDD6urIJHd0LkLTasLxcde5f4AC7fcLd2D3vMDPkw1oAOBt4ruGH6oGAAAk4MQgAAxq2l%2BMAQAAAHLRtKcCGAEgUU0785xmheNQV6eKBACwM%2FJGiDRCSFPMVboovQysZB0NAOQpZimay7COuSolyV4Cj%2BwxMqi3NzKJdBAel0kI4az0IgAfFBep%2FpaMj2f%2BZgh3z5OFOwzjSN2zZIMLAHiP7sDDjcoBAACDqaujRYA%2BAEPTyAQAAADy063nH4wbACSpew96Z2hY4ptG8wAAO%2BMONo%2FkKKRLvhKr7GtGBABk6sTdOdZkXZQm6xAeXaoEQ9LIhEeHNsmAD7JIHSeT1c3QyCRPDgHAMKxL8vMQmva%2B9CIAAO8Q5xBCLQAAgCGdqD5AErpLvl8MBQAAAGSkaW81JwWARMXzmUfOZ7LCT%2B9nAAB2Qm4Lj%2BQopEumIus4VSUAICt19cndOdZ0058DIj32EnikWTKDel8jk6Y9d3BllOb9RBPgberqcwjhm6qNjgXl5pj058nCHXYtHn7XGC0%2FnnMAwPs17bUDnAAAwCDie%2B59xQdIhgsyAAAAkJt4z%2FSHcQOABMXzmZqOscpl%2F%2B4cAIBtibktstro7Ml3S1RsCHpRehlYaT%2FUlSwiACAn3R2NiRFjDXNFSlB8h7dXehlYuOn3LmAw72tkEukgPD5Tl4GBd7LwGCfjuilx0u9gQX6mfVMFYHe8tM%2BTRiYAwMc07ZmDvgAAwAA0VQRIy7GL%2BgAAAJCl08VlaQAgPbHp2J9GhiUmi9wQ72gAALbtUoXpHSlEsmQqsg7nzwGAPMR9f%2FnSrMt6KE0yGXkk55HBaWTCc98EdgNvUlcni27hjJFGJptl8p%2BnWekFgB3zm8uTLr0AwCZ0c8E7lQQAAHYiHsZ2GRQgPS7KAAAAQG6a9r4%2F9%2FFg7AAgQU17FkL4ZWhYYs99YgCArZM3wiMhpOmSqcg69kNd%2BR0DADk46ZuZwyo3oWlvVSlJ7r%2FySJNkBvf%2BRiZNe%2B5w6Wg5aAKsp64%2B6xI%2BWhf9ZRI2x8GCPFnAw67EecWeemfJBhcA8HH%2FhFoAAADswsxhbIAk2R8CAACAHDXttftFAJCwpp0tQojgdYehrs7UBwBga9zF5pEMk1TF%2B40agbIO62cAIG0xy%2B2bUWJN5rfp0kSRR7KMGdz7G5lEOgiP016oKweHgXXMhbuMlmf85pn852ka6upL6UWAHXHoJl%2BecQDAZjRtdyj%2Fu2oCAAA7cKLIAEnq3tFrZgIAAAA5atou2ODC2AFAsrqgmzvDwxJfvacBANiSeGcKwiKnSYZJyuQtsY4962cAIHHypHkL66AU1dWBrGd6D6Fp5TwyOI1MeM03G97AUnXVBbvsK9JoecZv3u3YPlBBvDyE3fBby1O3wXVfehEAgA1q2u5QxJWSAgAAWxMPcU4VGCBZ3hsCAABAvmYC0gEgUfHux9HiHgi87qeMCQCArblRWnpHCpGopj23bmZNwsEBgDTV1ecQwrHRYU0X8uOSZe%2BARxokk4SPNTKJm24Olo7XvPQCAK%2BIC1Sb6eNlQbkNTWsBkC8Ledi2OLfYU%2Bcs6dILAGzDzIFfAABgi04UFyBp%2BwKyAAAAIFPxLoompQCQqqa99qxmDZf9XS8AADZL5giPZJik7bz0ArCWaagrZ9IBgBTJkeYtrH%2FSdVB6AfibnEeS8LFGJpGHznjthbrSqAB4SbdAnajMaNmA2J6bsX6wketeHlrMw3a5BJEvh%2BYAgM1r2ltzRAAAYCti2Mqh4gIkzwVfAAAAyFXTdmdLvxs%2FAEhU03bZEH8aHpaYLDJE6uqTIgEAbJTQQR7tmW8n7az0ArC2U79lACApMStx36CwpofQtHJnUxTvwO6VXgb%2BJueRJGyikYmHzrh9E9wN%2FCZ2ArdAHa%2BH%2FiAq2%2BFgQb4E6MJ2%2BY3l67b0AgAAWxL3J34oLwAAsGGC8QHycOyCLwAAAGSsaU9DCDeGEAAS1bRdKOsvw8MSe3JEAAA2TuggTx2pRqKatssGuiu9DKxl4mw6AJAYTfl4C5mz6ZIDzz%2Ba1p4iSfh4I5O46eZQ6bjNXQoGFurqSwjhL8UYNQvK7RL2ni8hKbAtsXHiVH2zpUkXALBNQi0AAIDNie96NNYGyIcLvgAAAJC3LojvwRgCQKKaduaMJischroSegYAsClNe6s5Ak8IJU2bxo6s6yTU1WfVAgAGV1ezvkk5rMu6J12an%2FLoSiVIxccbmUQePuM2NcZAH%2BqiycX4OVS4XboZ5s2iHrZDaFzOYnNTAIDtaNr7fr4o1AIAANiE7l3PRCUBsuE9IgAAAOQsBjNa3wNA2g6c0WSFr334GQAAmyFzhEfyS9Imb491dWfTT1ULABhUzImVIcpb3IWmtUeRLs1PeSTjkWRoZMK6Dh0ygeKd9Y2NGK87YeRbZsGeOy8OYdPiBvixumZLp14AYPviXoX1GAAAsAnWFgB5mTqzCAAAAJlr2vMQwi%2FDCACJatp7zUxYw89QV18UCgBgI2S68GgS6kowaapio25ZCqzr2O8ZABjYSd9gDdYlRz5VdXXk98wT8otJxmYamcRDKheGdfTOHDKBQsVQACHj46eT6m7clPAhR2rqxSFsnOChvDksBwDsRtOeeQcBAAB8SHzHM1VEgOx4nwgAAAD5O3GPAgAS1rTX%2FfMalrkMdfVZhQAAPkz4IE8dqUbSBPvyFqeqBQAMIu7df1N83sh6J12yTnnKXiLJ2Ewjk8hDaPy6jlznoa4%2BlV4IKEpsYKTBRRk8y3dD6HvehKTAZrnokDfPNABgl7r12J2KAwAA72Q%2FGiBP%2B%2F3ZJQAAACBXTXvvHD4AJK5pu7ul3w0TS8iZAADYhNhI8EEt6WlkkrZzv1feoDvr6F0IADAEObG81VVo2ltVS5a9Ah7d9OfuIAmba2TStOdCxIowFXQPBYkHys77A2aM2y%2BT1J0R%2Bp634777MPBRdXXUry%2FIl069AMDuCLUAAADeK77bOVQ%2FgGxpRgUAAAC5iwGNfxpHAEhY054u7pnC6%2Fb6O%2BcAAHyM%2B9k8msovSVi8z2gNxFucagAKAOxUXR24M8c7yBRPVV19kcvIE%2FYQScrmGplEHkZlOAx1dVp6EaAQcxPZYniG744FQf6EpMBm%2BC3l7UFXbQBg55q2W1N%2FV3gAAOCN7EcD5O3Y5V4AAAAYgaY9CyFcGEoASFr3bvXGELHEfqgr95EBAD5G5ghPHalG0qx%2FeIupc%2BsAwI6Zr%2FJWDxo2Js0eAU%2FZQyQpGpnwXt9CXXnAwZjFhkU6bJbhrg8CZRea9rpfxJOvmZAU%2BKDYyXtfGbNm7gAADKNpuz2rK9UHAADWEt%2FpzBQLIHsu9wIAAMA4zNynAICENe19COHA85oVuib03sMDALyfO9o8ZW6dspjHdFd6GXiTLpvxs5IBAFsXs2KnCs0bnffvA0mTnHeeulYNUrLZRiZNextCuDDCxZiHuvpSehFglOIBsm8GtxhnpRdgABYFeZsISYEP8xvKn2cZADAkoRYAAMC6jvp3OwDkzYV9AAAAGIMYhuDSPQCkTDMT1vMz1NWBWgEAvEPTXptv88SepgfJk8vEW%2FnOAADbFdcQMtx4D3PVVMXf9V7pZeBvd32fB0jGZhuZRB5K5Zj0zUw%2BlV4IGJXYoMjf8rLMSy%2FAAC6L%2B8Tjc2IOBO8UN8sOlS97nmUAwHDiyzbhlQAAwDocygYYh2moKyGnAAAAMAZN251B%2FW4sASBhMVjZu1ZWOe%2FvpAMA8HbuafOUJoFpk8vEWx1q%2FgkAbNlZnwcNb3HXvwMkTe5M8ZS9Q5Kz%2BUYm8SDpnaEuxt7ikAkwDjGU%2F9LCtCi%2FQtPel16EAVgY5G%2FiMDa826nSjUBc%2BwMADKdpu33pH0YAAAB4VbwAtqdAAKPhHT0AAACMRdN254lvjCcAJKxp55qPscJkEegb76YDAPA27mnzlLDSlMVcpl%2Bll4E3s14GALYj3pc7VF3e4UzRkqYZIk%2FZOyQ5m29kEnk4lWU%2F1JWu0ZA7TUxK5Zk9BOHvY3HipSG8UV19DiEcK1v2rkovAACQDKEWAADAMjPVARiV%2Ff59IwAAADAOXTjfg7EEgITF5mPCWllmL4RwrkIAAG8mc4SnDmWXJE%2B%2BHm81XeQSAQBsnrkp7%2BW7k6q4J6BBEU%2FZOyQ522pkMneItDjHoa5OSy8CZG7eHxijHFehaa%2BN92CEwOdv4qUhvJkGWuNggwsASEPT3vfBxN5HAAAAv9NYG2CsnFEEAACAsWjaWw2pASAL3f25G0PFEl0zeuFXAABvEbNe3IfiqSPVSFjTdvkKd6WXgTf71p9pBwDYjJj5PFVN3uFXn89CmuwJ8NRdf64q7EEvAAAgAElEQVQOkrKdRibx4XRuqIvTbZo5PAw5igfEdOArj4OBwxICPw4nXhrCmurqwHxjNDzDAIB0xIP7AiwBAIDnnF8BGKejUFefjC0AAACMRNOeL8ISAIB0xdyIAyHLrHAsZwIA4M3c1%2BYpoaXpOyu9ALyLfC8AYDNi1uE31eSdzEvTZk%2BAp%2FR0IEnbaWQSCQ4r089QVx6AkJO6OlscEKM0XZc9C8phOVQwDhPzXlib38pYNK1nGACQlqbt9rcujAoAAPDEiWIAjNJEsyoAAAAYnW4%2F98awAkDC%2FmlmAst0ORO%2BJwAA63Nfm6cOVSN5cpp4j32NPwGADTEf5b1uZMYlrK4%2B2RPgGb9XkrS9RiZNeys4rFjzUFdfSi8CZCFucn81WEWyGTG0uKB%2FKLsIo3Fs7gMrxGaH%2B8o0ClelFwAASNbMOhsAAFiI78EnigEwWppVAQAAwJjEYHQhXgCQuqa9DiH8YZxY4dxdSwCAtQkl5Hcxk4FUxb3sX8aHdzjrw4kBAN6nrk7kt%2FEBZ4qXNHsBPGfPkCRtr5FJ5GFVpsnij55DJpC2GN7y0ygV6cEzOhkWCePhNwXL%2BY2Mx3npBQAAEhUPAntBCwAABAH3AKM3dWkfAAAARiYGo%2F9pWAEgcU07DyH8MEws0eVMzAW0AgCsIe6JPSgVTzgTlb556QXgXSa%2BOwDAu8X99lMF5J0eZMYlz14AT930%2BUmQnO02Mmnay8UPgBJpZgIp08SkdHOT02RoZDIe%2B%2F3fVuC5ujpdhAkxFp5dAEC64juJ70YIAAAKVlcHIYQ9XwGA0dO0CgAAAMamac9CCBfGFQAS17QnntmssCcUCwBgbe5t85Tw0tTF%2B4t3pZeBdznsz7kDALzVvM93hvc4lzubsNio6LD0MvAbe4Uka7uNTKIzw18szUwgRZqY4NmcEocxx%2BWs3xAAHtXVZyFCo%2FIQmva69CIAAIlr2lMN1gEAoGgazwOUYb9%2FFwkAAACMy2xxXhUASN3MWU1W6N7lzBUJAGAlmSM8NQl1pZlJ%2Bk5LLwDvNpdLBAC8SVwfaHLAR1i%2FpM0eAM9pZEKytt%2FIpGnnOggXTTMTSEnsyq2JSdl%2Bhaa9Lb0IyYhjYZ40HhMbNvAvunmPi8NwAEAujoRaAABAgWKg%2FbGhByiG9%2FMAAAAwNk1775I%2BAGTgn2e2s5oscxzqaqZCAABLCSfkOfuj6Tu3Huadps49AgBriw3QNAznI67kzibPHgC%2Fa1o5jyRr%2B41MIhsnZdPMBFIQm5iYlOCZnB6%2Fy3H52v%2B9BWI37%2F3i6zAuDsMBAHmIL9NdfAQAgPJYBwCU5ai%2FnAMAAACMSdN251W%2FG1MASFw8q%2BkeHav8dN8SAGCJOK%2B%2BUyKeEGKautjcU6A07yWXCABY17zPcob3OlO5hMX7UIell4HfXCkHKdtNI5OmnesgXDzNTGBIddUFtvyPxWjxdMVMk1D48ZkLS6F4unmPleZbAEA%2Bmrabu%2FwyYgAAUBSNTADKMvG3HwAAAEaqaU9DCDeGFwAS17TXIYQ%2FDBMrnMuYAABYSuYIT036nCjSJhCYj5BLBAAsV1dHGhzwQXd95grp0siU5%2BwRkrTdNDKJbLyhmQkMIb6c%2Bqn2hBBOFSFBFvljNPV7A928R%2BgmNO196UUAALJzItQCAAAKEd%2BLTw03QHFODDkAAACMVndh%2F8HwAkDimra7Q%2FTDMLHEpG9mIqQVAOBlMkd4Tphp6pr2NoRwUXoZeDe5RADA6%2BJe%2BlyF%2BCDfofRZ%2B%2FOcPUKStutGJg6OopkJ7JImJvzjKjStDnvp8nJyfL6GujoovQgUSjfvsbLBBQDkJzZimxk5AAAogrk%2FQJmm%2FftJAAAAYGxiEJy9XwDIQdOeuCPJCtNFxgQAAC8xT%2BK5Q40As3BWegH4ELlEAMBr5n1uM7zXg%2FVK4uKaX04jTz2Epr1WEVK2u0YmMTDMg4ygmQnsiCYm%2FE4X9rQJhx%2Bnc4cDKE5dfdaJebQ8qwCAPMUXdX8aPQAAGLF4%2FmTfEAMU68TQAwAAwEg1bXd%2B9ZfhBYAsdHeabwwVS%2ByFunLvDADguZjLZi7Nc0cqkrim7ZoQ3ZVeBj5kLpcIAPhNXR1pbsAGnPd7DaTLmp%2FnNDomebtrZBKd9Z254LGZyaz4SsA21NWpJiY8cdW%2F%2FCJdwuHHaaKhAwXSzXuc7nTqBQCy1rTdu4kLgwgAAKMlwB6gbPuhrj6XXgQAAAAYsRNBjgCQgRiIdCRLghWOQ115xw8A8G8yR3hOqGkeTksvAB8y9R0CAP4WG5zJLGQTzDHTZ83Pc%2FYGSd5uG5nEAyhnvhb0JotGC5qZwGbVVbcA%2FaaqPGExmbo4R3KxZpwOHaylGLGR2r4BHyUbXADAGMxcjgUAgBGKh7SPDS1A8ZyNAQAAgLGK9y3cPwSAHDTtreAd1vBXqCvfEwCA312qB88c9mdkSdu5O4t80FdrZACgN%2B8zmuEjrvr3daQqrvUPjQ%2FP2BskebttZBKd2XjjmZ996DHwEd2EtK7OhbTwTLeYNCnNgy6449UdrD0ovQiMXPyOa6Q2XhqZAAD5i6EWDnQCAMD4aCgPQFjs%2B7i4DwAAAOPVtNchhD%2BNMABkIN5n%2FcNQscI81NUXRQIA6MV5tEw2nnMXLnXxzuJZ6WXgw%2BbOPwJA4erqRGMDNkS2d%2FpmpReAf7nTgIgc7L6RiY03XvYt1JUAd3ivuBF9aQHKCywm8yEkftzOvTRktOrqs79ho%2FagKRoAMBpxXvPdgAIAwKg4uAlAZ%2BKZAAAAACPXtN2d1AvDDAAZaNouM%2BCXoWKJiTuXAAD%2F4j43z52oSBbk5vFRE98jAChYzG%2BTF8om3MmKy4K7Tzwnw5Ms7L6RSXSmAzgvOA51de3ACbxRXX0JIXTd0%2FaUjmeuLCYzErsg3pRehhGbLA6OmOcwNvE7fd5%2FxxknG1wAwLg07an1NwAAjERddYc2p4YTgJ6L%2BwAAADB%2BM%2FdSASATTTtb3HGF102FdQMA%2FMadbp7b60ONSVnMC9LMk486DHXlDCQAlEl%2BG5uiIU7q4hpfbjTPeV9KFoZpZNK0930zE3iue6Be940ZgFViMMulxSevsJjMj%2B7447ZnDswIndkUGz2H3gCAMToSagEAAKMwM4wAPDENdXWkIAAAADBi8V6q9T8A5KN7bt8YL5bogpndqwUAiIQW8hL7oXmQ8cQmnMpeBIDC1NWp%2FDY25C40rfct6XMfln9rWjmPZGGYRibRmaAwXjFdvFhxqRiWiwvPn5qY8Iqr0LReUufHImL8jvu%2F35C%2F%2BF0%2BNpKj9mCDCwAYpaa99YIXAAAyFy9p7RtGAJ45URAAAAAYuXhX5rthBoAMxCZkM5kSrNDdufSOBwAg3nfSCJDnzJVzEH%2B%2FV6WXgQ%2FrcuSETwNAKerqIITwzXizIeaReZBzw3MXKkIuhmtkEg%2Be2CTlNd2G2n8L%2BoYX1NWnUFfnFp6s4BmbIy8mS%2FEt1JWNBPIWv8PmIuOniQkAMF6xYdsvIwwAANnyPhSAl%2ByHuvqsMgAAADByTXsq1BEAMtG01yGEI8PFCn%2BFuvI9AQAI4VINeGYa6uqLomRBVh6bsBfq6kwlAWDkujxZjSfYnIcQgjlk6uLaflp6GfgXe4FkY7hGJmFx8KSbON35urDEt0XDhjjRBuLks5toHBZfC5b51R%2FuJE82lsrw08FashW%2Fuz8NYBFsTgMAY3ci1AIAADIUz5AcGzoAXuFCOAAAAJThqA9jAABS17Tdveg%2FjBMrzAU0AwCEcyXgBSeKkoG49r0qvQxsxFeZRAAwenMNDdigs9C09wqaPGt7XmIvkGwM28gkcmmUVbqGDdcOnlC8upr1TUz2Si8FK3m25s1iohwO1pKf%2BJ3VcKkMdxqjAQCjF1%2FGzww0AABkxzwegGWO%2BqZXAAAAwJg17a1L%2FgCQkabt7iP9MmQsMVncr%2FWeBwAoWWyEoHkvz2lokA9ZHGxKl0n0WTUBYITq6qTPWIZNsQ7Jg7U9z931598gC8M3MomHTnQRZpWuW%2BD%2F9pNuKEt34Kquur%2BVP%2FtDWLDMD5PRzMUQ1YvSy1CIyaJBlWYm5CJ%2BVy%2FNR4qhsRYAUIbYvO1Pow0AAFlxdgSAZSYO%2BAMAAEAhBKIDQF6adiZXghWm%2Ff01AICSmQ%2Fx3CTUlfNQOYh71nell4GNmMj8AIARihlufxlaNuiX7NkMxDW97Eaes%2BYjK8M3MolOU%2FhHkIW%2FQl2dLxo7QAn%2BCQw%2FNt6s4cEzdTR0Ni2HZibkQROTEp2VXgAAoCBNe6apKAAAZCIe2pwaLgBWcH4GAAAAynEiGA4AstK9870xZCyxF%2BrKHVsAoGRCDHnJTFWy4ewam9Ktj%2BV%2BAMBYxAxl6z02zfojD9b0vMQzgayk0cikaS%2BFhPEGhyGE21BXB4rGqNVVd5D%2BfxcbyrCes9C092o1Ak173jemoQyamZA2TUxKdKPLNgBQoJm1OAAAZOHEMAGwhqnzhQAAAFCIeI%2FmyHADQCbis9uZTVY5DnUlfAsAKJUQQ15y2Acfk7qmnWu%2BzQZ9DXXlHQgAjMN8cc8BNueXnLgMxLX8Yell4F8e%2Bn4MkI00GplEggZ4iy5E%2BX90C2aUuolmXXUTir8MMG9wF5rWobxxmZdegMJoZkKaNDEplXUWAFAeoRYAAJC%2BuvocQtg3UgCsyZlUAAAAKEXTXocQ%2FjTeAJCJ%2BOyeGS5W%2BBbqyvcEAChPvON0Y%2BR5gflxPmRAsUnz%2Fhw9AJCrujrRyIAtsO7Ig7U8L9HEhOyk08gkdvH6kcC%2FhLx03YKvhX4zGrH79a3wFd5B%2BML4CJEvj2YmpEUTk5Kdl14AAKBQTdvNf78bfgAASJbDtQC8xaHLuwAAAFCQpu3uYFwZcgDIRNOea0TGGs7ctwQACjU38LxA%2BGk%2BujXvQ%2BlFYGMmMkAAIGNxj%2FsvQ8iGXfQ57qTPWp6XWOORnXQamUSnNt94h70Qwv%2BGuhJYQb7q6lOoq24i8d%2FCwnmHq%2F7QJmMSNwdujGlxJv28xqYDw4rN1TQxKdOv0LT3pRcBAChY055ajwMAQIK6d%2BohHBkaAN7oRMEAAACgKEfupwJARmIjsl%2BGjCUmiztu8cwAAEBJLo02L9jT6C8TMa%2FhrPQysFHd71%2BTKwDITdzblhHKNlhv5CCu4fdKLwMv8mwgO2k1Mombby6O8l7fQl1dh7o6UEGyEoPCu4YFhwaOd%2FLsHC%2BbBOX6qZkJg4nfPc3VyuXwAgCAUAsAAEjRzL41AO8wE2wFAAAABYn3UzXFBoCcNG33LvjGmLGEZiYAQHma9jqEcGfkeYGMoXycuaPIhh3LIgKA7HRB9VPDxoZdhabVADUP1vC85KY%2F4wZZSauRSVhsos8dNuEDuk5j%2FxPq6sxhFJJXV59DXV0KCueDfvQvoBmncy8li9Y1M9FQgN2qq9PFd49S3dmgBgBYvKe47UOSAQCAdDi0CcB7TISXAgAAQGHiWdgfhh0AsnIgpJkV9voQYACAkpwbbV5wJFctEzGU1DqGTeuyiL6oKgBkIGa57RsqtuBUUbPhPhMvkS9LltJrZBIJH%2BCjvoYQrkNdeWiTpriwvLa45IMeLCRHLr6UdLigbMeLplcOErBt3XcsNs75ptZFcxAGAOBR03br8V%2FqAQAACYhnP6aGAoB3crYGAAAAStO03f3UG%2BMOAJmI9yiP%2Bjuz8Jrj%2Fn4%2BAEApLo00L5gIQs3KmbUuW3AuhwgAEhfvwslyYxuuQtPaL8hBXc36NTw8J1%2BYLKXZyCQ%2BFAWE8VFdiMV%2F9%2BHfn1WTJNTVQair235haVLJR530BzQZNwcr2e8btH0pvhJsR5wrXy4Oc1M6XXoBAH4n1AIAANJwYhwA%2BIDp4swWAAAAUBph6ACQk6a9DiHMjBkrfOuDnwAAxq9pz%2B1v8Qpz4lzEXKiz0svAxk01uwKAhMWswP%2FP3v3eRJJsfQKOXO13ei2AawFcC2AsaMYCqi3oaim%2FT%2FE9pUtb0GDBLSy4YMFtLHjBgnfKglxlRjJ09wD1vyoj43mk2btaaaXmBEVlRpw4P3O82BZzSdPh3Z3XPIWqflQZUtTPIJNobCOdDWmGf%2F9PKIuJFGH2phkQXhbNAeF%2Fuo1gWFeThmmTIgfxReM%2B9zLQHSJqsmXT4sCeptH%2FWG2zdyMgDQDgF%2FH5yHsYAADsUwzjPrUGAKxJKBYAAADkJt7FsCcAACmJg5q%2FWDPmuOoGwQEA5GBqlXnFaddfSxquzFJkC45DWZg9BgB9E%2BcdN9%2FRB9aGLWjmzwq0S4E7sbzNXh%2FJ6m%2BQSRwQJumLTfojhPBoADg71bxMNiE6TZhOCB8Vnw1ymSIvV7kXgFazMfmtPUgUzsYmxGeU%2F9j0puO7BgDgNVX93aVYAADYK%2BeiAGzCR5f3AQAAIENV3QwIubH0AJCQqr7y%2Fc0czV24O3csAYBMGFDKW%2FTXpiLOUjTLgW24ME8RAHrnug0cg%2B0woz0d3tl5i0BKktXfIJPwV6PJQw%2F%2BJQzH8wDwJtDkzLqyVXGT97EL0YFN%2BtoN0SQXVd0kJz5ZbzoXXaPtiYKwkmZAT1nceUbhBw%2BeLQAA3hHPKm6VCAAAdiwOHXG5CoBNcREAAAAA8jR2HwMAElPVIzMmmEOYCQCQi6mV5g36a9PS3E%2Bc5V4EtuKb%2BUMA0BNl0YRMfLQcbMl9qGphp%2Bnwzs5rZmY9krJ%2BB5lE%2FviyDYchhP%2B0A5wFmrBpTYBJE5bTbPLGRijYpCdpmNm6yr0A%2FKRJXP5vKAuDVlhOWZyHEJpNjFOV4we%2BYwAA5htpFgYAgJ07d%2BYOwAaNDLMCAACADFX1n91%2BMwCQljNhZMxx7E4UADB4cW%2Fr1kLzioN2xhVpiJ9l7y9si6BPANi3%2BGz%2Bh3Vgi8yfTUX8e%2BBOLK8RWEzS%2Bh9kEpOCvvbgX8Iwnf4QaHJkjVlLE4rzEmByqJhsybg7nCI%2F1wam8op%2FeY5hIc2hc1k0Gxj%2FtsHFL55CVV8rCgDAHIZaAADAPmiwBWCTDuzvAAAAQKbiHdUvlh8AEvLSt%2BlOJe%2B5CGWhtwAAGDpDDnmLIJO0XHnHZUsOfFcAwB6VxYnQOrbsPlT1nSInw7s6b%2FHeRtL6H2QSTdrhqrA9TaDJ%2F4SyuDYInKXFAJO7NhRHgAnbdRuq2sNnrmLjrUHzvKZ5jvmu4ZY3lUXTtN%2BErX1UJF7huwUAYFHxcF%2FwOgAA7EJzDu%2F8HYDNc64OAAAAuarqq3a4AwCQjhhGZtgP8%2FwRysLvCQAwZObM8JZTs9ISEucGGXDNtpx2s2UAgF0qiw8hhLsuWAy2ZayyiYjv6Ke5l4FXzcySJnVpBJnEDTjNA%2BzCRRdoctcNxYC3NU1NZfG9CzDxsMi2zXwX4kCSdxx0DbffPcPwl2ZDK4at%2FdtGN2%2BY%2BW4BAFhSVTeH%2FA%2FKBgAAW6fBFoBtOHSmDgAAAFk77%2FpnAYBUxIEul9aLOa5CWZwoEgAwSHH2moBe3qLfNiVVPQkhPOVeBrbG7BAA2CUhJuzGTRf8Txq8o%2FMWISYkL40gk9BuwDUPaLc9%2BJeQh9M2nEKgCa%2BJASaPIYRvIYRjNWJHJt3hMjmr6sd2QwHedtw9w1x3m5zkqFn7spi0AX3C1njf1PMFAMBKDLUAAIBtaoK6Q%2FioxgBsiYsBAAAAkKvYN3tu%2FQEgMXHQq3uVvOegHRjnTiUAMFyGHfKWkefg5ExyLwBbc2heIgDs1JVZtOyA94e0jHIvAG%2Byt0fy0gkyiUaGg7Fjz4Emj214Bfl6HgheFn92ASaHfhvYoftQ1RLPeWZDgUVchBAeu%2B8uTQc5ic%2BsTXryH7mXgoX4TgEAWEUMGjXwEgAAtsfzNgDb9LELzQIAAAByVNV3IYSv1h4AktOcIz9YNt4hzAQAGDLDDnnLgfDmxFT1dQjhKfcysDXmJALALjSz%2FeKcP9imm262CSmI8x8PrBVvuFMYUpdWkElV%2F2mThD05bMMrmhCLOBDcReZclMVJKItm8%2F9%2Fu4HgHgzZtZnvPn4SNxTuFYUFHHTfXd8FsmWgLM5CWXwXuMYSbFIDAKwjNgzfqCEAAGxYHCjiXAOAbROaBQAAADmraoPQASA1cc7EWXfnFt5yHEK4Vh0AYHDinXD7WbxFL1R6JrkXgK0RbAQA2xbn%2Bf2hzuyA94a0eDfnLbfdWTckLa0gk9Buqk%2FbDyDsx%2FNA8P8JZTENZWHTboiawSjNC2IcBv5faZfs2cSQcV5hY4FlPAeyPQo0GaAYYNKkrP6na7SGRfkuAQBYX3OQ%2FKSOAACwUeddbwYAbNOoC88CAAAA8nVuEDoAJEaYCYv5GMriSq0AgAES2MZbjtu5E6Sjqq%2BFE7ElB6EsThQXALYkPnd%2FU1524NIM2oTEZ3AzIHnLVGUYgvSCTKKRBhN64GMI4d%2FdUPBJKIsji5K45uGvLJpN%2FsfuBdGDIPt2H6pasxx%2FV9V37e8HLEegyZD8HGBymns5WNqtTWoAgA2IF2KFXQMAwGYJYQZgFw7s6wAAAEDmYi%2FtOPcyAEByqvq773AW8NkdSgBggAw95D2ef9Pj3ZZtEWQCANsQgwq8l7ELzbx1M2jT4v2O9%2FjuYBDSDDKJw8FsnNIXzVDwP0II%2F9MOk26aWsrig9VJRBNAUxbjdqh7CP8NIVx0F9Vh32a%2B65jDECdW9XOgieeWtJTFuQATNsAmNQDApsQLsV%2FUEwAANqAJ8Y7nGACwC%2FouAAAAIHdVfR1CuMm9DACQnPgdfmnhmONbN1gOAGAYYjDvg9XkDRdmhySmqpu5Ife5l4GtOFJWANiw%2BKw9NaeWHbnq5q6Tgvj34cJa8YZbn2eGIs0gk9Buwk01idJDp21TSwj%2FG8pi2g4Hp3%2BaB70YXvK9DaAJ4V%2BGodBD4%2B4QGV7nQJL1HXbPLU2gyaQN96Kf4rPLqAte%2B7cAE9Z0332HAACwKVV95R0dAAA2Qo8FALt02IVoAQAAAHkbhxCeci8CACSnqidmTbCAO%2FcmAYCBubagvGOsOMmZ5F4AAIDeiyEFd%2BbVsiNPbZAJKXEnlvdMVYehSDfIJNIkSp99bIeDl0X9V6iJ1PL9aZqMYnjJXRs0E8NLjnMtB73XpOY5PGYRDiTZhCbh%2BY823Cs%2Bs5yrak%2BUxUkoi%2Bs2bCaGztjIZhN8dwAAbEfzLjVTWwAAWFEcHHKhfADsmAsDAAAAkLuq%2FrPr%2BwAA0tPMmniwbrzjoB0QZMYDADAchh%2FyHr1QqanqOyGdAAC9NzW3lh2adH0spEOoKO%2Bxl8dgpB1kEr9cbZ6Sgo%2Fd8On%2F7QaEj7shHGxTHP49CWXxvR3OHsNLTtWcnpv5bmNh8UDyXsHYoOaZ5d%2BhLB5DWVx5XtmDpik6BuA1zy%2F%2F7Ya2HWRXB7blvvvuAABg0wy1AACAdTkjBWAfLpyLAwAAAKGqm97tLwoBAImJvZtn3b1ceEszYO5adQCAQajqR2F%2BvOOwnVVBaiZWDACgp8ri2vxadughVLXzjJSUxXn7Lg6vuxVMxJCkHWQS%2FhrgfdmDfwks6mMXqPE%2FPwwJP2%2BHVrOe5lJ5HPx9Hcriz2749x8SLEnMyMMmS3IgyTY0myKfu%2BeV70LYtuwlvGTaBt%2FFADzPL2yD7wwAgG2K5xVf1RgAAFYyVjYA9sTlfQAAAKDp%2B7gKIdyrBAAkRpgJi%2FnYznQAABgGQ015j16o1MSAIjMUAQD6JoaYXFgXdsj9yvRYM94zVR2GJP0gk9BuxE0khZOo5yHh%2F26HVsdB4YJNFvVzcMljO2w9Dv5uXvgO0vgh4CdfQ1V72GQ5cUiqyzJs0%2FEPIWxCTTbl9fCSj8P44eipm%2B47AwCAbarqsfMKAABYUrNf7owfgP1xcQAAAAB4dm4IOgAkqKq%2F2%2B9nAZ%2B7%2FgQAgNSZS8N7TkNZnKlQcq7sTbNB3xUTANbUzNkTYsJu3ZsPl5g4i%2FM09zLwLnt4DMr%2FHdAPc95tnhhsQMqOu%2F8%2Btz9DWTx0v9d37f%2FGRqp8xUOSkxDC8%2F8e%2Bm1nQJrP%2B8SCsqJRF%2BYE2%2FYcavKvUBZP3QvynRCmBZXF83PMuc0n9sBzBgDA7jivAACA5RgoA8A%2BHbRDq6r62ioAAABA5qr6z1AWTd%2FHf3IvBQAkp9nnj3e3Pls83vEtlIWZDQBA2qr6sZtJdWwlecOom1dGKuLe9KSb5wLrelRBAFhDDMT2XMauCWJPj5l%2BvOe2fdeHARlOkEncYB%2B3zQMwHM%2FBJjGNsSxCm5QXh%2BA9duEmwzs0KIsPPwSWHHX%2Fd4dnDNmsfXn0oMmq4nPQjfReduywa%2Bz%2B%2FMMzyl0XbKKpIfwVXPJjeIkhxuzLTftdAQDAbjivAACAxZXFmX4AAHqg2csRZAIAAACEthe%2BLL4agg4ACarqcSiL5l76R8vHO%2B7ae3%2FuWgEAabs2WJd3XLShGJ5501LVV92dxMPcS8FaZsI7AWANMcTEjAh2zXy41MSZ2ea%2B8p6p6jA0wwkyCe1G3HU34MAfc4bstPsvioPDZ124SfPfn38lovd5iPhLWMnz%2Fx51%2F50u8P8bhmbsAIANmHgGYs%2Ben1H%2B%2BCV87a4LXxv2JtnPQWzP%2Fyu4hL6Q3AwAsGvOKwAAYFEjlQKgB47bvZw%2B99tBf52GsqitD7Ciy1DV%2BloAgP6JQ9AFcQNAmkbdfTbf47zloB0eFM%2BG%2FlQlACBRU0EmzDEyYyBJTZDJv3MvAmsxLBcAVhV7BISYsGuz7j2AtFgz3jPzbsYQDSvIJBp3g4M1l5CTg18CTv5o%2F884RDx0g8Qbj91%2F4YfQk2gTl7BfBng%2Few4nCT%2BElnzw%2BYSf3LaDLWFdTUhEWVz%2B9R0A%2B%2Ff8bPK5%2FZeUxY%2FBa49%2F%2Fd9TbPYti%2BcQtpMf%2Fjvswb8MXnMpbRsAYG%2FGXcih9wUAAHhNWRwJ%2F0vG8zkPsJpTdUvC82AzAAAAgPDDXsGBagBAQpq7amVx3p1v%2Bh7nLc2sg%2BZu97kKAQBJivNFbkMIHy0gb2jCmq%2BE9x%2FK%2FW0AACAASURBVCWmqpvQxXs9h6zBHDMAWEWcKWfoPPvgvS1No9wLwLumPtcM0fCCTGJziSZR%2BNnzxvTbG9QvoSfA7jx5CWHDrrohqZ6B6KNfg9ei%2BAxy3wWsff%2Fhf8Pegk7ipvKHH0LZnsPajgwgJjGz7rsBAIB9eLkM%2B1%2F1BwCAVzkrTUfTFD3JvQiwsrL43g1Dot8uQllM2kEPAAAAAFX9PZRFcz%2FjW%2Fa1AIDUxKHOZ%2Fo3meNjN9h5rFAAQKKmgkx4x0EX3CfUID1j77Os6ClU9Z3iAcCS4rw586vZhyf39RIUZ96bRcl7BGMxSMMLMgmaRAFIwqw98JOUxybFAanNhsS%2F1JXEPIeb%2FL1R5iVs7f6H%2F9cfw05W9RxS8uzERjIDNPGsAQCwZ%2FG84ot3dQAAeJVhIOlwkRXWc21vIBmj9owNAAAAILR9H9ehLM4NhASABMX%2BzU%2FmTTDH51AW39vnPgCA9Ew97zLHRP9nguL77Nf2fQWWozcfAJYlxIT98vyWJuvGe2ahqgWZMEjDDDIJfzWJnoUQLnrwrwGAX43bgyPYtKq%2B6pI6j9WWgTn95cdxGQze99R%2BJwAAsH%2FxXf38lfcaAADIVzzP0uSdhvtQ1Y%2B5FwHWJMgkHWNBJgAAAMAvmv3s5v7PocIAQGLivIkTw1%2BZ41soi8dQ1XcKBQAkpar%2FDGVxa%2B4C7zhs%2B3UF96Vo0u1N67VmUfeG5QLAkoSYsF%2Be31IU59yb8cp7fK4ZrP8z8KVtLpU%2B9ODfAQA%2FunHIx5ZJ6gRglH0FAAD6pQkymVkTAAD4i%2FOsdDjbhnU1QwOaXhFScNCFbQEAAABEcW%2FnXDUAIFFV3ZxN31o%2B5ph2Q%2BsAAFJjOCLz6IVKUdyXnuReBhY281kHgCUJMWH%2FPL%2BlyXsa87iLy2ANO8gkbsaNDAcDoEceDOVh66r6TnMtQNbuu%2B8CAAD6wlALAAB4EZu9j1UkCTMXnWFjfJbSoa8HAAAA%2BFlVfw8hXKoKACRr1N3thbcctIOFyuKDCgEASanqa7PVmOM0lMWZIiWoqq%2B8y7KgUajqR8UCgAUJMWH%2FLj2%2FJagsjtp3bHjbk9mPDNmwg0zCX02iksYA6INZO7AyDq6EbRtrOADIlndgAIA%2BigeOX60NAAAYEJ%2BQqfNt2JCqnrYNyaTg2OV9AAAA4G%2BqehJCuFcYAEhQPPM8d9%2BSOY7bM3IAgPR4hmEefbvpsnbM86nrTwUAFiHEhP1rzqqurEOSJrkXgLm8mzFoww8yCX9dAr7swb8EgLydS79kZ%2BLvmo0KgPxI2wYA6LOqbpqHH6wRAADZKosPIYQLvwDJuM69ALBhGpLTMcq9AAAAAMCrDEAHgFTFuzaCzJnnNJSFc3IAIDV6kpjnYyiLI1VKUFU3Q7Zvci8Db2pCTLzDAsCihJjQD%2BMugJ%2BUxHdqd2KZx%2FsZg5ZHkEloN%2BSa5KrbHvxLAMjTl%2B5wCHYnPv88qThANp6EWAEAJMFQCwAAcja2%2Bsl4csYNG%2BccJx0XLu8DAAAAfxOHSQhABYBUVfX3dsgnvK85J%2FLMBwCko6qn5oqwgIkiJWviLiKvEGICAMsQYkI%2F3HuGS5Y7sczz0J1Fw2DlE2QSjdoPNgDs1k2oasMo2BcNkwD5kLYNAJCCqn50UA0AQMacXaVDYzRsWtwT0L%2BYDt9ZAAAAwN%2FFwZBfVQYAEhUHRPkuZ55voSzOVAkASMjUYjFHE9h3pEgJin2H5lbxrAm1%2Bc0AbABYghAT%2BsOMkRSVxQf3i1iAdzQGL68gkzjQdSRdGIAdevDSyF5V9V0bpgPA0N12FyMBAEhBbBT1vg4AQF7KounZObTqydA8CdvhQnE69Pvs12POPzwAAAA9V9VjgbUAkLD4XX5vCZlj2g24AwBIgX4%2FFmHwaqqqemJPmm525lk3SwoAWIQQE%2Frja6jq79YjSWN%2FQ1iA%2BY8MXl5BJqHdkGu%2BuM978C8BYPhm7XdODNKCfRoLcgMYtJlBSgAASWqe4Z4sHQAAGXEBMh33oaoNkIft0JicjoMuhIv98D0EAABA343c0wCApJ0bAsscB%2B1A8LL4oFAAQO%2FFmWqeb5ln7Pk2aeZJ5O05xMTwawBYlBAT%2BqOZKTKxHgmK79DexZjn1l1ccpBfkEloN96bh8lPPfiXADBsZx4o6YUYpmO4BsBwTTxzAAAkKL6vC14HACAPsfn71Gon4zr3AsDWxP2AGwVOhgsHAAAAwOvisDB7BwCQqpc7l4LJeM9xCGGqQgBAIvT9Mc%2BBPc2ExbmJeg%2Fz9CDEBACWJMSEfhl351Kk59zfERbgLJEs5BlkEtpNuWubcgBs0Seb%2F%2FRKVU%2FbtEYAhuY%2BVPWVVQUASFTcP%2Fpi%2BQAAyICLj%2BmYaZ6ErfMZS8dxKIuz3IsAAAAAvCHeUXVPAwBSFXs4z60fc5yGsjAUHABIgWcWFjEOZfFBpZI1FsiZHSEmALAsISb0y303A5Q0Tawbc7iLSzbyDTIJbXPJqP1SB4DNuuwuI0DfjBxIAgzOyJICACQuBtM5qwAAYLjihccLK5yMaajqP3MvAmxVvITwpMjJcB63H76LAAAASMXIXg8AJKyqm2Fmnywhc1yEsnBmBAD0W%2Bz7E7rLPAddGAYpip9z65eP5xATvXQAsCghJvTLzH2UhMVzocPcy8Bc7uKSjbyDTKLzbrMGADbhJlS15ET6yYEkwNA04WmPVhUAYBDOhY8CADBgzqfScp17AWBHpgqdjGYw1VHuRdiD79n9xAAAAKQp3tM4t3oAkLCqvm7vBsP7voWyOFMjAKDn9P%2BxCIN0UxbfYe9zL0MGboWYAMCSYujAf4WY0CNX5sMlzUxhFmEvjmwIMnlpFDUgDIB1PYSqdlhHv8UDyVurBJC8B%2BFpAAADYqgFAADD5gw1HU%2Bhqu9yLwLsyJVCJ8V3GQAAAPC2qm4COS9VCAASFu8GGwTLPNNQFieqBAD0VlVPzVFjAYfdkGfSZf2G7SZU9bkQEwBYQny%2B%2FaZk9Ij5cCmLf1MOcy8Dc7mLS1YEmYR2A%2F6xTZ61CQ%2FA6h667xJIwchzD0DSZppLAAAGKB5QfrW0AAAMSlmca9pMynXuBYCdiT2LDwqejHHuBdiD79n9xAAAAKQtDqAw%2FBwA0nbu%2FIY5Dtpz9bL4oFAAQI%2FpA2QRBuqmLPYfCtceppsubBUAWJQQE%2FrJM13avDOzCHtwZEWQybOq%2Ft41lwDAsmbtd4gUc1IRf1dtcACka9K9wwIAMDRVPXYJFgCAgTH4PS2aJ2G3rtQ7GQfdBSd2RR8WAAAAaTrv7hgBACl6uXfp%2B5z3HIcQ7lQIAOgxfYAs4lA%2FVOJiuPZT7mUYmEshJgCwpLK4EmJCD301Hy5hZXHWvjPDfPbgyIogkx9VddMw8Kk%2F%2FyAAEtA0JJ51SfWQjqqetin8AKTmPlS1oVYAAMPmEiwAAMNQFkchhFOrmYx7596wc1MlT4oLwrsn8BcAAIC0vAw%2FBwBSFQdLnVs%2F5jgOZWE4EQDQT%2FGZVs8Fi5ioUvLsRw%2FHpy6cBgBYVNyj%2Faxe9MyTd63kWT8W4S4u2RFk8quqbh5Gv%2FTrHwVAj51JvCRh427DA4A0zDSTAABkIO41jS01AAADoGkzLYaswK7FwZY36p6M01AWJ7kXYcf%2BzOqnBQAAYBiqugmv%2FWo1ASBhVX3XDhCF912EstDvCwD0lX5AFnEYysLsgpTF91f70en71M2%2BBAAWFUNMLtSLHhp1d4VIUVmctXeHYD7vcGRHkMlrqvrKBWEAFvBJiAlJixsd5xYRIBkjCbwAAJmIjae3lhsAgGSVxQfnUElpgrSnuRcB9sRnLy2GUe3WXU4%2FLAAAAANS1c0ewoMlBYCExT5O8yaY51%2BhLPRGAAB9ZJgii5qoVPKaNXzKvQiJavq3fxdiAgBLaO6rlcWdEBN66qYLGyRd3pFZhLu4ZEmQyVuqeqS5BIB3SDJnGGIYz6XVBOi9ZpPaxhUAQF5GmogBAEhY8zx7YAGTMQ1V%2FWfuRYC9iOc%2F3v%2FTcdGFdbEbj%2BoMAABAwkbdxXUAIFVx3oRwMua5DmVxokoAQK%2FEfkCz01jEYSiLkUolLH7erWF6mvODMzNEAGAJsY%2B%2FCYk4VTZ6qHm%2BG1uYhJXFmb8vLMhdXLIkyOQ9wkwAeJ0QE4alqpv0z3urCtBbDzapAQAyFA8uzy09AACJsqeZFuffsF8uoqbFd9zuCDIBAAAgXVX93T4CAAzCmVB65jhoz%2FuE4QMA%2FaMvkEVNVCpxVd0M9L7NvQwJeQ4x%2BZ57IQBgYS8hJseKRk%2BNBBskz7sxi7pSKXIkyGSeGGby0O9%2FJAA7dCPEhIE67w66AOiXmU1qAICMxWbUS78CAAAkpSyac6dDi5aMp%2B4CI7A%2FGpjTMsq9ADvj%2BwkAAIDUxftHhscBQMrifR53L5nnsBuiBwDQH7HvQigfizgMZaEnKn0j765JeBBiAgBLKouTEMJ3ISb02G2o6qkFSlhZnIUQTnMvAwt58D5HrgSZLOZMmAkAXYiJgzeG6aWhFoB%2BGdu0AgDIXFVPQgj3uZcBAICkjC1XUq5zLwDsXVU%2F6k9Miov7u%2BWzAQAAQOpGBkYCQOLivR5nA8xzHMrC%2BTsA0DeeT1jURKUSF%2BcGeXftNyEmALCsGGJy14VJQx%2FNPIcPgndiFmWvjWwJMllE3KATZgKQNyEmDF9VN5t1l1YaoDea5w%2BbVgAAhC58dKYSAAD0XlkchRBOLVRS7ENDP1xZh6ToIdodl7YBAABIW7ybem4VASBxVT0NIXyxjMxxEcpirEgAQI%2FoD2RRh6Es9ESlLr673uZehp56DjH5M%2FdCAMDCXkJMDhSNHht5xktcWZy5D8sS7LWRLUEmixJmApAzISbko6onDiUBeqF599S4DgBAFM8o7E8BAJCCiVVKyn2o6sfciwA9MbUQSTntLkaxfXdqDAAAQPKqugnqvLSQAJC4qr5q7xvD%2B%2F4VykKQHQDQD7E%2F0PwQFqUHeBiaO4iz3IvQM7dCTABgSTFkT4gJfXfbhQmSNu%2FCLOrGex05E2SyDGEmADkSYkKORp53APZqJmkbAIC%2FiU0MXxUGAIDeKosPIQTDONJynXsBoDfiuZDBV2kZ516AHRFkAgAAwDBU9aQNlwYA0hbvG7t7yTzXQvEBgB7RJ8iiDruB0aQs9iJax%2F5oZpedmx0CAEuIz6TfhJjQczPP3QMQg%2BlPcy8DC7PHRtYEmSxLmAlAToSYkKeXQ8mZ3wCAvWhCTL4rPQAAf1PVY%2BcT7MGjogMACxppEk9KcxY4zb0I0DM%2Bk2m56EK82KaqftS%2FAgAAwICce88FgEFoZk08WUrecdCe%2FTlLAgD6oKqnnl9ZwpXn2AGIn%2Fub3MvQA2aXAcCyXkJMoO9GwuoG4Sr3ArCwp1DVd8pFzgSZrEKYCUAOHASQtzhA32cAYPcuu8YQAAB4i%2FBRdk2QCQCwqLFKJWWqYRp6xtCAFPnu2w3npwAAAAxD3JN1TwMAUhe%2F0wWUMc9hCMFAIwCgL66tBAs60BM1GGP9iHt1aXYZACypLK6EmJCIGzPiBiAGJx3mXgYWJvSG7AkyWZUwE4AhE2IC4a8hKZdqAbAzt6GqJ8oNAMC7YviohnAAAPqlLM40bibHxWToJ5cZ0qK%2FaDcM%2BQIAAGA44j2Nr1aUnalqeysA2xB7OZ0TMM9xKAtn8wBAH3gmYRnjUBYfVCxxgrX36ZO5IQCwpLiP%2BlnZSMCTWR%2BD4ZmdZdhbI3uCTNYhzARgiISYwI%2FiwdiNmgBs3YNGEAAAFlbV120QHgAA9IcG3LQ8GVwGvXVlaZJyGMrCGd%2F2%2Bc4CAABgWKp67E4qAAxADCj7YimZ4yKUhZ4KAGC%2FqvrRPSSWcKAveCBir7Bg7d361N39BAAWFUNMLtSLRIy6WeSkLN4DOrSGLOjG5x4EmaxPmAnAkAgxgde5JAOwXbMQwrmNKgAAljRqhw%2FD9nlXAQDeVxZHIYSPqpQUQQnQV3FogPP5tOg12jafCwAAAIZp1PUQAwApq%2Bqr9m4yvO9foSzO1QgA2DOD9VnGOJTFBxUbhIneq52YCTEBgCU1z5tlcSfEhIR87cICSd%2FEGrIE73lkLwgy2RBhJgBDIMQE3vLyrOOSDMB2nHXDdwAAYHHxfd2lRravqr%2BrMgAwx1iBkjPNvQDQc8KG0nIayuIk9yLsgMZ%2FAAAAhiWexRuMwLa58wywC%2FFusr%2B5zHPtTAkA2KuqbvoGnywCCzrQxzYQ8Q6imVrbNetmhuhxA4BFxdC8u7YXH9LwEKraHcohKIumV%2Bcw9zKwsCcBRhAJMtkUYSYAKRNiAvMIMwHYlk%2BGAgMAsLL4LHmpgAAA7E1sHHfWmpZb4drQe1Nn88lxIWX7NP4DAAAwPFV91e7Zwvb8qbYAO%2BPuJfMctOcdsc8CAGBfBFOwjItQFkcqNgDuIG7Tc4iJmSEAsKiXEJNjNSMh7k8OQfz74%2F4Py5ioFkSCTDapGfBd1SftQHwAUvFFiAksKB6a%2BbwAbM5lqOpr9QQAYC1V3Rx83isiW%2BJ3CwCY57wbtkE6ptYKeq7pQ%2FRZTc2FoVNbFntWHgb9MwIAAJCr5o7Gk9VnSwSbA%2BxKPN8RZsI8wkwAgH1zr51lGdg5FO4gbsOTEBMAWFJZnAgxIUFfPPMNxthdWJYwc78PXggy2YY4EF%2BYCUD%2FfQpVfWWdYAlVPW0%2FOwCs66Zr9gAAgE04d%2FkVAIA9sc%2BZlpmAbUiGz2p6xrkXYAd8LgAAABieOPR8ZGXZEkEmALsUh1g5L2CeZkCfu%2B0AwH7EvShz0VjGRTdsmmEYuYO4MQ8hhBMDrQFgCUJMSNO9ebUDEUPmneOxjGm3lwbZC4JMtkiYCUDffTKgBVYUPzuXygewstvunREAADbDUAu2505tAYA3lcVZCOFQgZIyzb0AkIyqbt7HnixYUuzNbJ%2FvMQAAAIYp7gW5o8E2GKIHsGvuXrKYZhj0RK0AgD0xgJVl%2BZ0Ziqp%2B1Oe2EU2IyZmBtgCwhJcQkwNlIyFNCOC5BRuMK3%2BDWJKzPPiBIJNtioNpPw33BwRIUvNC%2BE8hJrCmqp4IbQNYyYPmDgAAtqKqm0GOXxWXDXtUUADgHWPFSY7LpJAWvS1pOQxl4Rxwm%2BJF%2Bvvh%2FoAAAABkLd7R8N7Lpun7ANgHdy9ZzB%2FOlgCAvajq7919d1jUaSiLM9UaiHgH0Tvr6u6FmADAksriXIgJiTr33DcQZXHUhszD4u67O0xAR5DJtsVB%2BcJMAPph1h0EfLcesAExtM3hJMDiHjQlAACwVVU9dpmADbOXCgC8LjZvflSdpDw5K4fkCDJJj2FT2%2BdzAQAAwJCNurtPsBnOBQD2ST8ni7gKZXGiUgDAHlwpOkvyOzMs47avmGXdhKo2LwQAlhHDnP8txIQEfQ1VfWfhBsM7Lctydwl%2BIchkF2KYyW%2BaSAH2qmn4O9GADRsWw0zulRVgrpkQEwAAdsRQCzbHfioA8Lax2iRHwy2kpqofnccn59SwqS2L%2Fbj2vgAAABimuB8kKJVNsbcIsE%2Fx%2FtCZPW3maIb33YWy%2BKBQAMBO6b9gecfdEGqGIL6znlvLpdx0M5YAgEXF58dv6kWCHkJVuzs5FGXRnNd9zL0MLOWp2zsDfiDIZFdikppmE4D9eOgGhz%2BqP2zFefc5A%2BB1QkwAANidGDyhMYJNMNACAHiPi1jpmeZeAEiUxuf02JfZPp8LAAAAhquqm73cr1aYDfiuiAB7JsyExQgzAQD25UrlWdLEc%2BuAxDuIX3Ivw4K%2BCjEBgCWVxUSICYmaCf0bnEnuBWBp7izBKwSZ7FLcuDsy6Btgp5o08xODw2GLXhpqPeMA%2FN1ziImLYAAA7E5VNwejtyrOmrzHAACvK4tRN0iDdNyGqn60XpCkqeFWyblwYX%2FrDNIAAABg6CbuZ7AB%2Bj4A%2BiDeJxKCzjzHzj8AgD0wlJFlHXq%2FGZiqvnIHca5Poar93gPAMsqiedf4Q81I1NgdvAGJ92BPcy8DS3NmB68QZLJrL4O%2Bbd4BbN%2BlNHPYEWEmAK8RYgIAwD41%2B2JPVoA13CkeAPAGl7HSM829AJCseBbvM5we%2FUrbFC8G3Qz3BwQAACB7cU9oJOCWNen7AOiLqr5u7zvD%2B5qw%2FIkaAQA7o%2F%2BC1YxDWXxQu0FxB%2FFtn7p3egBgUTHE5EK9SNSN57%2FBce7Csm66vi3gF4JM9qH5g1TV5zbyAbaqOQjw4gC7JMwE4EdCTAAA2K%2F4nn5uFViDgRYAwN%2BVRXMWdKwySZlpoobk%2BQynR%2BjX9vlcAAAAMGyxB9m9KFb11A0jBaAv4n1nsyWY549QFgLzAYBd0n%2FBsg5CCFeqNiDuIL5mJsQEAFYgxIS0PbgHMjAxPP4w9zKwNHse8AZBJvtU1aN2swqATWoOAv7pIAD2RJgJQBBiAgBAb8Rn0ksLwgoeun0eAIBfGZiRnmnuBYDkVfVdO3iQlByGsnC5e5vi5%2BJ%2BuD8gAAAAtO%2B%2FzeX4W6VgBc4GAPpp7N4lC7gKZXGiUADATsT%2BC8%2BoLOvCM%2BvAxDuIX3IvQ%2Bd5VojZZQCwjLIYCzEhYbP2zqTZCsNRFh8E07CCe3Mj4W2CTPYtblb91j24ALCe5nD0xMMf7JkwEyBvQkwAAOiXqp4Y6sgKDLQAAP6uLI40lSfpKvcCwEC4FJselx62bzL0HxAAAAC6gHEhtyzrTsUAeijeuzw3V4I5Dtrv8jhkCwBgF%2FQYsgq%2FN0MjWDuYFQIAK4ohd%2F9SPhI29gw4OJPuvAWW4e4evEOQSR%2FEZPITw74B1nLbHQQ8KiP0gDATIE8aEwAA6CsXX1mWIBMA4DUjVUnOkz1rGAzN0Ok57ULA2JbYeyvAFwAAgGGLdzPsz7Ocqtb3AdBX8Q70mfVhDmEmAMDuVPW1O0esoOmNOle4wck5WPvJrBAAWJmQO1J2070XMxTxHs9n68mSnvwtgPcJMumLl6aT3BOJAVZxGar6vGvOB%2FpCmAmQFyEmAAD0l6EWLMewawDgLWOVSY7LADAUsb9QYEN6JrkXYAfUGAAAgOGLYZ6XVpoFuaMM0HexP%2B%2BTdWKOY2f%2BAMAOee5gFX5vhibeQcwxoKaZi3TiPh0ArKAsztqQO0jTQ6hqMziGRxgFq%2FB7A3MIMumTZhOvGcSvqRRgUc3A8N9DVbuQDn0lzATIgxATAAD6r6qnIYSvVooFTBUJAPibsmiacg8UJjme7WBYNEWn5zyUxYfci7BVcZCr4ZwAAAAMX7w7JeiWRTgbAEhBVV%2Fr6WQBF6EsDIcGAHbBMwerOAxlYebT0MSZGV8y%2Bokfulkhf%2Fbg3wIAKfI8SKpmmYb4DZtwJVZnbwzmEGTSR7Gp9LfuwQaA1z0fAmiuhr6LYW0nIYQbawUMkBATAADSUdVjYaMswGBcAOA1Y1VJzm2o6sfciwADM9VTmJwmBGyUexF2wHMKAAAAuRjZH2KOWTcYH4AUxJ5OYd3M8zmUhfMmAGC74gB%2F80BYxTiUxQeVG5iqvsrkb4IQEwBYR1kcCQwgYSP37gZJvwSruPFeCPMJMumrqr4LIZwYKAbwqhsDwyFBVT3SvAAMzEP73uaZBACAtBhqwXsevOMAAH9TFmchhGOFSc409wLA4MSmaJ%2Ft9AjZ2LZ4gejrsH9IAAAA%2BOsd2BBr3mP%2FECA9I%2FMkWMC3UBYnCgUAbNlEgVnBQQjhSuEGaTzw99VmUO2JYbUAsJZz5SNRl6Gqna0PTVk07zCHuZeBldgTgwUIMumzprG02egy8BvgR1%2FaMASHAJCmGGZieAQwBA9dsJpUbQAA0hJDKhyk8haXBwCA1xiKlp5ZqOrr3IsAA%2BWznZ7DUBYuaW3fRHgvAAAAWYjDNNzJ4C36PgBSE%2B9Kn9vjZgF3oSyOFAoA2Jp4Z%2F5egVnBRSiLM4UbmPi%2BOhro%2B%2BpNN%2F8IAFiPHnlSdB%2Bq2qyNoSmLD2aosKJ7cyRhMYJMUhA3vD5pQAEy9xRC%2BGeoag3VkLqqHnfPNgCpuu9CTASrAQCQprjHdmv1%2BEVzDjVVFADgJ3EIxoWiJMdzHQxVVd91PTSkZWy9tiye3aozAAAAuWiGLzxYbX7xEKr6u6IAJCgOxzH0l3kO2l6AOIwLAGBbDP1kVX53hijuNw4t8EOICQBszolakpgnATyDddWdo8Cy7GfAggSZpKKqr7sGFA2mQI5u280KzdQwHPHZRlAbkKKmMUGICQAAQzAy%2BJRfTL3rAACvcFErTVe5FwAG7toCJ%2Be0Cwdjm2Ivyr0aAwAAMHjxbH%2FkPga%2FcDYAkLJ4f%2FqTNWSOY2eFAMBWVfWd%2BWasqOmP0nM8RFU9DSFcDuQn%2ByTEBAA2JAYuCw0gJbM2xMQsheEpiyZU6SL3MrCSh24vDFiAIJOUxAaUs3ZwLkA%2BvoSq9tIHQ%2FQS1ObyDJCKS40JAAAMxstQC3g2UQkA4BWeGdPz1PUYAcNlOFGavHfvhmcXAAAA8hD3ge038GzW3dEBIGXxb%2FlXa8gcH0NZCDADALbJswaruuoGWjM0Vd3sRd8n%2FlN9socKABt1opwkZuy%2B3WDZx2BVfndgCYJMUtMMFouDc3839BsYuIcQwj9DVXu4gyF7CWp7sM5Az33qGiwAAGA4qvquDeyDJkS%2Fqh%2FVAQD4SVk0%2FSmHipIcZ%2BwwdPH9LfVLwTk6d1F%2FB%2BLnw34XAAAAeYh3rm6tNs4GAAakqse%2B31nA566nAwBg8%2BKg%2FyeVZQUHwpcH7Tzhvw1CTAAA8tY8x05zL8IgxbOS09zLwEqevCfCcgSZpKqqp10KoQvJwBB9bYMNpFZCHl7CTDzXAH0068LVbDgBADBMMbDPOzneeQCA1xh6kSaN1ZAH73HpOfDduiNxv%2Bshi58VAAAA4n6DwZJ5mwkyARickX1uFvAtlMWJQgEAW6I3iVV99pw6UFX9ZxdmMkvoBzQrBACAxmEI4S6UxQfVGJC4nnolWJX3RFiSIJOUVfVjqOpm6Pdl7qUABqPZ3Gc%2FfwAAIABJREFU%2FP89VPW4O7wActF85uNzzY01B3rkQbgaAACZGCXWRMxm3YeqvlNTAOAn8RLhqaIk57btJwJyMPUun6Rx7gXYodQuzQMAAMBq4v0r4al5u3IPD2BgXr7f7XMzTzN47UiVAIAtuPI8yhoMkh2qOHcjlf3omVkhAAD84FiYyeBMQggHuReBlczsXcDyBJkMQVVP2tTfEJ5yLwWQtPsQwlGo6qllhIxVdXNg%2BcmvANADtxoTAADIRhx0bKhFvqw9APAag9bT5LwdchEHWPnMp%2BcwlMV57kXYibjf5XkGAACAPFT1XQjh0mpnyXAFgKGK95mcKTDPQXtmaPAaALBpsTfJngOrOg1l4a7SUMXZYH3fjxZiAgDb53uWFAkzGYqyOAkhfM69DKzsqtv7ApYgyGQo4oZZ80X6NfdSAMlpNv6%2FhKo%2B8zAHtKr6ugtpmykIsCeXoarPPZsAAJCV2ETsjCE%2FN91gTwCAF7EZ90JFkjPrztmAfPjMp0m4xq7E78WbPH5YAAAAslfVkxDCfe5lyNBEzzvAgMWwsk%2BWmDmOnRsCAFviGYN1XBkOPGBxP7qvfVkPIYQjISYAsGXxjNKMQFIkzGQYhK%2ByDntesAJBJkPSPMxXdXPJ9bcQwlPu5QCScN%2BGMFW1FwHgZ%2FFA8Kg7IATYleZw5PeucQIAAHI08S6elVm35gAAvzJgPU3T3AsA2YnDq%2FQJpuc0lMVR7kXYobH9LgAAADIyMiwmK0%2Fu5AFkQGg3i%2FkYysJzAQCwWVX96FmUNRy4szR4fezLav49Z8KfAWBnBIeRqibM5DGUxYkVTFBZjNp7ObCam27PC1iSIJMhiheUmweir7mXAuitpin%2BS6jqMw9xwJtiSJtnGmBXnpsSDHoDACBfsUnXUIt8XNmfBQDeMFKYJBlKAnm6tu5Jckl%2FV%2Bx3AQAAkJPYA2CPPx%2FWGiAXVd38zb%2B33szxuRveBQCwSXpcWEfzjHqmggMV%2B7LOe9SXJcQEAHbPnC5S1oQv3gkzSUxZfHCHkjXZ64IVCTIZqjj4u0ks%2Fi2E8JR7OYBeuW%2FDlqraCwCwmPhM87uhEsAW3XRNCVLeAQAgPhc7fB2%2Bp1DV1hkA%2BLs41OJQZZLzZI8bsiXIJE3n3QUKdiF%2BRxrcBQAAQB6quhkW89VqD95tqOq73IsAkJnzbigrvOeboWsAwEbF4NwbRWUN5ksNWfwb0YewmptQ1SdCTABg5wSZkDphJum56tYNVnHbvccCKxBkMnSxGfFE8ynQA00AwZdQ1Wce3oClxcs0J5ptgS1onk9GmhIAAOAHMYT4VkkGzfBOAOAtnhPS5KIn5Cr24Nxb%2F%2BQc%2BM7dsdh3cpnVzwwAAEDOJu5eDFpzR2%2BcexEAshPvPY267wF4TzN07UiFAIANulZM1nAcysJe1pBV9fcQwqc9%2FoQ37bwQAGD33GVgGISZpKIsmhDFi9zLwFrcwYU1CDLJQdOYUtXNZu5vIYSn3MsB7MV9G0AQByACrKbZtKxqAW3ApjSX8%2F7p%2BQQAAN40cqYwWF%2B7IHwAgJ%2FFhttTVUmSi8KQN38D0uSC%2Fq5V9aS9uA4AAABD9zLonGGadEOBAMhNHA57bt2Zoxm6Ng1l8UGhAICNiPdPDCdmHRNhewNX1U0P4%2BUefkghJgCwfxNrwAAIM0mDu1Os496MFViPIJOcNH8wq%2FpoTxt%2BQJ5mIYTfQ1WfaZAGNiYGtP3e%2FY0BWEUznOasa%2BAHAABeY6jFUD1pCgMA3mGgeppuu%2Bd3IF9T5%2BdJOgxlYdjYrsWL6w95%2FdAAAABkKfZJf7H4g9MMVrjKvQgAWYsDdj7lXgbmOu7OEAEANsU9FNbRDAW2pzV0VT3p5njsyichJgDQA4IPGQ5hJn1WFpP2Dg6szt4WrEmQSY7iht8%2FPPADW%2FY1hHAUqlqjE7B58W%2FLkecZYEnPIWsjQ90AAGABsXlIOPqweB8CAF5XFh9CCIapp%2Bk69wJA9uJ7nv6cNLlIvR9nwkwAAADIQgy8uLXYgzFzlgNAq6qvdzwcljSdhrLQTwAAbIbhxKzvYygLe1tDF4NFdvG%2B%2Bql7NwYA%2BmHUnWVC6oSZ9FFZNPNGx7mXgbU8dHtbwBoEmeSqqh9DVZ%2B1G3Ie%2BoHNai55%2FxaqemwgHrBVzd%2BY%2BDzzRaGBBTTNUSdC1gAAYEkxHN1lg2G4dMAOALxj1DXbkpaZfW%2Bgc6UQSfrYXapgl2JPmzATAAAActHs%2Fz9Z7UEYuasHwF%2FicFi9ncxzEcpCsD4AsCkTlWRN16EsPijiwMX31W3NAWr2uv8pxAQAeqaZbSxkgOEQZtI%2F1%2B69siZ37mADBJnkLm7INRdhv%2BZeCmBts%2FYQoapPDMMDdqqqr9qDRgMmgLd9aYOP4qEHAACwvHOh6Mm770JpAADeomE8TS7iAVFVfzeQMlm%2Bg%2FdBmAkAAAC5iO%2FA59Y7eV8FmwPwinP73CzgWyiLM4UCANYWZwl5%2FmQdBwJxMvEyB2iTAZzNjMSTrlcSAOibONf4xrowEMJM%2BiKGtZ%2FmXgbW8iQMEzZDkAmxGbWqx1vY%2BAPycdOGIsVDBIDdaw4amyClEC5VH%2FjBQ%2Fue4xkFAADWY6hF6p6sHwDwrrJonhUOFSlJmiiBHzkTS9MolMWH3IuwFy97XkKAAAAAGLY42O2LVU7WfXf%2FFwB%2BFve5mwFOM5VhjqmBawDAhuhPYl2fBe1lIs4Batb6tzXmGs66uWb%2FaPdI43swANBXVT0SZsKACDPZt3jPxj4E6xKoChsiyIQXLxt%2Fn1zMBBZ03x4WNBsHNvqBPqjqSRfO9mA9IHuXbcBRvHgHAACsq6rvuvMD0jJrB3LavwUA3mf4VZoe7IEDv5gqSJIOBJDuUVU%2FhhBO9JkAAAAweFV9ZWhMkp7sHQHwrnhmPFIk5mjOo66F6wMAa6vqa3PJ2IBrRcxIcycxzjX8Rxe4fTsnkPOh28v%2BPYRw1M01e8y9jACQDGEmDIswk%2F267tYAVvXU7WUBGyDIhL%2BLf2RP2sG%2F72%2F4Afl6aocWNocEcYAhQH%2FEcLbnZxkgP%2FdtoFEMNgIAADYpnh9oHkrLyHBrAOBdZXEUQjhVpCRpogR%2BFi%2Fr3qpKkpxt7lMMgD0TZgIAAMDgxaEx3n%2FTMWtDTOLeBQC8raqn3TBYeM9xCGGqQgDABuhzYV2HoSz8HuWm6W9sArerutnz%2FBCqumjngoTwW%2Fff%2F2v%2F35p5QTG8ZGpvFAASJcyEYRFmsg9l0dzv%2BJjfD86G2XuADRJkwuuaDbw4%2BPfESwDwg1kXDHAiWQ7ovfgs848u1AAYvlnbdB%2BD1gzpBQCAbdE8lJJP3QVlAID3aMZLlzN74DXeA9N02F20YF%2BEmQAAAJAP77%2Fp0BcPwOKaYbB6O5nvNJSFXgMAYD1x3tCTKrKmPwwCpt3%2FrOq77j%2BhJQAwJOYRMCzCTHapLD64N8kGPJmZDZslyIT3xRTjUZdcbAg45K3ZDDhqgwFs%2FAOpiM8yZ%2B3gzhhyAAzTbRe0dmV9AQBgJ8aGWvTeVwfrAMBcsanzXKGSdOvcHnhVfBd0Np6mce4F2LuXMJPbzCsBAADAkL28%2Fxo22W%2BfhJgAsLQ4E0JvJ%2FNchLIYqRIAsKaJArIB7j0BAAyZMBOGRZjJ7jR7Doe5%2FLBsjb0r2DBBJiwmJhc3Daq%2FaWCB7DQXs%2F%2FRbgYYhAKkKg5rObKpCYPTXKD7PVT1eRtcBAAA7MbLUAvnBf10E6ra8FMAYBGjromW9Li8CbxnqjpJ%2BhjK4ij3Iuxds%2B%2FVnD%2FrLwEAAGDIYt%2FHuUDc3vrU3YEBgFUILGMR30JZnKkUALCyuHfhuZN1HYeyMFgUAGDIhJkwLMJMti2eXXwe9g%2FJDjzpu4HNE2TCcqr6LlT1SdsM6TABhu6%2BDS8yGBwYijhsYiSYDQbjMoRwEqraICYAANgHYSZ9ddPtfwAALEL4WZpm9saBOa4UKFm%2Bm%2Fsi7q98yr0MAAAADFhVf%2B%2F6PoSZ9IsQEwDWI7CMxU0NWwMA1iSAgk34w3MpAMDACTNhWISZbEtZfAgh6JdgE9yrgy0QZMJqmmbIqj4SaAKD9BxgctaGFwEMzc%2FBbBpyIT3Ns8o%2FQlVPuuZ6AABgX4SZ9I0QEwBgcWXRDC45VLEkacgF3heHUOrpS9Oou3xBH8Shof%2FUWwIAAMBgCTPpGyEmAGxG%2FI7XS8g8B23%2FgbMpAGBVcR9DjxKbYE8MAGDohJkwLMJMtmPivisbMLPPANshyIT1vASafNGwCslrDgd%2FF2ACZCM2RjTPMV8tOiTh6YewtUdLBgAAPfESZnJvSfbqUogJALCksYIlSyMlsIgrVUpSc6HlPPci9Eoc9nZk7wsAAIDBiu%2B%2BzXCNB4u8V0JMANisqp528x%2FgPcchhKkKAQBrmCgeG3AcykJfMwDA0AkzYViEmWxSWTTzSj4P5wdij666GTjAhgkyYTOq%2Bqq7rHkp0ASS89Q1Ox91jWkA%2BWheNKu6OdD%2BRwjh1spDL83axvn4rCJsDQAA%2Bii%2BX59pHtqbZn%2FX5Q8AYHFl0fR3nKpYkh66oXIA8%2BgBSpd3%2FL552fu6zL0UAAAADFRVP4YQzoSZ7EXTK%2F9PISYAbEWc%2F6Cvk3lOQ1l4FgEAVhP3NJ5Ujw2YdP3NAAAMmTAThkWYyeZcDeUHYa9mfpdgewSZsDnxsuakCzT55JABeu%2F%2BhwATDUZA3pqLN1V9HkL4rfv7COzfrBsEc9Q1zgMAAH0Xm4cMdNydWbuXYX8XAFjeWM2S5dkPWEwcPnmrWkk6DGVxlnsRein2x%2F6mNxYAAIBBau6GxjATQ2N256mtuQBzALYp9nUKK2Oei1AWI1UCAFY0UTg2oBkAPFVIAIAMCDNhWISZrKssmn2F47R%2FCHriqut%2FArZAkAmbFwNNrttwBIEm0Ef33XC7MwPuAH5R1Xft38cQfvcMA3vVHDSctINgbAoBAEBa4kDHT13IBtvz0A2zuFNjAGApZfEhhGD4RLqc8QPLcLE7XULH%2BiruxZwICgIAAGCQ4r3Q5gzh0gJv3X3XLy%2FEBIBdOHNXkgV8C2VxrlAAwNLi7CLPm2zCcTfAFgCAoRNmwrAIM1lVWTRnWH%2Bk%2BY%2BnZ2ZtkAmwNYJM2K6fA00eVBv26scAE8PtAN5T1VOhbLAXzeHCP9qDhqp%2BtAQAAJCoeAnhzLnA1tx2ISaGWQAAqzjvmmNJz63wb2Ap8f1c0GiaPoayOMq9CL0Vh7o2z1S%2F6ykBAABgkKp60r332lvajq%2Fd%2FT57%2FgDsRvzOOffdzgKuDVoDAFYkfIJN%2BcMzKQBAJmKYyRfLzUAIM1lWWXxozyVgM8b6cGC7BJmwGzHQ5KQNUYhhCsDuPA8EF2ACsKyfQ9kMn4DtEWACAABDE0M2zrrnfTbnSzso0yE6ALA6l0XTpTEXWMVU1ZI1zr0AvVfVzefrpB0%2BCgAAAMN973UXdHNmbUBMVdv3AWD3Yk%2Bn7yDmOWjPF%2BPwMACAxTVzOczjYHP0ywIA5KKqr7r5fjAEwkyW09xzPUzpH0xvPXV7U8AWCTJht5oQhSZMoRlSbHgZbFPT2HxpIDjAhgg0gW0RYAIAAEPWhG00z%2FvNEIa4Z8nqHkII%2F%2BwasgAAVlMWZ5o7kzXrhsYBLMt7ZLpGhkQlIO5%2Fjdt9G4NdAQAAGJqmvzveBb20tmtr9g2O7PUDsFdxgI%2FvdeY5bAetAQAsb6JmbMhxKAu%2FTwAAuYh718JMGAphJouI91w%2F9%2F8fSiLsIcAOCDJhP2ITazO87P91DS8GmMFmPHUv4k1j88RAcIANE2gCmyLABAAAcvL%2F2bvbo8axtAHDj96a%2F81G0GwEsBEMG0GzEbQngvZU6f%2FQ%2F1U17ggaIhgTwUIEazKADCCC85YsuYFpvrFs6ei6qqie%2Faha7zluI8nSczdDGOqbLU7t%2B5t8jSrtR5UWA3ztAEC%2FTO3HYB2PfQGAN2rOJX23PUz1AyyHY1%2BEwaj%2FrjWDXd1PAgAAQH7qZ9SaiOeF3X21%2BrnZ35fXDeogKgBsW%2FN7%2FcQ%2B8Ix6cLT7FACA12mGD7tngnX5w%2BBfAIARETMhL2ImTymLHc9KskZX7e8QoGNCJmxXffNlE1vYaU8c3MwKb1MPAPz3crh%2BM2Tfjc0AXbofNHH8Ai8nYAIAAGPVBM7r4Zv%2FETd%2FsYvlIJDmwWEAgPcpi%2Fp7jU9WcbDcTAm8x8zqDZZrAkPTPACxvwzTugYGAABATpqIp3Pe1zldXieokutzAPTN1DORvMDnKIuphQIAXsnxA%2Bt03A64BQBgDMRMyIuYyePq52Q%2B9vXFMTieu4INETKhP5qB4PvLoVzNgGM3tMLTrtqbv%2F%2B5HABYpTPrBbBht8cv%2F46Ic8sPD7ppj1n%2BIWACAABEleYRUQ%2FR%2FmYxHnWzvNGqvuZQDwIBAFgPD4cO14XjQuCd5hZwsD5GWRyMfREGp0rXbZh213BXAAAAstOc8%2B63kQ4edrV8xqR53s%2B98wD0T30dO%2BLA9Wte4M8oi0MLBQC8WPPMkLkbrMuegaQAACMjZkJexEz%2BrvnO4Uu%2FXhQDdtX%2B3gA2QMiE%2FqmHL9QDjpuHOH9bDmQA7jpth9jtLm%2F%2BdkMzwPbVMakqHSzjUk2QDWgewPpteVzfHLNcWxMAAGCpGeY4bc%2BjDba472t7HuULcwBgfcpiJyImVnSwHBsC79PcW%2BT8e7jEyIZK0AQAAIBc1deb6khHHeswmPKu%2Btz%2F9%2FaZv7P%2BvCwAeICYCS93bMgaAPBKwhOs05coiwMrCgAwImIm5EXMZKV5xtVzkqyTa1CwQUIm9FfzEOdxVKk%2B4PpXOxTczTCM1VX7MPM%2Flzd6G2IH0E%2FNAzn1ILB%2FtJ%2FbV3aKEaofRvtP%2BwDWsYAJAADwKIMt7jppr%2F8KQQIAXThsb3plmNwfAKzD3CoO1qcoi92xL8KgrYImVdppH6pzLwkAAAB5qGMdVTpo7%2Fu4GPGu3rTPj9T3z8968HoA4GWqtBBU5wU%2BLL9rbAaMAQA8rwm8jv0ZIdbL8SgAwNiImZCXVczkcOT7euwZV9boylxu2CwhE4ahvhGmGQq%2B255Q%2BLKCsTi5Mwj8aDnYD4D%2Bux1Csbv8HHfsQv7qh6%2B%2BtUN3D6JKBiEBAAAvd3%2BwxcmIVu7uudTE9V8AoENHFnewToXugLVobs6%2BsZiDZYhYLuq%2Fi829JGO7DgYAAEDOmvs%2B9tvz3TE9O3E3YHLkej4Ag9R8h%2FTV5vGMj8shawAAL%2Be%2BVdbpQzvwFgCAMREzIS%2F1ec1fURaTUe5rWdTPxHzqwSshH56zgg0TMmFYmqHgx%2B1As39GxO%2FLChbk5bw9af5HO7zOIHCAIas%2Fx2%2BPXb4ZDkNmmuOWKu1ElaaG7gIAAO%2FSDLaYjOAc%2Bqr9fmPXuRQA0LmyOGgHSjBMHrwE1sk9SMM1ibLYGfsiZOX2Otg%2F2utEF2NfEgAAADLQnO8ejCDgeXHnHnoBEwCGr%2F59Jr7N8%2FaiLNzDAAC8TH2daFzBW7r3abQDfwEAxkzMhPx8H925TVnsCp6yZufmdMPmCZkwXPVgryrNokr1Qcm%2F2qFmoiYM1UX7QPI%2FlzdsN8EeNzED5KQ5dpkuH1aJ%2BE9EnNpfBuqmPfa%2BPW4BAABYp9U5dB36aG4uyuXhhZPlNYH6e43m%2Bw3XgAGATfDQ3nDduKESWLOZBR2sDxFxOPZFyFJ9fai5TrR%2FJ%2B4ragIAAMCw5RnwvGnv%2B%2FjX8jzePfQA5Gfq%2BjQv8DnKYmqhAIAXcv8q6zZrB%2BACADAmYibkZ2wxk3n7TAysizAObMEvFp0sVGnR3iAzjbLYb7%2FIqB%2Fc%2FWiD6bH6hq7j5YF1PZgPgPFohk7N2y%2FJD9tjlz3vAHrupD1uMTQNAADYjCb0cbz8Ge459Gl7c8VcuAQA2LjmGOqzhR8sQ9CA9arvsSuLK%2FfUDdbU74bMNfcQNsO%2Fbq%2BF1T%2B%2Fjn1pAAAAGKjmPolZO2BwiM983ty558M99ADkrf69XRYHEXFpmBTP%2BDPK4tLxEQDwrPo%2BiLI4cR8ra%2FShvV63b1EBAEamjpmURSwDEJCH78v3dBPqyVdZHJmvyZqdR5XOLCpsnpAJ%2BRE1od%2FESwC41fwuGPKDOeTv%2FM6xi4G7AADA9tw%2Fh64HOR6059AHPXtoth4Ie9b%2BOJcCALZtYgcGzbB6oAuz5XAhhmhvOUDMDffjcPdaWCwf4FldB9sXNgEAAGCQfn7m86CnAc%2BrdhjimeHcAIzObczkTMyEZxy331stLBQA8IwjIRPWbG85CLdKRxYWAGBkxEzIT94xk%2BY7pz968ErIi%2BsBsCVCJuTt4ajJgSIbG3be3sAsXgLA48TY6A%2FhNQAAoN%2Bac5XjH4OdbwdcrIY5bvJcuj6HWvyIlziPAgD6ZWo%2FBuvCwA%2BgI3Mhk0GbtNcgGJtmcOrt8NTmoZ799mdX3AQAAIBBaa5%2FL%2B4EPO%2Fe87Hp%2Bz7O79z3sXDfBwCjV%2F%2BeLoupQXA848Pye4v6%2Ft06gAMA8Jj6WktZfIuIL9aINfojyqJ%2Bhst9VAAAYyNmQn7yjJmUxc6PWSCwPieuBcD2CJkwHrfDweuDmt12MHh9g%2Bsn7wLW7KZ9aPisHQDuBhwAXkfUhM0TLwEAAIbr7wMu4seQi932pz633mn%2F%2BS3n1vU5U32d97L9WSz%2FNFgaAOizspi0gyMYJjfqAt1ohgOcumdusD5HWRz5Tpf24Yv7D2A098XevRa2%2BrP%2B2bNoAAAA9Nbfz3ObgRb7d85tD9r%2FZP%2BN332ct38u2vs%2F3PcBAE9pBsHtGzbNMz62x3D7FgoAeMZROy%2FDPa2s07GwHgDASImZkJ8cYybHZmbSgSOLCttTpJQsP5TFKmpiQDhvddHGS%2BZuYgagM7dRkwNDJliD0zvHL27QgBzcPrjJEKh791Mz9J5hWDiGAd7t8c%2F9a9d5AdbI%2BeqwOF%2FNx%2B0ga4bJeS%2FQHb8jhs7vCN7HORrQL5cCXR3ymT8srsu9n%2Ff8sHjPA%2B%2F19Oe%2B40y64drqkLj%2FC9bBvfW8jO%2BuAIDnlUU9aPIPK8WanUaVDi0qAMBIlcVEzITM%2FJZFzKQsphHxZw9eCXk5iSpN7Clsj5AJ%2FF1zM%2BEqanKg5s4jriLirB3%2BfeYGGwA2rjlmWR2vfLIBvMDVnWOXuQUDAAAAAAAAAAAAAAAAAAAAOtNEaevg5EeLzJr9HlWaWVQAgJESMyE%2Fw46ZlMV%2BO6fZHG%2FW6SYids39hu0SMoHnNAdCB3d%2BHBCN0ypcctYO%2F74c%2B4IA0DNlcTfEtmd7aC%2B8nP2Irzl%2BAQAAAAAAAAAAAAAAAAAAADbJgGG686%2Bo0sL6AgCMlHMN8jPMmEkTMT0zA5MOfI0qHVlY2C4hE3itJmxyN26i9J6ni%2FYgeCFcAsDgNBdz7oZNHK%2BMx%2Fmd8NrZ2BcDAAAAAAAAAAAAAAAAAAAA2LKyuDT7gg5cLOeqVOna4gIAjJSYCfkZXsykLGYR8aUHr4S83ETErnN%2B2D4hE3iv20Hh%2B3f%2B%2FGBdB%2BWqDZYsDP0GIEtlsfu3EJtabR5ufhy%2FOIYBAAAAAAAAAAAAAAAAAAAA%2Bqgs6lkX%2F7U3dOAkqjSxsAAAIyZmQn6GEzMpi8OI%2BKsHr4T8DC%2FqA5kSMoEulEU9RPpXazsIX6NKR2NfBABGqLnJ426MTYit%2Fy7uhEsWUaXF2BcEAAAAAAAAAAAAAAAAAAAAGABzueiO4aYAAGMnZkJ%2B%2Bn%2BeUxa77WxEcyxZt6uo0q5VhX74xT4AAMAIVemsDWI0mgtB%2B3fCJvW%2F%2FuitsTWraMmijZac9fR1AgAAAAAAAAAAAAAAAAAAADxnGhH%2Fs0p0YBZlUc%2FmWFhcAICRqoMPZRFiJmTk%2B%2FI93e%2BYyVzEhI5MLSz0R5FSsh2wbsrvQ%2FI1qnQ09kUAgAeVxc6duMl%2BGzfZd8Fora4i4rKNyly20RI3RgAAAAAAAAAAAAAAAAAAAAB5KYt6AOtnu0oHLiLiIKp0bXEBAEasLCZiJmTmt17GTMpiFhFfevBKyM95VOnAvkJ%2F%2FGIvAACABzVfzp%2B1P7fuB052ll%2FkN3%2FuWcgH3SwDJU2o5PLHPwuWAAAAAAAAAAAAAAAAAAAAAONxFBGHEfHBnrNm9cyTepDuxMICAIxYHXwoixAzISPfl%2B%2FpPsVMyuJQxIQOHVlc6JcipWRLYN3Koh72%2Fat1HYSvUSUHKACwLreRk9Wf0YZOarsR8THDtT5v%2F1yFSq7bWMm1WAkAAAAAAAAAAAAAAAAAAABAqyzqeU9%2FWA468luvBvwCALAdZTERMyEz%2FTjXKYvdds6iQCldOIkqCZRCzwiZQBeETIZEyAQAtqEsDu78r9795932565NHVddtSGSu87u%2FPPlnf%2F8Mqr09%2F8uAAAAAAAAAAAAAAAAAAAAAI8pi5126OlHa0QHbpZzTKq0sLgAACMnZkJ%2Bthszac7n69mMe95bdKA%2Bn9834xP65xd7AgAAbFyV7gZCzt78P38%2FiPISi6jStQ0HAAAAAAAAAAAAAAAAAAAA2LB65kNZHBkoTEc%2BRMQ8ymLffBEAgJGrgw9lEc49yMj35Xt6ezGTmYgJHZqJmEA%2FCZkAAADDdT%2BIAgAAAAAAAAAAAAAAAAAAAECfNQOFpwag0pGPEVEP9j20wAAAIydmQn62EzMpi0lEfPZ%2BoiM3bSgH6KH%2FsykAAAAAAAAAAAAAAAAAAAAAAAAAbMjUQtOhT20sBwCAsWuCD7%2B1g%2FIhB9%2FbsMhmlMW%2ByAQdm0aVri0y9JOQCQAAAAAAAAAAAAAAAAAAAAAAAACbUaWziDi12nTozyiLAwsMAEAbMzkQMyEjm4mZlMVORMwj4oM3Dx25aD%2BjgZ4SMgEAAAAAAAAAAAAAAAAAAAAAAABgk6YGCdOxeTt4FwCAsavSQsyEzGwiZlIHJj5649ChqcWFfhMyAQAAAAAAAAAAAAAAAAAAAAAAAGBzqnQZETMrToc%2BRMSZBQYAYEnMhPx0FzMpi6OI%2BOQ9Q4dOo0rO2aHnhEwAAADrZVG3AAAgAElEQVQAAAAAAAAAAAAAAAAAAAAA2LQ6ZHJl1enQXpTFsQUGAGBJzIT8rD9mUhb135E%2FvFfoUP0ZPLXA0H9CJgAAAAAAAAAAAAAAAAAAAAAAAABsVpWuI%2BLIqtOxz2sf7AsAwHCJmZCf9cVMymI3IubeI3RsFlW6tMjQf0ImAAAAAAAAAAAAAAAAAAAAAAAAAGxelY4j4tzK07F6sO%2B%2BRQYAYEnMhPy8P2ZSFjttxOSD9wcdulqGTOC9mvASHRMyAQAAAAAAAAAAAAAAAAAAAAAAAGBbplaeDThrB%2FMCAICYCTl6b8ykjkvseWfQsWlU6doi8y5lUYeRF6K13RMyAQAAAAAAAAAAAAAAAAAAAAAAAGA7mgHC36w%2BHfuwjJkAAMCKmAn5%2Bd4O%2BH%2BdsqgDo5%2B9H%2BjYeVRpbpF5l%2BYz7vOP6zxiJp0SMgEAAAAAAAAAAAAAAAAAAAAAAABgm44MD2YD9t401BcAgHyJmZCfz6867ymL%2Bv3%2Fp%2FcBGzC1yLzLbcRkRcykY0ImAAAAAAAAAAAAAAAAAAAAAAAAAGxPla7bmAl0rR7qO7HKAAD8IGZCfl4WM2mG%2F8%2FtPxvwrf2shbf5OWKyImbSISETAAAAAAAAAAAAAAAAAAAAAAAAALarSrOIuLALbMB3Ay4BALhHzIT8PB0zKYudiDhuIwDQpRvxWt7l8YjJiphJR4RMAAAAAAAAAAAAAAAAAAAAAAAAAOiDqV1gQ%2BoBl7sWGwCAH8RMyM9TMZP639%2Bz52zANKp0baF5k%2BcjJitiJh0QMgEAAAAAAAAAAAAAAAAAAAAAAABg%2B6p0FhEndoINqAdczqMsdiw2AAA%2FiJmQn59jJmUxi4hP9poNOI8qPRbTgae9PGKyImayZkImAAAAAAAAAAAAAAAAAAAAAAAAAPTF1NBgNmQvIgxUBQDgPjET8nMbMymLSUR8scdsyNRC8yavj5isiJmskZAJAAAAAAAAAAAAAAAAAAAAAAAAAP1QpeuIOLIbbMinKIuZxQYA4B4xE%2FJTx0zmEfHd3rIh39rPUnidt0dMVsRM1kTIBAAAAAAAAAAAAAAAAAAAAAAAAID%2BqFIdlji3I2zIlyiLicUGAOAeMRPy88mesiE3IrW8yfsjJitiJmsgZAIAAAAAAAAAAAAAAAAAAAAAAABA30ztCBv03XBLAAB%2BImYC8BbTqNK1leNV1hcxWREzeSchEwAAAAAAAAAAAAAAAAAAAAAAAAD6pRkY%2FM2usEH1cMtdCw4AwD1iJgCvcR5VOrZivMr6IyYrYibvIGQCAAAAAAAAAAAAAAAAAAAAAAAAQB8dRcSVnWFD6uGW8yiLHQsOAMA9YiYALzW1UrxKdxGTFTGTNxIyAQAAAAAAAAAAAAAAAAAAAAAAAKB%2FqnRtACYbtreMmQAAwN%2BJmQA852v7WQkv033EZEXM5A2ETAAAAAAAAAAAAAAAAAAAAAAAAADopyrVUYlzu8MG%2FdoO0gQAgPvETAAecxURM6vDi20uYrIiZvJKQiYAAAAAAAAAAAAAAAAAAAAAAAAA9NnEoGA27HOUxdSiAwDwEzETgIdMo0rXVoYX2XzEZEXM5BWETAAAAAAAAAAAAAAAAAAAAAAAAADorypdRsTMDrFhf0ZZTCw6AAA%2FETMBuOs0qjS3IrzI9iImK2ImLyRkAgAAAAAAAAAAAAAAAAAAAAAAAEC%2FVekoIi7sEhs2M9gSAIAHiZkARPsZOLUSvMj2IyYrYiYvIGQCAAAAAAAAAAAAAAAAAAAAAAAAwBAYjMmmGWwJAMDjxEwAjqJKl6NfBZ7Xn4jJims%2BzxAyAQAAAAAAAAAAAAAAAAAAAAAAAKD%2FqnQWEd%2FsFBtWD7Y8jrLYsfAAAPxEzAQYr%2FOo0sz%2B86z%2BRUxWxEyeIGQCAAAAAAAAAAAAAAAAAAAAAAAAwFAcRcSV3WLD9trBlmImAAD8TMwEGKepfedZ%2FY2YrIiZPELIBAAAAAAAAAAAAAAAAAAAAAAAAIBhqNK1QZlsSR0zmVl8AAAeJGYCjMvX9nMPHtf%2FiMmKmMkDhEwAAAAAAAAAAAAAAAAAAAAAAAAAGI4qzSPi1I6xBZ%2FbIZwAAPCzZqh%2FPQT9wuoAGbsS%2BuRZw4mYrIiZ%2FI2QCQAAAAAAAAAAAAAAAAAAAAAAAABDM4mIG7vGFtQxk6mFBwDgQVW6jIgDMRMgY5Oo0rUN5lHDi5isiJncIWQCAAAAAAAAAAAAAAAAAAAAAAAAwLA0AzPFJNiWP6MsJlYfAIAHNecrYiZAjr5Flc7sLI8absRkRcykJWQCAAAAAAAAAAAAAAAAAAAAAAAAwPBUqR6MeG7n2JLvURaHFh8AgAeJmQD5uYmII%2FvKo4YfMVkZfcwkhEwAAAAAAAAAAAAAAAAAAAAAAAAAGLBJO0gTtuF47EMtAQB4gpgJkJdJ%2B7kGP8snYrIy%2BpiJkAkAAAAAAAAAAAAAAAAAAAAAAAAAw1Sly4g4sntsyeiHWgIA8AwxEyAPp1Glub3kQflFTFZGfd1HyAQAAAAAAAAAAAAAAAAAAAAAAACA4arSLCLO7SBbshpquWsDAAB4kJgJMGw3ETGxhzwo34jJymhjJkImAAAAAAAAAAAAAAAAAAAAAAAAAAzdpB2sCdtQD7WcR1nsWH0AAB4kZgIM16T9DIP78o%2BYrIwyZiJkAgAAAAAAAAAAAAAAAAAAAAAAAMCwVekyIo7sIlu01w61FDMBAOBhYibA8JxGleb2jZ%2BMJ2KyMrqYiZAJAAAAAAAAAAAAAAAAAAAAAAAAAMNXpVlEnNtJtkjMBACAp4mZAMNxExET%2B8VPxhcxWRlVzETIBAAAAAAAAAAAAAAAAAAAAAAAAIBcTNpBm7AtdcxkZvUBAHiUmAkwDJP28wpujTdisjKamImQCQAAAAAAAAAAAAAAAAAAAAAAAAB5qNJlRBzZTbbsczvYEwAAHiZmAvTbaVRpbo%2B4R8RkZRQxEyETAAAAAAAAAAAAAAAAAAAAAAAAAPJRpVlEnNtRtkzMBACAp4mZAP10ExETe8M9IiZ%2Fl33MRMgEAAAAAAAAAAAAAAAAAAAAAAAAgNxM2sGbsE1iJgAAPE3MBOifSfvZBA0Rk8dkHTMRMgEAAAAAAAAAAAAAAAAAAAAAAAAgL1W6jIgju0oP1DGTmY0AAOBRYiZAf5xGleb2gx9ETJ6TbcykSCn14GVAZsriLCJ%2Bta2DcBIRKuXDsFDhAwAAAAAAAAAAAAAAAAAAAAAAXsVcMPrjt6iSuWcAADyuLHaWw9Aj9qwSsAU3EbFrDjQ%2FiJi8xs0ySlalxXBe8tOETKALvrCALvw7qnRmZQEAAAAAAAAAAAAAAAAAAAAAgBcri92IqAcIfrBo9ICYCQAATxMzAbbnP1GlufVnScTkLbKKmfxfD14DAAAAAAAAAAAAAAAAAAAAAAAAAKxflS4j4sjK0hPfoywmNgMAgEdV6Xo5BD3iwiIBG3QqYsIPIiZv9WEZIyuL%2FWG%2B%2FPuETAAAAAAAAAAAAAAAAAAAAAAAAADIV5Vmy4Gc0A9iJgAAPE3MBNism4hwnkpDxOS9somZCJkAAAAAAAAAAAAAAAAAAAAAAAAAkLtJO5gT%2BkDMBACAp4mZAJtz2H7mMHYiJuuSRcxEyAQAAAAAAAAAAAAAAAAAAAAAAACAvDUDOYUj6BMxEwAAniZmAnTvW1TpzDojYrJ2g4%2BZCJkAAAAAAAAAAAAAAAAAAAAAAAAAkL8qzSPixE7TI2ImAAA8TcwE6M5VRBxZX0RMOjPomImQCQAAAAAAAAAAAAAAAAAAAAAAAABjMW0HdUJfiJkAAPA0MROgG4ft5wtjJmLStcHGTIRMAAAAAAAAAAAAAAAAAAAAAAAAABiHZkCnaAR9I2YCAMDTxEyA9foaVVpY05ETMdmUQcZMhEygG375AgAAAAAAAAAAAAAAAAAAAAAAQB9V6Ww5sBP6RcwEAICniZkA63ERVTqyliMnYrJpg4uZCJlAN66tKwAAAAAAAAAAAAAAAAAAAAAAAPRUM7DT8F%2F6RswEAICniZkA73MTEYfWcORETLZlUDETIRMAAAAAAAAAAAAAAAAAAAAAAAAAxuiwHeAJfSJmAgDA08RMgLc7iipdWr8REzHZtsHETIRMoBvX1hUAAAAAAAAAAAAAAAAAAAAAAAB6rBnceWSL6CExEwAAniZmArzeaVRpZt1GTMSkLwYRMxEygW4srCsAAAAAAAAAAAAAAAAAAAAAAAD0XDPA89Q20UNiJgAAPO02ZnJupYBn3ESEc8wxEzHpm97HTIRMAAAAAAAAAAAAAAAAAAAAAAAAABizepDnlXcAPSRmAgDA0%2BqYSZXqmMmJlQKecNjGjxgjEZO%2B6nXMRMgEurGwrgAAAAAAAAAAAAAAAAAAAAAAADAAzSBPsQj6SswEAIDnVWkiZgI84ltU6czijJSISd%2F1NmYiZAJdUBUDAAAAAAAAAAAAAAAAAAAAAACA4WgGen61Y%2FSUmAkAAM8TMwF%2BdhFVmlqXkRIxGYpexkyETKA7F9YWAAAAAAAAAAAAAAAAAAAAAAAABqJKR2aI0WPf2wGkAADwODET4NZNRIhijpWIydD0LmYiZALduba2AAAAAAAAAAAAAAAAAAAAAAAAMCiH7aBP6KPPYiYAADxLzARoTKNKC2sxQiImQ9WrmImQCXTnzNoCAAAAAAAAAAAAAAAAAAAAAADAgFTpMiImtoweEzMBAOB5YiYwdqdRJeeOYyRiMnS9iZkImUB3Lq0tAAAAAAAAAAAAAAAAAAAAAAAADEyV5gb%2B0nNiJgAAPE%2FMBMbqSqR1pERMctGLmImQCXRHyAQAAAAAAAAAAAAAAAAAAAAAAACGaRoRF%2FaOHqtjJvVQyx2bBADAo8RMYIwOo0rXdn5kRExys%2FWYiZAJdKVKZ9YWAAAAAAAAAAAAAAAAAAAAAAAABqgZ%2BFkP%2FL2xffTYr%2B1QSzETAAAeJ2YCY%2FJ7VGlhx0dGxCRXW42ZCJlAt1TUAQAAAAAAAAAAAAAAAAAAAAAAYIiawZ9Te0fP7YmZAADwLDETGIPTqNLMTo%2BMiEnuthYzETKBbqmOAQAAAAAAAAAAAAAAAAAAAAAAwFBV6diwXwZgb1tDLQEAGBAxE8jZVURM7PDIiJiMxVZiJkIm0C0hEwAAAAAAAAAAAAAAAAAAAAAAABi2aURc2EN6TswEAIDniZlAriZRpWu7OyIiJmOz8ZiJkAl0S8gEAAAAAAAAAAAAAAAAAAAAAAAAhqwZBFoP%2B72xj%2FTcxodaAgAwQGImkJuvUaUzuzoiIiZjtdHrPkIm0CW%2FuAEAAAAAAAAAAAAAAAAAAAAAAGD4qrSIiKmdZADqoZb%2Fi7KY2CwAAB4lZgK5OI8qHdnNERExGbuNxUyETKB759YYAAAAAAAAAAAAAAAAAAAAAAAABq5Kxwb9MiDfxUwAAHiSmAkM3VVEHNrFERExobGRmImQCXTvzBoDAAAAAAAAAAAAAAAAAAAAAABAFqYRcWErGYg6ZjKzWQAAPErMBIbsMKp0bQdHQsSE%2BzqPmQiZQPeETAAAAAAAAAAAAAAAAAAAAAAAACAHzYDQetDvjf1kIL60w04BAOBhYiYwRL9HlRZ2biRETHhYpzETIRPoWpXOfNEAAAAAAAAAAAAAAAAAAAAAAAAAmWgGhU5tJwPyOcqiHmy5Y9MAAHiQmAkMyWlUaWbHRkLEhKd1FjMRMoHNOLPOAAAAAAAAAAAAAAAAAAAAAAAAkIkq1UMkv9lOBuTXdrClmAkAAA8TM4EhuIqIiZ0aCRETXqaTmImQCWzG3DoDAAAAAAAAAAAAAAAAAAAAAABARqo0jYgLW8qA7EXE5boHWwIAkBExE%2Bizm4g4jCpd26UREDHhddYeMxEygc0QMgEAAAAAAAAAAAAAAAAAAAAAAID8HLaDRGEoVoMtD%2BwYAAAPEjOBvppGlRZ2ZwRETHibtcZMhExgE5o6mVo6AAAAAAAAAAAAAAAAAAAAAAAA5KRKl23MBIakHmz53yiLiV0DAOBBYibQNydRpWO7MgIiJrzP2mImQiawOX7BAwAAAAAAAAAAAAAAAAAAAAAAQG6qdBYRv9tXBuh7lMXMxgEA8CAxE%2BiLi%2FbvI7kTMWE91hIzETKBzZlbawAAAAAAAAAAAAAAAAAAAAAAAMhQleoYxKmtZYC%2BLAellsWOzQMA4CdiJrBtNxFxaBdGQMSE9Xp3zETIBDalSpe%2BXAAAAAAAAAAAAAAAAAAAAAAAAIBs1QN%2BL2wvA%2FS5HW4pZgIAwM%2FETGCbDtv55uRMxIRuvCtmImQCmzW33gAAAAAAAAAAAAAAAAAAAAAAAJChKl23MZMb28sA7UXE4q3DLQEAyJyYCWzD71GlMyufORETuvXmmImQCWzW3BcLAAAAAAAAAAAAAAAAAAAAAAAAkKkqLdqYCQzRx3a45aHdAwDgJ2ImsEknUaWZFc%2BciAmb8aaYiZAJbFJTSZ9bcwAAAAAAAAAAAAAAAAAAAAAAAMhUlep5Y19tLwNVD7f8K8piagMBAPiJmAlswkVEOCfLnYgJm%2FXqmImQCWyeghkAAAAAAAAAAAAAAAAAAAAAAADkrEpHEXFqjxmwP9uhqgAAcF8TM%2FndqkAnbiJiElW6trwZEzFhO14VMxEygU2r0qKtmQEAAAAAAAAAAAAAAAAAAAAAAAD5mpg7xsB9jrJYRFns2EgAAO6p0iwifrMosHaTdo45uRIxYbteHDMRMoHtmFl3AAAAAAAAAAAAAAAAAAAAAAAAyFiVrtuYyY1tZsD2ImLxkgGXAACMTJWOxUxgrX6PKs0tacZETOiHF8VMhExgG5oDbF8oAAAAAAAAAAAAAAAAAAAAAAAAQM6qtGhjJjBkH9sBl97LAADcJ2YC63ISVZpZzYyJmNAvz8ZMhExgexwQAAAAAAAAAAAAAAAAAAAAAAAAQO6qNI%2BIr%2FaZgasHXH6PsjBHDwCA%2B8RM4L0uImJqFTMmYkI%2FPRkzETKB7akvwN5YfwAAAAAAAAAAAAAAAAAAAAAAAMhclY4i4tQ2k4EvURbzKIsdmwkAwA9iJvBW9Zzyw6jStRXMlIgJ%2FfZozETIBLalOSiYW38AAAAAAAAAAAAAAAAAAAAAAAAYhUlEXNhqMvDpsSGXAACMmJgJvEUdMbm0cpkSMWEYHoyZCJnAdh1ZfwAAAAAAAAAAAAAAAAAAAAAAABiBKl0vB5RG3NhuMrDXDrk8tJkAAPwgZgKv8VtU6cyKZUrEhGH5KWYiZALb1FTOTuwBAAAAAAAAAAAAAAAAAAAAAAAAjEAzf%2BzAVpOJesjlX1EWMxsKAMAPYibwEift3xVyJGLCMN2LmQiZwPYd2QMAAAAAAAAAAAAAAAAAAAAAAAAYiSotDPUlM1%2BiLOpBlzs2FgCAJTETeMp5VGlihTIlYsKw%2FYiZCJnAtjVV9K%2F2AQAAAAAAAAAAAAAAAAAAAAAAAEaiGep7YrvJyK8RsagHXdpUAACWxEzgIRcRcWhlMiViQh7qmMlcyAT6YRYRN%2FYCAAAAAAAAAAAAAAAAAAAAAAAARqJKk4g4td1k5GNE%2FC%2FKYmJTAQBYEjOBu%2Bo55JOo0rVVyZCICfmoP6sOhUygD5qDhpm9AAAAAAAAAAAAAAAAAAAAAAAAgFGpgw8XtpzMfF8OcC2LHRsLAICYCfxwGFVaWI4MiZiQjzpiclB%2FVgmZQF9U6SgiruwHAAAAAAAAAAAAAAAAAAAAAAAAjESVrpeDTJshgZCTeoDrWZTFvl0FAEDMBOK3qNKZZciQiAn5%2BBExqf8fCZlAv0ztBwAAAAAAAAAAAAAAAAAAAAAAAIxIlS6XQwIhP3ttzOTQ3gIAIGbCiJ20739yI2JCPu5FTELIBHqmSvOIOLctAAAAAAAAAAAAAAAAAAAAAAAAMCLNkEADfcnRh4j4K8piZncBABAzYYROo0oTG58hERPy8VPEJIRMoJcm7V9YAAAAAAAAAAAAAAAAAAAAAAAAYCyagb5f7TeZ%2BhJlsYiy2LXBAAAjJ2bCeFy0M8fJjYgJ%2BXgwYhJCJtBDVbqMCLVoAAAAAAAAAAAAAAAAAAAAAAAAGJsqHUXEiX0nU3sRUcdMDm0wAMDozSPiauyLQNbqOMBhVOnaNmdGxIR8PBoxCSET6KnmC4QL2wMAAAAAAAAAAAAAAAAAAAAAAAAjU6WJWWRk7ENE%2FBVlMbPJAAAjVRYHEXEZER%2B9BcjUKg5waYMzI2JCPp6MmISQCfTaxPYAAAAAAAAAAAAAAAAAAAAAAADAKB2ImZC5L1EWiyiLfRsNADAiZXEUEf9tA3eQq%2FlTcQAGSsSEfDwbMQkhE%2Bix5i%2FvV1sEAAAAAAAAAAAAAAAAAAAAAAAAI1Ol64iYtIMFIVd7EXEWZTGxwwAAmSuL3WXILuIPW80IfHaekxkRE%2FLxoohJCJlAz1X%2Fz969HsVxbnsc%2Fr9OADKADOBEADsCcSIQjsDjqve78feuMo5AKAKjCIwisIhgowxwBH2qZ1pHSJYlAXPpy%2FNUTUn7VhvWwjAzVK1fe6GEDgAAAAAAAAAAAAAAAAAAAAAAADO0Oih4avVM3F6SV8ujsLXsWzYAwATVcpbkXR%2Byg7l4JWYyESImTMd3R0wiZAKjcKaEDgAAAAAAAAAAAAAAAAAAAAAAADO0Oiz4o9UzAy%2BXx61rObZsAICJ6EJ1qwDAH33ADuZGzGTsREyYjkdFTCJkAiPQtHdJFlYFAAAAAAAAAAAAAAAAAAAAAAAAM9S03dHMn62eGThI8ldqubBsAICRWwXqbgQAQMxktERMmI5HR0wiZAIjsfrlwWvrAgAAAAAAAAAAAAAAAAAAAAAAgBlq2kv3yJiRX1LLTWo5tHQAgBGqZbEM1CVH1gdLYiZjI2LCdDwpYhIhExiV7sn3rZUBAAAAAAAAAAAAAAAAAAAAAADADDVtd%2FT0jdUzEydJ3qWWMwsHABiJWvaXQbrkNyuDfxAzGQsRE6bjyRGTCJnAiDTtfZKz%2Fh96AAAAAAAAAAAAAAAAAAAAAAAAYH66o6e39s5M7CX5I7VcL49iAwAwXKsA3V0fpAO%2BTMxk6ERMmI5nRUwiZAIj07R3fcwEAAAAAAAAAAAAAAAAAAAAAAAAmJumvV8eIRQzYV5eJHmXWk7tHQBgYLrg3Orw%2Fx99iA74OjGToRIxYTqeHTGJkAmMUNPeJPnR6gAAAAAAAAAAAAAAAAAAAAAAAGCGVjGT8%2F4oIczFQZI%2FU8uljQMADMQqNPfO4X94NDGToRExYTrWEjGJkAmMVNN2P9BeWx8AAAAAAAAAAAAAAAAAAAAAAADM0OoY4amYCTP0U2p5l1qOLR8AYIdWgbk%2F%2B%2BAc8HhiJkMhYsJ0rC1iEiETGLGmPRczAQAAAAAAAAAAAAAAAAAAAAAAgJlaHSU8s35m6CjJX6nlwvIBALasC8p1YbkuMAc8l5jJromYMB1rjZhEyARGb5Hk1hoBAAAAAAAAAAAAAAAAAAAAAABghpr2JsmPVs9M%2FbI8ot0d0wYAYPNWIbm%2F%2BrAcsB5iJrsiYsJ0rD1iEiETGLmmvV9%2BYxAzAQAAAAAAAAAAAAAAAAAAAAAAgHlq2isxE2asO6J9k1oWvggAADakC8d1AbkuJAdsgpjJtomYMB0biZhEyAQmQMwEAAAAAAAAAAAAAAAAAAAAAAAA5m0VM3k99zEwW3tJfkstXdDk0JcBAMAa1XKR5K8%2BIAdsjpjJtoiYMB0bi5hEyAQm4mPM5L2VAgAAAAAAAAAAAAAAAAAAAAAAwAw17bmYCTN3kuRdalnMfRAAAM9Wy3Fq6Q6j%2F2KYsDViJpsmYsJ0bDRiEiETmJBVzORMzAQAAAAAAAAAAAAAAAAAAAAAAABmSswE9pL8llpuUsvh7KcBAPAUtVwk%2BSvJkfnB1r0SZ9wQEROmY%2BMRkwiZwMSsvmEcJ7m1WgAAAAAAAAAAAAAAAAAAAAAAAJilhXtkkJMk%2F%2B2PcAMA8D1qOU4t3Y3jX8wLduq3PrrBuoiYMB1biZhEyAQmqGnvl99A%2FPIAAAAAAAAAAAAAAAAAAAAAAAAA5sc9Mnjol%2BUx7u4oNwAA%2F24VgPsryZEpwSC8FDNZExETpmNrEZMImcBE%2BeUBAAAAAAAAAAAAAAAAAAAAAAAAzJd7ZPDQ0fIo9%2Bo4NwAAD9VymlrulgE4YGjETJ5LxITp2GrEJEImMGEff3nwxpoBAAAAAAAAAAAAAAAAAAAAAABgZlb3yM76Q4dAd5y7O9LdHesGAJi7WvZTy2WSP5MczH0cMGBiJk8lYsJ0bD1iEiETmLjulwdN2%2F3y4LVVAwAAAAAAAAAAAAAAAAAAAAAAwMw07d3y0KGYCXxwsDzW3R3t7o53AwDMUS3dzeLuGPpP9g%2BjIGbyWCImTMdOIiYRMoGZaNrzJD9bNwAAAAAAAAAAAAAAAAAAAAAAAMzM6tChmAl8qjvafdcf8QYAmIdaDlPLdZI%2F%2BsAbMB5iJt9LxITp2FnEJEImMCNNe5nkf%2F0CAQAAAAAAAAAAAAAAAAAAAAAAAGZGzAS%2BZG95xLuWm%2BVRbwCAKatlkaR7XfDCnmG0xEy%2BRcSE6dhpxCRCJjAzTXvd%2FwLh1uoBAAAAAAAAAAAAAAAAAAAAAABgRlaHD8%2BsHP7hZHnUu5YLowEAJqeW49TSvRb4rQ%2B5AeMmZvJvREyYjp1HTCJkAjP0sYb%2BxvoBAAAAAAAAAAAAAAAAAAAAAABgRpr2JsmPVg7%2F0B31%2FmV55LuWU%2BMBAEavlv3UcpnkryRHFgqTImbyORETpmMQEZMImcBMNe19mrarof%2FsSwAAAAAAAAAAAAAAAAAAAAAAAABmpGmvxEzgX3VHvv9cHsHtjn8DAIxRLd3t4e4A%2Bk%2F2B5MlZvKBiAnTMZiISYRMYOaatisi%2Fk%2BS27mPAgAAAAAAAAAAAAAAAAAAAAAAAGZDzAS%2BpTuCe5daFiYFAIxGLYep5cw%2BE2MAACAASURBVCbJH0kOLA4mT8xExITpGFTEJEImQP8N6TTJ74YBAAAAAAAAAAAAAAAAAAAAAAAAMyFmAt%2Byl%2BS31PIutZyaFgAwWLXsp5aLJP9NcmJRMCvzjZmImDAdg4uYdErbtgP4MIBBWL05eqWWyED9J017YzkAAAAAAAAAAAAAAAAAAAAAAABrVMt5kldGCt%2F0OskiTXtvVADAYNRyluTSTWGYvddp2vPZDEHEhOkYZMSk88MAPgZgKFaRiOMkv9sJAAAAAAAAAAAAAAAAAAAAAAAAzEDTdsc%2Ff7Rq%2BKbuSO5dalkYFQCwc7UcppbunvAfIibA8vXKKu4xfSImTMdgIyad0rbtAD4MYHBq6YIm3Q%2FjI8thIP7Tx3YAAAAAAAAAAAAAAAAAAAAAAABYN4dA4TFukyzcRwMAtq6W%2FSQXSX4yfOALXqdpzyc7GO9dMB2Djph0fhjAxwAMUfeNq2m7mMnP%2FTczAAAAAAAAAAAAAAAAAAAAAAAAYKpWh05f2y98l6Mkf6aW69RyaGQAwFbU0j1nvxMxAb7iZR%2F7mB4RE6Zj8BGTCJkA39S0l0m6N0Z%2FNywAAAAAAAAAAAAAAAAAAAAAAACYMDETeKwXSf6bWi5Sy77pAQAbUctpaumOnb9KsmfIwDdML2YiYsJ0jCJi0ilt2w7gwwBGYVV6vuzfLIVt%2B0%2Ba9sbUAQAAAAAAAAAAAAAAAAAAAAAANsyBUHiK90ku0rTTOhgMAOyOe8DA87zug6Xj5j0KpmM0EZMImQBP0hUYuzdIkxMDZIuETAAAAAAAAAAAAAAAAAAAAAAAALbFoVB4qtskC7fTAIAnq2V%2F%2BXwi%2BcUQgWcad8zEexNMx6giJhEyAZ5F0ITtEjIBAAAAAAAAAAAAAAAAAAAAAADYJgdD4Tne9EGTO1MEAL5bLV1w4DLJnqEBazLOmIn3JJiO0UVMImQCrEUtx32h0Q90NknIBAAAAAAAAAAAAAAAAAAAAAAAYNscDoXn%2Bj3JRZr23iQBgH9Vy2mS7rn3gSEBGzCumIn3IpiOUUZMImQCrFUth33Q5FyxkQ0QMgEAAAAAAAAAAAAAAAAAAAAAANgFB0ThubrDpZdp2guTBAA%2BUcvx8nlCcmIwwIaNI2biPQimY7QRkwiZABtTy3kfNTkyZNZEyAQAAAAAAAAAAAAAAAAAAAAAAGBXHBKFdXif5CJNe2WaADBztRwunxd4jg1s17BjJt57YDpGHTGJkAmwcasXRF3Q5CzJgYHzDEImAAAAAAAAAAAAAAAAAAAAAAAAu%2BSgKKzL7fJOn%2FtqADA%2Ftez393p%2FsX1gR4YZM%2FGeA9Mx%2BohJhEyArarlrA%2BadI89w%2BeRhEwAAAAAAAAAAAAAAAAAAAAAAAB2zWFRWKe3SS7cWQOAGfgYMFm4zQsMwLBiJt5rYDomETGJkAmwM7WcPoiaHFgE30HIBAAAAAAAAAAAAAAAAAAAAAAAYAgcGIV1e7M8at60dyYLABNUy%2FkyXuYOLzAsw4iZeI%2BB6ZhMxCRCJsAg1HLYB01O%2B4ciJF8iZAIAAAAAAAAAAAAAAAAAAAAAADAUtVwm%2Bck%2BYK1eL4%2BcC5oAwDQImADDt9uYiYgJ0zGpiEmETIBBquW4D5p8%2BNMLLSJkAgAAAAAAAAAAAAAAAAAAAAAAMDCrw8yvrAXWrguaLNK090YLACNUS3dT98pdXWAkdhMzETFhOiYXMYmQCTAKtez3UZMPj8P%2Bzz0LnBUhEwAAAAAAAAAAAAAAAAAAAAAAgKERM4FN6Q6hXi4fgiYAMA6rgMlFkhMbA0bmbZKzrb32EDFhOiYZMYmQCTB6qxdnWX6TXjnsH50ugHJkyZMhZAIAAAAAAAAAAAAAAAAAAAAAADBEYiawSYImADB0AibANNz2QYbNvu4QMWE6JhsxiZAJAAAAAAAAAAAAAAAAAAAAAAAAAPBsYiawaYImADA0AibA9Gw2ZiJiwnRMOmISIRMAAAAAAAAAAAAAAAAAAAAAAAAAYC3ETGAbBE0AYNcETIBp20zMRMSE6Zh8xCRCJgAAAAAAAAAAAAAAAAAAAAAAAADA2oiZwLYImgDAtgmYAPOx3piJiAnTMYuISYRMAAAAAAAAAAAAAAAAAAAAAAAAAIC1quU4yU2SPYOFjRM0AYBNEzAB5mk9MRMRE6ZjNhGTCJkAAAAAAAAAAAAAAAAAAAAAAAAAAGsnZgLb9iFocpWmvTN9AFgDAROA58VMREyYjllFTCJkAgAAAAAAAAAAAAAAAAAAAAAAAABshJgJ7Mrr5dF1QRMAeJpazpMskhyZIMATYyYiJkzH7CImETIBAAAAAAAAAAAAAAAAAAAAAAAAADZmFTO5TnJgyLB1giYA8BirgMmF564A%2F%2FC4mImICdMxy4hJhEwAAAAAAAAAAAAAAAAAAAAAAAAAgI2qZT%2FJTZIjg4adeNsHTW6MHwA%2Bs3qu2gVMFgImAF%2F1fTETEROmY7YRkwiZAAAAAAAAAAAAAAAAAAAAAAAAAAAbJ2YCQ9AFTS7TtNe2AcDsrZ6fLvrH3tzHAfCdvh4zETFhOmYdMYmQCQAAAAAAAAAAAAAAAAAAAAAAAACwFWImMBTvk1ykaa9sBIDZqeVw%2BXMwORMwAXiSL8dMREyYjtlHTCJkAgAAAAAAAAAAAAAAAAAAAAAAAABsleOmMBTdcdbL5ePzI8QAMDW1nCY59zwUYC0%2BjZl4nc90iJj0hEwAAAAAAAAAAAAAAAAAAAAAAAAAgO1y5BSGpDvUep3kIk17ZzMATEot533A5MRiAdZqFTNZxRG9vmcKREweEDIBAAAAAAAAAAAAAAAAAAAAAAAAALavloskv5g8DMqb5SHipr2xFgBGq5b9Pl6ySHJgkQAb04Uf9oyXCRAx%2BYyQCQAAAAAAAAAAAAAAAAAAAAAAAACwG7V0B6ZfmT4MzvskF2naK6sBYDRqOezjJecO6wMA30nE5AuETAAAAAAAAAAAAAAAAAAAAAAAAACA3REzgSHrDrpeJrlK097ZFACDVMtpHzB5YUEAwCOImPwLIRMAAAAAAAAAAAAAAAAAAAAAAAAAYLdqOU5yk2TPJmCwXvdBkxsrAmDnatlPcpbkIsmBhQAAjyRi8hVCJgAAAAAAAAAAAAAAAAAAAAAAAADA7omZwFi874%2FGX6dp720NgK2q5bD%2FOXTmeSMA8EQiJt8gZAIAAAAAAAAAAAAAAAAAAAAAAAAADEMt%2B33M5MhGYPD%2BXsZMumPyTXtnXQBsVC3nSbrHiUEDAM8gYvIdhEwAAAAAAAAAAAAAAAAAAAAAAAAAgOEQM4ExepvkKk17ZXsArE0th328pHscGCwA8EwiJt9JyAQAAAAAAAAAAAAAAAAAAAAAAAAAGJ5auiDCS5uBUfl7GTRJLtO0d1YHwJPUctbHS14YIACwJiImjyBkAgAAAAAAAAAAAAAAAAAAAAAAAAAMUy2XSX6yHRilt8uoSdNeWR8A31TLYR8v6R4HBgYArJGIySMJmQAAAAAAAAAAAAAAAAAAAAAAAAAAw1VLd8z6lQ3BaHUHY6%2BTXDoaC8A%2FrJ7rnSV5YTgAwAaImDyBkAkAAAAAAAAAAAAAAAAAAAAAAAAAMGy1dMetr5Ls2RSM2u0yaNKFTZr23ioBZqqW4yTn%2FcPzOwBgU0RMnkjIBAAAAAAAAAAAAAAAAAAAAAAAAAAYvtXB6xvHrmEyXvdBk2srBZiBWvaTdHG6RZIjKwcANkzE5BmETAAAAAAAAAAAAAAAAAAAAAAAAACAcajlcBk%2BcPwapuR9%2F8%2F1ZZr2zmYBJqaWsz5g8tJqAYAtETF5JiETAAAAAAAAAAAAAAAAAAAAAAAAAGA8atnvowcntgaTc5vkavlo2nvrBRipWo6TnPePPWsEALZIxGQNhEwAAAAAAAAAAAAAAAAAAAAAAAAAgPGppYsdvLQ5mKw3fbToWtQEYARqOUxylmSR5MDKAIAdEDFZEyETAAAAAAAAAAAAAAAAAAAAAAAAAGCcajlP8sr2YNL%2BfhA0ubZqgAGpZf9BvOTIagCAHRIxWSMhEwAAAAAAAAAAAAAAAAAAAAAAAABgvGrpjmdfJdmzRZi8D1GTqzTtjXUD7MDHeEn3eGEFAMAAiJismZAJAAAAAAAAAAAAAAAAAAAAAAAAADButRz3cYMDm4TZeP8gauJYLcCm1XIuXgIADJCIyQYImQAAAAAAAAAAAAAAAAAAAAAAAAAA41fLfpKbJEe2CbMjagKwCbWc9fGS7rFnxgDAwIiYbIiQCQAAAAAAAAAAAAAAAAAAAAAAAAAwHbVcJXlpozBboiYAT7UKw50tD4KLlwAAwyZiskFCJgAAAAAAAAAAAAAAAAAAAAAAAADAtNSySPKbrcLsdVGTm2XYpGmv5z4MgC%2F6GC%2FpHi8MCQAYARGTDRMyAQAAAAAAAAAAAAAAAAAAAAAAAACmp5buGPdVkj3bBfpDt9f94yZNe28owGzVctiHS07FSwCAkREx2QIhEwAAAAAAAAAAAAAAAAAAAAAAAABgmmo57qMFBzYMfObNg6jJneEAk7d6XnTWP44sHAAYIRGTLREyAQAAAAAAAAAAAAAAAAAAAAAAAACmq5b9PlZwYsvAv7jtv09cO4gLTEotZ8tj36t4ibAbADBmIiZbJGQCAAAAAAAAAAAAAAAAAAAAAAAAAExfLVdJXto08A3vk9z0YZObNO29gQGjUcvhg3BJ9%2Bee5QEAEyBismVCJgAAAAAAAAAAAAAAAAAAAAAAAADAPNRynuSVbQOP8PZB1MTRXGB4ankYLjmyIQBgYkRMdkDIBAAAAAAAAAAAAAAAAAAAAAAAAACYj1qOl0GCZM%2FWgUd633%2F%2F%2BBA2uTdAYOtqOeyjJR%2FiJZ7TAABTJWKyI0ImAAAAAAAAAAAAAAAAAAAAAAAAAMC81LLfxwiObB54htsHUZMbgwQ2YvW85fRBvOTAoAGAGRAx2SEhEwAAAAAAAAAAAAAAAAAAAAAAAABgnmq5SvLS9oE1%2BLsPJN30YRPHdoGnq%2BVhuER4DQCYGxGTHRMyAQAAAAAAAAAAAAAAAAAAAAAAAADmq5bzJK98BQBrJmwCfL%2BP4ZLucWJywJq99b0FGBERkwEQMgEAAAAAAAAAAAAAAAAAAAAAAAAA5q2W4z42sDf3UQAbI2wCfCRcAmxH9%2FzjPE17nVqukrw0d2DgREwGQsgEAAAAAAAAAAAAAAAAAAAAAAAAAKCW%2FSTXjokDWyJsAnMiXAJs320fMfn4HEPMBBg2EZMBETIBAAAAAAAAAAAAAAAAAAAAAAAAAPiglsskP5kHsANvH8RN3qVp7y0BRqiWwyTHD8IlR9YIbNnrJIsvPpcQMwGGScRkYIRMAAAAAAAAAAAAAAAAAAAAAAAAAAAequUsSXfgd89cgB26XQZNPoZNHPWFIarl9EG4pPvzwJ6AHfo5TXv51f97MRNgWERMBkjIBAAAAAAAAAAAAAAAAAAAAAAAAADgc7Uc9zGTI7MBBuLvT8Imq7jJneXAFtVy%2BCBY0j1OjB8YiMeFAMRMgGEQMRkoIRMAAAAAAAAAAAAAAAAAAAAAAAAAgC%2BpZT%2FJpQO%2FwIC9%2F%2F%2BoyYfASdPeWxiswSpa8iFY8iFesme0wAC9TXL26OcAYibAbomYDJiQCQAAAAAAAAAAAAAAAAAAAAAAAADA19RynuSVGQEj8TBu8q6Pm9xZHnxFLV2k5FC0BBihX9O0F0%2F%2BsL3WAXZDxGTghEwAAAAAAAAAAAAAAAAAAAAAAAAAAL5ldeD8OsmBWQEj9PdncZO7NO2NRTJLtXwIlXwIl5z4QgBGqPvZfp6mvX72hy5mAmyXiMkICJkAAAAAAAAAAAAAAAAAAAAAAAAAAHyPWvaTXCV5YV7ARNwuoyafBk4cFGYaVsGSw%2F7x4e%2BCZMAUdD%2B%2Fz9K0d2v7XMRMgO0QMRkJIRMAAAAAAAAAAAAAAAAAAAAAAAAAgMeoZZHkNzMDJuzzwMl9mvbGwhkkwRJgXn5P0y428hmLmQCbJWIyIkImAAAAAAAAAAAAAAAAAAAAAAAAAACPVctxkmuH0oGZef8gcHKf5KaPnDhGzGatfu7uPwiVdI%2Fu39szeWAmugDAeZr2eqOfrpgJsBkiJiMjZAIAAAAAAAAAAAAAAAAAAAAAAAAA8BS1dAfVr5K8MD%2BAL0ZOkqa9MRq%2BafUz9UOs5PhBrORQNAwgt0nO0rR3WxmFmAmwXiImIyRkAgAAAAAAAAAAAAAAAAAAAAAAAADwHLUskvxmhgBf9bb%2FD28%2B%2B%2FNdmvbe6Caulg9Rks%2BDJd2fR3MfD8BX%2FJ6mXWx9QGImwHqImIyUkAkAAAAAAAAAAAAAAAAAAAAAAAAAwHPV0h1jv05yYJYAT%2FI%2ByV3%2FP%2FwYOUlWkZOmvTHWgarltP%2FAPsRKsjxYvdL9fNyb%2B4gAnqA7%2Fn%2Bepr3e2fDETIDnETEZMSETAAAAAAAAAAAAAAAAAAAAAAAAAIB1qGU%2FyVWSF%2BYJsDEPgyd3%2F%2FL3eweTn%2BFjmCR9iGT%2FX%2F4uUAKwGW%2BTnKVp73c%2BXzET4GlETEZOyAQAAAAAAAAAAAAAAAAAAAAAAAAAYJ1Wx34vHXgHGIyH8ZPOu2Xs5FM3X%2Fhg79K0d0P6RL6qlsMkh1%2F4r5x%2B9q8%2F%2F%2B91fz%2FY0UcNwKd%2BTdNeDGomYibA44iYTICQCQAAAAAAAAAAAAAAAAAAAAAAAADAutVynOQqyZHZAkzS330QZdtOfDkBTFIX3TpP034prLV7YibA9xExmQghEwAAAAAAAAAAAAAAAAAAAAAAAACATanlMslP5gsAAPyLN33E5H7QAxIzAb5OxGRChEwAAAAAAAAAAAAAAAAAAAAAAAAAADaplrMkV0n2zBkAAOh1R%2F8Xadqr0QxEzAT4MhGTiREyAQAAAAAAAAAAAAAAAAAAAAAAAADYtFr2k1wnOTFrAACYvdsk56M8%2Bi9mAnxKxGSChEwAAAAAAAAAAAAAAAAAAAAAAAAAALallkWSiyR7Zg4AALP0e5p2MepPXMwEWBExmSghEwAAAAAAAAAAAAAAAAAAAAAAAACAbarlOMlVkiNzBwCA2Xif5DxNezOJT1jMBOZOxGTChEwAAAAAAAAAAAAAAAAAAAAAAAAAAHahlsskP5k9AABM3ps%2BYnI%2FqU9UzATmSsRk4oRMAAAAAAAAAAAAAAAAAAAAAAAAAAB2pZbTJFdJDuwAAAAm5%2B8%2BYHI92dWKmcDciJjMwA9zHwAAAAAAAAAAAAAAAAAAAAAAAAAAwM407U2S4yRvLAEAACbl7fK5%2FpQjJlm%2BpunCjD8O4CMBNk%2FEZCZK27ZznwEAAAAAAAAAAAAAAAAAAAAAAAAAwO7VcpakOwK8ZxsAADBqP6dpL2e1wlrOk7wawEcCbIaIyYwImQAAAAAAAAAAAAAAAAAAAAAAAAAADEUt%2B0muk5zYCQAAjM5tkvPZHvoXM4GpEjGZGSETAAAAAAAAAAAAAAAAAAAAAAAAAIChqWWR5CLJnt0AAMAo%2FJqmvZj9qsRMYGpETGZIyAQAAAAAAAAAAAAAAAAAAAAAAAAAYIhqOUxyleTEfgAAYLBuk5w78v%2BAmAlMhYjJTAmZAAAAAAAAAAAAAAAAAAAAAAAAAAAMWS2LJBdJ9uwJAAAG5fc07cJKvkDMBMZOxGTGhEwAAAAAAAAAAAAAAAAAAAAAAAAAAIaulsMkV0lO7AoAAHbufZLzNO2NVXyFmAmMlYjJzAmZAAAAAAAAAAAAAAAAAAAAAAAAAACMRS2LJBdJ9uwMAAB24vflc%2FKmvTf%2B7yBmAmMjYoKQCQAAAAAAAAAAAAAAAAAAAAAAAADAqNRymOQqyYnFAQDA1rxPcp6mvTHyRxIzgbEQMWFJyAQAAAAAAAAAAAAAAAAAAAAAAAAAYIxqWSS5SLJnfwAAsFG%2FL597N%2B29MT%2BRmAkMnYgJ%2F0%2FIBAAAAAAAAAAAAAAAAAAAAAAAAABgrGo5THKV5MQOAQBg7W6TLNK0N0a7BrWc9a9fxBhhWERM%2BISQCQAAAAAAAAAAAAAAAAAAAAAAAADA2NWySHLhIDAAAKzNr2naC%2BNcs1qOk9x47QKDIWLCPwiZAAAAAAAAAAAAAAAAAAAAAAAAAABMQS2HSa6SnNgnAAA82W2Sc0f9N0jMBIZCxIQvEjIBAAAAAAAAAAAAAAAAAAAAAAAAAJiSWs76oImjwAAA8P26g%2F6XadoLM9sCMRPYNRET%2FpWQCQAAAAAAAAAAAAAAAAAAAAAAAADA1NSy38dMXtgtAAB809sk52naO6PaIjET2BURE75KyAQAAAAAAAAAAAAAAAAAAAAAAAAAYKpqOe2DJgd2DAAA%2F9Ad81%2Bkaa%2BMZkfETGDbREz4ph%2BMCAAAAAAAAAAAAAAAAAAAAAAAAABgopq2OwjcHQb%2B1YoBAOATb5Icipjs2CqmcNrHFYDNEjHhu5S2bU0KAAAAAAAAAAAAAAAAAAAAAAAAAGDqaumCJt2R5iO7BgBgxt4nOe%2BjfwzF6vVKt5M9O4GNEDHhuwmZAAAAAAAAAAAAAAAAAAAAAAAAAADMSS2LJBcOBAMAMEO%2FJrlM095b%2FgCJmcCmiJjwKEImAAAAAAAAAAAAAAAAAAAAAAAAAABzU8vh8oBz8sLuAQCYgbdJFo74j4CYCaybiAmPJmQCAAAAAAAAAAAAAAAAAAAAAAAAADBXtZwmuUpy4GsAAIAJ6g74X6RpLy13RMRMYF1ETHiSH4wNAAAAAAAAAAAAAAAAAAAAAAAAAGCmmrY7DtwdCf7VlwAAABPzOsmhiMkIraILp32EAXgaEROerLRta3oAAAAAAAAAAAAAAAAAAAAAAAAAAHNXy2GSqyQncx8FAACjdptk0Uf7GLNauuhit8c9e4RHETHhWYRMAAAAAAAAAAAAAAAAAAAAAAAAAAD4qJazJJdJDkyF%2F2vvXo4aSbYADJ%2B0AHmAPAAPwIPGg8aDq0Xuh9nXQteCq%2FGA9kB4AB4ID4QFdaOk1KCmm%2BalRz2%2BLyIbumMmQpyjCBWb%2FAEAOuRp9Rxb1TeW1iNiJvBRIiZ8mZAJAAAAAAAAAAAAAAAAAAAAAAAAAAA%2Fy2kUEZOI%2BMtkAADogB%2Br59eqXlhWD4mZwHuJmLATQiYAAAAAAAAAAAAAAAAAAAAAAAAAAPxeTuOImEXEhQkBANBCjxFxHVU9t5yeEzOBt4iYsDNCJgAAAAAAAAAAAAAAAAAAAAAAAAAA%2FFlOVxExjYhTkwIAoAWaC%2FtvoqqnljEgYibwGhETdkrIBAAAAAAAAAAAAAAAAAAAAAAAAACAt%2BU0iohJRPxlWgAAHNE%2Fq%2BfSql5awgCJmcBLIibsnJAJAAAAAAAAAAAAAAAAAAAAAAAAAADvl9M4IqYR8c3UAAA4oLuIuImqnhv6wImZwIaICXshZAIAAAAAAAAAAAAAAAAAAAAAAAAAwMfldBkRs4g4NT0AAPaouah%2FElU9M2T%2BJWYCIibsjZAJAAAAAAAAAAAAAAAAAAAAAAAAAACfl9MkIm5cIAwAwB78HRHTqOql4fILMROGS8SEvRIyAQAAAAAAAAAAAAAAAAAAAAAAAADga3IalZjJf0wSAIAd%2BBERk6jqhWHyR2ImDI%2BICXsnZAIAAAAAAAAAAAAAAAAAAAAAAAAAwG7kNI6IWURcmCgAAJ%2FwUAImc8Pj3cRMGA4REw5CyAQAAAAAAAAAAAAAAAAAAAAAAAAAgN3K6bIETU5NFgCAd3gqAZOZYfEpYib0n4gJByNkAgAAAAAAAAAAAAAAAAAAAAAAAADAfuR0HRFTlwkDAPCKp%2FK8OI2qXhoSXyJmQn%2BJmHBQQiYAAAAAAAAAAAAAAAAAAAAAAAAAAOxPTqOImJTjQmEAADb%2BiYibqOqFibAzYib0j4gJBydkAgAAAAAAAAAAAAAAAAAAAAAAAADA%2FuU0Xl1UHfHdtAEABu1uFblzKT%2F7ImZCf4iYcBRCJgAAAAAAAAAAAAAAAAAAAAAAAAAAHM76UuFpRFyYOgDAoDxGxHVU9dza2TsxE7pPxISjETIBAAAAAAAAAAAAAAAAAAAAAAAAAODwcrosQZMz0wcA6LUmYHITVT2zZg5KzITuEjHhqIRMAAAAAAAAAAAAAAAAAAAAAAAAAAA4npyuVxdbR5zaAgBArzyVcN00qnpptRxFTqMSMxFQpCtETDg6IRMAAAAAAAAAAAAAAAAAAAAAAAAAAI4vp0kJmpzYBgBA5%2F0tYEJriJnQHSImtIKQCQAAAAAAAAAAAAAAAAAAAAAAAAAA7bC%2BYHhSjqAJAED3%2FLOK01X1wu5oFTET2k%2FEhNYQMgEAAAAAAAAAAAAAAAAAAAAAAAAAoF2egyZ%2F2QwAQCcImNB%2BYia0l4gJrSJkAgAAAAAAAAAAAAAAAAAAAAAAAABAO%2BU0Xl2IHfHdhgAAWumuBEzm1kMniJnQPiImtI6QCQAAAAAAAAAAAAAAAAAAAAAAAAAA7SZoAgDQNgImdJeYCe0hYkIrCZkAAAAAAAAAAAAAAAAAAAAAAAAAANANgiYAAMcmYEI%2FiJlwfCImtJaQCQAAAAAAAAAAAAAAAAAAAAAAAAAA3bIOmswi4sLmAAAO4jEiJlHVt8ZNb4iZcDwiJrSakAkAAAAAAAAAAAAAAAAAAAAAAAAAAN2U02VE3AiaAADszePqeauqZ0ZML4mZcHgiJrSekAkAAAAAAAAAAAAAAAAAAAAAAAAAAN0maAIAsGsCJgyHmAmHI2JCJwiZAAAAAAAAAAAAAAAAAAAAAAAAAADQD4ImAABfJWDCMImZsH8iJnSGkAkAAAAAAAAAAAAAAAAAAAAAAAAAAP0iaAIA8FECJiBmwv6ImNApQiYAAAAAAAAAAAAAAAAAAAAAAAAAAPTTOmhyHRHfbRgA4LcETGCbmAm7J2JC5wiZAAAAAAAAAAAAAAAAAAAAAAAAAADQbzmNVxd0C5oAAGzclYDJ3ETgBTETdkfEginBfwAADjJJREFUhE4SMgEAAAAAAAAAAAAAAAAAAAAAAAAAYBgETQAABEzgPcRM%2BDoREzpLyAQAAAAAAAAAAAAAAAAAAAAAAAAAgGF5DppcRcSJ7QMAAyBgAh8lZsLniZjQaUImAAAAAAAAAAAAAAAAAAAAAAAAAAAM0%2Fpi4kk5giYAQB%2F9ExFTl%2BnDJ4mZ8HEiJnSekAkAAAAAAAAAAAAAAAAAAAAAAAAAAMP2HDS5jojToY8DAOiFJmByE1W9sE74IjET3k%2FEhF4QMgEAAAAAAAAAAAAAAAAAAAAAAAAAgI2crleXfguaAADd01ygP42ImYAJ7JiYCW8TMaE3hEwAAAAAAAAAAAAAAAAAAAAAAAAAAOClnK4iYhIRF2YDALTc4ype0kRMqnppWbAnYia8TsSEXhEyAQAAAAAAAAAAAAAAAAAAAAAAAACA1%2BR0WYIm38wIAGiZJmByE1U9sxg4EDETfiViQu8ImQAAAAAAAAAAAAAAAAAAAAAAAAAAwFtyGq8uCo%2B4iogT8wIAjuiuBEzmlgBHIGbCMxETeknIBAAAAAAAAAAAAAAAAAAAAAAAAAAA3mt9afGkHEETAOCQ%2FomIqQvzoQXETBAxoceETAAAAAAAAAAAAAAAAAAAAAAAAAAA4DNyui5BE5cXAwD78rSKl0TMoqoXpgwtImYyZCIm9JqQCQAAAAAAAAAAAAAAAAAAAAAAAAAAfEVOlyVo8s0cAYAdeYyIm4i4japeGiq0lJjJEImY0HtCJgAAAAAAAAAAAAAAAAAAAAAAAAAAsAs5jUvQ5DoiTswUAPiEHxExjaqeGx50hJjJkIiYMAhCJgAAAAAAAAAAAAAAAAAAAAAAAAAAsEvri4yvIuImIk7NFgB4Q3Mx%2FqwETBaGBR0kZjIEIiYMhpAJAAAAAAAAAAAAAAAAAAAAAAAAAADsS06XETGJiG9mDAC88FjCZ7dR1UvDgY4TM%2BkzERMGRcgEAAAAAAAAAAAAAAAAAAAAAAAAAAD2LadxCZpcR8SJeQPAoP2IiGlU9Xzog4DeWcdMZkKGvSJiwuAImQAAAAAAAAAAAAAAAAAAAAAAAAAAwCHldF2iJmfmDgCD8bSKlzSBg6peWDv0XE5NzOS7NXeeiAmDJGQCAAAAAAAAAAAAAAAAAAAAAAAAAADHkNN5CZpcRcSJHQBAL92VeMnMemFgxEy6TsSEwRIyAQAAAAAAAAAAAAAAAAAAAAAAAACAY8ppVGImTdTkzC4AoPOeVvGSiGlU9cI6YcDETLpKxIRBEzIBAAAAAAAAAAAAAAAAAAAAAAAAAIC2yOm8BE2asMmJvQBApzys4iURt1HVS6sDVsRMukbEhMETMgEAAAAAAAAAAAAAAAAAAAAAAAAAgLbJaVRiJk3U5Mx%2BAKC1mgvvZ6vj0nvgNWImXSFiwuCFkAkAAAAAAAAAAAAAAAAAAAAAAAAAALRcTuclaNKETU6sCwBa4a7ES2bWAbyLmEnbiZhAIWQCAAAAAAAAAAAAAAAAAAAAAAAAAABdkNOoxEyuI%2BLCzgDg4B4j4jYiplHVC%2BMHPkzMpK1ETGCLkAkAAAAAAAAAAAAAAAAAAAAAAAAAAHRNTuOImJSwyan9AcBe%2FYiIWVT1rTEDXyZm0jYiJvCCkAkAAAAAAAAAAAAAAAAAAAAAAAAAAHRZTlclaOIyZADYnYdVvGQdMFmaK7BTYiZtIWICvyFkAgAAAAAAAAAAAAAAAAAAAAAAAAAAfZDTqARNJhFxZqcA8GFPW%2FESl9oD%2ByVmcmwiJvAKIRMAAAAAAAAAAAAAAAAAAAAAAAAAAOibnMYlaNKETU7tFwD%2B6EeJl9waE3BQYibHImICfyBkAgAAAAAAAAAAAAAAAAAAAAAAAAAAfZbTZURcl6jJiV0DwMpDREwj4jaqemkkwNGImRyaiAm8QcgEAAAAAAAAAAAAAAAAAAAAAAAAAACGIqerEjX5ZucADNDjVrxk4Q0AtIaYyaGImMA7CJkAAAAAAAAAAAAAAAAAAAAAAAAAAMDQ5DSKiKtyRE0A6LPHVbgkYubieqDVcmpCS%2F%2BxpL0RMYF3EjIBAAAAAAAAAAAAAAAAAAAAAAAAAIAhy2lcgibXEXHmvQBADzxtxUvmFgp0Rk7NM%2Fn%2FLGznHla%2F74iYwLsImQAAAAAAAAAAAAAAAAAAAAAAAAAAAGuiJgB01yZechtVfWuPQGfldLUKMUWcWOJO3K1%2Bx6nqZQ9%2BFjgIIRMAAAAAAAAAAAAAAAAAAAAAAAAAAOBXoiYAtJ94CdBPOZ2XmInn8K%2F5b1T1pMs%2FAByDkAkAAAAAAAAAAAAAAAAAAAAAAAAAAPBnoiYAtId4CTAMOY0iYhoR3238w55Wv7v4nIBPETIBAAAAAAAAAAAAAAAAAAAAAAAAAADeT9QEgMMTLwGGK6frEjQ58S54l4fV7ytVvejAa4VWEjIBAAAAAAAAAAAAAAAAAAAAAAAAAAA%2B5zlq0pwLUwRgh8RLADbWz90zz9xv%2Bjuq%2BqblrxFaT8gEAAAAAAAAAAAAAAAAAAAAAAAAAAD4upxGW1GTbyYKwCc8lnjJLKr63gABXshpEhFNqOPEaH5yFxHXUdWLFr0m6CwhEwAAAAAAAAAAAAAAAAAAAAAAAAAAYLfWUZPLrbCJi5YBeM3DKlwSMRcvAXiH9bP2NCK%2BG1c8RcQkqnrWgtcCvSFkAgAAAAAAAAAAAAAAAAAAAAAAAAAA7FdO21GTU9MGGLwfEXFb4iWLoQ8D4FNyOi9Bk4sBDvCp%2FOzTqOplC14P9IqQCQAAAAAAAAAAAAAAAAAAAAAAAAAAcDg5jbeiJkO8dBlgiB5X0ZLneIlL5wF2ZR0NvBnIs%2FVT%2BSyZ%2BCyB%2FREyAQAAAAAAAAAAAAAAAAAAAAAAAAAAjiOnUQmaXJavJzYB0BsP5bL526jqe2sF2LN%2BB02agMl0dQRMYO%2BETAAAAAAAAAAAAAAAAAAAAAAAAAAAgHbI6bwETZpzZisAnfJUwiXzEi9x0TzAMeQ0LkGTPoQCH0rAxOcKHJCQCQAAAAAAAAAAAAAAAAAAAAAAAAAA0D45jcrly5flnNoSQOs8lHhJc8H8vfUAtMjz83RzvnVoNZsw1tRnCxyHkAkAAAAAAAAAAAAAAAAAAAAAAAAAANB%2BOZ2XoElzEfOFjQEcxWNEzMtp4iVLawDogJzGW5HANkZNHrc%2BW25b8Hpg0IRMAAAAAAAAAAAAAAAAAAAAAAAAAACA7slpcxFzc85sEGAvnrbCJfOo6ntjBui4nEZbz9HHepb2%2BQItJmQCAAAAAAAAAAAAAAAAAAAAAAAAAAB02%2FNlzJu4yamNAnza3dbF8nNjBBiAnJpn6PNyxhFxscMf%2BjEiFuWzpfl6L1wC7SZkAgAAAAAAAAAAAAAAAAAAAAAAAAAA9EtO4xI0uRQ2AXjTQ7lc%2Fla4BICfrAMnUeIm43cOZ%2FNZsoiqXhgodI%2BQCQAAAAAAAAAAAAAAAAAAAAAAAAAA0G%2FCJgDbNuGS9anqpekAALAhZAIAAAAAAAAAAAAAAAAAAAAAAAAAAAyLsAkwLHdb4ZJ74RIAAP5EyAQAAAAAAAAAAAAAAAAAAAAAAAAAABi2ddjkfCtscjb0kQCd9bSKlWzCJVU9t0oAAD5CyAQAAAAAAAAAAAAAAAAAAAAAAAAAAOClnC63wiZN5OTEjIAWeizRkvsSLrm3JAAAvkLIBAAAAAAAAAAAAAAAAAAAAAAAAAAA4C05nZegySZscmZmwBHc%2FRstWYdLlpYAAMAuCZkAAAAAAAAAAAAAAAAAAAAAAAAAAAB8VE6jF2GT5uuJOQI79FCiJfclWnJvuAAA7JuQCQAAAAAAAAAAAAAAAAAAAAAAAAAAwC7kNC5Rk%2B3AibgJ8B6PP0VLmq9VvTQ5AAAOTcgEAAAAAAAAAAAAAAAAAAAAAAAAAABgX8RNgF%2BJlgAA0FpCJgAAAAAAAAAAAAAAAAAAAAAAAAAAAIf0a9yk%2BfupHUAvPUTEQrQEAICuEDIBAAAAAAAAAAAAAAAAAAAAAAAAAAA4tpxGL8Imzfdn9gKdcleCJYsSLJlbHwAAXSNkAgAAAAAAAAAAAAAAAAAAAAAAAAAA0FY5nW%2BFTTaRk1P7gqN6%2BDdWEjFffV%2FVCysBAKAPhEwAAAAAAAAAAAAAAAAAAAAAAAAAAAC6JqdN1GRcAiejiDizR9ip7WDJfQmW3BsxAAB9JmQCAAAAAAAAAAAAAAAAAAAAAAAAAADQFzmdl7jJ%2BVbo5MJ%2B4VVPW6GSZUTMS7BkYWQAAAyRkAkAAAAAAAAAAAAAAAAAAAAAAAAAAEDf5TR6ETdpvh%2BJnDAQm1jJopx1tKSq594AAADwMyETAAAAAAAAAAAAAAAAAAAAAAAAAACAIfs1crIdOznx3qAjHn%2BKlIiVAADApwiZAAAAAAAAAAAAAAAAAAAAAAAAAAAA8LqcmqDJJnYyehE7OTU5DuShBEoWv5yqXlgCAADshpAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAn5fTJnLSuCxfN9GT5pyZLm94GSlpzFd%2FVvXc8AAA4HCETAAAAAAAAAAAAAAAAAAAAAAAAAAAANi%2FnLbjJpvwybicKP92YhO98RQR9%2BWH2Q6U3JdoyTKq%2Br7nMwAAgM4RMgEAAAAAAAAAAAAAAAAAAAAAAAAAAKBdnqMnUQInm%2B%2B3IyghfnIw21GS2IqRxItIiTgJAAB0nJAJAAAAAAAAAAAAAAAAAAAAAAAAAAAA%2FfBzAKUxLmfby%2F9m46Jn74KX8ZGN7fDIa%2F8mSAIAAAMlZAIAAAAAAAAAAAAAAAAAAAAAAAAAAAB%2FktPvgijv9db%2F%2B7uwyHvdR1Uv7Q4AANiJiPg%2FHfAHZQb44ZoAAAAASUVORK5CYII%3D) no-repeat center/contain;
  width: 183px;
  height: 50px;
}

/* line 1743, app/assets/stylesheets/active_admin.scss */
.cosmolex_logo {
  background: url(data:image/jpeg;base64,%2F9j%2F4AAQSkZJRgABAgEASABIAAD%2F4QDKRXhpZgAATU0AKgAAAAgABgESAAMAAAABAAEAAAEaAAUAAAABAAAAVgEbAAUAAAABAAAAXgEoAAMAAAABAAIAAAITAAMAAAABAAEAAIdpAAQAAAABAAAAZgAAAAAAAABIAAAAAQAAAEgAAAABAAeQAAAHAAAABDAyMjGRAQAHAAAABAECAwCgAAAHAAAABDAxMDCgAQADAAAAAQABAACgAgAEAAAAAQAAAjegAwAEAAAAAQAAAMukBgADAAAAAQAAAAAAAAAAAAD%2F4gfYSUNDX1BST0ZJTEUAAQEAAAfIYXBwbAIgAABtbnRyUkdCIFhZWiAH2QACABkACwAaAAthY3NwQVBQTAAAAABhcHBsAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLWFwcGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtkZXNjAAABCAAAAG9kc2NtAAABeAAABYpjcHJ0AAAHBAAAADh3dHB0AAAHPAAAABRyWFlaAAAHUAAAABRnWFlaAAAHZAAAABRiWFlaAAAHeAAAABRyVFJDAAAHjAAAAA5jaGFkAAAHnAAAACxiVFJDAAAHjAAAAA5nVFJDAAAHjAAAAA5kZXNjAAAAAAAAABRHZW5lcmljIFJHQiBQcm9maWxlAAAAAAAAAAAAAAAUR2VuZXJpYyBSR0IgUHJvZmlsZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbWx1YwAAAAAAAAAfAAAADHNrU0sAAAAoAAABhGRhREsAAAAkAAABrGNhRVMAAAAkAAAB0HZpVk4AAAAkAAAB9HB0QlIAAAAmAAACGHVrVUEAAAAqAAACPmZyRlUAAAAoAAACaGh1SFUAAAAoAAACkHpoVFcAAAASAAACuGtvS1IAAAAWAAACym5iTk8AAAAmAAAC4GNzQ1oAAAAiAAADBmhlSUwAAAAeAAADKHJvUk8AAAAkAAADRmRlREUAAAAsAAADaml0SVQAAAAoAAADlnN2U0UAAAAmAAAC4HpoQ04AAAASAAADvmphSlAAAAAaAAAD0GVsR1IAAAAiAAAD6nB0UE8AAAAmAAAEDG5sTkwAAAAoAAAEMmVzRVMAAAAmAAAEDHRoVEgAAAAkAAAEWnRyVFIAAAAiAAAEfmZpRkkAAAAoAAAEoGhySFIAAAAoAAAEyHBsUEwAAAAsAAAE8HJ1UlUAAAAiAAAFHGVuVVMAAAAmAAAFPmFyRUcAAAAmAAAFZABWAWEAZQBvAGIAZQBjAG4A%2FQAgAFIARwBCACAAcAByAG8AZgBpAGwARwBlAG4AZQByAGUAbAAgAFIARwBCAC0AcAByAG8AZgBpAGwAUABlAHIAZgBpAGwAIABSAEcAQgAgAGcAZQBuAOgAcgBpAGMAQx6lAHUAIABoAOwAbgBoACAAUgBHAEIAIABDAGgAdQBuAGcAUABlAHIAZgBpAGwAIABSAEcAQgAgAEcAZQBuAOkAcgBpAGMAbwQXBDAEMwQwBDsETAQ9BDgEOQAgBD8EQAQ%2BBEQEMAQ5BDsAIABSAEcAQgBQAHIAbwBmAGkAbAAgAGcA6QBuAOkAcgBpAHEAdQBlACAAUgBWAEIAwQBsAHQAYQBsAOEAbgBvAHMAIABSAEcAQgAgAHAAcgBvAGYAaQBskBp1KABSAEcAQoJyX2ljz4%2Fwx3y8GAAgAFIARwBCACDVBLhc0wzHfABHAGUAbgBlAHIAaQBzAGsAIABSAEcAQgAtAHAAcgBvAGYAaQBsAE8AYgBlAGMAbgD9ACAAUgBHAEIAIABwAHIAbwBmAGkAbAXkBegF1QXkBdkF3AAgAFIARwBCACAF2wXcBdwF2QBQAHIAbwBmAGkAbAAgAFIARwBCACAAZwBlAG4AZQByAGkAYwBBAGwAbABnAGUAbQBlAGkAbgBlAHMAIABSAEcAQgAtAFAAcgBvAGYAaQBsAFAAcgBvAGYAaQBsAG8AIABSAEcAQgAgAGcAZQBuAGUAcgBpAGMAb2ZukBoAUgBHAEJjz4%2FwZYdO9k4AgiwAIABSAEcAQgAgMNcw7TDVMKEwpDDrA5MDtQO9A7kDugPMACADwAPBA78DxgOvA7sAIABSAEcAQgBQAGUAcgBmAGkAbAAgAFIARwBCACAAZwBlAG4A6QByAGkAYwBvAEEAbABnAGUAbQBlAGUAbgAgAFIARwBCAC0AcAByAG8AZgBpAGUAbA5CDhsOIw5EDh8OJQ5MACAAUgBHAEIAIA4XDjEOSA4nDkQOGwBHAGUAbgBlAGwAIABSAEcAQgAgAFAAcgBvAGYAaQBsAGkAWQBsAGUAaQBuAGUAbgAgAFIARwBCAC0AcAByAG8AZgBpAGkAbABpAEcAZQBuAGUAcgBpAQ0AawBpACAAUgBHAEIAIABwAHIAbwBmAGkAbABVAG4AaQB3AGUAcgBzAGEAbABuAHkAIABwAHIAbwBmAGkAbAAgAFIARwBCBB4EMQRJBDgEOQAgBD8EQAQ%2BBEQEOAQ7BEwAIABSAEcAQgBHAGUAbgBlAHIAaQBjACAAUgBHAEIAIABQAHIAbwBmAGkAbABlBkUGRAZBACAGKgY5BjEGSgZBACAAUgBHAEIAIAYnBkQGOQYnBkUAAHRleHQAAAAAQ29weXJpZ2h0IDIwMDcgQXBwbGUgSW5jLiwgYWxsIHJpZ2h0cyByZXNlcnZlZC4AWFlaIAAAAAAAAPNSAAEAAAABFs9YWVogAAAAAAAAdE0AAD3uAAAD0FhZWiAAAAAAAABadQAArHMAABc0WFlaIAAAAAAAACgaAAAVnwAAuDZjdXJ2AAAAAAAAAAEBzQAAc2YzMgAAAAAAAQxCAAAF3v%2F%2F8yYAAAeSAAD9kf%2F%2F%2B6L%2F%2F%2F2jAAAD3AAAwGz%2FwAARCADLAjcDASIAAhEBAxEB%2F8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL%2F8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4%2BTl5ufo6erx8vP09fb3%2BPn6%2F8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL%2F8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3%2BPn6%2F9sAQwABAQEBAQECAQECAwICAgMEAwMDAwQGBAQEBAQGBwYGBgYGBgcHBwcHBwcHCAgICAgICQkJCQkLCwsLCwsLCwsL%2F9sAQwECAgIDAwMFAwMFCwgGCAsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsL%2F90ABAAk%2F9oADAMBAAIRAxEAPwD%2B%2FiiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP%2FQ%2Fv4ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigD%2F0f7%2BKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA%2F9L%2B%2FiiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP%2FT%2Fv4ooooAKKKKACiivkD9rX9qjSf2dvDUenaQiX3inVI2NjavkxxIDtM82CDsU%2FdXIMjDAIAZlAPXPjD8e%2Fhd8C9IGq%2FELUlgklBMFpEPNup8Z%2B5GOSOMbjhQeCRmvyu%2BJf8AwUu%2BJOtzyWnws0q20O0yQs94PtN0R2O0ERIfUESfWvz%2FANW1jx18U%2FGR1HWp7rX9f1eZUDFfMnnkbhUREAAAHCqoCqBwABX6Y%2FBD%2Fgmxc6jZ2%2FiH4638lp5irINKsWHmLkA7ZpsMMjkMsY%2Bj1VkibtnxBrX7Vf7RuuymXUPGepoT2t5RbD8oQgrHtv2j%2Fj7bTCaDxtrRYdN99M449mZgfxFfvr4a%2FZP%2FAGcPClqtpp3g3TJ9oA33kC3chx6vPvb9a6HVP2dvgHrUTw6l4K0OQOMFvsEKtj2YIGH4Gi6CzPxN8Hft7ftK%2BE5l%2B2atBrcAIzFqFurZHs8XluM%2B5P0r9Dvgp%2FwUN%2BF3xBuYvD%2FxEhPhbU5WCJJK%2FmWUhP8A02wPLOe0gCjjDGovih%2FwTi%2BDfiq2kuvh1NceGL7BKKjNc2rN%2FtRyEuBn%2B46gehr8kPjN8A%2FiZ8CNaGjfEGx2wTEi2vYMvaXA5%2B4%2BBhsAkowDgc4xgl6MNUf09I6SoJIyGVhkEcgg06vxS%2F4J9%2FG34yjxnF8IbO3k13w0E3yeY2P7KT5v3iOQco5%2BXyievKbcMG%2Fa2paGncKKKKQwor87PHP%2FAAUv%2BA%2Fgr4jP4KjgvdU061lMN5rFmqSW0Tjhti7t8qoeGZBjg7d2Ofv%2FAETW9H8S6Pa%2BIfD9zHeWN9Ek9vPCweOSOQZVlYcEEHINcuHx2HrylCjNScd7PY48NmGGxEpQoVFJx3salFFFdR2BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQB%2FOj%2FwAFYf8AgoX%2B1b%2Byr%2B0rp3w4%2BCmt2enaPcaBbX7xT2EVy5nlmuEY75ATjEa4A4FfmR%2Fw%2Bl%2F4KF5z%2FwAJRpn%2FAIKLf%2FCvYf8AgvX%2FAMnm6P8A9ipZf%2BlN3X4l1otiG9T%2By%2F8A4I9%2Ftd%2FHr9rn4f8AjfxB8eNUt9UutF1W3tbQ29pHaiOKSAOwIjADZbnJ559K%2FYmv54v%2BDec%2F8Wk%2BJY9NdtP%2FAElFf0O1MtylsFFFFSMKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP%2F%2FU%2Fv4ooooAKKKKAOW8b%2BMdD%2BHvg%2FU%2FHHiWXybDSbaS6nYDJ2RgkgDux6KBySQBX8v%2FAMTviR4g%2BK3jnVPiP4tYi61GUyeWWLLBEPuRKT%2FDGuAMYycnqTn9f%2F8Agpn4%2Bk0X4WaR8PbOXZJr195s6g8tb2Y3kH280xHt0%2Btfnr%2BxZ8MLf4p%2FtCaRY6lH5lhowbV7lSMqwtWXylPbmZkJB4KgiqWxL7H6e%2FsR%2FstWnwg8Jw%2FEPxnbK3irV4g%2BHX5rC3kAIhGekh6ysMcnZyFyfveiipbKCiiigArlfGvgjwn8RfDV14P8bWEWo6deLtkhlGR7Mp6qynlWUhlPIIPNdVRQB5B8E%2Fgh4H%2BAng1fBngiORkMjSz3Nxta4uJGP3pGVVB2jCqAAAoArO%2BO37RXwo%2FZw8Mw%2BKPipqJs47uQw2sMaGWe4kAyVRB6DqzEKMjJGRn3Cvwx%2FwCCzeg6kzfDzxQilrSN9RtHODtSSRYnXvjLBGxwDgHr2%2Bj4TymhmebUcFiZNQle9t9It21vvax8bx%2Fn%2BJyTIMTmeDgpVIKNk7296UY3aVm7Xvv%2BB93fDz%2Fgov8AsjfES%2Bj0m38UppF5MxVItWjezBxnB81x5QzjgFwecYzxS%2Ft6fHS5%2BEXwBnPhK8SLWfErrYWEiON6xyDdNMg%2Fi2R5wR0ZlOelfymPs2HzMbcc56Yr7M8W%2FHLxf%2Bz%2FAPDb4afB21tLDXtEvdBPiDWNI1eE3FvPJq00phCkjfbtFbhHikhdW3OWOQSK%2B1438MKdDC2ynENVJ3ilPXo23zJK1ttnq076H4fw9444zGYbEQzajGKjFfvKd9HKSik4tu71bumrKLtFs8piiSCJYYhhUAUD2Ffsb%2FwS8%2BO8jf2j%2Bzz4kuy3kIb%2FAEVZCBiPJ8%2BBCTk7SQ6qBwpbsK%2BE%2Fhl8C9E%2FaO0aP4l%2FBma90Xw2srpq8OqQSXkulvHH5jJayRKo1JcAhRHtmT5TMFDBq9y%2BEHjXwB4H8W6P4Z%2BHGlnTtD1eSPT9V1W7OdavILzMTt56FhaqDIGSK327SoJcnp%2FHmPzH%2FVLMqdLNX7Oo3y8u7abSb0dlFXT5m%2BmibVj9e8P%2BHsdmFWOY4Jr6uldzvpKPaK0bemztZqzs0z9bfjT%2B2V%2BzP%2Bz9cHTfij4tsrPUdrFdPiJuLslVLYMUQZlzjALhVz3rzz4E%2FwDBQ%2F8AZe%2FaJ8eL8M%2Fh%2Fq9zHrU6O9rb39pLam5WNd7%2BUXG1ioySpIbAJAIGa%2FkZ8VeDb34e%2BMtb8DaquL3RtRu7C4Yj5nktpWjLN3y23PJJ55Jr6j%2FYA8Oan4n%2FAG0vh5aaSjO9nqEl9KEO3EFvBIXJJ428gH1zgckCvco8bY2rjadFUoqLkotat6u291r8j%2B6cb4IZHhMlxGLliqk6kKcpqfuxheMXJPls3yu2vvXt1R%2FZFUNzc21nbyXl5IsUUSl3dyFVVUZJJPAAHUmpq%2Fn3%2FbJ%2Fag1%2F4y%2BNr7wX4eu3h8I6XMYIoUOFvJYSQ08hHLKW%2FwBWpJXaA2Nx4%2FUErn8st2P1C8a%2Ft5fs1eC7mSyGsyavNHkFdNga4UkdhJxGc%2BofHvXntl%2FwUt%2FZ6ubnybu01q0jzzLJaIygeuI5Xf8AJc1%2BfnwP%2FYV%2BLfxj0ODxdeSweHtHu1D2812rPPMjDKukK4%2BRhyrM65HIBBBr6A1D%2Fglv4jitS%2BleNLaabHCy2DRIT7sJnOPfbT0Fdn6BeAf2sf2e%2FiRcR2PhzxNapdycLbXZNrKx9FWULuPsua%2Bia%2Fm%2B%2BKn7G3x%2B%2BFEEl%2FrWjDVdPjBZrvSi11Gqjkl02rKgA5JZNo%2FvGvqL%2FgnP4q%2BOeveNptAsdUln8F6ZAXvIboedGkkgIijgY%2FNGxOWIU7NqnK5ZTRYLn7B%2BJvEmi%2BD%2FAA9e%2BK%2FEc32aw06B7i4lKltkUYLMcKCxwB0AJPavnfSP20%2F2Zde1W00PSPE6TXV%2FNHbwRi1uQXklYKoyYgBkkDJwB3rtP2mP%2BTevGv8A2Bb3%2FwBFNX85Hwrv7HSviZ4a1TVJkt7W11WymmlkOEjjjmRmY9eFAJoSBs%2Fqa1LU9N0bT5tW1i4jtLW3QySzTOI440XkszMQAAOpJxXxN40%2F4KG%2Fs6eE7t7HTbi%2B16SMlSdOt8x5Ho8rRqwz3UsO%2FSvzd%2FaE%2BOfxL%2Fa7%2BJq%2BAPh7a3NxokEzJpumWwJNzsJH2qfoBkHI34SJTzhixPpfhf8A4Jl%2FFzVLBLvxTrmm6TK4B8iMSXTLnsxARcj%2FAGSw96LW3C%2FY%2BrND%2FwCCmHwI1GdYdY07WdMDdZJII5UX6%2BVK7c%2BymvtH4d%2FFT4efFjRzrvw71a31W3U7X8o4eNvSSNgHQnqAygkc9K%2FEL4pf8E%2Fvjn8O9Kl1%2FRRb%2BJrSBd0iaeH%2B1AeogK5ceyMzf7NfJfgH4geL%2Fhh4oh8a%2BAb59P1GAFRInKumclJFPDoSOVbjv1ANFl0C7P6sa8z%2BJXxj%2BGXwh05dS%2BIus2%2BmLIMxxuS00mP7kSgu3vhSB3r4q8e%2F8FAvDenfADSvHPhKGNvFWuK9umnSHctnPFxLJKAQTErYMfQyhl6DcV%2FLzwR8Lfjt%2B1L4vvNa0uOfW72WT%2FTdUvX2QRscHDyEYGARtijUlVxtTaOEl3G2fqfrX%2FBTP4EWE7Q6PpmtakoPEkdvFEh%2Bnmyo35qK6bwn%2FwAFFv2dfEd0lnq0moaGzkKHvrbMeT6tC0oA92wPwzXyRaf8EvviNJZCS%2B8U6bFc4GY44ZZEB7jedhI99g%2BlfMHxt%2FZH%2BMnwKtTrfiS1iv8ASAwU39gzSxR5OB5oZVaPPHJBXJA3Z4p2Qrs%2Fou0HxBoXinSINf8ADN7BqFjcruiuLaRZYnX1VlJB%2FA1r1%2FNB%2Bzp%2B0R4v%2FZ38Yx6vozvcaLcyA6lpoI2XCYwXXP3ZV6qwxuxtbK1%2FSR4f17SPFOhWXibQJ1ubHUII7m3mX7rxSqGVh9QQaTVhp3NeiivyN%2Fa6%2Fbr1Oz1K7%2BF3wLuhA1u%2FlXusxkM29T88VvkEDHRpeuchMcPQkDZ%2BiPxM%2BP3wd%2BEA8v4g6%2FbWNwV3ragmW5YHoRDGGkwfXbj3r5N1n%2Fgpj8CLGcxaTputaigP%2BsjgiiVh6gSyo34FRX5CfDf4SfFP44%2BIprLwLp1xq1yz7rq7kY%2BUjNyWmnc4DHrgku3YGvu3QP8Agl94%2FurNZfFHiqwsZyOY7a3kulH%2FAAJmhz2%2Fh%2F8AruyW4rs%2BofDf%2FBST9nvWZlg1mLVtHztG%2B5tRIgJ68wPKQB6kY%2FHivsXwF8T%2FAIefFHSzrHw91m01eBcBzbyBmjJ5xIn3kb%2FZYA%2B1fjl44%2F4JqfGHQLN77wZqlhr%2FAJYJMBDWk7cdEDloyf8AekUe9fDsMvxE%2BDfjhnt2vvDXiHTWAbhredPQMCBujbqAQUcc8g0WQXfU%2Fqqor4A%2FY%2F8A2zbb42Mnw6%2BIKx2niqGHdFInEWoJGPndRjCSDq0ecEZZeAwX7%2FqSj%2BPv%2FgvX%2FwAnm6P%2FANipZf8ApTd1%2BJdftp%2FwXr%2F5PN0f%2FsVLL%2F0pu6%2FEutEQ9z%2Bpv%2Fg3nP8AxaT4lj0120%2F9JRX9Dtfzxf8ABvOf%2BLSfEsemu2n%2FAKSiv6HamW5S2CiiipGFFFfOn7Vf7TXw%2B%2FZG%2BCeq%2FGr4iMXt7ILDaWkZxLe3suRDbx8HDO3VsEIoZ2%2BVSaAO3%2BMfxu%2BFH7P3ge5%2BI%2Fxk1220DR7XAae4Y5dz0SNFBeRz2RFZj2Ffg78a%2FwDg4J8I6Xfz6V%2Bz14EuNZiRmRNR1uf7FG2MgOlvGskrKeCA7xNjqFNfgL%2B0%2FwDtQ%2FFz9rn4nzfFD4wX32icM62FlGSLTToGx%2B6t0JO0EAb2%2B%2FIRliT0%2Bd6tRSJcj9tLz%2Fgvj%2B2nPe%2BfZ6H4Ot4eP3JsbyT82%2B2rnP0Fe%2B%2FDH%2Fg4T8bwX0Vv8Z%2FhvZXNqW%2Fe3Gh3rwyqpP8ADBcI6uQPWdAf9mv5yfPhwW3DCkhj2BHqe1SgggEdDTt5Cuz%2B%2FwB%2FZZ%2Fbl%2FZv%2FbC0p7j4N64JNTtoxLd6PeL9m1G2XgbmhY%2FMgJA8yMvHk43Z4r2b43eLPiN4E%2BFms%2BMfhP4dXxbr2mwie20drj7KbwIwMkaS7JMSeXuKDaQzgLxnI%2FzwvBfjLxZ8OvF2m%2BPvAeoz6RrekTrcWV7bNslhlXuDyCCOGUgqykqwKkiv7bf%2BCZn7dtl%2B2x8GJJfEwjtfHPhgx2uu20YCpL5mfJu4h2jnVTleNkiunKhWaXHqUmfl6v8AwcO6iVBPwmjHTIOtMCD3yDZZH0PI709P%2BDh68R1af4Sq0YYbxHreXK552hrNVLYzjJAJ6kCvn3%2FgtB%2Bwl%2FwpP4it%2B1F8MbIJ4T8XXQTVbeBDs0%2FVZQSZCFGFhuyM5OAJyR%2Fy0QV%2BF7feqrK17E3Z%2Fo9%2FC%2F4l%2BC%2FjJ8PNG%2BKfw6vk1HQ9etI7yzuE%2FijlGRkdVZTlWU4KsCpAIIru6%2FlH%2FwCCIH7bh%2BHXjg%2Fse%2FEW6I0TxPcPceHJXPy2upsGea3JJwsd0BvjAwBOGHLTDH9IH7TP7Q3gX9ln4J678b%2FiE5Nlo8GYrZCBNd3L%2FLDbxZ43yyEKCeFyWYhQSIa1KTPiX%2FgoR%2FwVC8IfsN%2BIdC8BaXoQ8W%2BI9Uja8urMXYtFs7IZVHdxHKd8rgiNNvKo7EjChvzq%2FwCIh7UCP%2BSTxd%2F%2BY2fw%2FwCXKv59vjB8WfG%2Fx2%2BKGu%2FGH4j3H2rW%2FEN293csCSibuEijzyIoUCxxjqEUZycms34a%2FDvxj8XfiDovwt%2BHtmdQ1zxBdx2VlbjjdK%2FOWP8ACiKGeRjwkasx4Bq1FE8x%2FYF%2Bwb%2FwU1%2BJf7c3xQu%2FCeifDKPQ%2FD%2Bj25uNV1ltUa4WAuCIIUT7LGHllcEgbgFjVmPIUN%2BwFfK37Gf7Kvg39jn4B6T8G%2FCm24uYh9q1a%2FC7Xv8AUZgPOnbuASAkaknZEqJk7a%2Bqah26FhRRRSAKKKKAP%2F%2FV%2Fv4ooooAKKKKAPxJ%2FwCCnepTTfFzw%2Fo7f6u20jzl%2Bs80it%2F6LFdr%2FwAEttHhl1bxn4gYL5kMVlbKeNwEhldvcA7V%2FKuH%2FwCCnVhLF8X9A1RvuT6OIl%2BsM8hP%2FowV2v8AwS21qKLWPGfhxyN88VldIM84jMqNx6fMtV0I6n7CUUUVJYUUUUAFFFFABXxv%2B2h8JvBn7Rfwon%2BDt7q9vp%2BuNcQ3emyMpmeK4hOeY0yx3xl0x1O7jJ4PSfH%2FAOJGvaHeQ%2BDdBka08%2BHzprhDtkKliAqHt0O4jntx3%2BQ4mlt5hdWzlJlcSCTPzBwchs9SQea%2FJOI%2FGaXD%2BaqhldLmrUZRcpN2Sas2orq7aXdkn0krk43JMPmODq4TGK9KpFxa8np8vK2vazPgXS%2F2VP2Y9EtQms3%2FAIk8W3PIyrQaPbMDwMKBcyc8H5mHUeoFfe2t%2Fsv%2FALP3jL4lX%2FiTxr4BsJ7LR47bSUuLm6upprxrG1jhSCKPzkhRYVUCSUJg4xjfkjRuPhPpvjrxUnj2aX7Pos7rJqqK481bwuC8cS5UgTn94GGFQF%2BpVVr6K8Y30974pv5r19xt5XhXJGEjQ8Aeg%2FAZ6mv1bO%2FEvHY7CUcdQxkp86vFp2SUlfaNrbarurPaz%2FM%2BHfDzLsK6tCtgacYRkrJwUubl5tbz5pfaVne%2B6vuYGk2vhjQrDSdM0bQNMtIdBQx6asMJQWiEg%2FusN8pOBuYfM3cmuB8c%2FCjwD4vtbnxFovgzSNQ8QBpZ54HE0DXiu29nheGRCJwwBKtkuCdp6g9scFT5hK5IDc8ZIxgE%2FwBMc1NFJKrCQZR1IIIPQ9cg9etfj2cQ%2FtOjOjjXz819Woyab%2B1HmUkpedmns002j9XwFd4NxeHXKlbRXSsla2jWltNNuh%2BbX7RP7Ov7LfxG%2BK2s%2BK9b0%2FxBpeqa4ttqU97peoRyAy3cCSnfbXMZVSNwBXcDgA5GSD7Z%2FwAE%2FwD9lD4Xfs%2BfEK%2B%2BNFz4r%2FteLVrQ6Xo39oWn2KeAhw11vw7xOSREqyIwBwy4BzX0F8cfhBqXxL1%2Bw8WeH7uKO%2FksLZtTFwRGkcChs3O4nJ2jCuoXOcEA81yesXOl3E0djoMXkaVYxC2sYSMbYFJILeruSXc92Jr81xHEGe5DnOJr5jCFSClejeKjzKTvdcltIR0fNzNTcVeVpM%2FUsdxtjKuRwy6li5uNSKjOLalZRtpeScle20Wly3VrWP0W%2BJF9c2Pw31%2FUtN%2BaaHTbqWLBPLLExXkc9fSv5cPBZ0RfFOiN4oZRpf260%2B3M%2FCi281POLe2zcT7V%2B2nw5%2BIOr%2BGNQj0O8LX%2Bj3rC3ms5PnXbKdp2A9OvK9D0r8uf2lf2evEn7Pvj640a6glk0G7lZ9KviCUkhYkrEz9POjAwwOC2N4GDx%2FQPBXGWG4hws61KDhODSlF62b2afVPW2iejuj8nxFF035H9KVstulvGtoFEQUBAmAoXHGMcYx0qav55vgP%2B258W%2Fglp9v4WmEfiDQLYBIrO7YpLAg6LDMASqjsrq6gABdor9Jfh9%2FwUU%2BAPi4JbeKXu%2FDV02BtvIjLCSfSWHeAPdwlfYNGdz70rn9B8J%2BF%2FCzXj%2BGtOttPOo3DXV19niWPzp2ABkfaBuYgDJPJxS%2BGvFXhnxlpSa54S1C21Ozk%2B7PayrLGT6blJGfUVv0hnh%2F7TH%2FJvXjX%2FALAt7%2F6Kav5imdYoTI%2FCquT9BX9Ov7TH%2FJvXjX%2FsC3v%2FAKKav5wvhnpdrrXxG8OaNfKGhutUsoXB5BV5kB%2BvXp3q4kyP3w%2FY4%2FZ40z4H%2FDK2v9Tt0%2F4SXWokuNRnIBeMMNyW6nGQkY6jOC%2B5u4x9e0UVBQV%2BGn%2FBRX4Kab4C%2BIdl8TvDcCwWXifzBdxoMIt%2FH8zPjoDMh3EDqyMx5Y1%2B5dfnX%2FwUysref4E6ZeyLmS31uDYfTfFMD%2BlNbiex%2BNPw08B6p8T%2FAIg6P8PtFIS41i6S38wjIjTq7kdwiBmx3xiv6dPh38PfCnws8H2XgfwXara2FkgVQANzt%2FFI5AG53PLN3Nfhz%2FwTtsre7%2FaYtp51DNbaZeSR5%2Fhc7Ez%2FAN8swz71%2B%2FlOQohVPUdO0%2FV9Pn0nVoI7m1uo2hmhlUPHJG4IZWU5BUg4IPBFXKKko%2FmV%2FaW%2BE8PwV%2BNWs%2BA7HP2BXF1Y5JJFrcZZFyeTsOY8nk7cnrmv1w%2F4JxeNLjxN%2Bz62gXjln8PajPYx7jk%2BSypMn0A8wqB6LXx1%2FwAFObSCL4zaDexriSfRgrn1Ec8m38txr3b%2FAIJbMf8AhAvF6noNVi%2FWBPxqnsQtz2n9vD453vwi%2BEo0HwzcNb654kdrWCRDh4YFAM8gI5BCkIpHIZwR0r8Y%2FwBn34Mar8c%2Fibp%2Fw70g%2FZ7cjz72YYHkWcRUSMvBG45CoMEbiM8AmvpT%2Fgo74pudb%2FaDTw%2B0mYNE02CJE7LJOWldvqwKA%2F7or6r%2FAOCYfgm2sfh54g%2BIcyf6TqWoCyjY%2FwDPC1RW4PvJI4P%2B6PSnsh7s%2FQn4ffD7wl8LvCVn4J8E2aWWn2abVRfvM38Tu3VnY8sx5JrtKKKgoK%2Ba%2FwBpb9mzwp%2B0N4PexvFS012zRm07UAPmjfBwjkAloWP31%2FEYYA19KUUAfygyJ4q%2BHni4xkyaVrmh3fUY8y3ubdu3UEqw9wfcV%2FS58AvivZ%2FGz4TaP8RLdVjlvIyl1EnSO5hYpKozzjepK55KkHvX5A%2F8FH%2FA9r4Z%2BO9t4pskCJ4i09JpcDAae2PlO31KeUPw9cmvoz%2Fgl14pnuvDPi7wTIzGOwura9QHkD7Ujo2PT%2FUg4%2FGqe1yVvY%2FE%2FwD4L1%2F8nm6P%2FwBipZf%2BlN3X4l1%2B2n%2FBev8A5PN0f%2FsVLL%2F0pu6%2FEuqQnuf1N%2F8ABvOf%2BLSfEsemu2n%2FAKSiv6Ha%2Fni%2F4N5z%2FwAWk%2BJY9NdtP%2FSUV%2FQ7Uy3KWwUUUVIwr%2BOn%2FguD%2B0lf%2FFf9qZPgjpdwf7C%2BHUKwtErHZLql5Gss0pGcExxNHEuRlT5nOGr%2Bxav85b43%2BMrv4i%2FGzxn4%2Fv5DLNrWvaleMxO7%2FXXEjAA88KMKvooFVEmR5iBk4r%2BhL%2Fgkb%2FwTD8E%2FGnwvF%2B1H%2B0fp%2FwDaehSzumgaLP8A8e94IGZJLm6TH7yIuNsUZIR9rM4ZWUV%2FPU4cowjO1sHBIzg9uK%2FpR%2BFX%2FBdX4PfCL4Y%2BHfhV4Y%2BF%2BqLp3hvTbXTLYf2hDny7WNYlJ%2Fd8khcknk9TzVPbQSP6QdL8EeC9D0RPDOi6RZWemxR%2BUlpBbxxwKgGNojUBQuOMYxivxN%2F4Kdf8Eqfhn8Rfhpq%2Fxx%2FZu0G30HxpokL3txp2nRiC11eCMFpU8lBtW625aORFBkb5HzuDJ5d%2FxEM%2FDv8A6Jjqn%2Fgxh%2F8AjdH%2FABEM%2FDv%2FAKJjqn%2Fgwh%2F%2BN1KTWw7o%2FlwR0kQSRncrAEEdCDX3n%2FwTU%2FaHuv2a%2FwBsbwl4vnnMWj6zONC1dc7Va01BlQM3tFP5U3rhCB1r428can4f1vxtrOueErJtM0q%2Bv7q5s7NmDG2gmlZ44sqAD5asF4AHHArkLp547WSW1do5UUsjLkMrLyCMc5B5FWSf6P8A8Vfhf4J%2BNXw41r4UfEazF%2Foev2slneQElS0cgxlWHKupwyMOVYAjkCv4IP2vP2YPG37IXx31j4MeMt1xHbN9o0y%2FIwt9p0pPkTDgDdgFJVHCyqwGVwT%2FAHvfCXxa%2Fj%2F4V%2BGfHcmA2t6VZX5wcjNzCknb%2Fer4Y%2F4KdfsNWP7Z%2FwAC2HhiGNPHfhYS3mgXDEL5xYAzWbseBHchVGSQElVHPCkGIu2hbVz%2BHSCe6tZ0u7GeW2nhZZIpoHMcsUiEMro64ZXVgCrAgggEc198ftr%2FAPBQT4p%2FtraB4I8M%2BNYls7TwpYobqOI%2Fu7%2FWGUxy3pUABMxnbHHzs3yYOHwPgu8sr7TbybTNUt5bS7tpHhnt50McsMsZKvG6Ngq6MCrKRkEEHmq1WQISqgsxAA5JPQCv61%2F%2BCLX7Br%2FB3wEP2qPivYeV4r8V223SLadf3mnaU%2FIcgj5Jrvh27rEEXhjItfkj%2FwAEmv2DT%2B1r8Ym%2BIPxGsWk%2BH3g6WOW8WVCYtSvx88VmCRtZFAElyOTsKIRiXI%2FtPAAGBwBUyfQpIWiiioKCiiigAooooA%2F%2F1v7%2BKKKKACiiigD8zv8Agpv4Dm1j4Z6J8QrRdzaFfGCb2gvQFz%2BEiRj8a%2FPb9jH4pW%2Fwo%2FaD0fUtSkEWn6wG0i6Y%2FdVbpl8tj6ATLHk8YUkk4zX9BXxA8E6L8SPBOqeA%2FESlrLVbaS2lx95Q4wGX0ZThlPYgGv5fviH8PvEXwx8Zal8O%2FGMe2%2B02UwyHHySqeVkTplJFIZfY4ODkVcdiX3P6saK%2BAf2Hv2prb4t%2BFYvhr43uQPFekRbVZzzfW0eAsoJzmRRgSjOSfnHDEL9%2FVDRQUUUUAFFFcx4y8Z%2BF%2Fh74Zu%2FGPjO9j0%2FTbFN808mcAdAAACWZiQFVQWYkAAkgUAc78SPhlovxI06O31B3t7m3JaCeM%2FMhODgjjcpIGVPXHWvjHXPgz8TdFvk0xbIXnnuY4rm3G6IFjhS65DqAPvE8cHkcV9EfAD9qH4cftDxX8PhUyWd%2Fp8jF7K62rO1vuwkwCkgq3GcElGOGxkZ%2Bc%2F8AgqB%2B0Pq%2FwD%2FZrmtfB161j4i8V3SaTYzxSGOaBGUyTzRkchkjQqCCMM6nPr%2Bccb8C5NmMJ5jik4VIq7lC15W0Sad030T0eyvZWPb4ey7E5nj6GW4X4qklFX2V92%2FJK7fknY8iuvjvD4b8fRab4cUah4Y0vdZzW5IX7aGcNLcEgjD7xmEn7qqB3NfVfi2DyfENzdqRNDdTNLE4weWwWQ8%2FK6Z%2BZeDjnHNfzV6H%2B3f%2B0bpccaeKZ9K8aLCgRf8AhIrBLmdkUHCG6iMNwR8x5aRiCc9eT%2ByqftZ6Hph0nxJdeFo7yy8Y6FpGtT%2FZb%2BVIw88KK5jidWVZImjeNWVxuCgMTkkflGUYmpktKvLMcYp4edSHLeEo%2By92asoxVT3NIRS5rJK%2B7al%2Bm8eeHOKyyFBqnHZxTjK6k1Z68yi07Xd7O%2B2y0%2BnDxySUHIyW5yTx6j6enSpbeGe7uVtrCIzTykrGiZJdhjr2yMd%2BgBPTNYFp49%2BH2uaUPFXgu2udU0Xy2eW%2BOoRW8ViIQDL9u85F%2BzbBljnduUFhkEZ%2FP%2F4o%2FwDBSbwH%2FwAJTc%2FCP4EeDpPFlvqrx6YdTur%2BW1%2B1SzsEEcIijWVrctgE7o2lBIxjr%2By8PcI43OVGrgnGVK1%2BdSTjbye2vr52sj%2BduJeK8tyKK%2FtKpyTbtGLUuZvsopOVu7tZep9k%2FHH4tal4Q8Taf4X8HyIraZb2c9zdBt8V3%2B7DpF8rYNuUJLKMBzzjpm9p3hPV%2FGKWWufD%2BwlutO1aJZ4Qv3LZs7ZYXkcgfunDYPUrjAJ6%2Fmh%2B0t%2B2t8RdE%2BNPijwn8NNK0LR7fRNQfTbe%2BNiLy8ZbDFv964aSNQDH8uyNSMDvkn3z%2FgmT%2B1j8SvGHxz1b4bfFzXbrXJPElo11ZyXTlzHc2fLRxKMJGjxMzFVXGUGMc5%2FSOMPAWeb5FDFYxqCopTXI7z5XbmWsbJNay31in0PzbJfFzL3xJLK4znL2s3BNpKEZK6jZ3u7v3fhV273P1X%2BFnwGg8KXMPiDxbML7UIceUgwYYmHR%2FuqWf3wFHYZ5r3PxH4Z8OeMNHm8PeK7C31KwuBiS3uY1ljbHIyrAg4PI9DW5RXy%2BR5BgcowywuAp8sd31cn3k92%2F%2BGVloftkpuTvJn5rfEv%2FAIJo%2FC%2FxBJJqPw01S68Ozsci3k%2F0u0%2BgDESr7fvCB%2Fd7V8OeP%2F2Av2jPBPmXWmWNr4htFyQ%2BmzZlCj%2B9FKI2yfRDJX9BlFe1dkcp%2FKl4f8R%2FEL4ReLHvvDtze%2BHNatHAlUBoJVZf4ZY3HzD%2FAGZFIIPQg1%2B0P7HX7Z7%2FABnul%2BGnxJWO38TJGz29xENkV%2BkYy3yjhJVX5mUcMMsoABUe4ftRfs%2B%2BC%2Fjh8O7%2FAPtO2ih1vT7aSXTtRC4lhkQbgpYDJicjDocgg5GGAI%2Fn4%2BDviG%2B0D4n%2BGPE%2BlN5c9tqNpKnOOC6ggnphlJU%2Bxqt0Tsf0Z%2FtMf8m9eNf%2BwLe%2F%2Bimr%2BdP4N8fFvwn%2FANhnT%2F8A0elf0WftMf8AJvXjX%2FsC3v8A6Kav50%2Fg3x8W%2FCf%2FAGGdP%2F8AR6URHI%2FqcoooqCgr89f%2BClo%2F4sBY%2FwDYbtv%2FAEVNX6FV%2Bev%2FAAUtH%2FFgLH%2FsN23%2FAKKmpoT2Phj%2FAIJyf8nIj%2FsE3f8A6FHX741%2BB3%2FBOT%2Fk5Ef9gm7%2FAPQo6%2FfGnIIhRRRUjPxJ%2FwCCnv8AyVvw5%2F2CG%2F8ARzV7Z%2FwS2%2F5ETxf%2FANhWL%2F0QteJ%2F8FPf%2BSt%2BHP8AsEN%2F6Oava%2F8Aglrj%2FhBPGGP%2BgrDn%2FvwlV0I6nxl%2B31ZT2n7UeuSzZxc29lKm7%2B75Kpx7ZU%2Fjmv0U%2FwCCa2qWt9%2Bz1cafAf3lhrF1FKOmGdY5R%2F464r59%2FwCCnfw2nh1jw98XrKLMM0baTduP4XUtLBn6gyjPsBXlX%2FBPL42WXw7%2BJ9z8PPEU6wab4qEaQO5wqX8Z2xDnp5ysU92CDvT6DW5%2B7dFFFQUFFFQ3Nzb2VtJeXcixRRKXd3IVVVRkkk8AAdSaAPxr%2FwCCo2pW83jbwfo6YMttY3kz4IyFmkjVcjrgmNsfjW5%2FwSxs5%2F7R8d6gVIiMemRhuxYG5JH1AI%2FOvhz9qD4uxfGz41av42sGLaahWz0%2FIxm2gyFbBwfnYs%2FPIDAdq%2FX7%2Fgn38NLrwH8AbfXdUjMd54mnbUircFYGASD%2FAL6jUSf8Dx2qntYlbn873%2FBev%2Fk83R%2F%2BxUsv%2FSm7r8S6%2FbT%2FAIL1%2FwDJ5uj%2FAPYqWX%2FpTd1%2BJdUhPc%2Fqb%2F4N5z%2FxaT4lj0120%2F8ASUV%2FQ7X8t%2F8AwRF%2Fab%2FZ8%2BAXwy8faV8afGOleGLnUdYtp7WLULhYXliW3Cl1DdQGBBI6Ec9s%2Ft7%2FAMPGf2E%2Bn%2FC1%2FDfb%2Fl%2BTv071MlqUtj7Tor4s%2FwCHjX7CWM%2F8LY8N46%2F8fydPzo%2F4eM%2FsJ9P%2BFr%2BG%2B%2F8Ay%2FJ2696VmM%2B06%2FzdfiDo914d%2BIXiHw9fL5c2n6tf2siZztaC4kQjPfBXGa%2Fu3P8AwUa%2FYSAyfix4b%2F8AA5O%2F41%2FI9%2FwU3%2BGejeC%2F2sNY%2BIPgWaK%2B8H%2FEqKLxboN%2Fa%2FNbXMOoDdOY3HBIuN7EDkLIhONwzUexMj8%2BmZUUu5woGST2Ar7N0%2F8A4J2%2Ftzarp9vqul%2FC%2FWri1u4knhljELJJHIoZWBEvQqQf5818ar1zX9bf%2FBGf9vbwd8SfhLpH7JfxEv4rHxh4UtxZaMs77Tqml26%2FuhETw01tGPLdMliiCQZy%2B1va5KP5%2Bf8Ah2%2F%2B3p%2F0SnXf%2B%2BIv%2FjlH%2FDt%2F9vT%2FAKJTrv8A3xF%2F8cr%2B%2BGo5ZYoImnnYIiAszMcAAdST2AqeYrlP4Iv%2BHb%2F7en%2FRKdd%2F74i%2F%2BOVHN%2FwTi%2Fb1ihaVfhPrzlQTtCRZOOw%2FeV%2FTT4%2B%2F4LTfsi%2BCP2hNP%2BDdtdSatoJ86LVfFNmTJp9jcqQI0UKrNcRnDeZNFlI%2FlxvBcx%2Frdpmp6brWm2%2Bs6NcRXdndxJNBPC4kjljkAZXRlJDKwIIIJBByKdwseP8A7M%2FhbWfA37OHw%2F8ABXiKA2uoaP4b0qyuYGADRTW9rHG6HBIyrKQcEjivB%2F8AgoL%2B2ZoH7FPwDuvHrCK78S6oxsPD9hJkie8ZSd7gc%2BTAoMkh4BwEBDOufsLxl4w8MfD3wlqfjvxrex6bpGj2st5e3UxxHDBApd3bqcKoJ4GfSv4NP26%2F2vvFH7aXx%2Bv%2FAIo6n5trodmGsdA09zxa2CNkMy9BNOR5kp65KpkrGtJK427Hyf4j8Q674v8AEWoeLvFN3Jf6pq11Ne3t1LjfPcXDF5JGxgZZiTgAAdAAKxqntrW9v7mKw02CW7urh0igggQySzSyEKkcaLks7sQqqOSTivr79sH9ib4t%2FsW6x4Y0n4nKs6eJtJiv0uYFxBFeD%2Fj5st%2B475LYlMsMB1cMo%2B8BZB9cf8EjP28ZP2WvjCnwk%2BI175fw%2FwDGlykUzytiPTNScBIrr0WOXCwz9ABskJCxtn%2Bzuv8ANFZUdSkgDKwwQeQQe1f17%2F8ABGT9u6X48fDM%2Fs3%2FABSvnn8Z%2BDrZTZ3Nw26TUtKUhUcseWmtyVjlzyylHySXxMl1KTP3DoooqCgooooAKKKKAP%2FX%2Fv4ooooAKKKKACvi%2FwDa9%2FZR079oDQE8Q%2BHBHa%2BK9Mj220zfKtzEu4%2FZ5T2XcxKN%2FAx9C1faFFAH8oeraT4t%2BHXi59L1aK50XXNGuAdpJingmjOVdGHP%2B0jqcMOVJBzX6b%2FBH%2FgpPe6baQ6B8dbF70Rjb%2Fa1ko80jsZYAFUn1aMj2TPNfo18Zv2e%2FhZ8eNLWw%2BIGn%2BZcQqVt72A%2BXdQZ%2FuSAHjPOxgyE9VNflX8SP%2BCavxV0CeS5%2BGepWviC0HKRXB%2ByXQHpzmJj77kHsKu6e5Nmj9O%2FDP7V%2FwCzh4tgW40nxlpib%2F4Lqb7JID6FJ%2FLYH6ium1f9oD4GaCrNqvjDRoio3FftsTNj%2FdDEn8q%2Fn11f9lv9o3RJWg1DwTqrMpwfIiFyPwMJcH8DWPp37Ofx61Aqmn%2BCdZwTwWspI1yfd1UfjSsg5mfr38UP%2BCjPwW8JQSWnw%2BWbxTfjIHlK1vaqf9qWRct%2F2zRwfUV%2BRnxr%2FaA%2BJfx61pNW%2BIF6ptrYlrWxgXy7W3yCCUXJJYgkF3ZmxxkDivcPA%2F8AwT%2B%2FaP8AFs6nWbC28PWxIzJf3Cs%2BP9mOAyk49GK8%2FnX6SfAz9gz4TfCW7g8R%2BJCfE%2BtQEPHNdIFt4XH8UcGWXIPIZy5HBBBp6INWfIX7EP7IfjS%2F8S6Z8c%2FG73Wg2Vg63GmwIfJubskfecY3JbspKlThpQT0Qgv5v%2FwW58NeNLuz%2BH%2Fiyysbi60HT21CG6ngjaRLaefyPLMpAO0OFYAkgZGK%2FemmuiSKUkAYHqDyK8rOMvWPwk8K5cvNbXfZp%2BXY%2Bn4P4ieQ5tQzWNJVPZ83ut2upRcXrZ2dno7P0Z%2FCJ4T8F%2BOfiBqK6P8AD%2FQdS167cbli0%2B0luGI57opA6HqRX7R23wn134M%2FsseBNR%2Fats77QbjRZL3SbbTtNEVxd3lrcSG6tUebf5Ns0e%2BVDvLsFHyIWNf0I2tnaWMQgsokhQchUUKOfYV4l%2B0p8FbH4%2F8Awc1f4bzskN1cIJrCeQZEF5Cd0T9yBuG1sc7CR3r4et4d4WeFq08Q%2FatrSLVotpqSvZ33S6pdGmro%2B08QvGHMM9wDw2BwsaLi%2BaLcnOXMoySs7RirqTWsXrZ30P54Nd%2FaX%2BIVzONP8EQWfhnw9Grp%2FYkEK3drdI67G%2B3m4VjesyYBMoAH8IU812%2F7MnwP%2BD%2Fxo%2BPmk%2BNfhtpU%2FhvxP4a8zX5tAB%2B06HdzWoUwGCZiZrNTcspeORZVwcIw2gV8pa5pmqeF9eu%2FCniW3ey1SwnNtcWsikSJMP4QMZbP8JGdw5Ga%2FoJ%2F4J9%2Fs26n8E%2FhxceMPHFr9m8S%2BJisksLqBJa2kefJhOMkMcmSQZ6sFIyldHA2Z5ng8T9XwU%2BSik1ONrRS2so6KL6K1mtex%2FIGFyuWfZgnmcfaOD5nKXxRa2s907pe7s7appWP52Pir8Av2gPhNfz3Pxc8LalYGWd9955Pm2kkrkthJot0ZzyQAen0r1z9gHwx4w8U%2FtZ%2BDrzwdayyDS7s3d7MIz5cFoqOJDIxUhd4%2BRc4JYrjnFf1m1XtrS0s0KWkSRKSWIRQoJPJPHqa%2Fp%2FE%2BLNavgauFqYSPPOLjdSairq3wtP7uY8DB%2BAGGwuaUcdRx8vZ05xnyuCcnytNLnUkum%2FKfOX7WHxt1D4DfB%2B78X6Havc6lcSLZ2jeWzwwSyg4lmIGFRACRuIDvtQctX5V%2FAD9vv4l%2FC1E8O%2FEYS%2BLNH3cSTS4v4AxyxWRgRKOThJMHoA6qAK%2Fd3UNPsNWsJtL1WCO6tblGimhlUPHIjjDKynIII4IIwRX5yfGT%2FgnB8P%2FABZPNrfwnvT4bu3JY2jqZrJmPJ2jO%2BLP%2BySo6BQK%2FI011P6Ed%2Bh9J%2FDv9rv9nv4mQR%2F2N4jtrO6fg2moN9knVv7uJMKx%2FwBxmB7GvfX8QaFFbG9kvbdYVG4yGRQoAGc5zjGOa%2Fn28Y%2FsG%2FtMeF5JEg0KLW7cZHm6fcxOCP8AclMT8%2BymvKE%2FZQ%2BPhnCR%2BA9T37ioJtsDOfU8Yz3zjvnHNOyFc%2FVv9rT9tXwD4b8E6h4C%2BFmpQ6zrupxPbNPaOJILOOQFWcyDKtJjIVQTg8tjADfmd%2ByF8Lb74pfHjQtItIs2OkypqV8x%2B6kFswYKf%2Buj7UA9CT2Nes%2FDf%2Fgnl8fPGN1G%2FjCK38LWJI3vcyLcXG3%2FAGIoWYE%2BgeRfftn9jfgf8B%2FAPwB8KHwz4IgJknYSXd5Lg3FzIBgF2AHCg4VQAqjoMkkmwblb9pj%2FAJN68a%2F9gW9%2F9FNX86fwb4%2BLfhP%2FALDOn%2F8Ao9K%2FpM%2BNvhfWfG3wf8TeEPD0ay3%2Bp6Zc21ujtsVpZIyFBY8Dk9Tx61%2BNnw3%2FAGFv2mPDfxA8PeItW0mzS1sNStLmcpexsyxwyqzEDjJAXpnnNCYSP3joooqSgr89f%2BClo%2F4sBY%2F9hu2%2F9FTV%2BhVfHv7bfwj8e%2FGj4RWvhT4c2sV3fxanDcsk0ywr5SJIpO5gRnLDjimhPY%2FND%2FgnJ%2FyciP8AsE3f%2FoUdfvjX5Mfsa%2Fso%2FHH4N%2FGseMPH%2Bn21vp39nXMHmQ3STHzHZNo2jB5Ck5%2FPmv1noYIKKKKQz8Sf%2BCnv%2FJW%2FDn%2FYIb%2F0c1e2f8Ets%2F8ACCeL8%2F8AQVh%2F9ELV39uX9mb4yfG%2F4h6N4g%2BG9hb3VpZ6c1vK01ysJEnmM2AGHIwRzXp37CPwM%2BJnwL8L%2BJNI%2BJVpDazX9%2FHPb%2BTMswaNYgpOV6cjuAaroR1Pq74qfDXw18X%2FAABqfw68WIzWWpRbCyYEkTqQySISCA6OAykgjI5BHFfzWfFr4TeNPgl43uPA3jWEpcwEtBcIpWK5iz8ssRPUHjIzlGyp5Ff1KV5Z8XPgx8PPjf4Zbwv8QbBbqNdxgnX5Z7aRhjfE%2BCVbgeqtjDAjiknYpo%2FNT9m3%2Fgofb6Rpdt4J%2BP3nSCACOLW41MzlB0FzGoLkgceagYtxuXO5z%2Bm%2Fhf4wfCrxrai88KeI9Ov0IziK5QsOM8rncCByQQCK%2FIL4q%2F8ABNz4q%2BG7yW8%2BFV3B4isCcpBM6214gz907sRPgY%2Bbcmf7o7%2FI%2BtfszfHvS2aPWPA%2BrHbjJS0adfbmIOD68E4p2QrtH9C%2Fjj9of4I%2FDm0a78XeJ7C3K5PlRyiec4ODtii3yNz6Ka%2FIP9qv9uDV%2FjRYT%2FD74cxTaV4alO25lk%2BW5vk4%2BVgP9XET1XJZx97AJQ%2FP%2Fhz9kn9o3xBcC10nwVqEG4gFrpFtEHuTMycfTJ9ulfdfwZ%2F4Jozfao9Z%2BO2po8SkN%2FZmmuwD%2B0s5Ctg9CIwD6PT0Qas%2BT%2F2SP2X9X%2FaB8Xx6nrEDxeEtMmU39wcqLhl5%2BzRnHzFuBIRjYh6hior%2BiKGGK3iWCBQiIAqqowAB0AHpWV4e8O6F4T0W28N%2BGLOGwsLNPLht4ECRoo7BRgDnk%2Bp5rZqW7jSsfx9%2F8F6%2F%2BTzdH%2F7FSy%2F9KbuvxLr%2Bor%2FgrD%2FwTx%2Fau%2Fat%2FaW074j%2FAAT0Wxv9HttAtrB5bi%2Fjtn8%2BKe4dhsfnG2RcHofzr8yP%2BHK%2F%2FBQ3%2FoWdK%2F8ABvB%2Fn6%2F1qkS1qflbk9KMmv1S%2FwCHLH%2FBQz%2FoWdK%2F8G8H%2BNH%2FAA5X%2FwCChv8A0LOlf%2BDeD%2FP0%2FpTCzPytyaMmv1S%2F4cr%2FAPBQ3%2FoWdK%2F8G8H%2Bfr%2FWj%2Fhyx%2FwUM%2F6FnSv%2FAAbwf40BZn5XAkmv60db%2FYatf22%2F%2BCUfwe0zw%2BYLXxt4b8Ladd6Dd3GVQl7eMTW0jAZEc6qozg7XVH5CkH8f%2FwDhyx%2FwUOAJHhjSif8AsLwV%2FWl%2Bxx8OfFvwh%2FZS%2BHfwt8e26Wut%2BH%2FD9hYX0McgmVLiCFUdQ68MAwIyOPTik2NI%2FwA%2F3xV4T8UeAvE2o%2BCPHGnXGkazpM7217ZXSbJoJU6qw5HurAlWUhlJUgnEV3ilSeJmR42EiMp2srKQQQeoIIyD2PTmv7vf2y%2F%2BCdf7Pn7aVguoeN7RtH8U20XlWviDTlVbxEGSscuQVniBOQkgJXJ2FCSa%2FnC%2BNv8AwRE%2FbQ%2BGV3PP8OIdP%2BIGloW8uXT50srwoM4L21yyKrEdVjmk9s9KpSQmj5U8If8ABSX9vXwDpEfh%2FwAL%2FFPWEtIQFRbtLbUHVVwABJdwzSYwMY3V5r8YP2xf2p%2Fj%2Fp8mj%2FGTx7q%2Bu2E2PMsnlEFm%2BOm63t1ihbp3Q1o6z%2BxB%2B2ZoVx9n1X4U%2BK0bdszHpU86lvQNCrg%2FUHHoa7XwV%2FwTd%2Fbv8e3iWmi%2FC3W7bc2wyaikenxqfUm5ePI9wCPTNAj4nGRgDtwK%2FpC%2F4IO%2FEj9rDVdb1X4eW0J1L4Q6ZHIZrm%2Bdwunag3zJBYOQ28yE7prcERxA%2BZlHfbM79l3%2FAIIHa4%2BqW3ij9rrxDAlnEVc6DoLszTd9s94yoUXsywpuIPEq1%2B2%2Fxt8I%2FE74M%2FswXHw3%2FYR8J6fDrkUA07RbVZIbKz04Sg7rpvM4cxcuFwxkkI3ZBY1LfQpI%2FBn%2FAILcft2r438SS%2FsZfC%2B836Po8scvimeJspc30ZDxWWR1S3IWSYdDLtTgxuK%2Fnq6n61%2Bq8%2F8AwRf%2FAOCi11M9zeeHtOnmlYvJLLrMLySO5yzOx5ZmJJYnJJOea6TwP%2FwRD%2Fbj1zxppOi%2BONN03Q9EurqOO%2F1GPUYbh7W2zmSRYl5dwoIRRwWI3ELkh6bC1Poj%2FgiB%2BxAnxD8ZH9sP4j2hfRfDk8lv4cik%2B5c6im6Oa5K90tsmNM5BmLHhohX7%2Fftt%2FsoeFv2yf2f9V%2BEOulLbUB%2Fpui3zjP2LUoVYQy9CdhDNHKBy0TuBgkEfQPw4%2BHng%2FwCEvgLSPhl8P7JNO0XQrSKys7ePokUS7Rz1JPVmOSxJJJJJrtahvUpI%2FwA2rxj4P8UfD3xbqngLxtZPp2s6LdzWN9ayfeingYq656MMjKsOGUhhkEGt%2FwCE%2FwAU%2FG%2FwR%2BJWifF34bXQste8PXK3dnKwJQsAVaORQQWjlQtHIuRuRiOOtf1F%2FwDBWL%2Fgl742%2FaW8ZaV8d%2F2arC0l8VXASw120mmS0S6gjU%2BTdeYwAMsQAhYHJeMpggRYP5C%2F8OV%2F%2BChv%2FQs6V%2F4N4P8AP0%2FpV3Jsf1q%2Fsm%2FtM%2BBv2uPgbo%2Fxq8Cnyo71TDe2bNuksr6LAnt3OBko33WwA6FXHDCvpCv5w%2F8AgmR%2ByH%2FwUW%2FYp%2BNDnxZ4bsZ%2FAnijy7fW7eLV4XNu6Z8q9ijzzJHnZIo5eM4%2BYomP6PKhopBRRRSGFFFFAH%2F%2F0P7%2BKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigDjNU%2BHPw%2F1zxHbeMNZ0Owu9Wsipt7ya3jeeIqcqUdgWUg8gg8dq7OiipUUr2W5Kiley3CiiiqKCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA%2F%2F9H%2B%2FiiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP%2FS%2Fv4ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigD%2F0%2F7%2BKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA%2F9k%3D) no-repeat center/contain;
  width: 222px;
  height: 50px;
}

/* line 1749, app/assets/stylesheets/active_admin.scss */
.treefort_logo {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAABQCAYAAAC%2BlHbgAAA8tElEQVR4AezBV5ec933g%2Be%2Fv%2FzyVY3dX5wSg0QCRAUIixaBEyaTHsuR4ZuyJ3rkYn30Fe7svYG%2F2Yi%2FXZ8%2FMHq%2FX4yDvyJ6RxEyKCSSRMzoDnaurqytXPc%2F%2FtyzITbWaINgAugGCqs9H9BO0tLS0tDxUhpaWlpaWh87Q0tLS0vLQGb4EVC1WfVpaWlp%2BUxgeMcVnbPE0r174L%2BRKcyhKS0tLy1edyyNk1WOlMsZHUz%2Fmg6tvkyst8Z2D%2F4pMYgARQ0tLS8tXlcsjYtVntnCOG9lXyFYm8H3l1I2fU6qt8cLhP2Gw4yCC0NLS0vJV5PII%2BLbOxOo7XFv6GVU%2Fj2IBoeE3ODf1C5YLs%2Fzoa%2F%2BJka6TOMalpeWryvM86vU6jUYDr9FA%2BWciOMYQCAQIBoMEAgFEhJavDpeHyKpPsbbA%2BMrbTK2%2BS8NWcYyD8CuqyszyDf7qF%2F8b3z74Rxzf9T2S4Q5EDC0tXwVqLeVymXKlwtzcHNPT02RXVlhcXMT3fZpc1yWZTNLV1UVPTw%2B9vb3EYzHC4TDhcBjHcWh5vLk8JJ6tMVc4z8TKW2TLE1j1EIQ7MWLIFZf46Zn%2FwszyVZ574vcZzhzGiENLy%2BPM8zyWl5c5c%2BYMV65cIZvNUiqVqNXrVKtVVJUmYwyu6xIOh4lEIkSjUTra29k7OsrBAwfo6uoiEAggIrQ8nlx2mFWfUn2ZqdV3mcq9T9XLszVCpV7m9MSb3FoZ41sH%2F5DDA98kHm5DxNDS8rip1%2BuMT0zwyiuvMHbjBiu5HL7v06SqqCobiQjFYhERQVUJBoOMjY9z%2Fvx5jh45wlNf%2FzqpdJqWx5PLDlAUqx6lRpbZ%2FFmmV9%2BnWFtAUe6VVcvc6gx%2F%2B%2F7%2FwYdjP%2Bfp0X%2FB%2Fr6niIXacIyLILS0fNmVSiUuXLjAW2%2B%2FzcULF%2FCtxVqLqvJ5VJUmVaWpXq%2BztLTEysoKAhw7doyWx5fLNlKUulekWF9iqXSdW2unWa1Mo1gEw%2F0SwPc9bsydZ3r5Gnt7jnJo8Fl2dR4mk%2BgnHIgBQkvLl1Gj0eDKlSv8%2FOWXmZiYoN5osJmIICLciaqiqqgq1loCgQDxRIJgMEjL48tlG1j1KNdXyFWmWS5dJ1seo9RYpu5XMGIQDNvBGIeG1%2BDSzVNMLV2hKzXAaO%2BTDHceoC%2B9h7ZYHyKGlpYvk%2Fn5eU59%2BCFjY2M0Gg02EhFc1yWdTpOIx4nFYhjHwWs0qNfrlMpl8vk81WoVay2O49DZ2cno6CihUIiWx5fLAyjXV1guXydbnqRQm2OtOkfdL2HxEcCIw3YTEQSHcq3E5NJVbq2MEw%2Bn6E4P05vexWBmlH09TxEPt7PTPL%2BBVR8Q1gmKY1yMcQChpeXcuXNcuHCBRqOBqrJORAiHwwwODnL40CFGRkbo6enBcRwajQZra2vcmp3lypUrTE5Oks%2FnaTQadHZ2MjQ0RCAQoOXOrLV4noe1FhHhU6oEgkGMMdwP3%2FfxPA9VZZ3jODiOg6pircV1XUQEay2%2B79Pkui4iwkYud%2BDbOg1bRdWiWFR9fNug6q2xVptjtTJDvnqLqreGZyt4to6qgggCCMJOExGaPN8jV1wmV1rm2q2PCQbCRIIJEpEUnalehjoOMND2BMloJ7FQEtcJAgoiuCaAEYf7YdVyY%2BEsN5ev4jgu6wTDcOcB%2BtpGCAUitPzmstaSy%2BW4dv06a2trqCrrHMchmUzy%2FPPP851vf5tkMkkwGMR1Xdb19PSwa9cuvnbyJKurq1y6dIn33n%2BfXcPDDA4M4LouLZ%2FleR5zc3NMTEyQLxQQEW5TRYCTJ0%2FS09PD%2FVheXub0mTP4vs%2B6wcFBuru6WF5eplAo8MQTT5BOp1lZWeH6jRs4xnDkyBEikQgbuWxi1WexdJWx7Bs0%2FDKerVLzS3h%2BFYsFVRQFLAoIQpOI8KiICE0K1BpVqvUKudIiM8s3OD3%2BNo64jPQc5TsH%2FyXt8R4atkq5lieTGCAd60EQ7pWq5cbcac7feh3UsC4QCAJKJtFPMBBGEFp%2BM9VqNS5dvszc%2FDwbiQjhcJgnT5zg%2Beeeo6enhzsxxhAOhwmHwySTSVKpFHv27CGVTBIMBmm5M9%2F3mbl5k3fefZfFxUVEhCZVxXVdBgcH6enp4X54nkcul2N2bo61fJ7%2B%2Fn56enooFApcvHSJ8fFxUqkUyWSSsbExXn75Zbq6uhgdHSUSibCRyyaKpdzIsVKZoO6XEYQ7E4QvJxGhSVGs9RnqPMCLR%2F89u7oOYcRhee0W5%2BffIhyMkY71cL%2BK1RWKfpZaucG6eDxBuV7Aqk%2FLb7Z6vc7Y2Bi5lRWstawzxtDV1cXRo0fp7e1lK0SEdDpNOp2m5e5UlUq5zPLyMtlsFmstTSJCOBymVqtxv9ra2jjwxBNUymVWczl27drF7t27Kaytsbq6ytT0NFevXqWnp4eZmRkmJyeJRCL4vs9mhs8QjDiAIDzerLV0p4b5va%2F%2Fz%2BzqOowRB2st71z7b1yb%2BwhBEO6fiMH6ivUV6yvWV9QKIoaWlkajwdLSErVaDVWlSUQIBALs2bOHvr4%2BHMehZQeIYIxBVbHWYq3FWouqcr9UlWg0ytDQEF3d3SQSCfr6%2Bmhva8N1XcLhMPFYjEuXL3Pu3DkWFxfxPA8RQUTYzLCJIDgSQDA87ka6j%2FCnz%2F0v7Oo8hBGD5zf4aOJl3rz8d1i1BN0IILS0bDdVpVKpUCgU2CwQCDAyMkJbWxstjw8R4TZVVBVVRVVpstYSiUQYGRkhl8vx6muvUSqVyHR04Ps%2BqspmLpsIghEXEUEB4fGjKLs7D%2FMvTvxPDGWeQETwrc%2FE4kVev%2FjX1BplAk4Y1wnR0rITPM9jdXWVRqPBRiKC6zh0ZjJEIhFaHkMiOMbgOA4iwjo3EKC9vZ1arcaNGzcYGBggnU6Tz%2Be5E5fNRHBMAEF4HFn16W8f5beP%2Fxl7uo7iGBdVZaU4xy%2Bu%2Fpi51QmMGFwnRMCEaGnZKaqKqrKZGEMgEKDl8RQIBGhra6O%2Fv59oJEJTKBSiva0NI0J3dzfJZJLh4WGs77O4uIjrumzmsokgGAkgYnjcqFoy8X5%2BdPLP2dtzAsc4NNUaFU7d%2BBmXbr6LqqXJNQ6OcWlp2UlCy1dNNBrl0KFDjIyMkEgkaEqn0xw7ehQRwRjDwQMHCAaDqCr1ep14PM5mLndgxAGEx4kg9Lbv5YdP%2Fif29X0NI4Yma33OTr7O65f%2FmoZfAwQRwRgHRNgpIsLDpqooCiiqfEJZJyL8kiAIIsJ2UVUURVUBZTNBQARBEBEeBVWLAqoKKL9OEAFBQARB%2BCqy1tKkqqgq60SEJhFBRBARHjZVRVVpUlVUlSYRoUlEaBIRRIRHyXEckskkyWSSdcFgkGAwyLpEIsFGqspmLncgGATD40JV6Wvfw4vH%2FgOjvScwYmhSVWZWrvPyhb%2Bk7lURBOUTAo4xCDvDGAdjXAThYal7NUq1POXaGnW%2FSrVWotooc5sIsVCKoBsi4ASJBGPEw20E3TDbYbW8RLGao1IvUWuU8fwG64wxRENJIoEY0VCSZKQD1wnwMDX8GoVKjmJ1lUq9RLVexKplXdANEw0niQRixMMpoqEkRhy%2BKlSVcrnM6uoqpXKZtXwez%2FNYZ4whEAySiMdJJJOkUylCoRAPi%2B%2F75HI5CoUCjUaDcrlMpVpFADGGcDhMJBIhHAoRi8VIJBIEg0Hul%2BM4PGwiwmYud2DE4IiL8OVn1SeT6OelY3%2FGgYGncJ0g61aKc7xy%2Fi9ZLtxCEG5TRURwjAsI281rNFhYneTSzLuEA1G%2BiKI0DXSM0h7vRRC2qlIvkC3OkS9nyZeXyZeXWKtkqdRKlOt5StU8qtyWjnUSCsYIuWHioRTt8X7a492ko51kkr24ToitUrUUKjlWSvOslpeZy42zUpynVMtTqq7S8OsIgqIIhlSsg1goTTqaoTM5RHu8m7ZYN%2BlYJ45x2S6qiojQZNVnuTDLammRleICy4Vb5IoLFKurlGp5rPqAAEo4ECMZ7SAebiMdzZBJ9NEe76Uj3kssnASE7eY4DjutWCyysLDAcjbL8tISS0tL5NfWWFpaotFoICI0iQjhcJj29nY6Ojro7Owkk8nQ0dFBe1sbsVgMEWE7FYtFlpeXWV1dpVAocGt2ltVcjmq1ylqhQKlUoskYQywWIx6PE4%2FFSKVSZDIZOjs7SafTdHR0EIlE2Crf97l%2B%2FTrWWlQVVeVuRIRoNEp%2Ffz%2BpVAoRYbu43IERF8cEUUD48rJq6Yj38sOTf86hwWdwjMu6YmWVt6%2F8A1dnP2AzESHgBhARtlutVuXy3HuMZU9jRPgixgjWKi8e%2Bo98Y%2B%2FvgAh3oyi1RoVCZYWxhXNcuvkuM9lr%2BKaKtRZrfaxV1FqsWm5TWCnfQsQgIhhjEHEIOwl2dx7iyNDzDHceIhZK4hiXz6NqqXoVlvIz3Jg%2FzeXZ91kqzuDZOr7vY61F1UeVX7NcmsEYB9cxiLqkIl3s6z3Jgf6n6EnvIhpKYsThQYkInt%2BgXF9jMT%2FNmak3uDF3hlIjh4rF9z2stVhr2UhEMHkHxxiMcVArDLbv5%2FDAs%2BzqOkR7rIdIKA4ID0pV8X2f5WyWeDyO7%2Ft8EVVFREgkEsRiMUSEz6OqlEollpaWmJic5IP332fm5k08z8P3fay1%2BL6PqrKRiDA1NYXjOLiuSyQSYXR0lP3797N%2F3z7a2tqIRqM8CGst1WqVfD7P5StXuHD%2BPGPj49TrdTzPw1qLtRZVxfd9RIQmYwwigjEGx3EwxpBIJBjZs4djx46xb98%2BUqkUrutyN6pKvV7nlVdf5c233gJV7koEAToyGf7wD%2F6AI0eOICJsF5c7cE2IkJtAEL6sFKU3vZvfPv5nHBl6Hse4rPP8OmcmX%2BPU2E%2BpeVUEYSMjLolwG0YM282qpVarUq%2FX2ArjCEYMvvX4Ir71yZUWuHzrfU5PvMpCYZqGV8PzGwhNyjrlE8qnrPr8iqCqlKXIWmWZK3MfcLD%2FGb6x9wf0tY8QdMNs1vBqZItzXL71Ae%2Ff%2BEdWK0v4nodVDxBAUX5FAOUTCr71ERrUERSlXC2yXLjJ6clXODz4PCd2fZfetj2EAlEE4X6Va2vMZK%2Fz8cTL3Fj4mFJ1jYZtoNYiIoCifEJBBJRPKCAgvkcDUD6hcGPhDNPZS7TH%2Bjg8%2BBxf2%2FNbpKKduE6AB6GqFAoF%2FuIv%2FgLHcVBVvoiqEolGeenFF3nu2WeJx%2BPcSa1WY2FhgQ8%2B%2BIAPTp0il8tRr9XwfJ8mEaFJVbkT3%2FdZVygUyOVynDlzhs7OTp566imefuop2trbCQYC3CvP81heXubMmTO8%2B957zM3NUa%2FX8TyPdconVNnM932aRIQmVaVYLLK0tMS58%2Bc5cuQI33z%2BeUZGRgiHw9yNqlIul9kqx3FItbWhqmw3lztwnTBhN8W9EATXCePbOlZ9dpKq0pUa5PtH%2Fg0HB76BY1w2ml6%2BwltXfkyxmkPEsJnruLTFunGMy05RVbZCLeAIINyNqrKQn%2BKty3%2FPxNI5cqV5fDzU8glFlV8Rfkn4lPIJ5Z8pv6R4toFteFyafRfPr%2FH03h%2Bwp%2FsojnFZV22UmFi8yEfjP2dm5QorhTlwwKqiyicUhE8ZMSCCqKIoiqLKJ5QmFaVha9SrVc7PvMnS2i2e3P0ChwaeJRpKcK8UpdYo89HEK5ydep2F%2FBRVr4i1Cqo0qSoI%2F0wQMYgoqopaRQVQPmXVp%2B5XWSpMc2qswGppkaf2%2Fjb97aME3RAg3C9rLaVSCRFhK0QEI0K9VkNV2UxVqdfrXLx4kddee42pmRnyq6tYa1FV1qkqG4kITapKk6qyUaPRwPM8ZmZmKJfLLCws8Mw3vsHo6CihUIitUlVu3brFq6%2B%2ByuXLl1lcWsL3fVQVVWWrVJWNPM9jbW2Ns2fPsra2xre%2B9S2ePHGCJuHzqSr3QviECNvN5Q5cEybsJhAERdkKi09beAgElss3sNZnJ6ha4pF2Xjz67zg6%2FE2CbpiN1srLvHrxr1jITyFiuBPHBOhIDGCMy%2BNipTjP21f%2Bnos3f0G5nkdVUeVXBIwRxAgiICJspKqoAqqoBWsVVUAV3yplXePS7PuIOPS27SEeTtNk1ef6%2FGneuPQ33Fq5Tt2vgira4JcEjAjiCCJgPSEaTBIKRGh4Nao2j6JYX1GrWFVUFfW5rVDJUaqeoVxbo1ov89wTv4cRw70o19b4aPxl3rv%2BjyyuTaNqUeXXGEcwRlA%2BYQ2JcDuOcShWV2lIFeMY1FqsBbWKWsW3ipU6K94C56bfoljL8%2Fz%2B32ek%2BxiuE%2BBBWGvZKhGhyXEcRITNisUiH374IW%2F%2F4hfcuHED3%2FdRVTYSEUQEEUFEaHIcB2MMjUaDJmstqoqq0qSqqCrWWpaWligWi6ysrPDNb36Tr508STAYZCsWFhZ48803OXXqFIViEVVFVVknIogIIgIiCJ%2BlqqgqqoqqoqqsK5VKXL58mWQyyf59%2B4hGozwOXO7ANUFCgQT3QhAK9QUOdv6AZKiPqdx7NGwZELaLAqlohpeO%2FRkndr%2BAY1w2qtQLvHXlx1y%2B9QEiwucJBkIkwh0IwnYTERzX4LgGEL6IMaDKJyyfp9Yoc23%2BI85NvUHVK6OqqHKbCBjHwRGXzsQAmeQA8XCaSDBOwAnSpArlWp5idZW1SpZsYY6Sl8P3PHxfEREEh3Skm87kEK5xaap7Fa7OfcSbl%2F%2BOqexF1FrUKusc1yAYkuEMPelddCb7SYQ7iIYSuCaIZxsUqytU6kVypQVurYyxWlnAqo%2F1FVXFWkWlwa3cdWpXK4QCEY4MfZNIMMZWrFVW%2BHjiFd699hOypVkUiyq3iYDjGkQd2mK9DHbsJx3LEA0miYVSGDFU6iUqXolSdZWF1UkW12Yo1XP4vo%2B1iiogUPVKjC1%2BjG8biBhGe08gCI9aqVTijTfe4M233mJ%2Bfh5rLarKOmMMIkIsFqOvr4%2FBgQESiQTGGMLRKKhSqVSoVassLCwwNz%2FPysoK9Xod3%2FdRVZqstVQqFS5fvkylXMZrNHj22WdxXZe7qdVqXLh4kQ9OnWKtUKBJVWkSEYwxGGPo7u6mu7ubtnSaeDxOwHVpsqpUq1Xya2tks1nm5uYoFov4vo%2Bq0mSMobenh5GREYLBIHcjIriuizGGrRARPM%2FDWst2c%2FkcISeBY0J4tsrWCJVGnoXSFQ52%2FYBYsJNryz%2Bj0lhlu3TEe3jh8J%2Fw9ZEXcYzLRg2%2FxpmpN3j32k%2Bw1udOVJWmWCiO6wTYCa7rkokP0pkcIOiEUFXuxmIxGLqSQ4Cwmarl1sp1Lt18l6pfRlVR5ZcEXBOkI97Lrs7D7Ok5Sl96D6lIhkgogRHDukq9SL68zGp5kbncBFdnTzGbG6ds84gx7M4c5qm9v82B%2FqcJB2M0vBrjCxd4%2B8qPmVo5j%2B%2F5fEpAgGggxWDHE%2Bzv%2BxqDHfvpTe8mFIiwmefXWVq7ydTyZa7NfczU0iXWqstYa1FVVPmEZWltmrcu%2Fx3pWCd7uo7gOkHuplwrcG7qTd699v%2BxXJilSZVfEsVIgExskIGOUUa6jrK7%2ByjtsR5cx2Wzar3EzZWrTC1d4fr8x0xnr1L1SmABBVWl1qhyde4UkWCCjng3HYl%2B7pcxhq0yxtBkrUVVWVcplzl16hSvvfEGC%2FPzqCqbZTIZdu3axfDwMMNDQ%2Bzdu5dEIsFmjUaDW7duMTk1xdjYGGNjY8zNzVGv11lnrUVVuTE%2BTq1eJ5lK8cT%2B%2FYTDYe7E931mZma4eOECxWIRVWWdiOC6Lr29vewdGWF0dJSBwUEymQyJeBwRYV29Xie3usr83BzTMzNcv3aN6zduUCwWUVX6%2B%2Fv5re9%2Fn6effppoNEq1WkW5M8dx2Lt3L5lMBmstX0RE6MxkyHR0ICJsJ5fPEXKTBJ0oDVtBELbGslS8SjZ%2BkF1tzxBwwoxl3yBXmeJBqFra4t1859C%2F5Mnd3yPghthI1TK5dIm3L%2F%2BYUi3P3Vi1pKLtBNwgOyEUinBw4Bm%2BMfo7xEMplC%2BiNAWcICJ8hgLz%2BWlurVzH%2BpZ1IoJjXPraR3hq5CUODz5PJBjHGAfBICJsFA7ECKUidCYH2N11hNGeE5wa%2BxnjS2cJB%2BI8s%2B%2BHHBp4hoAbQhVWivOcmXyNm9mr%2BJ5lI0ccMqkBDvY%2Fw4ld36E7NYwRF2MMd%2BI6AbpTw3SmBtnbc5wPx37O%2BZtvsVy4ied5qCqqIEbIlmb5eOJVkpEMPekhQLgTVctM9grv3%2FjvrJYXAUWV28QIQSfEcOdhTgx%2Fl319J0mE2zDGwYjDnYQDUXZ3HWWgYz%2BDmf2cGvsZ1xc%2BZq2cBeU2tSACV2%2Bdoje9i28d%2BCOCboR7FQgEGB4eJh6LYa1lK0KhEB0dHTiOQ1O9XmdicpJXXnmF5aUlVJV1IoLruvR0d%2FP8889z%2FPhxurq6MMbgOA53EggEGBoaoq%2Bvj2NHj3Lt2jXeevttrl69SrVaxVpLk6oiwNzcHD%2F96U%2BJRqOM7NmD4zhs5nkek1NTTM%2FM4HkeGzmOw%2FDwMC%2B88ALHjx0jEongOA7GGESEjYLBIJ2ZDB3t7Txx4ADHjh7llVdf5fq1awSCQb73wgucPHmSSCTC3YgIwWCQ3%2Fre9zh%2B4gTWWrZCRAgEAmw3l88RdhMEnAjUFUTYGqHqF5jOvU9nbJSB1EkigTauLf%2Bc%2BcJFBOFeWbWEA1G%2Bf%2BTfcHL39wkHY2xWrOZ59fxfMZcb54uoWtrjPQTdCDtBRHCMS9AJEQxEEIQHVa6t4UmFjUSEeLiNg%2F3PcHjweRKRNkD4PCKC4ICAY1x620b49sE%2FZnBxH6lIJ0OZ%2FQTdME01r8qV2VNMZS9R88uoVW4TQCGTHOBbT%2FwxhwefJRpM4BiXuxOMcRA1dMT7eGrvbxMJxXjryo%2FJleYRQBXUKnW%2FyuTKWW5mj9Ee7ybohrmT1fIi1%2BY%2BZmFtEt96qHKbCBhx6Gsf5aWj%2F4He9G5CgQgihrsSwREXx7js7jpCKtpJyI3w0cTPqXtVVJUmVahriRsL59jTfYzBjv0EnCBbZYwhFovxox%2F9iKHBQVSVrRARYrEY4XCYpqWlJd7%2F4ANuzc7i%2Bz7rVBXHceju7uZ3f%2FADjp84QSQSwXEcvogxhmAwSDAY5Pjx47S1tfFPrsulS5colUqsU1U8z2NqaoozZ87Q3tZGJpNhM6vK6uoq%2BXweVWWdiBCJRHjyySf5%2Bte%2BRiQSQUS4G2MMxhhcYGBggJdeeomRPXvo7ulhcGCAaDTKVjmuSygU4lFz%2BRxhN0XQiQHKvRCEpfJ1plbf40DXD%2BiM7SMe7OTa0s%2BZyL2D1QZbpSjJSAffP%2FKveXr0B7jGZbO6V%2BVnZ%2F8zV2Y%2FYCus%2BvSkRggHYuwUVYtVy3ZRFETYyHEM7bEeett2Ew7GAeFeOMahLdbNsaFvY4yDY1yaVC0rxVk%2BnnyZ5cJNrK%2BsM8YQdKO8ePTfcXjgOQJuiHshIjS1x7s5NvQdyrUi7137CaXGKuorTWqVtdIqZ6fepDM5wHDnQTazark6d5ozk6%2FieQ0QbjNGcFyHvV1P8sKhP2WoYz%2BOE%2BBeBZwgncl%2Bvr73RaqNIlfm36NcKbPO%2BsrM8mU%2BHn%2BFTKKPQKSDe2GMIZVM0tnZyf2o1%2BuMj49z5swZarUaG7muy%2FDwMD%2F83d%2Fl8OHDRKNR7kcoFGLv3r380R%2F8Ael0mvfee49isYiq0qSqFAoF3n%2F%2Fffbs3k06ncZ1XTZSaymXSvi%2Bj6rSJCI0DfT3Mzw4SDgcRkS4F8YYerq76WhvJxAIYIzhXqgqXwaGzxFy44QDaRDh3injK29RqM4hCNFAO4e6f8SBzpeIBNrYqnQ0w%2FcO%2FynfGP0dXOOyWd2r8cHYT%2Flo4mVA2YqA49IW60YwPM6MY2iLddEe78WIw%2F0QEQJuCMe4rCvW8pybfptcaQGETxkjxMMpnhn5AXu7TxBwQ9w%2FIRnt4OTu79GVHgKEdapKvVFlcvk8c6vjbGbVJ1u4xeTiBcreGrcptxnH0BEb5NDAcwy078NxAtwvIw59bXs5OPANEsFORASE26xVan6Z%2BbVJCpUcqpZ7parcD2stN2%2Fe5Oy5c1QqFTYyxtDX28tLL77IoUOHiEajPAhjDL19fXzn29%2Fm6JEjhEIhRIR1qkqhUODCxYssLS1xJ1aVzUSEaCxGOBLhfhljCIVCGGN4XBnuIh0exEgAUO5VzStwI%2Fs6nl%2BlKeBEGOn4Loe6fkgy1MfdKEo8nOKbT%2FwhT%2B19iVAgymZWfSaWLvDetZ9QqRcB4YuoWlKxDlLRDh57IgQDYUJuBBFhu6xVslyZfZ9KvYT1LesEQ0esn2PD3yIeTvGgjBg6kwPs7jxMLJhGhA2USqPIQn6aYi3PRp7fYGLxIjPZq%2FjWYyNDgP09JznQ%2FxQBN8SDCjhBBtr3s7%2Fv6xgxGBE2KlZXmcleo%2B7VeFistYyPj3P16lWq1SrrRIRgMMj%2BJ57g2LFjRKNRtoPrugwODvLCCy%2FQ39%2FPRqpKtVrl%2FPnzTE9Pcy9EBET4TWa4i%2FboLhwJotyf%2BeJFFkpXWRdwIgykT3K8709IR4ZAFVTZSFFcE%2BC5%2Fb%2FPs%2Ft%2FRDSU5E5WS0v84sqPmc2Ns1VWLV2pYTLJAb4qFGW7eLbBammB5cIsqj6q3GYcIRpMMtJ9lPZEDyKG7SBiODDwNP3tI4gRRLhNVVGrLOZnWF67yUYNr8bN7HWyxTl8z%2Bc24baOWC%2B7ug6TjnYhCNuhI9HLvr6TBJ0IG6lCqbLKzPJV6n6Vh2VtbY3p6Wny%2BTzWWppEBBFhYGCAEydOEI%2FHERG2i%2BM4jI6Osn%2F%2FfuLxOCLCOt%2F3WVpa4uatWzQaDVq2znAXqVAf4UAS4f5UvFUmc29TqC2wzpEAnbG9PDv05wyln8Z1wqBKkwKxYIrvHf7X%2FNbRf0skGOdOqo0yr5z%2Ff7g48y5WfbZCUYwx9KSHCboxHnfC9lsrZ5lZvoZn66iwgZBJ9HN44HmioSTbqS%2B9h970bow4rFNAgWxxjlxpgXWqymp5ieXiLXytovySEcEY4cDANxjOPIGIICJsB8e4ZOJ9tCf6MOIgwi%2BpUmmUWFibwvMbPCyTU1PM3LyJqrJOVWnav28fRw4fRkTYbo7jcPz4cXbv3o0xBhFhnaoyPT3NzZs3UVVatsZwF0Yc2sJDgOG%2BqCVbHme%2BeBFfG2wUCbRxqOdH7O34LuFAG6o%2B8VCKbx74fb598I9xjMud%2BNbj7OQbfDj%2BM3zbQBC2QlWJhmJ0pwcRWj5LKVRz3MqN4%2FsNsNwmAo4E6UoNkY53YcRhOxnj0h7vJRFqxxiH2xRQWKtkWaussM6qZTY3xlo5i1pAuU0BxwkylNlPOtbFdosE4wx17CMcjCEiNKmCGKXi5anWSzwst27dYm5uDlVFVWkyxtDe3k53dzciwk4ZGhxkoL8fx3HYSFVZWVlheXkZVaVla1zuwohDe3QXN9c%2BQlW5d0LdLzOzeoqu2H5S4X42igba2dv%2BXeqDYXIrHocGn%2BG5%2Fb9HNJTgTlSVycWLvH7pv1JtlDDisFWqSjzcxlD7QUBo%2BaxKrUCuOIdvfUBpEiNEgnGS0Q5826BSL6Io20Yt4UCURKSdYj2H7%2Fuss1KjVM2zTtWyUpinUi%2Bi%2FIogRAMJXBOk5lXwrcd2ERF8bdAW7yLgBqHOr2l4NRbXZuhMDuA6AXZaNpulUqmgqqwLBAL09fXR1d2NiLBTwuEwfX19pNNpstksvu%2BzLp%2FPs7KygqrSsjUudyHikAz1ETBh6n6Z%2ByEIq5VpZvIfkgz3IQgbBZwYh%2Fq%2FRUdsiLZYN7Fwis%2BTLc7xxqW%2FYSE%2FhRGHrVIUYyAZbSMeaaflsxSoNEpU%2FDVAUeU2a5VKrcCZqdeYWDiPiAGU7SIiFGt5VouL%2BL7PRsYRrPX5FaVYW6XmVUD5lLWWcq3A%2FzjzfxENJVC1bBsRrPUp1nKUKnnUKusUsKo0%2FCpWfSDATioUChQLBTYSEQKuS09PD52ZDCLCTjHG0JHJ0N3dTT6fx%2Fd9mlSVYrHI0tISqkrL1rh8gWiwnVR4kKXSVe6XxWcy9w498YN0xPYiCBu5TpCBjn3cTbG6yusX%2F18u3noXVcs9UQi4YYY7DxAJxmn5LEGw1gejgADKbQqerbFSmmW1NsdOUKv4noLya1Sh2ihRrhWIhhKoKsVqjkajCigbebbOfPEGUha2nYL1FesrqnyGiEFE2Em%2B71MoFKjX66gqGxljaEunSSaT7CQRob2tjc7OTsbGxtisUquhqrRsjcsXCLsp2iJDLJevo2q5H4Kh5q0xmXuPRKiHkJvgXn08%2FiofT7yKtR4g3KtIMMauzBHCgTgtn%2BVbj4ZfQ1XZTBV8z%2BJ7PFSqSrVRplRbIxyMoijlegGfBqr8GlXFqysPlSpWLeXaGp7fIOCE2EnWWqwqmxnHIRaLEQwG2UkiQjgcJhaNYoxhM0PLvXD5Aq4J0BYZIuTEqHoF7p%2BwULxET%2BkgfcnjGHHYqqmly7xx%2Bb9SqRcA4V6JQEeih45ED4LQ8lkNr0alXkTVAspGIoIYQQwPlRMwNPw6vm2gqoDiaR3jCraubGQMiDGIgPJwGEfw%2FBq50iINr0YkGGcniQgiwmYiQigcxnEcdppjDI7jICK0PBiXLySkI0NEAx1UvQIPourlmcq9RzoyTDyY4Yspy2uz%2FOzcf2a5MIsRw71SVRzHYShzgO7kblruTFWxalHl14iAEYdwIEbACfAw%2BZ5HPJTCMS4iQpMAgrCRiME1ISLBCEYcFOVhULWEA3ECTohHTa3lYVBatovLFkTcNB3REVYqU4DyIJZK17iV%2F5jRzAsYcbmbfDnL65f%2Bmiu3TmHEcD9EIBKMMdy5D9cJ0nJn4WCMVLQDx3EAAZQmcYT2aC8ndn%2BXoY79GBMAlIdB1ZIId5CMdCAYQBAMyq%2BICKFAiMGOg5zY9R064r346vMwqCqOcUnFMkTDCXaaqoIqm6kqtVoN3%2FdxXZedpKr41qKqbKa03AuXLTDGpSdxmIncL%2FBslQfha53J1XfoSRwiFe7n8zT8Guem3%2BLs1Jv41kNEuFeK0tQR72G052u0fD4RwYjDZgIE3CDt8V6GMgcJuWEU5WEx4uAYFxFBREiGMxjfRcRHlU8ovvWpNyp0pYYY6ngCqz4PiwDGODjGZacZY0CEzXzfZzWfp1wuk0wm2Smqymo%2BTzabxfd9NlJVRISWrXPZAkFIhftpj%2B5mvnABIw73TyjWFhlfeYsTff8KEO5keukyb1%2F5ewqVFUQM90MQmg4OPU0inKHl8ymKiKCWTyjrFPD8Og2vhmMcAm6IR0cIuhEc49KwdUBpstZSqRcRBNcJAAG%2BaowxtLe3E41GERE28n2fXC5HPp8nkUggIuwEay35fJ7lbBbP89hIRIjFYogILVtj2KKQG6M%2FeQIRAygPQlFmC2eZL1wClM3Wyln%2B8fT%2FycLqNCKGBxENRXlqz%2B%2FQ8sWCboQgUUAQ4Ta1UKzmyRZm8a3HoyQIiUgboUCUdapg1aNQzVFtlPiqEhHC4TDJZBJrLetUFc%2FzWFpaIpfLsZNUlfzqKstLS%2Fi%2BzzoRIZFI0N7eTsvWGbZMyMRGaAsPoWp5EIJQbeSZWHmbciPHRqXaGi9f%2BEsmFi8gIjwIVcvRXd8kEe6g5e4EiIWSdCT6MMYBhCa1StUrspCfptoo8SgZMXSnh4mH04jwKTFCzS%2ByUpyj4df4Kst0dJBOpzHGsM7zPGZnZ5mdnUVV2SnlcpnZ2VmKxSLWWjZqa2ujM5PBGEPL1hjuQTTQQSY2ipEAoDwYJVseY75wEV8bNNW9GqcnX%2BXj8Vd4UKpKLJzg8MDzOE6Ah0YVqz5WLSiPESEebqMnvQvXuIjwKRElX1pkMT9Dw6%2FzqIgYOhN9RMNJxAgIt6mCWmVy8RIL%2BSm%2Bynr7%2Buju7qZJRGhSVfL5PBMTE%2BRWV9kpY2NjTExO4vs%2B60QEYwzdXV309vYiInzZiQhfBoZ74JgAvYnDxIIdKA9KqPlFbuY%2FolzPYtUysXieX1z5B0q1PA9MLCM9R%2BlvH0UQdoaymbU%2B5VqBWqOMojxOkpF2%2Btv2YsQB4VPWwlp1hevzH1OpF3lURIS2eC%2FpaCeCsE6togo3Fs4wk72GVctX1dDgIIODgxhjWKeqqCrjExOcP38e3%2FfZbtZaLl%2B5wvT0NNZaNrKqdHd3k8lkEBG%2B7FSVLwPDPRCEdGSQnsQRHHF5UIqSLY8zlfuAxfw0Pz%2F7fzO%2FOsmDUpRUNMOJ3S%2BQCHewUwQDyq%2FxraVcW6NaLwHK4yTohulMDZAId6AKItymVinX81xf%2BIib2WtY6%2FOoBJ0wg%2B37aIv04jqGjaq2wPjCWeZyY%2FjW46sokUgwPDxMMplERFinqiwuLnL69GmWl5ex1rJd6vU6Fy5c4PLly5TLZVSVJhHBdV12DQ8zPDyM67p8WYgIIsJmqkrD81BVHjXDPQo6MfqTx4kHuwDlQQiC1QaXZ9%2Fmb9%2F735lYuoCiPChBGO09zkjXcRzjslNikTR%2BXdjI8xos5KdZKS2ganncpKIZjgw9SyyURIywToGV4iLvXvtH5lensGrZbp7foNoo41uPz%2BM6AYY6n6CvbQ%2BO67JRo9HgxsIZzk2%2FRamWZ7upWupelVqjjGc9HgURYXBwkNHRUUKhEBupKmNjY7z19tvkcjlUlQfl%2Bz4LCwu8%2BeabzM3NsVk4HOb48ePs2bOHLwvHcejMZIjFYogIG6kq2WyWQqGAqvIoGe5DOjJId%2FwggsODMsawXJjlxsIZrPoIwoNQlFg4zrHhbxMPt7NTBCEWTBEJxhDhU77vs1paYCE%2FSa1R4XETC6U4MvQtkpEMqnxKrVKrlxlbOM2713%2FCQn6S7VRtlBlfPMebl%2F%2BW2dVxPNvgThzj0JkcZKBjFFdCbGR9y1oly8WZd7gw%2FTZ1r8p2UVXWKiucnniND8d%2BzkphlkfBGENfby%2FHjh4llUohIqzzfZ98Ps97773HO%2B%2B8Q7FY5EGoKvPz87z%2BxhtcunSJWq2GqrLOdV16enrYv28fqVSKLwvHcWhvbycSiSAirFNVPM%2Fj%2BvXrzM%2FP86gZ7oNrQgy3fYOQmwCUByNYtagq28G3Hvv7vsZoz0mMGHaMQDqWIRFuBxEQ%2FpnSsFWuz53m6uxHWOtzL1Qtvt9AUR4Fx7h0pYYY6TxGIpzGcQQR4TZVal6Fs1Ov8d71f%2BLmynV86%2FEgGrbObG6c05Ov8ublv%2BWd6%2F%2FAx%2BMvs1bO0qSq%2FDohHIgy0nOcXZkjICDCp9TCwto07177CR9PvMxKcR6rlgdRqRW4Pvcx71z7b7x55W946%2BrfMb50AV89HoVIJMK%2Bffs4fuwYrutijGGdtZaFhQVee%2F11Xn%2FjDZaWlrDWcq%2Fq9TpXr17l5Zdf5oP336dQLKKqbBSJRDhx4gSDg4MYY%2FiyMMYQi8WIRqNs5vs%2BY2NjnD17lmw2i6pyLzzPY7s4%2F%2BsnuA9hN4mqki2PoVjul4hQLFfIrhYR4YGoWjpTvfzOk%2F%2BRruQudpKI4DpBFvJTzK2Os5GqUqhlyZWWSEbaCbhBHOPiGAcQ1qkqda9KubZGvpxlYW2KhdVpGrZONJjEGAdFmVg8z%2FTKRer1OuvcgEtvaoTdXYeJBOOICNvFMS6pWCfZ4jzZwjyKjyqfatg687kp8qUlxDgE3CAgOMZFRLgbRWk0qhRreZbXbnJ17kPev%2F5PfHDjv7NYnKRaK1OortCVGiaT6MUxLp8lpGKdBN0IM8tXqXllQFmnaik3VhlfuIBnGzjGxYjBMS6OcfkiqkqtUSZfyTK3Ms6Fm%2B%2Fw5uW%2F5cLNX1Cq56h4BUT%2F%2F%2FbgtLmt8zzA8P287zk4WAmCILhApEiJFEmZFk0pkiXXsWPHTiy5zYcuM22nk2n7v%2Fobmg%2BdZpJmPE7rLJPY9ZLRau2iRFLcQYIggHPO%2BzRQylSRZTuKuMgurkvozQ%2BRCTowYniUc46lpSXOnz%2FPxsYGqkqLiJBMJjl9%2BjTFYpE%2FVTabpauri7t377K6uoqqsk1VqdVqXL16lUaziTEGEcH3PDzP4%2FM456hWqywtLXH%2BwgV%2B%2FKMf8f4HH1Cv13HOsU1ECIKAEydO8Pprr9HT08PjhGHIhYsXuX37NnEc0yIiiAj9%2Ff0cOXKEYrGIiLAbFhcWmLlzh0azycPCMOT%2BwgLNZpOuQgHP97Geh4jwsDAMqdVqrK2tsbS8zNVr11hdWaG7uxtjDE%2FL4ykMFU6zXLvG%2FMZ5FGV%2FKUk%2FxenRswwVj7H7hGK2n%2F7CYZL3sjTCGk4d22LnuLvyKf%2F%2B8b8wUT7FYHGCYrYfazxaFCWKmqxU51ncuMv9ym3urnxK0k%2Fz4sjbFHP9eNZnP4gI3bl%2BpodeY7NeYWb1EmEUgiqqoE5pui0uz%2F%2BKmZUrjPWf5GD3OH2dh8gGeYzxsMbi2wROHWHURNURu4h6VGNlY457K9e5Ov8hq7V5GuEWURyiKAJsNtf56OY7dGZKHCpN8jiCcLA4zpmxt%2Fng5o9Z3pglimJUlZY4VrZclV9f%2ByFX5z5kuDTJkb7jdHcM4NsAYyyBl0TEELmQKGqiKFHcpB5usrg%2Bw63Fi9xeukxl6z6NsEHsYkAxItxavMiHN9%2Fh1aN%2FQz5dZK%2BJCL29vZx96y3iOObWrVs0m01UlRZVpdFo8LP33uPC%2BfMcOXKE5ycnGRgYIAgCRIRtqkoURVQqFW7dusX5Cxe4c%2BcOm9UqcRzzMBEhlUoxOjrKuXPn6O3t5VnkeR4TExNcv3GDjz%2F%2BmDiO2RbHMWurq%2Fz0pz9lZmaGU6dOcaBcJggCRISWKIpYq1SYn5tjdnaWe7OzLC4uMjExwdjYGNZanpbHUwhslsOFV1hvzLPZXGQ%2FiQiH%2B57n%2BPCbeDbBXhAxHCo9z5HeE3x6%2F30azS1U%2BR2F2EUsrs9Qa65zee5XBH4KYwwtquA0ohk2qIdbNJo1mvEWhXQvsQtB2Ve%2BTTJePkkzqlO%2FXGO%2BchNHDKq0KEocR1RqS1y893NuLn1CKsiQ84ukgg5SfpbObA9hWGe1tkAUh6xvLdPUKo1mnXpzk%2BpWBUcMCoqCggo0wi1uL11kYX2GQ6VJPk822ckLQ9%2FCOcevr%2F%2BQleo8IKgqLYrSiLZYWL%2FDemOZm8ufkPRzpP08qUSWUm6AVCJDpbbMWm2R2IWs15dpxls0oy1q9SpbzSqKQ52C8oACtcYa91auUq2v0pEqIGLYa4lEgomJCTY2NojjmFu3bhFFEQ9rNBosLCywsbHB9evXyWaz5PN5gkQC5XeiKGJ9fZ3NzU22ajXWNzZoNBo8SkTwfZ%2FxsTHOnj3LwIEDeJ7Hs8hay9DQEONjY1y%2BfJlarYaqss05x%2BbmJleuXGFhYYFUKoW1FhGhxcUxjTCkUa9Tr9ep1%2BuICM1mk53i8RREDMXsKIP5U3y69B84jdgv%2BXQ3Z478OcXcAfbSga5RpodfZ2VzjvnKTeI4RlV5QCF2MRtbK1Trq4DwWYqqgoKxBlQQMew3ESGVyDI19CoiwnuXf8DCxi2iKMQ5pcU5pWWzsU6tsYEKWG5jjY9nLAk%2FhXMxzaiOU0cYNxCjqCqqCgqq%2FJ6IIAaCRIrh0iQ9HQN8EWMsXZk%2BThx6A2ss7135VzajVcJGDAooOFUcEZv1CrXGOqhgxMOzPkkvhTE%2BYdygGdVRVcK4AeIQBFVFlT8gIviBJWXyHOo5Ri7ViYhhv6TTaU6ePEk2m%2BWdd9%2Fl4oULxHGMqtKiqsRxzObmJrVajRbP87DWsk1VaTabqCotqsqjjDH4vs%2FU1BTfefNNjhw5gud5PKtEhGQyyYkTJ5ibm%2BMXv%2FwlzWYTVeVhjUaD%2B%2FfvIyI8jqrSoqr4vo8xhp3i8ZR8k%2BRw8WU2mrPcrXyEIOw13%2FN5efxtJge%2BiRHLXkp4Scb6jxPGdX5x5d%2BYrVwjdhEudjygoAqKAsoXUUBVUXUoyh8QHkPZbUk%2FzdTBV8kEec7P%2FJxL937NVrhK5BwudrSoA0VpiSXEaUjooB5XUQVUaVFVXMRnGGvwPAvOMtw9yeTgn3G4Z4pS%2FgBfRsTQle3jxZGzZIJOPrz5DjMrlwldgziOUae0qANFAUUlJNaQMN4CAVUFBQVUFRQUZZuIYK3BWktgsxwuTTF96HUGi2NkgwJfRNldIkI2m2V6eppCocDPSiU%2B%2Fs1vWFtbI45jnHOoKqqKqtIShiFhGPIoVeVhIoK1FmstfX19nD59mukXXmBgYABrLU9CRFBV9lpfXx9vffe7%2BL7P%2Bx98wPr6Os45VJVtqoqq8mVEBFVlp3jsgJRXYLz7Ldbr86w3ZhEMe0c5dvAlXhr7S6zx2Q%2FpoIPnBl7Csz4f3XyX20uX2GysIQKqiqryWAKCIAJiBNSQT3eTSxYwxrJNVTECxgrbxICqA5TdFvgpxsvfoDNTopQb4Or8R8yu3qDaWEEMqCrqFFVQVVT5X8pnCAiCGB4QEVJ%2Bnt78EAcKI4yXT3Ko53mSfoYnkUl2cnz4dTrT3VyafZ%2FbixeZW7tJky2MAXWgqqiCqoJCjPIZAgKICAgPGPEoZsr0dg5xoDDKePkkB7sn%2BGOoKiKCMYYWEaFFVdlJnucxMjJCJpOhr1zmypUrzMzMcP%2F%2BfVqcc7SoKqrK5xERRIQW3%2Ffp7e1leHiY544eZWpqinw%2Bz5NQVVpEBBGhRURwzoEqu01EODAwwBtvvEEyleKTTz5hdnYW5xyqiqqiqjxKRGgREVpUFc%2Fz6O3tRYxhJ3jskM7UQcZLZzk%2F%2FwO2ojUEYbepOkb6pvjOsX8kE3SynzJBB8cGv0k%2BXeLT2Q%2B4t3qNjfoKG%2FU1thpVVB0iwgMKCHjGJ5nIkExkyCSzZBNdDHU%2FR7lrFM%2F4tAiQTuRIe10E2TzbxEAm6MSKx16wxqevc5hitp%2BDpaNcnfuI%2BbUbVJsrVGor1OoVmnEdMYAIDxMBVcVFijUJfJsgm%2BwgHXTQkS7SkxtipO8FDhRGSSWyWGP5U%2FhewGjfNL2dw9xZvszle%2B%2BzXL1HrbHOZmOdzXqF0DWxniAIyiNUcTF4NkEmkSMV5EgnOyikexgsTnC4Z4qubB8JG%2FBlRIREIkGxWCQMQ0SEFlUll8uRSCTYDT09Pbz6yitMjI9z5coVLl26xFqlQrVapVqtUqvVcM5hjGGbquKcIwgC0uk0mUyGXC5Hb28vR0ZHmZiYoFAo4Ps%2BT0JEyOVyFAoFRIQW5bdUKXR24icS7AVjDOVymbfPnaOvr48LFy6wvLxMpVKhWq0SRRGPstaSSqUIEgky2SzZTIZSqcTx6Wk8a9kJHjtEEMq5KerhKleWfkIY19hNqkp%2FYZjvTP0DPfkhngWeTTDUfZRyYYTq1ipzaze5t3KNpY27xHGEiNCigIghHWQp5soUMr305ofoSBXxrY9nEhhjeUCEwe4xTkZnERG2OVUGukZJ%2BmkEYS8YsQR%2BmuHScxzoGqUR1ljauMf1%2B79hoXKb5eoc9WaVWGM%2BS0gHObJBgWwyT3%2FnMH2dhyh3jeLbAN%2F6WOPztIzx6EgVOVp%2BkZGeKda3lplfu83c6g3m1m5SqS1SjzZRVR5ljUc6kSOTyNNbOERvfpDe%2FDBd2V58G%2BDZBEYMfwxjDMVikTNnzlCpVBBjaFHnSCaT5Ds72Q3GGFKpFIODg%2FT19XHq1Cnm5%2BeZuXuXu%2FfucX9%2BnpWVFeI4ZpsxhmQySU9PDz2lEuVymcHBQUqlEolEAt%2F3ERGelOd5TIyPEwQBYgzb1DnK%2Ff10FQqICHvBGEMul%2BOlM2c4Pj3NwsIC169fZ3Zujmq1iqrysGQQ0FUsUuzqolwuUyqVSCaTJBIJrLXsBNHfYgc1og2uLP6EG6vvEbsGX8YYw9ziCp%2FenEOEP4qq0pXr4e0T%2F8z0wW%2Fj2YBnjaoSu4hYI2IXAwrK7wkgxmLEYI3FGA9BeJzYRcQuAoT%2Fo1jjYYxFEPZLHEfEGhG7CKcxqg5EeBxBEAwiBs9YjHhY67GbnDqcxsQuxMUOR4yifD5BMHjWw4jBGh8jhj%2BFc44oinDOISK0qCoigp9IYETYC845oigijmPiOMY5x6NEBGMM1lqMMXiehzGGp6GqxHFMHMc8ylqLtRYRYT845wjDEOcczjkeJSIYYzDGYK3FGIOIsJM8dljg5Rgpvkrk6txe%2ByWxRgjCTlF1ZFN5Xpv8ayYHvolnA55FIoJnfTx8npY1HtZ4PIus9bB4PKuMGIwYPOODx54yxpBIJNhvxhgSiQR7TUTwPA%2FP83jWGGMIgoD9ZNgFmUQ3Ez3nGMyfwooPKDtBVcml8rxx7G95ceQvSPk52tra2r6KPHZJ2i8w2fs9fJvm1urPiVyDp9WVK%2FHGsb%2FnG4feIulnaGtra%2Fuq8thFKb%2FAROktfJPk%2Bsp%2F0oyrgPCkFKWvc5DvvvB9pga%2FhWcD2tra2r7KPHZZ4OUYKb6GtUmuLb1DParwRAQGukY4d%2FyfGO8%2FjWcStLW1tX3VeeyBwMsy0vUKGa%2FAp8s%2FYXVrBlC%2BiKriez6Tg6d5ffLvGCwexYilra2t7evAY494JuBA%2FjgdyX6uLr%2FLvcp%2FE8ZboMofUhToyvXw8vj3ODlylo5UN4LQ1tbW9nXhsYdEDB3JMlN9f0U%2BWebGynvUwkVUFVBUlYQXMNg9yptT32es7yTW%2BLS1tbV93XjsA9%2BmONz1Crmgj9n1j1he%2BS9U71IuHuLYwZc5dvBVBromEIS2tra2ryOPfWLEoyczTmdygIABDmSvMto%2FzYHCGEk%2FiyC0tbW1fV157CMRQ%2BDlONr%2FChP9LyNiEIS2tra2rzuPZ4CIIFja2tra%2Fr8wtLW1tbXtOUNbW1tb2577H3HZ4Q6i23%2BKAAAAAElFTkSuQmCC) no-repeat center/contain;
  width: 150px;
  height: 50px;
}

/* line 1755, app/assets/stylesheets/active_admin.scss */
.stewart_logo {
  background: url(data:image/jpeg;base64,%2F9j%2F4AAQSkZJRgABAQEAYABgAAD%2F4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD%2F7AARRHVja3kAAQAEAAAAPAAA%2F9sAQwADAgIDAgIDAwMDBAMDBAUIBQUEBAUKBwcGCAwKDAwLCgsLDQ4SEA0OEQ4LCxAWEBETFBUVFQwPFxgWFBgSFBUU%2F9sAQwEDBAQFBAUJBQUJFA0LDRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU%2F8AAEQgAMgC3AwEiAAIRAQMRAf%2FEAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC%2F%2FEALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29%2Fj5%2Bv%2FEAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC%2F%2FEALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5%2Bjp6vLz9PX29%2Fj5%2Bv%2FaAAwDAQACEQMRAD8A%2FVOiiuM%2BMHxM0%2F4QfDfXfFmpEGDTrcukWcGaU%2FLHGPdmKj2zntQa0qc6040qavKTsl5s5D4hftdfCj4WeKrnw54l8Uix1m1VGmto7K4n8vcoZQWjjZQcEHGc8im65%2B178KPDXhnQfEGp%2BJ2tNL11ZX06R9Pud86xttZvLEe9VzwCwAPbNflX4F8Na1%2B0n8bkhv7o%2FatZvJL7VNQb7tvACXnlPYBVzgdPuipvjh46b40fFgQ%2BHbR%2F7FtvJ0Pw7p0QJK2seI4VUdcufmx1y%2BO1c%2FtHa5%2Bvx4LwXtadCVSXMo803dWXRJaaXd2r30i%2B6P1N079r74Uap4M1bxZb%2BJ2Ph%2FS54ra5vJNPukAlkzsRFaMM7YGSFBwOTgVU8J%2Ftq%2FBvxv4n0zw%2FpHjBZ9W1KYW1pDNYXMIkkIJCb3jCgnGBk8nA6mvzj%2FaS1C18B6T4b%2BDmjzpNa%2BGEN1rVxC2VutWlUGU%2B4iXEY7j5h2rwb4o%2BDfFvwwuvCOqahaz6SmqWces6TdKSpZd52uD2YbVbHUBlPeqjJt2PDzLIMuwGWvGuU7zf7tXWq6N%2B7297po0tz%2BgWivE%2F2Q%2F2hLX9oz4LaV4iZ401y1H2LWLdePLuUUbmA7K4Icf72Oxrz74mf8FLPg38OfEFzosVxq3iq9tZGimbQbVJYUcHBHmSOgbB7puHvWx%2BcWPq2ivmH4R%2F8FFfg%2F8AFzxBa6FBe6l4c1i7kEVtb69bLCJnPRVkR3QE9AGIJJAHJr4q%2Fbo%2FbA0j4ofEPwdd%2FDnxVrdpp%2BmRSRakkLT2YL%2BcDyuRv%2BUHmgLH650V4x8I%2FwBrz4Y%2FGrT%2FABFf%2BHNcdLDw9ClxqV1qVu9pFBG27DFnAGPkbPpivIfFP%2FBVD4MaBqslnp8PiPxLHGcNeaXYIIT9PNkRj%2F3zigLH2LRXgvwv%2Fbc%2BFXxd8O6zqmg6xcfadHspNQvNHubZkvlhjUs7JGM%2BZgD%2FAJZlu3qK6n4F%2FtKeA%2F2jLPVbnwRqct%2BulyRx3SXFu8DoXBKHawGQdrc%2BxoEeo0V4f8Zv2zPhb8BfGEHhnxfrNxaavLbJd%2BVb2Uk4SN2ZVLMoIB%2BUnHXGD3r1rW%2FFOmeHfC994iv7tIdGsrR76e6zlVhRC7Px1G0ZoA1qK%2Bd9E%2Fb4%2BDWueDdb8VR%2BIbi10TSZYbee4u7GWMyTShikUSld0j4RiQoOAMnA5rzCb%2FgrR8IY7pkj0HxjNbqcfaUsLcKfcAzg4%2BvPtQOzPteivK%2Fgv%2B038Pvj5oGoar4P1k3g05Q97ZzxNFc24IJBaM9QcHBGQSDzXEaH%2B398Fde8I6%2F4ki8TS2%2Bl6K8EVw11ZSxySSTb%2FLSJCN0jHynOFHAGTgc0AfRdQ3V5BY27z3M0dvCuN0krBVGTgZJ9zXyFN%2FwU2%2BDWueE9YuFuNe0rh7OF7rTuZJGjYqV8t3wOOpxXyv8AsF%2FtjeGvhPa%2BPIPix4m1jUE1Q2QsEulnvxhPP83%2B9t%2B%2FH9fwoCzP1nt7iK6hEsEiTRnIDxsGBwcHke4NFU%2FD9vp9rolimlW8dpp3lK8EMMYRFRhkYUdOtFAi%2FX5s%2FwDBSz45f8JB4q0%2F4b6XcbrHRyLvUjGeHumX5EP%2B4jE%2FWT2r9DvGWoappPhXVbzRNNbWNYhtpGs7ASLH58207ELMQFBbGST0zX5f%2BHf2GfjJ47%2BJ9te%2BONCewsNS1A3Orao9%2FbSMFZi8rBUkJLHkDAxkjtWVS9rI%2B94Rhg6OInj8bUjFU17qbV2%2B6W7svxaOU01v%2BFG%2Fs3z6h%2FqfGPxID2tueklto0bYkcdx5z%2FL7quRVf8AZv0638B6L4l%2BMWrQpJbeGU%2By6JDMoK3WryqREMH7wiUmQ9xgHtXpHx4%2FZb%2BOHxY%2BJl%2Fq9p4Daz0OBU0%2FSLP%2B0rMLbWMI2QoB5vHA3EerGt745%2FsnfFa78O%2BD%2FAHg3wo194V8OWglmvVvraIX%2BoygNcT7XkDYB%2BRdwyAD2NZcr7bH6L%2FaOCqUlSniIKVd3m%2BaOkf5b37Wh98u54H%2BzZ8Jr79oz442Om6g811ZyTNqWs3TMSxhDbpMt%2FediFz1y%2Be1fq18VP2dfh58bdG0nSvGfhmDV7HSW3WMazS25gyoUqrRMp24A%2BXOOBxwK8x%2FYb%2FZxvfgR8Pby58RWa23i3WZt93GHWQ28KEiOLcpIP8AE5wf4wO1fS1bU48qPzLivNlmWO5KLvTp6Rts%2B7X5LySPIPAX7LPw%2FwDg%2Foniaz%2BH2ky%2BF5tes2tbiWPULmcZ2sEfbJIwDKXOCMHk81%2Bd%2FwAGdD%2BOf7CXirxFv%2BCzeNbW8ZVk1O1s5bnEaFsNDcQhvLVg2SHXPAyARX6seL%2FD%2FwDwlnhXWNF%2B2XOnf2haS2ovLNyk0G9CvmIw5DLnIPqK%2FP7wL4V%2Fa8%2FZW8Sa3BZaUPjD4evGXbcXmqNOflztaMSSiSMkHDLgrkd8A1ofGI8p8d%2FtD%2FAz4%2BfELTLz4ufDTxJ8OtatwIX1LQrpOfmBD3CGJXO05wwDNgkYPGLv%2FBS%2Fwz4W0b4h%2FCaXwvpmmWum6hp5n83TraONLpTMm2RtgAfKnqfWur%2BMHwV%2FaS%2Fbd8TeG4%2FF3gTR%2Fh1oWltIFu5ZkLosm3eWAdpHOFGFCqM9T3Hd%2Ftz%2FALFvjXx9oXwxb4a2yayfCOmDSGs5rmOGcogj8qVTIVU%2FcORkckYB5wDMf%2Fgqh9g%2BGXwt8MeHPCmiad4csPEd%2FI%2BptpVnHbfaVt1Vo45NgG5d0m7B7qKzv2efjd4w%2BDvwr0TRvC%2F7KXiC%2BtpLOOSfWIVkLamzKCZ2b7MdwbOQMkAEAcCu51P4M%2FG79sT4X%2BIfDPxs8N6L4H1LTTBeeGdTsdjlrkB1lEwSeX5GUqDgL1yAcAVzPw51z9sb9nXwvbeCl%2BHOneOtJ05fs%2Bn3%2FwBoWUpEOFUMkqsUA6b1BA4zwAAR4j468N%2FFDxH%2B0RoPxM8Hfs%2FeJ%2Fh%2FJBNDJfWNtYSyQXLhyJXIESACSM7HXGG5J5Y12X7L0j%2Fsm%2F8ABQDxL8OLuX7L4f1x5bG3MpITYw8%2ByfJ6tt%2Fd%2FVzXt3wY%2BC%2F7RfxP%2BL0Xj74weKr3wboVvKk0fhHRNTZI59nKRskUhRY8%2Fe3MztyD1yIP%2BCg%2F7IvjT4zeMPCHjX4a2az%2BIrGNrS8K3cds6qjeZBKrMy8qzSDg55X0oGfI%2FwAQvBurftiePP2g%2FihYSSz6d4XgE1gE4EsUcgRFx%2F17QzPgfxEevPrfxM%2Fas%2FtT%2Fgmr4V0yO%2BB8Sau6%2BF7pQf3gitcGRj67ohAD%2FwBdjX1h%2Bw7%2BzfdfAn4Av4e8U2ECa%2FrNzPdatbh1mXDfu0iLKSGHlqDxxl2r4p0P%2Fgmr8Tl%2BNFhpWo6ej%2FC618QPMLltRiYGy8wbnEW7cHeKNFPy5yBnpQGhPr3w5%2BCvwW%2FZj%2BGFh8WE8RX3izVI5%2FEEWheHp1ikkNyIwrzbxhQsccSDnOd%2BAfmr3jw9%2B1B8SdY8L22jeBv2TtSg0MwCG0j1Jvs9qY8YU7WgRSuMd8H1pv7fX7Jvj%2F4kfETwh8Svhta2%2BralodtDbPpMkkcbL5MzTRSIJCFYZcgqSDwMA5ONVvjP%2B15460j%2ByNJ%2BDWleENRlTyZdc1HUEMUJIwZEiZ88deknToelAj5w%2FwCCcTX1r%2B0x8WLS9soNIuP%2BEd1L7TptngQW8q3cAMaAEjahLKME8d6x%2FwDgmf8As3%2BEvjp4r8W6p4zs%2FwC2NM8PpbeTpUjsIZppjLh5ACNwUREBTwd3PSuw%2BBv7L%2F7Rv7OXx9vr6w8L2PiWx1dG0vUtdkvI3he0mmjeadN0qSCQbM%2FMpOc%2FKa93%2FwCCbv7Nfj%2F9nlfiAPHOkRaV%2FaxsTaeXdxT7%2FL8%2Ff9xjjHmL19aBnvd7%2Bzj8LfCvhbXzpXw%2B8OWYltHkZV02IruSN9rAFSARuPI5r4b%2FAOCSfgfw54yh%2BKf9v6BpeuG2fTPJ%2FtKyjuPK3fat23epxnaM464FfptqliNT0u8s2bYtxC8RYdtykZ%2FWvy%2F%2BCHwN%2Faw%2FZE8R%2BKLfwL4H0TxJZau0Uctzd3cLwSiEyeXIgNxE68SPww79MigS2P1IjjWGNY0UIigKqqMAAdABRVXR5LybSLGTUI0hv2gja4jj%2B6shUbwOTwDnuaKCS5RRRQAUUUUAFFFFABRUN5aR31rLbzBjFIpVtjshwfRlII%2FA1z%2F%2FAArrQ%2F8Annff%2BDK5%2FwDjlAHTUVzP%2FCutD%2F5533%2Fgyuf%2FAI5R%2FwAK60P%2FAJ533%2Fgyuf8A45QB01Fcz%2FwrrQ%2F%2Bed9%2F4Mrn%2FwCOUf8ACutD%2FwCed9%2F4Mrn%2FAOOUAXvFXiqx8GaJcatqQufsNujSTPa20lwY0VSzMVjUnAAPOKqQ%2BPtKmazQC8S4vLWe9gtpLKZZnihMayEIV3ZzLHgYy27gGotY8B2l34O1%2FQrGWa1%2FtazmtTNPNJcbC8bIGw7E8bs4BGakl8ItJ4v0HW%2FtIC6Xp11YGHZzIZmt23Zzxj7P077vagCppfxU0DV9Ne%2Fie%2Bhs0vk00y3WnzwA3DXH2cIN6DJEvykjgdTgc1o%2BIfGum%2BGdQsbC7W8mvL6OWWCCyspbl2SMoHYiNTgAyJ1%2FvVzd%2FwDDO9bwPJotlqUEd6NdOtxXFxbs0YP9om9EbKGBI%2FgyCPX2qr4r%2BG%2BveLL7w9qd3d6FPqOmw3cEsc9jM1tIJmiIZVEwZWUQgcsc7j0oA9IgmFxDHKoZQ6hgrqVYZ9QeQfY1JWLeeF7bWre0%2FtTzJLiGMKxtLia3TdgbsBXHGRxkkiqf%2FCutD%2F5533%2Fgyuf%2FAI5QB01Fcz%2FwrrQ%2F%2Bed9%2FwCDK5%2F%2BOUf8K60P%2Fnnff%2BDK5%2F8AjlAHTUVzP%2FCutD%2F5533%2FAIMrn%2F45R%2FwrrQ%2F%2Bed9%2F4Mrn%2FwCOUAdNRTY4xDGqLnaowMkk%2FnRQA6iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP%2FZ) no-repeat center/contain;
  width: 183px;
  height: 50px;
}

/* line 1761, app/assets/stylesheets/active_admin.scss */
.ctic_logo {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAABaCAIAAACXCkvtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAtr0lEQVR4nO19d3hUN9a%2BdKf3sT3jce%2BVYhsXwMam2A4ttBAggYQkkE02dXu2%2FXY327KbbDa76VmWFCAFSCO00EyxAQPGGBfcO8bjMh6PPX3m3iv9%2FpB9My6AbbL59vueefOEB2Rd6Uh6dXR0dCRDjDHwwothUP%2FTAnjx3wUvIbwYAS8hvBgBLyG8GAEvIbwYAS8hvBgBLyG8GAEvIbwYAS8hvBgBLyG8GAEvIbwYAS8hvBgBLyG8GAEvIbwYAS8hvBgBLyG8GAEvIbwYAS8hvBgBLyG8GAEvIbwYAf53VpPL5TKbzTabDQDA5%2FNDQkK%2Bs6q9mDj%2BU4TAGDscjsaGhuvXr3d3d1ssFrfL7XK7nA4HwoCCUO2jBgDodDpdQEBwcHBYWJharf4WBWBZtqmp6fr16%2F39%2FX0Gg81ml8mkfhqNn59fWFhYTEwMj8cb%2B5XJZKqsrOTxeBBCAIBQKPTz9RWJxTdrI8lm6u8fHBwEEAKMAQAisTg1NZWiKADAtWvX%2Bo1GqVSqUqulUumoEqxW6%2BDgoNPp1Go04RERYzMQIIRMJlNLS4u%2Bs3NwcLCnpxdjpNX6q9WqwKCgqKgojUZDqrtzfPuEsNlszc3N9XV15oGB6pqa1paWzs7OAdMATdMQQgghxhhjjBCCEAYHBwcGBYWFh4WFhUdFRyUkJIRHRIhEoinXTohYXV3dUF9fW1Pb0tLc12vo7u622WxSmUyn89dqtVHR0dOmT4%2BIjExJSZFKpWRQCa5fv779X9tEIhHpX5FIqNFqJRIJwABAQP73rAwAACnYZ%2BgzmUwAAoABwkgqlSYlJQmFQgDAkcOHqyorFQqFr5%2BfXK4YJa3ZPGjqN9kdjoz09LXr10kkEk9hAAAIoRs3btTW1DTUN9TX13Vc7%2Bg3GvV6PcZYFxCg8fMLCgmOT0iIT0hITEyMiIi4c1p8m4QYHBxsb2%2Bvrq4uLSkpPnfeYDCQSx%2FYA6QTMQCEHF1dXV1dXWVXrkAIw8IjFizImT1nTkRUVEJCwhTaRtN0d3d36eXLJ44dO3XyFE3TGGOZTBYWHqbRaAGEpv7%2Ba9eqL128JBAIsrKylq9ckZySEhoaKpFIiJwsw5w%2BdUooFFIUxbFWJpPxeDyny8kyrGd1AoFAJBLZ7Xa3201RFBlLlmVlMhnDMAKBAGPsdLo6Om44nc4Bk8ntdnuON8aYx%2Bf7a7ViiTg%2BLo5HjdZYdru9trb2bGFhwYmC%2Bro6hBBFUWofn7mZmUKRkHYz7e1tDQ0NJ08UREVG5ubflZUzLzExUavVTn7ovgH8Vi7quN1uvV5%2Ftays4MSJM6dOOxwO7kcymUwml6nVPmKRSCqX%2B%2FqoXS53b28vwNhkMlmtVovVytA0HGII8PHzW7Bw4aYHH4iIiFCr1ROnBU3T7e3tR77%2B%2Bt1t%2FyaWCsuyCqVy8ZIlixffFRIWBgHs7u4qOHHi8KHDgwMDZAjX33ff%2FRvvT5w2TSgUsizb29OTMStNIBQAADRaTXxCglrt46%2FTmfr7r5SWdt64wY0oxjguPm7O3Lkul8vQa9B3dra3t9vtdoSQRqMpLb9KyNTQ0FBXU9tr6D1bVHSu6KznOsWybFpGxuLFi%2F11%2FqFhYYmJiSKRiMvgcDgul5S8u317aUmJ200jhEQiUUxMzNK7l2dnZ0skEpfLXX716uFDhyorKpxOJ0VRISEhjz7%2B2D1r18pkslGaZuL4FjSE3W5vbGzcs3v38SNHTSYTwBhAKBQKlUplSGhoQmJCVGRUwrRpah%2B1zt9f6%2B%2FvcrmaGhsxxtXV1a0tLfW1de3t7Uaj0W63syxr6u%2Ffv29fwfHjz%2F3yF9k5OUFBQQKB4LYyIIQ6OzsPfvXVO2%2B%2FgxAiKUKhcOWqVT%2F6yY%2B5SZM4LTEtPV0gEO7asYNorI8%2F%2FDAqKjogMNDf399ms9VW11AUhACIJZIHHnzwgc2b%2Ffz8KIqqr69%2F7R%2F%2FvNHRwXU0QigzK%2BvZH%2F7Qx8fHYbdXVla%2Bv%2F3dkydPsiyLEMYYk6FNSEhISEhgWXbatGmFp89wigRjjFj01NNPZWZlEf0EAGDZIQ3kdruvVVX9%2FaW%2F1dXVIYRIaYmJ05754Q9y83K5Vs9MmhkTG%2FvqK6%2BUlJQghNrb2%2F%2F19jvpGRmJiYlTHs07JYTb7S4qLNr%2Br22VlRVkJCgeT6VSpc%2BefffdK5bdvWzscIpEoukzZgAAZsycSVKaGpsOHjhw5PDh1rY2lmEAABaL5de%2F%2BGVefv5Pf%2F5cfHw8n38bOU0m074vv3zrzbe4FIRQdva8537x81G2qlwuf%2BbZZ458fdjQayBKiWFpqVSKMbbb7R2dNzAAPD5%2FxapVTzz1lHjYnIQAsCzrqU0xxjRNE3ZIpNI5c%2Bdq%2Ff07bnRUVlRijEaJx%2BPx5HI5GVqOECzLxsTEcGzgwLJsQ0PDT3704y69fqguhAODg%2B7beJ8nGwjSM9LXrltXdvUqyzAQQkhBu91Omj81e%2BJObZA9n%2Bx%2B%2BaUXq6oqEUIsy0okkmXL797x0YfvbPvXilUrJjK5AQDRMdE%2F%2FPGPdn3y8S9%2F9Ss%2FjYZlWIQQj8crPHPmyccfr6io4KbOzfDF559%2F%2Bdnn3IAhhBiGee6Xv5TL5aNyUhSlVCrz8vP5fD7Jz6Mo8gkAAACIEZLIpM%2F84FliFRIQg2BMtZDP%2F6aBfr6%2Bq9esYRl23FVYKBKNSscAj1LsZAgdDsfPf%2Fqz3p6eoWwYs4jNzc9dvHTp2GIFAkHCtMTU1FTCNgpSU14shmSY8pdut%2FutN954f%2Fv2jo4bDMMwDJOQmPjiy397%2BR9%2FT0xMpChqLEORBzzTIYQURfn7%2Bz%2F40ObPvvj83vXraJomLdR36p%2F%2F7W%2FPnTvHMMzNJCm5dOnypZKuri7yT6JgZyYnhYWHE9VCiiJGIgCALxCsvfdekUjEsixCCA2PE8aYZRkAYUhQcFBQEDVMFJZlqfH2qABgikeRQgAASpVq8ZIlCCNm2PYkSoWUwB9ZwpCJDSEAgGsshNBsNh%2F9%2BuvWlhauvRjjsLCw1NR0oupIgdyfAICgwKCUWbMQixBCiGXBnRmFU1wybDZbUWHhp3v2dnV1MTQNKWrp8uVbtm5NSUkRj9y1k8lNOnfIbgQADG%2FiWZYlbCB5RCJRaFjYL379q%2FSMjN%2F95jcMw2CM6%2Bvq93zyCYRw%2Fvz54wpTWFh4raryGyWJsUAgyMvPJ%2FqJZVnOUoMQkmwzk5IEAgHDMAghPNyzCoViwfyFb7z1VnRMNPmEZGZZFmAwdiHACAMMiOSkFl1AwPs7d7rdLq6ZpMksy4LxJi4czsNNngGTafu2f7tcLm5lwQiHhYUHhwQT4bnM3KbGT%2BM3Z%2B7c1%2F%2F5KsWjmGF2ThlTIYTL5WpoaHj7zTf1ej3LspCinnjqydVr1ni6EAiFKYoa1%2F8DhtvD4%2FHIakr%2BTv7UarXLV9ytUCr%2B8Lvn%2B%2Fr6GJo%2Bf%2B6cWCIRi8WzZ88eVU5XV1d7W7vB0PcN1QDg8%2FnJKckcz8bWKxQK165br9NpBwYHo6Jjhr0OovCI8MDgQIFAMFnFS%2FJLJJLcvFwybGOrvi3sdvuNzs7GpkauQAAAwig6JjooOAiMnFFcvRRFxcTG%2FPS5n6nUKqfL5efnN6lKR2HShEAIXb9%2B%2Fb3t22uqa8hY3r1ixao1a6Kio%2Fl8vtvtBgDweLxbUGEUIISEFkS1siwrFotVKlVuXh7LsK%2B9%2Bs%2F2tnbzoPl8YVHwsFfO8%2FPqa9XdXV2cGiCqWCgUpqdncBN3VHWEqd97%2FHtESQiFQrFYTBYaiqL4Aj7X0omPKFfsWCNx4hgYGKiqqGQZ1tOIxhjHJ8RrNBqWZcfKQ9RPQEDAQ1se4fF4LMMolEry1dRkmDQhDAbDheLiguMnyBBmzJm99XuPRkREuJzOAaeTYRiGpoksQqFQq9WSNvT19dlsNs%2F2YIx1Op1QKIQQDg4MWK1WhDGZASKRCLHIX%2Beff9dd%2Bi79Rzt36fX63t7e4uLiuPj4VatXc4UghDo7bxh6ekfMGwxEIpFarb7ZLCfpAQEBnolkODkSYIwnNb85DT9qTZx4CYTKF4uLua3pUCEAqH18BAIBWV7H1gshFAqF%2Fv7%2BnulTdllOjhA0TdfV1u374guyyMnl8qefeWZmUpJIJGpvbz9%2B9KjRaAQAQoAhhP7%2BugcffkgmkwEAzpw%2BXVVRKRAKhjsOQAg23HdfeESEUCi8dPFSRUW53W4nP4UA%2BPppnn72GblCvnrNmva2tkMHDtpstvq6%2BqNfH5k%2BY0Z0dDTXHRhhm90OPZzKfAFfO9w7Ex%2BSUUp%2BCrb6WGU%2Bqc8xxiqVSq%2FvGpWuVCklNzlMmVpFt8bkCNHT01NefrXsShnZRCy%2Fe%2FnczExiN%2Bg7O3d%2BsMNgMHArd2x8%2FP0PbAIAYIyrr1W%2F%2F957AoGAm38CgSA7OzskNBRjXFdft%2FuT3ab%2BfnLSwTBMaFjY088%2BAwAIDg5etXp1S3PL5UslNqu1trb2YnFxVFQU1wtms9nhsHseMgj4fJ3Of4zs34DUAiEklvwEl7b%2FNIjGHRwcHJWuUqmlMhm45cCTBYKYYmQ7PWWWTEKxYIybm5tPFhQQNeXr67vl0Ue5zTqfz%2Bfz%2BYQoEEJIUXwBX6FQEFkTEuI9NSH3iUgkghBGRkby%2BDzKA0SBkmyzUlNz8%2FNkCjkAQN%2FZWVNb57kFNRr7rFbrCDmHFekt1D6RhMgMhzHxrvgPASF0vb1tVCKGtxljTn7SHHBnOmMShHC73SKhqOJqOYRQLBZnzcuOi4%2F3mF6QOwwc6l8MHA6HXq%2B3Wq2Dg%2BaxUlosFqfTSdO02Wz21PmjhkcqlWZlZaWlpWGMXS5XxdWrNdXVHF0wwmMNKPgtnQV%2Flxhu8hgrAUCKx%2BN2Lv9pTGLJqKio%2BOjDDwEAGGMfX9%2F7N91%2FC8sFI9TS1HT%2FuvU8Hg9C6nrHdS7IAAAAIaRp5u8v%2F%2F3tt9%2Fh8aieru7BwQGPc8DRpcXGxS1YuPBsURHGuLurq%2Fjc%2BeSUFMIDvlAwVuffwov1XwtiP3J7HA4IsfjOXAuTwiQIcb29vb21jQxqUGDg3MxMkj7sNUOeI0lmc01NDQAkTmCszQVaW1qAh1YZ4boZLon446RSaXJKcmxsbENDw4DJVHLp0pPPPE0yBAYEqtVqs9nMfepwOGquVU%2B8Xf89oHi8xGnTG%2BrrPBP1nXqb1fadrWgTVa0YY41G29rWCgHw9fXNmDOHpH%2BjyvA4e98h5X%2BTFZr76SgvHsaIcwtydoBGq42Oi8UYMyx7vaPDYDAQl5xYLOKPPGiAw4vXf4NZMClACOVy6Yi2QIgQYljmv44QLperW99ls1oxAD6%2BPjOSZo7KIBaL5Qo552CfMkjYiC7wGycB8b34%2BPhMnzadFG6zWhsbhtx5oeHhWq0GDxuhEJITP1tdbS13ePG%2FBTyKioqK5sKICCCEV0pLzWbzd9OWiRLC0Nvb2NDAKfCgwECSzjE3YVrig5s3q9XqOyEE%2BXba9Okvv%2FLKqDmhUCiSkpNIBqfT1VBfTzRHZERkSGjYqFnlcroKTpyYiCStra1lZWXcwdj%2FLPgCwYKFCz3P24hnurKiovPGjdt%2BbjabL5dcLr18%2BbaHw7fARAlhdzisduuQjy8wMDYujkxKbtjkcnn2%2FPkLFi28Qw0RERn58JZHIqOihuQb9mpQFKXRaFRDJ37IarGQDIFBgTNmzCC%2BZ64QmqGPHzt%2BW0lomv7y889ffumlghMnzGbztxI8difg8%2FnpGelSiYRTeAAACGFDQ0NnZ%2BetvyUhQq%2B%2F%2Buo%2FXnmlqalpypyYKCF6e3uNRiMAAGMsl8mJ%2F5ED55mIiYm5o27FQCyW%2BPr6jt04kBgylVo1Kl0oFM5KnRUTE8OtVmTdrautrampGeWiGIXCwsJTJ09dq6xSq1TiW3oDv3WMe0wFIfT181u5ejWJ6OTS%2B439xefOd3R03KLAGzdunDh%2B%2FOKFC103On3Uas8SJoUJEQIhxNC0eWDIiTZOoAiE5GjKZDJNQQhP2K3WfqNxqKJhDcR5mQT8ERE3xEqYmZSUv3ixXCbz7AK32%2F33l15qbmpyuVzjtujUyZPvb3%2B3qbExLz8vZdYscqpyM6mGXeqjEqdyInqLnyKE%2BHz%2B9x5%2F3E%2BjJU0GwybUiRPHP9uz92bd297evu%2FLLz%2Ff%2B6lSqXzi6ac0Wu2UXW0T1RBarZY%2FHP40th4ivcvpvOERhjoVQOBwOQZMg1xf3Do7Ua1qtXrJ0iWZWVlc6A2EkMfjFZ4pPHbkyIXiYqPRyHGFpunOzs6DBw%2F%2B%2B1%2F%2FulxSEhkdvW7Dff46HbjlCSFCiKbdo5oM4Xh9MW6zhvdaoxLtdrunJiCkj4uPe%2FiRhxVKpafO67zRWVBQcPTIkdraWk85LWZL2ZWyjz%2F66ItPPzMajXctWbx8xQrufGBCwo3EhPwQGGOJRKJSqcCQT4lmGGY8dxBLAvruBHabvae3e9wfIYTGlk96OSo6%2BoGHNus7O6uJ5wNCwolt%2F9pWUVGxcvWaiIhw4u8zmUyN9Y17Pvm4u7tbq9E%2B9vhjySnJIpHoFq5Al8vV2anv7uoelWFwcNBmtfL5%2FFufhmCMHQ5HT0%2B3p%2FOeiHetqiogMJA7MefU4YObH%2Bzu6jp48CAXHU5RVEN9%2FUt%2F%2BevdK1bcvWolAIDP59vt9p6u7sLTpwsLCyEA%2BYvv2vzwwwqFAni6AyaJiTqm5AqFRqslpDOZTEajcdR5KwDAZrO2trZNQQhPuN1um2WchR9C6Ha7e7qHRoU%2FfIZCJpZIJJo9Z86Pn%2FvZ3%2F%2F2t9aWVnIDgvRjyaWSkkslKqXST6Nx0%2FSNjg6GYch%2BdcP69fl33UV6cNyDj%2Fb2drPZ3NrScvjgoaamJuAx7SCEJZdKDh86HJ8Qr%2FX39%2Ff3VyqVY8VubW21WizNzc37933lOXHJavjhrl0My0ZFR2s0Gp1OR0xjCKFKrX762Wd5POrI10eMRiOJhIAQWiyWPbt379m9Ozg4WCaXk4tcCCG1Wp2%2F%2BK7vPfbYtOnTPXtsCv0%2FIUJACPk8nlAgIL1msVoNvb1jCYEBAPhOXe4ul6u7ZxwNgRByudwk%2BFYoFAYHB3GykYVDKpXOX7BAp9P945VXysuu2mw2mqbBsItqYHDQNDBAomAUCoVOp%2Ft%2Fv%2FvtvOxsclQ7Lhswxn994YWTJwpcLhefz6d4PB6fDwHAw1f2DAbDH55%2F3u12z547568vvjiWEBjj3%2F%2Fud8eOHBWLxTzyOYQQQAwAAJjCuLKi8mrZVbfLtXrNPb95%2FnfBIcHctwGBAT%2F%2B2U8joqI%2B2%2Fvp9fZ2h8NBeEya09HRQagjFArVKtWKVSsffOihqOGoAPCfjoegKMpPo8mcl%2FXvbdsAAP1GY01NDQml94TNamtva%2FcMVgbDyzynDCdSndFoMhgM%2Fv7%2BntvajuvXjx05QtrJ4%2FOCgoPB8Gzj7C%2BhUDgzKWnb9u2XL116%2F70PigrPuFwuClJkCMiZe2xc3Ib7799w34ZRl%2FjGlS0yKioyJlokFPF5fIryPIADeOjyBxocNPuofTDGY6OzMMZpaem1NTWBgYE8nmCUzYExABgjlu3t7VWolAAMBR1yjVKp1I9s2bJ4yZLjR4%2Fu2b2nprqa8AnAoU2pQqnMzc3dsnXr9BnTBSO7fcqY6M0thNClixefePzxwYFBiUSycvXql17%2BG%2FAM%2FUOo9HLpunvuIYfgYHgLQCznu5YsmT17dnNT057du29NC5ZlY2Jj%2F%2FnaqzNmzvQkxPFjx3bt2HHu7DmM0PQZMw4dPTIqQs4zM8uyiEUYo9bWtr4%2BA8MwAGONvzYkNFQilpDwPk%2FJx51PxKabyIaeGASkpaPaAjyu39y2BDx8vccTRAaEkM1ma25qIpfSMMZxCfE%2BajWfLyCRf2M7YWqYqA1B4nkiIyPLr5Y7nc7a6mqTyeQZptbZ2Xm2qBBy15IQIup9zT1rHt6yJTo6uqam5mTBidtKDCF0uVzdPT2ehCBWbU11DQBAoVTOTE4eN7qQG1oej0d6NiY2Jio6isvgyQOCWwdOcuVMsIu%2BrRI4tUpAeCYQCFJSUrgcvOGJd2sBJotJnHYGBAZmzcsm4VI9PT1FhYUrV63ixszldJoHzdyUkkqlK1atfHDz5uDgYJVazefzXS53Y2PTbWuBALpcrt6uHuChfrq7ustKrwwMDAAAfHx952TOHco85qLLqAG%2BxXgQS%2B0WbJjsVBtb1JQXcsKDUb5gCCH%2FJhefuM32HaoHMClCqFSq9Ix0kVBIM8zAwMDujz9ZumyZQDAUjqDX62903qAoKjY29p571%2Bbl56tUKo1WS9httVobGxv6jcbbSwyB0%2BFoaW32TCsqKjx18hRpdlh4WFZW1lDeMaVxt7bBTWYMHI6dnMjEJeQeVc6ocxMwPBLjDj%2B5q3NbtwqnDMaKij3u5IytndT7bT0OASZOCFJxdExMVnb2mdOnaZquqqy8eOFCekYGubUok8mjo6PT0zPmZc8LDg7202gAAM1NTRKpVKFQXL9%2Bvfpa9bjei1HAGLtp2tDby6WQ9wIaGxsAAL6%2BvukZGeTyLqcMLl26VFNd%2FY2LApP%2Fht4dIJ6r9IwM2k2fOnmS4vN4PB4EgGVZf3%2F%2FRbm5IpHo0sWLDQ0NAAChUBgRGZmfn9%2Fe3l5w4gS5VQ0wQAADACRicVh4eGJiYlhYGACgt6enoKCAhJESImKEyfgEBQVlzcvy8%2FPj2tvT01N25Up9fT3F41EQkqtkJGYAUhAAIBFL4uLjFi5ciDG2Wq2nTp6sra0dHBxkGEYikQQGBk6fMWPWrFlkkwwAsFmtxcXFFRUVxj4jyzIikdhf5x8fHz9n7lylUjllVTEJQrAsq9Pp1m%2FYcP7cOYZhXE7nW2%2B8%2Bbs%2F%2FD4uLo7P58fFx6nUKl8fH18%2FP4ZhWltbOzs7v%2Fj0858891ORSNTW2lpXVzv03sItg0Uxxi6X68bwWQ7DMIVnzlRVVpLxTkpOWrZ8ObG%2FuHIuXrhw6MDBAVM%2FhBTCCCOMEAKInCJjhFBwcIhYLAkLD7t%2Bvb2qomrQPMDn8ZNnpfhrtRghgHFHW9uh%2FQcoijcrbVZkRAQAwOVy0W76yKHDfX0GqVQaGBQkEAqNfX1SqSxxWuJdS5ZkZmZijGm3%2B%2BL54ra2NkDBmOiYpOTk3t6eqsoqqVRaUVG%2BZevWkJAQwlqBQEDTdHtbe1FhIQWhUqmMiIwgkRwUhD09PW63e809a3Nycnp7enZ%2F%2FHFRYaGfVhsTE4sxam5qKrl48UrpFZvVtmz5MgCA0Wj84tNPC04U8AX8uPh4qdTnent7%2BdWyi8UXzBbL6tWrJ3ir9o4IgTEWi8Wp6Wlz584tLCxELHu5pKRLrw8NDVUoFAqFQiaT2W22tta2np7uT%2FfuPbB%2Fv0wq%2B%2FNfXxAKhTKZTClXJKUk3%2BSS5DfAGDM0o1Kpyd9ramoOHzrc0NAIAPDTaLJz5sfExACPrSZCKDMzU6v1dzmdQwUgPKQjyL8BlsvkidMSQ0NDH9myZf%2F%2B%2FeSNmBkzZizKy%2FP18XG73QAhsUScNS976bJloWGhPB4vODh4Ue6iY0eO9PT0pqWl3b1yZVhYWNmVsjdff72ivLy3pzc9Pd1Po1mybFlDfUNJSYmfxi9jdsbqNWv6DAaxWLznk91XSkvTMzJUSqVKrSYmecbs2bSb%2FuKzzyCEGbNn37t%2BnVwuJ8y%2BeOHCubPnQsNCHQ7H0a%2B%2FfuvNt3Lz8h7a8kh8fDwEoKWl5bO9n545czo5JRnjpRDCghMntm9%2FNyYm%2BoHNm2elpgqFwi5916EDB3bs2BERFbly5copbzcmYUOQCnx9fR%2FZuqWtrU2r1WbMmRMYFEQCl%2B12u7Gvr7y8%2FNPde65cuWK1WjFC%2Bfn55NuoqKjvff9xiqJuG%2F6KMcYsEkslAIC2trb3tr9bVVnJ0DSfL8jJyZm%2FcAF3a5szZhMSE6NjYgAAAoFAKpHczPICAChmzhSLxTvefQ9jzOPxfX19KYpqaWlpam1blJu7bsMG7ik05fD9J4zxwtxFS5ct02q10dHRH%2B3a1dfXV1x8XiwWQwhFIhFfwHe73QkJCTnz54dHRAQFBztdrr2792CMy8vKZsyYoVSpyH7Sx8cHYQQAoChq3Yb12Tk5nM9GqVTSNBMfnyAUCt977z232%2F3YE99PSUkhGaQyWXtb25WyK9OnTydS7flkd5%2FB8Ps%2F%2FmFRbi55mUqhUOTMn%2F%2FRRx%2BSx0%2B%2BC0IQG14sFs%2FNynr6B89GRUZlzJkNAGAZpru7%2B%2FSpU5%2Fu3VtZUYERpiiKz%2BMxGGfn5BCjMiw8PCw8fOJ1Ef%2F%2FF599frawcMBkAgDExcWuXXdvXFwcGOlYvFZdXXzuXK%2FBADBOSkrKy8%2FX3PxNHXIfV6fTdXV3X7h48cGHNre2tLzx2mvxCQnrN2wIHvkwXtmVst7eXoFQmJqa6uvrizFmGGYoPgMMOVqKCovKr5ZDCJNTZkUNx3BYrVbCJIZm%2FPz8OHeTy%2BU6uH8%2FhFDr75%2BWnk60Onn3yM%2FPb%2FGSJb6%2BvlartaWpGVKUQi7n8XjkujPLshqNZtmy5XHx8WTt7uvrc7vdcoWCz%2BeTPAzDSGTSu1esyMjI4NTnFDA5DUGsd7lcvnHTJoQQTdNWi%2BXwoUM7d%2B5sbW4ZGifekMEBIZyXkzOFxQxjbLPZPv%2Fss107d1rMZgCA2sfnka1b09LTwZjrcrTbbbc5BgcGAcZmi4V0w9jnBsDwKiMUClPT0w8eOHDh3LlzZ899uGNHWHg4xwZP1%2BfpU6f6%2Bvri4uK0Oh2Px2NouqerS6%2FXSySSlLRUUnL51bKOjg4fH%2FW06dNI8A5C6OzZs2R7kp6Rzk1WlmVtNtvlkssSiWTJ0qXET0pu5jidTrVanZSc5HA4Ll28CCCkKOqvL%2FzllVf%2FKRaLpVKpWCzOzc%2FPzc8Hw8uoeWCAgvD1V18NCgrS6XRSqVQoFKalpaWlpU22t0dhcje3PF2QFotl1wcf7Nyxs9%2FYDyDw3PyQLvDTaAIDAz0TJ1IFcUz9%2BAc%2FOHb02NB0hPCJJ5%2FMzcsjUTnE38WVmZmVxcV%2Fg2HjF9zkPhZCSCAQZMyefWD%2Ffpqmn33qqezsnKeeedpTe5ESenp66urq3G73nDlzfH18AAD9JtOOnbsghEql8t7168hhm6HXYOjtXbx0aUREBOmW2urqj3d9SNO0RqOZm5kpFArJnYD%2B%2Fv6zhYUWi0Wn0y3KzSWcY1l27549FrNl7b33xsXHSSSSuZmZRKeeOX16xdJlWx9%2FbNmyZUFBQZ7u%2F5kzZwaFhAwMDl6%2BVHLfuvXrNqy%2Fd926qKgoz6nyHd3tJJ2l1%2Bs%2F3vXRp3v3WC1WFrEUj4IAjooMEIlEy5YvI2KNe215XFgslosXLr72j1fq6urJVoJhmO8%2F%2BeTK1av8NEO33D2Lev3V18rLy90uF0lEGCOEpBLJ8pUr1q5dO26lfD5%2F6fJlv%2Fn1rzHGqampf3npxcCgofhQrkPdbnfB8RM2qxVCuDAv18fXt7e3983XXv%2F60CG1Sr1m7T0rVqyAEJZfvdrc3AwhzMvP8%2FXza21pPX706BtvvEG7aUjB1998Q6745h3C5qamkwUFFEXRNF1dXV1bUw0g1Hfqz5w69ZOf%2FSwiMoIT7%2Fk%2F%2FOHPf%2FoTyzC9PT0v%2F%2FXFotOFj2zdsih3kadf%2FOlnnn7hT3%2Fu7Ow0GY3v%2F3v7xfMXHti8ed2GdeM68ieFyRHCarWePHHi5b%2B9bDT02R32m3lFMMYCoXBuZhaRb%2BwlvrGw22zF589%2F9ulnV66UDpgGuEOQP77w52XLl%2Fv5%2BXFeGs%2BibHabxWx22O0URWGAWRYjxDAKBQXGdxPB4Rt8ErHYTdOQokSioUApz3vfAoGgtPSy0%2BmEAGx75529n%2Bxua2tvaWoMCQn53uOPb9y0ieQsv1pu6O0FGP%2Fjby9%2F8N57LpfbPDgoFAofeXTr%2FZs2xsTEcDYjxtjHx6e05LJIJAoKCabdbpZhAAQV5VclEkloeBh5mIB4qTc9%2BACfz3v91df6DAZE0yWXLiHEsiyzeMkSUhpFUUuWLgUQvvn667XVNQjjmprqnTs%2BYBCzceNGcGcuy8kRQiQSLVm6dMbMmXt27zlVcLK5eRxXNLGnlApF%2Fl35FEXZbDahUHgzS4Jl2cqKyksXL5ZdudLU2NhrMNisVnI5PDg4%2BP%2F99jfzsrOVKtW4IUAIoR%2F%2B6Ec0TWOEAIBkm0kYc7MASYSQwWB4%2BcUXycl4dfU1MMwzjkAIIYfDUXy%2B2Ol0RkZHBQQEBgcHzZ47Jz4%2BPjYuTiqViiViAIDb7b508aLRaMxZsOCx7z%2Fucrle%2B%2Ber%2Bs7OuZmZP%2Fv5czKZjGy%2BAAA8Hm%2FAZKqqrDIa%2B4NDgh966KG7V64kbVSpVH2GPn%2Btv6enUiKR3Lt%2B%2FazUtG1vv3PmzGmLxXK1rGzOnLk58%2BfLhsMEBUJhXn5%2BbEzsnt27v9r3ldHY11Bff6n4wj1r7pHKxn8Od4KYHCH4fL5AIIiIjHz8ie9vemBTXV3dn%2F74p56urlF8FIvFM2YmSaRSt9v99ltvVVVWBQQGBAUGabQa4mhzuVwN9Q0Oh8NiMfd0dff09PT19ZF4MoyQj6%2Fv8ruXP%2FrYY0Kh6Kt9%2B7q7e2LjYtPS0iIiI7kqWJatqa6uvlbtdDoxxknJSfEJCWOfGBuFtra2r%2Fbtq66qeeLpp95%2F970B00BTQ4M4KckzZtjhcJReLu3vN7Is%2B%2FDWrTnZ2eQsRiKREJ6Rs8drVddamltot3vxksUps2bZbNb02RnXqqqsFovb7VapVJ6Kp6GhoajwDIvYwKBA4tQndWXn5AAAdAE6l8vV1dXVUFeflJwcEBggl8sTpyX%2B9g%2FPx%2B2O2%2F3xJ52dnd3d3d3d3QKBoOxKWVpqanBoiEQiiY6NefoHz8bGxW3ftq2pqalb32U09kllYZMa09FDPIVvyKs%2Ffn5%2BRUVFtMsFxlj%2BcrliVuosAMCNjo5TBSerr11TqVRqtVquUIjFIgAAQzO9PT00w1gsFs8XwXx8fHLmz1%2BxauWMGTOCQ0KampoKThScP3tu9tzZkVFRYeHh3DyGEBp6eyvKywmNdDr%2F2NjYUXKOWl%2Fq6ur27tlzva39T3%2F5s1bnv%2BeT3Xa7vbS0NDI62jM2wmKxHP36a8QisVicPW9eZFTUKPuUyHDs6BFTf79KrZ4xc6ZCoZBIJAsWLnx327%2F1XV0Xii%2BsWr0KDMexYYztDkdZWZlCqUycNt1zVxwVHc0wzODg4ODAQEV5%2BYljx7VabUBgAABAIBAEBAQsXbasvq6us7OTYRmHw9F548bODz5QKOQhYaEAAD6fr9Fo8vLzbnR0vP7aazTLuNzu256b3BqTJgR59YfP45WWlu76YMfAwABCSKVWMTRDXvzAGPv4%2BmRmZQIALl640GcwAACsVqvVavWUEg9HkiGEFApFdHRMZlbmrNTUqJho7q1hioIMy5B33ZRKpecBD0VRScnJIaFhCLEAA18%2FX6lMxgXZAgBGnXS3trYePHCgsb5hw30bUtNSMQBh4eFms7mysnLjAw9w1GFZ1uFwnDt7FiM0e84crb%2B%2FJxsIdymKcrtcF4qLrTbrvHnzdDodOVONjIgICg42mUzHjh5dtXoVtwzZbDaT0ajv1IdHRKSmpZICyctzfD6%2Fp7u7qKjI6XDc6LhRX1%2Ff1d01CwCWZcm5j1wul8vlfB4vJCRYqVQWFRbW1tS0NDfn5uUhhIjZIRaLFUoFRVE6f3%2BdTjfZAR2FSe8yeDyey%2BXS6%2FV%2F%2FP3vW1tbEMJyufz%2BjZtsNuuZU6c7OjoghAGBATGxsQCAkJCQvPy7WltbzIODZovF7XJxuyKFUqmQy%2Fz9dbFxscHBIWFhYTFxsVqt1nMAdLqADRs2JCQkTJs%2BXaPRcIRgGMbpdDqcTrFYTHY3Lrfb0NvrdDqNxn6SghCKi4tTKBQQwubm5kMHDzY1Ni5dtmzBokXkBCEgMLC%2BtraqorKttTUuPp4sNxaLpa21tb2tDVJUbl4et0aQ0SVGtMPhqK%2BtbW1pdblcWTk5ymH9L5PLk5OTjx87drXsysDAgFwuJ5ZTVWXlqZMn3W53cEhIUlISHn6ObXBwsN%2FYv%2B%2FLL0z9poTERIfDYTQai8%2Bfz83LE4lEIpHI6XTW19c31NfHxcclp6TI5XJTv8npcp08efK%2BjRuJ78HpdLa2tpZcuhQYFJg9P4d7kOM7IgQAwOFwXKuqem%2F7u1WVVWQGLMxdtPGBTSzDUBT14c5dEok4OiqK%2BFPnZmWFRUR0d3WZTAPmwUGXixw3AEjxlCqlUqHQ%2BvuHh4fLZLJxNwUymWzlqlULFi2Sy%2BUikYi75M8wzLGjRwtOFIBvFgWMEGIRBggDAEjM3FPPPBMQGNjU2Hiq4OTJgoKAwMDo2BiVSoUQamlu6dLr3TTd2tq644MPsnNy5mZmSqXSo0eOHDl0GGEMWNZiMev1evLEPKdsTCbT4UOHDh88aDabEctazOaenh7yCrpcJsuYPfvwoUNd%2Bq5tb78zIzkpKyursbHxk48%2FOX%2F2HELI6XD09PYCAKqqqgRCYUd7e1FhUUVF%2BS9%2F9euc%2BTlqtaqmuvr0qVOJ06f7%2BfpCinI5nfu%2B%2BIJl0QObHyK30zIzM8tKS8tKr%2BzdsycwMFAgFLpdrjNnzuj1Xfdv3LQwd%2FQ7t1PApN%2BYam5qPrB%2F%2F7GjR4knOyk5ecujjwYEBPB5vMWLl5w%2Fd97lcs1MTib5hUJhRERERETEBMsnCt8zrlAgFHLv7HE7TxIZKxaLGJrhDke4qzTQ4yqRzWqtrKgcGBhImTWLZVh9ZycAALHsP%2F7%2BcmhoaFhYGACYcdNVlVVpaWk8haKxocHHx2ftunsxQvW1dV%2Bhfd9%2F8gnu11hgjPv7%2By%2BcL%2Fb19V25ahXGqKW5%2BfixYwsXLkxITBRLJAsXLVp771oAqfb2NpqmZ82a1djQwDJ05rxsCDEG8OOduzCAkAIUgICi%2FDSaJUuXpaalRUZFabVatdrn2LGjh%2FcfEAgFGAO73ab193%2Fymaczs7J8fHwAANk52TKF%2FOtDh4rOFJKbHg67Q6lSPbJ1S25eHlkv7jBGZhJOb4xxx%2FWOLz77%2FM03Xidf%2Bfr5vfbGG%2Bnp6SKxCAAwMDDw1Zf7Thw%2F9tvf%2Fz4hIYGYihPZE3teIhhlZ3jaqmBknNx3Bi5y8zuommVZY19fT28vwFgskQQHB4%2F7W1WMfX29BgNN02KRSBcQwG1bwB2HVU6CEE6n84vPP%2F%2F1L35JOkUqlf7phRdWrFwpFH0T79va2nql5PK6%2BzZgj3DIW5y1jOtu8mJcTKSX7rwnJ7FkWCyWa1XXaJrm8XhKpXLjA5tWrVk9Ks6YWyA8fe%2B3LXlSbfju2TOK3DfLA%2F6TT5RMZN5%2BKz0zCQ2BEDIajUcOH97%2B7%2B1z587981%2F%2F4vmQMfgOX2whLb%2FtAxqeN6A5CeHwm4Sen4%2FdD3umj13FRn3rua5xPx1b%2B7jgPuf24WMzgJGqdGzDJz73bovJHZwjhGxWq6GvTywWBwUFcYnU8MPx3%2BIFAS%2F%2BRzBRQniqTeTxJvsoEgCP4DYvIf43YhKEIPB0HHnVwP89TG7J8OqA%2F%2FP4dn4rnxf%2FZ%2FC%2F7wlgL%2F6j8BLCixHwEsKLEfASwosR8BLCixHwEsKLEfASwosR8BLCixHwEsKLEfASwosR%2BP8xezwdDyy0VQAAAABJRU5ErkJggg%3D%3D) no-repeat center/contain;
  width: 100px;
  height: 50px;
}

/* line 1767, app/assets/stylesheets/active_admin.scss */
.ctic_idv_logo {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAABaCAIAAACXCkvtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAtr0lEQVR4nO19d3hUN9a%2BdKf3sT3jce%2BVYhsXwMam2A4ttBAggYQkkE02dXu2%2FXY327KbbDa76VmWFCAFSCO00EyxAQPGGBfcO8bjMh6PPX3m3iv9%2FpB9My6AbbL59vueefOEB2Rd6Uh6dXR0dCRDjDHwwothUP%2FTAnjx3wUvIbwYAS8hvBgBLyG8GAEvIbwYAS8hvBgBLyG8GAEvIbwYAS8hvBgBLyG8GAEvIbwYAS8hvBgBLyG8GAEvIbwYAS8hvBgBLyG8GAEvIbwYAS8hvBgBLyG8GAEvIbwYAf53VpPL5TKbzTabDQDA5%2FNDQkK%2Bs6q9mDj%2BU4TAGDscjsaGhuvXr3d3d1ssFrfL7XK7nA4HwoCCUO2jBgDodDpdQEBwcHBYWJharf4WBWBZtqmp6fr16%2F39%2FX0Gg81ml8mkfhqNn59fWFhYTEwMj8cb%2B5XJZKqsrOTxeBBCAIBQKPTz9RWJxTdrI8lm6u8fHBwEEAKMAQAisTg1NZWiKADAtWvX%2Bo1GqVSqUqulUumoEqxW6%2BDgoNPp1Go04RERYzMQIIRMJlNLS4u%2Bs3NwcLCnpxdjpNX6q9WqwKCgqKgojUZDqrtzfPuEsNlszc3N9XV15oGB6pqa1paWzs7OAdMATdMQQgghxhhjjBCCEAYHBwcGBYWFh4WFhUdFRyUkJIRHRIhEoinXTohYXV3dUF9fW1Pb0tLc12vo7u622WxSmUyn89dqtVHR0dOmT4%2BIjExJSZFKpWRQCa5fv779X9tEIhHpX5FIqNFqJRIJwABAQP73rAwAACnYZ%2BgzmUwAAoABwkgqlSYlJQmFQgDAkcOHqyorFQqFr5%2BfXK4YJa3ZPGjqN9kdjoz09LXr10kkEk9hAAAIoRs3btTW1DTUN9TX13Vc7%2Bg3GvV6PcZYFxCg8fMLCgmOT0iIT0hITEyMiIi4c1p8m4QYHBxsb2%2Bvrq4uLSkpPnfeYDCQSx%2FYA6QTMQCEHF1dXV1dXWVXrkAIw8IjFizImT1nTkRUVEJCwhTaRtN0d3d36eXLJ44dO3XyFE3TGGOZTBYWHqbRaAGEpv7%2Ba9eqL128JBAIsrKylq9ckZySEhoaKpFIiJwsw5w%2BdUooFFIUxbFWJpPxeDyny8kyrGd1AoFAJBLZ7Xa3201RFBlLlmVlMhnDMAKBAGPsdLo6Om44nc4Bk8ntdnuON8aYx%2Bf7a7ViiTg%2BLo5HjdZYdru9trb2bGFhwYmC%2Bro6hBBFUWofn7mZmUKRkHYz7e1tDQ0NJ08UREVG5ubflZUzLzExUavVTn7ovgH8Vi7quN1uvV5%2Ftays4MSJM6dOOxwO7kcymUwml6nVPmKRSCqX%2B%2FqoXS53b28vwNhkMlmtVovVytA0HGII8PHzW7Bw4aYHH4iIiFCr1ROnBU3T7e3tR77%2B%2Bt1t%2FyaWCsuyCqVy8ZIlixffFRIWBgHs7u4qOHHi8KHDgwMDZAjX33ff%2FRvvT5w2TSgUsizb29OTMStNIBQAADRaTXxCglrt46%2FTmfr7r5SWdt64wY0oxjguPm7O3Lkul8vQa9B3dra3t9vtdoSQRqMpLb9KyNTQ0FBXU9tr6D1bVHSu6KznOsWybFpGxuLFi%2F11%2FqFhYYmJiSKRiMvgcDgul5S8u317aUmJ200jhEQiUUxMzNK7l2dnZ0skEpfLXX716uFDhyorKpxOJ0VRISEhjz7%2B2D1r18pkslGaZuL4FjSE3W5vbGzcs3v38SNHTSYTwBhAKBQKlUplSGhoQmJCVGRUwrRpah%2B1zt9f6%2B%2FvcrmaGhsxxtXV1a0tLfW1de3t7Uaj0W63syxr6u%2Ffv29fwfHjz%2F3yF9k5OUFBQQKB4LYyIIQ6OzsPfvXVO2%2B%2FgxAiKUKhcOWqVT%2F6yY%2B5SZM4LTEtPV0gEO7asYNorI8%2F%2FDAqKjogMNDf399ms9VW11AUhACIJZIHHnzwgc2b%2Ffz8KIqqr69%2F7R%2F%2FvNHRwXU0QigzK%2BvZH%2F7Qx8fHYbdXVla%2Bv%2F3dkydPsiyLEMYYk6FNSEhISEhgWXbatGmFp89wigRjjFj01NNPZWZlEf0EAGDZIQ3kdruvVVX9%2FaW%2F1dXVIYRIaYmJ05754Q9y83K5Vs9MmhkTG%2FvqK6%2BUlJQghNrb2%2F%2F19jvpGRmJiYlTHs07JYTb7S4qLNr%2Br22VlRVkJCgeT6VSpc%2BefffdK5bdvWzscIpEoukzZgAAZsycSVKaGpsOHjhw5PDh1rY2lmEAABaL5de%2F%2BGVefv5Pf%2F5cfHw8n38bOU0m074vv3zrzbe4FIRQdva8537x81G2qlwuf%2BbZZ458fdjQayBKiWFpqVSKMbbb7R2dNzAAPD5%2FxapVTzz1lHjYnIQAsCzrqU0xxjRNE3ZIpNI5c%2Bdq%2Ff07bnRUVlRijEaJx%2BPx5HI5GVqOECzLxsTEcGzgwLJsQ0PDT3704y69fqguhAODg%2B7beJ8nGwjSM9LXrltXdvUqyzAQQkhBu91Omj81e%2BJObZA9n%2Bx%2B%2BaUXq6oqEUIsy0okkmXL797x0YfvbPvXilUrJjK5AQDRMdE%2F%2FPGPdn3y8S9%2F9Ss%2FjYZlWIQQj8crPHPmyccfr6io4KbOzfDF559%2F%2Bdnn3IAhhBiGee6Xv5TL5aNyUhSlVCrz8vP5fD7Jz6Mo8gkAAACIEZLIpM%2F84FliFRIQg2BMtZDP%2F6aBfr6%2Bq9esYRl23FVYKBKNSscAj1LsZAgdDsfPf%2Fqz3p6eoWwYs4jNzc9dvHTp2GIFAkHCtMTU1FTCNgpSU14shmSY8pdut%2FutN954f%2Fv2jo4bDMMwDJOQmPjiy397%2BR9%2FT0xMpChqLEORBzzTIYQURfn7%2Bz%2F40ObPvvj83vXraJomLdR36p%2F%2F7W%2FPnTvHMMzNJCm5dOnypZKuri7yT6JgZyYnhYWHE9VCiiJGIgCALxCsvfdekUjEsixCCA2PE8aYZRkAYUhQcFBQEDVMFJZlqfH2qABgikeRQgAASpVq8ZIlCCNm2PYkSoWUwB9ZwpCJDSEAgGsshNBsNh%2F9%2BuvWlhauvRjjsLCw1NR0oupIgdyfAICgwKCUWbMQixBCiGXBnRmFU1wybDZbUWHhp3v2dnV1MTQNKWrp8uVbtm5NSUkRj9y1k8lNOnfIbgQADG%2FiWZYlbCB5RCJRaFjYL379q%2FSMjN%2F95jcMw2CM6%2Bvq93zyCYRw%2Fvz54wpTWFh4raryGyWJsUAgyMvPJ%2FqJZVnOUoMQkmwzk5IEAgHDMAghPNyzCoViwfyFb7z1VnRMNPmEZGZZFmAwdiHACAMMiOSkFl1AwPs7d7rdLq6ZpMksy4LxJi4czsNNngGTafu2f7tcLm5lwQiHhYUHhwQT4bnM3KbGT%2BM3Z%2B7c1%2F%2F5KsWjmGF2ThlTIYTL5WpoaHj7zTf1ej3LspCinnjqydVr1ni6EAiFKYoa1%2F8DhtvD4%2FHIakr%2BTv7UarXLV9ytUCr%2B8Lvn%2B%2Fr6GJo%2Bf%2B6cWCIRi8WzZ88eVU5XV1d7W7vB0PcN1QDg8%2FnJKckcz8bWKxQK165br9NpBwYHo6Jjhr0OovCI8MDgQIFAMFnFS%2FJLJJLcvFwybGOrvi3sdvuNzs7GpkauQAAAwig6JjooOAiMnFFcvRRFxcTG%2FPS5n6nUKqfL5efnN6lKR2HShEAIXb9%2B%2Fb3t22uqa8hY3r1ixao1a6Kio%2Fl8vtvtBgDweLxbUGEUIISEFkS1siwrFotVKlVuXh7LsK%2B9%2Bs%2F2tnbzoPl8YVHwsFfO8%2FPqa9XdXV2cGiCqWCgUpqdncBN3VHWEqd97%2FHtESQiFQrFYTBYaiqL4Aj7X0omPKFfsWCNx4hgYGKiqqGQZ1tOIxhjHJ8RrNBqWZcfKQ9RPQEDAQ1se4fF4LMMolEry1dRkmDQhDAbDheLiguMnyBBmzJm99XuPRkREuJzOAaeTYRiGpoksQqFQq9WSNvT19dlsNs%2F2YIx1Op1QKIQQDg4MWK1WhDGZASKRCLHIX%2Beff9dd%2Bi79Rzt36fX63t7e4uLiuPj4VatXc4UghDo7bxh6ekfMGwxEIpFarb7ZLCfpAQEBnolkODkSYIwnNb85DT9qTZx4CYTKF4uLua3pUCEAqH18BAIBWV7H1gshFAqF%2Fv7%2BnulTdllOjhA0TdfV1u374guyyMnl8qefeWZmUpJIJGpvbz9%2B9KjRaAQAQoAhhP7%2BugcffkgmkwEAzpw%2BXVVRKRAKhjsOQAg23HdfeESEUCi8dPFSRUW53W4nP4UA%2BPppnn72GblCvnrNmva2tkMHDtpstvq6%2BqNfH5k%2BY0Z0dDTXHRhhm90OPZzKfAFfO9w7Ex%2BSUUp%2BCrb6WGU%2Bqc8xxiqVSq%2FvGpWuVCklNzlMmVpFt8bkCNHT01NefrXsShnZRCy%2Fe%2FnczExiN%2Bg7O3d%2BsMNgMHArd2x8%2FP0PbAIAYIyrr1W%2F%2F957AoGAm38CgSA7OzskNBRjXFdft%2FuT3ab%2BfnLSwTBMaFjY088%2BAwAIDg5etXp1S3PL5UslNqu1trb2YnFxVFQU1wtms9nhsHseMgj4fJ3Of4zs34DUAiEklvwEl7b%2FNIjGHRwcHJWuUqmlMhm45cCTBYKYYmQ7PWWWTEKxYIybm5tPFhQQNeXr67vl0Ue5zTqfz%2Bfz%2BYQoEEJIUXwBX6FQEFkTEuI9NSH3iUgkghBGRkby%2BDzKA0SBkmyzUlNz8%2FNkCjkAQN%2FZWVNb57kFNRr7rFbrCDmHFekt1D6RhMgMhzHxrvgPASF0vb1tVCKGtxljTn7SHHBnOmMShHC73SKhqOJqOYRQLBZnzcuOi4%2F3mF6QOwwc6l8MHA6HXq%2B3Wq2Dg%2BaxUlosFqfTSdO02Wz21PmjhkcqlWZlZaWlpWGMXS5XxdWrNdXVHF0wwmMNKPgtnQV%2Flxhu8hgrAUCKx%2BN2Lv9pTGLJqKio%2BOjDDwEAGGMfX9%2F7N91%2FC8sFI9TS1HT%2FuvU8Hg9C6nrHdS7IAAAAIaRp5u8v%2F%2F3tt9%2Fh8aieru7BwQGPc8DRpcXGxS1YuPBsURHGuLurq%2Fjc%2BeSUFMIDvlAwVuffwov1XwtiP3J7HA4IsfjOXAuTwiQIcb29vb21jQxqUGDg3MxMkj7sNUOeI0lmc01NDQAkTmCszQVaW1qAh1YZ4boZLon446RSaXJKcmxsbENDw4DJVHLp0pPPPE0yBAYEqtVqs9nMfepwOGquVU%2B8Xf89oHi8xGnTG%2BrrPBP1nXqb1fadrWgTVa0YY41G29rWCgHw9fXNmDOHpH%2BjyvA4e98h5X%2BTFZr76SgvHsaIcwtydoBGq42Oi8UYMyx7vaPDYDAQl5xYLOKPPGiAw4vXf4NZMClACOVy6Yi2QIgQYljmv44QLperW99ls1oxAD6%2BPjOSZo7KIBaL5Qo552CfMkjYiC7wGycB8b34%2BPhMnzadFG6zWhsbhtx5oeHhWq0GDxuhEJITP1tdbS13ePG%2FBTyKioqK5sKICCCEV0pLzWbzd9OWiRLC0Nvb2NDAKfCgwECSzjE3YVrig5s3q9XqOyEE%2BXba9Okvv%2FLKqDmhUCiSkpNIBqfT1VBfTzRHZERkSGjYqFnlcroKTpyYiCStra1lZWXcwdj%2FLPgCwYKFCz3P24hnurKiovPGjdt%2BbjabL5dcLr18%2BbaHw7fARAlhdzisduuQjy8wMDYujkxKbtjkcnn2%2FPkLFi28Qw0RERn58JZHIqOihuQb9mpQFKXRaFRDJ37IarGQDIFBgTNmzCC%2BZ64QmqGPHzt%2BW0lomv7y889ffumlghMnzGbztxI8difg8%2FnpGelSiYRTeAAACGFDQ0NnZ%2BetvyUhQq%2B%2F%2Buo%2FXnmlqalpypyYKCF6e3uNRiMAAGMsl8mJ%2F5ED55mIiYm5o27FQCyW%2BPr6jt04kBgylVo1Kl0oFM5KnRUTE8OtVmTdrautrampGeWiGIXCwsJTJ09dq6xSq1TiW3oDv3WMe0wFIfT181u5ejWJ6OTS%2B439xefOd3R03KLAGzdunDh%2B%2FOKFC103On3Uas8SJoUJEQIhxNC0eWDIiTZOoAiE5GjKZDJNQQhP2K3WfqNxqKJhDcR5mQT8ERE3xEqYmZSUv3ixXCbz7AK32%2F33l15qbmpyuVzjtujUyZPvb3%2B3qbExLz8vZdYscqpyM6mGXeqjEqdyInqLnyKE%2BHz%2B9x5%2F3E%2BjJU0GwybUiRPHP9uz92bd297evu%2FLLz%2Ff%2B6lSqXzi6ac0Wu2UXW0T1RBarZY%2FHP40th4ivcvpvOERhjoVQOBwOQZMg1xf3Do7Ua1qtXrJ0iWZWVlc6A2EkMfjFZ4pPHbkyIXiYqPRyHGFpunOzs6DBw%2F%2B%2B1%2F%2FulxSEhkdvW7Dff46HbjlCSFCiKbdo5oM4Xh9MW6zhvdaoxLtdrunJiCkj4uPe%2FiRhxVKpafO67zRWVBQcPTIkdraWk85LWZL2ZWyjz%2F66ItPPzMajXctWbx8xQrufGBCwo3EhPwQGGOJRKJSqcCQT4lmGGY8dxBLAvruBHabvae3e9wfIYTGlk96OSo6%2BoGHNus7O6uJ5wNCwolt%2F9pWUVGxcvWaiIhw4u8zmUyN9Y17Pvm4u7tbq9E%2B9vhjySnJIpHoFq5Al8vV2anv7uoelWFwcNBmtfL5%2FFufhmCMHQ5HT0%2B3p%2FOeiHetqiogMJA7MefU4YObH%2Bzu6jp48CAXHU5RVEN9%2FUt%2F%2BevdK1bcvWolAIDP59vt9p6u7sLTpwsLCyEA%2BYvv2vzwwwqFAni6AyaJiTqm5AqFRqslpDOZTEajcdR5KwDAZrO2trZNQQhPuN1um2WchR9C6Ha7e7qHRoU%2FfIZCJpZIJJo9Z86Pn%2FvZ3%2F%2F2t9aWVnIDgvRjyaWSkkslKqXST6Nx0%2FSNjg6GYch%2BdcP69fl33UV6cNyDj%2Fb2drPZ3NrScvjgoaamJuAx7SCEJZdKDh86HJ8Qr%2FX39%2Ff3VyqVY8VubW21WizNzc37933lOXHJavjhrl0My0ZFR2s0Gp1OR0xjCKFKrX762Wd5POrI10eMRiOJhIAQWiyWPbt379m9Ozg4WCaXk4tcCCG1Wp2%2F%2BK7vPfbYtOnTPXtsCv0%2FIUJACPk8nlAgIL1msVoNvb1jCYEBAPhOXe4ul6u7ZxwNgRByudwk%2BFYoFAYHB3GykYVDKpXOX7BAp9P945VXysuu2mw2mqbBsItqYHDQNDBAomAUCoVOp%2Ft%2Fv%2FvtvOxsclQ7Lhswxn994YWTJwpcLhefz6d4PB6fDwHAw1f2DAbDH55%2F3u12z547568vvjiWEBjj3%2F%2Fud8eOHBWLxTzyOYQQQAwAAJjCuLKi8mrZVbfLtXrNPb95%2FnfBIcHctwGBAT%2F%2B2U8joqI%2B2%2Fvp9fZ2h8NBeEya09HRQagjFArVKtWKVSsffOihqOGoAPCfjoegKMpPo8mcl%2FXvbdsAAP1GY01NDQml94TNamtva%2FcMVgbDyzynDCdSndFoMhgM%2Fv7%2BntvajuvXjx05QtrJ4%2FOCgoPB8Gzj7C%2BhUDgzKWnb9u2XL116%2F70PigrPuFwuClJkCMiZe2xc3Ib7799w34ZRl%2FjGlS0yKioyJlokFPF5fIryPIADeOjyBxocNPuofTDGY6OzMMZpaem1NTWBgYE8nmCUzYExABgjlu3t7VWolAAMBR1yjVKp1I9s2bJ4yZLjR4%2Fu2b2nprqa8AnAoU2pQqnMzc3dsnXr9BnTBSO7fcqY6M0thNClixefePzxwYFBiUSycvXql17%2BG%2FAM%2FUOo9HLpunvuIYfgYHgLQCznu5YsmT17dnNT057du29NC5ZlY2Jj%2F%2FnaqzNmzvQkxPFjx3bt2HHu7DmM0PQZMw4dPTIqQs4zM8uyiEUYo9bWtr4%2BA8MwAGONvzYkNFQilpDwPk%2FJx51PxKabyIaeGASkpaPaAjyu39y2BDx8vccTRAaEkM1ma25qIpfSMMZxCfE%2BajWfLyCRf2M7YWqYqA1B4nkiIyPLr5Y7nc7a6mqTyeQZptbZ2Xm2qBBy15IQIup9zT1rHt6yJTo6uqam5mTBidtKDCF0uVzdPT2ehCBWbU11DQBAoVTOTE4eN7qQG1oej0d6NiY2Jio6isvgyQOCWwdOcuVMsIu%2BrRI4tUpAeCYQCFJSUrgcvOGJd2sBJotJnHYGBAZmzcsm4VI9PT1FhYUrV63ixszldJoHzdyUkkqlK1atfHDz5uDgYJVazefzXS53Y2PTbWuBALpcrt6uHuChfrq7ustKrwwMDAAAfHx952TOHco85qLLqAG%2BxXgQS%2B0WbJjsVBtb1JQXcsKDUb5gCCH%2FJhefuM32HaoHMClCqFSq9Ix0kVBIM8zAwMDujz9ZumyZQDAUjqDX62903qAoKjY29p571%2Bbl56tUKo1WS9httVobGxv6jcbbSwyB0%2BFoaW32TCsqKjx18hRpdlh4WFZW1lDeMaVxt7bBTWYMHI6dnMjEJeQeVc6ocxMwPBLjDj%2B5q3NbtwqnDMaKij3u5IytndT7bT0OASZOCFJxdExMVnb2mdOnaZquqqy8eOFCekYGubUok8mjo6PT0zPmZc8LDg7202gAAM1NTRKpVKFQXL9%2Bvfpa9bjei1HAGLtp2tDby6WQ9wIaGxsAAL6%2BvukZGeTyLqcMLl26VFNd%2FY2LApP%2Fht4dIJ6r9IwM2k2fOnmS4vN4PB4EgGVZf3%2F%2FRbm5IpHo0sWLDQ0NAAChUBgRGZmfn9%2Fe3l5w4gS5VQ0wQAADACRicVh4eGJiYlhYGACgt6enoKCAhJESImKEyfgEBQVlzcvy8%2FPj2tvT01N25Up9fT3F41EQkqtkJGYAUhAAIBFL4uLjFi5ciDG2Wq2nTp6sra0dHBxkGEYikQQGBk6fMWPWrFlkkwwAsFmtxcXFFRUVxj4jyzIikdhf5x8fHz9n7lylUjllVTEJQrAsq9Pp1m%2FYcP7cOYZhXE7nW2%2B8%2Bbs%2F%2FD4uLo7P58fFx6nUKl8fH18%2FP4ZhWltbOzs7v%2Fj0858891ORSNTW2lpXVzv03sItg0Uxxi6X68bwWQ7DMIVnzlRVVpLxTkpOWrZ8ObG%2FuHIuXrhw6MDBAVM%2FhBTCCCOMEAKInCJjhFBwcIhYLAkLD7t%2Bvb2qomrQPMDn8ZNnpfhrtRghgHFHW9uh%2FQcoijcrbVZkRAQAwOVy0W76yKHDfX0GqVQaGBQkEAqNfX1SqSxxWuJdS5ZkZmZijGm3%2B%2BL54ra2NkDBmOiYpOTk3t6eqsoqqVRaUVG%2BZevWkJAQwlqBQEDTdHtbe1FhIQWhUqmMiIwgkRwUhD09PW63e809a3Nycnp7enZ%2F%2FHFRYaGfVhsTE4sxam5qKrl48UrpFZvVtmz5MgCA0Wj84tNPC04U8AX8uPh4qdTnent7%2BdWyi8UXzBbL6tWrJ3ir9o4IgTEWi8Wp6Wlz584tLCxELHu5pKRLrw8NDVUoFAqFQiaT2W22tta2np7uT%2FfuPbB%2Fv0wq%2B%2FNfXxAKhTKZTClXJKUk3%2BSS5DfAGDM0o1Kpyd9ramoOHzrc0NAIAPDTaLJz5sfExACPrSZCKDMzU6v1dzmdQwUgPKQjyL8BlsvkidMSQ0NDH9myZf%2F%2B%2FeSNmBkzZizKy%2FP18XG73QAhsUScNS976bJloWGhPB4vODh4Ue6iY0eO9PT0pqWl3b1yZVhYWNmVsjdff72ivLy3pzc9Pd1Po1mybFlDfUNJSYmfxi9jdsbqNWv6DAaxWLznk91XSkvTMzJUSqVKrSYmecbs2bSb%2FuKzzyCEGbNn37t%2BnVwuJ8y%2BeOHCubPnQsNCHQ7H0a%2B%2FfuvNt3Lz8h7a8kh8fDwEoKWl5bO9n545czo5JRnjpRDCghMntm9%2FNyYm%2BoHNm2elpgqFwi5916EDB3bs2BERFbly5copbzcmYUOQCnx9fR%2FZuqWtrU2r1WbMmRMYFEQCl%2B12u7Gvr7y8%2FNPde65cuWK1WjFC%2Bfn55NuoqKjvff9xiqJuG%2F6KMcYsEkslAIC2trb3tr9bVVnJ0DSfL8jJyZm%2FcAF3a5szZhMSE6NjYgAAAoFAKpHczPICAChmzhSLxTvefQ9jzOPxfX19KYpqaWlpam1blJu7bsMG7ik05fD9J4zxwtxFS5ct02q10dHRH%2B3a1dfXV1x8XiwWQwhFIhFfwHe73QkJCTnz54dHRAQFBztdrr2792CMy8vKZsyYoVSpyH7Sx8cHYQQAoChq3Yb12Tk5nM9GqVTSNBMfnyAUCt977z232%2F3YE99PSUkhGaQyWXtb25WyK9OnTydS7flkd5%2FB8Ps%2F%2FmFRbi55mUqhUOTMn%2F%2FRRx%2BSx0%2B%2BC0IQG14sFs%2FNynr6B89GRUZlzJkNAGAZpru7%2B%2FSpU5%2Fu3VtZUYERpiiKz%2BMxGGfn5BCjMiw8PCw8fOJ1Ef%2F%2FF599frawcMBkAgDExcWuXXdvXFwcGOlYvFZdXXzuXK%2FBADBOSkrKy8%2FX3PxNHXIfV6fTdXV3X7h48cGHNre2tLzx2mvxCQnrN2wIHvkwXtmVst7eXoFQmJqa6uvrizFmGGYoPgMMOVqKCovKr5ZDCJNTZkUNx3BYrVbCJIZm%2FPz8OHeTy%2BU6uH8%2FhFDr75%2BWnk60Onn3yM%2FPb%2FGSJb6%2BvlartaWpGVKUQi7n8XjkujPLshqNZtmy5XHx8WTt7uvrc7vdcoWCz%2BeTPAzDSGTSu1esyMjI4NTnFDA5DUGsd7lcvnHTJoQQTdNWi%2BXwoUM7d%2B5sbW4ZGifekMEBIZyXkzOFxQxjbLPZPv%2Fss107d1rMZgCA2sfnka1b09LTwZjrcrTbbbc5BgcGAcZmi4V0w9jnBsDwKiMUClPT0w8eOHDh3LlzZ899uGNHWHg4xwZP1%2BfpU6f6%2Bvri4uK0Oh2Px2NouqerS6%2FXSySSlLRUUnL51bKOjg4fH%2FW06dNI8A5C6OzZs2R7kp6Rzk1WlmVtNtvlkssSiWTJ0qXET0pu5jidTrVanZSc5HA4Ll28CCCkKOqvL%2FzllVf%2FKRaLpVKpWCzOzc%2FPzc8Hw8uoeWCAgvD1V18NCgrS6XRSqVQoFKalpaWlpU22t0dhcje3PF2QFotl1wcf7Nyxs9%2FYDyDw3PyQLvDTaAIDAz0TJ1IFcUz9%2BAc%2FOHb02NB0hPCJJ5%2FMzcsjUTnE38WVmZmVxcV%2Fg2HjF9zkPhZCSCAQZMyefWD%2Ffpqmn33qqezsnKeeedpTe5ESenp66urq3G73nDlzfH18AAD9JtOOnbsghEql8t7168hhm6HXYOjtXbx0aUREBOmW2urqj3d9SNO0RqOZm5kpFArJnYD%2B%2Fv6zhYUWi0Wn0y3KzSWcY1l27549FrNl7b33xsXHSSSSuZmZRKeeOX16xdJlWx9%2FbNmyZUFBQZ7u%2F5kzZwaFhAwMDl6%2BVHLfuvXrNqy%2Fd926qKgoz6nyHd3tJJ2l1%2Bs%2F3vXRp3v3WC1WFrEUj4IAjooMEIlEy5YvI2KNe215XFgslosXLr72j1fq6urJVoJhmO8%2F%2BeTK1av8NEO33D2Lev3V18rLy90uF0lEGCOEpBLJ8pUr1q5dO26lfD5%2F6fJlv%2Fn1rzHGqampf3npxcCgofhQrkPdbnfB8RM2qxVCuDAv18fXt7e3983XXv%2F60CG1Sr1m7T0rVqyAEJZfvdrc3AwhzMvP8%2FXza21pPX706BtvvEG7aUjB1998Q6745h3C5qamkwUFFEXRNF1dXV1bUw0g1Hfqz5w69ZOf%2FSwiMoIT7%2Fk%2F%2FOHPf%2FoTyzC9PT0v%2F%2FXFotOFj2zdsih3kadf%2FOlnnn7hT3%2Fu7Ow0GY3v%2F3v7xfMXHti8ed2GdeM68ieFyRHCarWePHHi5b%2B9bDT02R32m3lFMMYCoXBuZhaRb%2BwlvrGw22zF589%2F9ulnV66UDpgGuEOQP77w52XLl%2Fv5%2BXFeGs%2BibHabxWx22O0URWGAWRYjxDAKBQXGdxPB4Rt8ErHYTdOQokSioUApz3vfAoGgtPSy0%2BmEAGx75529n%2Bxua2tvaWoMCQn53uOPb9y0ieQsv1pu6O0FGP%2Fjby9%2F8N57LpfbPDgoFAofeXTr%2FZs2xsTEcDYjxtjHx6e05LJIJAoKCabdbpZhAAQV5VclEkloeBh5mIB4qTc9%2BACfz3v91df6DAZE0yWXLiHEsiyzeMkSUhpFUUuWLgUQvvn667XVNQjjmprqnTs%2BYBCzceNGcGcuy8kRQiQSLVm6dMbMmXt27zlVcLK5eRxXNLGnlApF%2Fl35FEXZbDahUHgzS4Jl2cqKyksXL5ZdudLU2NhrMNisVnI5PDg4%2BP%2F99jfzsrOVKtW4IUAIoR%2F%2B6Ec0TWOEAIBkm0kYc7MASYSQwWB4%2BcUXycl4dfU1MMwzjkAIIYfDUXy%2B2Ol0RkZHBQQEBgcHzZ47Jz4%2BPjYuTiqViiViAIDb7b508aLRaMxZsOCx7z%2Fucrle%2B%2Ber%2Bs7OuZmZP%2Fv5czKZjGy%2BAAA8Hm%2FAZKqqrDIa%2B4NDgh966KG7V64kbVSpVH2GPn%2Btv6enUiKR3Lt%2B%2FazUtG1vv3PmzGmLxXK1rGzOnLk58%2BfLhsMEBUJhXn5%2BbEzsnt27v9r3ldHY11Bff6n4wj1r7pHKxn8Od4KYHCH4fL5AIIiIjHz8ie9vemBTXV3dn%2F74p56urlF8FIvFM2YmSaRSt9v99ltvVVVWBQQGBAUGabQa4mhzuVwN9Q0Oh8NiMfd0dff09PT19ZF4MoyQj6%2Fv8ruXP%2FrYY0Kh6Kt9%2B7q7e2LjYtPS0iIiI7kqWJatqa6uvlbtdDoxxknJSfEJCWOfGBuFtra2r%2Fbtq66qeeLpp95%2F970B00BTQ4M4KckzZtjhcJReLu3vN7Is%2B%2FDWrTnZ2eQsRiKREJ6Rs8drVddamltot3vxksUps2bZbNb02RnXqqqsFovb7VapVJ6Kp6GhoajwDIvYwKBA4tQndWXn5AAAdAE6l8vV1dXVUFeflJwcEBggl8sTpyX%2B9g%2FPx%2B2O2%2F3xJ52dnd3d3d3d3QKBoOxKWVpqanBoiEQiiY6NefoHz8bGxW3ftq2pqalb32U09kllYZMa09FDPIVvyKs%2Ffn5%2BRUVFtMsFxlj%2BcrliVuosAMCNjo5TBSerr11TqVRqtVquUIjFIgAAQzO9PT00w1gsFs8XwXx8fHLmz1%2BxauWMGTOCQ0KampoKThScP3tu9tzZkVFRYeHh3DyGEBp6eyvKywmNdDr%2F2NjYUXKOWl%2Fq6ur27tlzva39T3%2F5s1bnv%2BeT3Xa7vbS0NDI62jM2wmKxHP36a8QisVicPW9eZFTUKPuUyHDs6BFTf79KrZ4xc6ZCoZBIJAsWLnx327%2F1XV0Xii%2BsWr0KDMexYYztDkdZWZlCqUycNt1zVxwVHc0wzODg4ODAQEV5%2BYljx7VabUBgAABAIBAEBAQsXbasvq6us7OTYRmHw9F548bODz5QKOQhYaEAAD6fr9Fo8vLzbnR0vP7aazTLuNzu256b3BqTJgR59YfP45WWlu76YMfAwABCSKVWMTRDXvzAGPv4%2BmRmZQIALl640GcwAACsVqvVavWUEg9HkiGEFApFdHRMZlbmrNTUqJho7q1hioIMy5B33ZRKpecBD0VRScnJIaFhCLEAA18%2FX6lMxgXZAgBGnXS3trYePHCgsb5hw30bUtNSMQBh4eFms7mysnLjAw9w1GFZ1uFwnDt7FiM0e84crb%2B%2FJxsIdymKcrtcF4qLrTbrvHnzdDodOVONjIgICg42mUzHjh5dtXoVtwzZbDaT0ajv1IdHRKSmpZICyctzfD6%2Fp7u7qKjI6XDc6LhRX1%2Ff1d01CwCWZcm5j1wul8vlfB4vJCRYqVQWFRbW1tS0NDfn5uUhhIjZIRaLFUoFRVE6f3%2BdTjfZAR2FSe8yeDyey%2BXS6%2FV%2F%2FP3vW1tbEMJyufz%2BjZtsNuuZU6c7OjoghAGBATGxsQCAkJCQvPy7WltbzIODZovF7XJxuyKFUqmQy%2Fz9dbFxscHBIWFhYTFxsVqt1nMAdLqADRs2JCQkTJs%2BXaPRcIRgGMbpdDqcTrFYTHY3Lrfb0NvrdDqNxn6SghCKi4tTKBQQwubm5kMHDzY1Ni5dtmzBokXkBCEgMLC%2BtraqorKttTUuPp4sNxaLpa21tb2tDVJUbl4et0aQ0SVGtMPhqK%2BtbW1pdblcWTk5ymH9L5PLk5OTjx87drXsysDAgFwuJ5ZTVWXlqZMn3W53cEhIUlISHn6ObXBwsN%2FYv%2B%2FLL0z9poTERIfDYTQai8%2Bfz83LE4lEIpHI6XTW19c31NfHxcclp6TI5XJTv8npcp08efK%2BjRuJ78HpdLa2tpZcuhQYFJg9P4d7kOM7IgQAwOFwXKuqem%2F7u1WVVWQGLMxdtPGBTSzDUBT14c5dEok4OiqK%2BFPnZmWFRUR0d3WZTAPmwUGXixw3AEjxlCqlUqHQ%2BvuHh4fLZLJxNwUymWzlqlULFi2Sy%2BUikYi75M8wzLGjRwtOFIBvFgWMEGIRBggDAEjM3FPPPBMQGNjU2Hiq4OTJgoKAwMDo2BiVSoUQamlu6dLr3TTd2tq644MPsnNy5mZmSqXSo0eOHDl0GGEMWNZiMev1evLEPKdsTCbT4UOHDh88aDabEctazOaenh7yCrpcJsuYPfvwoUNd%2Bq5tb78zIzkpKyursbHxk48%2FOX%2F2HELI6XD09PYCAKqqqgRCYUd7e1FhUUVF%2BS9%2F9euc%2BTlqtaqmuvr0qVOJ06f7%2BfpCinI5nfu%2B%2BIJl0QObHyK30zIzM8tKS8tKr%2BzdsycwMFAgFLpdrjNnzuj1Xfdv3LQwd%2FQ7t1PApN%2BYam5qPrB%2F%2F7GjR4knOyk5ecujjwYEBPB5vMWLl5w%2Fd97lcs1MTib5hUJhRERERETEBMsnCt8zrlAgFHLv7HE7TxIZKxaLGJrhDke4qzTQ4yqRzWqtrKgcGBhImTWLZVh9ZycAALHsP%2F7%2BcmhoaFhYGACYcdNVlVVpaWk8haKxocHHx2ftunsxQvW1dV%2Bhfd9%2F8gnu11hgjPv7%2By%2BcL%2Fb19V25ahXGqKW5%2BfixYwsXLkxITBRLJAsXLVp771oAqfb2NpqmZ82a1djQwDJ05rxsCDEG8OOduzCAkAIUgICi%2FDSaJUuXpaalRUZFabVatdrn2LGjh%2FcfEAgFGAO73ab193%2Fymaczs7J8fHwAANk52TKF%2FOtDh4rOFJKbHg67Q6lSPbJ1S25eHlkv7jBGZhJOb4xxx%2FWOLz77%2FM03Xidf%2Bfr5vfbGG%2Bnp6SKxCAAwMDDw1Zf7Thw%2F9tvf%2Fz4hIYGYihPZE3teIhhlZ3jaqmBknNx3Bi5y8zuommVZY19fT28vwFgskQQHB4%2F7W1WMfX29BgNN02KRSBcQwG1bwB2HVU6CEE6n84vPP%2F%2F1L35JOkUqlf7phRdWrFwpFH0T79va2nql5PK6%2BzZgj3DIW5y1jOtu8mJcTKSX7rwnJ7FkWCyWa1XXaJrm8XhKpXLjA5tWrVk9Ks6YWyA8fe%2B3LXlSbfju2TOK3DfLA%2F6TT5RMZN5%2BKz0zCQ2BEDIajUcOH97%2B7%2B1z587981%2F%2F4vmQMfgOX2whLb%2FtAxqeN6A5CeHwm4Sen4%2FdD3umj13FRn3rua5xPx1b%2B7jgPuf24WMzgJGqdGzDJz73bovJHZwjhGxWq6GvTywWBwUFcYnU8MPx3%2BIFAS%2F%2BRzBRQniqTeTxJvsoEgCP4DYvIf43YhKEIPB0HHnVwP89TG7J8OqA%2F%2FP4dn4rnxf%2FZ%2FC%2F7wlgL%2F6j8BLCixHwEsKLEfASwosR8BLCixHwEsKLEfASwosR8BLCixHwEsKLEfASwosR%2BP8xezwdDyy0VQAAAABJRU5ErkJggg%3D%3D) no-repeat center/contain;
  width: 100px;
  height: 50px;
}

/* line 1773, app/assets/stylesheets/active_admin.scss */
.fct_logo {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAABaCAIAAACXCkvtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAXO0lEQVR4nO2deXgb5Z3Hf9aMNBod1mVZtmX5yuXYJHESEoc0cQgtSYDNQxvK1WyXQg9KeSiw3UK35eFhOfYh7bbhWtqQ0ixQWpJAoAshx4ZcTUycw3FuG18ksmzLsuSRrXNmXs3%2BMcbRyJY0uuL0yXz%2BkkZzvKP56n1%2F1%2Fsqj%2BM4kJD4CtlkN0Di6kIShIQASRASAiRBSAiQBCEhQBKEhABJEBICri5BeAPhyW7Ctc5VJIiuplN%2FUC%2BXNDG5XC2CoFl04s0tPug%2F%2BOxLk92Wa5qrRRDnPtzd%2FtEB0lxy%2FoPdFz9vmezmXLtcFYLwOpzNWz9hXUEACHdQpzZvD4%2F4J7tR1yiTL4jwiL9l207n%2FlO4mQQA3Ey2bf3s%2FM6Dk92ua5TJF4TjfMfZ9z7luweeYK%2B3eesn7o5Lk9iqa5ZJFkR4xH%2Fuw52DjV%2Fw3QMPbiYdW4%2Bc3bFPGjiuPJMsiNYjLSfXbZGb1eM%2FOvriW47zHVe%2BSdc4ORcEzaJ4H3kdzkPPvMJBZPxHuJkc6R048eYWqZO4wuRWEN5A%2BOTb2%2BJZAy3bdvY3np6wewAApVl%2FfuOnnQeO5rKBErHkVhA6FXH8zfe3PvzU%2BU%2F2xcjC3XHp8HMb5aBKfIa9z7zmdThz2UYJAdgzzzyT0wtcbGrp2PrppQOnL3W2A5en0ucr8zUA8L8P%2FUffsXMKszZR49QKb4cjT6%2Bcuqw%2Bp42UGAPP9QW0NgsAMAzds7mxf%2B%2FJopvmLvrnNQDQtmWf0qxPerjSrD%2F69FvTVyyrqp%2BT66ZKwBUQhKV62uiVzCQA9Gxu%2FPjEeQCIZzqMh4Eh%2B9EWSRBXhpwLomxuLQBx%2BXpmEnlTzWcS5sqy7LZKIh45dztJW3GGZ8gDzDq3JiuNkUhKznsIHJPllxQHe73RsciUwECus1qy26ocEQgzDIp4RoLjoy8KHDNqSQAgFbgCxyajdaLIuSAUOGZbUnd%2By24c0hEE6wqa5lfF%2B5Rm0cnOPsrrJ0kFv4VQyMWfPEwz0W%2BDQZp%2Fodep62eUijxJIMzYB4ednuEej3%2Bg391qd7sof4ePBgBZePSEEUJhM2pKVfJCtcJo1M6sLCJJhcWYX2TQ6FSXx9Omth7K6weAsdtJ46bi3SB%2FdySpmDOlJPqiMeRcEACgKjZxEDdemRgWwgVTyuN96nCP%2FOj3u063OjAtWaJSAIBJpYi383jcATr6bW%2BABgCEIj%2B6ebYYQXgD4e3H2lvPf3nOMXTM7rFTAYhw4A%2FFhl5lACRxmn%2BNy4CNAIHbtMoFNmOt1VBdU1FqVM%2BZUgIAmz4%2BuuFAKxC4TS14YCndVLwbtPvDwKCGctOvH741wd1dCUEoTImCDYnhABUvietfGLXkohkls0oMVIhx9Hlaeik7FZhgv5HgRPFxABkAhkH01y3HIBCeVmJK3KpuJ%2FXBkS8%2BP9b2eXt%2Fn48efcw0CwDFZu282jK98vJv%2Bkzv0NCQz95LAQDI5JhKAQB2KmD3%2BLed6YGdZ9bMKv3Ph26lfMELlwYBACLc5bsIM0Czdv41SQDNglIOsryJmxXhIMSAAofgV2a7AgciqncJMzPLCqpt5gS3diUEUTZ31uEMDtdXT433kU5F%2FPq%2Bm%2FjXnpHgIxt2bW9sw7SXxybEcTY1YagstBk1AKBXytVaEgD8I0EqxNg9PgA45%2FAg%2FgFolQBQrCNXXz8l3hUDYead%2FWf%2Bsv34we5BAAA5BrgMvMG6mcWrG2q%2FcZ3NVmgwaicYHFvtru3NXf%2Bz86T9oht0JKYY%2FeZRgNbJZZUW%2FX7X8PBwAOQYyPIgwACG2Qo0BoMm%2BiRDQz6TSuEO0L3Cvg2hCIbJ%2BD5y%2FCF2KgCYDMNkKMIVWgsSjBdwZQRhrKsBSLt0NmyZGVcQADB2ezoVMW9a8fa%2Ftwo%2B9oU2PnH7yoUzEpyBNwI%2BPt75yrbP7SMhXE1UWvQT7tntpB7ZsGv7%2FnOgJYHAIcLBSKhuauGLv1qzfN7UxKZi%2FYzS%2BhmlT935tX3NHb%2FYtLell8IUOOI4IPD6RTMVODbo9bcMBQGTQZjd%2Bezd8drc7aTWvbN3w74L2FcdG6LZuhL9yz9Z1TCrMt4h33thy8GeIZBj1SXGBI2EbLmd7o5LB159K15m0lhUoIEixpVy3pJx%2BYsWLygqTdPFQCEGELfouorEu6kI%2BQyr6Yc3z1lgM4LHf8ui6eMfLc2iXUfbqn7w%2BvbGNsykBTkGDCqWy%2F7wb6tP%2Fv6hlQtniHQcFDi2cuGM%2Fb994MGlMxCKQISryyfqKgoBoKerF9gIhNnWPzyYQME0iy5cGowZNapMGosxP94hlRb9shuqYSRULJdNKdInbmF2BNFxsGnPT1%2Fc%2FcJr8TShWWxL47QshAprpyZIoMfgpIRXj3CLF8T1UGLwjAQHh4MAsLg61uCiWbTps1OrHn0bAEbHI1%2Boodz03lPffnDlPJHnj0anIh6%2Fd1ldPgEMqio11c8o7XZSXW4f%2BMNrl82cYU1kwVC%2BYLc3KBBEhDPr1UXCkSIG%2FpuZZtElNiAgK4LwOpyXjrTIQXV03YZ9L705XhMKHLMtmM1CKNUz5wFGqFTivfZBxyAoogZBhK6zFYg8doDyDQ8HAKChRqBdXg0%2FXv8JFGowpRwAUIhZc33lG0%2FeEa%2BLFkORQZOfrwJ%2FqMBawF%2B9qdMJauKR2xcmPjBMM7xNwL9FHAcMW20zJbYMAAAQqp5pS7pbIhuCZtHIlw6cJJT5GkIbN%2FXQ1djc%2FtEB3EziQB59%2Bi0AuOGBu2NCSZbZ05M0Nw7iD%2FQGwl1uHxDRguDmVVlIhSg7qbOfahkO28pNMQbE%2B4cv%2FPj1XaBRYnl5wKthju2J7y5P%2FDtOimckOMwgwLBlNTYAoLz%2Blm5XXaU58S%2BYZlGPxw9sZMwmhQgHKoLUJ%2FHjBh2DEAGLPnn%2BKNGXxaLI3l9vAABCpdJNKc0vKiRIpdpk0JiN2gor%2F8P1Opwd%2F3eIcfn5ZBVuJptf3QIAyx%2F7frSGzLXpCAIHQvyBrXbXZXcLAKEIaJV1FYUiOxgTKZ9dVnB7%2FbTojQfPdP9m0x6IcKNqoNmGyoJH714iPmwVjwHK5%2FT4gEH8oO4OMrOrrWuXz5JjifrsIM32dPUCEoyhdflEpcWQ4KhAmDHr1bZy05KZyQfuRIJQEXIAOL1xG1%2FGgptJTEfgGqW60KQw6AqKinRTSoOUt2vfkZjU5XhNmEqLktbCxMC6gsb5FabSIpH7U16%2FM8hcHlwZZDOq9Rqx4dGlc6o%2BKrdEe4xtDvfLmw%2B1uAOjIwWKACb7zm3XZzJSjFFtMz%2BxZiH%2FAgC%2BuWjGDdWlRi2pIpIEJU%2B7fDFb8vNV04oTCUJFyNf95LYnR4JWEQGhJN1p4azpAGHcPNo9Im8YecNhh5d1BXsA%2BHLICRPZjU%2B%2FAUJNGOdXeE58KT6jwcco%2BWoaMZzp8%2FYFmMtDRoRbYDOKtz9UhDx6sAiEmR2Hzm47ZcfGQkwocv%2B8svu%2Fnp0svE5FPHb3MppFfAtjrh4Pz0iwm%2FIDJripgnwy6ZPWqYjkRgYAJDUq69asksME6sPNJG4m5WZ1gorIw0%2B%2FNOZ3KPM1BVPK2VSiERwgfTKPMZrh3oGxvp3HrFdPGCMSw%2FEveh7%2F8%2BGx%2FgahSLESv%2Bf2xdnNS6Vxtqb2fsCjnlogXFtbnsVWJREEaSkwzq9II4QAAKS55Oi6DWOaCOQxSQ%2BJwWAtziOVYvYMhJmeAe9Y94A4DgCqbabEFmW3k%2FrLgbPdTipmuzcQfmPHSWDYy7YbiqyqKVlRl4XBIhMGKB%2BiAlj0TWGY1Si2ExVDEkEocKxsyTwWvOmdndfEvpfeDA37ypYuSOlYHJTawgKR2ndSfi8Tla6IcAAws7Io8eGb9p5e%2B4u%2F7m7pitneane9e6RdkAWIcPfcvlh023NFZz8FMRIn5XxcK1skj0NM%2FUZGXwRpLml8%2Bo3P%2F7RZS5I4iBrGeFQlBkt13JxCDAOUr8stsLZsBZqYJPJ4%2FtbUXlymrzDEjnrbm7sgEL6cbggxNqN6ycxMPYsMoVk00O%2BOdjEQzdrURNJYU0ok99Gtc2smNCPEozTrm1%2FdoptmFW9RMi6%2FbrFV%2FCU6%2BymnJ0oQKFKpIxOXEbQ53KfP9TTMLK6wCoJX3kD4jx81CboHf%2BiWW%2Bcmtf9zDYsie9r6YzYahBUVmZO8h9BZLWmbEdF42x0p7V9YOxUnxd7qSIjuC7HRAd2ked7n3j0AProgn7QVCLIArXZXnyd2nL7jhuoUmp4z7B6hzxmgF80oye4lREXxpt6%2BzHnivBzE1klnDgJGU24R73N6ewdjXIwLlwZ%2F%2B7emCXd2Uv7WC%2FbDfV4ozi%2BwFsT89Lc3d8VEfoBB9dOz%2FL2nx9CQT%2BBzMmhZTTpJogSIEkSGBQ1pgIFcU2FLEC%2BPZjRoHdU9YAr8YPfgwbN7JqiLGSuKkWMQZsfXwnx25mK04YZGgrZyEZmC3DPs8tjtbiw65CDH5k%2FNtIY5BlGCmLJsYYaFsqkiN6tNOr3InVvtrqbOy9P9eJ8TU8oLVROM%2Bn2I430QLC8PEXiJXhA%2F9QbCjUfaQS3wdW3WJDUEV4ZTvVR094A4DrA8MeGslBBbIGNbUte2ZV92rx0P1hUkpurVJrGWbJhmBNWREa4un1i9ct6UIoNcWDfARDjXcHC4d%2BDj0%2FaWXqpYicfUB7TaXUASmFKgpEoROaErwOFOp2As84VmV1uzXsCdXBDhEX%2FL1k%2Fth1rEz7XKHF2VVWMW%2B7sMBuneAD2WEQYUqSo13X%2FT7Hi%2FHppFzo27WzqOWgxkjOHpDTJAsyAsaqVCKYfUckGXfVBgQCBuVklG3t%2BEJBGEu%2BPS4dfeOf7yX8XMw8wipnKbSBcjEGYudPejAI1FPUWzXp0g1avAMd50UJXEGgd9Qz5g0iwQzzXnup2ARXV4CC2dU5H1q8QVBM2ivmNn9qzfeHHrgSusBg4imnILaRFV28KgSKvdPfYWcRywkUK1QkzYYHz5jGs4ON4T1ysnOQLB03LJA9HyjcCN18WdoJA2ceMQQefgnvUbv9y69wqrAQCUQMr1epGjo2ck6KL8gpIyArdWJfEShwMh8NHje5FZxbrxjkk3lWkMJnO6nRTQLDZWKBViMLM2cdlcesQVhM5q%2Bfb6p2vvuiXocsfbJ7uwriC%2FFh0yy0yFYsOxNIv4WshRIlyxXDY%2BGh3Dkpm2H%2F3LkrUNtTHb8xTjot0YZnd4RDYmd3xw5AvBWBbhaq3GxNU06ZHojDqrZc27v1n45PcYlz962cBcwLj8hStqp9%2B1LOhyE1adsVSse035ggd7qegewkLK9bokglhRV7nhoVvGl8FNKzaAUjCMYiqF3e4%2BeKZbZHtyxHAgJHhWCOXCogQx2c7VLz554yuPqeuKcqoJFkIrnv3ZLb97Ug4qQq8R72J09lMQZKIjzfn5qrTzPZUWPRByhCIAgFCED2lABI52udI7YbZobu%2BLyXNeX27Cc9BDiIpDLHvkPnNl2cFXNzl3n8m684npiJo7VhROr7LWTCW06tVbnvfRIY1FVAlrIMwM9AtHNAYV5JOZBBZvm1%2B1%2Fe%2BtwAesIhxgeaBVfvxZy09vmz9Zs7YDYeZ0Zz9oRsNliOMAcUmT%2B%2BkhVmI1%2F7T8zv9%2Bfu6j3848yxUN6wrKAlzZ15fUP3AnH6iu%2FdaKpWu%2FJTJozaDI8YuCjDAwbG1tRrb3nUtr%2BBNimIw34jCl%2FOCFvvcPX8jktJlw5ksnG4qKvDEIVIqYJG22SKHPMU0tW%2FncY%2FXP3p8VTYRcVMhFkSW6kd4Befjy3aakes9I8EzvUEyNYYYVRN%2Bsn26zmVBMMEql2PBB4%2FjaqitDZz%2FVF2Ivp%2B4inE2fwnSVlEhtECK06pv%2B%2FeFVb%2F4y6HKnbVKEXJRxbtXXX%2Fn59Y%2Fee8e29Q2vPdGxpzG9BUoHKN%2FpmBpDgMQ16UnRqYhffWcpCAWBKfCDPUPr3tk7Kf%2Fv0ksFgBXUgxly4HDypDzZV4Fj9Q%2Fcaa6dvnXRQ34XlUaUQmnWe3d3LNv1Nv%2FWWjP1%2FM6DoWGfyGEims5%2BChC6PO2V4zAtWW6OO8tRJPcsrf24qT1mIjkAbNh1plCt%2BNl9N1%2Fh5Gd7rzsmI2%2FLah1lNGmaqVX1c%2B6zf1hz14r0hg8f9I%2BtY0po1XPvvCWNRYNoFrX2egBF%2FXd5hCuUQYZzqgBApyJefXBlw%2FSi6IEDw2SYXvXc35offm17m8MtfsZpdIPbHO4Hf7%2Bjqa1H%2FFHdTqr1gl0Qo5TlzTOnX1CemPT9lqJSy7f%2B%2BFz9s%2FdjOiKl4YN1BYsWLxDpRyRAgWMxtQsQZnFlmoutxFBp0T%2F3w5vrSg0oxIw6nwAAgGnJd%2FeevfmXf379g0NtDreYEYRmkTcQbnO4X%2F%2Fg0PJ%2F%2FdOOI1%2Bk1BL7wBA%2F6RT4yUIAEOGsVSUipyimSkYnJbTq5Y9932AtPvb6e%2BIn4eBm0tvuaNn6afXKhkxWE2tq62n8og%2FIqESDLC%2BLg2vDrMqXf7Lq5c2Htp28hHDZWKgD05J2KvD4pgNv7T%2B%2Ferbta%2FOn6XVqvYYcW1YMAPh1xyhfkPL6L3T3H7%2Fofu9YJ3KNgJpYv2bh3Cliw240i%2FactbcMh0GWhzgOUGQsqTveqPQGwp6RoEWvzqT8M4%2BLkn960CzqOXF299O%2F7d3dLN6kCLrcC5%2F83uIf3GuaKnYNSm8gfKqzFwCCQdodZNZ92HS60xldu4BoFuTY%2Bjvr%2BVW9AMBWaMiwhKTN4d5x6OzjW5vAFwJCHh0BQyEGGBZURJ0lv8qk0cllpYU6%2FqOeAa%2BXiXS5fS3OYQizoxaAHH9wWfWT370pcZPaHG6nZ5i%2FzQvd%2FW%2FtP9%2FiHMaiYlAIRRpKDd%2B57fpKi0FHygGg2mb2jAR3t3Q1dznnVVm%2Be%2BOstDWRBUHweB3OD372fPfm7aRZbPkh4%2FLb7l5y%2B%2FM%2FF6MJmkXvH77wiz99ZsrjnEGmL8CAPxQ7SYEHccVGlYWUu7m8jQ%2BvSrx8jBj4te42fXx0Q2M7jIQAywMVgQkm5CMAADYyutgULuOLsoBhAXGA5WFa8p4FU26tn35DdWlSgd7x1Dv8lAKnx9fnCQCAIOv91VVBgdsKNCaVosqk%2Ba9HVtsHhvactTspv0WvXttQm7YhlbVxSGe1rN344u6K0qPrNojURB7Ihtq6fC4PAFw6ec7Z2g4ADU88NKG6WRThg5IRvdash3nxzezR0uQwDQE6aVJDDAocq59RWm0zP36vb8ehs5s%2B7zjd3o9oFhAaDYHwDwxxwMdT%2FAjkGKgUdZVma7Fxdf20FXVVRi0pZoVKmkXH7B4AMBg05mJj5ZQiw0RW0VCI9gVoADjj8FSZNBa92j4wxKvBSfkzCVFkrYfgoVl08u1t%2B7%2B%2FHpnFmquYjgCAUIeHhRAOyp%2BHjsbr7lI17FkUycVkCppFQZo91dl7oXeoucvpcA0PhWgAMCgV%2FKJm86osdRWF1TYzb%2Fel%2BngCYQYAROYpWBTBMZkCxwJh5u%2Bnur4c8t94XXkmflaWBeENhJWI3f3Ca8fWvZNqiCLkomruWnHP5t9lsT0SqZLldJlORfic7tZ3dqU0a48n1eneErkg%2B%2FlTZ2vncG9fqgX7rCsYAHvZ3FlZb49ESmQ5uBEe8XfsaUy6G%2BsK8mtFYCAHAFWJQbfYarUuEj%2B7VyJHZFkQQ17fpUPNOMQu6sC4%2FCyE8gADABwI4%2FyKginl6kqLftb0%2FMJCbb5GZzLgJCGysFYid2RZEAFHv%2FPEedJs4hXAb8wvKdYtttoWzFaYtAZrsbl2Or9ylDJfk0cqr%2Bb%2FCrgGybIgTry5JQB2jcsgLzHYltTpr6somzvLWFdj0GnG1oKRFHA1k2W3s6vplM5kGFu0UOIfjiwLQuIfnUn%2B72%2BJqw1JEBICJEFICJAEISFAEoSEAEkQEgIkQUgIkAQhIUAShIQASRASAiRBSAiQBCEhQBKEhABJEBIC%2Fh%2Fu%2B0P8VJ8kUwAAAABJRU5ErkJggg%3D%3D) no-repeat center/contain;
  width: 100px;
  height: 50px;
}

/* line 1779, app/assets/stylesheets/active_admin.scss */
.fct_idv_logo {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACGwAAAHoCAYAAAAW8%2BvyAAAACXBIWXMAAC4jAAAuIwF4pT92AAAgAElEQVR42uzda3Bc6X0f6N9pXEkCJIfkUEPOhZibNBppNBx5JAW6eGjLcryWFU1CO0rK6xputjZblcpGzGY3WGZrS8wnhPmwpmuz2Y2rElHx3ioOklG8ycapJMIosSlZjkTaknXxSAbnKs1FImd4J4DeD6cxw6F4aYDoc7obz1PVBRI4OO%2F%2FPeg%2BB%2Bj3d963aDabAQAAAAAAAACgOo26CwAAAAAAAAAAWGsENgAAAAAAAAAAKiawAQAAAAAAAABQMYENAAAAAAAAAICKCWwAAAAAAAAAAFRMYAMAAAAAAAAAoGICGwAAAAAAAAAAFRPYAAAAAAAAAAComMAGAAAAAAAAAEDFBDYAAAAAAAAAAComsAEAAAAAAAAAUDGBDQAAAAAAAACAiglsAAAAAAAAAABUTGADAAAAAAAAAKBiAhsAAAAAAAAAABUT2AAAAAAAAAAAqJjABgAAAAAAAABAxQQ2AAAAAAAAAAAqJrABAAAAAAAAAFAxgQ0AAAAAAAAAgIoJbAAAAAAAAAAAVExgAwAAAAAAAACgYgIbAAAAAAAAAAAVE9gAAAAAAAAAAKiYwAYAAAAAAAAAQMUENgAAAAAAAAAAKiawAQAAAAAAAABQMYENAAAAAAAAAICKCWwAAAAAAAAAAFRMYAMAAAAAAAAAoGICGwAAAAAAAAAAFRPYAAAAAAAAAAComMAGAAAAAAAAAEDFBDYAAAAAAAAAAComsAEAAAAAAAAAUDGBDQAAAAAAAACAiglsAAAAAAAAAABUTGADAAAAAAAAAKBiAhsAAAAAAAAAABUT2AAAAAAAAAAAqJjABgAAAAAAAABAxQQ2AAAAAAAAAAAqJrABAAAAAAAAAFAxgQ0AAAAAAAAAgIoJbAAAAAAAAAAAVExgAwAAAAAAAACgYgIbAAAAAAAAAAAVE9gAAAAAAAAAAKiYwAYAAAAAAAAAQMUENgAAAAAAAAAAKiawAQAAAAAAAABQMYENAAAAAAAAAICKCWwAAAAAAAAAAFRMYAMAAAAAAAAAoGICGwAAAAAAAAAAFRPYAAAAAAAAAAComMAGAAAAAAAAAEDFBDYAAAAAAAAAAComsAEAAAAAAAAAUDGBDQAAAAAAAACAiglsAAAAAAAAAABUTGADAAAAAAAAAKBiAhsAAAAAAAAAABUT2AAAAAAAAAAAqJjABgAAAAAAAABAxQQ2AAAAAAAAAAAqJrABAAAAAAAAAFAxgQ0AAAAAAAAAgIoJbAAAAAAAAAAAVExgAwAAAAAAAACgYgIbAAAAAAAAAAAVE9gAAAAAAAAAAKiYwAYAAAAAAAAAQMUENgAAAAAAAAAAKiawAQAAAAAAAABQMYENAAAAAAAAAICKCWwAAAAAAAAAAFRMYAMAAAAAAAAAoGICGwAAAAAAAAAAFRPYAAAAAAAAAAComMAGAAAAAAAAAEDFBDYAAAAAAAAAAComsAEAAAAAAAAAUDGBDQAAAAAAAACAiglsAAAAAAAAAABUTGADAAAAAAAAAKBiAhsAAAAAAAAAABUT2AAAAAAAAAAAqJjABgAAAAAAAABAxQQ2AAAAAAAAAAAqJrABAAAAAAAAAFAxgQ0AAAAAAAAAgIoN1l0A0H2mi8nhA82jF%2BuuAwCAtyqKYiLJxBWfnms2m3N11wYAAAAALI8ZNoC3mC4mDyb5N3XXAQDAVe1L8oUrHvvqLgoAAAAAWD6BDeAN08XkRJL9SR6bLib31V0PAAAAAAAAQL8S2AAudzjJpqV%2FTxeTm%2BsuCAAAAAAAAKAfCWwASZLpYnJPkk9e9qlNSQ7WXRcAAAAAAABAPxLYAJYcucrnPj1dTO6uuzAAAAAAAACAfiOwAWS6mDyYZNc1vny47voAAAAAAAAA%2Bo3ABqxx08XkRJL919nkselicl%2FddQIAAAAAAAD0E4EN4HCSTTfaZrqY3Fx3oQAAAAAAAAD9QmAD1rDpYnJPkk%2B2semmJAfrrhcAAAAAAACgXwhswNp2eBnbfrq1fAoAAAAAAAAAN0lgA9ao6WJyf5KHl%2FltR%2BquGwAAAAAAAKAfCGzAGjRdTG7OypY4eWy6mHy87voBAAAAAAAAep3ABqxNh5NsWun3tgIfAAAAAAAAAKyQwAasMdPF5J4kT9zELnYl2V93PwAAAAAAAAB6mcAGrD2HV2Efn5kuJifq7ggAAAAAAABArxLYgDVkupjcn%2BThVdrdkbr7AwAAAAAAANCrBDZgjZguJjcnObiKu3xsuph8vO5%2BAQAAAAAAAPQigQ1YOw4n2dSBfQIAAAAAAACwTAIbsAZMF5O7kzzRgV3vmi4mD9bdPwAAAAAAAIBeI7ABa0MnZ8LYP11MTtTdQQAAAAAAAIBeIrABfW66mNyX5LEONrEplkYBAAAAAAAAWBaBDehj08Xk5lQTpvjkdDG5p%2B7%2BAgAAAAAAAPQKgQ3obwdTzoBRhSN1dxYAAAAAAACgVwhsQJ%2BaLiZ3J%2Fl0hU3umi4mD9bdbwAAAAAAAIBeILAB%2FauKpVCutH%2B6mJyou%2BMAAAAAAAAA3U5gA%2FrQdDG5L8ljNTS9KfUERQAAAAAAAAB6isAG9JnpYnJz6g1NfHK6mNxT93EAAAAAAAAA6GYCG9B%2F9qec6aJOZtkAAAAAAAAAuA6BDegj08XkRJLP1F1Hkoeni8n9dRcBAAAAAAAA0K0ENqC%2FHKm7gMscbC3PAgAAAAAAAMAVBDagT0wXk48neazuOi6zKZZGAQAAAAAAALgqgQ3oA62ZLLoxHPHEdDG5p%2B4iAAAAAAAAALqNwAb0h%2F1JdtVdxDV0Y5AEAAAAAAAAoFYCG9DjpovJiSSfqbuO63h4upjcX3cRAAAAAAAAAN1EYAN635G6C2jDwdayLQAAAAAAAABEYAN62nQxuSfJY3XX0YZNSQ7WXQQAAAAAAABAtxDYgN52pO4CluHT08Xk7rqLAAAAAAAAAOgGAhvQo6aLyYNJdtVdxzIdrrsAAAAAAAAAgG4gsAHX0a0zQkwXkxNJ9tddxwo8Nl1M7qu7CAAAAAAAAIC6CWzA9R2eLiZnp4vJPXUXcmVdSTbVXcRKa58uJjfXXQQAAAAAAABAnQQ24PqOJXksyRe6JbjRquGTdddxEzYlOVh3EQAAAAAAAAB1EtiA65u77N%2BXBzcmaqzpSJ0HZJV8uluXmwEAAAAAAACogsAGXN%2Bxq3zusSR%2FMl1MHqk6uDFdTB5Msqvug7JKDtddAAAAAAAAAEBdBDbg%2Buau87UnUmFwo9XG%2FroPyCp6bLqY3Fd3EQAAAAAAAAB1ENiA6zjQPDrXxmZPJDk2XUwenC4mN3ewnINJNtV9TFa7Tx0%2BZgAAAAAAAABdSWADbuypNrbZlOQzSeY6EdyYLib3pAyG9Jtd6a9ZQwAAAAAAAADaIrABN3ZyGdteHtxYzSDC4boPQgd9poolZQAAAAAAAAC6icAG3NixFXzPpiS%2FOl1Mzk0Xk%2FtupvFW8OPhug9Chx2puwAAAAAAAACAKglswI2tJLCxZFeSz640uNFaWuVg3QegAo9NF5OP110EAAAAAAAAQFUENuDGlrMkyrUsBTdmp4vJPcv4vsMpZ%2BtYCw63AioAAAAAAAAAfU9gA27gQPPo7Cru7rEkX2gnuNH6%2BhN1979Cu5Lsr7sIAAAAAAAAgCoIbEB7Tqzy%2Fi4Pbuy%2BxjaH6%2B50DT4zXUxO1F0EAAAAAAAAQKcJbEB75jq038eSfG26mDxyeVBhupjcn%2BThujtdk7UYVAEAAAAAAADWGIENaM%2BxDu%2F%2FiSR%2F0gpu7E5ysO4O1%2BiTN1ouBgAAAAAAAKDXCWxAe%2BYqaueJJF9LsqnuDtdsf90FAAAAAAAAAHSSwAa0p9MzbPBWjjcAAAAAAADQ1wQ2oD1zdRewxghsAAAAAAAAAH1NYAPacKB5dK7uGtaYuboLAAAAAAAAAOgkgQ1o31N1F7BWHGgeNcMGAAAAAAAA0NcENqB9J%2BsuYI04XncBAAAAAAAAAJ0msAHtM%2BtDNebqLgAAAAAAAACg0wQ2oH0CG9VwnAEAAAAAAIC%2BJ7AB7Zuru4A1YrbuAgAAAAAAAAA6TWAD2nSgedTMD9WYq7sAAAAAAAAAgE4T2IDlOVF3Af3uQPPoXN01AAAAAAAAAHSawAYsz1zdBfS5p%2BouAAAAAAAAAKAKAhuwPLN1F9Dn5uouAAAAAAAAAKAKAhuwPCfrLqDPzdVdAAAAAAAAAEAVBDZgeY7VXUCfm627AAAAAAAAAIAqDNZdAPQYgY3Omqu7AGB5ir2H9lz2391JNl%2BxyZ42dnMsPz6D0ezSP5ozU7Nt7AMAAAAAAKCnFM1ms%2B4aoKdMF5NeNJ1x6kDz6Oab3w2wmlqBjM0pwxgTlz121VDOiZTBrpN5M0A3m%2BRkc2ZKoA5YE4qiOJjkM1d8%2Bm83m82DddcGAAAAACyPGTZg%2BZ5K8ljdRfQhg61Qo2LvoYmUoYzdKWfFmEg9oYzr2XVZTZ9sffxMq%2F7kzUDHscs%2BHmvOTJ1cTiMAwI8bu%2B2eTzUHhm%2FtcDPHk1w494Onf39xfn6x7j7TvrFb73i0OTx2Z5KtSUY72db8j577zQtnT%2F%2Bg7j6z9oxtu2NHc2Rsc8q%2FlTa1HkNX2fRCkoWUf5%2BcTfKNxqVz86%2B%2FdOJs3X1gbdlw%2BwPvT%2FkcfaST7RSLl350%2BsXv%2Fp9195fuNbbzgcebRQaS7OhoQwvzp858%2F%2BnfWHGdb7v7Xc3BkQ1JHk4y0uHD8ltFM5dOv%2FCtFzrcDn1mcHh4YOTWe25LeYPdT3W4udeSfKu4eOaHp19%2B9um6%2Bw79TGADlm8uAhud0JWBjWLvoc1JjuStyzzMXmXTuVxlSRdLOVxb69juXsa3tLv91bY7mWSfgfs3tWbOWHrsTvlmY69bCnS85Rxd7D10KuU5Zrb1ca7qGTmKvYcO58efl1dbCuZKc2l%2Fuai55sxUu9vShmWep9rdds8V%2Fz%2BZ5BebM1PzdfcX4Lpue%2FBvDoxteW%2BHW%2Fm1JCcbL3%2FvWJKLdXeZ9i3csutnh7bf%2B7Ek70mypZNtFed%2B9HtJBDao3uY77x647f63J%2FlEknuS3J9kw1W2PJnkfJJ%2FnfK5%2BuKlky%2BeSxnegEoURVGMf%2BhXfj7lc%2FS%2F62RbC2df%2B3YSgQ2uqXH3%2B%2F6bFMVIkg91sp2Fc69%2FN8mKAxvN2x780MD41p1J9qfz75N9r1hcOJ1EYINlGRwaGRy4%2B%2F33p%2Fw95H%2FpcHN%2FkuQfX3p57utJBDaggwQ2YPnm6i6gT83VXcA1PJ437%2BRf0nZgp3XX%2F9UszQTQyzanTJz3isNJ9tVdRF2KvYd2p3w%2B78naC51tavX5jX63XptP5c0Qx7FOhR1ax%2F7TV%2FnSqv8crnPOuZ5%2BOB%2FdSLefrwaTCGwAAHSRsa07BosN2wdT%2Fh75zmy585GUAfG3J7klyfA1vnU05e93u5O8nqQYHBl%2FZvyuh2eaF147f%2FoHf%2BJGAgAA4A0CG7B8XTkTRB%2Fo1uO6nBkgluPypR2oRrc%2BxzqiNTPAUkDj8fTHDBqr7coQx4mUAY7ZlAGO1XrOdOo8slqcj%2Bp1vDkzdb7uIgAAuMLo5oHirodHk7wvyd4ieUfam85%2FaVmg3SmXRnmoWDf2n3LXw78z%2F%2FLcj3LjWfYAAIA1RGADlm%2Bu7gL6VLcOpnf7QCvtm627gE67LKRxtZlhuLFdSZ5oPa4McMzexAwcziNcz5G6CwAA4Krem%2BRPpwxsvD0rC8E3kqxLOW35%2FsbY1j8Yu%2FcD%2FySnXzptpg0AACAR2IBlO9A8emy6mKy7jH5z6kDzaLe%2BUWGgtT%2BcWMXZErpOsffQUkjjibpr6TNXBjiOJ3kyyZPLfD45j3A9s3UXAADAVd2bMgi%2FI8nbVriPIslIkp1JPjmwbnw8697x75svLDZjpg0AACACG7BSJ2L6%2BNXUlQPprdkKLCPRH2brLmC1FXsPTSTZnzKo4XxUjYdbj8%2B0Zt94MsnB5szUjd5ofeyGe2at6uswGQBALxrbunPXwq33f6C49b6fbCQTeXOJk5sxkGRDyr8n%2Fvskv53kH9fdVwAAoH4CG7AyczFAuppm6y7gGtwV3z9m6y5gtRR7D%2B1JGdSw5Em9diX5dOvf%2B6%2B1UbH3kPMI1zNbdwEAALxVc2j9pqFtux5McleSzau02yLJUJLbknwwyXfq7icAANAdGnUXAD1qtu4C%2Bsxc3QVcg4HW%2FjFbdwE3q9h7aF%2Bx99Bcki9EWKObfPoGX3ce4Xpm6y4AAIAfszPJn07yQAf2PZrktsWtux5Y99Cf%2FvCG2%2B67s%2B7OAgAA9TLDBqyMdUZX11zdBVxNc2bqcGtZlKuZaD0Syx10u%2BPNmam5uotYidbzb3%2BSfenOWX1O5M3X77Es79y4p%2FVxc8ppgXvV527wdYENrufJugsAAODHrEs5E8Z4B%2FY9kGRgYGT9%2BMDI%2Bm2LJ194ue7OAgAA9RLYgJWx3vwqOtA8Olt3DdfSnJk62M52rYH13a3HntZjU931k6QH72C%2FLKixP93xPDqe8rw3l%2FJ4zq12COay19BE3nwt7e6S%2Fl%2FPwRt8XWCDaznRnJkSAAUA6BJjW3eMFHe9f1vu3L0zye3p7MzEt6ScweOluvsNAADUS2ADVkZgY%2FWcqLuA1dAadJttPQ4n5RIWKQdzu3FmhLVktu4ClqNLnjdPpfV8bs5MzVbR4GWvoSuPx0TeDEHtqfm4XOnzbQRXzMDDtczWXQAAAJdpDDaKDZuGBpLhJEMdbm0g5fIo3psFAIA1zh8FsAIHmkdPTheTdZfRL%2BbqLqBTmjNTR4q9h55MOSjXy0s%2B9LrZugtoR7H30J4kR1JPIOFUyqUZnkwZ0uiau%2F5bgYgjrcdSgOPx1qPuMMSR632x2HvI7Bpcz2zdBQAA8BajSe5MsqWCtoaTbEwyUnenAQCAeglswMo9lfoHC%2FvBbN0FdFJzZupksffQ%2FiRfqLmUE%2FnxcMzsVbaby8pCNEvLWVzvc3Usb3G8m8IHV9MKIBxJ9eeTN0IazZmpJ%2Bs%2BDu1qBTgOJzncWkZlX%2BtRdSjqRBvHTWCD65mtuwAAAN6iSDnzRSeXQrm8raUHAACwhglswMrNRWBjNczVXUCnNWemZou9h6pu9pYaggptD%2Fq3Zh7YnDdDHZd%2FXM2B964OIhR7Dx1M8pmKmz2eMvDwZLeHWW6kVf9SeGN3kv0pZ96oIhjUznNrNQIbp1Iuw3UsydLPa7aC%2Ft1IlSG04yl%2FtnXb0%2Fo40XrczO8Ap9pYTgcAgP51IeXv%2BufrLgQAAKiXwAas3FzdBfSJY3UXUJEqZ2R5qtsH4pszU5f%2F3H9s4Ls168Tu1mNPVn7sZuvu69W0lj85nGpnhXgqycHmzFRXHpOb1XpO7WvNurG%2F9ehkcONIG9vcTGDjc0kOX%2FFa6Qqt52%2BVjnXJ8%2FYtNbSea48nOZjlL2XUdT9XAADSTDKfZLHC9gAAgDVOYANWzmDLKjjQPOo4rr6eP6atO8%2Fn0gpzXDYwejjLGITvkkHetyj2Hjqc5NMVNvm5lEGNubr7XoVWWOlg6zh3Krhxos0gxUqCRqeS7OnGoMZlJipuryuPReu5dqTYe%2BjJlOer5TzPZuuuHwCAH%2FN6kq8neVcFbS3NsHGh7k4DAAD1qmJNRuhXc3UX0AeO111An5qtu4DV1pyZOtmcmTqS5S2L8FTddV%2Bu2Htod7H30LFUF9Z4KsndzZmpfWslrHG51nPmYMpZLj6%2Fyru%2F4XIorSValut4uj%2BskQhsvMVSSKif%2BgQAsCYtzmf%2B7KmFhQtnLyY5m%2BRiB1u7lDIgIrABAABrnMAGrJCZIVbFXN0FVGiiwrZm6%2B5sB80tY9vZuotdUuw9tD%2FJ11LNEijHk%2FxUc2Zqz1oMalypOTM115yZejzJn015B9tqONLGNssNbPTCzBpL9lTZWDfOlHMVy62xF37OAABryulXX5w%2F%2B9XPv55njz2X5PeSPNPB5p5N8u%2Bytt4XAQAArkJgg642XUxOTBeT%2B%2Bqu4zpO1F1Aj1tLA1a7KmrnROtub7ogsFHsPbS5tVzCr1bQ3Kkkf705M7W7Rwa4K9WcmXoyZXDqZmdeOdVmqGLPMve7p4deuxMVttUT19llBm1OCVMBAHS1Myl%2FD%2F1RB%2FZ9NsnzCxfOvnrp1A%2FONy%2Bdm6%2B7swAAQL0ENuh2B5N8totDG3N1F9Dj1lJgoyqzdRfQLeoOLbSWxDiW5JMVNPdUkt3NmanDdfa527WWSdmT5HM3sZsbLofSspwZNv56j8yssaSqAFrSn9eJfuwTAEA%2F%2BW7KWfW%2B0oF9P5vkNxuvnvidc3%2F4298%2F8%2F2nT9fdWQAAoF4CG3St6WJyIskTrf92a2hjtu4Cetxc3QVUoTVwXxUDgaWbnUXhphR7D%2B1LeX7o9MD20qwalj9ZhubM1L6sPLQx2%2BZ27S5%2Fc7yXgjbF3kN7Km6yH89ps3UXAADAtRWXzl6Yf%2BWZl%2BdP%2F%2Bi7SX4%2FyYursNv5JCdb%2B%2Fpmkh%2FU3U8AAKA7CGzQzfZd8f9uDG3M1V1ALzvQPNqPA3FXs7nCtmbr7myXmK2r4WLvoYNJPptkU4ebOh6zaqxYK7Tx%2BRV86%2ByNNlhmqGF%2F3cdimao8nyX9eU5bK9c%2BAICedPrVF06e%2FdbsNxovP%2F3bSf7XJF9dhd2eS%2Fke0leT%2FJMkX6u7nwAAQHcYrLsAuJrpYnJzrj6I9dnpYjIHmkeP1F1jy1zdBfSwWmdAqNhEVQ312LIKnTRbR6PF3kNH8ubMQJ30a82ZqV4b6O9G%2B1Kex9sN15xocyaTPW3u76m6l%2B5ZgSpnDEp6JNywzJmUeqJPAABr3oXXf7j44re%2FnfFbv9IY27I%2ByX1JticZSvs3wV1M8nzKmTX%2B7cK51%2F%2BoOPnChZx5Zb7u7gEAAN1BYINutT%2FXHkDrptCGQZeVm6u7gApNVNTOWgjB7Glno6oHwYu9hzanDIm0uwzGSp1Ksr85M3Wkyv71q%2BbM1Mli76En037IZrbN7fa0uV0vzo5SZWDjVHNm6mTdHW5T2zOPWL4IAKA3nH7luReTvDg%2B8cjFjG05keRTScZThjXaDWycSzk74h8l%2BdXF069ePPfdL5%2Bru28AAED3ENig61xndo3LdUVo40Dz6MnpYvJUOr%2F0QT%2Baq7uAClU1wClAVKo0uFJxWGOPWVRW3dwytp1tc7t2XvMnmjNTT9bd%2BRWYqLCtfnyur4VgHQBAX2meefnFPHt8sXnLnY3G2JbfS3J3yveBbksykjLEMbC0eZJnkswneToXz51u%2FuA7v5%2FkpSTnB86%2FtlB3fwAAgO4isEE3ut7sGpfritBGygGlx2quoRfN1l1Ahdq%2B8%2Fomzdbd0Qq0MxA%2BW1UxFYY1jqcMa%2FTKbAO9ZG4Z287eaIPW0hjtXMN6cXaNpPPP9cvN1t3ZDujHEAoAQF87%2FfJzLyR5Yey%2ByW9nbMtwkg8k2ZHkkSQbk9yecpmUpAxsfDHJ%2BST%2Fev7i%2BXNnTxz%2Fdt19AAAAupfABl2lzdk1LtcNoY25CGysxFzdBVTIDBurp53wy2wVhQhr9I25Nrc70eZSFnva3N%2BRuju%2BXK0wSpV66ZzW7rGZq7tQAABW6OSzFxfOnVxI8s2Us2h8L8lwkg156wwbL6ScYeO5xsIFM2oAAADXJbBBt2l3do3L1R3amKup3Z52oHl0ru4aqtAa1K9iyZxTbQ4m97obDoo2Z6ZmO11EhWGNzyfZJ6zRFdoND%2BxpY5vP9%2BjPtKrZgpb0UmCj3WPTS30CAOAyp195bj5lEOOZ1qe%2BWXdNAABA72vUXQBcYTmza1zus9PF5L6aap6tqd1e9lTdBVTI7Bqr60bhl44%2FtyoMa3yuOTP1eI8O7Pejdl9j7bzmj9TdmRXaU2FbfRlCqyJQBgAAAABA7xDYoGu0Ahc3MxNBXaENg6nLN1d3ARWaqKid2bo72mnF3kN72thstsM1VBnW2NfhNlie2RttUOw9NJFk1w02O9WcmXqy7s6s0ESFbfVaCG2ijW1O1F0kAAAAAADdRWCDbnJwFfZReWjjQPNorw0qdYO1dMwmKmpntu6OVmCijW1mO9V4hWGN41n5bEN0TjvnrT1tbNOrYY1EYON6JvqwTwAAAAAAdJjABl2hFbK40V3J7apjpo3jFbfX69bSoJUlUVbPxI026PByA4dTTVhjj2VQus6JNn8mj7exTS8HNh6rsK1%2BPKf1Y58AAAAAALgJAht0i4OrvL%2BqQxsGV5dnLQ1aTVTQRruDyb1uzw2%2B%2FlSnGi72Hjqc5IkO9%2B9EhDXqMNHGNu2es%2Fa0sc1s3R1eidZyL1XqtevERB%2F2CQAAAACADhusuwBWbrqY3JNycGg2ycleXZpjlWfXuNxnp4vJHGgePVJBN2ZT7Z3HvezUgebRtTQg3ekZGZK1Mwg4cYOvz3ai0WLvoX1JPt3hvp1K8riwRi0m2tjmhq%2BxYu%2Bh3Uk23WCzz%2Ffwz3iiysaaM1O9dl5r5%2FeYubqLBAAAAACguwhs9LbNST7TemS6mEzK6fRPphXiSDnIdKzLB8gPdnDfVYU25jq8%2F37Sa4NwK1bhHelr5ZjeaEB01Y9DaxD%2BsxX0bV8PDlD3i81tbNPOz2ZPG9vM1t3Zm1DV8k5JB2fLqZPXOEC11t%2F%2FwW2NzbevS3J3kvVJ7k8ykuR9SQZamw0neXQZuz2X5FKSZ5K8luRMkoUkTye5mOSbrf%2F%2F7uL8%2BebZr%2F3W63UfB95qbMc7PpE73vNEyr8tbu9kW81nvzZ15vtP%2F0bdfe4GG25%2F5%2B3FznfvSjlr4Sc63NxvJ%2FlG%2FuToPzv9ynPfW843jm3buTl3f%2BjBJD%2BZ5K91uM6vJflCXvjGfzz9%2FB99qcNtdYXBkdFi9D2fGE95Lr4%2FyXiSh1K%2BP70uyS1Jdl72Lbcl2db62tBVdvlikvkkzyVptj53IeWxnU95jv5Rkm%2Fm1T85efp7v%2F983ceA7jA4NNIY3f1n%2FlSS7Un%2Bfk1l%2FJsk%2F0%2Fzha9%2F58zz31zWuYq%2B8RvNxjfaIUcAACAASURBVEBz7H2%2FdLHmOv6%2FJP8wL3z9mdPPf%2FO5ug9KFQZHRgdG3%2FOJDyQZTfLelH8T3JryerMtyYYkW5JszI1vzrrcHyVZTPl3wqUk30n5N8JLSU4nOVG8OvfS69%2F7ytN1HwOg%2Bwhs9LbZq3xu6W7%2Bt8z20ApzPJUyWDCXcvDp5IHm0dnUqIOza1yuitDGXIf70E%2FW0oDVREXtzNbd0U4r9h7a08Zms6vc5ubV3uc1%2FO3mzNSTFbTD1bUTRJhrY5vH29iml3%2FOExW21VPXiTbDeX0ZQgHoZouDI43BkXUDKQcGR5OMtf69JW%2B%2BFzKSZMcydns25ZuuZ1MOHo6kHBQcTzlIuC7lm7ONRvHG4CHdpNEYbYys25pykG45P%2FtlWywG19fd3W5RFAMDjZF1wykH5Dt63FttjDUbjeW%2F51kMNFp1jldQ5zNJxhYbA8MdbqdrFCnSGFnXSLlE93DKc%2BhYyvPp%2BpRh%2Bq2Xfcv2lANo61vbX2kh5Tn4XN4MbJxv7XPhsv8PzQ8MDwSWFM2i9VofTedf69eyJcnoYmPA%2BMzatSVJGiPr6q7jliTDiwNDa%2Bk8uXQOWLoOjaS8Bq1PeR0aSxnc2NQ6Pu16OeX1Zyjl3wwbWx%2BXQt7DlwaHveaBq3Jy6GEHmkdPTheTx9P%2BkguP5epBjhN5M8TxxscDzaNzFXTjYBXHKp0PbfTU4FLN5uouoEJ7KmpnLTz%2FbjRL0Oc6sNTEk1leinolPt%2BcmTrY4Ta4vokbbdDmzAg3WhbreHNmaq7uzt6EKmfY6MVz2qlc%2F3zRi30C6Aljtz94a2PiJ3amvDvu3SmvWbuGt965PeWbrkuKKz6uxPrW48rr4p9pfWy%2B8XF43fzGD%2F3KN1L%2BHvsvkryS5HcvvXLizLlvf%2FHluo8bQCdtePjjOwfGtgwn%2BdmUg%2BL%2F%2BbpHf3Eo5Xk6ufo5%2BWrn5%2Buds%2B9ofbzyRrCfvezfzSQZetu9Fzd%2B6FfOJHk2yfdS3gX93ZSzcTzT%2FOOnzrz%2B0jOX6j5udN7GP%2FUXH1r%2Fvk9tSPJP8%2BaMW1X6wyRPNl%2F45tEzJ776r5tN%2BU7ohA0PfnTDwC07h5L8QspwzAdSBjM%2Bsf7RX2rkx69DV15vVvI3w0NX%2FP9nrvh%2Fc3j7PUvXo%2BdSXoe%2BmXK2PtcjWOMENnrfbNoPbFzLrtbjWrNyLC2tMpcyyDG7GoVPF5N70vnZNS7XsdBGKzxzo8EaSmtp0GqigjZOdCCo0HVaA%2BY38%2Bb6shR7Dx3MjQfgb9aJJPuq6hPXdKPr0PE29%2FNnc%2F1Qw%2BG6O3qTBDauoTkzNddaPmniOtvM1l0nQD8YGllXpLwze6D1GB7Zft%2BmFMWmlHfCrUv5RuxQyvc7OjUQ094bukWxdOfehpR3eW9qNgYGhkbWnU%2FrzvDFxfmFhUuXFgLQwwaHRgaLRqOR8vzbGHrwYxtTFJffuTycN8%2FNq%2B2G5%2BRmioEUb8yMNJryvDyW8u7nzc3GYDE0su5iylmSFhfmLy4sLiwYSe8jgyOjRZEio%2B%2F9c2NFUWxI%2BVxsVFhCM8l80Vy8kPn5s4sLly56jsHqGRwaahSNwUZafwMM3%2F%2BRTa3fxcdSnvPXpbwWdfK1v5zr0dIsP%2Bvz5vVo02XXowtJFi9dOLdY97EFqiGw0fueTPLpDu5%2FacDyk0ufaAU5TqUcUDmWMtAxm%2BXPynGwsqP0pk7OtHEsnR%2Fg7Xl1L8NTsYkK2uipgc1e0Fp%2B5TMVNLVvLYRtullrkP1G2voZtZa16eUlT26kskBimzOadJXW7ClzddcB0M82bNk%2BsO59vzSe5G1JJpO8J2VgcmNaU0p3mcG8eZfdh5c%2BObz1zpey9c4%2FSvKtJF9efObY0t%2FVAD1r6J73f3Do1rvvSfKxJDuTPJpyAKpbDLcem5I8mOTjl3%2Bxcd%2BH%2F%2B268m7nf5nklfk%2F%2BBdfShm0o0%2BMPvTx8cbohkaSf5Ry4Lbqm%2B5eTvK78y%2BfeOrMd%2F5Dr9%2FQAV1n9M6H72nsfPCOJB9Jck%2FK2ZZ21l3XVVzrenQ2ycXGfR%2F%2B0rrk%2B0n%2BYZLn1o1vfu7c6yfn6y4a6DyBjR53oHl0thWgqNqmvHWJlc8kb4Q5jueyEEfrcexA8%2Bgbg16t2TXqCjd0KrQxV2OfesWJuguoWBXPB2%2FurqJi76HNSY5U0NTfdsd9V5hL8vmU61Rey%2F66i6xbK8RUlafq7i8A3aUxONgY3bBx08DIxuGUb7puS3JbyvWkh1LPdOY3YzDlnXSbk9xWDI7csX7TllNJTic5d%2FH82fPzF857UxboasOj60cGR0aXZhAaze27b095bt6Y8hxX5cwFq2F9q%2FadSUYbw2N3rt%2B05VySHzYXF5vnXj95ru4CuWk7kjfuah%2BqsN1mkospr%2FPfT3kTJHCThkbWDQyNrlv6vXpDtj9wR6NcKmtbyvN5r419NlqPDa3670wyNDAytrB%2B05ZLefN6ZLkU6FO9dtLi6p5KdwUFlpZouXKJlaVZOeZS7dTqV9OJ0MZczX3qBXN1F1CVYu%2BhiYqaEthYXQfT%2BaWajjdnpg7W3VGS1gwnj9ddRw%2BYqLCtubo7C0B3GR5dv2HwoV94IuVAy19OOciyoe66bsKWJO9vPf5CsfOdJwd3vvNkkpkk%2F7Hxx%2F%2FhK0mer7tIgOsZvvXeBxq7Hnkkyc8l%2BUCSW9Pb5%2BYPtj7%2BuSRpPPDTX2qUM2xMF4sL55N8se4CuWm%2FmvJ3iYlUGyg6n%2BTbSb6S5EDK8AZwk0a23LW5ce8H7kw5s9PPJ7kvZWCjV422Hh9p%2FX%2FpejTTSF5P8nda16O1dkMsrBkCG%2F1hNt0V2LiWK2flqNtqhzZmU80yCr1stu4CKjRRUTsCG6ukNYtAJ5eYWrKv7r7CMk1U2JZzGgAZ3bh949jWHfNJ7hvasGV9krtT3i1X9XrzVRhMMpLyru4HMjx2dmzrjltShjbOnn%2FthxfnL12wxj1Qq%2BHR9YPDGzaNpHxvb3tu2fXOJPenPDePpP%2FOzeOtfr0rRXFhbOuOl5LMJ5lrLs43z%2Fzo5YW6C6Q9G2659c6iMTha3PvhjSlDRUWFzc8nOZPkW8Wli8%2FMnzs1X5w%2FtVj3MYFeNDgyWoyO3TKQckmjbRnfsSPJ21O%2BZ7Up5ew5%2FWhrq8%2FvaV2PmkMbtvTaDINAGwQ2%2BsNsBAVWajVDGydvfhd9b67uAiq0p4I2TjVnpubq7mg%2FqHAplF9rzkwZkKbXVDkrltcHAGk88NMPp1zq5B%2BkfN%2Bil%2B%2BWu5Gx1uMvJvmLjV2PfCPlOveHknxr%2BA%2F%2F5fNJTH0M1Gpk0%2FYNxf0%2FeXfK9zqeSPK2lLMV9Kt3tT4%2B0iwaC413fuy3kvwwyd9YPP3DhZR3O9ML7nr%2FX2qMb51I%2BXdtlbPALKZcBuXpJAcunn753Llv%2FLvTdR8O6FWjY7cMNN75sbEkDyT5VJKHkny07roqsKf18UPNojHfeOfH%2Fl6SC0mO1l0YsLr6Lf28Jh1oHp2tu4Ye99npYnLfze7kQPOoQaYbm6u7gApNVNCG59zqOZjOL4VyotUO9JqJqhpqzkzN1t1ZAGq1M8ldKaem%2F2DKNanX1V1UxTamvGP9%2FUl%2Bqhjb%2FsD49l33DgwNuZMOqNzw6Pr149t3PdBct2V3kp9KOUC2KeW07WtFkTKccleSn20ODH1kfPuuHWNbd2ypuzCubWzrjh3j23fdm8HhXSl%2FdlVfRy8m%2BXJx6eIfXHz12bMDr798oe5jAr1ocHh4YHz7rm1Zt%2FWulNehDyS5N%2BVSXGvJUMpZRB5I8s7WcXh33UUBq8cMG%2F3jqXTPUiO9aLVm2jie5OG6O9Ot1li4aKKCNmbr7mQ%2FKPYe2p1qlkLZ35yZMhMPvaiq69rxujsKQO0mU04fvi%2FVTlneTe5sPSaSzA%2Fc%2Fb7%2FLclLg1%2F9Z7%2Be5GzdxQFry%2FCGTbcWb3%2FsLxTl4NCfr7uemjRSDowtJnl0YN34ibz9sYPzP3r%2BpSS%2FW3dxXN3CbQ9%2BYOiW2ycGkp9JeV2t2mtJ%2Fs7ChdOnz3%2FzCy%2FVfTygVw2vGxsp3v7Yu4tyGa6%2FlTLQvb3uumqwvvXxUymvR6%2Bl%2BiAa0EECG%2F3jyQhs3KzVCG0YjL22E3UXULEqXo9zdXeyTxyuoI2nmjNTT9bdUViuVqCpKmYNAmBDyjcgKe%2Bia6Scwv31oVvu%2Bt7YjnecS%2FLFZnOheeb7T1%2Bsu0CgP43teMdwyvPxhzK%2B47Yk701%2FL3%2FSriLl3c1bknysGN7w%2FbEd7xhKuYzV080LJxfP%2FPAH83UXudaNbdt5W4bGNxa3veMnkrw91S6DkpS%2Fx3w58%2FM%2FXHzley%2FmwpnzdR8T6EUDQ0MD67bd887Gxts3JfmFlCGN8ZTn4bVu6XpkBQXoIwIb%2FWO27gL6xM2GNmYjOHMta2Ygrth7aKKiptbMMe2UYu%2BhfanmNXuw7r7CCm2usC3nNABuqbuALjLS%2BvifJUnj7kfHU65X%2FfvNSxcWU061DrCqhkfXF6OP%2FuL6lEtU%2FY2Uy588UnddXaJIeYfz%2BiR%2FZXDD5udz7wfuSfL7SV5oPv9HF1LOEkWNFrbcff%2FQ9nvvbSSfTLmET9UWk%2FyT5vzF108%2F%2FaVv1308oFc1GoNDjXs%2F8DMpgxp%2Fo%2B56uszS9QjoIwIbfeJA8%2Bix6WLyVMo%2FpLg5NxPamKu7%2BC62lgbiJqpopDkztZaO6aor9h7anGqCFJ9rzkzN1t1fWKE9FbblnAYA13ZvyoHAXy4aA%2BfH7nz3%2F5H5S4unX%2Fy24AawKsbuePfbht%2F29pEkv5QyuL0ryWjddXWx8STvSWsGh%2FnxbV8fu%2FPdX87ZV%2BdPv%2Fqi4EbFxrbdMZ51m9cPbJ34iSSPJtlaQxlfT7N5YfG5r3%2BluXDxQt3HBHrV2B3v%2FvjIbe8YTbmk0Vjd9QBUQWCjv8ymTA9z81Ya2piru%2FAutpYG4vZU0MZTdXeyD%2BxP%2BQZUpx2su6NwEyaqakiwCQCu6%2B2tj%2F9lBgZPNXa995%2FOnz21EDNtAKtkYOKRHc0U40n%2BasplmW6vu6YutzHlcjF3J7l%2FaOP238zG7ccXT3z1fMy0Ubli%2FG3jxe3v2p5kMsnPpvqlUJLkeNFcPHv6xNd%2Bp%2B7jAb2sseuRP5eiWJfk43XXAlAVgY3%2BMhuBjdW0ktDGWgolLNdc3QVUaKKCNubq7mQva82usb%2BCpj7XnJmaq7u%2FcBMmKmrneN0dBYAecXuSbUn%2Bp4Gh0R%2BO3%2F3okcWLpy%2Bcef5br9RdGNCbxnc9fFsaQwPF7Q%2F%2BlZTLMW1J0qi7rh6yLuW5%2BaNJ1jdvuePL43c%2F%2BtXFU8%2F%2B6MwPf3C27uL63di2OwaL8duGmpt2PFYkP51yGZR1SQYqLOMHKUM6v5XkTN3HBHrNhjveNdIYWtdI8nNJRhu3v%2FP9zTI4CLBmCGz0l9m6C%2BhDywptHGgePWlpmqs70Dy6lsIsuytoYy0dz07Yn2pepwfr7ijcpCrOZ4lzGgC069YkzSR%2FqRgaeSa3P%2Fgvc%2Bql00kENoAVKd729m0ZXjeYZG%2FKQe6NddfUY0Zbj0eT3DOwcXszG7c%2FW5x%2F%2FXwSgY1OG908WNz%2B4EhRznbyi0nWJxmuuIpXU8549R%2FiZw7L1rz13uFiw%2BaBlLNWb2wm70pS1F0XQJUENvrIgebRY8ICHbHcmTaOJXms7qK7zFq7c%2FrhCtowuLlCZteA9rReK1X9TuGcBgDtK1IOSN2R5H8cWDf%2BvQ1v%2F8jfz5lXzp55%2Fpsv110c0BvGJx7ZsTg8Njy47a7%2FtpmMJxmLAbKbsS5lqO7nkzzQvPXe39zw9o98Oa98%2B%2BUzP3zJIP4qG9u6c7C59d7hYtvEh5N8LMlHUl4bqxzvOJ9kMck%2FSvJK83tfOrm4OG85HFi%2B%2FyrJjiQ%2FkzIA51oErDkCG%2F1nNpZF6YTlhDbmIrBxpbm6C6hKsfeQu9Gvodh7aCLXWF6hOTM1W2EpZteA9lR1Pkt68JwGADUbTvk77c9keN0fDGy%2F%2B%2F%2Bef2WgSCKwAbRl4ZY7Nw1u2DzaLO9oviXVz0rQb4ZajweT3DOwcduxbNz2nebJZ07WXVg%2Fag6PNQa23z2c5L6Ug7w7U%2F1z%2BFKShSRfTvLcuVefOT9%2F4fxi3ccGetCfSnJ%2F62EpFGBNEtjoP09GYKNT2g1tzNVdaBdaSwNxExW0caI5M9WLf%2FAfyzWCEsXeQ3%2B9OTN1uNMFVDi7xlNm16APTFTVUMWhLQDoF42Ud8Q%2FmOTvDm689Uvr3vXRv9s4%2BcKlM89%2F80LdxQHdaWzivTsXNtyybmj8bf9DykHut0VYYzUNp3zP%2FS8keay586G%2Fs%2B5dH%2F294vlj586efHWh7uL6yAMpZzOZTHJvkpEaavh7Sf5k8btHv53586eFNWB5xibe%2B0sLG265a2h8%2ByMpr0XGK4E1q1F3Aay62boL6HOfnS4m991gm9m6i%2BxCs3UXUKEq7kifq7uTy1XsPbQn15%2FVoqpQT1Wza3Q8fAIVmKionbW2bBYArJYi5Rvbm5O8L8Pr7h%2B65fbBYnTjQN2FAd2rObZt%2FdAtt49ncPA9Sd6XcikPg2Srp5HyeN6T5H2NsS1bh265fbAxMGyK%2F9W1Ock7ktyeckmfOkJH30zylcUzL586%2FfKz5%2Bo%2BINBrmmPb7h665fZ3Z3Boa8rXsfMksGb5ZbzPHGgenZsuJk8k2VV3LX3sRjNtzNVdYBeaq7uAClUR2Jitu5MrsOcGX5%2BrqI59FbRxojkz9WRF%2FYFO2lNRO2tpFiYA6ISBlG9yfzDJrxdbd82O7f6F38hLT188%2FcK3zLQBJEnGJt47ms07hwbGtv7VJA%2BlnJVgQwyQdcpoylkf%2FlqSX2ru%2BsD02O5feHr%2B6S%2BeOX%2F6NTMxrNDY1p27cud7f664%2FaFHk3wiZeCoav9Xku8sPP27v5sLr71w4ezpS3UfF%2Bgl4xOP%2FEJz8%2B3vGBjb%2BqmU41gb664JoG5m2OhPs3UXsAZcc6aNA82jc3UX123W2DGZqKCNXhzcvF6Q5VQVy4cUew%2FtSzVhtiMVtAFV2FxRO714TgOAblKkDG1sTHJ%2FMTx6W2Nsy0CGRg3CAm9YGBkfaIxtGcjg0M6Usz%2BMpjx30BmNlMf39iT3D6zfuKExtmWgaDjkN6MYGBptjG3Z0RjdsD3J1iTrayjjpSQncvH118786KVzC%2FPzzbqPC%2FSS%2BZHxLY2xLXdkcOjWlK9jJ0ZgzTPDRn%2BaTfJE3UWsAdebaeN4kofrLrBLPFV3ARWr4uc%2BV3cnV%2BCT1%2FlaVYO1%2Bypq50hF7UCnVXUdE9gAgNWxMcm7kgylHCD8f5P887qLArrGf51kMsmHk2yLAbKq3JnkjiR%2FM8nLSf5Wkh%2FUXVSv2XDL9q257yd%2FujHxgd1J%2FmrKa13VvpJkbvG7R39z%2FrXvH7944ZxlUGAZxnbtfqS5%2Fb77hrbc8UTKJbnqCFwBdCUzbPSn2boLWEOuNdPGXN2FdZG5uguoSrH30J4q2mnOTPXU4GYbx6Xj%2FSn2Htqd5LEKuvv5KmYLgU5rvWYq0ZyZmq27vwDQJxopB7A2JNmSeqaJB7rXeMqgxmjKm%2FjMwlONwZTn5k0pz82CMitQNAYaAyPrNxTDo2MpA4p1XOMuJjmThYtnzp95%2Fczi%2FLylbWAZioHh4YGR9RsyMDiW8prkfAjQYoaNPnSgeXRuupg8kWqm%2FufqM20cy%2FVnFFhL5uouoEITFbTRizOWPH6Dr1cRQNlfUV%2BfrKgd6LSJito5XndHASDJ6SRfvc7XR5OMpLxDemvdxbZhV5K7Gnc8NLLpg7%2B8dWHuP33x9Avfcs2FNWrsnkd%2FbuC2dzw6tO2uvSln4em1G%2Fi%2BlXIJije6lHKQ751Jhusubhk%2BnCTDD338Dzd98JdfPvuf%2FtmvX7pw7kLdRXW7deObR4Yf%2BvgDAw989KFm8uup5%2Fn7YpKXFr%2F75f%2F53Cvf%2B63m4uJ83ceFvvA7SRbqLiLJN5KcTNKx89HYnQ9tGrjzPZuLHe%2F4lSSfShnW6AWnWsfmR0leu85278ybwTxhSGBFBDb612wsi1KlK0Mbc3UX1EVm6y6gQhMVtDFXdydXoBsCGzeqYbUIbNAvqppho6dmDAKgp81f%2BbFIM81y3fnTrcf1vvdSkteTDBcDA0WzaBR5867ApTvVu%2BUuwSJJkaIYbhYD65uNgaHBkdHG4sJ8c7HsL7AGDAwONoqBwWL0zt2jzcbAhpTnqm4KazSTLLY%2Bzrc%2BNovm4mJzYeHyc9XVztEDaZ2TMziUlOe9pb5dfk4u0j2DZ40kaRaNdSmyfmBwsDE4MtqYv3DeLA3XMDgy2hhZPz7Qev6uTz3LoDRTDmSfSRYvLFy6dKnu40KfmL90Jm%2F%2BXlqn80kWmosLnTsXFcVQszGwLmUAeijddS1aug4tLH0smovN5sLCYsrrzOu58d8Kr1%2FWryKDQ1f7G6GbrkdAFxLY6F9PRmCjapeHNubqLqaLrKXBuD0VtNFTx7O1rMJ1Z%2Fvp9BIvxd5D%2B1ImnDvt882ZqZMVtANVmKionZ46pwHQ076Q5EySf5VySvOn5i%2BcWzjzlX%2F67HJ3tP6BPXcPbrtrU5JHUv6e%2BdGUd3x%2FKPUMJl3Lh5L8xMDETzTWT%2FzEK4tP%2F8eXW8cAWAPW7XzwrsZduydSvj9Y1U0My3E2yR8neTbJv0%2FyapJnF5%2F%2FxjOvz33te%2B3uZHzylzcVAwMDSd6TclD%2FY0luSbks6rokb6u7o1f4y0kWhx%2F5s%2F9qpLn4WpITdRfUjQZHRhvr3%2Ffn70pyZ5J%2FkXrGMS4kOZfkf0%2FyD1I%2BZ2FVnP3aP%2F%2FF%2BQvnX6%2B7jor8fJL%2FIsn9qeY92nbNJ3kuyQ%2BTfDHJ95N8eeGl7754%2Bo%2BPfnslOxwcGhlY%2F4FPfSRvXo82pxwz6MbrEdBFBDb612zdBaxRb4Q2povJumvpBqcONI%2BupQHsKu5I77XBzX03%2BHoVS7yYXQOWb6KidnrtnAZA92u2Hkt3LZ5OsrB4%2Fsz3m83FMymnM76UZD6Xzq9oGurGpXOXFs69fjHl3XRJ%2Bebu%2BoHRsWdTFIMpBwqLlCGOOi3dcT6e5NZWvQIbsHasS7mM02jdhbQszWi0mORUsbhwdv7C2edSnkNPtb52rrh0cVkzGCyeP72YRqNIObCelMGPS0meKRqD6xsj6xZS3tW9PuV74XUH65buLN%2FWqktg4wrrN25ujKwfH0hyW8rrV3nXenWWfpd4PclLzUsXXl%2Bcv7jYWLxklipYhsGR0eGh4dF1A7feN5bymtQN45FLMzqdLJqLF%2BfPn3km5TXo1ZTLn5wrLl24iZl0Fv9%2F9u48Oq7rPvD8971XhUJtWAmSIEESJEhKJEVxkSwRkiXB8ibHii0ZsRU77jbd8kz6dPuMlXZ6eDA901Y66WYwJz1xljPdp52O6PSkEydGIq%2Bx4w20bEELJZHiJpEiWeAGECTWWlDbqzd%2F3EIky6IEAqh7a%2Fl9zuGhJFK4v3ur8Orh3d%2F9%2FTx3Nv5Wn0cROxC0Ua28wqjrWjlVGhFCGFYOF0hRAn3e0NR%2Bq%2FsIsMN0LDXoiWKyxjTllTFqQs1sxFm9%2FU3oeb0rbU33mpxP8XX5qKa5SsKGqCb3aRqn0q5pQgghyt8sqoLGt4CzwNeAEffVH83MxqeWpNRz4syzF4v%2FeKL4%2BxMA0TsfWWv5Aw7w71EPpR8xvBaB4q%2BPA93A76JOsQshasO9wL8EOkwHUpQDBlAnmf8kn5jIJF%2F%2Bh5HFftHkS9%2BYS557tvj74NyfRZevbWVzz3bUAZuPoqo1dBleh7lkvv%2BAquDwPsPxlB3%2F9gcbPMsOA%2F8F9TnWoDmEHKqaxgDwXwuXjl1OXjw%2BY3pdhKg09a2dN9sb7rgf%2BCBwp%2Bl4ii6h2sD8fj6djCdf%2BPuBpfzi%2BVyuwFt%2FHnWwued9qP26h1DXtRbTiyGEKB%2BSsFHdBpGEDVOeQCVs1Lpa2ojTUV1jupJabsyzFUmp3yO6qmscrKTXRoi3U0x00mFYvm%2BEEEIsoVnUw9dLwKSbmjlHPnux%2BN9dr7CgYho3JJ%2B4lrGdgAOcsWy73o60HEWdoluDOkFn6pS72uzyR5rDLSuaM8npRD6TXsTJQSFEOQuEIkFffThitaxv4vWqEqbMok4yn8Xzsm58%2FAyq0lHGSk1mSz245%2BbyhZlrM8AIcMKqCybs%2BnAGVXmkqbg2jqG1iXpYdeGWFc14npecHJOfjV63HnUCPYT6HNUtAVwoZGbHvEwyRX4xp%2B2FqD119SHLH4raVsPqBlTSoO6kqzea%2ByFgBHDd%2BLXDeGSAq142pa3NkefmsoWZa1dRVZUOW3XB5XZ9eDXq2XkU%2FZWEhBBlRhI2qtsg8AXTQdSwWq%2BuARAzHYBG0g7ll%2B0tgznpStgY1DSOEDrouJ5B5V3ThBBClLdzwClURY1n7IsvjcXHhrX2mp89%2FqMrxX%2F8vUAo4gvs%2FtjXgdXA76FOVG80tDZrgDX2up13AW79Kz%2F%2BOXDVUCxCiBLzN3WsszfcsQfYA2w2HM5ZVLWC%2FwU3l0m%2B%2FN2jOgdPjI9MAy8Wf30t3LFtDZ23dQGfAD6Eaktiqn3VDizLdbZ%2B8L5CZjYNfM9QHOXo%2F0BVqjL1%2Fj0J%2FJl17eyxxLkXTpleDCEqTV3jCp%2B96Z4w6vnSo5htzZVCJW18BZhJH%2F%2FHP3Hz%2BdJncr9JYnxkDPhO8V%2B%2FHFm99TbW334PqsrS3ZhLUBNClAlJ2Khug6YDEDWvljbjdGxwDpqe5HxZvf09zKOlgjewr2TvEWmHIsSCScKGEEKISjIOjOZT00dIx0%2BgKmyk7Hxa%2B4PYNyq4rpefuDgD%2BIGfWr5Am9PQFkA9jG01FFYHsA04giRsCFF16iNR2xdqcYiubEN9ry83GM4lIONOXv655xXSwJTn5vOm18jOJWfzExfHrWDjcScYDQO3AKuAZlQ1It0s1GsVRxI2iCzr2Ibt%2BJ1N96zEzOuRAka9dCrmpiYu2OkZqZ4sxMKEgQ2ozyE%2FqnqEbikgj3r2gkHfLQAAIABJREFUlMxNjbxmFdyEp6o%2BGWflklP5iYtnrWDjy04waqMSu1dgvjKWEMIQ%2BcavYn3e0NR%2Bq%2FsI0hZFmFNLm3GdGsaImZ7kDXh8Hn%2FnYIlj0FVdY7qUiSdCGKCrJcqg6YkKIYSoCkeBb9hjZ36euHjsedPBzMllZl3UyfKzwPORZR1baLj%2Ff0f93NBjKKz3AHegPoPPmV4jIcTS8oWXOW840fw5zJ5oHgSuurFnH08n42Wz6R2%2FErsGXIt07n6Njlv%2BEnXy%2B92oaiQrDYRkoV6rMeCPTa%2BPad76PY86gVCzB3dhZoP3CvBNd%2Fry86nTT%2F%2FI9HoIUcFWAR8BdqOSN0wYQSXD%2FWfgvHfumeOzyXjZtDeKjw2fAc5EOncfouOW5cC%2FAO5BJbqYbCEjhDBEEjaq3yCSsCHMmO7zhmqp%2F%2BY7VpNYAjHTk5wPq7f%2FMea3HtXSDkWSNUS16dE0jnzvCCGEWIgC6rTcNeBMPjn1PIlrx53szDXTgb1t0NnUVOHKa09ZgchFp2mlg3qQ3aU5jHrAsqIrVkXaN63LTFwcyWVms6bXRgixZELAOlSbjzrAMRDDMWAyO37hGTufuebm8%2BV5jZmdzOevvGYV483Yje1huz4cR7WQ0pnoYgERx3bSkfZN6yw3m42PDY%2BYXh7dosvXrfWcuoBv7W2bPFXtxNIcQg4YdzOpc97U5WetxDVJahRiAQKhiOVvbPdbkbYWYCvQbiCMBJAFngYuZscvXLTzmQk3ny%2BYXp%2B3NDuZyl95bYKG5Yd8wYYE8ADqs7wB2b8VoqbIN3z1exL4gukgRE2qmY04q7e%2FU8c43sC%2BQdNzfSdWb%2F9DzK%2B6BpT%2BPdKjadqDmsYRQpdODWMMewP7aimpTwghxNJxUSWOTwB%2F6UxdOh4%2F90LZVNa4ntTMxAjw55EV6ztpWnkGeC%2F6EzaiQNRavW2rBbm69D9MoR5oCyGqQzOwC1iPSt4w4XvAcWf02DeTk1cnTC%2FI9SSunMuhNum%2FD3w%2FtPV%2Bn10f3gF8GP2VSZZ5%2Fjrb7urelU9MTqNOhdcUd9WtO32R5hYP7ka9j3VLA6%2BQnHwudfrpvza9HkJUKn%2BwwbG7ukPAWuD9mGltNA5MAn8BHHJGj8eTk2NGWyW%2BncSVc1PAVGRT99cJNtShqt5awGZk%2F1aImiLf8FWuzxsa3G91mw5D1KZB0wFotFPDGEdMT%2FJ6igkrPcBebqzSSMkSNqze%2Fh6gUdMSDGoaRwhd1mkYo2aS%2BoQQQiy5CeDn%2BeTUUXvy4lFS41dMB3QjvHR8unDx2FEv3BJ1mletQm2srtccxibU86BngLJpVSCEWLRlqA1v3clgoO7vL%2Beuxp53Mokzbi6dNr0YN8KevHCokJq6RFtXux0IrgJuQlUp0aUOuA0YBX5iej10iaxYv9zzh%2Brt9q3vAVajP1mmgGqZcAn4eyqksq0QZSyIus9cjUrW0Ln%2FGAdmUdfQk7mrw%2BedTDyTz856phdlXmZGc4VcxvNa1%2F3ECUZjwKdQFUpaMVMxSwihmSRs1IaD6GnXIMQbxUwHoJGOhI25JIS3VaoqHFZv%2F05Uhu%2FcfJtQSRqdLHBz1xvYV8oN254Sfu03k41nUTWK3%2Bs6yPeNEEKIhRoDvuUlx88kYi%2B%2BYDqYG5WcvjYJvBBZdXOe5lUOquyx7oSNW1AP0g%2BYXg8hxJJaAbwPVU1Ht2eBZ5yJsz9LXL142fRC3KjEyOmfAYR3%2FMrNBIIbUM86dCdsvBs4Y3otdPKWdbU7zauagQeBjQZCKKBO4p9DncbPmV4TISpcGNiGelYc1Dz2DHAV%2BA7wQ2fiTCJx9WLe9ILM11zlp%2BDW%2B7%2FrBKN%2BYAfgoQ4kSsKGEDVAEjZqwyCSsCH0i5kOQCMdG5w7mMcpC6u33%2FRazNfBEn%2F9Hk3zkLYOotp0ahpn0PREhRBCVJxJ4B%2Fd1MwZ68qpQ75coqLvwbzZicuFc4ee8ppWNTrNq1pRpaOXaxp%2BFdDiLdvUFl1%2F28Ts5ePT%2BUy6PPt6CyHeUTDaFPQt61rltqxfY6t2EjoTDV4Fzrtj535uJcdfys%2FOzJhej8Wwxl79YeFarNHq2L7B8gdagK2ArWFoB%2Bjy1dW70fW3NXvpRD4x8mrc9HqUSmRlV7MVbAparZ0Pok7jtxgIYxZVZepAIZ0cYeTkrJ1PyWehEIvTCNyDvmdLAHlUstVB4Ke5q%2BeOO4nxWXc2XpHfz75rZ7OF6dE87VsG7PrwT4H%2FE1VlQ3cCjBBCM0nYqA2DwJdMByFqS583NGg6Bo06TQdQgUp9ul5XklpM0zhC6CIVNoQQQpSraeB7hUz80uylE8dMB7NYycmxq8DV6Noda2he1QlE0Jew0QbgW7GxGWh0rrxa0RusQtQ6JxAKWKu3rfHDSvS1Bp1zDnjWmrl8ODF6puKvzYmRM0MA0ds%2B9hD%2BwArgZvQlbKyhLpiwVm9rzE%2BNpFHl%2FauS27iqwd%2B2vtlSh21uR39VGA%2FIAFPAN7xcOpW8dCJjel2EqAIRYDevV2nWIY%2F6fn4B%2BJozczmVGDmTNb0QCxUfi%2BUAwrf%2Byg%2BoDzvAv0Ktaz1gmY5PCFE6krBRA%2Fq8ocH9VrfpMERtGTYdgGY7TAdQgUq2WTuf1jFLaFDjWELooCNhQyrTCCGEuBFZ4Fg%2BnThrXzr6Myc3mzId0FIqxC%2B%2FaJ1JXfVa17tO08oQsAwIaRp%2BC%2Bq03ijgml4LIcSCNaLaadysccxrwDV37NxBKz76vUJq%2FKLpRVhiX0Ndi29HXSdbNY0bRG12jqGuzVUl0t5VV4is8PkaVr4P2AV0odZZR1LMG%2BWB%2F%2Bll05PehZfO226mYtomCFGOAuGo46za3uyt3LLCVlXjdFZ6eh74Se7queecmdFUITleFd%2FP9uixdOFqwLLX7HyCumAzsA8ImI5LCFE6krBROw4ibVGEPjHTAeiiOTmgmpTydH2PxnnENI4lhA46TkFIdQ0hhBA3wgXOW7nMcGLk9Gumg1lqycmr54Hz0a477qVp5W1AA%2FoSNlYCBaQvthCVLoja%2BF6hccwkMEry2unEyOlqvL9%2FAZVEMIP6HNKVsFGH2uysSlawxfGt2FiHShi8G5WkqHNjd04BeN4t5BOpkdMTptdFiErn%2BOts34qNEVS1HN0tjoaBnziJ8Vhi5HTFVtZ4s%2FjYeVVp47aHhxz1Of%2FbpmMSQpSWJGzUjieRhA2hz6DpADTqNB1AJfIG9pXygY6ulg4gCRui%2Bui4V6jGB7pCCCFKI4k6ZfyHQMJ0MCX2Y%2BAS8K%2BBOzSNeStqY%2FCrqLUWQlSmMLAdaNYwVg5V%2Begp4G%2BBim%2BD8la84WdS2D6Lrnv%2B1HKcEPAHmoaOAO8FjgB%2FZ3odSuADwD3A%2FcAG1Cakbl%2FzXHeWM0%2F90C7kq%2BIkvhBlIAR0o5KxdLkEnMxdjQ35JmNH3dR0Vd7LWrFnX%2FUcn2N1vfubOL4w8KumYxJClIYkbNSOQdMBiJpSS5txnaYDqEBHSvz1ezTOpZbe66LKWb39nZqGGjQ9VyGEEBXBQ20MzgIvU%2F0tOy6h%2Bm9PaxyzFVVaWXcpeiHE0vKjvp%2FDGsaauzaPoq7NVVmdIHHtch6gYc8nj4GjM6nAD3SgPhOq0RrgNmAVqqKUCWcsz0vOjJ2vtjY%2BQpjkQ1V50pE4OCcJXHTSM1fiY%2BfHTS9AqSTGL08BNOz5ZAw9n%2FNCCEMkYaNG9HlDh%2Fdb3dOovpZClFrMdAAa9ZgOoAKVLMmhuOGs7TrnDeyb0jWWEBp0ahonZnqiQgghKoILfMXLzk4VXjsY9wrVna%2BRu%2FLKmDMZmyis2jHob2rPoE4plroE%2FxZUWXgT5eiFEIsUamiqs9bf3cnaO7qAdvS0N3oN%2BGnhyumnvfEzI%2Fl0qqorFLiv%2FuiwZTt19pb3H0QluO0p8ZABYLM%2Fsmw0vOPDUWvqUi4xfDhteh0WK9y%2B%2BR6Wb3qPs6zzPaiEjXoDYTwDZAonf%2FBnXsGt%2BDUVoszUA7vR25rrFeArQK0kX30Vtc57UcnWkrwhRJWRhI3aMgh81HQQovr1eUO1VHVAZ%2FuNahEr4dfu1DiPUlcKEUK3Hg1jTHsD%2B2KmJyqEEKIieMBlr1CIJyfGqjtbA0gnZrJANnjzfVPANdQJ9lKbe9BrmZ6%2FEGIBLMd2oq0hVFuJgKZRZ4ErZGenkxNjGdNLUGrJybG44%2FfXhWESPe07bCCEzx90oq1OLh2vis8%2FyxdosqOt64HlQNRQGDNAKj1z7XI%2Bl6v6964Qmtmo7%2B2QxjGTwGUgbnrymoygPutd1M9JQogqIwkbtWUQSdgQpVczm9hWb38TUrVmIQZL%2BLV7NM5DqmuIatOkYYxaSugTQgixcHHPdWfzR7%2F9555XKJgORrPvAk8DtwArdQxYt%2FWB3aHbP7Y2ffibzxbyeXkALETlCKEqPmzWMFYeSKHu5%2F8cve2bTMsDf4RKNvigpjEbUK%2FtCBX8nC2ysuumQseOu%2F2rtn3Agw%2BjL7Hojc4CaeBx4CqQNb0uQlShIOqapaNq2yVgKHc19lMuHbmYz2Vr4meF7LHvxG3HN%2Bvb%2FuDXUUnXnzQdkxBiaUnCRm0ZNB2AqAkx0wFoJNU1FqaUG7Y6XxNJ2BDVRsf3z6DpSQohhKgIBcCdTUzPmA7EgGTxd21tBqz6UMBnpjy9EGJxLNT3ro4NMg91bc6gKhXUWoWCKfReJ53ieH7TE18Uy1fnq480eOrkfcRQFHlUksYEqoKVEGLp2ahrlo79RhdIOG42nUhMV3VbrjdKJ2YKjt9f8EHCdCxCiNKQhI0a0ucNHd5vdU8jFQFEadXS6WlJ2Lhx097AvlImOnRqnEstvddFbdBxTZPvGyGEEPPx16iT3DUne%2Bbpa7kzz1wL3Pye55zG5TngNkpfXnor6rT8T5ESy0JUknpgO9CuYawR4GDhyulD6diL0%2FlcpmauFW4uV%2FD5Ay%2FXhcJjvu0Pvow6Sb6pxMNGgFtRm6CHTK%2FBjYouX7fS6rr7Xc6Gd73fg99EJaDolkQla%2FwucDr%2F8rdj2dlkNp%2FL1cx7V4hSC4TCTmDHRzucLQ90oG%2FP6Szw%2F6Iq5tQatzj3lcDnTAcjhFhakrBRewaRtiiitGppM07H5uYwcOBt%2FjzG0lY1aXrTvHYW%2F1snsG4Jvn6p3x87Svz1hahKGls8xUzPVQghREXIoMqX1xy3uJEUvuWDcyeCdWwsOZjZTBNCLJ6D2tQvtQKQxfPytZSsMSefyxTqIw0u6rqs43m6VRyn4q7NPn%2FArm9d7bccX9DTVwHmreSArFVw057nzRYK%2BUItvneFKC0LHJ9tqc8hS8OAHp7nUnAzlleomeoa%2FzR5zwM3n%2FWwspbjzLWC0XEPIITQQBI2as%2BTSMKGKK2Y6QA06tQwxuPewL4Dmuf15PX%2BwOrt70ElcfSwsGtJrFRBW739naVdFiGqmpaKQd7AvlpK6hNCCLFwX0PK%2FQ4BF4BtqD7VpbQKlbip40G7EGLp%2BFEHK5o0jDUKfJvaeubzZingL4EOVGWiUoqgqqdUVCvWSGt7OHTnI5uAe4D%2FgLlkDYA%2FAV7Mv%2FKDweTEWEWtoxAVxEZ9Dq3SMFYGGMlOXDyTPvmTl01P3IRCPu8Bw%2FXhaLpu18NzFZ9uMh2XEGJpSMJG7Rk0HYCobn3eUC1txt2nYYyY6Um%2BkTewbxB1Hfly8UT%2B48AXymQ%2BnZqXY1DzeEKUko6EjYOmJymEEKIyFNLJrFdwc6bjMCyLqjJSWOwXmoc61ElkIURlsVDfv6V%2Fvuvm3UIukyKXyZqetEEe6rqsaw1sKuXktGVRH2mwfeHWANCGSgI0FX8SyJKdTRQKhZTnujo%2BR4WoVfo%2Bh9Q9sc5rcDmb%2BzyquCpMQojrk4SNGrLf6m7i7VsrCLFYNbMZp6uaQzFBoix5A%2FumgMes3v4Y8Ifz%2FN9KOZ9Ow0siRCXr1DBGLSX0CSGEWIT0y996JZ%2FN1nqFjRPAeWBWw1ibUacWpcKGEJWlHlXpoeTPd%2FOTl6%2BkXhn8R9MTNiwDPANMaxjLBzSgTk%2BXPScYtZ2dDzWg2tT%2BNyBUjN%2BEJ4FDhXPPPJm4eiFmem2EqHIO6nNopYax4qhr8CnTky4DWdRaLEdVYxJCVIHKyNIVi7bf6u5BnWzXURFA1K6Y6QA00nEa%2FYjpSc7TgRv4u6UsQ9lpdhmEqGg6rmkx05MUQghR9pKoh7E132PeSk9l3Pi4nAwWQrwTh9I%2B33VR12UdyWNlzSsUPDc%2BnsqnptMahnNQSQ8mW4rciDpUWf51QADVrke3JHDNm01cdePjVyjkM6YXRYgaYFH6z6E5BVSiglSFUz8rpVBVNoQQVUIqbNSA%2FVb348CXTMchakLMdAAayeZmkTewb8rq7R9G%2FWD%2BTn9XTtgLUZ50XNPk%2B18IIcQ7OYq%2BNiBlLfHasxcAQrs%2BkvWFm0yHI4QoTzYQLfEYCeAl4KzpyZqWSSXywKlw8%2FII2x4o9XAhVPWjo6bnPU8rgf8KhIF2QzGcAI4XLr38t8nR1542vSBC1AgL9TkU1jBWFhihtIcBK0UeOI20hxGiqkjCRhUrtkB5EqmqIfQZNB2ARrK5%2BYtivHPCxnCJY%2BgxvQhCVKJii6fGUo9Tzi2ehBBClI006hR3zVfYeIMEMIN6GF6qliX1SAVWIcRb81CnmV3TgZQRF3Vd9qESK0rBQlWpcExPdp5sVAuUegNjZ1H3DxeAk%2BhpWSOE0C8PTKCqPtU6D%2FUzk1TYEKKKSMJGlSq2QHkSDRswQrxBzHQAGnVqGKOSEjbmI2Y6ACHEW%2BrUMEapE7aEEEJUh2uoBAVJ2HjdRVR5%2BVso3TOcZchmrBDirbmoVhOyKfS6LKriSBToKtEYDurEuokEiIXwAxsMjT2JOnX%2FfeBvUG0ChBDVJwm8jPp5oda5wBVUopwQokrICYoqVGyB8hMkWUNo1ucNxUzHoNEODWNUUsLG4BL9HSGEfj0axoiZnqQQQoiKkEI9jBWvy6E2B0uZxBIGIqYnKoQoS3nUhnjCdCBlpIC6LudNB1Lj5l6Hc8CgGx8%2Flxs7k7VyyZpvqyaEEEKIyiMVNqqItEARhh00HYAuVm9%2Fj45xvIF9MdNzXWKl7jEozb2FWJhODWMMmp6kEEKIijCJumeUChuvS6MSWUq5Ji3F30vVckUIUbkywHnkRPMbFVDX5UqpflGt8qjXYQj4Y%2BvauYnZSyekuoYQQgghKpJU2KgSxRYoMSRZQ5hTSdUgFqtTwxjVmABT6veIjqonQlSjnRrGqKXPCCGEEEII3MYV9ZHVWxuC0Sa%2F6ViEEKIKDQPfcOPXXvIuHZ8hPZU1HZAQN6J%2B%2BaaGyOqt0tJCCCEEIBU2qkKxBcqXTMchal7MdAAadWoYI2Z6kjKndyQVPUS10JHsFDM9SSGEEEIInfzL1oVZtq7FOv3TMVRrGyGEEEvnNHDAnh45H4%2B9NGE6GCFulL1uV7NVcH3AjOlYhBBCmCcJGxVMWqCIMlNLp6d7NIwRMz3JpVaFLV52oq7BQlQsq7dfR3UNvIF9tfQZIYQQQggBEAKaUW1%2Bar1Mvw8IIs8hhRCLdxn4uRsff84aHz7L7IRsdotK1YT6XBw2HYgQQgjz5AelClVsgfIk0Gg6FiGKamkzTscG56DpSS6xamzxIkQ16NQwxhHTkxRCCCGEMCCIemYjLVHU88cA4JgORAhR8a4A37VSE6cTF4%2BdNx2MEIvQANimgxBCCFEeJGGjAkkLFFGGpvu8oSnTQehg9fY3oSdRqtoSYKrx%2FSEtUUQ10JGAVm3XMyGEEKXTjNrQtUwHUkbqUZUaSrkmE0AB8ExPVlStBmANENUwVgK4BmRNT1oIsaTiwMuFxMRL3pVTP7eycamsIYQQQoiqIQkbFURaoIgyVkubcTo2N6e9gX3VluBQje8RLa0khCixHg1jxExPUgghRMUIoRIHxOv8QB2lTdhIAq7piYqqVg%2B0Fn8vtTQqaSNvetJCiCWVBk67mdTp2ZFTp00HI4QQQgixlCRho0Lst7pt1IaHtEAR5agaN%2BOvR06jy5yEqCadGsYYND1JIYQQFWMZpa8mUWk6gPWUtpXENSBneqKaTAPngBZgbYnHigLLgddMT7oM%2BFHf2zraw8wAY0iFDSGqRQ646KZmXrUvvvRHTj4tlTVEtWhDfTaK%2BQkD24EzwDHTwRhmo%2B4xW0wHIoRYOtIjq0L0eUMFVHUNIcpRzHQAGknCxsLENIxxRPOcpNqRqAbrNIwRMz1JIYQQFUNH%2B49KE0Ed3CjlmqSBlOmJapJFJW1kNIxVh3o%2FlzLZplI4qGQNHc8hs6j3s1SNEaI6FIBp8pmx%2BNjw4cTElbOmAxJiiQSLv8T8%2BFDVuhpMB1IGbNQ9po7KZUIITSRho4L0eUN7gc%2BajkOIt1CNCQbX06lhjJjpSS5A09v9oTewT8d7RHsbGau3v2nxX0UIM6ze%2Fh4d43gD%2B2Km5yqEEGJJpFBtBrwSjnELsBt5VkG0646O8K0f2uSrj9SZjqXKZFHvYx0VRZYDm1BJN7WuGbUWzaYDEUJUDA91vR4G%2FjXwB6YDEjXhFeBF9CR2dgEbTU%2B4gtQBK3mHZ9A1wkHdV63RMFYc9T1xzvSkhah2Nf8QpNL0eUMHgF2oEyFClIU%2Bb2jQdAwa6aiqUIkJMG9XeUR35YtymbcQ5U7H%2B%2Feg6UkKIYRYMi6Qp7QJGxHUqbmar7BRCDbXOw1tYRyfPLdZWh7qvVzQMJZU2HidH1XKXFozCyFuRB6YBU4gm4VCjySqtVYp73fnhJCWKDfCBgLoaa9W7uYqbOio0JJHfU%2FMmp60ENVOfvCvQH3e0GHUKf9q3gQVlWPYdAC6WL39nTrG8Qb2DZqe6wK8XXULXfPRXmEDSdgQla1TwxiVmIAmhBDirZ0DTqKhMkFw%2B4M3hXZ95GbTEzZsC3Aneh7EnkK9tjo2J0xLABdRpwVLbT3qNZT%2B4rAKtRbtGsa6jHo%2FJ0xPWgixKCng04V08rHckW%2FOuGd%2BViutu0TtuB14l%2BkgFikHPAu8rGGsCOpeYpPpSZeBOtRa3KJhLBdJ2BBCC8lsr1B93tAUsHO%2F1X0A%2BIzpeERNi5kOQCMdm%2FOVmgCzl%2Busj8YElMPARzXPWxI2RCXT8f6NmZ6kEEKIJZNFT3lorGAk4LiujpYV5SyAStbQcdBG22tbBgqok4I6Kmz4Ua%2BhVNhQzx91JB%2BBen0z6HmNhRCl4wGXPK%2BQmY1PyfezqEa6PhdLyUNt5Ou4j3RQaxYwPekyYKFvLTzUPVUtJHYLYZQkbFS4Pm9o736rexB4wnQsomYNmg5AI9ncvA5vYN8UtfVemCMJG6KSSYsnIYQQN2IUqEedBCz1w8GPo07W6jitV67eC9wGNGoY6zL6yn%2BbNgOcL%2F5eaquBVdaGu7oa9nzydOH04JXE%2BEitJMYAEF65cY3T%2Ba5bnbU7btbw5koDmcLZ56bT47HpfCZdC%2B9nIarVNKo1hRBaZU7%2B4DCWbdVv%2F3Darg%2BXeritnu1kG%2FZ8cm0%2Bm3JTL37jkun5L0ABdV9Vp2GsALA20LJ6Q8OeT273xl6biJ99vhLXbMFsn8%2BK3P7xNXXbH1wJbEdDG8nc9JVE7tTBoxRcua8SosSkJUoV6POGDgC7UDezQugWMx2ARjo25wdNT7KCDRoYc4fV299keuJC3ChdLZ6QhA0hhKgmBVRJXB0C1OjpOdvns2yfzypY%2BFEPv0v%2BIBb1uup6bY3ywLO8Qh7P03Fa2wYcHJ%2BDz%2B9Dz2tZVmzbdvD5A57t6Dgwpk6Aeq4nyRpCVAUPVanIb%2Ft8tu3z1dw1VOiXz2bdfCadR73%2FSv1Z4gA2Pr%2FfcvwVe7Da8gqu5RV0VcGxPct28PnrNN1blBXLssDn9%2BPz%2B5l7%2F5SWZ3uel8%2Bk3XwuJ5WOhCixmruoVas%2Bb%2Bjwfqu7E7VhucN0PKJi%2FQ7QyY212YmZDlojqbAh3koP8KTpIIS4QTquZ9PF6jtCCCGqw2nUIYGHNYz1KVSFjd82PWndAhvvXuZfti4MbEPfz%2FYngHFqoMJG8tLJi8DFaOeuD1kd23UN2wOsQFVGrdQWmAu1EfhnwGYNY10GLgATpicthFi0RqAB%2BEcnGB2J7PnUv3Jnrs4AL5oOTNSMucoN6yhtwqUP%2BDwwhXouX1EyqYQLDIeaWsO%2BWz6sa9gu1JodBA6YXgPNnOLcIxrGmgVeBc6YnrQQtUIqbFSRPm9oqs8b2gl81XQsoiINA18GHuMGqrX0eUODpgPXaJ2GMWKmJ1mpvIF9g4aG7jE9dyEWQEfChlTXEEKI6pJF9afWsalvAXZ9OBoJhCIlr0ddZoKoTSpH14CFzGzWzaRqqlUHqqJIDlU5ptTqgYjlC%2Fjqw9GaeA7n%2BP1WfTjqeJavDvWe1nFgzEVdo2qiWowQNcJGVdlow7Jb6sPRUF19qCYrcAntdN73hiysYH04agdCkUqtJOOh1iunYSwHCHm2P1Afjjq%2BQH1N3FsFQhE7EAzbQAh1b1VqHur1zJueuxC1QipsVKE%2Bb2jvfqt7EHV6Q4j5erzPG5oC2G91Pw784Tz%2BnyOmg9bF6u3v0TGOwaSDajGMnsSaN%2BoxPWkhFkASNoQQQtyoo6iHgzo29hssxwnW7Xr4c4V0Mg78d9OT1%2BhB4F3AGl0D5o7%2FwwuZVOKy6YlrdgU4jlrn1hKP9V7gXmvTvd%2Bvg%2FFQQ0s8NTNR1UkFoeZVQWvzfctR%2FdU%2FqGnYYeAZ4Krp%2BQshloSFSmBsAP7GibaecXY9%2FHu58YsXgB%2BZDk5UvRdRnytdlPbQswN8wg4ER%2Bp2Pfz7hcSEC8RNT34BZoEhoInSP29aDXzCWb7edZav%2F77vwsvTwKTpBSi1wK2%2FGsXnDwCfQM9B%2FAzqXrnWqsMJYUxNZJ%2FVoj5v6ACwixuolCBq2sHiewaAPm%2Foy8wvGSNmOnCNdGxuyg3Q4pnYIN5h9fZ3mp64EDeoU8MYkrAhhBBVxJ2dThcSE7MntyViAAAgAElEQVSWV8ij5wS7BazEstvCzcudUGNLVT%2B%2FqA9H%2FeHm5UHb8TcCLeg5YJNAPTOoxZ7U2eL8dZwatFEbMs1AGxqrpxgUBNai3su6pFHvZx2ne4UQ%2BtUBa%2FH514Sbl6%2BujzQ0mw5IVLUk6j5BBwf1%2Fl5J6ZNIS8VFfQYnNY4ZQq2ZjvYg5WBFcb4OevZ1515TXd8HQtS8qn7gUev6vKHDqA2ZmqmCIBbssXn%2Btzerpc24Tg1jxExPsgqYek8%2BZHriQtygHRrGiJmepBBCiKUz%2B%2BpTw4nD337VzcxOo07%2BlbpEtAP8ph0I%2FjNn2wNRq7O7qluj%2BFduWeFse%2BAmp3nVe4CPAMs0DPs88BNU8kKtuQgcQk81hiAQBR4AfgN1Wrza3Qz8DvBRjWOeQb2fR0xPXghREmuA3%2FE3rvi%2FnG0P%2FLavfZuu6j2iNh0FXkBPUmsUtRn%2Fm0Cv6YkvUAoYBF7SOOYW1JrdYXrymnwW%2BBzq%2FaIjSSWJek1lb1EITSRho8r1eUNTfd7QTuCrpmMRZeuPisk9v6DPGxrknd83tZSwoaPCxqDpSVaBQUPj7jU9cSHmS1o8CSGEWKRrwJiGcSxUlYkgsA3YYHriJdZenKfOzfwZVAnpWqywkUQla6Q1jrka6LLCy5ojbR1R2%2Ber1D711%2BUPBOsibR2rvPrGFaiKIjoSrQpA3k3NzLqTl%2BPkZ6XChhDVLQisdetCXZG2jm2Rto72SFuHrz7SIPscYimNo%2B53S52gPMcB1nqOvyPS1tEcbl4eNb0AN8hF3VPqbOcSAla59dG2SFtHc32kod70IpRCpLW9MdLW0YxlrUVVL9PFxGsqRE3TUWJTlIE%2Bb2jvfqt7EHjCdCyirEwDj7%2FNnz%2BGqhzQeJ0%2Fj5megEb3aRgjZnqSlc4b2Ddo9fabGHqH1dvf6Q3si5leAyHmQVo8CSGEWIwXUG0Ouih9a4dIcYzfRp2er%2BYTXu9D9aTu1DjmKeAytdlC4nzx97s1jvkBAKdrz98BYd%2Bhrx9DT0sWbQKRpib7pvs%2FgGrRq6OiG6j37yxjp0eTF4%2BfMb0GQoiSawc%2B5m9evZ3m1RuBHwHf9p07NAtkTAcnqsYLqMPOupJag8DHnGD0NDfd%2F43c5KUJ4GXTi3AD0qj7dJ37jR1Ah79t%2FRht61%2FxnTv0GqqCWlXxOvfc7ASjQdQeTUjj0LOo17Sq7lWFKGeSeVpD%2BryhA6gfmqdNxyK0GebtN80e6%2FOGpq73h8U%2Fe%2Fxt%2FrwmKmxYvf2dmoaqifXU4KChcfeanrgQ89SpYYyY6UkKIYQomRHUw1CdJw47bF9gTaS9a0NkWcdK0wuwlMKNyzoi7V17CvUN61EVCeo0Dn8F9Vq6ptdBNy89nXDHzl1xZ%2BNTqGobOtdgB7CnrnlNMLKyS%2BfrXTK%2BQL0dae9qJty2ErgNldClSxz1PpYToELUliiq%2BtZu4H1euHVDpL2rLhhplP0OsWjWxPmcO3Yui%2BddBC5pHDoC3GvVhXZE2rvqIq3tFXHgupDLuu7Yucnc1Mg06r5KZwWztcC9brh5bTVdAyJta3yR9q46x%2FHdCdxL6RPl57jARSuXHXXHzmWt6cuSsCGEJlVx8RLzV9xg76S6TyaJ163r84Y6gd%2FilxN1DhaTeN5Wnzf0ZX75%2FTIMPGx6chrpOI2ON7BPEjaWxpOGxt1reuJCzJO0eBJCCLEYOnt6g0pguN0KRu6wu%2B6%2B111x03bTC7CU7MbVt9tdd%2F%2Bm07zqHmAdek%2FOnQAOUYMVNhKjZ8eSp546aU2PXkC1RtF5KvsR4DftrjubnY136Xy9S8ZfV%2B%2B3u%2B5eZ6%2FduR34NNCjcfhR1Pt41PQ6CCG0WonaxPwU8O%2Bc5evvsbvuDtmRtorY4BblLX72%2BdnkqadSFNwXgRc1Dr0c%2BC1fuPnX7K67Q17rxopI7Ewn47nkqaeGnZHjc%2FdVOpMo7wB%2By7%2B8a4%2FddXfIiS6rimuA1749aHfdHaIu%2BChqb0fXeyEHHMplk8eSp55KJS4c05l8I0RNk4SNGtTnDU31eUM7ga%2BajkWU3n6ru6mYdNEJ%2FA6vJ248dgNfZu7vTgOf7fOGOvu8IVOb4iZI%2B4DKMmho3HVWb%2F9DpicvxDxIiychhBALN3Z6uHD5xBk8L43eTe4G4P1WIHJPZPXWrZG2NatNL8VihJvblkVWb92Vjy7bDmxFVdfQ5TJwxh07N1G4fGLGdfO6qqWUo6uodjtJjWM2A23ARz2s3sjqrYFI%2B00VsSHzViKrtwacls5m4EHgHiAA%2BDWGMIaqVjlmei2EEEaEUNfUu4FP0dB%2Ba2T11rZgpLFir6uirJwr%2FtLFQn2OdgC9BBv2RFZvDURaV1VKEkIC9Zmsc818qDXbBfS60ZUbIqu3BuojDRW59xldvs4fWb01YNUF7wd6UfeNAdR7Q4c8cBI4a3othKg1FXnREkujzxvaC3zWdByi5HbCPyXqPI5K3Hj4RtqZ9HlDg6iKGp3zqcpRhXo0jBEzPclqUaxUYioB5kYSoYTQTmOLp5jpuQohhCiNxPmXX0mcPXTU8gop9JY7bgE%2B5Qs1PmSvv%2F0Ot3ntBtNrsRhWsHW1vf72%2B%2FzNq%2B9GnQxcoXH4c8BRrr5yJXH20EQ%2Bk9ZVLaUcXURVjdF5EnQFsBr4X4F%2Fba%2B%2FPWivuTVoeiEWwh8IWsX4lwOPAh8Bguht7XMB1Rbzgun1EEIYEUVdUx8E%2Fq2zfP277fW3r3aCDfWmAxNV4TiqIpkuNupzdBPweSfa%2BiF7%2Fe1Bq2GVzkTIxZhGfSbrXDMfas3eA3zev7zrFnv97UFfsDITNvLLuurs9bcH7frwJ4DPo6qu6LxPzAHPAcdMr4UQtaYiL1pi6RQ333fxy%2B0yRPX4heoQxcSNG66O0ecNPdnnDU2ZnowhnRrGGDQ9ySpjqgLMfVZvf4%2FpyQvxNnS1eBo0PVEhhBAl9wzwrIFxVwAfs8KtH4ys27k7unxtRVXaCDW2NkfW7dztNq9%2BN%2FArqAfyup0AngZSptejDJxBrcWEgbFXAO3Ao9j%2BT0XW7awPr94SML0g8xVdu6O%2BftXWBlSixiOoE6BRjSHEgXPu9NiFwvBLI9bshM4qKUKI8hNEXYfeDzzqtqy%2FLbJu5%2Fr6cLRirqui%2FLgXjhz2zh85jEpS1llZLoC6R7gNeLTQsPzuyLqd9RVQaSOOaiGjs8LGnAbUmj2Augasj6zbWV8fiVbEHmh0Rac%2Fsm5nvR1sfAB1b7WlOB%2Bdr%2Fkk%2Bdx4Yfilk%2FboKamwIYRm5X6BFxr0eUOH91vdnagN4x2m4xFLrsl0AJXM6u1vQvWSLrWY6blWmQPAFwyN%2FTh6ezYLcSOkxZMQQoil8gKqDPkHNI%2B7HPhVX7iplXDTa96l48eBS6YXY77s%2BoZGe82tt9qwB7WpZMKrqNdPEjbUz2HXgEkDY7cVf%2F80Pt%2BkvebWv8onp1z0bggtmL1me71n2RHg06iNpUbNISSBYSs%2BdjFx4egV0%2BshhDAuWPzVA9zlb%2Bs8B3hO%2FPI1KuS6KspP8uLxYz5%2FIBRauyONOvysKwGoDpXYWQc0O9Fl9USXHSoMv5hGtawoV0ngZWC9gbGjxV%2FvA27zt60%2FAlx1Zi7nTC%2FKfHgN7X57xaY64L1AN7AZ9bOWTtMFNz%2BZuHD0VdPrIUQtqojsMlF6xaoLO4Gvmo5FLLke0wFUOC2n0ZGEjSVVbItyxNDwUmVDlLMeDWPETE9SCCGEFj9BJf3rbo0ypwv4jNu0qjeycc97I21rOk0vyNsJNbasjGzc8xm3beNe4DPAnQbCGAFOeZdOvFo48%2Byp3GxSNrAmhxOFM8%2BO5xOTR1GVNnS2RpmzBtgIfNFfF3o0snFPa2T11gbTS3M9kc7dqyIb96zBsn4X%2BFIx%2FnYDoVwAvo3qsy6EMGsWdQ0thxL6dahNzo8DX%2FSWb31%2FZOOeu%2BrqQ1JpQyyUC%2FwI9R7XLYT6nH0v8EWvZd37Ixv3rIm0todNL8pbyWfihcKZZ1OF0VOXUetlokpDK2rNfgP4ordi6%2FbIxj1r%2FIGgY3p93kp0RWcosnFPqxdd8RHgi6hWiWvQ214OoIC6r%2FqB6TURolZJhQ3xC%2Fq8ob37re5B4AnTsYgl02k6gArXo2MQaR9QEgeAPzQ09pfRl%2BwjxI3o1DDGoOlJCiGE0OIYEAGyqMMgunvFrwBW%2BMLNEG4eLaQTM5Rx0qDtDzXbKzf32OqzuMdQGJPAmBcfHUlcu3jZ9JqUg8T45TSQrt%2FynmEizS2oxAmdbT1AbSw0Ag96%2Frrz9srNT7pTo2lgxvT6vBWvbUOzEwj5Pfh1wI%2F%2ByhpzxlGVYiqmwo4QVSwLnEJ9Nt9iOJa5%2FY49AL5la18AGuzRE0eQShtiYTzUfW8Tqt2GToHir1uAZifamiHaeqGQnEyhqlmUlXQiXgCykRXrJ1m5%2BRTqZ4QNmsOIFH%2FdA8R9y9Y%2BD%2BCMHB9FJd%2BUFS%2FYErBXbo4Ct6MSczag2ruY8AIqAU8IYYAkbIhf0ucNHdhvdR9GbbiY%2BsFbLB0d7TyqWaeGMaR9QGkcQLUnMXEd22H19u%2F1BvYdML0IQsyRFk9CCCGWUuG1n6U821ewN979bdRD0YcMhXIL0Fpo27A7tKXnOPBj4IR15UQ6OTFm7KGsPxC0%2FRvuXIbajP%2Bk1X7LSuB%2B9Jc2fqNngOcBaR%2Fxy36G2my8E9V2RzcHVT68DfjPdqjpfGhLz1%2FbM2PjiUsnXjO9OADR9bd%2F0K2PNDlNqz%2BNeh83AJaBUOLAsDs1esweO3WskInLxoIQhrmZ1KQ9fOhPvEB0hb1u12uoKli%2FYjquokeAlLXuXQ2hLT2J9Omf%2FUUhny%2FnlhKi%2FORRlQdWAp9DJSEENcfQgKq48GvAHazY9FRoS89J%2B8rJQ4mJK6OmF%2BgtXAS%2BBnwQ2I5K8NRdMWIlsAx4DEhYnXf8ZWhLTzJ9%2BmffLeTzBdMLFF2%2Bbq3bun6j1bK2G9gNbAFWof%2B9BXANz8t5p5%2F6sUXB%2BNoIUaskYUO8pT5v6PB%2Bq7sTlbSxw3Q8YnH2W907%2B7yhw6bjqFA6qiTETE%2ByGnkD%2B6as3v4nUSWnTfiy1dv%2FpDewb8r0WghRJC2ehBBCLJn42HDOF6i3QnAGaDYYyjJgmS%2Fc5BBuiqLaI5z2xs9lMXiKznYcy9e6NgS0oE74NQFrDa4TqEoEr1CGJzLLwEVgAnOnCi1UonkEuN%2Bqq3%2FF17r2YM7zyuahudvYvt4XaV4J3If%2BKiRvlAWueZnEtfhY7JrpdRFCAG4%2BEx%2BLvRhpbV%2BBqrJhIpnrem4G8DevfgmI269Z5RSbqAwe8BqqBWAOlWSp21yljZuAdXakZcqOtOS88XPl2hYsjrrn3I65NZtrG3M74PqbVx8CZqzT5XF98vzhqK917VpgF68ndetOapmTAnLxsdh50%2BsiRC2ThA1xXX3e0BSwc7%2FVfQBzG55iaXQCkrCxMDoSlgZNT7KKPY6561cjqsqHqdOmQrxZj45BpMWTEELUlDzwN8Bq4F%2BgThyaqiDRidokWgeMux07fxre%2FsAlVM%2Fxcffsz1PpZLykm9%2Fhre8N4%2Fht4OO%2BTfcGgb2oB6%2FrMPv85SJwtXD%2ByEskx17KJKYkYeNN7EtHJgtjr8wU1r7re75w02uok%2BERE6EUx90G%2FCdfw4or4e0PHEUlIj3DtbMjyZFTWk7SRtbeutNrXNWOKv%2B%2ByhduuQX1%2FW2ySgyo9%2FMTqM0zIUQZSScmJ%2BpP%2FuAfCC170V6360XgLlT7pDrMbUTOeRBwA1veNxne%2FsAs8F8KuVlv9pWD8pko3lY%2Bl%2FEire0JfPUj9qZ7%2FgRVBeFRQ%2BHUoe4pPwjc7XbsvCu8%2FYFR4DvAmHvu6RPpxIzx1j%2FZ6SuzdSd%2FMGo1rHrJWr3tb1EVJG4zFE4IlXTzKJCv3%2Fr%2BjeHtD2SA%2F6%2BQTWVmX%2F3pCR1BhFtWNLB6Vxeq%2Fd49XvvNnbZKKGtB3fuZSGqZ89%2BQhG4hjJOEDfGO%2Bryhvfut7kHUD8SiPO1CbQxfL7lgJ%2FCk6SArjdXb36NpKKnAUCLewL6Y1dv%2FVcwlbXzU6u1%2FyBvYJ99%2FohzoqLAxbXqSQgghtPKAy6gHjHnMPmic20gOAllfqHGkGE8ImC7YpQ%2FNji7zWf6AjaqkEUad6CsHaWCabHw6MT4in9VvITUzkQNy4Vs%2FNIZ6z5gql2%2BhntVFgS1WXf0yp64e1Gt40psemdQViBtsbPA3Ll%2BBaju0AbVBZXrDFVQVlPOoiihCiDKSz6RzwJXo8s40KgGtA3U9LYc9iBUATkPbJtRpcp%2BXTpRNFSNR3hLjI%2FlgpDFjw1nU%2Fa8pdvHXcmC5L9SYQrVTex7IeI7P5L34P8mmUwUgHVl187SlflbYZDCcuTVZC%2BA0tG1H3Us0MquvrZrtC%2FisxuWNqPup7cAaVPuocjCMqooihDCoHG6WRAXo84YO7Le6D6MqATSajkf8gq8WW9j0cP0WNp2mg6xQutoHSPWT0nocs1WCDli9%2FTu9gX0x0wshap6Oa5pcz4QQoobkM2kv1NgyY%2FtDF%2Byb7%2B9D%2Fdyxz3BY9cVfH0WVYP41IOPbfP%2FPwrsfSgEHi%2F%2F9eXLpQvLo9xI3OkB0w7uChabVflSv6SiwBwg7weivospVN1Me5eAzxV8DqAR%2BqUjwzr6Oev90ozYa21EbI6a0AHcAtwK%2FTvvNI%2BHdD10GjgDnUK%2FphBUbGk5MXEktZIDIyg1N3qpb21Fl1rcUf1%2Fjb%2B5YjXr%2B04DqPW%2F6GeI14Dvu1JVj3oXnnyu4OVNJNUKIdzA7PRqvO%2Frtk3Zjx6i9dud3UJ%2FJH0clTbQYDu8jqCSSdn8gdDW8%2B6HfKqQmXam0Id5JJp1MWUe%2F%2Ffd2feNme9M9D6A%2BI28yHNYmVFLlTUDe2dgTC%2B9%2BKAf8Neoe8Hly6Xzy6PdOG1mz8eGj%2FuTYOae1K2et2rKJ19u%2FmXQ7KunmL3z14Vx490Mx4CrwD8AkcNoaH55KDL80spAv7vP77cD2D9%2BESnLdiWqL2MO6OxodVV0jUFwDv%2BF1AHgaSBVOfP%2BHBTd3wz8TCSGWlukftkQFKSYFdHL9pACxtI4wv3V%2BHFQLm7dJ2ug0PZkKJQkbVaAMqmw0Ak9avf093sA%2BqaYijLB6%2B5tQ5dhLTa5nQghRY1LTE4VQQ1POhlFU8oJpc5vrDcXfA0DeCkbOOKrUbxTIArabWdgjEbcubPtCDXPtXyKoDagIrz%2BELRceUEBVwBpFnSYUb28a9T7JoBJ7TJurEhMCWix%2FwO%2F4A3XAFVSlxhCQLNj%2BhSeVWHWOE2oIoL5nlqMSVTagTuyGF%2Fx1l14emKSQn05NTywoOUUIoUc%2Bky4AmUj7TROoCkFXUddV13RsqGtdAVjjWbbfCTXYuDmTFRNEhSjk8wVgOtyyPI6q0hI0HROv33eGAKxgxHbU%2FUsL6nsvUMgs4h5hkXKZ2TSQjqy9NW6puMqhqs1ca7ewZ9l55%2FV7%2BuZifIFCvH4RyRQ2xfuq%2BuLXXIbam2lAVdUoJykgkUnOJHKZWUnYEMIwSdgQN6TPG5oCdu63ug9g9sR6LXiszxsa3G91v56JqT7cO1GJBI2o6hqxuf%2FhbZI27jM9mQqlJWFDNvG1eBx4CHMVgnYAX0b1MRfCBF0JaHI9E0KIGpROxlO%2BQ1%2F%2Fbl20ZZN90%2F09qE3fcmkHMrfh%2FFFUAsOvFf895wsE3eidj1xEPUCezym6FiDib%2B1o89SDXR%2Bvt7CwKI92EW80BPygEHvxh9lrZ8%2Fn81nZkHoHmVd%2FkrQtm8C2Bx63gpEQ8DXKK2lhOSqRYgtq49MFCvbGewrROx%2FxgJeYfw%2FyZcDNduduC5Xo5EMliMz9KocqMaASNS4DJ4D%2FG7XpK4SoAImRV7N19aEc8GfA%2F6jr2P5xe%2BVN9wN3oedAwfXYqJYENwGDTqTlbPTOR76UnxqJz77605jpdRNlbxj4PKoa1x%2Bg7v%2FKIXkDVGUwgH9f%2FD3nBOqJ3vmIi7o%2FeOkt%2Fp%2BDwNe9i0enE5dOlKp13pPAi8BjQK%2FpRXoDH6pVSgeqmpkH5J22DV70zkcKwEUgdgNf767w7odt7%2FX7qDf%2BjFAu91Wg3gt51PPyGCpxQ7tIa7vP2nhvGJXI8m5gJapNTIBfTII%2Fhaq09iww7r76w9OpqfG0qcUTolQkYUMsSJ83tHe%2F1T0IPGE6lirWAwz2eUNzp5UH3%2FwX9lvdTW%2F%2Bb9dL2thvdTcVE27E%2FOmoJHPQ9CRrQbHKxpeBLxkM4zNWb3%2FMG9j3uOn1EDWpR9M4g6YnKoQQQr%2BC63pANtKyIos6zZc1HdMbzD0cnUum%2BKeHfx6Wa%2FkDiWK883lQ2QREPHVaLjSPv2%2BSZ%2BFlPY%2BU57m5Yi9x8Q7ymbQHEN79UNLxvAKWVUA9vC%2BXh%2Bxzp2R%2FsUe9zz8XYAPzf9bXiPnWBPPhoTYVsnjebMHzyqHyiRBinrLplIe6N0hH19%2BexPNmsay5k%2FYW5q6vDqolQSOWFbX8Ab%2Ft%2BH2241jF%2BxohrqeA5yUti1kPy6U8qkbMmbtP%2BKf7VA8Lyx8AdQ%2F8VgfZgnie7dnOPL78AnleBs%2BLY1lZzH%2Fvv9WazSWuqnBtB0utR4IbO%2FzX7L35Hq08qaRfz0uhkje0X%2FNsx7FCze2W5Q%2F4UD%2BnhVBJ0lFeb3E5J4L6WS0A%2BC3LdmzHsQuuW07fe0IsmiRsiAXr84YO7Le6D6M2Z0ydWq9mPe%2F0F66XgHGdpI2dyEbavFm9%2FT2ahoqZnmut8Ab2PW719j%2BE2ZZOXyombRwwvR6i5uiqsBEzPVEhhBBGnQUeBe4B%2Fhj1cG2Z6aDehsPr7SM3mw5mCcWAw%2B6Fo3%2BbGD78P00HU4mSLz75HEDjnb%2F%2Bp56%2FLgz8b6Zjmqd3mQ6gBMaAXjd%2BLZU88l05hCJEBYufO%2FRXwF8Fb7rnXn%2Fb%2Bg3AbwPbDIbkQ90HrAF%2B5LSsfiHS%2FRu%2FF9p012jq9NOvmF4vUZ6SE2MZIBZdvjZvbe75InA38DnTcc1DmLeowu1dPvly%2FOzzsVIOnLhw9ApwJbrhjq9Yq25%2BDvjnwC7TCzIPa4u%2Fqs3vAyfzx75zOjU9kYD%2FoXXwUFNrU6T7Nx5CVdP4PCp57u0q2v3C%2B9bZ9qEfR2Cm4d3%2F%2FDFgeuZnfyH3h6IqGOtfJapDsfpDJ3DEdCxVaFFtTIrJHD28%2Ftro2qyrFrK5WZ0eMx0A8ITV27%2FXdBCi5uhq8RQzPVEhhBDmeJ6Hl531rFw2i2qTNXdiS06q6jFXiWAWmEadaBaLkM%2BlE152No6qwiKVHfTygGk8L%2B5lZ%2FPkMnnTAQkhloYvn8l62dlZyytMAuOo66vpewUbdcq7xbP9jYFQJOgL1PtNr5UoX16h4HrZ2VnyuVnU6f9yqjBXljw3l%2FGysymr4M6i7lelQoJeaSDh5TKzXnY24xUKWq%2B7lm1bgVAkaDuBEOoAeAR17b3Rait1qAoczUBLfThqB0KRcqnYIsSCSYUNsWjFxICd%2B63uA8BnTMdTTfZb3T193tDgQv%2F%2FN1XaaFro16lRuhI2Di%2F%2BS4j58gb2DVq9%2FX8EfMFwKE9Yvf1IpQ2hg9Xb34Se%2FsCSvCmEEDUuOTnmAtOR5euG7M33fRZ4ANiHKl9bLr29q9k0KiH8W8D%2FgyRsLFryxSf%2Fk%2B3z%2BSJ7PnU36n3cbTqmGpIBHvPSyUT8hb87ZjoYIcTSiZ957hngmfC29x1ymldFga8AG1FtnUwcMHWKY98D3ONvW%2Fdz2tb9mXfp%2BDHgkOn1EuUpce3iCPC1SPums3ZXtwvchnoPietIDL%2F0NPB08KZ7HX9b5yngg0C76bhqyDeAV7zXfvp3ifGR87oHr6sPBQK7P%2FYIsAr4j4v4Uu8u%2Fr4GyNXtevh9Vi6bR%2F0sJETFkgobYsn0eUN7gc%2BajqPK9Cz2C7yh0oYkbNwYXQkbUrJLM29g32OUx8byE1ZvfzlU%2FBDVT65nQggh9HJzhXxyKu1mUlPAReThWal5qF7USeCil8tM5JNTLrm06dPK1cIDhoELqCSYjOmAasCUhTeVT05N5tPTcv0QokpZmUQ2n5xKe657DngV9TlWDsmGIaDD9QVWhxpb2wOhSMR0QKJ8WW52Np%2BcGilkZseAScrjPVzuJoERII5aL7lnLa0UMFlIJ6%2Fmk1NjXsHVXjUu1Nga9gcbIkAHsGKJvmwAVWljOdCme05CLDWpsCGWVJ83dGC%2F1R0DnkSVNRKL8xDw%2BGK%2FSDFpQzaG56l4Gn2HpuGkwoYZe1GVZ0xfp%2F7Q6u3f6Q3s22t6QURV69E0jlzPhBBCAJAYv5wAXom0b0rR1T0KPIzqVS1KwwUSwAvAl7xrsfHUmWfjpoOqFoV83i32yF4GbEZVi7nJdFxV7lte3k2mXvrmN0wHIoQoncRrz1wACO381Ud9kWYH%2BFvUtXYHN14ifyntAnb5Vmx8gRUbn7JiL3wL%2BLHp9RLlKT42fAw4Flm99QHW3x5HVdrYbjquMvct4HuojfvdwM2ojXdRGoeBU9b5Q0%2BkxoZfNBGAb%2FuH34U6UPy7S%2FhlNxZ%2F%2F5eon4X%2BnYm5CbFUpMKGWHLFFh47KY8T7JVux36rWypj6KfrNDrewD45kW6AN7DvMCppoxx8xurtP1xMFBJLxOrtb7J6%2B79s9fZr%2B34uYz2axpHrmRBCiF%2BUT6fdqdGr7mx8GDiJ6lMvlo4HzJX%2FfYns7Gl3ajRBOi4nO5eYOzWad2fGZoGXgOOoh8KzpuOqQmPASG76yivuzJVXTQcjhNDDTlx13anRvDs1etidGn3ewrsMXDEdFxAF1lj10a7Iso4tkWUdLZFlHb66%2BpDJZBJRrvKz4%2B7U6MlCOnkRVUEiazqkcuWkJl13ajRv5bKnUfdW46h7K6m0sbTiwIibmjnjTo2e9NysyYTuNahWKKXQ4VlWR2RZR324ZUXA4ByFWBSpsCFKos8biu23unuALwOfMR1PhetBVSwR%2BvRoGueg6YnWMm9g35NWb%2F8fAepJmpYAACAASURBVF8wHQvq9EjM6u3f6w3sk%2B%2F3RbJ6%2Bx9HVRVqBL5g9fb%2Fjjew73HTcRl0n6ZxBk1PVAghRHlJXL0wBoyFO7ZN03nbWeATwIdMx1VFCqiH28eBf5OfuTqVemUwZjqoapQ89o%2BJ%2BnA05ex6%2BN8AXcAG1EZel%2BnYqsxBIJl75cd%2FkM%2FlZKNLiBqReO2ZVPEf%2Fy1A492f%2FgqWFQI%2BZTi0zcBme%2BXmdazcfBfwV8BzdacOJgHtLQVEeUtcOfc88Hykc%2FcUHbcEUVUjVpqOqxwlLhxNA4Rv%2BcCfOk0rfcB%2FR91bbQP8puOrIqeBl62RkwcSI6%2Ba3of4GKqFSWm%2Bts8%2Fbd98%2F5fc1EwOuGR4rkIsiFTYECXT5w1N9XlDe4HfMh1LhesxHUAN6jEdgNDDG9j3GPBV03EUNQJ%2FX6wKIdU2FsDq7d9r9fbHgC%2Fxi%2B1uHqvVNZUKI0IIIcqBnU1M567GzuVT08eA54BrpmOqAjlUZY2fkJ19Pnc1NmXHryRNB1XN3Hzey12N5XKTl6aAnwCHUBXGZN0X7zL8%2F%2B3da3Be930f%2BO8BeL%2BI1NWWJVuUHMn3iEriOIydCl7H02yyrdRFsm2325qd7u67jpVXHHRnx3RnZznYnVkz3UmTZncmzLbTTtuwopsmm2zSGvSliOUbJcsWHckSKEqmxDuIC0FcnrMv%2Fg9CWqZkkRTOeQB8PjPPQALA5%2FmdB%2Bd5cHD%2B3%2FP75YW5sy99Y%2B7U2BOduu60XRDQnvlTx742f%2FrFJ1KOGZ5M%2BZ0332JJtyS5N8mHk3w8m25925a337dWpw1ex1iSL6cEal9IMn1D97aCVeMn5udOjc1Vc7NPpBxbnYrurW%2BFC0lemJ869%2FTcqbEnMjd1qq1Ctt5xz9otb79vbZK7kty5hA%2FV132Mt7W1rXCjdNhgyQ3Vo%2Fv3VbuOpHSJ2Haj97fKjKfMGKNZTV2N7mfbA%2BqDe3Z3F7UfbLuWrk8nebQaHH5Mt403pxoc3p1kb5J7Xudb9q7i8UMDDT6W9zQArmri5LHjSY5v2fFTU9m07btJ%2FkGSj7Vd1zJWp4QEXkryjxcuTkxe%2FN4Xx9ouaqWbu3SxTjK1%2Bebbx3LzXf84ZUb9e5LcnGRz2%2FUtc99IcqZ%2B8ev%2F98zkBaOTYJWb%2Bosv%2Fc6a9RvWrbntXeNJbkvyP6WsY2xpqaT7urd7k5ztu%2FuD%2FyjJ5Nrv%2FslEkoW2ny96zpdSwkZ%2FK8lHknwiyaa2i%2BpFi502Nj301%2F%2FpmrXr%2BlPOzd7S%2FSgQdf1eSvJE3%2Bmxg5PHv%2F0f2iyk2vGzm6p1G6uUwNtS6u8%2Bxrkk32xzm%2BF6CWzQiKF6dGRftWtnSmijVxZFe92TSXYP1aMWwBpUDQ4PNPhwq3UBuRcNpIxz6JX3p3tSum0cTrK7PrhnrO2Cek23Y8ajeeOgRpI8WR%2Fcs7%2Ftels00NQDreJQDABvUjV95mR94ugzC9vu%2FNKaTdsuJNmZ5NYk6%2BKk7Js1keRSkj%2Bo5mZPd04%2Ff7qambzUdlGrycLsTN134uiluXWbX1536zsfT2mZvznJhrS3mLhcHU8yOXfq2BfXzF98ZWFubqbtgoAe0VlYqE8cfWa%2Bf%2B22tXe8%2B%2FGU44WBlHEJG1uqamvKVdyfSPKuvm13f2HLO957dubM2Ln5SzOCGyRJqukz8%2FWJo0nydJLJhZvvvnXNhi2TSXakvX23p%2FWdfn6uvrBpvrrjJ%2F4o%2FWs2p7zW1uSNz%2Ffxoy4keXl%2B8tzX%2Byde%2FY%2BZOT%2FWdkEpAZz%2BBh6nStlvjNRj2RLYoDFD9ejYvmrXQJL9ST7Vdj097veSPDZUj1r8at5Ag4%2Fl59sj6oN7znfDOiPpndBGUrq9vFANDv9eSpeIsbYLals1OLwjyWNJdufNdW16rO2aWzbQ0OOMt72hAPS%2BiZPHXkzy4qb7f34um7Y9kfJ7elPKuYkmTuStBGdSQhv%2FZG7u4sz09594qe2CVpuZqYlOkotbbr%2F7udz6zn%2BSsnD3gSS3R2DjWh1N8nLfqWd%2Bf%2BLsybG2iwF6x%2Fzc3EKSr27cun197nj3yZSORj%2BZctzQ1qL3zd3b300yXd31gXNV8hfrJl%2B5EJ026Jo4eWwuZYzPl5N8edP7%2F4tbs2HLmZRuMQIbVzF5%2FOmZJNn6s7%2F2f1X9a%2FpSzs1uiMDGtTqd5Kt9F078fxPPf%2F1ftV1M1ztSgnZLrUoJh7Q5PgtuiMAGjeoGEHZ3R6R8ru16etjOlNSt7hrNe7TBx%2FLz7SE9HNpISsjtU93gxv764J5Vte9c0U1jd65tZNHn64N7Rtquvy3d%2FbmpUWSrap8E4Mb0j798onNpcrq%2B7b5D%2FZtu%2BlaSX0lZ7L4p5cpVftTxlMWg387C%2FEzn5adf6ZufdUKyRZ1Lk528eGQmyXeT%2FFa95fYP9d9y18eSvL174%2FV9I8nxuZPf%2F9P%2BmYmXF2YvupgBuKr52Uvz%2FS8eeSXrNi30vf2B30o5X%2FpfpgTkbmuprM0p3cEeSXKq%2F7b7f3frux4cn%2F7Bd15cmJ%2FvtP2c0Vv6zo79eWfy9Fj9tgeq%2FvWb3pbkr8SIlKuqX%2F7Opbp%2FTZXkX1d9%2FRuquz90c0rIZWfbtfW4s0memp86d7TvzLE%2FzsVz32%2B7IODaCWzQiqF6dH83tHEozS0mLScPJhnZV%2B3aPVSPHmq7mNWie%2BV%2Bry3U06ArQhuHcm3BgKYsBjcOJzlQH9xzoO2CllI1OPxoSlDj0Vzf74rV3l2jyQAaALxpEyePnUhyYvP7PzGbTTfdlNKdYG3K4ovAxtUdT2nx%2Bzt1Z6Ez%2BeJTulu1bPrC%2BU6SmSTPJHlm813v%2B2RuuWtLkocisPHjfDPJf%2B4%2F9%2BKfTp46%2FnLbxQC9a%2B7SxYUkr2y59c7TefsDx5N8OMn7ktyZdgMbSfLXkixU73jfaJJXq1e%2Fd7zt54veM%2FnK819Nks0%2F%2Bcsbs37T21P2YYGNq5h8%2BbuLY%2F7%2Bzdr1GzdtvPtDD6V0tRHYeGPnkhyups4%2FNfniU59vuxjg%2Bghs0JqhenRkX7VrZ8rCqEXyH7UtyeP7ql2fHapH97ZdzCphcZPUB%2FecTzJQDQ4fSO%2BOb3o4ycPV4PD%2BJAdSwhvLvsPBFZ00BnL9IY1Fv2GEjPc0AHpb3%2BlnT3fOv3yh8473%2F86aDVtuSfLfpXTZ%2BFAENxZ9McnEwtg3%2FkXVWbiYZDr1Qt12UVzF5KlnOs8%2F8c%2Fr7Xc93X%2FLXU8l%2Bakk96Vchb3aR%2F6UfTcZTfLt%2BVef%2B3Lf1Nnn5y%2BO66wBvClzFycW1j7%2FxMWUUUr76y23f6D%2Fjns%2FkTIy4d0tlbUhSSfJP0gyveGdD3W23vfhSxPPf%2B2rbT9f9J6%2BV7%2F79c7pDZuqu3%2Fylmrdhq1J%2FlbKMcItbdfWizqd%2BdnO80%2F8frVm%2FU3Vux6cSXJHkl9KOaZa13Z9LatTQsOnkxycnx4%2F0ffK975QzU6eabuwqziX5o6DLya5dMP3Ai0R2KBVQ%2FXo2L5q10CS%2FendhdG2faYbbNndHSnD0lntV%2BNzhfrgnt3V4HCvj2%2FaluTTST5dDQ4fSxnncqg%2BuGfZdObpdjRZvL1VXU3Gk%2Bxte9va1O1OYtYnAD1t4uSLF5Jk84O%2F%2FCfZsKU%2F5YrD21I6bghsFN9JcnL%2B7LE%2FuDQ9OdV2Mby%2BqfHTLyV5acs9O8%2FllrvOJLk1yV0p595We2BjNslEkq8l%2BffVxMljk688d67tooDl49L0ZJ2yEHc8yfHNdz7wSu649%2FYk69NeYGNt9%2BMnk6Tv7ff%2FcdVZmEoisMGPmHh17Lkk2fzTf2NjfzZsTAkfbIzAxlUtzM3NJ%2FnKpm23bFmTB9cnuT%2FJx1NedwIb5f3wVJLP15cmz07%2B4OhTbRf1OibSzHFwnXK8Odf2BsP1Etigdd0Qwu7uiJReXhht0yO5PCJl2V9F34uqweHdaX5xc2fKAjs9qj64Z383tLEcxjfdk8sjU5LkcMr%2BdSTJSLdzSKu6Y4d2dm8DWbqxM%2Ft7YXtbtrfhx%2BvFEUIALBPVy09d7PSvrZL8dpL11X0%2F%2F0zV378hyf%2BYEtzY2HaNDTqVZCrl%2BPMHnRe%2B9sXMz0zMz11ytdgy0Tl%2F%2FIXMjJ%2Brb3v3q%2F03v%2BNQkl9J8hNJ7s3qa4F%2BPMlTSb6d5Jvzrz73vb4LJ15cmDoz3XZhwPLWmXj12erZLx2ot919pP%2BOe59M8jMpgc%2F1aW%2FN43%2Boq77Zje99uL9%2FbmZq8vtf%2FbdtP0%2F0nr7j33i2U%2FX3V%2Ff9%2FD%2Bq%2BvvXJfm7Kd1aPtF2bb1odmZ6pu%2FZLz2RdVu%2B13fPQy%2BnBLT%2Bq5SOGzvarq9hnZTue1NJ%2FmV9cXKifulb3%2Bmfn5ltu7DXU489caau%2Bqq%2B%2B3%2FhVJIqSzfKqpNkLOUiPliWBDboGUP16P5uaGM5LIy24cFcDm0sm6vnl4NqcHhnSpeXpj3a0uNyDeqDe0a6%2B8iBLK9F6YevrLfbgWMsJcQx1r0dWYpgQ%2Ff52p4SytieyyGNJt7bj9UH9%2Bxt4HF6VnecT%2BOjxqrB4d31wT0HGn7MHSnvpTtT%2FlAfSwkpHTISB2D5mDz90nz3P7%2BRJDf93H97S8rC9t%2FP6gtsTCU5n3J17tHO5Mmj0%2BNnZtouijdvevzM%2BSTnt%2FzERyaSPJPkPSnHwXe3XVsLxpM8m%2BTrSf5j3%2FS5i5OvviB8BNywi5PjZ5Oc3XL3BzvJvVWSdyR5IJe7XrThp1JVC2tvu%2BfP65np1X4RCa9j4uSLZ5Pkpp%2F72%2F8p6V%2Bb5OeSbGm7rl41f2lmPskPttx658kkJ1JGzv1UVmeXjTrlvNf5JH9UL8wuTL76wkTbRb2RiZPHppPkpo%2F9vaksbaeNuvu8TLa9zXC9BDboKUP16Eh3%2FMehtLDYtAxsS%2FL4vmrXZ4fq0b1tF7MSdDtr7E87IaGHq8HhA%2FXBPbvbfh54Y92F34FqcHhvks%2B0Xc91uqd7%2B6HQSbcbx2KYIykHt9fSyWcxnJH0RqBlb9sFtKUaHN6eEix6pKUS9leDw2P1wT0jDW3r3pSRQMnlfXggpdPM56rB4d9Isle3FYDlp%2FPsF0bTt6a%2F7z0f%2F9spwY2%2FnnK88YmUE30rKcAx270dTvJ058Ujf56p0y8leTHJ9Oz0ZM9eMccb65x69kLOHZ9K8ltJtnbe%2BdM712y5eXuS%2Fz5lXModWXmjf6ZSAhovJPmjhbMvn6hefeZ7KcGNyfmZiU7bBQIry%2Fz5F59f88zZUwu33f%2FC2tvv%2BXySX0tZzL05pdtG0%2FqS%2FGrfuvWTGz%2F0V2dSOmf9m%2F6JUwuTY9%2B82PbzRe%2FoPDsylVRVkt%2FMmvXr%2B%2B7%2Fha%2BmdB%2F4m0m2pr1RPz1pZvLcwoZn%2FmwyyTeT%2FM%2FVTXfeVd31gfcl%2BVDKa%2F6uJLe3XecSeCZl%2FMm%2FrOrOzMLR%2F%2FSnSeaTTNb1fN12cdfgT1I6yXxqCe77lczPXeg8e%2FjLVb2w0PaGwvUS2KDnDNWjY%2FuqXQMpi%2BhL8Qa%2BEnymG2zZ3R0pwzXoXv0%2FkOSxND8G5bU%2BVQ0OD6Ts764I73H1wT17q8HhQymL4ispVLYY5ljU1oL%2FjTrcdIeHtnWDCwMpXSba%2Fp25LckXqsHhzyc5UB%2FcsyTdoLrbPJLyGvx8kseufO%2Fsdt3YnxLmGKgGhweENgCWl8kzJ86sWbu22pT8ecoJ659MWdyeT2mlu5J0utv1SpKjuTRxZPLMD8baLoobNz1%2Bdi5ljvb3k2Tzh36pSjleupBkc9v1LZGFlAD4y0m%2BXs1On5k884PjbRcFrFwzkxemkkxtvfen%2B1LCYQ8nmUn5%2FdqGKsnddV%2F%2F1Nptb3tvSueENXOd%2BRu8W1aayTMnFneK5zZs3rp2XekOc3eSv5qVF%2Bi8YfOXZuqUY%2BbSyezO95ytSpBha5L7snSjNtp2IcnFJE%2Blri9OnvnB0bYLuk6vZOlGA85U5bk53fZGwo0Q2KAndUMIu7sjUj7Xdj096pFcHpFyLVfDrxpXjGXY0b0NpLmxDNfinpT9%2FHPdsRVHrridzxKNreD61Af3HEmys9tt47H03v60mu1tu4Cl1A13JeW9bEfK%2B1kvBoceSfJIt3vL4ZT3srHux%2FPd19CNONDd7l9PCW4c6D5WUt4zR5LsTnl9fqb7%2FY%2B2%2FaQAcG3m5%2BbqTdtvnUi5Yv83%2B9bftL7v%2Fl%2F43ZSr5z6ZcmL2oyntkNu4gvZ6XUxyNsnTSb5Ynzj6zMKZ7z%2BTcjJ2evbi1FTbBbI0Oi%2BMPlOvWdOf5O8kWbP2PZ98pF67bn3KsdOaJA%2B1XeN1mEvyhymv0z%2FrTJ4d74yNfitlsfT8wuwlVzkCjZh99Xsn%2B8%2BNna3vfPB%2FWXvr3f9nkn%2BY5ANJ3p92QnIbU%2F4OnUzywbVb3%2FbtrQ898r%2FX547P67TBa81eujjf9%2FQfHk0JeT7dt%2FG2m%2Fve%2FZEHk9ybcrz7riT3t11nL7l09sWTay%2BeHk%2FynST%2FvL7jvT%2Bx9o53353kF1PGIz2Q5XnO9tmUc1sHk7za%2Bd4XvtqZm76Y5HQ69bLtVDb%2F9B%2F%2BZl%2F%2Fuu197%2FvkX0v52%2B3et%2BBuJ1NGoTyWEt6BZU1gg542VI%2Fu74Y2DmV5%2FoJdag%2FmcmhjSa5k7lXdhcu9V%2FlSLwYyrsVip4Mf6nBwxWLkkykHbVc6VB%2Fcs7%2FtwlebbreNAyn7YdudDVa7zyfZ38QojqVSDQ7vT3n%2FutL29GYg41o8nKuP4UnK1U9XC2%2Fsfr1uQ90g3iMp3VT2d38XPJzL7407UgJwO%2BuDe3Z3v%2F5INTi88y0IigDQsOnzZxZSrtg%2FtfmWO%2FpTTsrNpbQXv7X7teV24rLT3YYLSX5Qz828MH3%2BzHK9Uo5rcHFyfKb7ny8kydaP%2FM2Xq9IaeirLdw774rzwC0nG6s7ChenzZ8baLgpYfS5NT84nmd%2F4wEdPJDmTEo6cSnvHCX0pf9OvT7Ija9acqtZs6%2B9MnRVk40d05ufrlLDjTJKJLbe%2F80LK%2Be0NSSa6n%2BcKc5cuzqd03JhKcmrLfT%2Bzpvv%2Fbb%2F2b9RMt%2F6Xk7y0MDMxdnHi%2FLIPeU2fP3Nq%2FaYt8%2Bvf2n250729lDJiEpY1gQ163lA9OtId%2F3Eoy3%2FhailsS%2FL4vmrXrw%2FVo6tp0X5%2FVuf%2B8HrbvJp%2B9j2ju6i8%2B4rgxsM3cn9ck%2FGUzgn7l%2FsooW6o4NNt19GCbbn6a2Yg5Wd7Nbu7Hx97zecfWwzsVIPDI7ncUWNvki%2FkcscNAJapqbMnF9Zv2jKe0pni2ST9Sdatve2%2Be%2FvetfP9KVfR3Zcyx%2FrulJa7a1sseSHJD5JMJ%2FlWkpNJvjB75vip%2BtjXjqaENmYX5ub0SF%2BlZr%2F9H%2F5dd3b94%2F3r1vev%2BeCv7Ehyc5JfTQkkfSRlP7617Vq7nks5yf7vUzrF%2FHHm5%2BYvPfUH308JblzqLCwsp1nqwAo0d%2BwbFzsvPXkxpdvimv4HPv4P12y5%2Ba6U7kZbWihpQ5IPplyc9TNrbnvXV2762V%2F7Z%2FWrf3F64tiTr7T9fNGbps%2BdOLf2m%2F%2FuK0m%2BmuRfrb313u199zx0W8rx7ruTfDjluPddSW5qu95eMPPSUy%2F0v3L0WJKvJ1mz5r6P3tm%2F%2FW2bkvzXKcdSH04JyH4gvTFi8XTKmJAnkxxN8u0kL3W%2B%2F5VX5sZfnUo55lroBlNWigtJ%2FkZKx8ThlPOCH7yO%2B5lM%2BVvr7yc5N3vk8afqTscxKMuewAbLwlA9Orav2jWQsijtSvar%2B1w32PJYd6TMSrcawxqvZ6ztAla77kLxwBWdXwQ3ls7nU7rKHGi7kLfQQNsF9Jg36oSxM%2FnL0UQ%2FotuBY0e674v1wT0j3Y4eOwPAsndpenJxdvVfnrjcctf7t6cEORdPbM6nLB73goVuPTMpwY3zVadzbmZ68kzbhdG%2BS9NTi62bZ9Zv2tK%2FplwRnpQwxEx6r4PM4v48lbI%2Fn63qev7S9ORE24UBLJq%2FNLN4DDCZJJsf%2FJWplPfVto4NqpQ1mA1Jbq77%2Brdm3cY16Vvb3%2FZzRe%2FqdtyY694ubrnrfXXKvjSesm%2F32jFv6%2BZnZxc7880lyeYP%2FOL6lNf%2BVEoAdi6l802v6OTy3wmTKR3LzlTz8%2BcuTU9Ot13cEm7z%2BSRbU34e1xtGqbu38STnZy9OzwsNsxIIbLBsdEMIu7sjUj7Xdj096lMp7fYevdE76mXdBTkuG2u7AIrXBDcey2tG23DdnkzpuHBouXfTeB072i6gl7yJ0SWHr%2FK5L7xm1MreH%2FP9AKwQky9%2F97mUK%2F8PJUlVVVWSrH%2FvwAfX3frOW1OuRNyU5H0pV9W9K%2BVcyF%2B5gYedSjnJ%2BFzKCdajKSdbX0o5UXw4sxfnJr72%2B99JkrqunUDkDV2anlxI%2BbtuLMk3krIvb75jx6a%2B%2B3%2FhjiTvSJld%2F%2FYkb0vpInNbktuTbO5%2BfsN1PvyZJMdzuRX7cyltuI8lOZfkqSTnFr7z%2F16YPn%2B6Y38GlpOpJ%2F%2Fw%2F0iSLT8z%2BJ%2F7NmzenOR%2FSzkeaHqc8saUv%2F3fkeSR6q73%2F9ubPvb3%2Fmln7JsnJl96%2BtW2nyd62%2BTLz1xId%2FxYkj9Ksr%2Bqqmr9ewc2rbv1neuSPJTSaeN9KWN4PppyvLs9pePcB9rehqZNfefPFl9X%2F%2Bvi56qqqm76ub9zT93ftybJx7rPzV0pz91DKX8z3JHSjee263zoTsqxUyflZzaR5Jvd%2F34%2ByatJjtYvf2dmcuybM6vpuKobvj%2FfvX18y63veHvf%2B37xl1KOcX855Tm%2F%2Byr%2FdPFvr6%2BkjMb87SQnZ488%2FuLM5MRC8v%2B0vWnwlhDYYNkZqkf3d0Mbh9L8wfVyMNZ2AQ0Q2PhhI20XwA%2FrBjdGqsHhHSkLx4%2FG%2B9W1OpbyPn%2FgTSzgL3c72i6ghzz5Jr7nar8Dfj3lefx0koHX7DMPR2gDYNVYPOm58YGPztezM3MpV9ZVKSdL16UE%2B%2FpT2hBfr%2BmUk4bnuv89kTI3eTrdK%2FsW5mfnV9MJ2P6F%2Bel6dmY8ZfF%2FSbtC1HW9klpDv9F21lvvuKeuZ2fmU%2Fa3xU4tUykn%2FdemnNe7lMtXb1%2BPsyn78qXubbL7ODMp%2B%2FV8kk7d6az88FFdd7rvG1O5sfeIN%2BN8kul0FuZuoOCFenZmqes8m2Q6C7OXbvieVopOZ6H7fldlifeT%2FoXZC9f7b%2Bu6rrf%2B7H%2BzeJX20u4n85fOLun9vzU1Xqpn%2B%2FtTfk%2BtTfcq%2FBbMphybTCaZT93ppU5KS2duZrxOtS5Lvi%2FO9v6%2B%2BBap67re%2BMBH63p2ppOyX115LDqecmxQp%2Bzvr%2F%2B8d%2Ban2t6WptR1XW%2F%2B8K8u9C30VbncpWQ6pfPGeMpzuHhsdb06KcdVdcrfCIvHVRe79z%2BXpFMvzNcr%2Frjqx6o79ezMTMpx17mU36tXO55d%2FNtrPOU5nUsyX5uCwgpTrfr3BJatfdWuHSmLeUZj%2FLCHhurRFb24WQ0O702ZRUlxc31wz2oYg7NsVYPDi51vdse4lDey2EljZBWENP5SNTjsYOyyz9cH97xul6hqcPhASjeph%2BqDe450u9l8IcnHU0apHElyvj64Z2f3%2B3cm%2BVaS36gP7nms7Y2Dt0JVVXvzo8dBn63rem%2FbtQEAAAAA10aHDZatoXp0bF%2B1ayDJ%2FpTFG5Jj1xrW6D6HO1KuWN6Zy21YR5KMDdWjY21v1FUMtF1ADxkX1uh93Z%2FRgSQHul03FsMbqz1wNp4SvBtJGXey6vZlI55%2BxI%2F7HXYg5Xf%2BYymvob9UH9xzvhocfizJ49Xg8GP1wT37u9%2BXdNvkAwAAAABALxHYYFkbqkfPJ9ndHZHyubbr6QEjr%2FeFfdWunfnhYMbOJPdc5VsXr%2F7%2FTJLfy2sWxHrE9uv4N%2BO5%2BkLg%2BbzxAuGP%2B%2FrV7PwxNb7e16%2Bn88LIdfwbWlQf3DOWEjTbf0V4YyDJI23X1oDxlH12JKusi8YbuJ73s6R0I7lawOXI63z%2BzX79avXtvI6vb8%2F1BZLeMFhRH9wzUg0OH07yqWpweKS7PYcXt6k%2BuOdQNTj8e0kGqsHhpIQ7DnfHFAEAAAAAQE8R2GBFGKpH93dDG4eSbGu7nhYd6o6K2ZGyALwjZSHteq%2Fi79XF1N0pi9xXXXjsgYW5t%2Bzxuwv6O67ypcXQx%2F6Wt5UbcGV4I0m64x0WbythdMrhXB5TMdLdXq7QDSD8evd%2Frxoq64Fgy1vWnaLbUeS1IZXF0MeRN7mtj6a8z%2F5uks8mefQ13Vke694%2BlxJsefRN3CcAAAAAADSuqmtj01k5umGFQ1m9YwbG89YGVj4%2BVI%2BOtL1RsFp1AxxXdsXp1fe2J1NGKS2GM8Z6IGTAClYNDm9P%2BX2%2FGGw6fMWXr%2Fzco6tx1A4rW1VVe1M6oV3ps3Vd7227NgAAAADg2ghssOLsq3Ytdh34VNu1rAA3d8fOAD3iig4FA91PLX7cmaXpMHTlOKHFrjZjizddM2hT9%2FWwOz88luVIkgNCQ6xUAhsAAAAAsHIIbLBi7at2LbZD5%2FqMD9Wj22%2F8boCmvc7YiWtxRFcCgN4ksAEAAAAAK8eatguApTJUj%2B7fV%2B06ktIyfSmuOl%2FpXJkMy5TOAgAAAAAAAL2vr%2B0CYCkN1aMjSUbarmOZsuALAAAAAAAAsEQENlgNHmm7gGVqrO0CAAAAAAAAAFYqgQ1WtH3VrkfbrmEZ02EDAAAAAAAAYIkIbLDSCWxcp%2B44GQAAAAAAAACWgMAGK53AxvU51nYBAAAAAAAAACuZwAYr1r5q184k29quY5kaa7sAAAAAAAAAgJVMYIOVbHfbBSxjI20XAAAAAAAAALCSCWywkg20XcAyNtZ2AQAAAAAAAAArmcAGK9K%2BateOJA%2B2XccyNtZ2AQAAAAAAAAArmcAGK9WjbRewnA3VoyNt1wAAAAAAAACwkglssFIJbFy%2FY20XAAAAAAAAALDSCWyw4uyrdm1P8nDbdSxjR9ouAAAAAAAAAGClE9hgJdJd48YIbAAAAAAAAAAsMYENVqKBtgtY5gQ2AAAAAAAAAJbYmrYLgCWg%2FWIFwgAAB79JREFUw8b1OZxkLAIbAAAAAAAAAEtOYIMVZV%2B169Ek29quo8c9mcvBjCNJxobqUSENAAAAAAAAgAYJbLDSDLRdQA85lhLMGOl%2BHBuqR0faLgoAAAAAAAAAgQ1WntU6DuVwut0yuh%2BPDNWj59suCgAAAAAAAICrE9hgxdhX7dqZ5J6261hiT%2BZyMGMkpWvGWNtFAQAAAAAAAHBtBDZYSQbaLuAtdCzdThnd29hQPXqk7aIAAAAAAAAAeGsIbLCS7G67gOswnhLIGEnpmjE2VI%2BOtF0UAAAAAAAAAEtLYIMVYV%2B1a0eSB9uu48c4nMvjTI4kOTJUj55vuygAAAAAAAAAmiewwUox0HYBV3gyl0MZIyldM8baLgoAAAAAAACA3iGwwUrxaAuPeSwlmDGSbueMoXr0SNtPBAAAAAAAAAC9T2CDZW9ftWt7kkeW8CHG0x1hksvBjJG2txsAAAAAAACA5Utgg5Vg4C28r8O5PM7kSJIjQ%2FXo%2BbY3EAAAAAAAAICVRWCDleB6xqE8mcvBjJGUrhljbW8IAAAAAAAAAKuDwAYrwRsFNo6lBDNGcnmcyZG2CwYAAAAAAABgdRPYYFnbV%2B3amWRbkvFcHmMyljLKZKTt%2BgAAAAAAAADgagQ2WO6eTNI3VI%2FWbRcCAAANOJDSPe5KY20XBQAAAABcu6qurXMDAAAAAAAAADSpr%2B0CAAAAAAAAAABWG4ENAAAAAAAAAICGCWwAAAAAAAAAADRMYAMAAAAAAAAAoGECGwAAAAAAAAAADRPYAAAAAAAAAABomMAGAAAAAAAAAEDDBDYAAAAAAAAAABomsAEAAAAAAAAA0DCBDQAAAAAAAACAhglsAAAAAAAAAAA0TGADAAAAAAAAAKBhAhsAAAAAAAAAAA0T2AAAAAAAAAAAaJjABgAAAAAAAABAwwQ2AAAAAAAAAAAaJrABAAAAAAAAANAwgQ0AAAAAAAAAgIYJbAAAAAAAAAAANExgAwAAAAAAAACgYQIbAAAAAAAAAAANE9gAAAAAAAAAAGiYwAYAAAAAAAAAQMMENgAAAAAAAAAAGiawAQAAAAAAAADQMIENAAAAAAAAAICGCWwAAAAAAAAAADRMYAMAAAAAAAAAoGECGwAAAAAAAAAADRPYAAAAAAAAAABomMAGAAAAAAAAAEDDBDYAAAAAAAAAABomsAEAAAAAAAAA0DCBDQAAAAAAAACAhglsAAAAAAAAAAA0TGADAAAAAAAAAKBhAhsAAAAAAAAAAA0T2AAAAAAAAAAAaJjABgAAAAAAAABAwwQ2AAAAAAAAAAAaJrABAAAAAAAAANAwgQ0AAAAAAAAAgIYJbAAAAAAAAAAANExgAwAAAAAAAACgYQIbAAAAAAAAAAANE9gAAAAAAAAAAGiYwAYAAAAAAAAAQMMENgAAAAAAAAAAGiawAQAAAAAAAADQMIENAAAAAAAAAICGCWwAAAAAAAAAADRMYAMAAAAAAAAAoGECGwAAAAAAAAAADRPYAAAAAAAAAABomMAGAAAAAAAAAEDDBDYAAAAAAAAAABomsAEAAAAAAAAA0DCBDQAAAAAAAACAhglsAAAAAAAAAAA0TGADAAAAAAAAAKBhAhsAAAAAAAAAAA0T2AAAAAAAAAAAaJjABgAAAAAAAABAwwQ2AAAAAAAAAAAaJrABAAAAAAAAANAwgQ0AAAAAAAAAgIYJbAAAAAAAAAAANExgAwAAAAAAAACgYQIbAAAAAAAAAAANE9gAAAAAAAAAAGiYwAYAAAAAAAAAQMMENgAAAAAAAAAAGiawAQAAAAAAAADQMIENAAAAAAAAAICGCWwAAAAAAAAAADRMYAMAAAAAAAAAoGECGwAAAAAAAAAADRPYAAAAAAAAAABomMAGAAAAAAAAAEDDBDYAAAAAAAAAABomsAEAAAAAAAAA0DCBDQAAAAAAAACAhglsAAAAAAAAAAA0TGADAAAAAAAAAKBhAhsAAAAAAAAAAA0T2AAAAAAAAAAAaJjABgAAAAAAAABAwwQ2AAAAAAAAAAAaJrABAAAAAAAAANAwgQ0AAAAAAAAAgIYJbAAAAAAAAAAANExgAwAAAAAAAACgYQIbAAAAAAAAAAANE9gAAAAAAAAAAGiYwAYAAAAAAAAAQMMENgAAAAAAAAAAGiawAQAAAAAAAADQMIENAAAAAAAAAICGCWwAAAAAAAAAADRMYAMAAAAAAAAAoGECGwAAAAAAAAAADRPYAAAAAAAAAABomMAGAAAAAAAAAEDDBDYAAAAAAAAAABomsAEAAAAAAAAA0DCBDQAAAAAAAACAhglsAAAAAAAAAAA0TGADAAAAAAAAAKBhAhsAAAAAAAAAAA0T2AAAAAAAAAAAaJjABgAAAAAAAABAwwQ2AAAAAAAAAAAaJrABAAAAAAAAANAwgQ0AAAAAAAAAgIYJbAAAAAAAAAAANExgAwAAAAAAAACgYQIbAAAAAAAAAAANE9gAAAAAAAAAAGiYwAYAAAAAAAAAQMMENgAAAAAAAAAAGiawAQAAAAAAAADQMIENAAAAAAAAAICGCWwAAAAAAAAAADRMYAMAAAAAAAAAoGECGwAAAAAAAAAADRPYAAAAAAAAAABomMAGAAAAAAAAAEDDBDYAAAAAAAAAABr2%2FwMoT8iHNn1dcwAAAABJRU5ErkJggg%3D%3D) no-repeat center/contain;
  width: 220px;
  height: 50px;
}

/* line 1785, app/assets/stylesheets/active_admin.scss */
.realaml_logo {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAABjCAYAAAC1zlbPAAAAIGNIUk0AAHomAACAhAAA%2BgAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAGYktHRAD%2FAP8A%2F6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAHnPSURBVHja7J13nFxXefe%2Fzznnzsx29V6tYhUb25ILJZZkGzDGlACxIYSQBJIQShpJgPAmYNIoIQkkhPSQhEACAoNtik2xZRsbXCR3y%2Bq91%2B07c%2B95nvePe2d2V8WWmwRkf5%2FP1a5mZ%2Baeds%2FvPF0YwfOCpUvvp7NzKdYHuuAA%2FU0ZTWkviW%2F1BKJkglXGQ%2B%2Bu2eLCRWbxZ0T8UrN0gamOEcHMEBFquNJW4BFMfyTO%2FTDS%2BQAyvk%2Bo4rXZGb0cWbJLm28bR6l5OzPdZXz3u3Kmh2AEIxjBTzlGdpnnCYtfV6Xa9yCjqhezvR%2FaR%2B%2F0ff5Q7NDJZFlfu%2Fjk5zD7eeCFYK2YFp%2B0BnOYmYmIgGAYgi9mTDYC3wL5ryCl1UZGdOqJqiq95iK0PPw50kvewaM3zjnTQzGCEYzgpxQjBPIcY%2FnyW7l91WUsvGw90Ts0gKPVm9MoMTbh%2FHswew%2FEGTlpGGZEwAAHiIhInTzMzIqv1vp7RMSBgDgTwo0m9he45F6RXkydJ5SjVIUYFNZ3s3HDPJCRqR7BCEbw3MKd6Qb8NGHFCmNH%2BRssvHIvsdwGvskd6V2NOaKovhJxD6LZJ8zSGaYxM7OIiYmIExEvOYZKIIgIuRAy%2BB4zUzPNTDPMaq%2FF4j3E6mdtQNq8laNkEs6ePIHWsW00XzwJ5G%2FP9NCMYAQj%2BCnEyLH0OcLSpfezevWFnH3VPgSHaeYlanzie1M5%2BxW7%2FsYs%2Fo5pBCwV8Ig4wHLVlFD8yP%2BbUwciRl1nZZgJImZYIUwIYGYWAS%2FiBAmbBHmz%2BvK9ztSHpjRKKRJaShz6zkR27BiZ7hGMYATPHUZ2lOcAS5bcx7z3X8gDn9uNOo8gXl2IJdWWqLUb0PQKM405FYg3wwQwKVjDDEROaTLqUgkggzYSzMwyEUkQbyBvFef%2BO00HfHu7jzbX07XnIFO3nMUPftBxpodrBCMYwU8JRgjkWWL5cuWLXxQuf%2Ftu1Hsw8%2BZDlFpfm5PkVtPahWaaikgwcrZoEEAhVZATgJHbOWC4atGKS3LbR%2F4fjIaEUpCKmFkGBHEBkeQdIvrPpiU%2F9ci4uN8bl%2F5Q%2BIeGqWUEIxjBCJ4dRgjkWWDJkvvoeNWF7L53L5orpLw6oo9pm5DcZlpbWpBHkksLSCE4MERyiAwzjPvjb9QwtitAJuAQcTZIRgz5zmhmTsQLIm8RV%2FmCmHqflaLGfta%2Bdgr8zsi0j2AEI3j2GNlJniGWL7%2BVjRtfRss5mzHfhGDenI%2B%2B2tdmPpyAPIZv9AVxiIhz4EDkUZA7gQfElXYI1mciHtOxpunZIC8GfQlmHYZCrrLyw6Sa3EAikpOIFxdMxF2C%2BPvQ6DXG2NTfydZHzqWra2TqRzCCETw7hDPdgJ9ELFlyH1t1Mq3nbEF9GVS9OhdDta%2F15ORh5KaOXNUkIgEJiMhKzP6Bnu13asfczGN4S6hKxJkRSIikUB4LA%2Funmfg3Cv43Ic40iyagdWmkLt8g4oEMi8FwX4zac0Girsc5ka1jz7XOzg%2BNePWOYAQjeNYYUYY%2FTSxffiv79k2i0uJQVykkD4khGzgpeZgVTlYN8nABCU8Al4tUrlVKt3WPm5CJRm8x82apwzKHZc409QaedMCZK%2B9UX%2F4rZ9VzEf834oIg4jCLuf8vMBiAGMwsxbK53jV%2FFN%2BM0Ox23QijX%2FQeXv7yR870UI5gBCP4CccIgTwNrFhhPH5oN63nJqgLgHkTF0Otv9VcuG2IwXwIeRh5LDmYWZqTh7tBpHQBoXybgcdqrrU2Ch9rca%2B1x%2FXte3WhE21t69C1cw%2FGmNZi4vpULRWnWTBNunFN7xUXXouEgfw7chI5Joo9mKlh%2Bh4luzC6GJdcucstHRdZXO0808M5ghGM4CccIwRyili%2BPHeQGjP9StQlheRRjkna32qh9CTk0bB9ZCIuAfkfK436WeeyATQNtI%2BNCyp9qp2P0qwVztZesi%2B%2FgJu%2BuZMj5zWRfO5bbLr1n3j0u%2F9OU3rETEKWixu1gPkbEXmZuKQgEVTqLl75TwEiubnlg1ZqpRwS7unqZqNVmHTNHWd6WEcwghH8BGOEQE4BK1bcxs6SsKdpH%2BoEIfPqQpRaZ2t0w1x1h9k8TkAe%2FxvcxDdn3VuIWXTqfJZ27mfDtO8z8%2FEVrB5zB%2Fd%2Bb3Jx16Vs%2BSMh7Xsf8AlWvPhneOS9h2k9WMO%2F4aBVFk7KDBKH%2F4GT8CZxASscfIvsJ2aYiYg3UwN7ja%2F2nJfFTKc2Nblb2pZy1hMTz%2FTQjmAEI%2FgJxogp9SmwfLki4thT2Y66BEy8OZfbPCS51bR60YkkD8gjPIaSh7SVfz7t2oeXNieIZhIYs2sP9y%2B8CFae2lSc84ZHePSr57L4pbtBp5AluwK%2BnFns%2B2tMf9dMs8L%2BUQ8yZIjd5a%2B9hd%2BLEj2uKc7a08l3Hpx9pod4BCMYwU8oRgjkSbBixW3sKKUEt7hQW2VenY8hHWg1Sb5vWrv4OMmjiCqHYeTxpYpMfFNnbQulpOJMUXCU2%2Fp57GsLnna7OpYZnbdD%2BUqYyXZxMTUNSSv4R9F0pmGFKqtIlJI3zomE9VY7el7WWhoIsUJ51wCPPnT2mR7mEYxgBD%2BhGFFhnQS5zeMygluEOpcHCeJiqA605JLH8eRhg4mqZCh5WGnKm7ptG0lScWqiJkZQT3XgmQ1%2F5x3CBRevYXFlC7iyWdISRFp6EPdp8mD1IqK9SI%2FSEItsvpTGnF9JW3AZ7sj0mRRx7SMYwQhG8LQxQiAnQJ5V96XsKe8u1FaWq62itphPbjWtHa%2B2KmweRShGWieP6Ca9STo3EqzsUKcWPZXWlCduncbGb89%2Fxm184L6lPGET8Ok%2BomVRJcOsuhJxR0FCPe5kMBs8MX8hXhLFYc5J08EdZ3qoRzCCEfwEY4RAjsHy5bcCFYL7Qu6qa3gViSHrbTHhpJKHWEPyqJPHl7XS9ibzm7GmijMnijhaKkeoDjw3msPZlW2svewFlHv6DO%2BdZB07we7OfYaJCA1Dfg5DXHKuS1oQ2ph8%2Fv4zPdwjGMEIfoIxQiBDsGKFsbO8kj2VLZgrAXiVUkzSrMWkdGLyqHtbyXDyyEZNeKMc2YtPK84QxQmEfh751gueleQxFI%2BtXMy%2F%2F5GQTpyPy6rikhrgfijiaCSCt4adqzCox7MSddTKiaaPj4Nre8%2F0sI9gBCP4CcVIKpMCg5LH1sLmUfMqLvqst8W8%2F%2F5JycOGk4chK5Nk4hvTw49BebRTTBGhY19KdU76nLf7bWac%2B8r9VHF5bRFx6%2FO6I9SrhhQ%2BYUje3jix1x8Js46WsoOhBJV9Z3roR3BGYHATUAW%2BZHCO5JYzeYrPDH3DdSM%2BOD89eCbrYcQLCyhsHiUIbhdRPGLOq%2FiYxIFmc%2B5W09olJ0qMWDxPQyWPla5p4rV91Q2UrMmZ5f5WpfaUtdcvel7a3nzNNxjgauYd3eQwVMUtF5FVmCl1T6w8abyZmRNX3qSh6fyWmPaksYfH28%2BCr44sg%2F9rmPG6XTQfjbioZBVE1IpF8GRrwRCvWunNUOd5%2BEVj4ONjznRXRvAcYPpVO2mpGc6ULNgprocRFRbXXGPcdhsEvx%2BVgKDeHDHR6knJw8zqx%2FqhksdXkmT6tbWjOylpizND1UVas7E0b1v4vLW%2Fb%2BWr0FsMnAPvEZEayBDfKjl2DTi05qLVcgP7%2F%2FkV8H8T4sqIChJzR28xpw6vDnfyy0S9ZTit4U0haT7T3RjBcwQlxWkgaIIYJuafej3g9P%2B0CmvFitu4Zw8sfOU%2BVDyYepNSTNKeZvXlE5MHwyoC1iWPr5TaW6%2Fp6d5CUk6ciaqZ0HFkJg%2Fe0%2FS89uGt3zW%2B%2F68ZHCavG%2BJ8%2B2DJqbxWLjaURDRzVNImE%2FqpQaye6WkYwRmARYhlsACKnC2BiSApJz9yCuZSvF8Tg8%2FMCfjkTHdjBM8RVB2xbGCGmsyTwOSnWA%2FAs7aB2GAYwZugRWB0DXaOBsbB2Rvz268rQ8v9Ru8YgRqw%2BsyrTJYvv5UPP34d777gv4jSBBa9SohJrDWrL3%2F%2FZJJHkaZEzMjJQ%2BSrfcmkayoH1lEqtTk1U1xCqbkbf%2Bix570f3%2FiTrcx03fS2TM6bk%2FVPN0vBsuIdUtRaL7I6mnavL43t5wLjvO%2F1wbxtZ3oqRnAmUOskJBOc86Jm3X9iFq%2BlYS47CUQ6a1k2z%2FnmA7hE2PDtkSCinxKMygRranZRUEn7%2FwiLb33K9cAzIhDlvF98mN4Xfp%2BuVbcw%2FoXL8KN2s3NyM%2BN21zBT5ncD2w1FEAdj6WHsjF5adD6bD47i3AU1XrC2xOeajf7%2BM0Am1yjnrPsn3nnBF%2FI4D1Wv3sdS2tesLnzftPbCJ5c8CvKAr9Zkxs816VYotzoVUdNIe9dhHvzOktPSlYXZLA75PtBDSAQlPS%2BvYNig9rz%2BOnlYobhk%2B2LrpXZvp5t51mR96O4HTv%2F4j%2BCMw7QH3HiEBENTLMMsRvJI1GMfSgW8OF8zCWauCUOh2n2muzGC5whBytQ0I4rhsNQsA4tZHlN2cpyiBtygJS%2FNPaXcyUO1c3nhj97AqP1LqHbskn7KbvwePIh3SZvzlQnOV6aIL49xkPixXWO8%2BNmu2x2WSXO3kI7K%2BPzrt1Nb9i%2Fwq0%2FAW29jxYrTc5hZvvxWePB3%2BPaU1xKlhJh5wcck9jWrS05MHsYJ4jy4Po6e8nOh9hhEclddoGnUWHx6wWnpy1lXbGL3xH402UrfzTNiZJ0HuTRPYIKYDYszL361jan246wqW%2FZvgocmnJa2juDHDMN4ol5wIK9ZIyIcczWSPOfv1%2FwX55%2FBjUfw44g8EWtjTRT%2FnHAtDLueUgJJ3m8s%2BdIqJm39fZ54ydd40V3TuefQJu7xTd4110yiKuLM41BVsEiSpWBKzWWGKYGQ2xgEsnSUHB111E3tUe2Iv2a1zTsY8JeQvRMWNW%2Fh8W89j8n9rlFuj8K8prMRCSj4jEp0taPNLil9z7T6wlOzeXC9Vdwb2LsDSVqcmijO0XHwAGtumXVaJnz8wv1s5uuM7%2F8VxpZaXdsrdmg0eSHoeYUHlssbzaBDrzjMstWSGWaRgb4ScNZpae8Iftxgp%2F6XIWUJRvDTDDvJ%2F4ZqsoZrtU5KIE1jezlvXjP8EI4uOJ%2B9F3%2BFUlcqP7xyrwsZEZEIAbEwGtNFUWShiZsnpuOrDLQCHqUXkc4M3Syarvf4R2Olug11kZhwpLzbmUK1qUnbP7UWHV8Bfsjy5f3cfvvlz%2BnQLF9%2BK6tWOuZftRekhLPUKyGiXU0uKX%2FPtPqiJ6nnMdRgfr2Nm%2FSG7MgmfLkpj%2FNQaA5GdXYF7j8N83ydMe47j9PqX0a0o6gr5RVyqf2GqUJd5WAmJlgRq%2BKBHhF3j1qGmeqotqmM5MIawbE4xm%2FPRlbI%2F23IsALYww8SJySQJUvuY81vN3P0Px6nXD1CX9pCpWeCV6lGcS4OSKnNm11tVvs5XOmFmE7NF5lhWh12o7zKqsPIQEK3S%2FVBE%2FuGOr4apLSp5oxKdb8%2F3NGuTVWzBa%2BdwZHba8z85S1s%2B4%2FnRhq55hplZRQWvGIvDo%2BCF1eKSRxoym0ex5NHUYQWhpPH18rlGW%2Fo37eDEJqdiVcjpamtj0e%2Btvj0zOZ1Cp3gm1rxFgi%2Bmgc8WvXFZvoWMzUR8QwmdsQwFcSDuyfEMVu0Ccl6dtjYtiZGQoFGMIIRPFMcZwNJko9x4Z9cyPzPbcQqo6m2TpPRYYFgRMncGI21D3lzD2Pxf7D4BtN0qllU0zSaaWZmxaXRTDNMM9MsM83UNGszyy5F48cFezhq%2BnmvdoFAxAerifOu3EbLS2cR9%2FeydGnKsz0hX3ONsXKlY1H%2FfpCAWPRIiKn1Nam475vWXnQitZUdE2EO8rVS%2B4zXd8cd4NWpoEqNUQc6IDw%2FQYLH4TqDx5TzHt4MTvCizjmJ1rPNm9ln88qDRfyoiIg1HHgNPAL%2FY64Tqx5xG5or3HLBraen3SMYwQh%2BKnGMBGJc8efw7T%2FZQMuoEmZ4Ly5mAch4mzj%2Fp5hOwRQr%2FERFGta4UznKmpmpEQ2LzSLuLYh%2FM5b9k0tr%2F0%2BkciTr6fH7B9bHSqWVo1O2MzPtZtvDyjOJeFux4jZWLoVFPXvzRLRkHohBe5qU8L2TkYecgDySSTNeP7DjICHBGYmaQVNzlTVrxsKa0zBTheRx%2Fv7NmEtQQbZcOE3nrtkHLTP%2F3bR2Xp5CvlFMqs4eCgTE7XDoV2peIca4uLOJK%2F7qcv72NDR9BCMYwU8nBgmk7VO84u3bue9zCaMnjENdf8CXsizT8ZYd%2BhwWrzYUzFLAi4iHIl24CJLvuyeKf6%2BXWLLiva5%2BKjbTiKlH%2FDuR8CpF327mvpuUFzi1A%2BqkifJZo5je%2BX12bHtKl%2BThuMZY9WVY8Mq9KAET9dF8TGygScV%2Fz7T24lMkj69Xp854fbZvI75UdipOsYRRB7axdtuvnp5Zui73gDv%2Fvk2YD6QhyPYZY%2B3shw5SFf0Mmr712EqEQ35mIt4B%2F5BR6Qwa%2FVQ%2FPV5y3jb%2B4nKDj5yeLjw1DF5KTnd3wJzl6wkVT%2F%2BYmYzeX8WjrLm5DZ6RMdd44ok%2Bzj67mbMmwOgL1tFdEkK1CfGthDiah%2Fs7YUYHrOMMxCkNStlTX7qTCXKArnILlVoTNcnwvo%2FN6%2BdS21ge8pmfFtWjwUu%2FCzNvhBvez6LFfdAcybJWXEhxjIK%2BMTz%2BWA1eW4JtwPd%2BvPo%2Ff%2F5O2g6NZcPhd3L25X9AZ1LCM4nE7STZfIirLnkJR9vgM5955u32V6TEvgCHYP7stTirQFKhXO3j8Grl91%2F9HvZMWcHHPvaHp3VsAsDiax5jwdxF3HXbfkZNbSb4nuA8WZb2XWTC1zGdYqaZgEMkYZA3BmsVidiQZh%2Brdyr%2BL9TPxYWBOuTfFVMsTscl35EY%2F0CT9JNpb4WyRxxVG33BQnZMAO47NUnkmmuU%2FqObeOKq1sI5LfMeotOBJnXJ0yKP7lEzXte%2BfxdRE2cS1FQIpSdYs2bZ6Zmh6%2FLaUOd%2FexOWBFLvZeucUXbWpi6qXv8OTd9tFrO89nnD6G%2FFxEQRSRC%2FWah92hxkMYv7bRuj2mbCR57NQjvRFMtTvH9YYuCcGD9scGQdS18Dq5sPML2ynvafXUx2NEFrUN69k1GTd9NPE01nLaT%2FFFt3%2Fs8aF10BD3nY%2B9trWfxbwryYYAs93VaGqhHJED1KKkd5TfskdnY%2Fypqth3nVzxvfWP4ueMff52P0nCYNVCb%2BkjB6Nux9HGbdfoQHz%2BtlUfIjRq%2BfyT5foVdH46pQIwOEmDYzdfZ%2BFs7aygYcG%2B5o44W%2FbXxgLvzTp%2BDbbzS47ickJ02zQR%2BAMet1%2FWy9GZpHT%2BSCLa9i%2F%2Fkd1KSGZAEkopkj0ok0dXHOTE%2Fv7ulsCcb5bY9w%2BLytjOo6yoED49mzZ%2Bozmoccpzq39fWej%2FPZL13LKFvDwaBs3r6Gacsn0dL%2F6xyNLaBGxkEyLdMzdRr%2F1bmNgQOeKSsmsPuvDS4gP7g92bq6TrnqS3v51bXX89GffSMP9Pdy1bwOtjVtpWZ5dgtLB%2BgVR%2BlC4TPyD%2Bz%2B%2FnamLP0081dfQnXWH%2FHDi%2Fph5bXP63QK1xh8WZh95XqSUhNEH4L4LKquMMtuNk3LQL7Zgkm9TGqe3dWkbizPKxfVr6GjLoArHMnF8jBusZxwhp6UY%2F4%2BL4j%2FZPD%2BD7p3bpW26TNwJW9mNfofPsDmzUuefNKvyYOuF%2FbsxSQhot5JKTp6K6bue6a1l5woMWJDkBpCHm7i1NfZkR4s63XqUbWUSUcHqFZ7WL36wud1YvJFlA%2FnBd%2FZjIkjLQfZvLTD5jzYQ%2Brlb03T3xxCHrnVI4%2BSr3uRqbjgEf96T%2FiaWfQtvRrHLe6m%2FfACVp5iHfYTtWvx3ZsRM7IkACpmOujoV18BDQOMkGlqSczjBp64ZAqztzVT9UA2QEkrhEMPEqxdcK2iNuAA8%2BWx5kot1g%2BWZPDE1%2BVJBZC5c%2F%2BWjst%2Bk%2FJsqHVB8thudt30JspXfQ6vZVEXHFpDxONDu5l4NKZYdjT3MZBgjgHr7ttrF7crm2MTLskDavZMXsKef342RKK86EVdVDqNwz0Vus89yObeacxp3kySIuraBEkFrSGuZC60IgQMRbMeTAcEVwbEHL3m9u%2B3sXES3R27qaS9xGwU982%2BGL58am2cftXDtMls5y3Rqh3%2BApq%2Bub6WOFaDkC8uh7iDmaULK7HlICCPj7nTTmmDus5o%2Brs%2B%2Bg%2BthbCDJVe8kPFnV9i%2BfhdGCWKzU18SrF8wMxfaTFyZPNNFJEs7BRFx4k10QNNKsE03zuDi1%2Bzm3rv%2FHA5%2BNrd1fplTkFBzE%2BH8q7bgEsWi5McttcbGVa9Mna9fwQzbun8Pow4pbTPGsOGOc5DRxpIXr8G1LqHr6FYRqQiWiYnhwyhDHJr1YtovImWwmpr2Wts9s%2Bl%2BueJHN1MxeGA6w4nkGmMxj9PU109nbEOmOnRLhvclUVcWQUXwuKTdBEGzblRrIlICqhqaxtjRpESyp4braaNWgTnlVdx%2B%2B2VPOirnvHQvaSlxUUxdrP2bae1tmGaIeHmSDde9dGc%2Fs1%2B1EV9qQ2LwuCTLYvYSs3iLaVoWyBqbbX14zRqRzWYW6wtMxHkRCSIuiPggIkn%2Buzgzy9UpFCk18jQo9Y3ORMQXPJJh8fdjjH%2FVPH2O7exqtVitiSmUzxnL6AtT4LoT9%2BYa5aHOzSzo2QcIzjLv1GKWnZw8rKjcN5w83NezKTNelx7eiWY9Tr1Xk0DboZS77z779JAHCi1wwTc3Yc7n5DFjlM1Z3Xdi8si5mZybG6orL%2BL%2BUXzT1zJv%2Fol%2FnBy7mvvYftieOXkAzAUhRbSGc4I4MxGM4hKx4qJ4PbNIN5p2Q6wyu7qJ8r4N1DavpX37JsqHd%2FngZjrAkKDiJEMkYomGWq4zzZ6iSe3tNfZu%2FA0O%2FGAfs757mCM%2FXMuBauqaXvlVT1LNEwZKiDii4qJYSXFOTVSNGEV8RIKKYO2tZ7tH01m%2BOx3HxbdewA6dz55D0PKSWkHqp46Fi5W%2Fx1jetpcHxjSzaWak77zd%2BFTdvKYDftLmsxAwkaDifASi4tVZSU28iiSKBXWOiAtRJKhzZnHSXL93Ssl1Nc9g6ptb2D19IcyCKT9jDan1zOM6Ji0wZn4exs46wDnnncvCqy%2Bk0%2Fpl87o%2BHxnvxBkionnfXGYi0UhUxCsENUyRLDrnMnEhCmKVza3Mv3KvP9Q7IGPP%2F23GvL3Ghs15RoVpL9z%2BFG2q52VIsSQFFxGJxVrN1%2B3gGsbEmYFSXfMz7Nu2jG29B2h7w1pa2qE7TpTuzl0eLJ8%2FX8rXFokiURWvOB%2FFhQhiJBNc94sPOt39CGsfFnZtWs1nfwC8%2BgYg935dNO4x%2BvaOo398B1nnYdhecb40yuf7ZlARieCiSVDMqSIq3hXrVyzt63StXQcclR%2Bw%2BbUwJazh9l9YwZIl9z0vMxxuG7%2BdqakQrOYMi8TaTJCbTGNJIGOIUbYgjobEYOBFXCjqcO8UCQ%2BZpZsw24dIisk4ccl0Mz1HxBZhFswUsPykIw0JJJdgRFz%2B3TED3itZjSmt6e%2FZ3l5syijBqY2ftJspi9%2FCY499mGHEeE2eCOwNrokAKPiARMEqiTuZ5JHLVMeQxw2VedNfN7BuL%2BadM5eoqqe5%2B2ZCtoDTo180ePMGzv9aGauUqJWQjXPbbN66HtIKTyF51PsiCeJ%2BiHS9O6sZTkz9BQ9R%2BsR5jPvCbax9Ns1LIFY9qKDBBVPfZkNq5zZEkIYbMZjFLotNqlZi5uap7O%2BAMf6IS8%2BfqsmaPVEsJRU32VO7wIzFmM3QeGTaAP6mDlr%2BXVGZfeV2gxnDmrJ06f2s%2FuBSpv%2Fzw%2FzWzefxN2%2F6Efcfne7LLQs07d2tRCP0lUpZ2c4Wy861yHyRODWLR1uIBMGq4I%2BY6UaR7LGspg%2BRpAeFQJdGVr1kj58wcDi2u3G4sVX%2B33Uf5C%2BveYzHVj652%2FY11xgbag8yrvdm%2FnHKXA4fHMfs2nZR3%2By07UiU2iQVYPIT72Xf9N%2Bc7qmeTdQ5hswUSydksbOJaCVEUiPrV5V9jnSTweO1TB5zPuvCef68eyrXfcv5SZv%2BO%2B5vWUYyqo2fuXkbO2Yq27adObVWknyMNP0AYfRL2Hb3y1h49VZqutcxUAZRFSR6MtJauc15nSNanW9mszCdjva0R3VlwIFVxXynRt3mvK6PuEf2XzJm88Td%2B6MRGBdavGzbrX0dY2zRlZv53R%2FN4b8uv507b13%2BJK0TYs1DEKiGijNrQt1g3oa6CNKIAYsZV17S%2FYEv%2F4hv%2FEI%2F2nWQbOEBbxKimIup9nckLr3INDvfmc2N2tlOxAuxH407zWUPm3CPM7aZCGHMQjc%2F22pVUfskO5gaL2TOS41tbY%2FRtHE8IclIdzdJqWO2kKmikCHjvNjFpnoeZGeRdbZFQ7C0xzRux8WHosV7As17oEYlXOQW3L3dupvH2eIv7ebg%2BS0sFWP1c2zfk4XLO8kqe7BwOxvv2c38C3%2FtLjR78Yk220LDbmYWERdEnCL%2BS5j9l1n1h1Ke3ikDu%2FLU4uIwjWhpNPHIYz5pmX6uOPd6M3s7Fqfk%2FIMWm%2BDgPUzqfBJzKSb8tff2e509VWltLWHBWXSe0rpDrF27MF9j1ygLjmzBfBMOwcQ8JjHzWvEq3zWt%2FcwJ%2B3MseYi7wTeN%2BdmB2gFChtOchxjbc5B7776A00MeCou7WDKtG82g5kT2Tplok3fuJ0vk06a13yoM5kPIg7pNScwsRSQRCRuI2YutEg5KZs4EpccTJw2weeWcZ9fEt25nwR51Ymjm7CXOlb4G0gd2%2FI5lgPModnVi8giWyZGsz9oro71qFmcvmsTWx3a9DuOXwX4GGIPlGQ2QgLjSp8RVfteIXuORuOGWuY2vfslLHueuFyzkBeu3UquU0JgJ2i4SUlVpwsWjLzGTa0GugLgAxOeuzsPtNfnKrqflcPuAH4B9ibT3Bp901LrKE2mp7nYWTBNKPF5dwyXhYu65eexJBugf%2BYOvvIMvfWozpYmToesgToJPrDdq0oHr7Qq1SvlSQa4GLgU7G6wjb0ysP5rHDKKA%2BPqAbhPsTuB%2F12Uf%2FebC0geJrtlp7DK8WZZ5ZrZUuP1b4%2BEk5ZOfPxXWdfDmD%2FPa%2FY9zYywxZ2A70jHXSVY2QmrOAkptJuKvxOxKEXeBaZyZB4spJ65iVKTZyA%2BqvYh7GNObxOx%2FkfKWkNXIgvdtlUr8y1Gjef3hdZzVdzarv3%2BCvr8zJ4n5W%2Fd5Z0Qle7%2FgP4jp4SLY9piHUZpA1nb2PPqyNteeuso0195b0q52BastMpN3g70GbFp%2BwFYaav2Gst8DdIOsAvv7QMstmfRgOC8uRCdN9PU%2BQVN5GuYSyKrOUVYJRtTaRcB7gCvBJh57j8G14QA5DPJdRP5OfHKXH0iJQZ3TRNUi0fdTbq%2Be8PDzjFVYcUwVJx3e2es4e%2BmvfRiNx5BHvjkV5KH5az6I%2BFvBL8VX3oy3m11T0hk0ExPvzQimFgDvLXWHL%2FpYlBAetFD%2BkGCLcP7jubZLPLnrqVi9wEZDoyXeLGZq6XuzyCebO9qsetRARYJlML8Vv0QKyQMsNBFyy4xPTKIKFa%2FyvROTB8eTB%2B6G0eOn%2FmwWD%2BOjdwqqMSVp7iBWT6E013OC62CRcsHso6iHWsnJgYEBm7bnKGkinzZNT0QeUicPGuSRbDZJLnOlcNBFvJhpVKNj9K5nTx4AvT8oHuiAmJVNs%2FEaB2aaVqfrkMu0VvzMpgsy3hAi6qa0TBbBR6fZpVsf3f1DTK%2FHsteYZmNMUzWLmcGAoYD15xNsQ6rz5o4fT1TG8iu9ULHJWHQedSZNNSWmV0rWeZuZ%2FgCLv2VWW2yaueGxStq4xGwwVsnSiVj2Bsy%2BTNLygBJ%2Fuc26QLyKel8ZNQG%2BdxXb4zaWXHSCCpOX%2FA%2Bv%2F8w7%2BOrfb6JcacL1dzupdqCBWHOlCarp%2B9JK%2BUHBbsXi72HpxaZpRxEnlZlZemz7iv%2BnpmnMX0pnmsW3GPaN%2BeEPV0fl1c5Uo%2FPmYnDeBbZ1K2%2F7jW8zaCw%2BPViw4C2cc2QHm8qjOb%2FSju9Y6MV79U1lw7hMiV8C9wga%2FwmLr9dYnW2WST43MeO4vmvxWsyK%2FregtRdh%2BhcGj0D6t7WSG4e42JP2%2B1%2Fccj9N1QEOhodOPD9TigsVUQWjzbTWrlqddez61VidaVqdYJYuaKnMqmx4z8VEV9HDHduDWfYxMx7Esndh2bR87cR8LQ1rtxbtTtvM0ldjenOk76uGThQpRYf3joSmyrx8tVvqDRSptkVN%2FxXsXiy%2B1TSdWL%2FH8DGq3yOLpukYLHsjpj%2BwrPafWbB2FafRmTef14B56cpF8OHnbk04uqtCqpFYPdvQPzSLyDC1FeS7E2pmTiQ4cckfS5h2BcQHXZZ6U3WWKWnca6ARqWUDzS5TNErarxM2fRrTqiPToKqdTkofALcCSfZafq8GiRS3a5AIphkWf09qtU%2BWO4LpgR4kMzFT5k95gsWb4OyePQQExXwwYp9qRbDvnkxtdQKbxw0HXjL9Zw8d3oGkOPOiijK3NI8nvt5xmmwe18H832LpnB3gPDUxObC5YpNaWxhw6afR9LeOV1vRYFszS61BHn5ZKQm7MPGCi1GV8YxHdz5HJOjCUHeJYjVKBqJi%2BYVJ%2FTiZgSEa2wzFSzO91MziwAcMuwOrvTDfODXL9dAixSk4kM8WpgqmOJff8Nyrt9K%2Fp5XmrIvvbH6IruSIN%2B8jMM0Gatcb8WYsW2Ea6w%2B1FsnfXGFrG3bZ4O8imOYPZpZh2SJDP6e13lVYutApsf%2FwPj%2F2pTchquyfuIFzr354%2BNiUx3NkG0QzkCgIWmo6mrioHxTkUdPs42bZ4vpmkEva0uh3bkM8vo3F6y7vB1rfNLBsCeiNqgP%2FkQz0NIvP1FnqvY98%2F9EX8LKXfjc%2FZJ0meJ%2BSG%2FsTci1qEkn14ljruQXsViy7Nt9MYzHnMmxuTMRz8vlxRYnNmH8%2BazGLvymqj0B8leJje%2Ftil9hAbj2Zsheu%2BubwBmYMMagJQF3kS4euXzFRkPxvpk3eJePn%2FdtOnPZO8XHC3Wj2ftM0MdPUDK3PnzHYboa2W8QKIoxm2evFwmrR7AXqXYzW4%2FM8huZNLIqk56jIaiy%2BPeeIxjiJnGB8ht6jICzFsrcKrJasutCIETGPJHzzql2c%2B%2BCjz9l8OxcSJ6UExP0hpuVieBsSkgl517Hc61bcr5qTP5MEMdSTVuPEIzM0PdTHm2%2BezbpbZrHjjils%2F%2Fq%2FMKU8m4njpmG7E%2BywaVXHZIaJmSa45HYjvEiktE1EArneXur684JPGpKIWfw9M%2F2kjGu1I32tkCFKQm3iVoKBGj4RF6tOy8E%2FLbXVjeuvmf6zk1Z3Ipo482VVHBWt8t3TVu7gOli0gCULaqhroqbInm3jbeJco2p2EvKwE0sezi8rBbdL0xhEk6gDCRNeMZ57bqmwZs1Fz0fj6yvFgYmJCfWrkc8mYpaONwbIKmOjVvs%2FY5Z9NN9E8%2BDHuhvy0O8UDDStataP6QC%2BFFly0f10mcOSGmUibaOnOXMuSoyvQngEi68zzaKZxuKBC1ZnWwoz%2F7EdsMG25sNbbFxm0TRLzWrLQVab8IYoSZyQrHBCRLONpH4cdAxZJ72b2XpfD02VRMqJM7LapSl%2BDRb%2F3DQbP4TQpE4K9YMTRd16BgNzh1yGNdpo9Ta6oo0ZGn%2BJpOWHlpUm4SQ6cCHAprCEOYc3naZ1DAMDQuoMHTWG7litmKYfQ7gHy15ezEtWEGZ9jGWw740JGtb3IfU1xcSwfLMMhSk2NU0nmelNxNrvZlmvNrk5rpQYhwbG8KZwEUt%2Ffcj8iA1RJjTGenDMi7Vb%2BPe4PETBteGSslg6CpE7zbKLzGKt6EdST9Wdq2kG508YMq%2F5qbWYb61h6VSw20lrC1yMkTiQCBIlq50D%2Fi4snVfco36gL%2FzzEbGha8SwfE3X94OQHyi1ZpbOxYc7hOws0xgtS51qyug75sElz83e5qLFqLG6ENOfL8po5zaJeqwGYoZp7lyV%2FI7zpX8jkxD7N1gWjsRoXfxg3fd5zzUL%2BQgfQQT6%2B1uAj3DHTcLtXxQG9k2l%2BRe%2FhzswQGhvMXMdqWAhQbaK%2BOW40nbLN%2Fp0uCTSUO17LGZo%2FD3J9C%2FbWwas1jsGUy%2FeEhTxARcHxJXF3NMjj2VbX7v4W1uJWaczn2kExhw6wNrvLeL01Hu9Dua%2FmAvnXQmuRC162bvlgE2d2UUaq586ueTBsZLHFnNhWSmEXRotOKtkWV9gzFvWcvcHN5%2Bmvkhx8hCp5xFjsOrYZKSMDOz5COi7TbO0scFb49RQ%2F8zwLy2eFTNlzQeXsi9di4VefOs0pzXUtPrbZtlNpumoYt5dfWOmcD1vNKS%2BG1kRzJTft5H5vt7w%2FHkXJyIJZplp2mQWv0Lse2fUqraVZvhw82uw3hIXv%2FPWwXIEU15Li9uFUnKZOsC9AovnmMX%2B4hQ5lNDqAmQjgeHJHZWl8QepB%2FvkD0exEccaFl8A8Vap1TpwNXVkEss9hHI%2FXPPl0zD%2FEONGMBHt6cZLbDfsnbk2x%2Brz4vPn2xrdHew7cmI%2FXBmS6UIac1n0PwFifurmr7Hqu9WlmuoEry19%2FCAqbau%2F%2FnTWcN4GGcoyTgSZgoSvYNlZmNVEpGR1p6L6opLBRTxkzvIKdHk%2F620umVmqVhsF8QbT3rYgIUVslLjS10Hbi%2FEqNdaw1FNqD1sKQ1ZD4z3D7oHpOCT5ShpiSUw1MWHbhUdg43Mz366YuV%2FCYolC%2BsgtEXky%2BFzEdh7cF83cp0Wij1bNDsSUGlVa2s8hedel%2FN7vCSdzr925U3jojl8lLR9mVy1Qkz40NGcqFoL4bYJfJq60XYaQyKAkwjBJBIu%2FL2n8S2nttf6u0QYueHzssd6yWPZd1dqlpxTnIe7G9W%2Bf%2FtoF984nHQjOnFMlY8Khjay%2B5wXPzeg%2BJa6DuWNYuvglqCtRjVH2bLzLpsyaRS1mnzJNf%2FsE5HEiyWOLeb8sydilNQ2uGrJar7HhzjH86O2XQvV09WcQ1tizC296V8Zi9kKz7EOmmeZSZ90Lrz7Vjc8MLWOiRoqheNfKok9t57zSyym7cV6tX6HvvcCnTFMDYjHv%2BffV69c3hCSzwu1cTeqxlvlrWKMKl9WLNzIYpxTINykD%2ByxS%2FRWFWH7FPp9VKhy9%2F1xWrfrT%2FNNao7b%2FCUyzmJKitX1%2Fivh1iDQ1vBiHSBSFurbOsie86jFWxrBT4%2BDOMbhh1DBdKKHynyVtB8bQ3DtArDYB15yWeR83biK1tibTWr837%2FeD%2FX7hoDDklDx0odSVyifrv5kNdr2e203qx5QhIQCYZQZ8Bo0rHCE292euyZeYtPozPH1b0BBp2GLNLPsrzK4oVI6lBvMXLSykjcZBZHgpHuoxcEPbnGBWQ%2BN8dU0fzXIv%2FM9i2RzLCSpp3GPIQ9UYl8Hfh92DY%2B5hpjU0u6AUS3%2FiS82Ya%2FI7ZTItU45w6XOg2nTi%2BsrAa4vHLPdly7PwWV5XgoD4g5C9V6iSpZmpCk1Nk%2BDBqTx4g5D%2BRfmp77RS2PmjGXS3jWLLN8cSgyFJyFQ0BGSbEJbjStvJB7YhieQDYseRiI%2F6iVJHH15C1itppeSavmtau5QTksegh1JBHjetv3n6axf%2BzxY0rToLUaOldOw%2Fix%2F96CWcntO6wrylXHjur6FiVLMB2bduq005awW12P8pNPvtk3hbHSd5iE%2BWlWqy05wGMZ%2FV1DPjLz4FIT1NfTkeQ5Z9%2FWA5D3GfKryMciKkPkcixR5qQ9mj2DP6zWVApNTdjJVKdGb7vEgSnWbXgPxVQUjWkJ6Hn8TqNKH5CdgFcYkXnOSJdYIrYpa8mSmD4wscE6eEmGkGpv%2BOxkvFYvSx01OqsuANv8Goq4Ckg6t%2F5bWE7CjexPtk%2FADIHwuuTh759%2BUhuHWmQ8y0ILdjL23sITZsaOquZHXXbcs3Nk1N9bUpA7%2FqqJr6Dh9qEeZC0%2Bt6n%2Fd5NwPZbogdij3VSfTdPO1fEHdvIWnGfENsaKVM6hHJJ%2B57bIyU1GOVG%2F0vOKTxB5fbaVOAf3S%2BWgnVTKW%2Fi%2Fte%2FU%2Bc9c6nZ%2F%2BTfNepn6FLpvE8s9jwGq23Q%2BrBhgzu4IOcOJxI5Jg25%2FtUBPTNptl70PjGQguUDL1HsZjzmw1GOzbecgKy4vh72G%2FFbOAsb7U4j20S57TQ%2BUTfs55vZ7G8BGxBUYQoDxIsKkgYqOBB3KfFV%2FapC6GvLNpn3cx2B9i1a9rTv%2BMXBbnG2PwHHVRDAFfKIgRvshX8MudKO45XZ8nxkojGP%2FBZ%2FFgMvlzC3WJavfTEaquh7q05eey%2Befprzn7tdmLVO3WiWXTM6t%2FEA%2FedLpuHwblbuWDhxURSqumAHNq4yibPnUeqvX9jmv32SQzmx7jqJlsIYVmo6U51FgSf1ZyxYdUovr%2FsQ5CVTlN%2FTtzH4qFyZorFgTdi2SX1zbi%2Buw%2FGFkFdPVFXRje%2Bqnj211w7hkyqTi1G1erZZtl%2Fmqb1P7uTHBqiGU7EeyRZi4SPi%2Fg3gPyMGC8USa5G3B8jyQN51D6uvtENHmDqcUo4IBab1OeI2qpeolkmsrGFI60CX2%2Fnb%2F7tMZyNxWJXVNcqSRi3EvHfFXG%2BsYnm%2BgwtLsmNxy6Qezg2fjbsBPnnoK5Pbyyk3PWwYRgDb0Qw%2FVCqXe0%2BDkRXTiit381FdzU%2F77N%2B9OgoNt%2FVjpYTWpJdvvmVexGR9xeVUQclTGmQhg3aNHzjyvvvQmGH0IJIG7umDd1KB%2BPIfJ6rT8%2B2GN6TVRJISr6z%2BxDpFp6W91ER79Y4r4kM3r9QvdaDqLXIqyHFPCkF6Rfqgvo8DUMhWRSbVDYKS%2F8OVAZvXVcANQK1RSy3zQwZj%2BIwcrw0Uqhg62OeYrFJkHdkeMyV3LTObYSWZz%2FfTlx48TBvmuJIUDQoINIlln5eqWE6EEcdzVhki7j7hmcRVLdS4Dvwua%2B9g2ow8ElmzkIi5W2IWyYyXBJpqLMYRiKYxfdrrW%2BDaW1ZYTRN6vYbaOixG5KHiLtp%2Fc0zXjP1dbuxTBrpSUYdGMett76U0yZ5XHSYC2Z6DKimA9K5fadNmLOCak4evzNIHhxHHkPVVrhkWVKzneoJIj6rlRwvuvkB%2BOMzJ3kMQpB6WHx%2BfioVtUoam0CRRCI%2FPg%2BeOvNnYjCmRCls3C%2F48npqlWnqmqaAc5%2FFsibyYNeTkUcm4ry4cBDxb6vVOs8LuA84V7peTe5Ss3ssuG8FSf5s1%2BYvLwX3iyLhYLFpD3Evt2HqEowUi3MkyIe9ecRa3dqHmpGVBu83Vkw4wLm3TcHcYZz1SMwOI%2FABxCvgLS95QNE2Ly7pEgn3irj%2FEpd8VFzp%2F4krfQjxn0H8beKSHhEXhhDJCUgkjyTN4yksw3R6kNIvRp%2BQhuCXbp3CuNMw65s2zaP9XMMdduji%2FZHUvIXKKuCLiHNF36OY5JKfC04k2QLuW7jwd7jkw%2BJKHxSX%2FAXi%2FwcJ68SFhlNDvjFbQ2QdXGz5SwK%2B2MPfaWlXs9NDcWzowAYOYU8j91t9FxzCeGLDDiUmuTQbvOCruHBExNfytrrCjpwveBveVupfO0SbQM4JxTM%2BmOGjkI6DAz%2BAKx0RF9Ih46GFQNeQmBs3kIaBvThUGGA%2FSzxaqTUdiLQk9PRsfdbzHczixUP1g4W%2BoRD5nQd3u4X2bRbETXpwlT785tfQtfap0gWcAq4Tll9jcDbMfuQQ5cxnUdPgLdkaXW05VrrDtDa9IJGGVDEYJtIg%2B%2Bnkum9%2Fok2EhuThv%2FHLt8x7zX%2B%2BbhtWU6deNKpjamcTP7ivwumKMJ87%2Fw4qE%2BcTXZksy6Rzz0EbM2USA9nA3zCMPIpMK4OJJ4dKHltxYXmDPMxltYqw8YZxbPzIS39sEuvZEP%2B9uvJ76LHRrIiaE%2FGCc7mPiQNcPXtJk1nsSwgoRi20%2BOaBvTEKb8Xi5XZs%2Bnryo9cQ8gjikjVq8TW4ZJfrfYJYfpEXy2golDUjAzdx7O9mwp7%2FVuIdIsm3hGxxcSgp1lUuBxdqt2AWwdy7Jav9M8aGs1%2B6VQY6Ets2diqrVl3GRRcYA9lsXHmcVvSolxDWkKX%2FICLvBgK5ZP8dEfffxOrtrbXHd%2FS2XmBRPWgJfMSZJ3VtuGz%2FLJHwNhF9H5aViySZw9Y7uRhi0iAUBdyb5yyc9vd7niDun7iOnv4ZsP%2F5n%2Fd5pTX039nH4ngpD7dtVbIBPP6PEP9qM20T8SBuF7gvCvZ10%2BojhPZuB6gkmBriM1wGmdYqzifLDPdHQnapmeogieQeElKPHZeG600EPUtc0yuMlustqJ84IFGMp5V9WgpNVrHbD1lXEpDQj7j%2FEOSbqgMbTbTbIR1CsthEf1GIr8lDIqiXl7ah4e3FMzC06ungc2OW5R5boVNw%2F25wMzqwJeJ7PTJaXHIeuLdDvNwsWqG%2BHWo%2FlCE9qI%2BJIcwX376kPODvVo1uoMM964AQJxLmF8TlYJhoWHcUuYOsF9ffJbsvegnVWbDjmzOfm5W2UqBvF5tvGEvV9YOTTMmCN7fVnF8mrrSDY9RZDe1kIQUWni0nO4GmJi4R8d%2F4h1vk1f%2F16rVYFafeNKowav9hfvCD8Zw%2ByQPKC%2BYBRhpNDnZi7ZMnU7X418eThwwjD4aRR7IsMbdDE4L4JKuVPRfd%2BCP4iP3YkAc0FL51eZpicoY%2BiF5c4kXCIzj%2FKcT9IvAzIlws8CLBLgRbKeWAefRoey2m6aEE9P15NG7DjlLX7UhhtIiIBMRvxOLl4sq7ME1C20L6uyfH%2FqMbY0vZtJJ4bd1b0WRFVxZGbcTEEnF%2BO%2BjLEb83DyE2rZtsKfatomsZFptM5NdJErTU7LZdO5WW7ryb981dyc50DInrBhtQrVXB0uvElfYjYRXCiyS0XYnI5y247Uf6Vpiq9wJeJHrMvFrmvR0ScclWJ%2FIhw14Cfo8JflASaRySB70WGh5otnTT47sW9rk9eG0WG3XktMz76tUX0jl1Mne13Ylaas6SgJS3gPukuHIK8gdCdo535fcJ3O2lu9tZ1amZx6IXojc1b4gfk%2B4YwLnveHHLEP%2BpQorRQuAYmgFcxBo7cbGNydUm4AgcbtnHxbOffl8KL4ZhhxKkdD9mF4iTd5lPvpmRrAsWd6cia0lKX5Gk%2FFpEflnEq5k5CrPXMR5mw3y26kJ5fg8fRMKtSjwXeK%2B45DsZYUNZa7ujlB4TV%2F6ihaYrEHmfiG9IH0Ok0sExGRRKYp7hQS%2FUfG1IU9L5rOfamaXTh3VoyN%2BQgIh71Oc%2F2Ry%2Fy%2FgHnsOVBvDX05BrVrKl8l8MuAHwIVMhJBq2OvHLnZyERI7RkNc3kWMlDxH%2FjZfdcuurf%2FNnHRqDMy8aozK1s8QD953D6ZI8Fi16nEUTt2NmRI2S7tlj49s9MaZ%2FjWa%2F%2B1Q2j8JgvtXELwup7YimQQhZrSmw8cax%2FM91V%2F9YkceQuREb7j1Gvvm5gIRHEf%2Fqata9RFzld03jfzv0LsU9qK70UJRkdWZ2ULMIBOnobcOVxrwaWFSQhKfhHj94As%2F9Lj0gbzNX6hTLkoGsLZ00vp9fuuJD%2FPyKO7j6Bf%2FNay74PK%2B48h95be9XmNpygP7YkWIk5sJuQX5TnK%2BrABpW0UKharnDiQH2czHrbilXO%2BOif95I7%2BOHuOQSg5XXMq12iJ5JYxBfMZe0S9LScRApXVrL%2FEuN8KPEUmeq3kzFj9vLZ749MY7VCdHKnTEMDMQNXW%2BLcUAMTUVNE4dbDbxGJNSAIq%2FJsG1DBkvykIGVDb3IxYiouXWj2zldkem7ds1h799fSs%2FoJsoDloVaipj7tHOlBfjmT2otPaqWeUydUaY3Fb1sx6roa3siviuOqRK3j1oXe8JYTDPf7yZDqPyuuPBfQ21J%2BcZMw1%2B7GItCmpULewe2h6gPxJIkPFBKn3Y%2FcgVR3RtVAhIe9s4tFymtQ12wmLnCip4r%2F9OaN7Egkvwn4n5dXKBBePkWf4wqq26uGHoPd%2Bf6hz53hVjYYSLBNHWFt7OAisVqEFXnXPhLxP1JQSJDVJtD9ZvDXd7ElRYE14zzTWj7kmc9z84sjq7nbLHC6Fz%2FG1g0CQdEAg4xaXohO%2F%2FtedhwV14LvJAtN%2F0DA96Ba8oUC97CFpxb5lxppxxLIkO0IVDkXB7UbcVC8vjmy%2B%2FY%2FOrvvfoysqo6dU6jClN6x59WyWPUkiPY3PZ884wqO7vHmZ80mUzjX2NDyYMTkkdd8jDCsoSwQz3BJeWs1hxYev1v%2FdhJHseirhMdPMV5L670haxv0wUi7hvbJi3MTNWDeDN1pml%2BWebACJ1dOALOEkB%2BnobHbe6BBNQNyHW3cwH5isPuREPZXJM2hdTv7TzLf%2Bm%2B9%2FrrH3yn%2F8oD7%2FZfeeDd%2FqsPvst%2F5f73%2BF19C31TSD3SrGJNybiOqV8Bd09D11w3MzDMHzNiNitI84uzpI0YmtzUriNMqOb93nnPdKY%2Fsoasv4ykwWIvEkTWz%2Bz8RMTUH%2BWouhLR1TCJjt981SYO%2B01IqsSWhDkt%2F4gPvdQkmLOBFFwiLtwv4v8qtxfnNgEZfhAf3KDMEBfOc1JGfDPjpY%2FTc2ACcEx49Yf44y9NwxJBvKNcdp3e%2B83Oosc5WfftibHm0ExbaK30c%2FvMpWi5CRHlcOhh2uGZdNpYepO%2BmMTtzrSKWfo%2BxB8CCUXYp9mQw2%2FhgJEHZGp2VlN56tQQFyKpk%2FSVydPtRLHnF8m4JBjor2fi%2B0wssdCatfce1MnZNjvQNMamDvSa35JE1300M3M%2BaOnfwN9cEJ7KkJiXxg1oRI8a4BHfD%2FK2Bef%2FKoIFdZqZ79Mx2T57fNQcG5%2FtMJ9VM4s99un3T6a7b9NHEPdYocot1Hsy9AZDAiUFQ6e6ECAGq4zvAb7z7GZZLPcvHHQIHNa%2FTIw%2BsRpiqZnNev7W28orkOv%2BjK3LRlMNFJJIFoLJViQsw5V2FpLIEONmYw4KATb3WsjTyrsvTT487dW3vvJsLBNnwamqZ8z%2BPdx1exOnT%2FJYx4QpvZg5suhF96U2pa0Li%2FGv7DjyYBh5DFVbCWFZAjtUNIgPWS0RNn61gy9d9x8%2F1uRBkY1kuF0i3KCu8hZpn5eZaVi8fy3r7xwfK81tcYvM1inlTKf1P64z0m3aXJlK2tYkpr2aWc84sEuLhHuuCEezYfcCBw4z%2FaRIGWlqrYoPURIfJYQowR9zhWNeD1EqTenB7kOA%2FXN%2B0B8MKM5dnhimKjHsUhMHeGHUZh7acWejQUcOjaIyZQ9hZyul7jFmmsne0b%2BJxYHYHFuc1cxL02hXGTOLWN6B0olxlOu%2BMZGm1pmCa%2FFlM284iZpFzQxU%2FxskpZ7uRYaSxvANA2QmvozzTVZOu2D56Zv4A2v%2FlN%2F8qJGrTowspqim0q9rIz4w%2F6rdPsH7cvt0%2BfWZc8F1ofTiSjsojZ%2BNK3e4llD1zbUW56VfRZMgvnUfIl8vfGti0dHGYdIGIw0N8a3elaZTaoPQJFM2rHu6S1cK60pEnAA3RCvd4xQ%2FUyelpdpRVt9xLvvLEznyjbU8sXgsb1h%2FMwPdjwM1oo%2BA%2FsPQg%2Box67VhsSj2LcD9tzi%2FEXGh4itZ4gMTH97HfcsuZM4jwoEwlrb2Xlqyqv32R3eH0c1nq%2BD%2BpVinmg%2FC4IFi6NIABc3G%2BLInq0azo33AqGc1x8EEFcM1zE%2FD%2FiweoQlKuYLAbT1ey%2FZc4joH1xibb%2BjgrNccpmxJFi0NwWRLJm6ZuNIdqrVpdoxhnePc5ARg8%2B5xu026xJuvRlwVJ0pnvOj4tz8vUM45Zzt9Z3UQzCCqdHU5Ro0vozH9Kyy%2B95QM5q60DfHLgrkdUTSXPMpw3soPsPGP%2Fhb%2B%2FEy66p4KGjnmi9rsfr%2Bl%2Fb%2BuJcUpPnqf9elYpkzcw%2FRta9h79kXc8aXZwBzAeOU1sL7mRSSYg%2FMhTsxzDzWilgeDgPOn0YFWnSu9VYlvYOBIPYXtqSPtFaAq4s8qXHaHZWlt5GiAIjOqe0Ga9pAkLVY%2BOIO571nA9o8A1yjjV1fZxSa0Yx8f%2F%2BFE%2FvTlA5iveK31Rlf26qIhmu98R7Y3u6ZSyRGF732SLP0B5oyID1g2ADgpldtcf9cTG0Pz1PUgi4%2BzwkqjFhKGgtYm0lShdrjXmie1wpee3Ynz6WDCy25h%2F2Oz6SzdDG48pawfT801hxdrFveacz4SIUb4sjf6Dz8RIo5eLWvHHNTMqRNBnYe%2BFEo1b5lliN0J8vbBFcZQ1qzPtYJ5szhaC%2BNV6m8Efv9p9EAa%2BrFiud2QOMMs5Yn0EOf6dYy7zFi1Kr%2F7gc%2FCp17VxdzDfXRLj%2BISfOZ%2BiMg%2BjImA5sqewRbL4O95UTPkBkFRjRbjFNbuv49Zc6fCdY5NAOtg%2Fws7mSv9ZKWqik%2BQjFUIGUZe4bUo1tdYEI31AIJVRi1w7N%2FQbk1jjwILn9UcBxHfacTR1ItJDP5NJffSGqcieZaj%2FY9x1hWb2Pz95yCj68mwUpDrFFqF2bd3kiAZlgZBtlju4nuHcUISqevYnVlUwf%2BhqHrK8n4ZaBbEoa5mOmktl1%2B%2BkFtvHbrsnmsYfklGNtVIiFhEsm5vbaOEmOox5PGkrrrbwC8Lyo7oNEgScm%2BrL7Wz8SOf%2FXGXPIqRkHp1Bc1rs7tPSWje702DSJo5qdLU28eh0WP51upXwYPDP7%2BuaxPeEiH3nDqv2B8Kd9jBJTssYgPKaPqu41vT4JtTb3%2Fu5VJXmzZStTB03xI3Levf5JtbJkWRcdz5kV9l6dL7uf8%2BYc7iA%2FiuNlo7BviTV%2B72LroYnUVXpgPNLo7EF4r1L846e6eOHT1xLJAAdud3d3aLJPsM3YxyLyR3%2BdLoTZl20jru4tpA%2F%2B69Yiy24fvnCTpp7Y8deCcceaWd2%2FRyeHEf3P38z%2FqSi1ZzqHUp8%2FZ8lZi0EWLNddKio3xf9M1H0W452zS%2B2LALpbrvrEPr04nl1qbW3FlhaqqH9hwCdkazR53aXUpyrwTpwwRM9oJiFl0xSQ1rdCOFet2H1WJb7gOVcfB7Z8MzUvuLR0RN4xqVFMysO51Itxh3rhq%2Bh%2FQ0tbFn67foeNHLTA73Salj3IGBvv0bEZnYiH0aVkqgwSce014RW5umCqi2tR%2FlmtEvPK7429LKavbIFLCyxtpRQDYH17JLRGZa42xz0r3N2qVEaxkyrQKtz2qmg0jYicXR9YU4ZDVqroP2CyPZdzCYU3oxO8NpUP0UksiWGzuY8eqjVDTJsDQEyltyF1%2FuQGtTj3HjrEcNF3twjIK9j9SpluIfZn2tUmrqFnNq28qbmX2JsOWe56PxyjnnQJy2CaOMZAidQugQNI2fPJ488hnnRJIHflkw2a5OgySlrFb2nP%2FlD7Lx7M%2FAn%2F74kwcMOxEGxPUK8X9dYUgfSI0t35vLZZfdyqN3nSDdyu%2F%2FC8kjy7Ew1owA2j0HrQF1b6PBg5YUBbUGA02i8uxFTTmRu%2Bzw7gFmHVKZkMhAS3Si9J%2F%2FcxydPpn543bgFRzOWejVEMsxI1voIu9Cml6DZTPyTa4wmgzb9w1r1AaxdyPSZ9mR2xH3j9XaoRsFOutuksc%2BkYMGITCxMGX0B8L8dHF2sHYQznLPO4EsWmQcmToWH7cjYTIe9Tgf53aukQOtZ%2F9Crbv6duCFWKxgmoetNHRv9cQmtfoM5ONQbtlkka%2BapR91rrS%2FrlOsv%2BfYKSm%2BCYQAEQSaJi7jmcVem4gkh3Ac9qqY1ezoQsVvuPz4t64UFq54J9sHLqLSMlG0lppzpe2mtZcY8STbej3RkjsYrX9%2FOe1GQ5vt9K2sPkHl0FWrLofWX2HRpR9lZrXK5h1re5l3yX6zOJPCe%2BDJewPRIJGnf6A6Fs4s21D8roURaog0CCDLSFox32wz5Ciyv485bzkNKqCVAtfC9jGjiM4QSTIjC4bbjMgykdKuolpierxNxCSXRDTD9AMuykdDpd9crQ2JJXHOEyaWOPfcR5%2F1AB4zNSxa9Dj9Z21FKUMmcuiooB3ONMZP5hmFj1dbDSUPqZOH1cnDgoSQ1Uqw6csdfPW6v4M%2FPV2G0Gc%2FIIUbZO4KK%2B7%2B9vLULWlpkjit2taHZ3PZZbfmD8SJ8MlfI5l%2BCKIjhAhmE4ZtHEMNxnksGY2yjCdJ3f40L5fvxcfZPY9ZNOZdKIt1HYKBbuSyV%2BB7Iw6HKB5DB3p9OTP9JMhDWPYeLJsxmNJdMzONQyLTNf%2B%2FxiJte2aaNZtlV2HxBssGvmIW696Tx58khspHBrUBs1gLuYajv%2F95nfBly2r0znkUMsXVMpypCD4S02UHWxesxvTzZtkK07RST%2BNvppF6VHcR3DXY95jlNWKyOVj2PpFkLfBu0JRTUyEMWoVi9RTefuxU1%2F%2FRqpoNiEWwCIcSVq068SEuxn5SbQaLOBREeod%2B4ckhNbOBtHx0gFA19l148hRRr73ib6lmfezpmEX1wteqmfY8nZ4NUfk%2B3SkeBof4%2B4pKX%2FWvtEE9vAK6Qmo9k6MO6HYzWTDOGP3gj57VTU8ZKwX6DzLlpjGYSxFxGcQQKG9G3DLnSrvkGMN6rjBpuMb5BomofDSWotVSwasTNKV3doWLL36uGqucc04n1XmteVXE6CXtGseoDmei%2Bsm8eNBTpyfJMxOHZUGGkEfZ8bqvfB0%2BxE%2BE2moQDcd8ExyYrumt7sfV9rnmQ%2B2Mfd2DJycPgF%2FayNz755KFGlJTwI5NvjDMR9GGqzKU5%2BASTJGT%2Fb2oJSGuP9YGVCa1Q1sLE29bl2%2FWJt6M6DSbXao0%2FwjLfs80S4pCQI36DnWyQobBHUOCeT2JvAbIG7B4USEZOTN70l3AqUAVUMurhT5PGL9wP7ffkZAlG3CxD5edJVkQg%2Bz9YLebpRcUBZHqNVCG9t3J8f0frNOSk0qKpZNM07djGgp%2BPFYndCyG2Ieebt%2BPGVbnwPk8LtCf%2FFN33vm5etKzeoOO%2BaKT8ogAqBdMDOk9Od%2BsbzqAqBBdjebdjVyNJ2r18wqHxbuLWx6rT3RAhtkYxL8pMY%2F3zf6Iq7D9gvO44ILVp6eFK8cz6VqojXmcKP0IZGYxeJLN4JZxIkmk7jc6SCIR9AOi6UdD2Vktc5CaOC1xcPxuZl16I89OEjEWLYr0zzmEA1zmpdpTRUb1mKj%2BJZr93lPFeRSSx3YjLAvGdhULFOSxaeUYPnndr%2FwkSR7FsAyN1hFEko2aJIgr4XvbOHT3k9cV52gTWctA%2FlW%2B4bp7kns1XLhNMBETb8%2FjhYk3JCmmv6s06%2FxqtTaKrOYpT%2FSYS51KjGI2Cwl3oen5Q2pIhCGhTHXpWYqI53pSRc0DB7SRZLEhFRXSSqO%2Fw11tjh8ayBPDPK%2FLxzi0djyLLj9MdfcGEjfVWdMBc9H%2BDLWP5VJEPYq7kWo%2FD6qpR0Men9LG6uNBrlYIg9JZEfdzfGzF8wYppNynHsfj3mBP8ffhf62PjTv5%2ByTtLdRFJULzCW5xmhDE62qLfpOIzCmSgA31q3eGgtnvajbw71L2nSVLpTYm2OGZM1k897ET1td9rrFypcA1X2ZCx2WMPrIVXHsWLQuO0ma1bLkItyvH2UQGgw%2BKh07gAz7DJPgPhnSMRHdE1In5jp%2Fh4os3cO%2B9z6R1ueTRO3cvwRJchvT1VCi1ibk0%2B0uz7Pd5khrmDJE8HG6Zl7AtEnObR8l49Vdu5FMf%2BqWfGJvHUNT18IDkB%2FbsUFQBU8va18GM8%2BHJiqPdMJUtb3uIsGsWlhiI9JzYCRKGpmw2IxXnH5G8otxJnsITie9DXzsV8d4iyCiI3%2FK7d2LincZOrUgTNYtqPiuVfMtX0XSymeY1JIpUpUOyJjRSvgJFJbtjypJbbs4pMs7X65bXP8spNPR5R8vrehj1eJWqeMZ0%2FLI3jdFltTeb6f8rDk8OKJ5NityDjdxP1giiQ1yRzobBZBixniw9FulFfO4%2FbTLMEHYacGa26eMhReYfsCJrzZlpR1Cp9ArpN0B%2B2zCVQjgblpiNbLoLyUfV5F0ui9493pNdygbu7lvA3Ks2sPHb857%2Flq68lkUrbuVg%2BVsMhJ%2FFSyUzzUKQsCkTW%2B7y3FlTjvXOkvoyK0gE4Q8lQgw9H6RWExcSsVCzg2NLnHX5RjbfOvdpNMqYO3cD%2FXOb8FZBUqTa1UqpI5rP%2BEtOQB4FewxTWzlX2m74ZR63LVo14CWrBmPzygl86iNvhevO%2BP7wjFAPvROrB7hkvWYDuZ40LoRT0NrGza3QEsnwCLKvka40H%2F9he0fdB0skZOB%2FfsCH9e1NErxPNGeyoaTgyZ%2B8oVuCA0rAQPH3eu1TYTix5JdzZWr9AzL2yv544EYjlrp049G5zOs47MtCNMv%2B2DRb0iCP%2BobfSNs1hDxEvIg3wX%2FHsFvFhc3g%2BsCaTGszBPdiRK80i21FPihp5OYa5vtyZnDW3ZvpfmUrYUdJiD6q1SaKyKcLLZ9jeLZkY%2FAApXnmABcQvxXkW4isFkn251JJNsZEzhGTl0E8P880XOQC%2B%2FHZz88szuDMB9EUhP8A%2F5uYNk42RQCN1VVAIvpOp3IfLvlcq1i44%2BYfZDPfsYLdWx%2FlnNcYj974%2FPdi1arL4Zrvw5cnM%2FvVRym5cha1GkxKm8QG6i6%2BU46VROq%2BfQ1JRPjDPNdw6wfLaSJV6cWcw1o6WLr0%2FlOsga6cc84j9M8fj8SIS51Yf5mko2oS9RNm8YSSB8e56pa2A8tL0rItMhDEl7Nq6OeH109i4of4iZQ8Gsh1iDQ80DHL4yYEkTLc8tRrpst7WrJecQhqunH4J4ZsnIOq1wxoAn1Rs2bra72J9U0epTE8nYY3IYCrwc7%2FgLNfeVSgxT717RK%2F9stGTPKbKtA6axdHvzYO9f284ZcXcP0%2FbBLExUiYLPDunBuGrEXyyJghwZV5wTbxPxR4t3ctD5j1gfdk5vEWceYQH%2F4mi7XpIuFPEP1l0yz3PGwEKZxZlHyN8dv66Sw1OxGJYv7dptk4M05Un0cK5%2B6cPFyiwB9ZrevTSWlcnzkp1DcBZwK1lLW73sz86Z9%2FveD%2FDnTK8ESXZ55A%2F68iQIsrSXywRu1rIu4NRRGjkG%2B6Ut%2FvxDRDxP87VA8b4YbKlb8c%2FGGy8150Dqu%2F8wCLrzk96ixWXgHXGltGjWLO0U6CK2doLThJNkXicpHS7ejxJDLonENdnfWHiFmtwv%2FztAnaZSmH2DvtAiqX9zHwl09WOyGXPAbmj8ObQmqS9nlCGyY1%2BwQW%2F%2BDJ1FZDJI8diFserLw1MhDMuazqB9jysv9lYjID%2FvTaM70%2Bnh1kiFf%2B4IuNMTwVhNHt0N1vSMCJPWiWgekJPI8auW0kd5cMv1Aqj%2FvP2sBhKjsfQGJluNPWyRvdaFvMdjH%2FZXNd8CUdVa3yOy%2FbJOXtPzIn7YN92NxMT3KE4Dxf%2F9uHsXKzc0gU4muxOJqc0EJds51HP0ouNtTzeYm%2F7dDBgy8dP2miqmVOTUWyiEleCkLFcM4hPtkh0f%2BKWrpDxP7YLEbJtQTHp3Q9zTjUPJakDNEORAYoh9LoNxWB0X5owssiMqiufMkFD%2FFvBP%2BVTgl0iHrRCOYNiZjl%2FhcL598WrX%2Fv9Uq6BvF3CjatsAO5eq2lEZx%2BONVe%2BjUF0z%2Br1yuAwRqSRWCrkzwOHsR9HeJrDLLdnXvD9dcJEy%2B7gOruduZd%2FXRTBTxDrBTGdB9i0xUdYAN4cZlYFpyEjeCWiZR2F4b1Id5ZQ9x06uossw9Kll2HYiGWfTz45zQN7GTgvU2cfIPLI8ztvGbEFKlFyfoDoTWY1NJPmGV%2FMFhJ8Pj0JA2DuZR2mLllwZq2RrJgzmdV18%2FmG6bAhp8v8oP9pEOe4d8G39O5YwtO1MQG0Kz3IWBX4XlUzz46mBMtl3hcbiywlw0M7L9KRaNzExKV0UTfSnPzIsLYBSSjF1Ias4jSmEUkYxZRGrWQyqRFpKVJ2KRu2r%2B3iKTpnIBzmmo2a19TT8UQ836yM98K5YmUxywmtFVo7u5g0h9soiatiKlZKmDx8rqTllGvXFev0WD1%2BBgv4qsY7xo%2FcbyaxqTnwFZlQGJ3uT9Or5W1ZeqkGF019m3fFi1LXTkZR9PYyR9C5P6igJLac%2BDP%2F2wxakYnWMV5mUQoj30B2NxBO1%2FDJYk6iw%2FJWfY5wX0FNGnxFZlWeyLuGmiOldokLfW36bonbo%2FWVItZ7zoMLTnCVpDfKTyqinxoNkIfZwiupbVVg8N78w8i%2FE2R2XEw39RgtS9nZrEoSXqDEF8NWTb%2Fyp3h8EGl%2FZxpWBCWLj09C%2FnwDePgbijFXZj1o85lEQ24yiYnbrlzpd1yHIlIPbvqoE0E%2BbAx8CsxuNg09hMhlpuY%2Fuu7efGL13H8Q2ksWqT0n5XiY4arRakeqeCbnUla%2BziWDZE86uRxwvQkO3BuWXBNW6PUgjmXDUgnW9r%2BE7lmJXxq6pleFz82qF6wBpNoKk3OlUYdRdxtdW%2FHYw3I9cSKAMU6%2FUfS6kQnlvoQkySA3rWF2p6jlPs2sD%2FezGPcQrnnCAO1TjI2c%2Faaj%2BIPTHc9r9ofBMmwuAjn1zgt%2FadWpuKiU%2BeCE63S37WD6tjJPHrXOO5fcTFJk9HUep%2FGvo0e8XPqEgcUQW15K%2Bu2Gs3tynKnD01PEJvcnK5paVvrZP79h69k8s5D3Pb9UciDq9l0%2F37Gz58EoyraX9sT%2Bo8cAPErh5bJPdManP39o3CWibcUMZ1dNCgONu04GcEVzgJfUhTVVBe4A3Z%2B5%2B1cYI%2Fw0PfhkdtamHfOErJ2I2vqgLS%2FRvcRjNot4HYUBGp2aqLlCJ4HOOkcRdT%2BWC13IZl%2BEAkPc4LYCmvYQyzPK4%2B7EfRVJpbJ9l2hbTp0HJ3HoUlPMPeq9aen9SuFsdVOys3TMOvHi2VeawFJNgp%2BuUhpz4klkYY1VXKVCP8iml6IkYVazbmacvfsmYx798EhN1MWLuyiOn8DTgSpidT6SySjM5Os9nEsvq%2Bhl63TLsdLHnnJXr8sseatShpMXFZ13Wz9o9mQzvspkTyeO%2FRvvoI%2Btw%2B0hmgVNP7PkOSrdbGyEEVysaSQUDKzbAbef0%2BNqU5calWldmGT981dridrkTFd57L48Dl0a7f46lEXD5T9lqXvd%2BKDIiEz7DVIuNssG43pta6696t7ZrWgSVAwl1CmsmMPXLmRvl9qx%2FVnxH2TySrjEszqeq56oqMT7PCCuGSvdxUkCawbG5k1dwq%2Fdd6%2FFHY4yX%2BuuISuWi%2FhSBVxZXVSRiTZV5zCfyxO3xOcoaZkRMziuCEZk4ckzh4GB5KJSw6Lb0JcYlulheub38qdl13a6NaGm%2BYzduN4ZjXtR7xg%2FT%2Bk6%2BjWPhF%2FcGgt8hGcGbhdPIhZxNcqTr3W0NoviIR%2BhMCQHPPHk0gEkRtF46tRy%2FbesTuEAVjcvIDq0V6W%2FvrpORSsWnUZD7kv05V8ByUj%2BkoWIZhLNhbBhnvkJOqswrUwM0s9uH%2FVzqOhr3WPJvSycFcvBz9TLwKaSx7VhQcQElzqpdpfxjerSRY%2FbqbvK9RWzihyScuwCPOsiPPYIbjlCaWtkYGAkJPHmC%2FDX315hDxOhG1nYXvA%2BahSDYy9cPq3EH9vsQ419wktHL5yc119bkPuQajnAKvV9BfK268DRxTx6nzF8hhzQXzFkKCiEsWa1CxdbGn%2F503TG0A78ihpTcFeP3FX301uzxOSJCXFmRPvWKxNcMdWqJSR9iac9Rr10%2FcJMDTZoWk6L5gjai%2Fu8HY2rt%2FImnvrCT8%2FkX9gpSMdKJFagFj1xH5Ma3OHbtJnGq5Syscyp4zasfmehnU%2BRwQLWDpD4gBimcuyMlodYOnnP868eX8Dbzb4X%2BPBWo2Du6aTeUQnXEZH6%2FQxptkM%2B%2FHo%2Bv9puDl6Lp4mnGtWcU3eJa2PikteJ1LCGFr57IQkIoi7UYyrEcuOdOwKzbNh1kXnc%2FDB9Sx83eOnpxcrr%2BXsrnlo8xrEBsD5TCwLXvxGcMvFlfecWJ3V2GhSLDvPt7e%2Bv7VvFuLa%2FdEpDn67ygUXrGbevN1UF2%2FB4XCpl7S3QmiO5lL9GBbfR27MzNVWRVKfY9RWQVxpJ%2FjlgcqWaBpwpWzAVdn6Z7Ohf%2FYIeZwMPRCP3MvhymhiWf3BB%2FYiyJ9ThEIUmbuH5fYfOreWR29PBP3v6ll%2FvtosfsBMXiKWzoi%2Bf3SvHxjlzKYBF5nT3zA9fJOZrcGyt5hFLQy1Pvck0hSLr2LsnG937TvkvSurCU58YEHpLlJKpL2TWbhqSRXkYKNJdd%2Ft4r%2BFsSY3fmOX9MXDl6FOXUu5REtg8dVrmffSHcx65ZuYe8U6zn19DxUMkRhILYVaC9gvFCVT3THlsM8I9o%2BfBIDHg%2FMnl44ajmPkObCMX8MC1aQt4oJvnTGa7llvQGa9ibP3b2Huf2zjnIm7GGg5It5aEpEWSJreAjZ2yAF3RAg5Q3Dl6OieklGq9pBEiWgWzJVvEfFvEJdAnvX0pCRiuSRykxFfhZE9%2FPCeoAnM%2Frk59K2bweJrHjstHVm16jI2yqvYXwLJk9NlajGouA2IWy6DkshJ%2BqKAvNc0nSzqYtvBPpm%2FZQveL8HO7cZFcDUR62kltKm5TD%2BGxfcPkzywE5FH4lxpJ84vC%2BK3RKkGHNmA62PrmMPw5yOSx5Nil5BMmcD4I5EufSQmNLvoKjeCWynihh0KGBIYMiRKO4CpaRbN0iVY9lHgB2rZg87848HcWtP0IZB7IP4DFl9lmpaKeZVBg32eUS8nkezK5jHt3%2Bm3wxWNmdZiJuV4Pgn9xErVr79qFxAfL1QshYdQXYWVF6%2Bz%2Bh5qEcz%2BHUtnm%2FM174zMpjlx6stRvPNNfqCv12V9vQguG3BPODX%2BxyzOJs8S6I6rJXoGMKXzMFHQLBcH14HVg2kKnfEQI3rO8i4vyJVdqfR9tJINGBJierhVpNTucTVvPnivwffaOeIIhqMmpi%2FH9GOFe3RRhmLEBnKm4G6%2F3TH54Vk8MmM2c62NuTYp86oB8deL%2BGvElQA7qSRCXRJBbjSJV5tpduCxXcEOeiYvL9OzH85%2FyWma35XCnO5tXNr7GQIR58uZIAEJG8BfgSSd1CPIGgbXoWlb4hjM3iXBgQ9u%2FfR97J%2FyBC56pJZIdrQELVUjjR%2FD9P3DbB6FbmwIeWQIiZPSTiQsC1bZEo1gUkge%2FzUV%2BiePkMcpYPtdb2Rmz2iODPRQi4eN2IVp9h4kHJcLjcGjuA1Zp3lupVwVlSfn03Q0wiQRJpmmY0xr1BP71fM0Nb6vEbJndRKpmqaXJ9p8Q6l1MtI6zQbOambywTLmxEQ8IuFbQ07hMtRWU3fFksFNdBZwj1j2Nh1wbU5EMynFKKWYSRLFNWssJyVEX1H28%2B%2FD9NUMjYM40%2BwB3Put8UjMrLltKlKZuh7c6rqzQO7dMBgQVOS8RCSv%2FIXZB9SylUJ8wejxraa4GCWJKqWYCbFUwQw%2FwzT7CyP7lllWRvKqYsKIIutMwgGsWSMs23w7N5zVRKnSy0Xzx2SIBVzpK4Mk8uTqLLMogtyExavNLNv78K6g%2BwKT2xbRPfle5l614dm19BRx%2F%2FcvZqNczrlhB04NLy2ZxCwBWQv29qJGMUWiE2NwY3B5Non4S%2FT3tFepxtmbZ%2BAro5BakNhdwXdEk2gfzckjHmfzOE5tJeWdOLcs4LdEsoBLsgGXsnXMg%2FCOL8PK8Wd6%2Fn9CIBx0MIkLwYI5St75ZD%2FwBiRkxzpKMJhFXoa4wmGDCfpERBqZb0UkLzfayDU1%2BNlCg9%2FIzlmkHCnnKjT9n7TvIAzsE8Xz%2FY4ukqyqzdWj9MWD3wT3eP2QZY1vM2u0a9jzk4431X%2FDh8c0dq8MVvuEs9r%2F81b9uGj3F5Ok9SGz%2BG2zbEndTZxBkoQzrcP6V5h652MM9Oz2Vt0D2L%2FVq%2BQNpqYDqNeULx4aMclzW2U%2FZ%2FBAZ%2Bfuu5zW%2Fslr%2BmGn1Q977O%2FTvt3fA30Mi39omnlMVHJ2rps0z3z%2F%2F4%2BiEZB1xx0rWLHuANff8J%2B0rodLJk7IRF3AhYJE6uqsJ5FEiILIjZi%2BEiXr7Nkb4gBUei%2FG9bScRnXW5eytXMzsXWMgKk9kk1IT8%2BbcV8F9XsS5ej%2FEGg4yhduhTbek9LKylki07MrdmdTSMq6lZpLJR7H4gWH1POw4tVVWuOruRMLyYMmWaGlAyCWPmyZA%2F8UjksfTxMyZMO4FO3GZIVaKmAXM34PF14p4laEJNanvqUNSoTbqUdezoFDPBiJYPdGJ1V9vfBYblGIKqdLnz4L8Gi75D6RFstpjVnYH%2BIW3vYVYPUJ%2FaPPNbmIK8iEGXW3zr8lvX7BIw5nDi4maZdEsnW5a%2BzngDzD9M4H3mdZ%2BHksXmGYqjZxR1BMN8uNAIp%2F5tXezc9F0zMX4gm9PZtct534OcT8qJMShJRcaGr3BbFjiJZcMnWntxWbZrwPXAddh2btM0ytMs9biubO65DIYJDzCHWcKwyJ6V62awOLXL%2BezMz7PoXWw9ubRmZgFXPIVEX9tXRJ5Cu8sJyLfMNGrTGLW6XeHOBpkToVs0%2BjTJonctlLYnUDz%2Fa20PbgPNDNnHkz%2FBPF9cKLyj41qNlcbinPiqgNdhJKZRAryGO6qO1TyKNKTBOdKuxC%2FPMFvjhBwoZA8Hodr%2BamWPJ6vZ3nlSmH1Z17I5LvWU9ZAk43LRILHVb4FsgIpHaC%2BWdlg5POQg2%2Fxs%2B5V2ygtWNevFBRj9TxV9bfXzSmFVJn0iySvkyT8q6fkDwx80TZNvIKS7%2BQLb1oD7WX2d%2B2JLiTOhfav4pK%2FExfqEpLmjkqDyiypp3gpUu0UacuLOhmNWiGN9O%2BIeGhsnn6IrWeQHM8A3vPhz3B07VZaD%2FfzyMt3uekvfQyEt4orHRlKItQdrykKzNcLB4qEoitxsO8xy92xB9WKxZxmhTTpGuNidfp%2FLnv1E0JMZ7CZx6WEeOz6c7j4gV%2Fkm1%2F4G942H85ZMj4jj5ReKeKuFXeK3lnwDYivFCOzw3sC5dHInPEQU855zenp8erVwuHzNzNr0RFGddZU1Lz5ykbgesRRL%2FlWxA8U42EIckm1d3v5iScmZ0nTaJNM%2FwKzOnm4k9k8LDeY7wK%2FLMFtztVWLhuQjK03nQX9B%2FIaJz%2FxOFEfZMjxcrDo0sl7%2B0zWgKPzojEcaT5Aqy8TyuMiYsEId4ItEUm%2BJxISa8SBmDZ4ZLDyreXz3cgkXrdNWD33AoOqIc2%2FByfiE5HkTkyXiMnXXeb84%2FaxmI5tY4LcRO%2BRy%2BHaL8O4fczfeRT6jug5t%2F4D5Sz9LZHkn0V8YmYuJ7icsfIw6noqq6IhUpzIh1wURFGEuaRmOHGJE5dcD%2FTRsC%2FI4LgPK5MOclx9xicvWjdsDk8lT8hHHNo0mb7RLVg5qCbOWyhtEOSl4koH67FlQ%2BekcChohPEUasITFQJzxRu0iGAPIslaJNxZJ5HhUaSn1MdT6Ls8xdtOBXKyD9en%2F5mhvlob6eVPmEL%2BmHs0%2FDgYXOtP3g855ruOvU6Yqe%2Fee4WlP7eCz%2F0C1O6Fdd%2BalDnzwVxppYh%2F4xCbiD6ZJAJyE2RXYZLZtl2hlAbGjl3IgR1fZPE1p4dELhxzFpO2bYNSQpQUsRSBL4u4wdqP1tBmiJlh6JxK6%2FRZ8xbuQbLsYxD%2FsJ536CTkkYpIECntyl11ZXM0CzifDbiMrWO3w7V9Pz1qKxtW2a2Rc9vsJBdkeUKPxtEby57Zo%2FPgXUuYsHsem%2BL9OO1FpJyJmTdxO30y5mXi%2FNtFkq0iPtQN4fl6zGtMQBH9UTx3Q8o71OMQ6%2B0uNnIfxIWtiPuNdPzUZeb8EyrRJ350XPXDj2KVsUx%2F4lWsu1tg5bWEron0TJ%2BFkwprX%2FJmGZeNw7v2d4iE3xGX9Im4xPIyFjE3oB%2FfpqFja7mRORYxL07EJeJKh0XcLzs%2F6Q1I2Fo0PT3B2ANE9Q4tF53NY0cYnonYYvH7yeew%2BK78%2FfUR02GNPeuswOg9e5EMBB8lUx%2BFNWZ2kUhym7hQnxMr%2Bq%2BFtDhYaf6YztdJo3jWvEgISPg2Gi8CPlucgWvHtpf6msN0cI8cFnZYf7XohGUn6Xc9JXPGsN32VNevFfewkz8jg2mfs3wQnrp4ixUys8Y0r81Io%2F5x9qTPIESfgleK8gBykvbyVOshWqMo%2FQmwevUSzr33EW7csZ7Xv9dY%2B62xGS4Gc6UvC65OIg1bwslIxES%2BYZZehVlW7d8bQi%2FMOvvN9O59%2FLTkzlq5Ujg0bgyH9q9CQllJypjpvcAhGtk8h6lRFVxZ8BMlph8wGt5WJ5U8CpvHLiEsC8imXG2VZAPOs%2FWm8dDf81MiedQxPR8mIoiUAER8CfHhJFdZcIhISdTn55bR2TO%2B%2B%2BrVwpiOZqp7W9BsAFMXxTJnWZOYc%2F9usftcxL8bCfeKSxDxAXGhOK06M5OCWOqXmFlRAdAFkRDEJSmS%2FABxv6Gxeq6T0j%2BN7gXDXOpiTGtHWHH1Fzh388tYvXpwbh%2B7%2Fhwee%2FmcXDXjve1pOioWUxFf%2BjTCC3DJP4skR%2FLN9FTa5LyIC%2BKCF0l245K%2FxOJiC6X%2FNHYD3C%2Fi4fjxLyEeETe6JN1SdkdwkoIvFS0tY2KYpIB0IA7ElU8yf0muOWOcqDqJaU4eje%2Bqz8uFbLlkKrvLE3ExgpQjeG8kW33zqMvBvQVJ7hMXXE7wzhfSohzT%2F7oW0g2SeGIiySqcf23Ztb1SQuh1Jg%2Fm7faV49vsKrmkI5VBBfXQlMwNumo5%2BXfUx9EhyDhUnWjdovXk5XHFFBOp%2B3C3F%2Fcon%2FQeORGONS1qPjyFbBK62kAUNU91NIjIqDy4%2F6T3KEt%2BjzGdsYc%2BlOAqUFSJl7z0bl232y486XpoXE%2Ba5PqRb76AZctqXH%2FTfl6vE1j%2FjYnZgqsOBZPSl4Wa4JL%2FNU29GVr3lz%2BWRIToEX8T2Ksg3nywuje02aRs7MRZ7N%2BVnZYsvmvWXATAghnbbdx3ZvDtj9m%2BC1ftXY%2FFF1n9WDKYEbpIb5J9Crggl45P6m2VZy52pd3glwdhc8QK8nBsHdtR2DyueF77d9ohTYPKa1gncB1I7ZgDdF2tQuF4UwZ5FEsQzKS06Vk1IV8zyvLf3M%2BuR0cT3VEVdxAfJ3rvyj0gn11789TPnv3KvRei6RWO8CKzbKE4mQCuGSgVU69AFWIPyG4R%2F7hhPxT8rTph0qOyfy%2FOZ6ilvrN7Xexpb9dKNeN%2Fvzuety1dwF2rT%2FCgPwaPjt7EooGFeMP6S4dJ0rJ3KZso%2BXeoZh9B%2FJXi%2FOVmep6ITQHXWrSpXoZrAIvdiN%2BOyBrMvmex9l0tNR%2Fx5iFLE0xSzP4WZJtAP8OqMGHF9%2B2tVDqipZswHQNT6qUKPKa9piZg2X8CDwmuH47TBNW%2Fz4H2O%2Bd7sGqeLXfK8WUP9v3jZJYuvZ%2B2g8KeBdNRJ9FZ6sz6VZ19YeO3p39h%2Fit2vgTsFYJ7EZbOx4XRIJXBHV4ysH5MD%2BLCE5jdhbhvu8qYNdp7gFiuOktbra9n9bqm1jnvFmQcg6f4Yu2JYtYE3FtISkq1niRVMMvUVMHxTZABwfUyePQ%2FtoKgN8t6jKxXNSkyBf%2FwyReodRHV55n7tfY%2FwAbB94HVi%2BEeW70sYPGwkyR1hJOlf2nA9R6E1jHQ10%2FW0kRi8e9A5khevNg1vsAa%2FTGgDLqjs9RENbkfiQuAlcU39qAqpiKIZV8A1hXrYbiQkfuzU2%2F7U1ZJuOOOEouveYyvfeoHvO8Dxieul2zBWfuCuuRLklfC%2Bl%2FT1BXBhv6EJGLR4%2Fw3DX0lwi3dtV2hta0jGz21l96dY5l71Xo2fnv%2BUzXlWWH8rxqydSN7X7HHvej729Wc31efvIJBhkhRaiAXFGmoGSSP47ytAlLaLbhlgmxSCM6Vsn7n2HpTnTx%2BmiSPOkblGXIFHLYN7z4y%2FO8nWvyCmdbT3hlNleegHQ55ROk9IMx7dCZ7X3KIfrchNjdPAaKf%2B2ZiWe3%2BKP5%2BSi3QtbHkKlMnmdloQyuAR0gF%2BsAf6jx08772ia8yl0YcRmVXH%2F2%2B5k1cDF0aK22eTV%2BdzGvPuZnzrpsO152kbsxKgesU%2B%2Fe1HP7AItq%2FsAUb46PFKKI4j9ttLnxOk%2FLn0j23utK4F05CGQPWbFgAyZxIr%2BIOrrt56r75r9xHMMOSZpyqjxbV%2BSQVEDSuFpHVeWqhfJyHjboJTd37GHu4n65Ro6Dalb8uDicl8wZq2fWGXT80ycrQeRt8XUAjTgDnG991LFavvpBLXmFMf%2BKP2bzw9xnYP6Dl0Z34ctm%2F9HKLu9h7lxLvomUKdG9sc6400czawcp5%2Bn8ZANdZ0769labZfbF2gKCQDWSCmOvdvyfOXPQIs9%2F5Fn70j9s%2FmwsTeuK2myLOBMVyE3w%2BPs47dSZi3lZhrBr%2B%2BaE%2FKVISJYgbRaJl1HqB1iddmRI8XoN5BAvZjWbxxiFmpZOMsyNahlktDzV9sgrOJUFMKI8q46dCbb37vA1TSx5bNkEaP3syT0%2FXFCpnZcAYALwXnCRm4nA%2BvdHMbnxy%2B0j%2Bt1Mqs%2FPYysVcenmNTzy2lfe0GJ9pm5ct6L43GPIlkSoNSQQ7uSRi0SP%2Bm1i8Ggu39BzuCqXy2KxlPhy9fxNLf91Y%2Fc%2FP32Z74NDjTJQWMq2JmmCW9gydRBviU5%2B7gpoW%2Fr31F08ieYRlTtymiAVxpSwTYcuY9p9i8gA4iumEfGgkCoo%2F3v9qyINYDxc2YhEAgPU9NzawVavyA9Ie%2BTCL3lUh1qbSt2UP7rE%2FipVz%2Fh5zFYeIEDMta3OtJrbdnG73ZpBqbhtzCZL107xvPYzDGSpmpl2V%2Fbblm7PjvOVrOFg6SjnOhZd%2Fnhseeys8lUf6dY61wOLbHuOxdyxiyae%2BT9eiC836t8SkZ6yYZk4yb5XOvarj%2FG51cbcT8JmHYKg5DMfcXwJv5o2Imei67va4pHkX3bEdEzUMMVOfh1UcN6Z5jrBEYtlb3SKez45GTBQzhynOxFyjOPkJslDTECUlmrlCUDr5%2Br7nZmHFiltJ3AFa50aqPQnrvj09Zlc9SslGOUA0jZo4646SdOOqOM3jKqN3iHokCkQT1JyiJuzUdd95Y5z%2F%2Bm9w6OgSDv7r45jhsdxLelh7694JRsyHyBi0%2B%2BQVlk0xyx1n3NBUM8f0m7zoo1qMR2PUBCOFp5AQTAXTYnzBWW5vPuYex3o1iJkl0bR8wpI3x06JAWlfxsBucIYzwz3pc1j%2FZT%2FR1yI6hHBUpVBpar4eONF3Hbcmnp6bwvnLH%2BDBD%2B%2Fk47%2FwKt4%2FX1jQvD%2BY8xmx%2Biaz%2BD%2BWVzeMwjBJpBGAlXuU%2BIjZ1SLJLYaFpjFTMnXQve5%2BmqYvYu3XWp5Ok04Z7lVVFgxsI3VNrmSZpuK%2BZOi15JKEl8HdLq%2F2M1jHo%2B4pOUzycIXayuM2GjGohMwcrP%2FGOMZeC4d%2Baskjx8xXbAEz0kpCuTtFXEe9RDXDvaILjYx20l4qMxBrgGPdd2c%2BL%2B3yr%2F8KC2b%2FHEd3nkd1140cnDuDqbsep03GIJYRXSYqSLDc7CjeEb03yaqIBXOuzIFRGQdbpvKC79%2BHm%2FduptoG1m37RTZu%2FLtn3K6zXryRt909h2%2FNgvtmP4SNHcOcoxmCoT4RRXGCOBVwSjRvmBG8mUZlXSu0bllDd8sbYDycc2QLAxYoUWLA9w0b%2F3o1aqyfCGz7%2FcmwBUrfzah9LQFg8qt300IPRkqNZsJAGdEmTOpJGooZbEjlGdBFrbcJX65h0bHjB6c2hytWGKtWbQMe4qw5y9k8Zw%2BzpIlmyTP4RsoikoqYA1OigJgzUzUvKTXXzpbRE5n%2BxA52PDCdKbKL3eQlD%2BZdsZVIwGgFtJ7DtFiDPYgr4UsZ4hzrb5pEXSMzZ8UGsIhHSX0b4lop1NVDWl4URDNDwwFcuQoYkjaz6Sk0JtNeeBdh0nyMGtpzlCBjEK2cfHzJcNlRZlX3UnPC4WQMj616ctX%2B3Ks2sOeuSTRP2kHrtBJIGZHj%2B5Hfw%2BVlL7J%2B%2FmbVVbyO9TSP7aX%2FcEvR3u2UZtTAUrLOcl6i%2BwTr4Vg87V1uyUUpa85%2BkDf0XchXr%2F8tFlz9x8HUZ9gQEuE4m8ggiSAe5yPG1eBvEeeCHz0pk8QYuHsblQv6nh%2BbyMrtLPinSNY2STr6sR6Ofsd04GUFsZ3M7aHhX3gseQhuuUp5oxADEjIlQ2w%2F61sX%2FRRLHscNzbPA8z9GE9%2Byh31fO4%2Fdn97H3X3w3m%2F8iHY5m6bO0TwwEMle42m5ZRPz0kMMTDiLntJOful3zmegAn%2F1YiG8Wcm%2B%2BNyWFE6Sj5Gmuzj7pe%2BCWi%2B9Y0fR2ucZ2zeO%2FZ3KhoXbCI9N45yJPfT7lG0Ha7RN7oLWHg586TK4TvLrGY%2F%2FsaqNZ4OnP4cLrog8sWctdH8bdkxl1uUvpqM0QN%2Femexo20LStpDzd6ccnbCffj%2FAed99nGnZVj593Xu4%2BFvKvfeGU2z7saqbY38%2FkZR1ov5E8oj6O4FlxWstQO8p3v%2F5Ht9T7cdT3eOZtfcZPcXnL3%2BABw%2Bdz9%2Beu4XfeuQ%2FWDj1PUGdz7Daz5tlX3xKEqlLIvBKTL6Dk%2BBaJmQSuki310gmHWXt1xY9q6EfiiVL7mNfdSIt0yKq%2FSjSFFzbw1g6txGIdBJ%2FtmPVVuJKe8At8%2BI3qv3%2F9u41xqrqCuD4f%2B2977l3gIHhKUiLIijioIyOELWRqUabIq0xNdOHQk2NJk36rUlrYtLEtJ%2BMfaVJbVONTVWKStNWYyEVjFijH1oeKpKBGYpBQN4wD2bmzj377NUP595hFAZ8AEPD%2Fn2ZSSYnc09Ostdde6%2BzljoxznsCHa2TuP7Z%2F7D%2B1YVn7HNHURSdzz7z18DG1i1s6buKZfUdPLP7La4ct8QpeM3S76DZ6YMIYjHOgy5R4RXBOBk9xqvz1LVB7%2FSjbF99%2BZm5y%2FeVpnvfoXfsJCPGBcn8tUrYUG24qrVBt0OuOEXwsIswyXYTKk6M9ZkGDhThaGHKBZJ5RFEU5T5zfr5lZSPN%2BzbwTOVy9Hf3sXXNY94oTrSwAjH3VntnmWqJ74nviaAZ6h3wD4HbBevp7XdUJtI%2Fx6GHDU3f6%2Fn8d9j6Ag8s%2Fi1hjEPyHm4ouhgNQq3076Pr%2FjDBo7hXxLaIKWwPqAu25AMZC%2FqeZFbPzhg8oii64HyuDd4NG66nka3I3Tv4yfJHadv8T29McGLq%2FiyDQUQNp35j3aGyipDergFP317n%2FFhGz5zKnrfaP1fvrC9%2FWbmyeyGvXXw3fdbROf7vmSl3JSBLq1W5plqTUbvkFJmHtKgkHRJSJ2I9WqHLVdgtN8ZtqyiKLkhn5Gtzc%2BsRNqzch%2Bpc7LznuGLGbS5gvGj5HtWwPN%2FOkpBPTxvuTMSlgt4Bbi0irjR%2Bsqff09nbRn1dE%2B%2B99Ck%2F6iN5XfeVb%2BxCTQY2cYLxgfAAmj2hwftqF2F0yP7VSUp19yKmRaXUIWTOYnwmnl1T2%2Bnv%2FlLMPKIoumCdsdWv8RvvseVoIy98AX5waA0TQpNTa7yEyr2q2bMaUgQJnCaIgN6BmrUY3Cid5vsnGka9%2FCN2fesxGtuV118%2FfdI0e3EHozp7KY%2BdhMGBpgZsyOibIlJ8Nx9xWs2KGOxrd7LMYx%2FYRYjtgOAQ541WKJtuLundw7p1t47084uiKBoxZ6xGcctf53H1qM0sG4CDq3%2FPwIFVHqNOjVkumKViCihqGO5MJJ%2FMVgBZhYTbQHw%2FB1x4ZwXlO7fSsG8TM14XLlq695Sf48GHlO2rr6HSMBZrhEBqxr%2FzfsgciNQ9hfqLQP2QwUHDBg8R0xJMsQNw1iS%2BqAMs6fk5XW5iDB5RFF3wzvj%2BS3PzenZOmcnaeRO4a9XLlGYszLezQmWpEp75hNtZFdAlomatWuPQSgYoScbDL11GGA9Pz1faXtvP%2FrqpUIZZt%2B8gjD7MwJHxNI2ZzYExR%2BjpLtuK0awuK5FJ5Q8a0gerQ2lc7X%2FDMJmH2JYgrl00uIIYXwgVbs52sjntj8EjiqKIs%2FQ2V2NrFzsOfUD%2Fa03MmL2GurnXOA3qJUuXqmafMIjYDLhPRZZrIpiKuODTLCsMaKm%2FSNvoNmYks1hYHseaUQfpYTKzOntwiSUNGGdKgoasu7zF1Zfm%2FVFDunSwJXs1%2B4FhMg9MS2YK7aLBGXE%2BCb387cij%2FHDaI7z44qSRfmZRFEXnhbN2AnzdgvXszEZzeONcvtj8FKMm3%2BkU74VwPIiIBOHkQQSwIg7EPB6y7GFrCl1BA0mhQdLQaSwORTQVJVFD0FQQ4b%2Brp2Uz79gDbhym0nWToo%2Bj2fzaHOlaaxIY9syjJYhrN5IHj0I2wLTOfzFQmhwzjyiKoiHOaglRY%2BsH7Nj9Hv0DG5g29UbGhkanJvGEgWVo9vQpgwiEvAumMYjbA%2FwGzVbY0qRdmnZipIQiVCSQBAtUCJqiR7YYxjfeCHwfwlLymT21bau8b7ucNHjsB7MomFK7qHfWFn2SZbw9oYFb9mxk3brmkX5WURRF55WzXoN63QJlx2Xb6Nz%2FYy7u%2ByX1k%2BsdIXjVsAwN1SBCEE58Y518KFkmggMLIt2IfRMNb4px28AcFiFTlZKGdDqEJpBFEJryVpt5C86hbebJW17qx0p194O0qHHbattWRRWuL0ygu5gPpYqiKIo%2B6pysjE0tm9habKIc2piUHmRyaa4L1ngNA99Fw5%2BqbU%2Byjy30Q7OEQN6L2Q32PZSTFJBpftZeHV2an6UcDxjkDa8Hg0cq%2BSTBA2AXBZNsM5o5Y5wvZGUe2r2CJybdz7p1DSP9jKIois5L5%2ByrdWNrG7t6i3RvfoCpl%2F%2BUcXVzHGq8hvLxTASOV0jljUfgY42qqsFkyISbQbUJLFLrrquoSv6WoFZfGKylNRURScQkHyLmlkxcu9F8GFSSVbj02G663dF45hFFUXQK53Rvprl5O21XT6ev8hJTdvYxsf5OF2zwZNnXVdO%2FqPqEPDNwgORrvlYHrZzY8XA41S7%2B1d%2BpThQbHDUYRIxD7FaRwldFzM5AcCIlnwTPz96fyK%2BndcXMI4qi6DTO%2Beb%2B7MXtdI5xHJLL4FWYc8N%2BR5Z5Ddm1iDyL%2BquqZxeDW1CQT9%2BW42MBoZph1G6hOraoNr5Ih2QuAoRqZVdBjEPEPk%2Bl%2B0FJ6nuCiFUrmQ3CpceOUTazBqfcRVEURcM75yvl9tVXcMmOBmh4jHvmK4XiFK%2BIU2ET%2FceaEfcrMQUVMU5VUVVf29ICVGUws1CpDuAU1VrwgOrP%2FMxDQ%2FV6I2ILYgr7EHM%2FydhvZ1LsUTVGVbOgnq2t0zhUOBqDRxRF0Sc0YuVFN9%2BqvNvwPNO7v0JKP2q8VduZWS5CQnqdIg9DuAsNdujBOMfPPqTWC0VqPVHyHatQ%2FbvNTzwMiD0I8iTqf2FMcphQkoxODEYrpOx4ZRbSuhJWfnOkn0cURdH%2FjRGtT509Wyks2M3A%2FgxlAJsYrBatsSYzISHVgfnAMuBrwJw876jFEIUT6n6rt5NXaJVB1gMrBXnOSnJAdYAg1nrzYVYuj6JoR1Oa0EWp42o2boylulEURZ%2FGebBqBlpbhTWH25h97Aq6695GSlMMST2a9gdjC%2FhyZ8kWRjeh2Q0qcpMg14RQmYmSDOnHeFRMsk013SRi3wr4f%2FtjM9rt2D3YkAFFK6E%2FWEk0SwtsfXUKzTek1Ne9EautoiiKPoP%2FAQuYYGl0PvjLAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI0LTA2LTI0VDE4OjAzOjI5KzAwOjAwNmrpFwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNC0wNi0yNFQxODowMzoyOSswMDowMEc3UasAAAAodEVYdGRhdGU6dGltZXN0YW1wADIwMjQtMDYtMjRUMTg6MDM6MjkrMDA6MDAQInB0AAAA3XpUWHRYTUw6Y29tLmFkb2JlLnhtcAAAGJVlUMsOgjAQvPMVTT3TBUxMaCgXiTej8eSVR1GitKStof69lJeJ9rQ7O52Z3cRS23YtNzmy7VNoahnOK1lwOtQOBoxGinkwfD2e0V4qjnYkIAFOPYRQoqqaXrLD%2FH3oGL4b01GAvu9JvyVS3SCM4xiCCKLIHxi%2BfguTW1%2FozSSy6GRcl6rpTCMFcn1eyJdhGM%2Bc6U1Gpqm%2FTkKTMTQpZQtuAiEJYNV28g6lJ9Xwwdnpp2ECf9iSBX7CTJvCvGrqJbCeLfU%2Bb0ti71Zm1G0AAAAASUVORK5CYII%3D) no-repeat center/contain;
  width: 100px;
  height: 50px;
}

/* line 1791, app/assets/stylesheets/active_admin.scss */
.star {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 13' style='enable-background:new 0 0 14 13%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23717171%3B%7D .st1%7Bfill:%23717171%3Bstroke:%23FFFFFF%3Bstroke-width:2%3B%7D %3C/style%3E%3Cpath class='st0' d='M7.2%2C4.1L7.2%2C4.1C6.5%2C4.1%2C6%2C3.6%2C6%2C2.9v0c0-0.7%2C0.6-1.2%2C1.2-1.2h0c0.7%2C0%2C1.2%2C0.6%2C1.2%2C1.2v0 C8.4%2C3.6%2C7.9%2C4.1%2C7.2%2C4.1z'/%3E%3Cpath class='st1' d='M8%2C1.7C7.6%2C0.9%2C6.4%2C0.9%2C6%2C1.7 M6%2C1.7L4.7%2C3.8L2.4%2C4.3c-0.9%2C0.2-1.3%2C1.3-0.6%2C2l1.6%2C1.8l-0.2%2C2.4 c-0.1%2C0.9%2C0.8%2C1.6%2C1.7%2C1.2l2.2-1l2.2%2C1c0.8%2C0.4%2C1.8-0.3%2C1.7-1.2l-0.2-2.4l1.6-1.8c0.6-0.7%2C0.3-1.8-0.6-2L9.3%2C3.8 M7.9%2C1.6l1.9%2C2.6' /%3E%3C/svg%3E") no-repeat center/contain;
}

/* line 1795, app/assets/stylesheets/active_admin.scss */
.gear {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2719 4.39524L12.2675 4.38725L12.2629 4.37934L11.2267 2.58748C10.9309 2.05948 10.3427 1.93967 9.90983 2.07739L9.87989 2.08692L9.85073 2.09863L8.97851 2.44897C8.9116 2.40759 8.84324 2.36758 8.7733 2.32913L8.64206 1.4031L8.6406 1.39285L8.6389 1.38263C8.54975 0.847734 8.09098 0.450293 7.54047 0.450293H5.46047C4.88829 0.450293 4.45295 0.869648 4.36745 1.38264L4.36575 1.39285L4.36429 1.4031L4.23294 2.32988C4.16317 2.36836 4.09509 2.40827 4.0287 2.44932L3.15562 2.09863L3.14253 2.09337L3.12928 2.08855C2.64474 1.91236 2.06071 2.08514 1.77912 2.58845L0.747859 4.38101L0.747855 4.38101L0.746626 4.38316C0.497428 4.81926 0.544978 5.45141 1.03937 5.81526L1.75333 6.37095C1.75148 6.41375 1.75047 6.45696 1.75047 6.50029C1.75047 6.53995 1.75096 6.58067 1.75204 6.6222L1.01695 7.19434C1.01687 7.1944 1.0168 7.19446 1.01672 7.19452C0.574932 7.53832 0.477286 8.14765 0.729016 8.60534L0.733415 8.61334L0.737985 8.62124L1.77423 10.4131C2.07004 10.9411 2.65825 11.0609 3.0911 10.9232L3.12105 10.9137L3.1502 10.902L4.02242 10.5516C4.08933 10.593 4.15769 10.633 4.22763 10.6715L4.35888 11.5975L4.36273 11.6247L4.36833 11.6516C4.46818 12.1308 4.88368 12.5503 5.46047 12.5503H7.54047C8.08149 12.5503 8.56209 12.1577 8.63731 11.5928L8.76776 10.6724C8.83804 10.634 8.90696 10.5939 8.9745 10.5522L9.84531 10.902L9.8584 10.9072L9.87165 10.912C10.3558 11.0881 10.9394 10.9157 11.2212 10.4132L12.2575 8.62124L12.2628 8.61205L12.2679 8.60274C12.5171 8.14586 12.4352 7.54135 11.9749 7.19142L11.2491 6.62089C11.25 6.58096 11.2505 6.54077 11.2505 6.50029C11.2505 6.46019 11.25 6.41949 11.2489 6.37834L11.984 5.80624C11.9841 5.80618 11.9841 5.80612 11.9842 5.80606C12.426 5.46227 12.5236 4.85294 12.2719 4.39524ZM6.50047 7.60029C5.89741 7.60029 5.40047 7.10335 5.40047 6.50029C5.40047 5.89724 5.89741 5.40029 6.50047 5.40029C7.10352 5.40029 7.60047 5.89724 7.60047 6.50029C7.60047 7.10335 7.10352 7.60029 6.50047 7.60029Z' fill='%23757575' stroke='white' stroke-width='1.7'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* line 1799, app/assets/stylesheets/active_admin.scss */
.MuiTableCell-sizeSmall,
.MuiTableCell-footer {
  padding: 12px 5px 10px 5px !important;
}

/* line 1804, app/assets/stylesheets/active_admin.scss */
.MuiTableRow-hover:hover {
  background-color: var(--table-hover) !important;
}

/* line 1808, app/assets/stylesheets/active_admin.scss */
.MuiTableCell-sizeSmall {
  border-bottom-color: var(--border-color);
}

/* line 1812, app/assets/stylesheets/active_admin.scss */
.MuiTableCell-footer {
  background-color: var(--section-color);
  text-transform: uppercase;
  font-size: 14px;
}

@media all and (max-width: 1280px) {
  /* line 1818, app/assets/stylesheets/active_admin.scss */
  .w-64 {
    max-width: 8.8rem !important;
  }
}

@media all and (max-width: 1280px) {
  /* line 1824, app/assets/stylesheets/active_admin.scss */
  .MuiContainer-root {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media all and (max-width: 1280px) {
  /* line 1831, app/assets/stylesheets/active_admin.scss */
  .MuiTabs-vertical .MuiButtonBase-root {
    padding: 8px;
    min-width: unset;
  }
}

/* line 1838, app/assets/stylesheets/active_admin.scss */
.fixed_switch {
  position: fixed !important;
  bottom: 3rem;
}

/* line 1842, app/assets/stylesheets/active_admin.scss */
.fixed_switch .MuiTypography-root {
  margin-left: 3.6rem;
  margin-top: -1.8rem;
}

/* line 1849, app/assets/stylesheets/active_admin.scss */
fieldset legend {
  background-color: var(--white) !important;
  max-width: unset !important;
}

/* line 1856, app/assets/stylesheets/active_admin.scss */
.MuiDialogContent-root::-webkit-scrollbar {
  width: 4px;
}

/* line 1860, app/assets/stylesheets/active_admin.scss */
.MuiDialogContent-root::-webkit-scrollbar-track {
  background: transparent;
}

/* line 1864, app/assets/stylesheets/active_admin.scss */
.MuiDialogContent-root::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.35);
  width: 4px;
  border-radius: 4px;
}

/* line 1871, app/assets/stylesheets/active_admin.scss */
li#payments {
  flex: 1 1 auto;
  display: flex !important;
  justify-content: flex-end;
}

/* line 1877, app/assets/stylesheets/active_admin.scss */
.new_file_wrap {
  position: relative;
}

/* line 1881, app/assets/stylesheets/active_admin.scss */
.call_new_file_popover {
  height: 42px;
  border-radius: 4px;
  background-color: var(--primary);
  color: var(--button-contained-color);
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.46px;
  line-height: 42px;
  border-radius: 4px;
  width: 150px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-transform: capitalize;
  transition: background-color 180ms;
}

/* line 1901, app/assets/stylesheets/active_admin.scss */
.call_new_file_popover::before {
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  background: var(--add-icon-path) no-repeat center/cover;
}

/* line 1909, app/assets/stylesheets/active_admin.scss */
.call_new_file_popover:hover {
  transition: background-color 180ms;
  background-color: var(--button-contained-hover) !important;
}

/* line 1915, app/assets/stylesheets/active_admin.scss */
.new_file_popover {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--section-color);
  width: 198px;
  padding: 12px 0 20px 0;
  box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}

/* line 1927, app/assets/stylesheets/active_admin.scss */
.new_file_popover.active {
  opacity: 1;
  pointer-events: all;
}

/* line 1932, app/assets/stylesheets/active_admin.scss */
.new_file_popover .title {
  text-align: left;
  display: block;
  padding-left: 20px;
  color: var(--text-color);
  font-size: 16px;
  font-family: Cera Pro;
  font-weight: 500;
  line-height: 1.57;
  margin-bottom: 8px;
}

/* line 1944, app/assets/stylesheets/active_admin.scss */
.new_file_popover a {
  color: var(--text-color);
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  font-size: 15px;
  font-family: Cera Pro;
  font-weight: 400;
}

/* line 1954, app/assets/stylesheets/active_admin.scss */
.new_file_popover .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
}

/* line 1960, app/assets/stylesheets/active_admin.scss */
.new_file_popover .btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

/* line 1964, app/assets/stylesheets/active_admin.scss */
.new_file_popover .btn::before {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  color: var(--white);
  border-radius: 4px;
  margin-right: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

/* line 1980, app/assets/stylesheets/active_admin.scss */
.new_file_popover .btn.buy_btn::before {
  background: var(--buy-file-color);
  content: "P";
}

/* line 1987, app/assets/stylesheets/active_admin.scss */
.new_file_popover .btn.sale_btn:before {
  background: var(--sale-file-color);
  content: "S";
}

/* line 1994, app/assets/stylesheets/active_admin.scss */
.new_file_popover .btn.mortgage_btn:before {
  background: var(--mortgage-file-color);
  content: "M";
}

/* line 2001, app/assets/stylesheets/active_admin.scss */
.new_file_popover .btn.transfer_btn:before {
  background: var(--transfer-file-color);
  content: "T";
}

/* line 2009, app/assets/stylesheets/active_admin.scss */
#header #tabs {
  width: auto;
}

/* line 2012, app/assets/stylesheets/active_admin.scss */
#header #tabs .menu_item a.active {
  background-color: var(--header-active-color);
  color: var(--header-active-text-color);
  opacity: 1;
}

/* line 2019, app/assets/stylesheets/active_admin.scss */
.nav {
  display: flex;
  width: 100%;
}

/* line 2024, app/assets/stylesheets/active_admin.scss */
.login_text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--btn-group-border-color);
  text-align: center;
  margin-bottom: 16px;
}

/* line 2040, app/assets/stylesheets/active_admin.scss */
body.logged_out #login .sign_up_terms {
  max-width: 370px;
  margin-top: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
}

/* line 2052, app/assets/stylesheets/active_admin.scss */
body.logged_out #login .sign_up_terms a {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  text-decoration: underline;
}

/* line 2058, app/assets/stylesheets/active_admin.scss */
body.logged_out #login .sign_up_terms a:hover {
  text-decoration: none;
}

/* line 2064, app/assets/stylesheets/active_admin.scss */
.h_65vh {
  height: 65vh;
}

/* line 2068, app/assets/stylesheets/active_admin.scss */
.info_icon {
  display: block;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.65 30H21.65V18H18.65V30ZM20 14.3C20.4667 14.3 20.8583 14.15 21.175 13.85C21.4917 13.55 21.65 13.1667 21.65 12.7C21.65 12.2333 21.4917 11.8333 21.175 11.5C20.8583 11.1667 20.4667 11 20 11C19.5333 11 19.1417 11.1667 18.825 11.5C18.5083 11.8333 18.35 12.2333 18.35 12.7C18.35 13.1667 18.5083 13.55 18.825 13.85C19.1417 14.15 19.5333 14.3 20 14.3ZM20 40C17.1667 40 14.5333 39.4917 12.1 38.475C9.66667 37.4583 7.55 36.05 5.75 34.25C3.95 32.45 2.54167 30.3333 1.525 27.9C0.508333 25.4667 0 22.8333 0 20C0 17.2 0.508333 14.5833 1.525 12.15C2.54167 9.71667 3.95 7.6 5.75 5.8C7.55 4 9.66667 2.58333 12.1 1.55C14.5333 0.516667 17.1667 0 20 0C22.8 0 25.4167 0.516667 27.85 1.55C30.2833 2.58333 32.4 4 34.2 5.8C36 7.6 37.4167 9.71667 38.45 12.15C39.4833 14.5833 40 17.2 40 20C40 22.8333 39.4833 25.4667 38.45 27.9C37.4167 30.3333 36 32.45 34.2 34.25C32.4 36.05 30.2833 37.4583 27.85 38.475C25.4167 39.4917 22.8 40 20 40ZM20 37C24.6667 37 28.6667 35.3333 32 32C35.3333 28.6667 37 24.6667 37 20C37 15.3333 35.3333 11.3333 32 8C28.6667 4.66667 24.6667 3 20 3C15.3333 3 11.3333 4.66667 8 8C4.66667 11.3333 3 15.3333 3 20C3 24.6667 4.66667 28.6667 8 32C11.3333 35.3333 15.3333 37 20 37Z' fill='%239E9E9E'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* line 2076, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #footer {
  display: none;
}

/* line 2080, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper {
  height: 100vh;
  margin: 0;
  width: 100%;
}

/* line 2085, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #wrapper {
  height: 100%;
}

/* line 2089, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #active_admin_content {
  padding: 0;
  min-height: 100%;
  margin: 0;
  max-width: 100%;
  flex: 1 1 100%;
  background-color: transparent;
  display: flex;
  align-items: stretch;
}

/* line 2100, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login {
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--background-main) !important;
  color: var(--text-color) !important;
  position: relative;
}

@media all and (max-height: 800px) {
  /* line 2100, app/assets/stylesheets/active_admin.scss */
  body.logged_out.registration #content_wrapper #login {
    padding-top: 50px !important;
  }
}

/* line 2114, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: var(--dark-grey);
  box-shadow: 0px 1px 0px var(--white);
  z-index: 1;
}

/* line 2126, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login h2,
body.logged_out.registration #content_wrapper #login .sign_up_terms {
  margin-left: auto;
  margin-right: auto;
}

/* line 2132, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login #registration_new {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 2138, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login .login_text {
  display: none;
}

/* line 2142, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login .login_link {
  padding: 8px 10px;
  position: absolute;
  top: 14px;
  right: 60px;
  z-index: 2;
  color: var(--white);
}

/* line 2150, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login .login_link.bottom {
  color: var(--primary);
  margin-top: 16px;
  position: relative;
  top: auto;
  right: auto;
  text-decoration: none;
}

/* line 2158, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login .login_link.bottom:hover {
  text-decoration: underline;
}

/* line 2164, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login .sign_up_terms {
  margin-top: 24px;
  margin-bottom: 32px;
}

@media all and (max-height: 800px) {
  /* line 2164, app/assets/stylesheets/active_admin.scss */
  body.logged_out.registration #content_wrapper #login .sign_up_terms {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

/* line 2174, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login .copyright {
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.38);
}

@media all and (max-height: 800px) {
  /* line 2174, app/assets/stylesheets/active_admin.scss */
  body.logged_out.registration #content_wrapper #login .copyright {
    position: relative;
    bottom: 0;
  }
}

/* line 2194, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login .already_have {
  width: 370px;
  border-top: 1px solid var(--btn-group-border-color);
  padding-top: 24px;
}

/* line 2199, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper #login .already_have p {
  width: 100%;
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
}

/* line 2214, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper .login_list {
  display: grid;
  justify-content: center;
  align-content: center;
  position: relative;
}

/* line 2220, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper .login_list::after {
  content: "";
  position: absolute;
  left: 48px;
  top: 25px;
  z-index: 2;
  width: 132px;
  height: 21px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='119' height='18' viewBox='0 0 119 18' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='118.154' height='18' fill='url%28%23pattern0%29'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_7287_69151' transform='scale%280.000244141 0.00160256%29'/%3E%3C/pattern%3E%3Cimage id='image0_7287_69151' width='4096' height='624' xlink:href='data:image/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAEAAAAAJwCAYAAAAJwKQxAAAgAElEQVR4XuzdB/gtVXX38d%2BiCogiEd%2BILYI1VhAVJIqggkqiqKhYggUkiiVgECs2EHuXWAPYCwZsERUUS0BEBBWkvGIHRCUY4KVfWO%2Bz5SDnwr33v%2BfM7Jk1e77neXxIZM/aa3/WgPf/P2d%2Bx8QLAQR6FXD3W0paU9LN5/6aeriFpNVm//3t5pq6k6SbrKDJv5WUat3w9TtJF67gv0//Xfp7171%2BIekySVdJumj2X/5Z0tWS0l%2BvMLP/7RWHzRBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQmLCATfjsHB2BYgLunh7Y30zSvSVtIukekjaXtI6kNSSlf/ZWn/tr6uW6/79YXysp7LOH/tPfXjZbk/563X//e0k/l3SypN9IOj3932Z2Rd%2BNsh8CCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAjULEABQ83Q5WxEBd19P0p1n/7mjpFtLuu3sPxtLuoWk9YtsHqvohZLOl5QCAs6W9AdJv5N01iww4NdmdmmslukGAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAIG4AgQAxJ0NnQ0o4O7rSEoP%2BqeH%2BdeV9DBJ95G0jaQ7DNja2LY%2BQ9IJko6TdLyk/yfpovQfM7tibIehXwQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEESgoQAFBSl9qjEnD3e0h6qKSHS7r7LABgQ0kpDIB/VrqZ5sXXBQBIOl3StyV9x8x%2B2k15qiCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgggMF4BHmoe7%2BzofEEBd7%2B5pLvOHvK/r6R7StpcUnrYn9cwAv8r6WRJP5N00iwc4DQzu2iYdtgVAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAIH%2BBQgA6N%2BcHXsUcPe1Ja0vaSNJj5H0OEkP7LEFtmoncKKkIyR9SdIfJF1kZle0K8nVCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgjEFCAAIOZc6KqFgLuvI%2BkRswf%2BN5O08SwAYPUWZbl0WIFrJJ0v6RxJP5kFAnzDzC4Zti12RwABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEECgOwECALqzpNJAAu5%2BS0l3l7SFpG0lPUTSzQdqh237E7hC0jGz//xQ0ulmdl5/27MTAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAALdChAA0K0n1XoUcPeHSdpb0o49bstWsQWOl/RmM/tC7DbpDgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQACBGwsQAMBdMQoBd19N0j0k7STpIZLuKelvR9E8TQ4hcKGkUyUdK%2BkIST80s6uHaIQ9EUBgxQLu/ghJL8ZnUIGfSdrXzK4ZtAs2R6ACAXd/naQHVHCUMR/hg4RAlRmfu79P0qZlqlM1U%2BAQM/tc5lqWIbBKAXe/uaRbS7qTpI0k/R9Ja0raZAUXLpP0i9l//3tJ6WftMyT92swuhxoBBMYt4O73TkGa4z7F6Lu/TNIzzeyi0Z8k8AHcfQdJewVukdYQQAABBOoS%2BH%2BSXmBmf6jrWJxmzALuvq6ke0m6u6S/k3QHSRtIuslKzpXeN/qTpPMknS3pZElnmtn5Y3agdwQQGE7A3XeV9JThOmBnST81s5cigQACCCBwvYC7P0nSszAZVOAoM3vHoB2w%2BeAC7r6epNtJupukW87%2Bk96/Tj%2B7rn6DBj29Vy3pSkm/k/RnSb9M72mb2VWDH4YGEECglYC7p8%2ByHCRpnVaFuLiVgJk9qlWBCV3s7m%2BZ/d51QqcOd9S3m9nR4bqiIQQyBNz9cZL2yFjKknELpM/Z7mFm6X23hV8EACxMx4WlBdz9FrM3oR82eyMovSHNC4FFBNKHbD4u6WuSTjOz9OACLwQQGFDA3Z8p6ZABW2Br6b8lbWtm6cEuXggg0ELA3b8iaccWJbi0vcBeZvbu9mWocEMBd08f8L0vMoMKvNzM3jRoB2w%2BOgF3v%2B3sgxLpwxJbStp8Fqb4Nx0d5ixJv5L07fQQgKTfpv%2BfhwE60qUMAj0IuPtDJR3Tw1ZssXKB9IDgHfl3Z9lbxN13k/SRsrtQHQEEEEAAgb8K/K%2BkzcwsfRidFwK9C7h7ekgihXmmz1Y8WFL6c/9mHTVyuqTvSTpK0s9nD1ikP9PyQgABBFYp4O4HSHolTIMKfNvMth20AzZHAAEEggm4%2B8skvTFYW1Nr51AzI4RhAlN39/Qg/63mQunSFwJuMwutTw/8dvE6J30%2BXNKJs/%2BkgIDfmVkKt%2BOFAAIjEHD39EUW6XNqNx1Bu9W2aGY8Y5g5XXdPn5lK/3vGaziB9IULHx1ue3ZGYDEBd3%2B0pMMlrb1YBa4aicD/SNrBzH7Utl/%2Bx7mtINd3LuDu6Vvn0ps//zhLnU9vUvNCoAuBqyWl9JQfSkoP0RzfRVFqIIBAcwECAJqbFbiCAIACqJScpgABACHmTgBAoTEQAFAItllZAgCaeU129eyh/90lPX%2BWiL6WpDUklf79X/qmhfSNCumbFtJDLumNlfea2RWTHQYHR2AEAgQAhBgSAQA9jIEAgB6Q2QIBBBBAYF6AAADuh0EEZg9T7CvpRZI2kJR%2BJ7BaoWbS7wHS7wAukvQxSQea2QWF9qIsAghUIEAAQIghEgAQYgw0gQACkQQIAAgxDQIAQoyhXBPunh7631vSLpI2mv2s2uf71%2Bk97BQAkL5Q5FNmlh7A4YUAAkEFCACIMRgCAPLnQABAvlXBlQQAFMSldBkBd7%2BzpB9ISl%2BazatugceZ2Re6OGLpDwB30SM1Khdw9/TD/IMkPWaWgLRF5UfmeHEE0oMJX5eUvrX3GDO7JE5rdIJA3QIEAISYLwEAIcZAEzUIEAAQYooEABQaAwEAhWCblSUAoJnXZFa7%2B80kPWr2n/tLuquk9O0JEV7pQYCfSErBe0dKOtrM0gcseCGAQBABAgBCDIIAgB7GQABAD8hsgQACCCAwL0AAAPdDbwLufpPZQxSPl/RQSev3tvnyG6Wf99OH1dK31RxiZumfA14IIIDAXwUIAAhxMxAAEGIMNIEAApEECAAIMQ0CAEKMobsm3D19g%2BljJW0naStJ9%2B6ueutKyySdIunY2efGjyLQvrUpBRDoVIAAgE45Fy5GAEA%2BHQEA%2BVYFVxIAUBCX0t0LuPu9JP2npBQCwKtugReY2UFdHZEAgK4kqdNIwN3XlHTr2YfU0zfTpX%2BJ8UJgSIELJb1d0ucl/cbMLh2yGfZGoHYBAgBCTJgAgBBjoIkaBAgACDFFAgAKjYEAgEKwzcoSANDMq%2BrV7r6OpNtJ2l3SnpLWG8mBfyfp3yV9TtLZZpYCAnghgMCAAgQADIh//dYEAPQwBgIAekBmCwQQQACBeQECALgfigu4e/rWxB0lvWX2DYrF92ywwWWSDpB0qKTfm5k3uJalCCBQqQABACEGSwBAiDHQBAIIRBIgACDENAgACDGGdk3Mnge44%2Bz96%2BcOGE7X9CB/mvvM%2BO94/7opH%2BsR6F6AAIDuTRepSABAvhoBAPlWBVcSAFAQl9LdCrh7CnH%2BoqRtu61MtWAC6XOx7zSzl3XZFwEAXWpSa0kBd19D0pMlpYf%2B0zfT3UIS9%2BGScizoUeCSFAAg6ROSPmBmf%2B5xb7ZCYDICBACEGDUBACHGQBM1CBAAEGKKBAAUGgMBAIVgm5UlAKCZV7Wr3f0Zkl4%2BCwBYd4QHTR/6v1jSqenDFGaWvhmQFwIIDCRAAMBA8MtvSwBAD2MgAKAHZLZAAAEEEJgXIACA%2B6GogLu/RNKLJG0sabWimy1ePP38/0dJn02/xyB4f3FIrkSgFgECAEJMkgCAEGOgCQQQiCRAAECIaRAAEGIMizfh7s%2BStJekO0ka4/vX6fDp/esUZv9SM/vK4hpciQACbQUIAGgr2M31BADkOxIAkG9VcCUBAAVxKd2dgLuvLem/JD2su6pUCirwcUnp303XdNkfD153qUmtFQq4%2B1qStpC0k6QnSNoEKgRGInChpPQLncMkHWNmF42kb9pEILwAAQAhRkQAQIgx0EQNAgQAhJgiAQCFxkAAQCHYZmUJAGjmVdVqd7%2BtpKdJSh%2BeSEGKNb2%2BL%2Bk/JH3OzNIHK3ghgECPAgQA9Ii98q0IAOhhDAQA9IDMFggggAAC8wIEAHA/dC4w%2BzbFx0p6paT7dr5B2YLnSdpP0qcIAigLTXUEIgsQABBiOgQAhBgDTSCAQCQBAgBCTIMAgBBjaNaEu99a0lMk7Sbp75tdHX71DyV9RNLnzeyC8N3SIAKVCRAAEGOgBADkz4EAgHyrgisJACiIS%2BluBNx9dUn7p8CpwMHO3Rx22lVSOHb6IurdzezKrikIAOhalHp/EXD3dG/dQtL2kl5b4YfUmfT0BNLD/wdKSmksfzKzq6ZHwIkR6E6AAIDuLFtUIgCgBR6XIjAvQABAiPuBAIBCYyAAoBBss7IEADTzqmK1u28gaU9Jr5K0ThWHWvkh0gOw6axfJHiv8klzvFACBACEGAcBAD2MgQCAHpDZAgEEEEBgXoAAAO6HTgXcfSNJh0jasdPC/Rc7WdKTJf2i62896f8o7IgAAk0FCABoKlZkPQEARVgpigACYxYgACDE9AgACDGGvCbcPT0T8JzZMwG1v3%2Bdfr%2BzzywIIH2RHC8EEOhBgACAHpAztiAAIANptoQAgHyrgisJACiIS%2BluBNz9dZJe3U01qgQVSA//p/fBHlrqi7AIAAg6%2BTG35e4p0e9lkraVtDEJJWOeJr2vQCClOp4i6U2SjjazZSghgEBzAQIAmpsVuIIAgAKolJymAAEAIeZOAEChMRAAUAi2WVkCAJp5jXq1u68l6cWSnivpDqM%2BTLPmr5H08/Sztpkd2uxSViOAwCICBAAsotb5NQQAdE5644IEAPSAzBYIIIAAAvMCBABwP3Qm4O5Pk/QOSbfqrOiwhS6W9B4zS2GHvBBAYEICBACEGDYBACHGQBMIIBBJgACAENMgACDEGJZuwt2fP3sgPr1/PZVnT9L717%2BW9GYz%2B9DSSqxAAIG2AgQAtBXs5noCAPIdCQDItyq4kgCAgriUbi/g7ilA652S1mtfjQqBBU6QtJ2ZXVKqx6n8EFbKj7ozAXe/qaSHSNpN0mMkrQEOAhMQOH32P8ZHmVn6RQ8vBBDIFCAAIBOq7DICAMr6Un1CAgQAhBg2AQCFxkAAQCHYZmUJAGjmNdrV7r6DpAMkbTHaQ3TT%2BFdnqbcnmVlKR%2BWFAAIFBAgAKIDavCQBAM3NGl9BAEBjMi5AAAEEEGgnQABAOz%2BuluTuN5t9o%2BLelYIcmYIPzey3lZ6PYyGAwA0ECAAIcUsQABBiDDSBAAKRBAgACDENAgBCjGHFTbj76ukbLCXtL2mrwK320drXk4OZHdvHZuyBwFQFCACIMXkCAPLnQABAvlXBlQQAFMSldDsBd3%2BEpC9LWrtdJa4OLpCeK93RzH5Vsk8CAErqTqS2u%2B8u6cMTOS7HRGBlAh%2BT9AIzS99cwAsBBJYQIAAgxC1CAECIMdBEDQIEAISYIgEAhcZAAEAh2GZlCQBo5jW61bNQxfQz5eNG13y5htOD/weY2avLbUFlBKYtQABAiPkTANDDGAgA6AGZLRBAAAEE5gUIAOB%2BaCXg7htKOlnS7VsVGsfFm5nZj8fRKl0igEAbAQIA2uh1di0BAJ1RUggBBGoRIAAgxCQJAAgxhhU34e4flbRr4BaHaO0gM3vBEBuzJwJTECAAIMaUCQDInwMBAPlWBVcSAFAQl9KLC7j7HSWdImm9xatw5QgE0ue%2B7m9mZ5TulQCA0sKV1nf3O0jaS9JjJaV/MfFCAAEpPfz/HUnvMbOjAEEAgZULEAAQ4u4gACDEGGiiBgECAEJMkQCAQmMgAKAQbLOyBAA08xrVand/kqQ3SLrTqBrvr9kTJb3QzI7vb0t2QmAaAgQAhJgzAQA9jIEAgB6Q2QIBBBBAYF6AAADuh4UF3H1LSZ%2BUtMnCRcZ14R8kvczMDh1X23SLAAJNBQgAaCpWZD0BAEVYKYoAAmMWIAAgxPQIAAgxhuWbcPd/lPTuCf1s2nQKKchuHzP7ZtMLWY8AAqsWIAAgxh1CAED%2BHAgAyLcquJIAgIK4lF5MYBb0fKykuy1WgatGInChpIebWfp8a/EXAQDFievZwN3XlHQfSbtLepakteo5HSdBoHOBH0h6o6TvmdkFnVenIAIjFyAAIMQACQAIMQaaqEGAAIAQUyQAoNAYCAAoBNusLAEAzbxGsdrdbynp9bPfsaTft/BatcDrJL3NzNLDsrwQQKADAQIAOkBsX4IAgPaGS1YgAGBJIhYggAACCHQrQABAt56TqObu6XM720v6rKSbT%2BLQ1x/yEknPkfSfZnblxM7OcRGYjAABACFGTQBAiDHQBAIIRBIgACDENAgACDGGa5tw9/Tz6H6S/i1QW5FbebukV5nZ5ZGbpDcExiRAAECMaREAkD8HAgDyrQquJACgIC6lmwvMHv4/SVL60m1e9QpcJukpZvbFvo5IAEBf0iPfx91vm950lXRfSemD6dw7I58p7fcicLWkP6VfiJnZp3rZkU0QGIkAAQAhBkUAQIgx0EQNAgQAhJgiAQCFxkAAQCHYZmUJAGjmFX61u99e0ndmv%2Bjl9yt5E7tG0s8l3d/MLs67hFUIILAqAQIAQtwfBAD0MAYCAHpAZgsEEEAAgXkBAgC4HxoLuPsOktKHhNZufHEdF6Sf%2BV9rZvvXcRxOgQACNxQgACDEPUEAQIgx0AQCCEQSIAAgxDQIAAgxhr88/H/H9GVnkm4tabUgbUVvwyWdI%2BmBZnZu9GbpD4ExCBAAEGNKBADkz4EAgHyrgisJACiIS%2BnmAu6e3ut5TPMruWJEAsskPcnMjuizZz5k3Kf2CPdy920k/evsX0Crj/AItIxAFIFTJH1O0vvMLH34hxcCkxYgACDE%2BAkACDEGmqhBgACAEFMkAKDQGAgAKATbrCwBAM28Qq9292dIeoukW4VuNG5zKQTghWb29bgt0hkC4xAgACDEnAgA6GEMBAD0gMwWCCCAAALzAgQAcD80EnD3nSQdKil90%2BKUX%2BkDU3tLOsjM0kMUvBBAoCIBAgBCDJMAgBBjoAkEEIgkQABAiGkQADDwGNw9PUfyFElvlbTxwO2MdfuzZs9ZHMnPs2MdIX1HESAAIMYkCADInwMBAPlWBVcSAFAQl9L5Au6evmj73ZKel38VK0cqsJek95pZCrfu7UUAQG/U49nI3deQtIWkAyVtO57O6RSBUQhcMvtlzxfN7PxRdEyTCBQQIACgAGrzkgQANDfjCgRWKEAAQIgbgwCAQmMgAKAQbLOyBAA08wq52t3XkrSvJL7Nrv2ErkgpqpK%2BambpAQFeCCCwgAABAAugdX8JAQDdm96oIgEAPSCzBQIIIIDAvAABANwP2QLufntJx8%2B%2BYTH7uooXXp4ePDGzL1R8Ro6GwCQFCAAIMXYCAEKMgSYQQCCSAAEAIaZBAMCAY3D3tSWl8Pr3SEr/N6/FBdLPs8%2BUdLiZXbV4Ga5EYNoCBADEmD8BAPlzIAAg36rgSgIACuJSOk/A3dOXbe%2BevixYUnoel1e9Agea2SuHOB4BAEOoB97T3e8q6YOS7ifppoFbpTUExiyQkl5%2BN/tn7R1mlh5e4IXApAQIAAgxbgIAQoyBJmoQIAAgxBQJACg0BgIACsE2K0sAQDOvcKtnQYsHS9pFUkp75dVeID34/zozO6B9KSogME0BAgBCzJ0AgB7GQABAD8hsgQACCCAwL0AAAPdDloC7byLph5I2zLpgOosulbSzmR05nSNzUgTqFyAAIMSMCQAIMQaaQACBSAIEAISYBgEAA47B3f9d0h6S0gNLvNoLXD37JtC925eiAgLTFCAAIMbcCQDInwMBAPlWBVcSAFAQl9J5Au6%2Bq6T02VD%2BXJ1HNtZV6X2rnczsyiEOQADAEOrB9nT31SRtJWlPSU8N1h7tIFC7wKmS3irpCDO7uPbDcj4ErhMgACDEvUAAQIgx0EQNAgQAhJgiAQCFxkAAQCHYZmUJAGjmFWq1u28k6UOS/olf8hYZzQfN7LlFKlMUgcoFCAAIMWACAHoYAwEAPSCzBQIIIIDAvAABANwPSwq4%2B7qSvixpuyUXT3PBGZK2NrMLpnl8To1AfQIEAISYKQEAIcZAEwggEEmAAIAQ0yAAYIAxuPv6kg6S9M8DbD%2BFLdPDXy80sxRwxwsBBBoIEADQAKvgUgIA8nEJAMi3KriSAICCuJReWsDdHyzpK5JutvRqVoxYIM348WZ21VBnIABgKPkg%2B7r7HSTtP3vwn7SRIHOhjUkK/I%2Bk50g60swun6QAh56UAAEAIcZNAECIMdBEDQIEAISYIgEAhcZAAEAh2GZlCQBo5hVm9ewD/UdI2j5MU3U28nlJTxsqXbVOUk41BQECAEJMmQCAHsZAAEAPyGyBAAIIIDAvQAAA98MqBWZfzvCx9HMsVKsUOFPSZmZ2GU4IIDB%2BAQIAQsyQAIAQY6AJBBCIJEAAQIhpEADQ8xjcfT1JX5D08J63ntp275e0t5ldMbWDc14E2ggQANBGr7trCQDItyQAIN%2Bq4EoCAAriUnrVAu5%2BT0nH8vB/1XeKSzpJ0oOHfr%2BKAICq77OVH87dbyXpbbNvoNtgogwcG4FoAldKOk3SvmZ2VLTm6AeBLgUIAOhSc%2BFaBAAsTMeFCCwvQABAiDuCAIBCYyAAoBBss7IEADTzCrHa3TecfZvfg0I0VH8THzazPeo/JidEoDsBAgC6s2xRiQCAFni5lxIAkCvFOgQQQACBjgQIAOgIstYy7p5CAr8kae1az9jRua6RtJ%2BZHdhRPcoggMCAAgQADIh//dYEAIQYA00ggEAkAQIAQkyDAICex%2BDuX5X0qJ63nep2HzOzZ0z18JwbgUUECABYRK37awgAyDclACDfquBKAgAK4lJ65QLufhtJx0m6PU5VC/xxFlZ97tCnJABg6An0vL%2B731TSv0h6qaSNet6e7RBAIF8gfUvkmyWdaGZX51/GSgTGIUAAQIg5EQAQYgw0UYMAAQAhpkgAQKExEABQCLZZWQIAmnkNvnoWuniwpB0Hb2ZaDXxI0p78DD2toXPaxQUIAFjcrsMrCQDoEHNlpQgA6AGZLRBAAAEE5gUIAOB%2BWKmAu99F0o8lrQNTlsDlkrYzs%2B9nrWYRAgiEFSAAIMRoCAAIMQaaQACBSAIEAISYBgEAPY1hFl7/WUkP72lLtrlW4COSXmxmFwOCAAJLCxAAsLRRHysIAMhXJgAg36rgSgIACuJSesUC7r6mpK9L2hajqgXOTD8/mdnZEU5JAECEKfTUAx/q7AmabRDoVuCjZvbMbktSDYHhBQgAGH4GkggACDEGmqhBgACAEFMkAKDQGAgAKATbrCwBAM28Bl/t7l%2BU9JjBG5lmA58ys6dN8%2BicGoFmAvyuuJlXodUEABSCnS9LAEAPyGyBAAIIIDAvQAAA98NKBdz9EEm879vsHjnBzB7Y7BJWI4BANAECAEJMhACAEGOgCQQQiCRAAECIaRAA0NMY3P3dkl7U03Zss7zAR8zsOaAggMDSAgQALG3UxwoCAPKVCQDItyq4kgCAgriUvrHA7OH/YyRtjU/1Ag80sxOinJIAgCiTKNiHu28h6cBZusgaBbeiNAIIlBFIiTHvkvQBM7ukzBZURaBfAQIA%2BvVeyW4EAIQYA03UIEAAQIgpEgBQaAwEABSCbVaWAIBmXoOtdvfVJX1Y0q6S0v/NaxiBl5nZm4fZml0RGI8AAQAhZkUAQA9jIACgB2S2QAABBBCYFyAAgPthhQLunr4J5muS1oKokcDV6SEVM/v3RlexGAEEQgkQABBiHAQAhBgDTSCAQCQBAgBCTIMAgMJjcPf0nMg7JO1VeCvKr1ogPcPxajNLP%2BPyQgCBlQgQABDj1iAAIH8OBADkWxVcSQBAQVxK31jA3d8%2B%2B7P1avhUK3CppEeZ2XcjnZAAgEjT6LgXd99U0t6Snt9xacohgMAwAqfO/rDw32Z2xTAtsCsC3QgQANCNY8sqBAC0BORyBK4TIAAgxL1AAEChMRAAUAi2WVkCAJp5Dbba3f9VUvolLw//DzaFv2x8paRnmNlnhm2D3RGILUAAQIj5EADQwxgIAOgBmS0QQAABBOYFCADgfriRgLuvL%2Bn7ku4Bz8ICdzOzMxe%2BmgsRQGBQAQIABuW/bnMCAEKMgSYQQCCSAAEAIaZBAEDBMcwe/t9z9uVjfHlgQeuM0pdJ2s3MPp2xliUITFaAAIAYoycAIH8OBADkWxVcSQBAQVxKXy8w%2B7P1KyXtj0vVAhemZzbN7NBopyQAINpEOurH3XeR9CFJN5XEnDtypQwCAdM9WfEAACAASURBVARSAuSJkv7RzM4P0A8tILCQAAEAC7F1fREBAF2LUm%2ByAgQAhBg9AQCFxkAAQCHYZmUJAGjmNchqd3%2B8pPTA%2BZqDNMCmNxRID9VuZmZnQYMAAisWIAAgxJ1BAEAPYyAAoAdktkAAAQQQmBcgAID74UYC7r6DpK9K4hthFr8/3mFm/7b45VyJAAJDChAAMKT%2BX/cmACDEGGgCAQQiCRAAEGIaBAAUHIO7P0TStwivL4jcrPQySQ81s2ObXcZqBKYjQABAjFkTAJA/BwIA8q0KriQAoCAupa8XmL3P8xVJBGvVfWPsa2ZvjXhEHgyPOJUWPbn7wyS9QtJ2LcpwKQIIxBe4QNIHJL3JzC6O3y4dIrC8AAEAIe4IAgBCjIEmahAgACDEFAkAKDQGAgAKwTYrSwBAM6/eV7v7bST9QFL6K684AmdIeriZnROnJTpBII4AAQAhZkEAQA9jIACgB2S2QAABBBCYFyAAgPthOQF3X1fSKZI2gaaVQPq2xM3NLP2szwsBBEYmQABAiIERABBiDDSBAAKRBAgACDENAgAKjWH2/vV3JG1aaAvKLiZwanq%2Bw8z%2BtNjlXIVA3QIEAMSYLwEA%2BXMgACDfquBKAgAK4lL6WgF3f5SkIyStjUm1AldJeqWkFEadvrQ53IsAgHAjWawhd/8bSS%2BRtA9pfYsZchUCIxU4XdJTJf3UzK4Z6Rloe4ICBACEGDoBACHGQBM1CBAAEGKKBAAUGgMBAIVgm5UlAKCZV6%2BrZx/k/4mkO/W6MZvlCnzIzP4ldzHrEJiSAAEAIaZNAEAPYyAAoAdktkAAAQQQmBcgAID7YTkBd99D0gdh6UTgU2b2tE4qUQQBBHoVIACgV%2B6VbUYAQIgx0AQCCEQSIAAgxDQIACgwBndfS9LRkh5coDwl2wt8XdJOZnZ5%2B1JUQKAuAQIAYsyTAID8ORAAkG9VcCUBAAVxKf2Xh//TZ0KPlXQrPKoVSM9hflLSs81sWdRTEgAQdTIN%2BpqliRwk6Y4NLmMpAgjUI5C%2B8SAlCr3IzP6nnmNxkpoFCAAIMV0CAEKMgSZqECAAIMQUCQAoNAYCAArBNitLAEAzr15Xu/vrJe3X66Zs1kQgpbO%2BwMw%2B1OQi1iIwBQECAEJMmQCAHsZAAEAPyGyBAAIIIDAvQAAA98NyAu6ePhj2IFg6Efhj%2BkyMmV3aSTWKIIBAbwIEAPRGvaqNCAAIMQaaQACBSAIEAISYBgEABcbg7i%2BXtD9fJlgAt5uS6aGiPczskG7KUQWBegQIAIgxSwIA8udAAEC%2BVcGVBAAUxJ16aXffQNJxku4%2BdYvKz3/dw/9XRj4nAQCRp7NEb7M/5KYPme864mPQOgIIdCdwlqRXSzrczK7oriyVEOhegACA7k0XqEgAwAJoXILAigQIAAhxXxAAUGgMBAAUgm1WlgCAZl69rZ49PPtfktbtbVM2WkTgQklbmtkZi1zMNQjUKkAAQIjJEgDQwxgIAOgBmS0QQAABBOYFCADgfvirgLvfR9KJktaApTOB3czs4M6qUQgBBHoRIACgF%2BalNiEAYCkh/j4CCExOgACAECMnAKDjMbj71pLSZwJ5xRZIn%2B/e1sy%2BH7tNukOgXwECAPr1XtluBADkz4EAgHyrgisJACiIO%2BXS7r6RpMMkbTNlhwmc/TuSdjaz86OflQCA6BNaQX/uvrakh0v6lKSbjfAItIwAAmUFjpT0HDM7p%2Bw2VEdgcQECABa36/BKAgA6xKTUtAUIAAgxfwIACo2BAIBCsM3KEgDQzKuX1e5%2BC0k/St8818uGbNJW4DRJ9zOzy9sW4noEahEgACDEJAkA6GEMBAD0gMwWCCCAAALzAgQAcD/8RcDdV5N0Kt8M0/kNcbGkjc0s/VmaFwIIjESAAIAQgyIAIMQYaAIBBCIJEAAQYhoEAHQ4BndfU9J3UzB6h2UpVU7gZElb8WVv5YCpPD4BAgBizIwAgPw5EACQb1VwJQEABXGnWnr25%2Br0rfBPnKrBRM79IzPbYixnJQBgLJOa9TlLETlU0vYkxY9seLSLQL8C50p6naT/MLOr%2B92a3RBYWoAAgKWNelhBAEAPyGwxDQECAELMmQCAQmMgAKAQbLOyBAA08%2Bpltbu/WdI%2BktIH%2BnmNQ%2BD9ZrbnOFqlSwTKCxAAUN44YwcCADKQ2i4hAKCtINcjgAACCDQUIACgIVity9393pJOkJS%2B3IFXtwJPMrP0zTu8EEBgJAIEAIQYFAEAIcZAEwggEEmAAIAQ0yAAoMMxuPubJL20w5KUKi9wuKT0My6f8S5vzQ4jECAAIMaQCADInwMBAPlWBVcSAFAQd4ql3X312Zd178znQqu%2BA34laWsz%2B/1YTkkAwEgm5e7pjeFdJL1N0i1H0jZtIoDAsALXSPpsCgIwszOHbYXdEVhegACAEHcEAQAhxkATNQgQABBiigQAFBoDAQCFYJuVJQCgmVfx1e5%2BP0knFt%2BIDboWuFzSY83sG10Xph4CYxQgACDE1AgA6GEMBAD0gMwWCCCAAALzAgQAcD/8RcDdXy9pPziKCHzezPjmnSK0FEWgjAABAGVcG1YlAKAhGMsRQKB%2BAQIAQsyYAICOxuDu95T0fUk37agkZfoRWCbp2Wb28X62YxcEYgsQABBjPgQA5M%2BBAIB8q4IrCQAoiDvF0u7%2BEkkH8oXdVU//PEmPNrOTx3RKAgBGMi3%2BcDCSQdEmAjEFLpX0RDP7asz26GqKAgQAhJg6AQAhxkATNQgQABBiigQAFBoDAQCFYJuVJQCgmVfx1e5%2BhKSdim/EBqUE7mxmZ5UqTl0ExiJAAECISREA0MMYCADoAZktEEAAAQTmBQgA4H5ID/%2BvJ%2BkPktJfeZURuI2ZnVumNFURQKBrAQIAuhZdqB4BAAuxcRECCNQsQABAiOkSANDRGNz9SEmP7KgcZfoVuETSvcwsfQspLwQmLUAAQIzxEwCQPwee8cu3KriSAICCuFMr7e67S/rw1M49sfNeIen%2BZnbK2M5NAEDwibn7EyS9RdImwVulPQQQiC/wCUn/ZmZ/jN8qHdYuQABAiAkTABBiDDRRgwABACGmSABAoTEQAFAItllZAgCaeRVd7e47Sjpc0lpFN6J4SYEjzezRJTegNgJjECAAIMSUCADoYQwEAPSAzBYIIIAAAvMCBABwP6QAgJfPviEGjXICn5H0VDPzcltQGQEEuhIgAKAryVZ1CABoxcfFCCBQowABACGmSgBAB2Nw93%2BS9KUOSlFiOIHvmtk2w23PzgjEECAAIMYcCADInwMBAPlWBVcSAFAQd0ql3f0fZp8J3WhK557gWR9vZunLv0b3IgAg6Mjc/eaSXiVpn6At0hYCCIxT4BxJu0g6zsyuGecR6LoGAQIAQkyRAIAQY6CJGgQIAAgxRQIACo2BAIBCsM3KEgDQzKvYane/qaSTJd2p2CYU7kvgDZL240GBvrjZJ6IAAQAhpkIAQA9jIACgB2S2QAABBBCYFyAAgPshBQCcKOl%2BUBQVOE/SZmaW/soLAQSCCxAAEGJABACEGANNIIBAJAECAEJMgwCADsbg7l%2BXtH0HpSgxrEAKE3yrmV09bBvsjsBwAgQADGc/vzMBAPlzIAAg36rgSgIACuJOpbS730XSmVM570TPebmk55vZwWM9PwEAASfn7ltI%2Bpak9MFyZhRwRrSEwMgFlkn6sJntOfJz0P6IBQgACDE8AgBCjIEmahAgACDEFAkAKDQGAgAKwTYrSwBAM69iq919Z0mf43c1xYj7LHxFCnIws7P73JS9EIgkQABAiGkQANDDGAgA6AGZLRBAAAEE5gUIAJj4/eDut5f0K0mrTZyi9PFd0rPN7NDSG1EfAQTaCxAA0N6wgwoEAHSASAkEEKhLgACAEPMkAKDlGNx9S0nH8jNoS8gYl6efc7c3s6NjtEMXCPQvQABA/%2BYr2pEAgPw5EACQb1VwJQEABXGnUNrd15V0uqT03g6vegXSF7QfOOYvi%2BLh8kA3p7uvKWlfSftI2iBQa7SCAAJ1CqSHf19kZukbLHkh0KsAAQC9cq9sMwIAQoyBJmoQIAAgxBQJACg0BgIACsE2K0sAQDOvIqvdfT1Jp0r6uyIbUHQIgXMlPcDMzhlic/ZEYGgBAgCGnsBf9icAoIcxEADQAzJbIIAAAgjMCxAAMPH7wd2PkfTQiTP0dfzfSbqbmV3a14bsgwACiwkQALCYW8dXEQDQMSjlEEBg/AIEAISYIQEALcYwe//6xPRzUYsyXBpL4BeStuH961hDoZv%2BBAgA6M96VTsRAJA/BwIA8q0KriQAoCBu7aXdfS1JKXzpwbWfdeLnO8DM9hu7AQEAQSbo7reS9CFJjw3SEm0ggMA0BNIHInaX9Fkzu2YaR%2BaUEQQIAIgwBREAEGIMNFGDAAEAIaZIAEChMRAAUAi2WVkCAJp5FVnt7rtK%2BmiR4hQdUuBgSc/h5%2BEhR8DeQwkQADCU/HL7EgDQwxgIAOgBmS0QQAABBOYFCACY8P3g7veYhQdOWKH3o/%2BzmX2i913ZEAEEGgkQANCIq9RiAgBKyVIXAQRGK0AAQIjREQDQYgzuvoOkr0hao0UZLo0n8DVJjzGzq%2BK1RkcIlBUgAKCsb251AgBypSQCAPKtCq4kAKAgbs2l3X0dSf8p6VE1n3PiZ7ta0tcl7VTDn60JAAhwN7v7lpI%2BzbfIBRgGLSAwTYErJB0m6Xlmlj54zAuB4gIEABQnztmAAIAcJdYgkCFAAEAGUvklBAAUMiYAoBBss7IEADTzKrKaN22KsEYoukzS3mb2vgjN0AMCfQoQANCn9kr3IgCghzEQANADMlsggAACCMwLEAAw4fvB3V8laf8JEwxx9C%2BZGV%2ByMYQ8eyLQQIAAgAZY5ZYSAFDOlsoIIDBSAQIAQgyOAIAWY3D3b0h6RIsSXBpTIL1//WIze2/M9ugKgXICBACUs21SmQCAfC0%2BS5ZvVXAlAQAFcWsu7e7vlLRXzWfkbH/5stTtzeyyGiwIABhwiu6eUvfSvzDSm8A3GbAVtkYAAQRc0rcl7WNmJ8GBQGkBAgBKC2fVJwAgi4lFCCwtQADA0kY9rCAAoBAyAQCFYJuVJQCgmVfnq919U0k/k7R258UpGEHgAkn/YGanR2iGHhDoS4AAgL6kV7kPAQA9jIEAgB6Q2QIBBBBAYF6AAICJ3g/uvq6kUyRtMlGCoY59uaRNzezcoRpgXwQQWFqAAICljXpYQQBAD8hsgQAC4xIgACDEvAgAWHAM7v5ASccveDmXxRdIP%2BvuYGbfjd8qHSLQnQABAN1ZtqlEAEC%2BHgEA%2BVYFVxIAUBC3xtLuvrqkF0h6V43n40x/FThG0pPM7PxaTAgAGGiS7r6BpM%2BkH9AGaoFtEUAAgRUJXCxpV0lfMbOUJMkLgSICBAAUYW1alACApmKsR2AlAgQAhLg1CAAoNAYCAArBNitLAEAzr05Xu3v63dlxkrbstDDFogn8UtK9zOzSaI3RDwKlBAgAKCXbqC4BAI24FltMAMBiblyFAAIIILCwAAEAC9ON%2B0J331PSQeM%2BxWi7P0LSE8wsBd7zQgCBgAIEAIQYCgEAIcZAEwggEEmAAIAQ0yAAYMExuPvnJD1xwcu5bBwCJ0t6kJmlMABeCExCgACAGGMmACB/DgQA5FsVXEkAQEHc2krPPgf6aEmHS1qrtvNxnr8KpIf%2BtzCz39RkQgDAANN0981m/8L4uwG2Z0sEEEBgKYH04P/BZvYvSy3k7yOwqAABAIvKdXodAQCdclJsygIEAISYPgEAhcZAAEAh2GZlCQBo5tXpane/q6QzOi1KsagCB5lZSvjlhcAkBAgACDFmAgB6GAMBAD0gswUCCCCAwLwAAQATvB/cfR1Jx0pKnwPh1b/AZZLuama/639rdkQAgRwBAgBylIqvIQCgODEbIIDA2AQIAAgxMQIAFhiDu68r6UxJt13gci4Zl8CXJT2eL3Mb19DodnEBAgAWt%2BvySgIA8jUJAMi3KriSAICCuLWVdveHS/qipPTnaV51Cpwl6cFmdl5txyMAoMeJztJCnirpnZI26nFrtkIAAQQWEfiOpKeZ2TmLXMw1CKxKgACAEPcHAQAhxkATNQgQABBiigQAFBoDAQCFYJuVJQCgmVenq909BaN9oNOiFIsqcNXsAxRfidogfSHQpQABAF1qLlyLAICF6fIvJAAg34qVCCCAAAKdCBAA0AnjuIrMvgDiOEk3GVfn1XTrkp5lZh%2Bt5kQcBIHKBAgACDFQAgBCjIEmEEAgkgABACGmQQDAAmNw9/Stpf%2B1wKVcMj6B9P71E80sPajGC4HqBQgAiDFiAgDy50AAQL5VwZUEABTEran07H9jvinp9jWdi7MsJ5Cee3yqmX23RhcCAHqcqru/UdLLetySrRBAAIG2AhdJ2sbMfty2ENcjMC9AAECI%2B4EAgBBjoIkaBAgACDFFAgAKjYEAgEKwzcoSANDMq9PV7v49Sf/QaVGKRRZI3xp4FzM7O3KT9IZAFwIEAHSh2LoGAQCtCZcuQADA0kasQAABBBDoVIAAgE45x1HM3Q%2BTtPM4uq22y/PM7NbVno6DITByAQIAQgyQAIAQY6AJBBCIJEAAQIhpEACwwBjc/Tc8uLQA3LgvubOZpW8z5YVA1QIEAMQYLwEA%2BXMgACDfquBKAgAK4tZS2t3/VtIpkm5Zy5k4x40Erpa0pZmdWKsNAQA9THb2L4v3S9qph%2B3YAgEEEOha4E%2BSXpu%2B9dLMrum6OPWmKUAAQIi5EwAQYgw0UYMAAQAhpkgAQKExEABQCLZZWQIAmnl1ttrdN5F0pqQ1OitKoTEIHJl%2Bh2dmV46hWXpEYFEBAgAWlev0OgIAOuVccTECAHpAZgsEEEAAgXkBAgAmdj%2B4%2Bz0knTqxY0c97s5m9p9Rm6MvBKYsQABAiOkTABBiDDSBAAKRBAgACDENAgAajsHd7yOJL/Nq6FbB8qPN7BEVnIMjILBKAQIAYtwgBADkz4EAgHyrgisJACiIW0Npd99QUgpx3q6G83CGFQqkL3x6uqQjzMxrNSIAoPBk3f1ukr4s6U6Ft6I8AgggUFLgKkkHSHqbmV1aciNqT0OAAIAQcyYAIMQYaKIGAQIAQkyRAIBCYyAAoBBss7IEADTz6my1u79c0oGdFaTQmAReZWZvGFPD9IpAUwECAJqKFVlPAEAR1uWLEgDQAzJbIIAAAgjMCxAAMLH7wd1fMwtSn9jJQx73q2a2Y8jOaAqBiQsQABDiBiAAIMQYaAIBBCIJEAAQYhoEADQcg7vvLunDDS9jeR0Cb5KU3sNO327KC4EqBQgAiDFWAgDy50AAQL5VwZUEABTEHXtpd09f%2BvQJSU8e%2B1nof6UCy9J7dFP4nCcBAAX/KXD3nSV9TNI6BbehNAIIINCXQErDOcrMduhrQ/apV4AAgBCzJQAgxBhoogYBAgBCTJEAgEJjIACgEGyzsgQANPPqZLW7rybpG5Ie1klBioxNICXD3s3Mfju2xukXgVwBAgBypYquIwCgKO%2B1xQkA6AGZLRBAAAEE5gUIAJjY/eDuZ0nadGLHjnrcy82Mz%2BZEnQ59TVqAAIAQ4ycAIMQYaAIBBCIJEAAQYhoEADQcg7unby9Nzybwmp5A%2BhK3x5jZ16Z3dE48FQECAGJMmgCA/DkQAJBvVXAlAQAFccde2t3fL2kPSelzoLzqFHihpIPMLD3rWPWLAIAC43X3tSQ9T9L%2BktYvsAUlEUAAgSEFTpP0FDP76ZBNsPe4BQgACDE/AgBCjIEmahAgACDEFAkAKDQGAgAKwTYrSwBAM69OVrv7upLOkHS7TgpSZIwCf5K0BSEAYxwdPecIEACQo1R8DQEAxYkJAOiBmC0QQAABBJYXIABgQneEuz9L0sETOvIYjsoDRGOYEj1OToAAgBAjJwAgxBhoAgEEIgkQABBiGvz5veEY3D29f3nLhpexvB6BX0ralvev6xkoJ1legACAGHcEAQD5cyAAIN%2Bq4EoCAArijrm0u%2B8t6R1jPgO9LynwTknps9VXLLmyggUEAHQ8RHdfT9KLJb2WlJCOcSmHAAKRBM6T9I9m9qNITdHLeAQIAAgxKwIAQoyBJmoQIAAgxBQJACg0BgIACsE2K0sAQDOvTla7%2B99L%2BlknxSgyZoH/SEnAZnbNmA9B7wisSIAAgBD3BQEAPYzB3XeT9JEetmILBBBAAAEEkgABABO5D2ZfCvELSbedyJHHdMw78DDEmMZFr1MQIAAgxJQJAAgxBppAAIFIAgQAhJgGAQANxuDuW0k6rsElLK1T4EhJ/2RmV9d5PE41ZQECAGJMnwCA/DkQAJBvVXAlAQAFccda2t2fLOkzY%2B2fvrMEvmhmO2WtrGQRAQAdD9LdD5f0uI7LUg4BBBCIKHCBpKebWfqFEi8EGgkQANCIq9RiAgBKyVJ3cgIEAIQYOQEAhcZAAEAh2GZlCQBo5tXJand/zSzcsZN6FBmtQHrwP/1vzHtHewIaR2AlAgQAhLg1CADoYQwEAPSAzBYIIIAAAvMCBABM5H5w97tI%2BqmktSdy5DEdc08ze/%2BYGqZXBGoXIAAgxIQJAAgxBppAAIFIAgQAhJgGAQANxuDub5T0sgaXsLROgWWSXmJm76rzeJxqygIEAMSYPgEA%2BXMgACDfquBKAgAK4o6xtLtvJuloSRuOsX96zhL4saSHmNnFWasrWUQAQEeDdPc7zhJCHtBRScoggAACYxF4gZkdNJZm6TOGAAEAIeZAAECIMdBEDQIEAISYIgEAhcZAAEAh2GZlCQBo5tXJandP3%2BK3SSfFKDJ2gT/Nfml8xtgPQv8IzAsQABDifiAAoIcxEADQAzJbIIAAAgjMCxAAMJH7wd0PkfTMiRx3bMc82cw2H1vT9ItAzQIEAISYLgEAIcZAEwggEEmAAIAQ0yAAIHMM7r66pO9J2irzEpbVL7CFmf2o/mNywikJEAAQY9oEAOTPgQCAfKuCKwkAKIg7ttLufh9J6cttbz223uk3W%2BBkSduZWXo/dlIvAgA6GLe730HScZI27qAcJRBAAIExCrxb0r5mduUYm6fn/gUIAOjffAU7EgAQYgw0UYMAAQAhpkgAQKExEABQCLZZWQIAmnm1Xu3ufyvp960LUaAmgbMk3c/MLqrpUJxl2gIEAISYPwEAPYyBAIAekNkCAQQQQGBegACACdwP7n4bSWdP4KhjPuITzOzwMR%2BA3hGoSYAAgBDTJAAgxBhoAgEEIgkQABBiGgQAZI7B3W8m6SRJm2ZewrL6BU6V9AAzu6z%2Bo3LCqQgQABBj0gQA5M%2BBAIB8q4IrCQAoiDum0u6%2BgaRvS0ohALzqFDhX0n3NLH2Z0%2BReBAC0HLm730vS10kIaQnJ5QggMHaBqyV9SdIuhACMfZT99E8AQD/OS%2BxCAECIMdBEDQIEAISYIgEAhcZAAEAh2GZlCQBo5tV6tbtvLSn9WYkXAvMCbzSzV0CCQC0CBACEmCQBAD2MgQCAHpDZAgEEEEBgXoAAgAncD%2B7%2BOkmvnsBRx3zE9M2YD%2Bd96zGPkN5rEiAAIMQ0CQAIMQaaQACBSAIEAISYBgEAmWOYBdifIenmmZewbBoCH5f0bDNbNo3jcsraBQgAiDFhAgDy50AAQL5VwZUEABTEHUtpd19f0tEpHGksPdPnQgL3NLOfLXRlBRcRANBiiO7%2BWEmflrROizJcigACCNQk8BVJTzezC2s6FGfpXoAAgO5NF6hIAMACaFyCwIoECAAIcV8QAFBoDAQAFIJtVpYAgGZerVe7%2B66SPtq6EAVqE7hS0pPM7Iu1HYzzTFOAAIAQcycAoIcxEADQAzJbIIAAAgjMCxAAMIH7wd1/Kil9UQSvuALpverNzeyXcVukMwSmI0AAQIhZEwAQYgw0gQACkQQIAAgxDQIAMsfg7umbTH%2BcuZxl0xG4XNLOZvZf0zkyJ61ZgACAGNMlACB/DgQA5FsVXEkAQEHcMZR293UlHZI%2B0zeGfulxIYE/zP7MO%2Bkv9CIAYKF7R3L3x0jiA78L%2BnEZAghULXCmpC3MLH2ImRcCKxQgACDEjUEAQIgx0EQNAgQAhJgiAQCFxkAAQCHYZmUJAGjm1Xo13%2BTXmrDmAudJ2szM0l95ITBqAQIAQoyPAIAexkAAQA/IbIEAAgggMC9AAEDl94O77ygpBaLzii/wLjPbO36bdIhA/QIEAISYMQEAIcZAEwggEEmAAIAQ0yAAIHMM7v4cSR/KXM6y6Qnc3czOmN6xOXFtAgQAxJgoAQD5cyAAIN%2Bq4EoCAArijqG0u39E0m5j6JUeFxZ4nJl9YeGrK7mQAIAFBunuL5W0n6T1FricSxBAAIHaBVzSSZKeYmY/r/2wnG8xAQIAFnPr%2BCoCADoGpdx0BQgACDF7AgAKjYEAgEKwzcoSANDMq/Vqd/%2BEpKe1LkSBWgW%2BJemRZnZVrQfkXNMQIAAgxJwJAOhhDAQA9IDMFggggAAC8wIEAFR8P7j7WpJOlXTnio9Z09HSz%2B13MrPf1nQozoLAGAUIAAgxNQIAQoyBJhBAIJIAAQAhpkEAQOYY3P2jknbNXM6y6QkcbWaPmN6xOXFtAgQAxJgoAQD5cyAAIN%2Bq4EoCAAriRi7t7qtJ2lfSayTdJHKv9LawwOWS9jCzjy9coaILCQBoOEx%2B6dMQjOUIIDBlgVMkbc83I075Flj52QkACHFfEAAQYgw0UYMAAQAhpkgAQKExEABQCLZZWQIAmnm1Xu3u6QHvbVsXokDNAq80swNrPiBnq1%2BAAIAQMyYAoIcxEADQAzJbIIAAAgjMCxAAUPH94O5bSzpG0poVH7O2o%2B1rZm%2Bt7VCcB4GxCRAAEGJiBACEGANNIIBAJAE%2BCx5iGgQAZI7B3dMXcm2WuZxl0xR4R3oIzsyunubxOXUNAgQAxJgiAQD5cyAAIN%2Bq4EoCAAriRi7t7jtKOkzSOpH7pLeFdlnf8QAAIABJREFUBa6U9D7%2BfHu9HwEADe4ld3%2BbpL0krd7gMpYigAACUxa4VNLmZnbmlBE4%2B40FCAAIcVcQABBiDDRRgwABACGmSABAoTEQAFAItllZAgCaebVe7e4/T98Q17oQBWoWWCbpPmZ2Ws2H5Gx1CxAAEGK%2BBAD0MAYCAHpAZgsEEEAAgXkBAgAqvh/c/QPp20Yk8Tmb8cz5R2a2xXjapVME6hQgACDEXAkACDEGmkAAgUgCBACEmAYBAJljcPf0UHf6llNeCKxMID0ktYOZfRsiBMYqQABAjMkRAJA/BwIA8q0KriQAoCBu1NLuvqWk7xLWHHVCnfT1RjN7RSeVKinCG5MZg3T3lOD%2BTknP5eH/DDCWIIAAAssLnCtpVzP7JjAIXCdAAECIe4EAgBBjoIkaBAgACDFFAgAKjYEAgEKwzcoSANDMq/Vqd79M0k1aF6JA7QK/lfRgM0t/5YXA6AQIAAgxMgIAehgDAQA9ILMFAggggMC8AAEAld4P7n57SadLWrfSI9Z8rO3N7KiaD8jZEIguQABAiAkRABBiDDSBAAKRBAgACDENAgAyxuDuG0n6Y8ZSliCQPqu9Fe9fcyOMVYAAgBiTIwAgfw4EAORbFVxJAEBB3Iil3f02ko6TlN6z4VWfwDWSPiJpbzNLX0bMayZAAMASt4K7ry4pJbnvzl2DAAIIILCwwPmS/sHMzly4AhdWJUAAQIhxEgAQYgw0UYMAAQAhpkgAQKExEABQCLZZWQIAmnm1Wu3ua0i6qlURLp6SQPqF83PNLH3rBi8ERiVAAECIcREA0MMYCADoAZktEEAAAQTmBQgAqPR%2BcPc3SOLbRsY53x9I2pqf3cc5PLquQ4AAgBBzJAAgxBhoAgEEIgkQABBiGgQAZIzB3e8o6ZcZS1mCQBI4zMyeBAUCYxQgACDG1AgAyJ8DAQD5VgVXEgBQEDdaaXe/g6RTJK0frTf66UwgPd/0KDNLn6fiNSdAAMAqbofZh74/I%2BmxktIHwHkhgAACCCwu8GdJjzaz4xcvwZW1CBAAEGKSBACEGANN1CBAAECIKRIAUGgMBAAUgm1WlgCAZl6tVrv7fST9uFURLp6SQEqdTf8b9N4pHZqz1iFAAECIORIA0MMYCADoAZktEEAAAQTmBQgAqPB%2BcPe1JZ0k6e8rPN4UjnSxpM3M7BdTOCxnRCCiAAEAIaZCAECIMdAEAghEEiAAIMQ0CADIGIO7by0pfc6PFwI5AsskvZj3r3OoWBNNgACAGBMhACB/DgQA5FsVXEkAQEHcaKXd/fuStozWF/10JvAtSY8zs4s6q1hRIQIAVjJMd19T0jslPb%2BieXMUBBBAYGiB30jahRCAoccw/P4EAAw/g9kbA9uaWfqlLy8EEGghQABAC7zuLiUAoDvL5SoRAFAItllZAgCaebVa7e5bSPphqyJcPDWBc9KbC2Z29tQOznnHLUAAQIj5EQDQwxgIAOgBmS0QQAABBOYFCACo8H5w920kfVPS6hUebypHeo2ZvX4qh%2BWcCEQTIAAgxEQIAAgxBppAAIFIAgQAhJgGAQAZY%2BD9nAwkltxQ4ApJW5vZj6BBYEwCBADEmBYBAPlzIAAg36rgSgIACuJGKT0LaT5E0lOi9EQfnQucmb683czSX3mtQIAAgBWguPtakj4h6YncNQgggAACnQukDz%2Blh475Vs3OacdTkACAELNKycAEAIQYBU2MXYAAgBATJACg0BgIACgE26wsAQDNvFqtJgCgFd%2BUL07Js7c1s/StgrwQGIUAHxgLMSYCAHoYAwEAPSCzBQIIIIDAvAABAJXdD%2B6eHvr/raSNKzvaFI9zCzNL/4zyQgCBngUIAOgZfMXbEQAQYgw0gQACkQQIAAgxDQIAMsbA%2BzkZSCxZkcD/lbS5mV0CDwJjESAAIMakCADInwMBAPlWBVcSAFAQN0Jpd19D0uskvSJCP/RQRCB9%2BdJd%2BXPrqm0JALiBj7uvKemTkh5PgnuRfzApigACCCSB8yXtYmbp2zJ4TVCAAIAQQycAIMQYaKIGAQIAQkyRAIBCYyAAoBBss7IEADTzarXa3R8n6fBWRbh4qgJvN7N9pnp4zj0%2BAT4wFmJmBAD0MAYCAHpAZgsEEEAAgXkBAgAqux/4c3NVA93bzN5V1Yk4DAIjESAAIMSgCAAIMQaaQACBSAIEAISYBgEAGWPg59IMJJasTCA9D7OrmV0DEQJjECAAIMaUCADInwMBAPlWBVcSAFAQN0Jpd3%2B%2BpPdF6IUeigj8XtIOZnZKkeoVFSUA4AbDdPfXSnpNRTPmKAgggEBUgd/Mvn38V1EbpK9yAgQAlLNtUJkAgAZYLEVgVQIEAIS4PwgAKDQGAgAKwTYrSwBAM69Wq939uZLe36oIF09Z4AlmRoDElO%2BAEZ2dD4yFGBYBAD2MgQCAHpDZAgEEEEBgXoAAgMruB3f/oKQ9KjvWVI9zgpk9cKqH59wIDClAAMCQ%2Bn/dmwCAEGOgCQQQiCRAAECIaRAAkDEG3s/JQGLJygSukPTPZnYYRAiMQYAAgBhTIgAgfw4EAORbFVxJAEBB3CFLu3t63vmxkj4raa0he2HvYgJXStrJzI4stkNFhQkAmBumu79e0n4VzZejIIAAAtEFLpW0qZmdF71R%2ButWgACAbj0XrEYAwIJwXIbADQUIAAhxTxAAUGgMBAAUgm1WlgCAZl6tVhMA0IqPi6X0s%2B29zOx8MBCILsAHxkJMiACAHsZAAEAPyGyBAAIIIDAvQABARfeDu99U0h8lrVPRsaZ%2BlHvzTTJTvwU4/xACBAAMoX6jPQkACDEGmkAAgUgCBACEmAYBABlj4P2cDCSWLCVwDzM7balF/H0EhhYgAGDoCVy7PwEA%2BXMgACDfquBKAgAK4g5Z2t3vKulk3p8ZcgrF997WzL5dfJdKNiAAYDZId3%2BFpFdLWruS2XIMBBBAYCwCp0hK35L487E0TJ/tBQgAaG/YQQUCADpApAQCSYAAgBD3AQEAhcZAAEAh2GZlCQBo5tVqNQEArfi4%2BFqBb0n6JzNLgXe8EAgrwAfGQoyGAIAexkAAQA/IbIEAAgggMC9AAEBF94O7v0rS/hUdiaNc%2B4HB%2B5vZ1WAggEB/AgQA9Ge9ip0IAAgxBppAAIFIAgQAhJgGAQAZY%2BD9nAwkliwl8B0ze%2BhSi/j7CAwtQADA0BO4dn8CAPLnQABAvlXBlQQAFMQdqrS7by7pC5JuN1QP7Ftc4F/N7D3Fd6loAwIArn1gZ3dJH65orhwFAQQQGJvA8ZIeYWbpg8%2B8JiBAAECIIRMAEGIMNFGDAAEAIaZIAEChMRAAUAi2WVkCAJp5tVpNAEArPi6%2BXuDVZsZDItwRoQX4wFiI8RAA0MMYCADoAZktEEAAAQTmBQgAqOR%2BcPf1JJ0g6e8rORLHuFbgCkkPNLOfAIIAAv0JEADQn/UqdiIAIMQYaAIBBCIJEAAQYhoEAGSMgfdzMpBYkiNwoKT9zOyanMWsQWAIAQIAhlC/8Z4EAOTPgQCAfKuCKwkAKIg7RGl331DS11KQ7xD7s2dxgRTO/A4z27f4TpVtMPkAAHffWdKnJK1Z2Ww5DgIIIDAmAZd0rqR7mln6cBSvygUIAAgxYAIAQoyBJmoQIAAgxBQJACg0BgIACsE2K0sAQDOvVqsJAGjFx8XXCyyTtJWZnQgKAlEF%2BMBYiMkQANDDGAgA6AGZLRBAAAEE5gUIAKjkfnD3rSSl91FWq%2BRIHONagfSedPpw2T6AIIBAfwIEAPRnvYqdCAAIMQaaQACBSAIEAISYBgEAGWPg/ZwMJJbkCKRAvM3M7PScxaxBYAgBAgCGUL/xngQA5M%2BBAIB8q4IrCQAoiNt3aXe/maT0Wbs79703%2B/UmcKik3Qilau496QAAd99B0pckrdWcjisQQAABBAoIHCbp6WZ2ZYHalAwkQABAiGEQABBiDDRRgwABACGmSABAoTEQAFAItllZAgCaebVaTQBAKz4uXl7gN5LuZ2b/AwwCEQX4wFiIqRAA0MMYCADoAZktEEAAAQTmBQgAqOR%2BcPfvS9qykuNwjOUF0s/pdzGzC4BBAIF%2BBAgA6Md5iV0IAAgxBppAAIFIAgQAhJgGAQAZY%2BD9nAwkluQK/H4WYp/ex%2BaFQDgBAgBijIQAgPw5EACQb1VwJQEABXH7LO3u6Uu9PybpyZIm/axzn%2B497/VJSc/mWcHF1Cf7D4W7pzdrvyVpncXouAoBBBBAoJDAEekPbmZ2VaH6lA0gQABAgCFc%2B80125pZ%2BnZSXggg0EKAAIAWeN1dSgBAd5bLVSIAoBBss7IEADTzarWaAIBWfFx8Y4FDJP0LP99ya0QU4ANjIaZCAEAPYyAAoAdktkAAAQQQmBcgAKCC%2B8HdHyTp2AqOwhFWLvAqM3sDQAgg0I8AAQD9OC%2BxCwEAIcZAEwggEEmAAIAQ0yAAIGMMvJ%2BTgcSSJgKflfRUvnW1CRlr%2BxIgAKAv6VXvQwBA/hwIAMi3KriSAICCuH2Wdvf3SHphn3uyV28CLulUSVub2cW97VrZRpMMAHD39Wc3z%2B0rmyfHQQABBGoQSA8jv8/M9q7hMJxhxQIEAIS4MwgACDEGmqhBgACAEFMkAKDQGAgAKATbrCwBAM28Wq0mAKAVHxffWODq9OaEmb0fHASiCfCBsRATIQCghzEQANADMlsggAACCMwLEABQwf3g7gdJ2rOCo3CElQv8xMzuCxACCPQjQABAP85L7EIAQIgx0AQCCEQSIAAgxDQIAMgYA%2B/nZCCxpIlAev/6ZWb2tiYXsRaBPgQIAOhDeek9CABY2ui6FQQA5FsVXEkAQEHcvkq7%2B0sk7S9p7b72ZJ9eBU6T9GAzu6DXXSvbbHIBAO6%2BsaQTJN2msllyHAQQQKA2gb3N7F21HYrzXCtAAECIO4EAgBBjoIkaBAgACDFFAgAKjYEAgEKwzcoSANDMq9VqAgBa8XHxigXOnv0S%2B9cAIRBJgA%2BMhZgGAQA9jIEAgB6Q2QIBBBBAYF6AAICR3w/uflNJZ/B5kpEPcun2r5S0mZmlD57xQgCBwgIEABQGzitPAECeE6sQQGBCAgQAhBg2AQAZY%2BD9nAwkljQVSO9PbWNmJzW9kPUIlBQgAKCkbn5tAgDyrQgAyLcquJIAgIK4fZR29ydI%2Bnwfe7HHIALp/badzexng%2Bxe0aaTCgBw9zUkfV3SdhXNkKMggAACNQs8xMy%2BV/MBp3o2AgBCTJ4AgBBjoIkaBAgACDFFAgAKjYEAgEKwzcoSANDMq9VqAgBa8XHxygXOkXR3M7sYJASiCPCBsRCTIACghzEQANADMlsggAACCMwLEAAw8vvB3feV9OaRH4P28wTS%2B2TpvWjPW84qBBBYVIAAgEXlOr2OAIBOOSmGAAI1CBAAEGKKBABkjIH3czKQWLKIwC8l3c3MrlrkYq5BoIQAAQAlVJvXJAAg34wAgHyrgisJACiIW7q0u99L0g8krVN6L%2BoPIpCCmLc2sxMH2b2yTScTAODua0n6tKTHVzZDjoMAAgjULHDB7IMXJP5UNmUCAEIMlACAEGOgiRoECAAIMUUCAAqNgQCAQrDNyhIA0Myr1WoCAFrxcfHKBdLDBO8ws31AQiCKAB8YCzEJAgB6GAMBAD0gswUCCCCAwLwAAQAjvh/cfUNJP5V0mxEfg9abCWxuZic3u4TVCCDQVIAAgKZiRdYTAFCElaIIIDBmAQIAQkyPAICMMfB%2BTgYSSxYV%2BKiZPXPRi7kOga4FCADoWnSxegQA5LsRAJBvVXAlAQAFcUuWdvc7SDpO0sYl96H2YAJ/kPRIM/vxYB1UtvEkAgDcfXVJr5H0Cknp/%2BaFAAIIIDAegfMkPdTMzhxPy3S6lAABAEsJ9fL3CQDohZlNpiBAAECIKRMAUGgMBAAUgm1WlgCAZl6tVhMA0IqPi5cW2MXMPrv0MlYgUF6AD4yVN87YgQCADKS2SwgAaCvI9QgggAACDQUIAGgIFmm5uz9M0pGS1ozUF70UFTjAzPYrugPFEUBABACEuAkIAAgxBppAAIFIAgQAhJgGAQAZY%2BD9nAwkliwqsEzSk83s8EULcB0CXQoQANCl5uK1CADItyMAIN%2Bq4EoCAArilirt7reX9C1Jm5bag7qDClws6flm9vFBu6hs86kEAOwl6Z2VzY7jIIAAAlMSONnMNp/SgWs/KwEAISZMAECIMdBEDQIEAISYIgEAhcZAAEAh2GZlCQBo5tVqNQEArfi4eGmB30u6s5ldsvRSViBQVoAPjJX1zaxOAEAmVJtlBAC00eNaBBBAAIEFBAgAWAAtyiXunh7%2Bf2SUfuijF4HzzWyjXnZiEwQmLEAAQIjhEwAQYgw0gQACkQQIAAgxDQIAMsbA%2BzkZSCxpK3AnM/tF2yJcj0BbAQIA2gp2cz0BAPmOBADkWxVcSQBAQdxSpd39mPQFsaXqU3dQgWsk7WxmRwzaRYWbVx8A4O7bS/q0pA0rnB9HQgABBKYk8A1JO5nZZVM6dK1nJQAgxGQJAAgxBpqoQYAAgBBTJACg0BgIACgE26wsAQDNvFqtJgCgFR8X5wmkP4c/khCAPCxWlRPgA2PlbBtUJgCgAdaiSwkAWFSO6xBAAAEEFhQgAGBBuKEvc/f7Szph6D7YfxCBvc3sXYPszKYITESAAIAQgyYAIMQYaAIBBCIJEAAQYhoEAGSMgfdzMpBY0lbgm5IebWZXti3E9Qi0ESAAoI1ed9cSAJBvSQBAvlXBlQQAFMTturS7ry3pEElP6bo29UIILJO0r6T3mdlVITqqqImqAwDcfRNJP5K0QUUz4ygIIIDAVAVc0iskvcXMUjIQrxELEAAQYngEAIQYA03UIEAAQIgpEgBQaAwEABSCbVaWAIBmXq1WEwDQio%2BL8wV4uCDfipWFBPjAWCHYZmUJAGjmtdBqAgAWYuMiBBBAAIHFBQgAWNxu0Cvd/YOS9hi0CTYfSuDHkrYys8uHaoB9EahdgACAEBMmACDEGGgCAQQiCRAAEGIaBABkjIH3czKQWNKFwIGSXmVm6XPavBAYRIAAgEHYb7QpAQD5cyAAIN%2Bq4EoCAAridlna3VeT9HJJr5O0epe1qRVG4GAz2y1MN5U1Um0AgLvfRNKpklIIQLXnrOx%2B5DgIIIDAUgJXS3q%2BmaUP4fAasQABACGGRwBAiDHQRA0CBACEmCIBAIXGQABAIdhmZQkAaObVajUBAK34uDhfIKXcPsTMjs%2B/hJUIdCvAB8a69VywGgEAC8I1uYwAgCZarEUAAQQQ6ECAAIAOEIco4e7nSNp4iL3Zc3CB9DP6fc3stME7oQEEKhUgACDEYAkACDEGmkAAgUgCBACEmAYBABlj4P2cDCSWdCGQQvHux8/GXVBSY1EBAgAWlev2OgIA8j0JAMi3KriSAICCuF2Wdvd90hfB8nxvl6qhar1L0j5mlp7341VAoNoH4939MEk7FzCjJAIIIIDAsALnz76F4axh22D3NgIEALTR6%2BxaAgA6o6TQ1AUIAAhxBxAAUGgMBAAUgm1WlgCAZl6tVhMA0IqPi5sJnCnpgWZ2YbPLWI1ANwJ8YKwbx5ZVCABoCZhzOQEAOUqsQQABBBDoUIAAgA4x%2ByrF7wL6kg69zzfMbIfQHdIcAiMWIAAgxPAIAAgxBppAAIFIAgQAhJgGAQAZY%2BD9nAwklnQlkD6bvaWZ/aKrgtRBoIkAAQBNtMqtJQAg35YAgHyrgisJACiI21Vpd0/P9h4saf2ualInlMA3JO1iZn8O1VVlzVQXAODuq6XUCElvrmxWHAcBBBBA4HqBiyXdzczOBWWcAgQAhJgbAQAhxkATNQgQABBiigQAFBoDAQCFYJuVJQCgmVer1XzovxUfFzcX%2BKSkZ5vZlc0v5QoE2gnwgbF2fh1dTQBAR5CrKkMAQA/IbIEAAgggMC9AAMDI7gd3X1fS7yXdbGSt0273AumbDk/qviwVEUCAAIAQ9wABACHGQBMIIBBJgACAENMgACBjDLyfk4HEki4FPi3p6WZ2TZdFqYVAjgABADlK5dcQAJBvTABAvlXBlQQAFMTtorS7by3pm5LW7qIeNcIJ/NDMHhCuqwobqjEA4JGSvixpjQrnxZEQQAABBK4X%2BIKZPQ6QcQoQABBibgQAhBgDTdQgQABAiCkSAFBoDAQAFIJtVpYAgGZerVYTANCKj4sXE3iumX1wsUu5CoHFBfjA2OJ2HV5JAECHmCsrRQBAD8hsgQACCCAwL0AAwMjuB3ffRtLRfL5kZIMr0%2B4bzewVZUpTFYFpCxAAEGL%2BBACEGANNIIBAJAECAEJMgwCAjDHwfk4GEku6FEgP/h9gZq/psii1EMgRIAAgR6n8GgIA8o0JAMi3KriSAICCuG1Lu/umkr4vaaO2tbg%2BpMAvJT3EzM4J2V1lTVUVAODu95B0lKRbVzYnjoMAAgggsGKBt0h6hZldDdC4BAgACDEvAgBCjIEmahAgACDEFAkAKDQGAgAKwTYrSwBAM69WqwkAaMXHxYsJ/EHSdmZ22mKXcxUCiwnwgbHF3Dq%2BigCAjkFXVI4AgB6Q2QIBBBBAYF6AAICR3Q/u/hlJTx5Z27RbRuC3ku5sZleWKU9VBKYrQABAiNkTABBiDDSBAAKRBAgACDENAgAyxsD7ORlILOlaIP1%2BK71/fXLXhamHwKoECACIcX8QAJA/BwIA8q0KriQAoCBum9LuvrakH0q6V5s6XBtWIL2fkv68%2BIuwHVbWWDUBAO6%2BziwZ5D6VzYjjIIAAAgisXGCZpAeZWfrDIa8RCRAAEGJYBACEGANN1CBAAECIKRIAUGgMBAAUgm1WlgCAZl6tVhMA0IqPixcX%2BLmk%2B5vZhYuX4EoEmgnwgbFmXoVWEwBQCHa%2BLAEAPSCzBQIIIIDAvAABACO6H9z9NpLOHlHLtFpe4Hlm9oHy27ADAtMSIAAgxLwJAAgxBppAAIFIAgQAhJgGAQAZY%2BD9nAwklpQQOG8Wkpfey%2BKFQC8CBAD0wrzkJgQALEn01wUEAORbFVxJAEBB3EVLu/u6ko7n4f9FBcNfd4Wku5vZr8J3WlGDVQQAuPsakj4raSdJq1U0H46CAAIIILC0wEWSHmFmJyy9lBVRBAgACDEJAgBCjIEmahAgACDEFAkAKDQGAgAKwTYrSwBAM69WqwkAaMXHxYsLXCPpvWa21%2BIluBKBZgJ8YKyZV6HVBAAUgp0vSwBAD8hsgQACCCAwL0AAwIjuB3f/sKTdR9QyrZYX%2BLWke5rZJeW3YgcEpiNAAECIWRMAEGIMNIEAApEECAAIMQ0CADLGwPs5GUgsKSXwATN7Xqni1EXghgIEAMS4JwgAyJ8DAQD5VgVXEgBQEHfR0u7%2BCUlPW/R6rgsvsJ2ZHRO%2By8oarCUA4BmSDq1sNhwHAQQQQCBf4LhZCMCl%2BZewckgBAgCG1P/r3gQAhBgDTdQgQABAiCkSAFBoDAQAFIJtVpYAgGZerVYTANCKj4vbCzzRzD7fvgwVEFhagA%2BMLW3UwwoCAHpAJgCgB2S2QAABBBCYFyAAYCT3g7uvI%2Bk0SX83kpZpsx%2BBqyRtaWYn9bMduyAwDQECAELMmQCAEGOgCQQQiCRAAECIaRAAkDEG3s/JQGJJKYH0M/LTzOywUhtQF4F5AQIAYtwPBADkz4EAgHyrgisJACiI27T07Mu93yTp35pey/pRCKTPOP2rmR08im4ra3L0AQCzP%2Bj9RNK6lc2G40xbID3E/ENJ6a/Xfav5eZLOWAHLaWb2R3ffUNK9V/D37ynplrP//qGzv24m6WbTJub0FQocaWaPrvBcVR6JAIAQYyUAIMQYaKIGAQIAQkyRAIBCYyAAoBBss7IEADTzarWaAIBWfFzcXuBsM7td%2BzJUQGBpAT4wtrRRDysIAOgBmQCAHpDZAgEEEEBgXoAAgJHcD%2B7%2BVEmfHEm7tNmvwJfM7LH9bsluCNQtQABAiPkSABBiDDSBAAKRBAgACDENAgAyxsD7ORlILCkpcJGk%2B5nZWSU3oTYCSYAAgBj3AQEA%2BXMgACDfquBKAgAK4jYt7e5PlvSZptexfjQC6eH/94ym28oaHXUAgLuvL%2BmY9INFZXPhOPUK/FbS/2fvPKC2qaqzfW86ij1i7xIUJYgNWySCEQsWYktUbNg1mlgxGru/3Rh7w94hsSCiRrEtFHvv2BsRo4IL6ex/HXgUga%2Bc88zsmT0z16z1L7J%2B9%2Byzz3UPH9/7zsw1P5D049XL/D%2BT9BtJ/yfpD5LKD8q/MbPToxG4%2B5YrMcCFJZ1/9X/vKOlKkq6w%2BtpBEQpcPHoW%2BkOgJwKnSLq9mX2wp360CSSAACAQbn1rBAD1rKiEwCYJIABIcYEgAAiKAQFAENi2tggA2nh1qkYA0AkfJ/dD4EhJtzSz8mIwBwTCCPDAWBjalsYIAFporVmLAGBNcJwGAQhAAALrEkAAsC65Ac9z9%2B1W9%2BsvMeCyLDUdAuULh9cys29NZ2QmhUBuAggAUuSDACBFDAwBAQhkIoAAIEUaCAAqYuB%2BTgUkSqIJfErSzc2sPKPNAYEwAggAwtA2NUYAUI8LAUA9q8BKBACBcFtau/udJL1N0tYt51E7CQJnSPp/kp5qZqdNYuIZDjlZAYC7byPpBZIeNsNc2NK0CZwo6djVi/3lhf%2BvSTpC0rfN7NdT25q7/5WkIgK4saTrSypfoiv/fxeTVB6O4IBAJgJ/lHRNM/tRpqGY5bwEEACkuCoQAKSIgSHmQAABQIoUEQAExYAAIAhsW1sEAG28OlUjAOiEj5P7IVB%2Baf6vGHP7gUmXjRPggbEUVwcCgAFiWFnmnz3AUiwBgXMTuJSkbcEyKoFjJJ006gQsvkQCRfZ%2BGzP7%2BRI3P5U9u/ttJL1/KvMy5ygEnm9mjxllZRaFwAwJIABIESoCgBQxMAQEIJCJAAKAFGkgAKiIgfs5FZAoGYLAM83siUMsxBrLJYAAIQqjAAAgAElEQVQAIEf2CADqc0AAUM8qsBIBQCDc2tbuvrukj0i6aO051E2GQHmO8fDVh3rDP3Q9GSojDDplAcABkl4jabJ7GCFvlowjUB7iOFTSOyV9SVKxwp9qZrP7A87dt1pZeYqZ528l3bE8yCJpxzi8dIZAE4FPmtmeTWdQPDgBBACDI9/QgggAUsTAEHMggAAgRYoIAIJiQAAQBLatLQKANl6dqhEAdMLHyf0RKLbcvcysfE2BAwIhBHhgLARra1MEAK3E1qh39y2xzK8BjlP6IHCkpGv30YgeaxO4hST%2BPrU2Pk5ck4BLOsXMyj85khJw9zdJ2j/peIyVg8BPzOyKOUZhCghMnwACgBQZIgBIEQNDQAACmQggAEiRBgKAihi4n1MBiZIhCJT719c2s68PsRhrLJMAAoAcuSMAqM8BAUA9q8BKBACBcGtau/tOko7i5f8aWpOsKffT7mNmRQTAMSKBSb487%2B47S/qYpPL1DA4IDE2gPJj5cUnl4a2vSvqepB8t%2BQ%2B01UOUl5e0q6Ri77mRpD0kXWjocFgPAisCz5N04JL/vcx%2BJSAASJEQAoAUMTDEHAggAEiRIgKAoBgQAASBbWuLAKCNV6dqBACd8HFyvwS%2BJek6ZsZXa/vlSrcVAR4YS3EpIABIEQNDQCCGgLt/XtJ1Y7rTtZLA35nZJyprKYMABBZCwN0vt7q/v91Ctsw21ydwXzN7/fqncyYEIPAnAggAUlwLCABSxMAQEIBAJgIIAFKkgQCgIgbu51RAomQoAseW9wPM7OihFmSdZRFAAJAjbwQA9TkgAKhnFViJACAQ7uZau3t5h/B9knbbXC3/%2ByQJHL56%2Bf9/Jzn9zIaenADA3XdYfWG9WEI4IDAEgeMl/Xp13b1R0kfN7OQhFp7yGu6%2BtaR9yx/4knaRdGlJ2095T8w%2BKQKnStrHzIoshiMhAQQAKUJBAJAiBoaYAwEEAClSRAAQFAMCgCCwbW0RALTx6lSNAKATPk7un8DBku5hZqf035qOSyfAA2MprgAEACliYAgIxBBAABDDtbErAoBGYJRDYAkE3P21kg5Ywl7ZY2cCv5R0VTM7sXMnGkBg4QQQAKS4ABAApIiBISAAgUwEEACkSAMBQEUM3M%2BpgETJkATeKqm8bHnakIuy1jIIIADIkTMCgPocEADUswqsRAAQCHdTrd29SJYPkXSbkUZg2VgC3y8fhTaz38UuQ/daAlMUADxV0hMlbVG7SeogsCaB8nWWl0v6ZBEAmFl5IJNjDQLufoGVAOCmkh4g6dr8O7wGSE5pJfATSVfja4mt2IapRwAwDOfNrIIAIEUMDDEHAggAUqSIACAoBgQAQWDb2iIAaOPVqRoBQCd8nBxD4H5mdlBMa7oumQAPjKVIHwFAihgYAgIxBBAAxHBt7IoAoBEY5RCYOwF3v5Ckb0u61Nz3yv56IVBeZtjbzMrzIhwQgEAHAggAOsDr71QEAP2xpBMEIDATAggAUgSJAKAiBu7nVECiZEgCZ0h6gpk9e8hFWWsZBBAA5MgZAUB9DggA6lkFViIACIS7sdbuvpWkd0u6Ne8FjhBA/JLflbSXmRVJMkcSApMSALj7XpI%2BIGnbJPwYY14EfivpE5LKF8MPN7Oj57W9PLtx950l7SvpFpJuIOmCeaZjkpkReLuk/c3s9Jnta/LbQQCQIkIEACliYIg5EEAAkCJFBABBMSAACALb1hYBQBuvTtUIADrh4%2BQYAr%2BRtKeZfSumPV2XSoAHxlIkjwAgRQwMAYEYAggAYrg2dkUA0AiMcgjMnYC7ly/RvI8H0uaedK/7e52ZHdBrR5pBYIEEEACkCB0BQIoYGAICEMhEAAFAijQQAFTEwP2cCkiUDE3gfyX9rZmVL8NyQKA3AggAekPZqRECgHp8CADqWQVWIgAIhLux1u7%2BtCIE4l7LCPDjlyzv1e6HGDkedOsKkxEAuPsWko6SdL3WTVIPgU0QOFlSeZD6mWb2CkiNQ8DdH1oykLS9pG3GmYJVZ0rgVEk3MbPPzXR/k90WAoAU0SEASBEDQ8yBAAKAFCkiAAiKAQFAENi2tggA2nh1qkYA0AkfJ8cR%2BLKkG5nZSXFL0HlpBHhgLEXiCABSxMAQEIghgAAghmtjVwQAjcAoh8CcCayeN/mZpEvPeZ/sLYTAZfjSTQhXmi6IAAKAFGEjAEgRA0NAAAKZCCAASJEGAoCKGLifUwGJkjEIHF9%2Bx2JmJ4yxOGvOkwACgBy5IgCozwEBQD2rwEoEAIFwN9Ta3R8t6XkDL8tywxA4rryzjeRpGNitq0xCAODuW0p6m6S7tG6QeghshMAPJb1Q0kckHc3Xwce/Ttx9a0lXkXRrSY%2BRdMnxp2KCmRAofxG5rpkdPZP9zGIbCABSxIgAIEUMDDEHAggAUqSIACAoBgQAQWDb2iIAaOPVqRoBQCd8nBxH4AxJrzSzIlDkgEAvBHhgrBeMXZsgAOhKkPMhkJgAAoAU4SAASBEDQ0AgBwF3L/egD8sxDVNMjMCrzOxBE5uZcSGQigACgBRxIABIEQNDQAACmQggAEiRBgKAihi4n1MBiZKxCLzCzB4y1uKsOz8CCAByZIoAoD4HBAD1rAIrEQAEwj13a3ffT9KbJO0w4LIsNQyB8lGiO0n6gJn5MEuySguBqQgAys3Y90gqLwhzQGBdAsdKOmIlkziUP5TWxTjMee5%2BW0n3kfR3ki4yzKqsMmMCbzGz/We8v8ltDQFAisgQAKSIgSHmQAABQIoUEQAExYAAIAhsW1sEAG28OlUjAOiEj5PjCdzZzA6JX4YVlkCAB8ZSpIwAIEUMDAGBGAIIAGK4NnZFANAIjHIIzJmAu79R0j3nvEf2FkbgB5J2NbMTw1agMQRmTgABQIqAEQCkiIEhIACBTAQQAKRIAwFARQzcz6mARMmYBP5J0jt5J2PMCOazNgKAHFkiAKjPAQFAPavASgQAgXD/srW731TSJwZajmWGJ3CAmb1u%2BGVZsZZAegGAu59fUvla%2B461m6IOAhsg8Dgzey5kpknA3Z8i6cnTnJ6pExG4j5m9IdE8ix4FAUCK%2BBEApIiBIeZAAAFAihQRAATFgAAgCGxbWwQAbbw6VSMA6ISPk%2BMJHGNml4pfhhWWQIAHxlKkjAAgRQwMAYEYAggAYrg2dkUA0AiMcgjMmYC7l5e3t5vzHtlbKIF9zeyw0BVoDoEZE0AAkCJcBAApYmAICEAgEwEEACnSQABQEQP3cyogUTImgd9K2t3MfjrmEKw9DwIIAHLkiACgPgcEAPWsAisRAATC/VNrd99B0k8kXXSA5VhieAK8Zzc88%2BYVUwsA3H0LSQdJunfzzjgBAtLHJP1nscyY2e8BMm0C7n4RSbeW9GBJN572bph%2BJAK/kPQ3ZlZ%2B4cQxMgEEACMHcNbyCABSxMAQcyCAACBFiggAgmJAABAEtq0tAoA2Xp2qEQB0wsfJwxAoNuXy4kF5cZgDAmsT4IGxtdH1eSICgD5p0gsCyQggAEgRCAKAFDEwBATGJ%2BDu5ZmBh48/CRNMmMDPJV3VzE6e8B4YHQKjEUAAMBr6v1wYAUCKGBgCAhDIRAABQIo0EABUxMD9nApIlIxN4FOSbmVmJ4w9COtPmwACgBz5IQCozwEBQD2rwEoEAIFwS2t3v2B5J1PStYKXov04BF5tZg8cZ2lWbSGQXQBQXvL9CCb2lkgXX3u8pKMkPd3MyouNHDMk4O63lfRISdeTdP4ZbpEtxRF4naQHmtlpcUvQuYYAAoAaSuE1CADCEbPAUgggAEiRNAKAoBgQAASBbWuLAKCNV6dqBACd8HHyMATOkPQwM3vFMMuxylwJ8MBYimQRAKSIgSEgEEMAAUAM18auCAAagVEOgTkScPcdJX1D0sXnuD/2NCiBvcysfISCAwIQaCSAAKARWEw5AoAYrnSFAAQmTAABQIrwEABUxMD9nApIlGQg8Fwze1yGQZhhugQQAOTIDgFAfQ4IAOpZBVYiAAiEu3r5/32S9gxchtbjEHBJB5vZXcdZnlVbCaQVALj7xSSVrzVv27op6hdL4JCVuf8YMyt/GHHMmIC7byHpcpL%2BQ9J%2BM94qW%2BuXQPmzYX8ze2u/benWSgABQCuxkHoEACFYabpEAggAUqSOACAoBgQAQWDb2iIAaOPVqRoBQCd8nDwcgdMl3d7MDhtuSVaaGwEeGEuRKAKAFDEwBARiCCAAiOHa2BUBQCMwyiEwRwLufidJ75KU9tmYOXKf6Z5eZWYPmune2BYEQgkgAAjFW9scAUAtKeogAIHFEEAAkCJqBAAVMXA/pwISJRkIlI%2By3dDMvpBhGGaYJgEEADlyQwBQnwMCgHpWgZUIAALhuvs7JPGCeCDjEVuXD28X6fGJI87A0g0E0t7kdPfyUu%2B/NOyF0mUSKD8wHiTptfzQuMwLoOza3XeXdF9J90castzroGHn35W0m5md3HAOpT0TQADQM9D12iEAWI8bZ0HgPAQQAKS4KBAABMWAACAIbFtbBABtvDpVIwDohI%2BThyXwbUnX4Rfxw0Kf02o8MJYiTQQAKWJgCAjEEEAAEMO1sSsCgEZglENgjgT43dYcUx1tT%2BVBuJ3MrHzIhAMCEGgggACgAVZcKQKAOLZ0hgAEJkoAAUCK4BAAVMTA/ZwKSJRkIfArSdc1s19mGYg5pkUAAUCOvBAA1OeAAKCeVWAlAoAAuO6%2BjaRnSnp0QHtajk/gSEm3MrM/jD8KE9QSSCkAcPdrS/pi7SaoWySB4yV9TNKDzOyYRRJg0%2Bch4O47Sipfdr%2BhpPODCAKbIPBOSXc3s/LVRI4RCCAAGAH6eZdEAJAiBoaYAwEEAClSRAAQFAMPSQeBbWuLAKCNV6dqBACd8HHy8ATK78b2MbNTh1%2BaFadOgAfGUiSIACBFDAwBgRgCCABiuDZ2RQDQCIxyCMyNgLvfStIH5rYv9jMqgf80Mz5kMmoELD5FAggAUqSGACBFDAwBAQhkIoAAIEUaCAAqYuB%2BTgUkSjIRKF8Kvif3rzNFMp1ZEADkyAoBQH0OCADqWQVWIgDoGa67l/eM77H6UPPWPben3fgEflDetzSzY8cfhQlaCKQTALj79pI%2BL%2BkaLRuhdlEEjpD0CEnf5uXdReVetdmVbWgnSS%2BSdPOqkyhaIoGTJO1tZp9e4uYz7BkBQIYUhAAgRQwMMQcCCABSpIgAICgGBABBYNvaIgBo49WpGgFAJ3ycPA6B8gDFm8dZmlWnTIAHxlKkhwAgRQwMAYEYAggAYrg2dkUA0AiMcgjMjYC7l4fO7zq3fbGfUQn8SNLuZnbcqFOwOAQmRgABQIrAEACkiIEhIACBTAQQAKRIAwFARQzcz6mAREk2Ao8xs%2BdnG4p58hNAAJAjIwQA9TkgAKhnFViJAKBnuO5%2Bx9VHebftuTXtxifwK0nl/vn3xh%2BFCVoJZBQAHCDp1ZK2aN0M9bMmcIZ05ouKzzOz9896p2yuNwLu/o%2BSHinp2pK27K0xjeZC4HOS9jSzIgPgGJgAAoCBgW94OQQAKWJgiDkQQACQIkUEAEExIAAIAtvWFgFAG69O1QgAOuHj5HEI/N/qZ9tvjrM8q06VAA%2BMpUgOAUCKGBgCAjEEEADEcG3sigCgERjlEJgTAXcvD6f9TNLF57Qv9jI6gdMl3d7MDht9EgaAwIQIIABIERYCgBQxMAQEIJCJAAKAFGkgAKiIgfs5FZAoyUagfFG2fFm2fGGWAwLVBBAAVKMKLUQAUI8XAUA9q8BKBAA9wnX3nSV9ivsqPULN06r8/ewOfEA3TyCtk6QSAKz%2B0vb91k1QP3sCJ0h6sKS3mJnPfrdssHcC7v5QSc%2BVtL2kVH/u9b5ZGrYS%2BHcze0brSdR3J4AAoDvDHjogAOgBIi0gUAggAEhxHSAACIoBAUAQ2La2CADaeHWqRgDQCR8nj0fgC5JubGanjDcCK0%2BNAA%2BMpUgMAUCKGBgCAjEEEADEcG3sigCgERjlEJgTAXf/f5IeP6c9sZc0BH4p6XJmVj5iwQEBCFQQQABQASm%2BBAFAPGNWgAAEJkYAAUCKwBAAVMTA/ZwKSJRkJHCcpCua2e8zDsdMOQkgAMiRCwKA%2BhwQANSzCqxEANATXHe/sqSvSzpfTy1pk4cAYuM8Waw9SaoXYd39nZLusvZuOHFuBMpXuZ8i6XVmVmwjHBBYm4C7X1rSgyQdKGnrtRtx4twI/Gb1S6YiGuEYkAACgAFhb3wpBAApYmCIORBAAJAiRQQAQTEgAAgC29YWAUAbr07VCAA64ePk8QiUlw4OMrMHjDcCK0%2BNAA%2BMpUgMAUCKGBgCAjEEEADEcG3sigCgERjlEJgLAXffUdJPJG03lz2xj3QE/t7MPpJuKgaCQFICCABSBIMAIEUMDAEBCGQigAAgRRoIACpi4H5OBSRKshJ4pZmVD0ByQKCKAAKAKkzhRQgA6hEjAKhnFViJAKAHuO5%2BSUkflnRNPrjbA9BcLU6UtL%2BkdyM1zhVM6zRpBADufptyQfFibmuEs6wvDy2X/3g8xcw%2BO8sdsqnRCLj7HpKeI%2BkmkrYcbRAWzkSg/LfnzmZWzEYcAxFAADAQ6E0vgwAgRQwMMQcCCABSpIgAICgGBABBYNvaIgBo49WpGgFAJ3ycPD6Bu5rZu8YfgwmmQIAHxlKkhAAgRQwMAYEYAggAYrg2dkUA0AiMcgjMhYC7317Se%2BayH/aRksCbzOxeKSdjKAgkJIAAIEUoCABSxMAQEIBAJgIIAFKkgQCgIgbu51RAoiQzgfuZ2UGZB2S2PAQQAOTIAgFAfQ4IAOpZBVYiAOgI193PL%2BlgSbfq2IrT8xE4TdKTJD3bzDzfeEzUQiCFAMDdLyzp25KKNYRj2QROlnRHMzts2RjYfTQBd7%2BvpJfx5Ydo0pPoX/5iczMzKy9DcwxEAAHAQKA3vQwCgBQxMMQcCCAASJEiAoCgGBAABIFta4sAoI1Xp2oEAJ3wcfL4BH4r6Ypm9ofxR2GC7AR4YCxFQggAUsTAEBCIIYAAIIZrY1cEAI3AKIfAXAi4%2B0cl7TWX/bCPlAROMrPtU07GUBBISAABQIpQEACkiIEhIACBTAQQAKRIAwFARQzcz6mARElmAr%2BRdA0z%2B3XmIZktBwEEADlyQABQnwMCgHpWgZUIADrCdfe3SrpbxzacnpMAzx3nzGWtqbIIAP5V0vMlbbHWLjhpDgTKC7ivl/QsM/vRHDbEHvITcPddJD1a0j0lbZl/YiYMJHBkeRDIzE4JXIPWf0EAAUCKywEBQIoYGGIOBBAApEgRAUBQDAgAgsC2teUXcW28OlUjAOiEj5NzEPhUsTKb2Qk5xmGKrAR4YCxFMggAUsTAEBCIIYAAIIZrY1cEAI3AKIfAHAi4%2B40lIf2eQ5j59/BiM3tE/jGZEALjE0AAMH4GkhAApIiBISAAgUwEEACkSAMBQEUM3M%2BpgERJdgJHSboFEvvsMY0/HwKA8TMoEyAAqM8BAUA9q8BKBAAd4Lr7U1dfiO/QhVOTEnitpPJcPc8PJg2odazRBQDufkVJ35KEHbs1vfnU/1zS4yS9w8zOmM%2B22MkUCLh7%2BXPw/pKeKOlyU5iZGcMIPNzMXhLWncbnIIAAIMUFgQAgRQwMMQcCCABSpIgAICgGBABBYNvaIgBo49WpGgFAJ3ycnIPA6ZIeYWYvyzEOU2QlwANjKZJBAJAiBoaAQAwBBAAxXBu7IgBoBEY5BKZOYHXft3yt5p%2BmvhfmnwSBYyVdk68YTiIrhhyZAAKAkQM4a3kEACliYAgIQCATAQQAKdJAAFARA/dzKiBRMgUCTzSzZ05hUGYcjwACgPHY/%2BXKCADqc0AAUM8qsBIBwBpwV/dSHibpxWuczin5CbzXzO6Qf0wmbCGQQQDwdkn/2DI0tbMicPDqoeRfzWpXbGZyBNx9R0lvLpbByQ3PwH0ROFrS35jZiX01pM/GCSAASHF1IABIEQNDzIEAAoAUKSIACIoBAUAQ2La2CADaeHWqRgDQCR8n5yFwqqS/N7NP5BmJSbIR4IGxFIkgAEgRA0NAIIYAAoAYro1dEQA0AqMcAlMn4O7nl1Tu911y6nth/kkQKB%2B3uJOZvXsS0zIkBEYkgABgRPhnL40AIEUMDAEBCGQigAAgRRoIACpi4H5OBSRKpkDgJEk3M7OjpjAsM45DAAHAONzPvSoCgPocEADUswqsRACwBlx331PS4XzIew14%2BU8pzwrua2bleSSOGREYVQDg7rtK%2BoykciOWY1kEfi7p8ZLebmbly2QcEEhBwN0PkPQcSRdLMRBDDE3gRWb2r0MvusT1EACkSB0BQIoYGGIOBBAApEgRAUBQDAgAgsC2tUUA0MarUzUCgE74ODkXga9Jur6ZnZxrLKbJQoAHxlIkgQAgRQwMAYEYAggAYrg2dkUA0AiMcghMnYC7l3t8L5z6Pph/UgS%2BYma7T2pihoXACAQQAIwA/bxLIgBIEQNDQAACmQggAEiRBgKAihi4n1MBiZKpEPjJ6v71r6cyMHMOSwABwLC8N7YaAoD6HBAA1LMKrEQA0AjX3feSVD7kfNHGUynPT%2BAHkm5sZv%2Bbf1QmbCUwmgDA3beR9CNJl24dmvpJEzhN0lcl7WdmP5v0Thh%2BtgTc/YqSDpW0i6QtZrtRNrYxAruZWXlRgiOQAAKAQLj1rREA1LOiEgKbJIAAIMUFggAgKAYEAEFg29oiAGjj1akaAUAnfJycj8Bhq9/BnZpvNCYamwAPjI2dwJnrIwBIEQNDQCCGAAKAGK6NXREANAKjHAJTJuDuF5T0C0k7THkfzD5JArc2s/K1JA4IQGAjBBAApLg0EACkiIEhIACBTAQQAKRIAwFARQzcz6mARMmUCBwi6e5mdsqUhmbWYQggABiG8%2BZWQQCwOUJn/%2B8IAOpZBVYiAGiA6%2B7l/d0jJO3ccBql0yBwtKTdzaw8h8QxQwJjCgD2Xb1gO0OsbGkTBB4r6aVmdiKUIJCZgLufX9LjJT0h85zMFkLgjWZ275DONP0zAQQAKS4GBAApYmCIORBAAJAiRQQAQTEgAAgC29YWAUAbr07VCAA64ePkfASKiLM8QPGufKMx0dgEeGBs7ATOXB8BQIoYGAICMQQQAMRwbeyKAKARGOUQmDIBd/9HSW%2Bf8h5Gnv03ks63%2Bn8jjzK55f/bzO44uakZGAIDEkAAMCDsjS%2BFACBFDAwBAQhkIoAAIEUaCAAqYuB%2BTgUkSqZG4FFm9sKpDc288QQQAMQzrlkBAUANpbNqEADUswqsRABQCdfdLybp05L%2BuvIUyqZD4I%2BSbmpmX5zOyEzaSmAUAYC7by%2BpvHR27daBqZ8sgV9KepCZla%2Bqc0BgMgTc/R8kvVzSJSYzNIN2JVC%2BjHgjM/tC10acv3ECCABSXB0IAFLEwBBzIIAAIEWKCACCYkAAEAS2rS0CgDZenaoRAHTCx8k5CRwvqbz89uWc4zHVWAR4YGws8udYFwFAihgYAgIxBBAAxHBt7IoAoBEY5RCYMgF3/6Ckfaa8h5FnL%2BK48oWYfxt5jikuf6ykq5jZH6Y4PDNDYAgCCACGoLzZNRAAbBYRBRCAwNIIIABIkTgCgIoYuJ9TAYmSqREoEsK9zOzrUxuceWMJIACI5VvbHQFALSkEAPWkQisRAFTgdfcLSCr3AG5ZUU7JtAiU5wL3MbOjpjU207YSGEsA8ChJz28dlvpJEnBJXzSz601yeoaGwFl2rh0kfVbSLgBZDIHy8n%2BRABQZAEcAAQQAAVDbWyIAaGfGGRDYIAEEACkuDAQAQTEgAAgC29YWAUAbr07VCAA64ePkvAQ%2BI%2BkmZnZG3hGZbGgCPDA2NPENrocAIEUMDAGBGAIIAGK4NnZFANAIjHIITJWAu19R0o%2BmOn%2BCucszHTeS9E1Jx0g6X4KZpjbCk83saVMbmnkhMBQBBABDkd7kOggAUsTAEBCAQCYCCABSpIEAoCIG7udUQKJkigTKhyV3NbPfTnF4Zo4hgAAghmtrVwQA9cTc/eOS9qw/g8oAAggANgPV3ct7w2%2BV9E8B/Gk5LoHTJN3OzA4fdwxWH4LA4AIAdy83C78t6fJDbJA1RiVQXpx9sqSXYjsfNQcW74GAu1949cWDR0rasoeWtMhNoPz5tQdfSIwLCQFAHNuGzggAGmBRCoFNEUAAkOL6QAAQFAMCgCCwbW0RALTx6lSNAKATPk7OS6C8%2BP92M7tH3hGZbGgCPDA2NPENrocAIEUMDAGBGAIIAGK4NnZFANAIjHIITJGAu28h6VBJt57i/Elm/qyZ3aDM4u4HS7pTkrmmNMZxkv7azH49paGZFQJDEUAAMBTpTa6DACBFDAwBAQhkIoAAIEUaCAAqYuB%2BTgUkSqZIoMgIX2NmD5zi8MwcQwABQAzX1q4IAOqJIQCoZxVYiQBgM3Dd/Q2S7iZp68AcaD0Ogfub2WvHWZpVhyYwhgDgQEnPGnqjrDc4gWMlPV7S68ys/JDGAYHJE3D38uL/QyQ9XdKFJr8hNrA5Al%2BQdDMzKw9jc/RMAAFAz0DXa4cAYD1unAWB8xBAAJDiokAAEBQDAoAgsG1tEQC08epUjQCgEz5Ozk/gzmZ2SP4xmXAIAjwwNgTlza6BAGCziCiAwHQJIABIkR0CgBQxMAQEYgm4%2B2UlfUXSxWJXmnX3%2B5nZQWWH7n53SW%2BZ9W5jNlfEe3czs3fGtKcrBKZNAAFAivwQAKSIgSEgAIFMBBAApEgDAUBFDNzPqYBEyZQJ7G9m/B5iygn2ODsCgB5hdmiFAKAeHgKAelaBlQgANgHX3R9aPugcyJ/W4xAoH7t9qpk9c5zlWXUMAoMKANx9F0nfHGOjrDk4gWuY2bcGX5UFITAAAXe/vqTPDrAUS4xP4D5mVqxXHD0TQADQM9D12iEAWI8bZ0HgPAQQAKS4KBAABMWAACAIbFtbBABtvDpVIwDohI%2BT8xP4o6QdzeyE/KMyYXKsa4oAACAASURBVDQBHhiLJlzVHwFAFSaKIDBNAggAUuSGACBFDAwBgVgC7n6AJL5w0g3zTmZ2dGnh7heW9Ltu7RZ79hFmtvdid8/GIbAJAggAUlweCABSxMAQEIBAJgIIAFKkgQCgIgbu51RAomTKBI4xs0tNeQPM3h8BBAD9sezSCQFAPT0EAPWsAisRAGwErrvvJemjgexpPR6BN0oq77nxse7xMhh85aEFAM%2BX9KjBd8mCQxI4SlKxsZ15g5gDAnMlsPohs1gH95jrHtnXmQSOMrMbwqJ/AggA%2Bme6RkcEAGtA4xQIbIgAAoAU1wUCgKAYEAAEgW1riwCgjVenagQAnfBx8jQIHCbpDmZ22jTGZcooAjwwFkW2qS8CgCZcFENgWgQQAKTICwFAihgYAgJxBNz9/JK%2BL4kHxdfH/DEzKw8C/vlw9/LVmH9bv%2BWiz%2BS/PYuOn81vjAACgBTXBgKAFDEwBAQgkIkAAoAUaSAAqIiB%2BzkVkCiZOoGvSCo/Tx839Y0wfzcCCAC68evrbAQA9SQRANSzCqxEALABuO6%2Bs6SPS7pkIHtaj0PgHat3dnnubxz%2Bo606mADA3S8m6YeSLjjablk4msCHJO1nZidGL0R/CGQg4O47SioSgJtLGuzP0wx7X9gMdzazQxa25/DtIgAIR1yzAAKAGkrUQKCCAAKACkjxJQgAghgjAAgC29YWAUAbr07VCAA64ePk6RB4oKTXYAKeTmARk/LAWATV5p4IAJqRcQIEpkMAAUCKrHgJM0UMDAGBOALca%2BrMtjwgdvVzf9zB3S8j6XuSztd5heU1eI%2Bkf%2BDn7eUFz443TQABQIorBAFAihgYAgIQyEQAAUCKNBAAVMTA/ZwKSJTMgcC/mdmz5rAR9rA%2BAQQA67Pr80wEAPU0EQDUswqsRABwLrjufhVJX5VUBMoc8yLwRUk3M7M/zGtb7KaGwGAvrLr7OyXdpWYoaiZJ4HWSHmJmJ09yeoaGwJoE3P0Ckl4u6R5rtuC0/AR%2BLGk3Mzs%2B/6jTmZCHslJkhQAgRQwMMQcCCABSpIgAICgGBABBYNvaIgBo49WpGgFAJ3ycPB0C5SWPvc3sk9MZmUn7JsADY30TXasfAoC1sHESBKZBAAFAipwQAKSIgSEgEEeA38t2Zvs1M9vt3F3cfWtJR0q6XucVltfgGElXNbMTlrd1dgyBjRNAAJDi6kAAkCIGhoAABDIRQACQIg0EABUxcD%2BnAhIlcyBQ3j8pH6E8fA6bYQ/rEUAAsB63vs9CAFBPFAFAPavASgQA54Lr7t%2BQdI1A5rQeh8DnJe1lZuU5I44FEhhEAODuV5D0ZUkXWSDjJWz5QDN7zhI2yh4hsDEC7v4USU%2BG0CwJlBcj/tHM/muWuxtpUwgARgJ/zmURAKSIgSHmQIAHTVOkiAAgKAYEAEFg29oiAGjj1akaAUAnfJw8LQLlhs%2BNkd1NK7Q%2Bp%2BWBsT5prt0LAcDa6DgRAvkJIABIkRECgBQxMAQEYgisnkEpX6nfJmaFRXR9jpkduKGduvvDJL1kERT63yS/y%2BufKR0nTgABQIoAEQCkiIEhIACBTAQQAKRIAwFARQzcz6mARMlcCPxA0t%2Ba2a/msiH20UYAAUAbr6hqBAD1ZBEA1LMKrEQAsILr7heSVN532juQN63HIfBtSbc0s5%2BOszyrZiAwlADgPyU9PMOGmaFXAqdIuquZvafXrjSDwEQJuPuDJb2IB00mGuCmx/6upN3MrFgmOXoggACgB4jdWyAA6M6QDhA4kwACgBQXAgKAoBgQAASBbWvLQ8NtvDpVIwDohI%2BTp0fgA5LuYGanTm90Ju5KgAfGuhLs5XwEAL1gpAkEchJAAJAiFwQAKWJgCAj0T8Ddy3MubysC7/67L6ZjEaBfzczKw/XnOdx9e0m/4CMfa18PFzGz3699NidCYGYEEACkCBQBQIoYGAICEMhEAAFAijQQAFTEwP2cCkiUzInAe1fvpvCs9pxSrdwLAoBKUMFlCADqASMAqGcVWIkA4Kxn2LeT9EJJ5X02jnkROEbSDc3sx/PaFrtpJRAuAHD3nSV9XdLWrcNRn5pAefn/LpIONbMzUk/KcBAYiIC7bylpP0lvkbTtQMuyzHAEHmJmrxhuuXmvhAAgRb4IAFLEwBBzIIAAIEWKCACCYkAAEAS2rS0CgDZenaoRAHTCx8nTI1Be%2BLi7mb1reqMzcVcCPDDWlWAv5yMA6AUjTSCQkwACgBS5IABIEQNDQKB/Au5%2BeUlf4eX0TmwPMbM7b6qDux8k6b6dVlnuyeVn7SKp4IAABM56CPkZkp4AjFEJIAAYFT%2BLQwACGQkgAEiRCgKAihi4n1MBiZK5EXicmT13bptiP5sngABg84yGqEAAUE8ZAUA9q8BKBABn/e7tWZIODORM63EI/E7SnmZW3snmWDiBIQQAz5P06IVzntv2yx8i9zKzQ%2Be2MfYDgT4IuPsdV1%2Bd2KaPfvRIQ%2BCLZnbdNNNMfBAEACkCRACQIgaGmAMBBAApUkQAEBQDAoAgsG1tEQC08epUjQCgEz5OniaB8vWEm5jZF6Y5PlOvS4AHxtYl1%2Bt5CAB6xUkzCOQigAAgRR4IAFLEwBAQ6J%2BAux8g6dWStui/%2ByI6ni7p9mZ22KZ26%2B63l/SeRRDpf5NHmNne/belIwSmSQABQIrcEACkiIEhIACBTAQQAKRIAwFARQzcz6mARMncCPxWUvndLi%2B7zS3ZzewHAUCOwBEA1OeAAKCeVWDlogUA7l7eCb6XpNdI2iqQM62HJ1A%2B2r0/H/UZHnzWFUMFAO6%2BtaRjJV0oKwDmaiZw/MogUoz6HBCAwEYIuHu5of9%2BSdsBaVYEbmBmn53VjkbaDAKAkcCfc1kEACliYIg5EEAAkCJFBABBMSAACALb1hYBQBuvTtUIADrh4%2BTpEjhS0k3N7IzpboHJWwnwwFgrsZB6BAAhWGkKgRwEEACkyAEBQIoYGAIC/RJw9/LS//clXbnfzovqVp75%2BGsz%2B99N7drdLyDp/ySV53442gnsambfaD%2BNMyAwPwIIAFJkigAgRQwMAQEIZCKAACBFGggAKmLgfk4FJErmSOCHknY3s/I7DI6FEEAAkCNoBAD1OSAAqGcVWLl0AcBNJH1UEh%2BuDbzIRmh9qqQ7m9l7R1ibJZMSiBYAHCTpvkn3zljtBH4j6VZ8EawdHGcsj8DKpnRrSYcgAZhV/sdIuqKZlS8kcnQggACgA7z%2BTkUA0B9LOi2cAAKAFBcAAoCgGBAABIFta4sAoI1Xp2oEAJ3wcfK0CbxB0v3MrHwJkmMBBHhgLEXICABSxMAQEIghgAAghmtjVwQAjcAoh8AUCLj7nSW9awqzJp7xP8zskTXzufsTJT29ppaa8xD4mKS9zcxhA4GlE0AAkOIKQACQIgaGgAAEMhFAAJAiDQQAFTFwP6cCEiVzJFDE9a83s/vNcXPsacMEEADkuDIQANTngACgnlVg5WIFAKsP1pZ7JRcN5EvrcQiU%2Bzcv5hm%2BceBnXTVMAODul5X0Vf4wyRp981y/k3RHMys3KTkgAIFKAu6%2Bn6R3YFWqBDaNsr34s7B7UAgAujPsoQMCgB4g0gIChQACgBTXAQKAoBgQAASBbWuLAKCNV6dqBACd8HHytAmcJOlOZnbYtLfB9LUEeGCsllRoHQKAULw0h8C4BBAAjMt/tToCgBQxMAQE%2BiXg7h%2BUtE%2B/XRfV7Q8r2flva3bt7jtI%2BpmkC9fUU3MOAoXxzmZWPrTBAYFFE0AAkCJ%2BBAApYmAICEAgEwEEACnSQABQEQP3cyogUTJnAvub2VvmvEH2djYBBAA5rgYEAPU5IACoZxVYuUgBgLtfUtInJP11IFtaj0PgaWb25HGWZtXMBCIFAI%2BQ9KLMm2e2agLHSbqmmf28%2BgwKIQCBPxNw92tJ%2BiwSgNlcFO8ws3%2BazW5G2ggCgJHAn3NZBAApYmCIORBAAJAiRQQAQTEgAAgC29YWAUAbr07VCAA64ePk6RPgZeTpZ1i9Ax4Yq0YVWci/c5F06Q2BkQkgABg5gLOWRwCQIgaGgEC/BNz9ZO65dmL6YTOrFii4%2B5aS/kfSzTqtutyTH21mL1ju9tk5BM4igAAgxZWAACBFDAwBAQhkIoAAIEUaCAAqYuB%2BTgUkSuZM4Fgz23HOG2RvZxNAAJDjakAAUJ8DAoB6VoGVixMAuPtFJf1Q0oUCudJ6HAJvM7O7j7M0q2YnECIAWFnAvyPpMtkBMN9mCZwi6Y5m9v7NVlIAAQhslIC77yfpbZK2A9PkCZwm6YZm9oXJ72TEDSAAGBH%2B2UsjAEgRA0PMgQACgBQpIgAIigEBQBDYtrYIANp4dapGANAJHyfPg8ChZna7eWyFXWyKAA%2BMpbg%2BEACkiIEhIBBDAAFADNfGrggAGoFRDoHsBNy93GtF0t0tqAeY2WtaWrj7PSW9seUcav9M4FhJO5lZ%2BegGBwQWSwABQIroEQCkiIEhIACBTAQQAKRIAwFARQzcz6mARMncCZRntW/Oz9Zzj/lMedxVJX1Z0g7z323eHSIAqM8GAUA9q8DKRQkA3H1bSQdLum0gU1qPQ%2BBQSf9gZuVdNQ4InIdAlADgkZKwWE//git/cBxgZm%2Ba/lbYAQTGJ%2BDuD5X0H5K2Hn8aJuhI4O2S7m5m3rHPYk9HAJAiegQAKWJgiDkQQACQIkUEAEExIAAIAtvWFgFAG69O1QgAOuHj5PkQ%2BGdJL%2BNn3vkEuqGd8MBYinwRAKSIgSEgEEMAAUAM18auCAAagVEOgcwE3P1Kq6/aZB4z%2B2x/lHRJM/tDy6DuXgT3v5R0kZbzqP0zgXua2ZvhAYElE0AAkCJ9BAApYmAICEAgEwEEACnSQABQEQP3cyogUTJ3AuU57ceZ2fPmvtGl7w8BQI4rAAFAfQ4IAOpZBVYuRgDg7ltIKr9nvlsgT1qPQ%2BDIlezopHGWZ9UpEIgSABwlaY8pAGDGTRK4q6RDzOwMOEEAAt0JuPuWRaoh6VXdu9FhZALHSLqqmZ0w8hyTXR4BQIroEACkiIEh5kAAAUCKFBEABMWAACAIbFtbBABtvDpVIwDohI%2BT50Og/C7wb83s0/PZEjs5NwEeGEtxTSAASBEDQ0AghgACgBiujV0RADQCoxwCmQm4%2B8MkvSTzjBOY7blm9rh15nT38gGQ8iEQjnYCHzKzW7afxhkQmA8BBAApskQAkCIGhoAABDIRQACQIg0EABUxcD%2BnAhIlSyBwiqQ7mVn5Oi7HTAkgAMgRLAKA%2BhwQANSzCqxckgDgQEnPkFTeSeOYD4HjJV3TzH42ny2xkwgCvQsA3P36ksrDofyhEpHYcD0PNLPnDLccK0FgOQTc/fmSHrWcHc92p082s6fNdnfBG0MAEAy4rj0CgDpOVEFgswQQAGwW0RAFCACCKCMACALb1hYBQBuvTtUIADrh4%2BR5EfjOSgLwm3lti938iQAPjKW4FhAApIiBISAQQwABQAzXxq4IABqBUQ6BzATc/auS/ibzjMlnK3/33MPMvrXOnO5%2BPUnlvtI265y/8HNOXrEv1zAHBBZJAAFAitgRAKSIgSEgAIFMBBAApEgDAUBFDNzPqYBEyVII/HD1gtyJS9nw0vaJACBH4ggA6nNAAFDPKrByEQIAd7%2B/pFcHcqT1OATK321uYGbHjrM8q06JQK8CAHffStI3JO08JQjMeg4Cp0sqv1S5H1wgAIE4Au7%2Bbkm3k7RF3Cp0HoDAjvyFaz3KCADW49bzWQgAegZKu%2BUSQACQInsEAEExIAAIAtvWFgFAG69O1QgAOuHj5PkR%2BG9J/2hmp85va%2ByIB8ZSXAMIAFLEwBAQiCGAACCGa2NXBACNwCiHQFYC7n5nSe/KOt9E5vrK6kGy8jJ68%2BHu20n6gaRLN5/MCYXA%2ByXd3szOAAcElkgAAUCK1BEApIiBISAAgUwEEACkSAMBQEUM3M%2BpgETJkgh8TNItzeyUJW16KXtFAJAjaQQA9TkgAKhnFVg5ewGAu9989fvlbQM50np4Ar%2BVtLeZlXs3HBDYLIG%2BBQDF%2Bv25za5KQWYC5WXAfczsj5mHZDYITJ2Au%2B8g6VOSrjX1vSx8/tn/0BCVLwKAKLJNfREANOGiGAIbJ4AAIMXVgQAgKAYEAEFg29oiAGjj1akaAUAnfJw8PwLlxf97mBkv2swvW/HAWIpQEQCkiIEhIBBDAAFADNfGrggAGoFRDoGMBNy9yNSPkLRnxvkmNNNDzOwVXeZ194dIelmXHgs%2B9zhJ1zaz8kUfDggsjgACgBSRIwBIEQNDQAACmQggAEiRBgKAihi4n1MBiZKlEXiwmb1yaZtewn4RAORIGQFAfQ4IAOpZBVbO%2Bl0ed99l9c7ZRQMZ0np4AuV93VuZ2SeHX5oVp0qgbwHACyQ9cqowmFuflrSXma1lfYcfBCDQRsDdLy7pw0gA2rglqz7CzPZONtMkxkEAkCImBAApYmCIORBAAJAiRQQAQTEgAAgC29YWAUAbr07VCAA64ePkeRI4afWVyK/Oc3vL3RUPjKXIHgFAihgYAgIxBBAAxHBt7IoAoBEY5RDISMDdLyapvDR9wYzzTWSmYyVdro/nQNz9fyXtOJF9ZxvzYWaGQCFbKswzCAEEAINg3twiCAA2R4j/HQIQWBwBBAApIkcAUBED93MqIFGyNAK/k3QzM%2BP%2B9cySRwCQI1AEAPU5IACoZxVYOVsBgLvvLOl/yu/2A/nRengCJ0gq1%2B0hwy/NilMm0JsAwN23knS8pO2nDGTBs5eHeXc2s58umAFbh8DgBNx9V0lfkLTN4IuzYF8EdjWzb/TVbCl9EACkSBoBQIoYGGIOBBAApEgRAUBQDAgAgsC2tUUA0MarUzUCgE74OHm%2BBD4qaR8zO32%2BW1zeznhgLEXmCABSxMAQEIghgAAghmtjVwQAjcAoh0BGAu7ORyi6B3OQmd2vexvJ3d8o6Z599Fpgj19LujQ/Wy8webZc/ux4hqQngGJUAggARsXP4hCAQEYCCABSpIIAoCIG7udUQKJkiQS%2BJWkPMyv32jhmQgABQI4gEQDU54AAoJ5VYOUsBQDuvrWkIyVdL5AdrYcn4JIeamavGH5pVpw6gT4FAOUX9eUX9hzTI1DEDbc0s89Mb3QmhsD0Cbj7dSR9XNIO09/NInfwAUm3NbMzFrn7NTeNAGBNcP2ehgCgX550WzABBAApwkcAEBQDAoAgsG1tEQC08epUjQCgEz5OnjeBN0m6Dz/7zidkHhhLkSUCgBQxMAQEYgggAIjh2tgVAUAjMMohkI2Au19B0nckbZdttonNU4RuH%2B5jZnffV9KhffRaaI8HmtmrF7p3tr1gAggAUoSPACBFDAwBAQhkIoAAIEUaCAAqYuB%2BTgUkSpZIoLxA9yYzu/cSNz/XPSMAyJEsAoD6HBAA1LMKrJydAMDdyztl5d2y8o4Zx3wIlI/uPFbSi3j2bj6hDrmTXgQAK7vIpyVdd8jhWasXAqdJepSZvbiXbjSBAATWIuDu5T/mz1nrZE4am8D/SbqWmf187EGmtD4CgBRpIQBIEQNDzIEAAoAUKSIACIoBAUAQ2La2CADaeHWqRgDQCR8nz5vAHyXd0cw%2BOO9tLmd3PDCWImsEACliYAgIxBBAABDDtbErAoBGYJRDIBsBfkbvJZFfStrJzMrPdJ2P1bNBP5J0mc7NltngCDPbe5lbZ9dLJoAAIEX6CABSxMAQEIBAJgIIAFKkgQCgIgbu51RAomTJBIrA/g1LBjCnvSMAyJEmAoD6HBAA1LMKrJyVAMDdt5T0UkkPlNTL%2B76B7GndRuCVkh5mZkUEwAGBZgK9/IHg7peXdLSkrZsn4ISxCTzPzMqLxxwQgMDIBNz9NZLuN/IYLL8egfuZ2UHrnbrMsxAApMgdAUCKGBhiDgQQAKRIEQFAUAwIAILAtrVFANDGq1M1Lxd0wsfJyyBwWTP7xTK2Ou9d8sBYinwRAKSIgSEgEEMAAUAM18auCAAagVEOgWwE3P2zkq6fba6JzfMAMyv3oHs73P0Jkp7RW8NlNTpF0iXM7PfL2ja7XToBBAAprgAEACliYAgIQCATAQQAKdJAAFARA/dzKiBRsmQC5efrK5jZ8UuGMJe9IwDIkSQCgPocEADUswqsnJsA4NmSHhfIi9bjEHibmd19nKVZdS4E%2BhIAHCzpTnOBsqB9HCXpNmb22wXtma1CIC0Bd99R0uclFakKx7QI/EzSVczs1GmNPd60CADGY/8XKyMASBEDQ8yBAAKAFCkiAAiKAQFAENi2tggA2nh1qkYA0AkfJy%2BDwPvN7LbL2Oq8d8kDYynyRQCQIgaGgEAMAQQAMVwbuyIAaARGOQQyEXD3v5X0yUwzTXCWYyVdw8zKP3s73P0akoqc4fy9NV1Wo8PN7NbL2jK7XToBBAAprgAEACliYAgIQCATAQQAKdJAAFARA/dzKiBRsnQCX5S0t5kdt3QQU98/AoAcCSIAqM8BAUA9q8DK2QgA3L18SPbFkrYP5EXr4Qnw3u7wzGe5YmcBgLtfSdIPZ0ln3pv6qaTr9n2zd97I2B0E4gm4%2ByUlfU3SxeNXY4WeCexpZjyIVAkVAUAlqNgyBACxfOm%2BIAIIAFKEjQAgKAYEAEFg29oiAGjj1akaAUAnfJy8HAKPlPSfZnbGcrY8v53ywFiKTBEApIiBISAQQwABQAzXxq4IABqBUQ6BLATcfUtJH5W0Z5aZJjrHhyXd2sxO73N%2Bd99G0peKXKDPvgvrdWUz%2B9HC9sx2F0wAAUCK8BEApIiBISAAgUwEEACkSAMBQEUM3M%2BpgETJ0gmUe9ZPNbOnLR3E1PePACBHgggA6nNAAFDPKrByFgIAdy/C2MMCOdF6HAKfk3RTMzt5nOVZdU4E%2BhAAPEzSS%2BYEZSF72c/M3rOQvbJNCEyKgLs/QNKrJjU0wxYCLzazR4CijgACgDpOwVUIAIIB0345BBAApMgaAUBQDAgAgsC2tUUA0MarUzUCgE74OHk5BMqNib3M7NPL2fL8dsoDYykyRQCQIgaGgEAMAQQAMVwbuyIAaARGOQSyEFh9hOLLki6UZaaJzvEPZvbuiNnd/Z6S3hjReyE972Nmb1jIXtkmBIQAIMVFgAAgRQwMAQEIZCKAACBFGggAKmLgfk4FJEogIJ0qaV8zKzJEjokSQACQIzgEAPU5IACoZxVYOXkBgLtfQdLXJV0gkBOthyfwM0k3MLNfDr80K86RQB8CgE9Juskc4cx4T08ys6fPeH9sDQKTJ%2BDu/yHp4ZK2mPxmlrOBn5nZ5Zez3W47RQDQjV9PZyMA6AkkbSCAACDFNYAAICgGBABBYNvaIgBo49WpGgFAJ3ycvCwC311Zin%2B9rG3PZ7c8MJYiSwQAKWJgCAjEEEAAEMO1sSsCgEZglEMgCwFeFO0liW%2BY2a69dNpAE3ffRtL3JXFvdD3IP5C0i5mdst7pnAWBaRHgz/UUeSEASBEDQ0AAApkIIABIkQYCgIoYuJ9TAYkSCJxF4HuSdjOzkwAyTQIIAHLkhgCgPgcEAPWsAisnLQBw90tLOlLSFQMZ0Xp4Ar%2BTdGMz%2B/bwS7PiXAl0EgC4%2BzUkfWOucGa6r19IupqZlYcLOSAAgaQE3P3Ckj5T/n1NOiJjbZjAXczsYOBsngACgM0zGqACAcAAkFliGQQQAKTIGQFAUAwIAILAtrVFANDGq1M1AoBO%2BDh5eQTeZWZ3Xd6257FjHhhLkSMCgBQxMAQEYgggAIjh2tgVAUAjMMohkIGAu19M0k8lnS/DPBOe4TFm9vzI%2Bd39RZIeEbnGzHvfw8zeOvM9sj0InEkAAUCKCwEBQIoYGAICEMhEAAFAijQQAFTEwP2cCkiUQOBsAp%2BQtI%2BZnQyU6RFAAJAjMwQA9TkgAKhnFVg5WQGAu/%2BVpM9KunIgH1oPT%2BC3kvYws6OHX5oV50ygqwDgnZLuMmdAM9vbb1YW8WNnti%2B2A4FZEnD3nSR9UdIFZrnBeW6qSHGuZWanz3N7/e0KAUB/LDt0QgDQAR6nQuAvCSAASHE9IAAIigEBQBDYtrYIANp4dapGANAJHycvj0D5UuF9eWFhmsHzwFiK3BAApIiBISAQQwABQAzXxq4IABqBUQ6BDATc/ZGSXpBhlonPcE0z%2B2bkHtx9L0kfjVxj5r0/Lunvzey0me%2BT7UEAAUCOawABQI4cmAICEEhEAAFAijAQAFTEwP2cCkiUQOBsAmdIeoCZHQSU6RFAAJAjMwQA9TkgAKhnFVg5ZQHA%2ByTdNpANrcchcCcz%2B69xlmbVORNYWwCwMq9/RdJl5wxoZnt7uJm9ZGZ7YjsQmDUBd3%2BMpOfOepPz2twfJF3XzL43r231vxsEAP0zXaMjAoA1oHEKBDZEAAFAiusCAUBQDAgAgsC2tUUA0MarUzUCgE74OHm5BHY3s/J7Yo4JEeCBsRRhIQBIEQNDQCCGAAKAGK6NXREANAKjHAIZCLj7ZyTdIMMsE57hS5KuHy0sd/etJJWv2FxhwqzGHL38PLCzmf1yzCFYGwJDEHD3Z0h6whBrscZGCSAA4OKAAAQgcC4CCABSXBIIACpi4H5OBSRKIHBOAuXn7Vua2ZGAmRYBBAA58kIAUJ8DAoB6VoGVkxMAuPu2kl4o6SGBXGg9PIGTJd3PzN4y/NKsuAQCXQQAN5V0hKQtlwBq4nv0kpWZ3Xzi%2B2B8CCySgLuXh%2Bh3W%2BTmp7npe5rZm6c5%2BnBTIwAYjvUmVkIAkCIGhpgDAQQAKVJEABAUAwKAILBtbREAtPHqVI0AoBM%2BTl4ugaMk3ST65ZLl4o3ZOQ%2BMxXBt7IoAoBEY5RCYEgEEACnSQgCQIgaGgEA9gdVDvt%2BvP4PKDRAoz4bsZmZfH4KOu99HUvmq3trPHg0xZ%2BI1DjazuySej9Eg0AsBBAC9YOzaBAFAV4KcDwEIzI4AAoAUkSIAqIiB%2BzkVkCiBwHkJfLUIJs3sZenOHwAAIABJREFUJOBMhwACgBxZIQCozwEBQD2rwMpJCQDcvfwe/V6SXh/IhNbDEzhd0rPM7N%2BHX5oVl0Jg7Ztw7v4uSXdeCqiJ7/P3kq5nZsW%2BzgEBCEyMgLtfQ9KnJF1kYqMvddxvmVnJjGMTBBAApLg8EACkiIEh5kAAAUCKFBEABMWAACAIbFtbBABtvDpVIwDohI%2BTl03gZZIebmZnLBvDdHbPA2MpskIAkCIGhoBADAEEADFcG7siAGgERjkExiTg7lus7ofeaMw5ZrD2t81sl6H24e4Xl/RNSeWfHO0ETpV0dTP7QfupnAGB6RBAAJAiKwQAKWJgCAhAIBMBBAAp0kAAUBED93MqIFECgfMSKPes32RmRVzIMRECCAByBIUAoD4HBAD1rAIrpyYAOEDSKyVtFciE1sMT%2BE8z%2B5fhl2XFJRFYSwDg7peT9NMlgZrwXotJ5MFm9poJ74HRIbB4AvzCeXKXQJGufGFyUw84MAKAAWFvfCkEACliYIg5EEAAkCJFBABBMSAACALb1hYBQBuvTtUIADrh4%2BRlEyhfT7i9mX142Rims3seGEuRFQKAFDEwBARiCCAAiOHa2BUBQCMwyiEwJoHVA77fkLTtmHPMYO0XmNmjh9rHStxwmKRbDrXmDNc50MyeM8N9sSUI/JkAAoAUFwMCgBQxMAQEIJCJAM9jpkgDAUBFDNzPqYBECQQ2TuBeZvYmAE2DAAKAHDkhAKjPAQFAPavAyskIANx9H0kHS7pAIA9aD0ugCIdeJekRZlZkvxwQCCOwrgDgMZKeGzYVjfsk8A4z%2B6c%2BG9ILAhAYh4C7H87DE%2BOwX2PVQR%2BuWWO%2B0U9BADB6BGUABAApYmCIORBAAJAiRQQAQTEgAAgC29YWAUAbr07VCAA64eNkCBQCVzKzH4MiPwEeGEuREQKAFDEwBARiCCAAiOHa2BUBQCMwyiEwJgF3f4SkF405w0zWvo6ZfWnIvbh7efm/3MfmWI/A0Wa203qnchYEpkEAAUCKnBAApIiBISAAgUwEEACkSAMBQEUM3M%2BpgEQJBDZO4ERJO5pZuSfHkZwAAoAcASEAqM8BAUA9q8DKSQgA3P3akj4jaZtAFrQensAnJN3CzE4ZfmlWXBqBdQUAh0rad2mwJrjf8kPLtczsexOcnZEhAIFzEXD360jiq/LTuDK%2BZGYlL46NEEAAkOLSQACQIgaGmAMBBAApUkQAEBQDAoAgsG1tEQC08epUjQCgEz5OhkAh8H4zuy0o8hPggbEUGSEASBEDQ0AghgACgBiujV0RADQCoxwCYxFw9x0kHS3pEmPNMJN1P2Fmfzf0Xtx9K0lfk3T1odee0Xp3NLP/ntF%2B2AoEzkEAAUCKCwIBQIoYGAICEMhEAAFAijQQAFTEwP2cCkiUQGDTBD4u6VZmdhKgchNAAJAjHwQA9TkgAKhnFViZXgDg7uX35u%2BVhAQ28EIYoXV5D%2BfWZvaHEdZmyQUSaBYAuPu2ko6RdOEF8prSlk%2BX9FAze9WUhmZWCEBg0wRWv3h%2BpqQtYJWawKmSLm1mv0k95YjDIQAYEf7ZSyMASBEDQ8yBAAKAFCkiAAiKAQFAENi2tggA2nh1qkYA0AkfJ0PgTwQOlPQ8MzsDJHkJ8MBYimwQAKSIgSEgEEMAAUAM18auCAAagVEOgbEIuPtDJL1srPVnsm75%2BWt/M3vbGPtx93%2BTVO5hc6xH4IuSbsSXgtaDx1n5CSAASJERAoAUMTAEBCCQiQACgBRpIACoiIH7ORWQKIHA5gn8q6QXc/9686DGrEAAMCb9s9dGAFCfAwKAelaBlakFACv5cflK/LUDGdB6eAI/lXRTM/vJ8Euz4lIJrCMAuJekNywV2IT2XQz5u2Irm1BijAqBCgLuvp2kT0vavaKcknEJvMLMygNLHBsggAAgxWWBACBFDAwxBwIIAFKkiAAgKAYEAEFg29oiAGjj1akaAUAnfJwMgT8ROG51o6N8AZIjKQEeGEsRDAKAFDEwBARiCCAAiOHa2BUBQCMwyiEwFgF3P0LSzcZafybrniDpamb28zH24%2B67SfrKGGvPZM0Ty/1/M/vuTPbDNiBwDgIIAFJcEAgAUsTAEBCAQCYCCABSpIEAoCIG7udUQKIEApsncJqkfc3sQ5svpWIsAggAxiJ/znURANTngACgnlVgZVoBgLtvLelISdeV1PzubiAzWncj8MuSqZn9qlsbzoZAG4GmP0TcfStJ35F0lbZlqB6YQPnydHmopbwkzAEBCMyMgLvfQhK/hMif6/GSLmVmf8w/6vATIgAYnvkGVkQAkCIGhpgDAQQAKVJEABAUAwKAILBtbREAtPHqVI0AoBM%2BTobAXxIov0PeixseeS8KHhhLkQ0CgBQxMAQEYgggAIjh2tgVAUAjMMohMAaB1YO935S0zRjrz2jNd5vZP4y1n9XDjEUAsMtYM8xg3Vea2YNnsA%2B2AIHzEEAAkOKiQACQIgaGgAAEMhFAAJAiDQQAFTFwP6cCEiUQqCNQpHt7mFmR2XMkJIAAIEcoCADqc0AAUM8qsDKzAODVku4fuHdaD0/g/yTd3MyQIQ/PfvErtgoArijp25LKF6g58hLgq9N5s2EyCPRCwN1fKemBvTSjSSSBm5hZMXdxnIsAAoAUlwQCgBQxMMQcCCAASJEiAoCgGBAABIFta4sAoI1Xp2oEAJ3wcTIEzk3gLWa2P1hyEuCBsRS5IABIEQNDQCCGAAKAGK6NXREANAKjHAJDE3D3LSS9W9Lthl57ZuudIukKZnbMmPty930lvY%2BvGXVK4TJmVr4gxAGBWRFAAJAiTgQAKWJgCAhAIBMBBAAp0kAAUBED93MqIFECgXoCn5T092ZWfpfCkYwAAoAcgSAAqM8BAUA9q8DKdAKA1X2PZ0t6TOC%2BaT08gRMk3drMyt8lOCAwOIFWAcB%2Bkv6LG3aD59S64JXM7MetJ1EPAQhMh4C7X20lZJnO0Muc9LFm9rxlbn3Tu0YAkOKqQACQIgaGmAMBBAApUkQAEBQDAoAgsG1tEQC08epUjQCgEz5OhsC5CZQHJx5kZq8HTT4CPDCWIhMEACliYAgIxBBAABDDtbErAoBGYJRDYGgC7n51Sd8aet0ZrvdJM9tz7H25%2B/lW968vP/YsE16fe8sTDo/RN04AAUCKqwMBQIoYGAICEMhEAAFAijQQAFTEwP2cCkiUQKCewOnla8zcv64HNmQlAoAhaW98LQQA9TkgAKhnFViZUQBwb0nlY6/bBu6b1sMSKM%2B/3dHM3j/ssqwGgbMJtAoA3iHprgBMS6D8UPJwM3t52gkZDAIQ6I2Auxcz1ON6a0ijCAKfNrMbRzSeek8EACkSRACQIgaGmAMBBAApUkQAEBQDAoAgsG1tEQC08epUjQCgEz5OhsCGCJwkaQ8z%2Bxp4chHggbEUeSAASBEDQ0AghgACgBiujV0RADQCoxwCQxNw98dKes7Q685wvQPNbHSO7l6ePyrPFN1lhoyH2tIXzOx6Qy3GOhAYigACgKFIb3IdBAApYmAICEAgEwEEACnSQABQEQP3cyogUQKBNgInS9rLzD7ddhrV0QQQAEQTruuPAKCOU6lCAFDPKrAylQDA3feVdLCk7QL3TOvhCZSP37xq%2BGVZEQJnE6gWALj7BSQdD7zUBL4h6bpmVn4w4YAABBZAwN2/I2nnBWx1ylu8rJn9YsobiJgdAUAE1eaeCACakXECBDZMAAFAiisDAUBQDAgAgsC2tUUA0MarUzUCgE74OBkCGyPwRUk3MLPTQJSHAA%2BMpcgCAUCKGBgCAjEEEADEcG3sigCgERjlEBiSgLtvKenHki475LozXKt8JOJyZvarDHtz95tK%2BkSGWSY8w55m9skJz8/oEDgPAQQAKS4KBAApYmAICEAgEwEEACnSQABQEQP3cyogUQKBdgLl/vX1zeyM9lM5I4oAAoAosm19EQDU80IAUM8qsDKNAMDdLynpK5IuEbhfWg9LoPw94elm9pRhl2U1CJyXQIsA4K4rWzcc8xK4p5m9Oe94TAYBCPRNwN0fJuklffelX68EHmtmz%2Bu14wyaIQBIESICgBQxMMQcCCAASJEiAoCgGBAABIFta4sAoI1Xp2oEAJ3wcTIENkXgpWb2zyDKQ4AHxlJkgQAgRQwMAYEYAggAYrg2dkUA0AiMcggMScDd7yPpdUOuOdO1XmNmD8iyt5XY4cuSds0y0wTnKC8h3NDMTp3g7IwMgQ0SQACQ4sJAAJAiBoaAAAQyEUAAkCINBAAVMXA/pwISJRBYj8AbJN3PzIpckSMBAQQACUKQhACgPgcEAPWsAitTCADc/eKSPi/pCoF7pfXwBN4lqbyny0e6h2fPiuci0CIAeJOk/SGYlsCHzWyftNMxGAQgEELA3beR9CVJ1whZgKZ9EPjc6iENTJF/QRMBQB%2BXVuceCAA6I6QBBM4igAAgxZWAACAoBgQAQWDb2iIAaOPVqRoBQCd8fZ18vKQL9tWMPmkI/FHSbczs42kmWvggPDCW4gJAAJAiBoaAQAwBBAAxXBu7IgBoBEY5BIYi4O7bSTpK0m5DrTnTdcpDZ%2BVF8fLCfZrD3R8o6RXleeE0Q01rkPLz802y5TothEybjQACgBSJIABIEQNDQAACmQggAEiRBgKAihi4n1MBKb6kvCBenv/dOn4pVhiQwGmS7mZmBw%2B4JkttggACgByXBwKA%2BhwQANSzCqwcXQDg7n8l6cOSdg/cJ62HJ/A2M7v78MuyIgQ2TKD6hpu7f1PSLoBMSaD8AHIzMysv8nFAAAILI%2BDuN5d0uKStFrb1qWz3GElXMbPysAbHigACgBSXAgKAFDEwxBwIIABIkSICgKAYEAAEgW1riwCgjVenagQAnfD1dfIHJf223GzvqyF9UhG4gpn9NNVECx2GB8ZSBI8AIEUMDAGBGAIIAGK4NnZFANAIjHIIDEXA3S8v6Qfc2%2BxM/OjyUKGZlb9Xpjnc/WqSipSgiB441iPwbDN7/HqnchYE8hFAAJAiEwQAKWJgCAhAIBMBBAAp0kAAUBED93MqIMWX/FrSZyTdPn4pVhiYwAmSrmxmJWOOkQkgABg5gNXyCADqc0AAUM8qsDKDAOBDkm4RuEdaD0/gW5KuY2YnDb80K0JgwwSqBAArI8kvMZelvYy%2BsDKAF8M7BwQgsDAC7r69pM9K2nVhW5/Kdov9czczKyIdjhUBBAApLgUEACliYIg5EEAAkCJFBABBMSAACALb1hYBQBuvTtUIADrh6%2BvkIgC4s6RP83NuX0hT9Xmvmd0h1UQLHYYHxlIEjwAgRQwMAYEYAggAYrg2dkUA0AiMcggMRcDd3yvpdkOtN%2BN1nmRmT8%2B2P3ffUtIRkm6abbYJzXPiSjD/qwnNzKgQ2CgBBAApLg4EACliYAgIQCATAQQAKdJAAFARA/dzKiDFl5SPgF1f0tvK%2Bxrxy7HCwAQ%2BXl7cNLNTB16X5c5FAAFAjksCAUB9DggA6lkFVo4mAFi9w/VySftLKr8T55gHga%2BuPtD9u3lsh13MhUCtAOApkp48l03PbB/FPLarmf1oZvtiOxCAQAMBd99T0kf4UkYDtGFLn29mjxl2ydyrIQBIkQ8CgBQxMMQcCCAASJEiAoCgGBAABIFta4sAoI1Xp2oEAJ3w9XXyB83sVu5%2BQ0n/I%2Bn8fTWmTxoCT5T0LDM7I81ECxyEB8ZShI4AIEUMDAGBGAIIAGK4NnZFANAIjHIIDEHA3a8k6YdDrDXzNcrfJXc0s/KieLrD3feW9GFJW6QbbjoDpRQ8TAcfk2YigAAgRRoIAFLEwBAQgEAmAggAUqSBAKAiBu7nVECKLykCgKsXUZuk8szldvFLssLABB4rqTzn7QOvy3J/QQABQI7LAQFAfQ4IAOpZBVaOIgBw9/J774eX/3bw8n9gusO3/o6km5vZL4ZfmhUhsGkCtQKA8pL5%2BYCZksBbzeweKSdjKAhAYFAC7n64pFsOuiiL1RI4SdKFzOyU2hPmXocAIEXCCABSxMAQcyCAACBFiggAgmJAABAEtq0tAoA2Xp2qEQB0wtfXyWcKAEozd7%2B/pFdJqvodZl8D0CecwB8kXcfMvh%2B%2BEgtslAAPjKW4OBAApIiBISAQQwABQAzXxq4IABqBUQ6BIQi4%2ByMlvWCItWa%2BxlvMrHxZKO3h7l%2BXdM20A%2BYf7Ktmdq38YzIhBDZPAAHA5hkNUIEAYADILAEBCEyLAAKAFHkhAKiIgfs5FZDiS84UAJjZ7939TpIOjl%2BSFQYmUMT1tzWzDwy8Lsv9BQEEADkuBwQA9TkgAKhnFVg5lgDgPqvn2bYO3ButhydwLTP76vDLsiIENk9gsw/PuvvVJH17862oGInAHmb2uZHWZlkIQCARAXffV9KhiUZilHMSKC83fAkoZxFAAJDiSkAAkCIGhpgDAQQAKVJEABAUAwKAILBtbREAtPHqVI0AoBO%2Bvk7%2BSwFA%2BXrCf0s6UwjAMSsCP5G0p5mVf3KMQIAHxkaAft4lEQCkiIEhIBBDAAFADNfGrggAGoFRDoEhCLj7NyXtMsRaM1/jNtkfSnf350gqX9DjWI/A6ZJuZmafWu90zoJAHgIIAFJkgQAgRQwMAQEIZCKAACBFGggAKmLgfk4FpPiSPwsAylLu/jpJ5cU/jnkROFrSjczs2Hltazq7QQCQIysEAPU5IACoZxVYObgAwN33XL2zdYHAfdF6WAK/WT3D9q1hl2U1CNQTqBEA3FHSIfUtqRyQwBFmtveA67EUBCCQnIC7lxfMd08%2B5lLHO8DMyi/%2BOBAAZLkGEABkSYI5Jk8AAUCKCBEABMWAACAIbFtbBABtvDpVIwDohK%2Bvk/8sAPhTQ3f/nqSd%2BlqAPmkIvFHSfc2sfFGBY2ACPDA2MPANL4cAIEUMDAGBGAIIAGK4NnZFANAIjHIIRBNw93tIenP0Ogvof4KkS5hZ%2BWfaw92vK%2BnzaQecxmDflXRNMzttGuMyJQQ2TAABQIorAwFAihgYAgIQyEQAAUCKNBAAVMTA/ZwKSPEl5xYAXFjSFyVdOX5pVhiYQJHw7W1mpw68Lsud9Vz5VSV9WdIOABmPAAKAevYIAOpZBVYOKgBw9%2BtI%2BkLgfmg9PIE/SHqgmb19%2BKVZEQL1BGoEAC%2BW9M/1LakciMDJqx8wjhxoPZaBAAQmQMDd/2b1i6WtJjDu0kZ8vZndd2mb3th%2B3f3ekl4Pj1EJIAAYFT%2BLz4kAAoAUaSIACIoBAUAQ2La2CADaeHWqRgDQCV9fJ29IALCPpA/2tQB90hAoD048wsxekWaiBQ3CA2MpwkYAkCIGhoBADAEEADFcG7siAGgERjkEIgm4%2B7aSyrMN5QE5jm4EnmFm/96tRfzZ7l6eR/pY%2BXJO/GqzXuH6ZoZIYdYRz39zCABSZIwAIEUMDAEBCGQigAAgRRoIACpi4H5OBaT4knMIAMpyK%2Bld%2BT3HNvHLs8KABIqA7%2B5m9q4B12SpFQEEADkuBQQA9TkgAKhnFVg5mADA3S8n6ROSrhS4H1oPS%2BB0Sfc3M95pGpY7q61BoEYA8E1Ju6zRm1NiCXxH0rXN7MTYZegOAQhMiYC7b796eGb3Kc29kFm/Z2Y7L2Svm90mAoDNIhqiAAHAEJRZYxEEEACkiBkBQFAMCACCwLa1RQDQxqtTNQKATvj6Ovk8AoDS2N2fKOmpkrboayH6pCBwfHkZxMy%2BkmKaBQ3BA2MpwkYAkCIGhoBADAEEADFcG7siAGgERjkEIgm4%2BzUkfVbS%2BSPXWUDv4yRdzczKywfpD3ffT9Ih/CzfKaoXmtmjOnXgZAiMTAABwMgBnLU8AoAUMTAEBCCQiQACgBRpIACoiIH7ORWQ4ks2JAAo96yfLOkJkraMH4EVBiRw0ur%2B9ecGXJOlznom5KqSvixpB4CMRwABQD17BAD1rAIrBxEAuPtFJb1P0o0D90LrYQmUl/8PlFR%2B/37GsEuzGgTaCWxSAODul5H08/a2nBFMwCXdwczKf0A4IAABCJyDgLs/QNKrwJKSwOXN7GcpJxt4KAQAAwPf8HIIAFLEwBBzIIAAIEWKCACCYkAAEAS2rS0CgDZenaoRAHTC19fJGxMAbCfpG5Ku0tdC9ElD4Osr0Wn5ogLHQAR4YGwg0JteBgFAihgYAgIxBBAAxHBt7IoAoBEY5RCIJODur5V0QOQaC%2Bldvi5YJGrl4bT0h7vvKKl83OIi6YfNO2D5KMgFzYyfmfNmxGSbIYAAIMUlggAgRQwMAQEIZCKAACBFGggAKmLgfk4FpPiS8wgA/rSku39Y0t/Hj8AKAxMoz9aW3y9P4vcvA7MJWw4BQBjapsYIAOpxIQCoZxVYGS4AcPetJP2XpNsF7oPWwxIo7%2BS%2BzMz%2BedhlWQ0C6xPYnADgwZJevn57zgwi8GUzu3ZQb9pCAAITJ%2BDu20oqD8/vNPGtzHH8R5rZf8xxY617QgDQSiykHgFACFaaLpEAAoAUqSMACIoBAUAQ2La2CADaeHWqRgDQCV9fJ29QAFCau/vlJX1eUnmBgGNeBJ5tZo%2Bf15Zy74YHxlLkgwAgRQwMAYEYAggAYrg2dkUA0AiMcghEEVj9LPddSUXsxtGNwAFm9rpuLYY7293LM0kf4mWIzsyfZmbly5IcEJgkAQQAKWJDAJAiBoaAAAQyEUAAkCINBAAVMXA/pwJSfMmmBADlOe2jJJUvA3PMi8BbJN2LrwIPFyoCgOFYb2olBAD1OSAAqGcVWDmEAKC8%2B/MvgXug9fAEXi3pEWZ20vBLsyIE1iOwUQHA6kZc%2BcL8vuu15qxAAuUPmhcH9qc1BCAwcQLu/gRJz5j4NuY4/icl3YxfCJ354s69Jb1%2BjiFPaE8IACYUFqPmJoAAIEU%2BCACCYkAAEAS2rS0CgDZenaoRAHTC19fJGxUAlAXc/R6S3tzXYvRJQ6B80XA/MysvhnAMQIAHxgaAvPklEABsnhEVEJgsAQQAKaJDAJAiBoaAwJk/xz1J0lNh0ZnAz4oA3sxO7txpwAbuft3VyxBbDrjs3JYqAo2/MbNT5rYx9rMMAggAUuSMACBFDAwBAQhkIoAAIEUaCAAqYuB%2BTgWk%2BJKNCgDK0u6%2Bj6R3S9o%2BfhRWGJBA%2Bf3L3czsvwdcc9FLIQDIET8CgPocEADUswqsDBOnuvtWkg6U9PTA%2BWk9PIHyd7b9zeyE4ZdmRQisT2BTAoAdVl/Uutr67TkziMBFzOz3Qb1pCwEIzICAu%2B8i6Zsz2MrctvBTSbub2W/ntrHW/SAAaCUWUo8AIAQrTZdIAAFAitQRAATFgAAgCGxbWwQAbbw6VSMA6ISvr5M3KQAoi7j7QZLu29eC9ElD4I%2BSrm5m5WdnjmACPDAWDLiuPQKAOk5UQWCSBBAApIgNAUCKGBgCAmf%2BDFfuWZZ7lxzdCDzJzCb5sCG/Y%2BwW/OrsIgD4ei%2BdaAKBgQkgABgY%2BIaXQwCQIgaGgAAEMhFAAJAiDQQAFTFwP6cCUnzJJgUAZXl3f62kA%2BJHYYURCFyB%2B9fDUEcAMAznza2CAGBzhM7%2B3xEA1LMKrHyPme0X0d/d7yTpnZK2iOhPz1EIfMXMdh9lZRaFQEcCmxIAXErSdyRdsOManN4vgZea2T/325JuEIDAHAm4e7ET3WGOe5vwnoopqggAvj/hPfQyOgKAXjB2bYIAoCtBzofAigACgBSXAgKAoBh4ODcIbFtbBABtvDpVIwDohK%2Bvk2sEAEVcWv4%2Bu1tfi9InBQGXdJiZ3TbFNDMfggfGUgSMACBFDAwBgRgCCABiuDZ2RQDQCIxyCEQQWH0F7zBJfP29O%2BAbmdlnurcZvoO7P0nSU4dfeVYrfs7M9pjVjtjMYgggAEgRNQKAFDEwBAQgkIkAAoAUaSAAqIiB%2BzkVkOJLagQA25f7nJJuFj8OKwxM4KNmdvOB11zkcggAcsSOAKA%2BBwQA9awCK4%2BTVEQt5Z%2B9He6%2Br6S38j5tb0gzNPqlpBsi9ckQBTOsQ2BTAoBbSPrQOk05J4zA8ZKuZma/CluBxhCAwGwIuPtOkspXALadzabmsZFbm9nh89jK%2BrtAALA%2Bux7PRADQI0xaLZsAAoAU%2BSMACIoBAUAQ2La2CADaeHWqRgDQCV9fJ29WAFAWcvfrS/qIpAv0tTB90hD4d0nPNLMiBOAIIsADY0Fg29oiAGjjRTUEJkUAAUCKuBAApIiBIZZMwN23kfQNSeWeJUc3AuVlg8uZ2Wnd2oxztrtfc3XfepwB5rPqHmb2uflsh50shQACgBRJIwBIEQNDQAACmQggAEiRBgKAihi4n1MBKb5kswKAMoK7ly/KflJSkdlzzIvA4yU9z8xOn9e2cu0GAUCOPBAA1OeAAKCeVXDl48zsuX2t4e5XknSEpCv21ZM%2BoxP4kaRy3/ino0/CABBYk8CmBAAvl/TgNftyWgyBz0u6sZmdGtOerhCAwJwIuPvWkspXIK4zp33NYC8vMbOHz2AfnbaAAKATvr5ORgDQF0n6LJ4AAoAUlwACgKAYEAAEgW1riwCgjVenagQAnfD1dXKVAKAs5u4PlfTSvhamTxoCJ0j6azMr9mWOIAI8MBYEtq0tAoA2XlRDYFIEEACkiAsBQIoYGGLJBP4/e2cerktV3enfYhAHBGfFEGcFHEFFxIYo2CoOiDg1tqhooqJxCI44R6PgHOcBozg02gYH4oQ4IdIKGhnESFDEKIo0okagGeQKq5%2BN55LL5Zx79v5q76pVVe/3j3keVq219vv7Auecqu/93D19W/mxktI9S17dCOxpZl/o1mK4q909PZt0jKRdh9tiEpPfYmYvmMRJOMSsCCAACBE3AoAQMbAEBCAQiQACgBBpIADIiIH7ORmQ2pdkCQDSGu6%2Bl6Qj2q/EhJ4JXC5pDzP7as9zZzUOAUCMuBEA5OeAACCfVePK0yXd08zSFy53ern7zSWdIOlmnRpxcSQCF6f7EmaWcuUFgdES2JDZ9nklAAAgAElEQVQA4HeSbjDak01z8X3N7LBpHo1TQQACLQi4e3oA4E0tetNzYQLnmNnsfylAALDw%2B6fmhQgAatKk16wJIAAIET8CgEYxIABoBLasLQKAMl6dqhEAdMJX6%2BISAcBmSw9Q7FFrOH3CEEgf/r%2BPmf0izEYTW4QHxkIEigAgRAwsAYE2BBAAtOFa2BUBQCEwyiFQm4C7v1fS/rX7zrDfz80sfevQqF/uvsvSNychhFg8yfShk21qPMy6%2BApcCYFyAggAypk1uAIBQAOotIQABMZNAAFAiPwQAGTEwP2cDEjtS0oEABtL%2BoSkx7Rfiwk9EzhD0i5mlt4PvBoQQADQAOoCLREA5ENDAJDPqnFlkrQcIunZZvanRWe5e/r87OfSlzYv2oPrQhK4v5l9I%2BRmLAWBAgLLCgDcPd08/FlBH0rbEzjXzG7SfgwTIACBKRFw9%2BtLOkvStaZ0rgmc5TZm9h8TOMfCR0AAsDC6mhciAKhJk16zJoAAIET8CAAaxYAAoBHYsrYIAMp4dapGANAJX62LswUAawe6e/r96la1FqBPGAIfkvRUM0s363hVJsADY5WBLtYOAcBi3LgKAqMggAAgREwIAELEwBJzJeDuN5WUflfjHmX3N8EkPhTj7ltKOknS6GUG3SPt1OGlZnZwpw5cDIGeCSAA6Bn48uMQAISIgSUgAIFIBBAAhEhjEr/rtCbJ/ZzWhLP6ZwsAUjd3T38LOU3SLbK6UzQmAl%2BStCf3r9tEhgCgDdfSrggA8okhAMhn1VPl/mb2/kVmuft1JX1B0l8tcj3XhCSQnsd5vJklqQMvCIyewEoCgAdLSj%2Bg8opD4A1mdmCcddgEAhAYCwF3Tw/MP3ks%2B85kz8eY2admctZlj4kAIET6CABCxMASUyCAACBEiggAGsWAAKAR2LK2CADKeHWqRgDQCV%2BtixcRADxM0udrLUCfMASSmft5ZvbOMBtNaBEeGAsRJgKAEDGwBATaEEAA0IZrYVcEAIXAKIdATQLu/iZJL6jZc8a9/srMjp3C%2Bd09fRPTU6dwlgHP8FNJ9zCz8wfcgdEQKCKAAKAIV6tiBACtyNIXAhAYLQEEACGiQwCQEQP3czIgtS8pEgCkdcitfSgDTVgj6Zlm9k8DzZ/0WAQAMeJFAJCfAwKAfFY9VV4sKd2XeHWJqMXd0xc1HyXpbpKW/YxtT/szpi6B5/C8WV2gdBuWwEoCgOdLevOwqzF9PQL3NbNvQQUCEIBAKQF3f6CkL0rapPRa6psReK2ZvaJZ9xE0RgAQIiQEACFiYIkpEEAAECJFBACNYkAA0AhsWVsEAGW8OlUjAOiEr9bFxQKANNjd/15S%2Bj1ro1qL0CcEgfRATfq76E9CbDOhJXjwKESYCABCxMASEGhDAAFAG66FXREAFAKjHAI1Cbj7KZLuUrPnTHudaGb3mMrZ3T29J06QtOlUzjTAOdKHDR5kZkcPMJuREFiIAAKAhbDVvggBQG2i9IMABEZPAAFAiAgRAGTEwP2cDEjtS4oFAGkld/8HSS%2BRtHH7FZnQM4F7m9l3e545%2BXEIAGJEjAAgPwcEAPmseqy8XNIRkt5qZt/e0Fx3v46kRy09a3a7HndkVFsCl0k6yMxe2XYM3SHQL4GVBAB8W3S/Oaw2Ld3Au76ZXbhaIf8cAhCAwPoE3P2mkk6XdF3ohCHwGTNLvzDM9oUAIET0CABCxMASUyCAACBEiggAGsWAAKAR2LK2CADKeHWqRgDQCV%2BtixcVAGyx9CECbsrUSiJOnx9LurOZ/SnOSuPfhAfGQmSIACBEDCwBgTYEEAC04VrYFQFAITDKIVCLgLtvI%2Bm0Wv1m3Mcl/Q8zO3xKDNw9fXD9flM60wBnOVLSQ80svUd4QSA8AQQAISJCABAiBpaAAAQiEUAAECINBAAZMXA/JwNS%2B5KFBABpLXdPv7/t0X5FJvRMIMkNkwSA%2B9cVwSMAqAizQysEAPnwEADksxqo8kRJr5GU/h6dxABrX0nMc4Ck5/H5qoGSaTc25fxVSQ/jv9HtINN5GAIrCQBOlnS3YVZi6jIEXmNmr4IMBCAAgUUJuPvHJO276PVcV53AqWZ2p%2BpdR9QQAUCIsBAAhIiBJaZAAAFAiBQRADSKAQFAI7BlbREAlPHqVI0AoBO%2BWhcvJABIw919a0n/KulmtZahTxgCbzSzF4fZZgKL8MBYiBARAISIgSUg0IYAAoA2XAu7IgAoBEY5BGoQcPdNJKUH69I3vfPqRuBiSduZ2S%2B6tYl1tbs/WVL6UhJe3QjwbYPd%2BHF1jwQQAPQIe%2BVRCABCxMASEIBAJAIIAEKkgQAgIwbu52RAal/SRQBwB0nflLRV%2BzWZ0DOBQyU9jQ8Y1qOOAKAeyy6dEADk00MAkM9q4Mo/SrpgaYf0GdrrS9po4J0Y34bAEZIew3%2Bb28Cl67AEriYAcPdrSfqDpGsMuxrTlwhcJOk2ZnYORCAAAQgsSmDpQxBn8O/2RQlWvy49sLOlma2p3nkkDREAhAgKAUCIGFhiCgQQAIRIEQFAoxgQADQCW9YWAUAZr07VCAA64at18cICgLSAuz9B0kdrLUOfMATS7897mtlRYTYa%2BSI8MBYiQAQAIWJgCQi0IYAAoA3Xwq4IAAqBUQ6BGgTc/V6SvlujFz30bTPbZWoc3P0WkiYlNRgoo3eb2bMGms1YCBQRQABQhKtVMQKAVmTpCwEIjJYAAoAQ0SEAyIiB%2BzkZkNqXLCwASKu5%2Bx6S0gfSNmu/KhN6JHCppH3M7LM9zpz0KAQAMeJFAJCfAwKAfFZUQqAxgcslfUXS48wsfR6aFwQmR2A5AcBukr4xuZOO90DJjr%2BzmaVfEnhBAAIQWJiAu6d/n%2BywcAMurE1gVzNLH8Ce5QsBQIjYEQCEiIElpkAAAUCIFBEANIoBAUAjsGVtEQCU8epUjQCgE75aF3cSAKQl3P29kvavtRB9whBIN2l2MLOfh9loxIvwwFiI8BAAhIiBJSDQhgACgDZcC7siACgERjkEahBw94MlHVijFz10VzP74RQ5uHv64MNeUzxbj2f6lZn9ZY/zGAWBhQkgAFgYXc0LEQDUpEkvCEBgEgQQAISIEQFARgzcz8mA1L6kkwAgrefuh0h6avtVmTAAgdub2U8HmDu5kQgAYkSKACA/BwQA%2BayohEBjAmcuPU/2%2B8ZzaA%2BBwQgsJwB4vaQXD7YRg9cn8DYzOwAsEIAABLoScPc3S3p%2B1z5cX43AQWb2smrdRtYIAUCIwBAAhIiBJaZAAAFAiBQRADSKAQFAI7BlbREAlPHqVI0AoBO%2BWhfXEABsKek4SdvVWoo%2BYQgcKekRyFK758EDY90ZVuiAAKACRFpAICoBBAAhkkEAECIGlpgTAXdPv4udIemGczp3o7N%2B38x2bNR78Lbufoul98omgy8z7gWea2bvGPcR2H4OBBAAhEgZAUCIGFgCAhCIRAABQIg0EABkxMD9nAxI7UtqCAA2lXSspJ3ar8uEngnws3Yl4AgAKoHs2AYBQD5ABAD5rKiEQEMCSaL8UDP7ZcMZtIbA4ASWEwB8XdLug2/GAmsJ7Ghm3wcHBCAAga4E3H0PSelBeV4xCJxkZnePsUr/WyAA6J/5MhMRAISIgSWmQAABQIgUEQA0igEBQCOwZW0RAJTx6lSNAKATvloXdxYApEXcfXtJx0jaotZi9AlD4LVm9oow24x0ER4YCxEcAoAQMbAEBNoQQADQhmthVwQAhcAoh0BXAu7%2BSkmv7tqH668g8Boze9WUWbj79yRNVnLQU3bnS7q5mV3Y0zzGQGAhAggAFsJW%2ByI%2BlFSbKP0gAIHRE0AAECJCBAAZMXA/JwNS%2B5LOAoC0orvfS9LRkq7dfmUm9EzgH9LfxMzssp7nTmocAoAYcSIAyM8BAUA%2BKyoh0IjAuZIewmduG9GlbSgCVxEAuHv6heJkSbcPteV8l0kGkluamc8XASeHAARqEXD3ZJD8A388qkW0c5/0QMZWZnZR504jbIAAIERoCABCxMASUyCAACBEiggAGsWAAKAR2LK2CADKeHWqRgDQCV%2Bti6sIANIy7v58SW%2ButRh9whC4IH1IxMx%2BHGajES7CA2MhQkMAECIGloBAGwIIANpwLeyKAKAQGOUQ6EJg6VmT4yXdpUsfrr2SwJ3M7NQp83D3gyUdOOUz9nC29MGCnc3sX3uYxQgILEwAAcDC6GpeiACgJk16QQACkyCAACBEjAgAMmLgfk4GpPYlVQQAaU13f5ykj0nauP3aTOiRwMWS7m9mx/U4c3KjEADEiBQBQH4OCADyWVEJgQYEkhT3v5tZui/FCwKTJ7C%2BAGArSSdJuunkTz6OA07e6j6OGNgSAtMh4O6HStpvOica9UnSB/9vb2a/HvUpFlweAcCC4OpehgCgLk%2B6zZgAAoAQ4SMAaBQDAoBGYMvaIgAo49WpGgFAJ3y1Lq4pANhc0scl7VlrOfqEIfCzpQ85/CbMRiNbhAfGQgSGACBEDCwBgTYEEAC04VrYFQFAITDKIdCFgLvfW9Ixkq7RpQ/XXkHgKDPbY%2Bos3P22kpLkgPdMt7A/ZWaP6daCqyHQlgACgLZ8M7sjAMgERRkEIDAfAggAQmSNACAjBu7nZEBqX1JTALCZpE9K2qv92kzomcBPJf2VmZ3d89zJjEMAECNKBAD5OSAAyGdFJQQqE0ifw3qypMP5wu3KZGkXlsD6AoA7LAkArh124/kslkzdDzCzo%2BdzZE4KAQi0JuDuD5R0pKSNWs%2Bi/6oE1ki6p5mdsmrlBAsQAIQIFQFAiBhYYgoEEACESBEBQKMYEAA0AlvWFgFAGa9O1QgAOuGrdXE1AUBayN1vIOkESbeqtSB9whD4J0lPN7PLw2w0okV4YCxEWAgAQsTAEhBoQwABQBuuhV0RABQCoxwCixJw9/StdV9O37ayaA%2Buu5JAek7kv5nZd%2BfAxN3/RdLD53DWxme8s5n9qPEM2kNgYQIIABZGV/NCBAA1adILAhCYBAEEACFiRACQEQP3czIgtS%2BpJgBIq7p7%2BpxO%2Br3/zu1XZ0LPBI4ws717njmZcQgAYkSJACA/BwQA%2BayohEBFAukeyv5mlp4Z4wWB2RBYXwCQbsh%2BdTanj33QCyVta2a/ir0m20EAAmMi4O63lHSypOuNae%2BJ7uqS0gOI35ro%2BTZ4LAQAIVJHABAiBpaYAgEEACFSRADQKAYEAI3AlrVFAFDGq1M1AoBO%2BGpdXFUAkJZy910lzfJ3r1qhBO2TPviffgZ4Z9D9Qq/FA2Mh4kEAECIGloBAGwIIANpwLeyKAKAQGOUQWJSAu%2B8k6fhFr%2Be6qxA4U9IOZvb7OXBx90dI%2BjTy%2Bs5pH2JmT%2B/chQYQaEQAAUAjsGVtEQCU8aIaAhCYAQEEACFCRgCQEQP3czIgtS%2BpKgBI67r7bpK%2B0X51JvRMIH0x3HPM7H09z53EOAQAMWJEAJCfAwKAfFZUQqAigedKereZJREALwjMhsD6AoCXSnrdbE4f%2B6CnmtmdYq/IdhCAwNgIuPs1JJ0q6bZj232i%2Bz7XzN4x0bNt8FgIAEKkjgAgRAwsMQUCCABCpIgAoFEMCAAagS1riwCgjFenagQAnfDVuri6ACAt5u6vkfSKWkvSJwyBcyTtZGa/CLPRSBbhgbEQQSEACBEDS0CgDQEEAG24FnZFAFAIjHIILErA3d8mKT10xas7gXeZ2bO7txlHB3e/uaSfSLrOODYOu%2BXPzezWYbdjsdkTQAAQ4i2AACBEDCwBAQhEIoAAIEQaCAAyYuB%2BTgak9iXVBQBpZXd/nqQ3Stq4/RGY0DOBdP/6ez3PHP04BAAxIkQAkJ8DAoB8VlRCoBKBN5jZgZV60QYCoyKwvgDg85IeNqoTTHfZp5nZB6Z7PE4GAQgMRcDdXy/pxUPNZ%2B5VCHzMzJ44RyYIAEKkjgAgRAwsMQUCCABCpIgAoFEMCAAagS1riwCgjFenagQAnfDVuriVAGBTSelD4lvVWpQ%2BYQj8StI2ZnZRmI1GsAgPjIUICQFAiBhYAgJtCCAAaMO1sCsCgEJglENgEQLunh5SP0vSTRe5nmuuQiB9Y83WZpY%2BWDCbl7t/WNKTZnPgdgd9upkd0q49nSGwOAEEAIuzq3glAoCKMGkFAQhMgwACgBA5IgDIiIH7ORmQ2pe0EgCkv6kcJen%2B7Y/AhJ4J/EDSjma2pue5ox6HACBGfAgA8nNAAJDPikoIdCTgko4ws0d27MPlEBgtgfUFAL/mIdgQWaYf9m9kZueH2IYlIACBSRFw97tIOmVShxrvYU4ws3uOd/3FN0cAsDi7ilciAKgIk1bzJoAAIET%2BCAAaxYAAoBHYsrYIAMp4dapGANAJX62LmwgA0nLunj78/11Jf1lrWfqEIfB6M3tJmG1GsAgPjIUICQFAiBhYAgJtCCAAaMO1sCsCgEJglENgEQLufoCkty5yLddcjcAXzGzPuXFx960l/UxSEvfxWpzAbyXd2szS7xm8IBCKAAKAEHEgAAgRA0tAAAKRCCAACJEGAoCMGLifkwGpfUkTAUBa293/QtIJiBXbhzjAhEMl/Y2ZXT7A7FGORAAQIzYEAPk5IADIZ0UlBDoS%2BKakPfnbd0eKXD5qAlcKANz9hpLSDSFewxM4xczuNvwabAABCEyVgLv/Mn2DxFTPN7JzbWJm6Rs9ZvVCABAibgQAIWJgiSkQQAAQIkUEAI1iQADQCGxZWwQAZbw6VSMA6ISv1sXNBABpQXffV9KH%2BGBBrbjC9LlU0mPN7F/CbBR8ER4YCxEQAoAQMbAEBNoQQADQhmthVwQAhcAoh0ApAXffXNLpkm5Wei31yxL4n2b2iTmycfdvSNptjmevfOaHm9nnK/ekHQQ6E0AA0BlhjQYIAGpQpAcEIDApAggAQsSJACAjBu7nZEBqX9JMAJBWd/cHSjqq/TGY0DOBSyQ9ysy%2B1PPc0Y5DABAjOgQA%2BTkgAMhnRSUEOhD4lqQHmVn67yovCMyWwLoCgHstfQPWbGEEOvhhZpYeRuYFAQhAoAkBd/%2BspEc0aU7TUgLbmdlppReNvR4BQIgEEQCEiIElpkAAAUCIFBEANIoBAUAjsGVtEQCU8epUjQCgE75aFzcVAKQl3f1gSQfWWpg%2BYQicK2lbM/t9mI0CL8IDYyHCQQAQIgaWgEAbAggA2nAt7IoAoBAY5RAoJeDud5T0A0mblF5L/bIEtjSz8%2BfIxt1fKOmNczx75TMfYWZ7V%2B5JOwh0JoAAoDPCGg0QANSgSA8IQGBSBBAAhIgTAUBGDNzPyYDUvqSpACCt7%2B4flvSk9kdhwgAEbmdmZwwwd3QjEQDEiAwBQH4OCADyWVEJgQUJXCApfdbqrAWv5zIITIbAugKAfSTN0iYeMM0DzOxtAfdiJQhAYCIE3P1lkl47keOM/Rh7mtkXxn6I0v0RAJQSa1KPAKAJVprOkQACgBCpIwBoFAMCgEZgy9oiACjj1akaAUAnfLUu7kMAcENJJ0q6Ra2l6ROGQPp2jPR79powGwVdhAfGQgSDACBEDCwBgTYEEAC04VrYFQFAITDKIVBKwN0/I4kPG5eCW77%2BzWaWPgQ/y5e7byXp17M8fN1Dp29BupeZ/bBuW7pBoBsBBADd%2BFW6GgFAJZC0gQAEpkMAAUCILBEAZMTA/ZwMSO1L%2BhAAXENSep5zx/bHYULPBJo//9DzeZqNQwDQDG1RYwQA%2BbgQAOSzohICCxBI9wvSvd7TF7iWSyAwOQLrCgBeIOlNkzvhOA%2B0s5kdP87V2RoCEBgDAXd/iKQvjmHXGew4S%2BkLAoAQ72wEACFiYIkpEEAAECJFBACNYkAA0AhsWVsEAGW8OlUjAOiEr9bFvdwAd/e7LD1EsUWtxekThsCLzIy/c68SBw%2BMhXi/IgAIEQNLQKANAQQAbbgWdkUAUAiMcgiUEHD3O0r6Uck11K5I4EJJtzezs%2BfMyN0/JOnJc2ZQ6eyHSvprM/NK/WgDgc4EEAB0RlijAQKAGhTpAQEITIoAAoAQcSIAyIiB%2BzkZkNqXNBcApCO4%2Bz0lHS1p8/ZHYkLPBF4n6VVmdlnPc0c1DgFAjLgQAOTngAAgnxWVECgkcI6kR5rZdwqvoxwCkyWwrgDgHyX93WRPOq6DbWpmfxrXymwLAQiMiYC7by3pl2PaecK7fsDMnjbh8y17NAQAIRJHABAiBpaYAgEEACFSRADQKAYEAI3AlrVFAFDGq1M1AoBO%2BGpd3IsAIC3r7i%2BW9Ppai9MnDIGLJd3VzH4aZqOAi/DAWIhQEACEiIElINCGAAKANlwLuyIAKARGOQRKCLj7WyUdUHINtSsSOFbSbnN/CNzdd5CUvigjfeshr8UJ/ErS3czs94u34EoI1CWAAKAuzwW7IQBYEByXQQAC0yWAACBEtggAMmLgfk4GpPYlvQgA0jHcfR9Jh0naqP2xmNAjgYsk7WJmJ/U4c3SjEADEiAwBQH4OCADyWVEJgUICDzMzvuy2EBrl0yawrgDgM5L2nvZxR3G6o8xsj1FsypIQgMCoCbh7EgAkEQCvYQl8ysweM%2BwK/U9HANA/82UmIgAIEQNLTIEAAoAQKSIAaBQDAoBGYMvaIgAo49WpGgFAJ3y1Lu5TAHAtSf9b0sNrLU%2BfMATOkHQfM/tNmI2CLcIDYyECQQAQIgaWgEAbAggA2nAt7IoAoBAY5RAoIeDuSbh125JrqF2RwHPN7B1z5%2BPuW0pKD8Lfeu4sOp7/ckmPM7N/7tiHyyFQjQACgGoouzRCANCFHtdCAAKTJIAAIESsCAAyYuB%2BTgak9iV9CgCuKSn9Prdn%2B2MxoWcC/7EkgPxFz3NHMw4BQIyoEADk54AAIJ8VlRDIJHCepKeb2Scz6ymDwGwIrCsAOE7SvWdz8rgHfaGZvTnuemwGAQhMhYC7p285TN92yGtYAl8zswcMu0L/0xEA9M98mYkIAELEwBJTIIAAIESKCAAaxYAAoBHYsrYIAMp4dapGANAJX62LexMApIXd/SZL3zDIBwxqJRinzweXbgxdFmelOJvwwFiILBAAhIiBJSDQhgACgDZcC7siACgERjkEcgm4%2BzMlvTu3nroNEkg/E97YzC6B0xW/o79F0vNg0ZnAOZJuYWaXdu5EAwhUIIAAoALE7i0QAHRnSAcIQGBiBBAAhAgUAUBGDNzPyYDUvqQ3AcDao7j7jyTdsf3RmNAzgcMl7WNmSd7Haz0CCABivCUQAOTngAAgnxWVEMggkP6W/WozOyijlhIIzI7AugKAn2HSHjz/9MP8jmZ24uCbsAAEIDB5Au5%2Bf0lfm/xB4x/wZDPbIf6adTdEAFCX54LdEAAsCI7LILA%2BAQQAId4TCAAaxYAAoBHYsrYIAMp4dapGANAJX62LexUApKXd/b6SjpK0Wa1D0CcEgfTB/wPM7J0htgm2BA%2BMhQgEAUCIGFgCAm0IIABow7WwKwKAQmCUQyCHgLtvLuknkrbKqadmVQLvNLPnrFo1kwJ330LSb/j9vErgDzWzL1XpRBMIdCSAAKAjwDqXIwCow5EuEIDAhAggAAgRJgKAjBi4n5MBqX3JEAKA%2B0k6uv3RmNAzgT9JSl8W%2Brae545iHAKAGDEhAMjPAQFAPisqIZBB4OWSDkaSk0GKklkSWFcA8J%2BSrjdLCnEOnR74u5OZnRlnJTaBAASmSsDd/0LS6ZKuNdUzjuRcZ5nZ1iPZtdqaCACqoezSCAFAF3pcC4F1CCAACPF2QADQKAYEAI3AlrVFAFDGq1M1AoBO%2BGpd3LsAIC3u7v8gKd1M4DUtAumBnCRc/dW0jtX9NDww1p1hhQ4IACpApAUEohJAABAiGQQAIWJgiakRcPfdJH1F0iZTO9tA59ndzHig/6p/b/%2BMpL0HymNKYz9qZk%2Ba0oE4y3gJIAAIkR0CgBAxsAQEIBCJAAKAEGkgAMiIgfs5GZDal/QuAEhHcvfnS3qDpI3bH5EJPRL4o6R7m9nJPc4cxSgEADFiQgCQnwMCgHxWVEJgAwTSl7t8WNJzzOwiSEEAAssTuEIA4O4bSUr/T8NrWALnStrGzJKMgRcEIACBpgTcfUtJJ0m6ddNBNF%2BNwKVmNrtvmUQAsNrbopd/jgCgF8wMmQMBBAAhUkYA0CgGBACNwJa1RQBQxqtTNQKATvhqXTyUAOAakk5Jf5urdRD6hCFwnqSbc6PoqnnwwFiI9ycCgBAxsAQE2hBAANCGa2FXBACFwCiHQA4Bd/%2BIpCfm1FKzKoE1kq5vZheuWjmjAnffR9InZnTkVke9ZOl3YZ4/akWYvtkEEABko2pZiACgJV16QwACoySAACBEbAgAMmLgfk4GpPYlQwkANpX0r5Lu1v6ITOiZwA8l3cPM0t%2BGeC0RQAAQ462AACA/BwQA%2BayohMAGCHzVzB4IIQhAYMME1goAdpJ0PLAGJ3Bm%2BiCumV0%2B%2BCYsAAEITJ6Au6cPnad/928/%2BcPGP%2BDmc3u4BwFAiDclAoAQMbDEFAggAAiRIgKARjEgAGgEtqwtAoAyXp2qEQB0wlfr4kEEAGl5d/9LSd%2BXdJNah6FPGAJvMLMDw2wTYBEeGAsQgoQAIEQMLAGBNgQQALThWtgVAUAhMMohsBoBd7%2B9pPSA8uzE1quxWfCfP9fM3rHgtZO9zN1vJCl9eQav7gQOMbOnd29DBwh0I4AAoBu/SlcjAKgEkjYQgMB0CCAACJElAoCMGLifkwGpfckgAoB0LHffWtL3JG3V/phM6JnA%2B8zsGT3PDD0OAUCMeBAA5OeAACCfFZUQWIHAlyQ9wcx%2BDyEIQGDDBNYKAJ4q6RBgDU7gU2b2mMG3YAEIQGA2BNz9c5L2nM2B4x50NzP7Ztz16m%2BGAKA%2B0wU6IgBYABqXQGA5AggAQrwvEAA0igEBQCOwZW0RAJTx6lSNAKATvloXDyYASAdw97%2BW9D5Jm9Q6EH3CENjbzI4Is83Ai/DA2MAB/Hk8AoAQMQTDd60AACAASURBVLAEBNoQQADQhmthVwQAhcAoh8BqBNz9vZL2X62Of55F4Ndm9hdZlTMscve3S3rODI9e%2B8hnpy8DMLPf1G5MPwiUEEAAUEKrWS0CgGZoaQwBCIyVAAKAEMkhAMiIgfs5GZDalwwmAEhHc/e9JX2m/TGZ0DOBSyQ9xsy%2B0PPcsOMQAMSIBgFAfg4IAPJZUQmBZQickD7HZmbpb9i8IACBVQisFQCkbz86GFqDEzjAzN42%2BBYsAAEIzIYAN1rDRD27f/8jAAjx3kMAECIGlpgCAQQAIVJEANAoBgQAjcCWtUUAUMarUzUCgE74al08qAAgHYIPGtSKMlyfMyVtZ2YXhdtsgIV4YGwA6FcfiQAgRAwsAYE2BBAAtOFa2BUBQCEwyiGwIQLufm1J/y7pFpCqQoAvh9gAxqVvODxd0jWr0J53k4eY2ZHzRsDphybAcylDJ3DFfAQAIWJgCQhAIBIBBAAh0kAAkBED93MyILUvGVQAkI7n7u%2BRxLfFt896iAl3MrNThxgcbSYCgBiJIADIzwEBQD4rKiGwHoH/a2ZbQQUCEMgnsFYAkMxRD82/jMpGBHY0s%2B836k1bCEAAAlcj4O4PlvQl0AxO4E1m9qLBt%2BhxAQQAPcJeeRQCgBAxsMQUCCAACJEiAoBGMSAAaAS2rC0CgDJenaoRAHTCV%2BviCAKAm0n6Lh9sqRVpqD5HS0offkjfqDDrFw%2BMhYgfAUCIGFgCAm0IIABow7WwKwKAQmCUQ2BDBNz9sZI%2BIWkjSFUh8Cgz49v7VkDp7umD/8dLulsV2vNukkQK6cMEa%2BaNgdMPSQABwJD0r5yNACBEDCwBAQhEIoAAIEQaCAAyYuB%2BTgak9iURBADXkHSMpHu3Py4Teibw1aVvQP5jz3PDjUMAECMSBAD5OSAAyGdFJQTWIZB%2BrtrDzH4AFQhAIJ/AWgHAiZJ2yL%2BMygYE/mRmmzboS0sIQAACKxJY%2BmU53fTnNSyBY8zsfsOu0O90BAD98l5hGgKAEDGwxBQIIAAIkSICgEYxIABoBLasLQKAMl6dqhEAdMJX6%2BLBBQDpIEu/LycJwA1qHYw%2BYQi80MzeHGabgRbhgbGBwF91LAKAEDGwBATaEEAA0IZrYVcEAIXAKIfASgTcfTNJZ0q6CZSqEDjTzG5ZpdOEm7j7KyW9esJH7PNoe5nZ5/ocyCwIrEsAAUCI9wMCgBAxsAQEIBCJAAKAEGkgAMiIgfs5GZDalwwuAEhHdPf0WZ%2BvS7p%2B%2ByMzoWcCB0l6hZld3vPcUOMQAMSIAwFAfg4IAPJZUQmBJQLnSdrbzNKXt/CCAAQKCKwVAPynpOsVXEdpfQLc5K3PlI4QgEAGAXe/SNK1MkopaUfgJDO7e7v28TojAAiRCQKAEDGwxBQIIAAIkSICgEYxIABoBLasLQKAMl6dqhEAdMJX6%2BIQAoB0GHd/iaR0s53XtAhcIuleZvbDaR2r7DQ8MFbGq1E1AoBGYGkLgQgEEABESEEIAELEwBJTIODuuy89YD6F40Q4w7PN7F0RFom8g7vfUNIvuY9dJaVPmdljqnSiCQQWIIAAYAFo9S9BAFCfKR0hAIGRE0AAECJABAAZMXA/JwNS%2B5IQAoB0THd/oqRDJW3U/thM6JHAxenLXM3sxz3ODDcKAUCMSBAA5OeAACCfFZUQWCKwh6SvmJlDBAIQKCNg7r65pLMkbVF2KdWVCfCH9spAaQcBCOQRcPcTJM3qw%2Bd5ZPqtmtsvzAgA%2Bn1/rTANAUCIGFhiCgQQAIRIEQFAoxgQADQCW9YWAUAZr07VCAA64at1cSQBwKaSPi7p0bUOR58wBM6QtJOZ/S7MRj0vwgNjPQNffhwCgBAxsAQE2hBAANCGa2FXBACFwCiHwEoE3P09kp4BoSoELpB0TzP7SZVuE2/i7h%2BW9KSJH7OP450v6RZmlr5hiRcEeieAAKB35MsN5LnEEDGwBAQgEIkAAoAQaSAAyIiB%2BzkZkNqXRBIAbLZ0//qR7Y/NhJ4J/ErSrmb2857nhhmHACBGFHP7PEMX6ggAutDj2hkS2N/M3j/Dc3NkCFQhkAQAN5L0H5KSCIDXcAT4Q8Zw7JkMgVkTcPfD%2BTBDiLfAtc0sWRxn8UIAECJmBAAhYmCJKRBAABAiRQQAjWJAANAIbFlbBABlvDpVIwDohK/WxWEEAOlA7n5zScelB%2BVrHZA%2BYQh8RNJTzWxNmI16XIQHxnqEvfIoBAAhYmAJCLQhgACgDdfCrggACoFRDoHlCLj7TSWlB4%2BvCaEqBNLvl%2Blh7suqdJt4E3d/mKTPT/yYfR3vMDPbt69hzIHAugQQAIR4PyAACBEDS0AAApEIIAAIkQbPzWfEwP2cDEjtS8IIANYe1d3TN8Xfof3RmdAzgU9K%2Bp9mdnnPc0OMQwAQIgYhAMjPAQFAPisqZ03AJb3VzF4wawocHgIdCSQBwO0knSLpWh17cXk3AgeZ2cu6teBqCEAAAuUE3P1NkviBqhxd7Su2MrP0h8JZvBAAhIgZAUCIGFhiCgQQAIRIEQFAoxgQADQCW9YWAUAZr07VCAA64at1cSgBQDqUu99L0rGSrlHrkPQJQ%2BB5ZvaPYbbpcREeGOsR9sqjEACEiIElINCGAAKANlwLuyIAKARGOQSWI%2BDu75H0DOhUI5A%2B/J/uz/DKIODu6YtMLsgopWR1Aonjnczsl6uXUgGBugQQANTluWA3BAALguMyCEBgugQQAITIFgFARgzcz8mA1L4kogBgV0nfan90JvRMIAkjX2pmb%2Bx5bohxCABCxIAAoCAGBAAFsCidM4EkADjEzPafMwTODoGuBJIAYFtJJ2Fs74qy8/Wzfdi0MzkaQAACnQi4%2BzMlvbtTEy6uQeBWZvaLGo3G0AMBQIiUEACEiIElpkAAAUCIFBEANIoBAUAjsGVtEQCU8epUjQCgE75aF4cTAKSDufvBkg6sdUj6hCGQHtjZyczODLNRT4vwwFhPoDc8BgFAiBhYAgJtCCAAaMO1sCsCgEJglENgfQLuvoWkEySlL5Xg1Z3AaWa2Xfc28%2Brg7gdJesm8Tt3ktOnbA/czs4816U5TCGyAAAKAEG8PBAAhYmAJCEAgEgEEACHSQACQEQP3czIgtS8JJwBIR3b3F0t6naSN2yNgQo8Efi9pNzNLX/A6qxcCgBhxm5nF2CT%2BFggA4mfEhqEIPMvM%2BMxaqEhYZkwEkgDg7pKO4xusBo/tSWb20cG3YAEIQGB2BNx9H0mfmN3B4x14BzM7Od5abTZCANCGa2FXBACFwCiHwEoEEACEeG8gAGgUAwKARmDL2iIAKOPVqRoBQCd8tS6OKgC4pqTjJd1VEjc8a6Udo8%2BPJd3dzC6KsU4/W/DAWD%2BcV5mCACBEDCwBgTYEEAC04VrYFQFAITDKIbA%2BAXffXdLXIVONwOvM7OXVus2okbufJykJKXh1I5CEHjuaWfrWJV4Q6I0AAoDeUG9oEAKAEDGwBAQgEIkAAoAQaSAAyIiB%2BzkZkNqXRBUAbCbpO%2Bk%2BZ3sETOiZwE8l3dHM1vQ8d9BxCAAGxX/lcAQA%2BTkgAMhnRSUElgj8lZkdCw0IQKCcQBIA7CLpaEmblF/OFRUJ3N/MvlGxH60gAAEIZBFw9z0kHZlVTFFLAggAWtKl93IEEADwvoBAJQIIACqB7NYGAUA3fitejQCgEdiytggAynh1qkYA0AlfrYtDCgDS4dx9W0npRsSNah2WPiEIpG9BfLWZvSbENj0twQNjPYHe8BgEACFiYAkItCGAAKAN18KuCAAKgVEOgXUJuPumktI3jaXfg3jVIZA%2BeP39Oq3m1cXdvyzpQfM6dbPTPsDMvtasO40hsAwBBAAh3hYIAELEwBIQgEAkAggAQqSBACAjBu7nZEBqXxJSAJCO7e43l5SeA711ewxM6JnAu8zs2T3PHHQcAoBB8V85HAFAfg4IAPJZUQmBJQK/kbSrmf0EIhCAQBmBJADYVVL64DkCgDJ2tau3N7Mf1G5KPwhAAAKrEXD3e0jiYZPVQLX/57uZ2Tfbj4kxwd33k3RojG1muwUCgNlGz8FrE0AAUJvoQv0QACyEbfWLEACszqiHCgQAPUBeOwIBQI%2BwVx4VVgCQVnb3J0r6IH9LDfFeqb3Eo83s07WbRu3HA2MhkkEAECIGloBAGwIIANpwLeyKAKAQGOUQWJcAAvHq74fvmtm9q3edSUN3f7qk983kuK2PebiZPbb1EPpDYL3/prxW0sugMigBBACD4mc4BCAQkQACgBCpIADIiIH7ORmQ2peEFQCko7v7oyUd3h4DE3omsEbSI83sCz3PHWwcAoDB0F9lMAKA/BwQAOSzohIC6xD4uaT7mtmZUIEABPIJJAHAXpKOyL%2BEykYEbm1m6V9kvCAAAQj0SsDdt5d0Uq9DGbYcgQebWfr2ilm8EACEiBkBQIgYWGIKBBAAhEgRAUCjGBAANAJb1hYBQBmvTtUIADrhq3VxaAFAOqS7v1PSs2odmD5hCJxpZrcMs03jRXhgrDHgvPYIAPI4UQWBURJAABAiNgQAIWJgibEScPckcU4yZ151CDzEzI6s02p%2BXdz92pLOkbT5/E5f/cT/z8yuW70rDSGwAQLujgBg%2BHcIAoDhM2ADCEAgGAEEACECQQCQEQP3czIgtS8JLQBIx3f3f5T0d%2B1RMKFnApdI2sHMTut57iDjEAAMgv1qQxEA5OeAACCfFZUQWI/AEWa2N1QgAIF8AggA8lm1rry2mV3cegj9IQABCKxPwN1vJulsyAxOAAHA4BHMbgEEALOLnAO3IoAAoBXZor4IAIpw5RcjAMhn1bASAUBDuMv8frS/pPf2OJJRVycwBgHAjSWdKGlrApwcge9J2t3MLpzcydY7EA%2BMhUgYAUCIGFgCAm0IIABow7WwKwKAQmCUQ2AtAXe/vqSfSroBVKoQOGvpYe1zq3SbaRN3f6OkF870%2BLWPfbCZvbR2U/pBYCUCCABCvDcQAISIgSUgAIFIBBAAhEgDAUBGDNzPyYDUvmQMAoAkzvuWpHu0x8GEngl8XVISS17a89zexyEA6B35sgMRAOTngAAgnxWVEFiGwAcl/a2Z/RE6EIDA6gQQAKzOqJcKflDqBTNDIACBZQi4e3p453fAGZzAvmZ22OBb9LSAu6dvjUnfHsNrOAIIAIZjz%2BSJEUAAECJQBACNYkAA0AhsWVsEAGW8OlW7OwKATgSrXBxeAJBO6e63lZQ%2BLM4HYqrEHqrJ883sraE2arAMD4w1gFreEgFAOTOugMBoCCAACBEVAoAQMbDEGAm4%2B%2BslvXiMuwfdmW%2BzqRCMu%2B%2Bw9Hv4JhXa0UK6qZn9BhAQ6IMAAoA%2BKK86AwHAqogogAAE5kYAAUCIxBEAZMTA/ZwMSO1LwgsAEgJ3v8uSBOB67ZEwoWcC/2hmz%2Bt5Zu/jEAD0jnzZgXyuLT8HBAD5rKiEwDIE1kh6hpklEQAvCEBgFQJJAPAiSW%2BA1KAETjKzuw%2B6AcMhAIFZE3B3nzWAGIffz8w%2BEmOV9lsgAGjPOGMCAoAMSJRAIIcAAoAcSs1rEAA0QowAoBHYsrYIAMp4dapGANAJX62LRyEASId195dIOqjWwekThsAlknY1s%2B%2BH2ajBIjww1gBqeUsEAOXMuAICoyGAACBEVAgAQsTAEmMj4O43lnSKpJuNbffA%2B97BzE4PvN8oVnP39G2GZ0vaYhQLx1/ySWb20fhrsuEUCCAACJEiAoAQMbAEBCAQiQACgBBpIADIiIH7ORmQ2peMQgCQMLj70yW9rz0SJvRM4EJJ9zKzU3ue2%2Bs4BAC94l5xGAKA/BwQAOSzohICKxC4VNITzeyTEIIABDZMIAkAXibptYAalMDxZrbzoBswHAIQmDUBBAAh4kcAECKGWS2BAGBWcXPYlgQQALSkm90bAUA2qrJCBABlvBpVIwBoBHa5tggAeoS98qgxCQA2lfTPkh4RghxL1CRwmqTtzeyPNZtG6sUDYyHSQAAQIgaWgEAbAggA2nAt7IoAoBAY5RBIBNx9b0mHS9oYIlUIHGNm96vSiSbp/XmgpINBUYXA/zGzXat0ogkEViGAACDEWwQBQIgYWAICEIhEgJ8tQ6SBACAjBu7nZEBqXzImAUCS531M0iPbY2FCzwTS%2B/CeZnZWz3N7G4cAoDfUGxyEACA/BwQA%2BayohMAGCJwp6b5m9nMoQQACKxNAABDj3cFN3xg5sAUEZkvA3Y%2BVtMtsAcQ4OAKAGDnMaQsEAHNKm7M2JYAAoCne3OYIAHJJFdYhACgE1qYcAUAbrst2RQDQI%2ByVR41GAJCO4O63kXSipC1D0GOJmgQOlfR0M1tTs2mUXjwwFiIJBAAhYmAJCLQhgACgDdfCrggACoFRDgF3Tx/6/5ak%2B0CjGoG/NrMPVetGo/R7%2BB/4HbzaG4H/VlZDSaMNEUAAEOL9gQAgRAwsAQEIRCKAACBEGggAMmLgfk4GpPYloxEAJBTufi1JJ0napj0aJvRM4LClb0q%2BvOe5vYxDANAL5lWHIABYFdGVBQgA8llRCYFVCFwg6S5m9gtIQQACyxNAABDjnfFOM3tOjFXYAgIQmCMBBAAhUp/VBxfdfT9J6cMUvIYjgABgOPZMnhgBBAAhAp3Vf0f7JI4AoE/aK85CANBjDAgAeoS98qhRCQDSMdz9rpK%2BL2nTEARZoiaBp5jZJH935YGxmm%2BThXshAFgYHRdCID4BBAAhMuJDjSFiYIkxEXD39G3gSQDAqx6BW5pZ%2BgYbXpUIuPvHJT2uUru5t/mqpAeb2WVzB8H52xJAANCWb2Z3BACZoCiDAATmQwABQIisEQBkxMD9nAxI7UtGJQBIONz93pKOa4%2BGCT0TSB/8f6mZvaHnub2MQwDQC%2BZVhyAAWBXRlQUIAPJZUQmBDALHm9nOGXWUQGCWBBAAxIj9bWZ2QIxV2AICEJgjAQQAIVJ/vZm9JMQmPSyBAKAHyKuPQACwOiMqIJBFAAFAFqbWRQgAGhFGANAIbFlbBABlvDpVIwDohK/WxaMTAKSDu/sbJb2wFgT6hCFwtqTdzOzHYTaqtAgPjFUC2a0NAoBu/LgaAqEJIAAIEQ8CgBAxsMSYCLj7ByU9ZUw7B9/142b2%2BOA7jm49d08f/k8SAF7dCfxe0vZm9svuregAgZUJIAAI8e5AABAiBpaAAAQiEUAAECINBAAZMXA/JwNS%2B5LRCQASkqV/z71O0kbtETGhRwLpd/ldzOzfe5zZyygEAL1gXnUIAoBVEV1ZgAAgnxWVEMgkcIikZyKszaRF2awIJAHA6yW9eFanjndYBADxMmEjCMyKgLt/TtKeszp0vMMiAIiXydQ3QgAw9YQ5X28EEAD0hnpDgxAANIoBAUAjsGVtEQCU8epUjQCgE75aF49SAJAO7%2B4/lHQnSVYLBn1CEDhd0g5mdmGIbSotwQNjlUB2a4MAoBs/roZAaAIIAELEgwAgRAwsMRYC7p4eBk8fAr75WHYOvmf6RrZb8cHq%2Bim5%2BzUlnS9p0/rdZ9nxZWZ20CxPzqF7I4AAoDfUGxqEACBEDCwBAQhEIoAAIEQaCAAyYuB%2BTgak9iVjFQBsIunfJG3THhETeibwa0nbmtkFPc9tOg4BQFO82c0RAGSjSs8IfVPSffOvoBICEMgg8FRJHzQzz6ilBAKzIZAEAJ%2BQtM9sThzzoAgAYubCVhCYDQF3P1jSgbM5cMyDIgCImcuUt0IAMOV0OVuvBBAA9Ip7pWEIABrFgACgEdiytggAynh1qkYA0AlfrYvHLADYVtJxkq5XCwZ9QhC4TNJbzexFIbaptAQPjFUC2a0NAoBu/LgaAqEJIAAIEQ8CgBAxsMRYCLj7CyW9cSz7jmDPEyTtbGZrRrDr6FZ095dL%2BofRLR5z4YuXZBW/ibkeW02BAAKAECkiAAgRA0tAAAKRCCAACJEGAoCMGLifkwGpfckoBQAJi7vfVNJ3JN2mPSYm9Ezg3Wb2rJ5nNh2HAKAp3uzmCACyUSEAyEdFJQRKCKR7Ko81syNKLqIWAlMngAAgRsJPMbNDY6zCFhCAwBwJIAAIkToCgBAxzGoJBACzipvDtiSAAKAl3ezeCACyUZUVIgAo49WoGgFAI7DLtUUA0CPslUeNVgCQjuTufyPpnZLSNxLymhaBh5vZ56dyJB4YC5EkAoAQMbAEBNoQQADQhmthVwQAhcAony8Bd99S0i8lXXe%2BFKqf/DVm9qrqXWl4BQEeCK/%2BRnimmb23elcaQmCJAAKAEG8FBAAhYmAJCEAgEgEEACHSQACQEQP3czIgtS8ZrQBg6Xfo9EWhH5O0SXtUTOiRwKWS9jWzw3uc2XQUf%2B9pije7OQKAbFQIAPJRUQmBUgK/k7SLmZ1WeiH1EJgqAQQAMZLdx8w%2BGWMVtoAABOZIAAFAiNQRAISIYVZLIACYVdwctiUBBAAt6Wb3RgCQjaqsEAFAGa9G1QgAGoFdri0CgB5hrzxq1AKAdCx3Tw/N7x%2BCJkvUJHCumd2kZsMhe/HA2JD0r5yNACBEDCwBgTYEEAC04VrYFQFAITDK50vA3R8o6UhJG82XQvWTb25mF1bvSsMrCLj7NSSdJOmOIKlC4Hgz27lKJ5pAYBkCCABCvC0QAISIgSUgAIFIBBAAhEgDAUBGDNzPyYDUvmTUAoCl36MPlnRge1RM6JnA%2BelvI2Z2Vs9zm4xDANAEa3FTBAD5yNz9m5Lum38FlRCAQAGB9N%2B2Hczs3IJrKIXAZAkgAIgRLQKAGDmwBQRmSwABQIjoEQCEiGFWSyAAmFXcHLYlAQQALelm90YAkI2qrBABQBmvRtUIABqBXa4tAoAeYa88agoCgBtL%2BoakO4cgyhI1CXxb0gPN7KKaTYfoxQNjQ1C/2kwEACFiYAkItCGAAKAN18KuCAAKgVE%2BXwLu/hVJD5gvgeon50Ms1ZFevaG7P03S%2B3sYNYcRl0m6t5l9fw6H5Yz9E0AA0D/zZSYiAAgRA0tAAAKRCCAACJEGvztlxMD9nAxI7UumIAC4oaT0vOi27XExoWcCx0q6v5mt6Xlu9XEIAKojXaghAoB8bAgA8llRCYEFCaT/xj3czP6w4PVcBoHJEEAAECNKBAAxcmALCMyWAAKAENEjAAgRw6yWQAAwq7g5bEsCCABa0s3ujQAgG1VZIQKAMl6NqhEANAK7XFsEAD3CXnnU6AUA6WjufltJJ0vaPARVlqhFwCXtb2aH1Go4VB8eGBuK/FXmIgAIEQNLQKANAQQAbbgWdkUAUAiM8nkScPd7SvrXeZ6%2B2anva2bfatadxlcScPdzJN0EJFUIpIcpdzOzJAPgBYGqBBAAVMW5aDMEAIuS4zoIQGCyBBAAhIgWAUBGDNzPyYDUvmT0AoCEyN1vuXT/%2BnrtkTGhZwKvMbNX9Tyz%2BjgEANWRLtQQAUA%2BNgQA%2BayohEAHAoea2VM6XM%2BlEJgEAQQAMWJEABAjB7aAwGwJIAAIET0CgBAxzGoJBACzipvDtiSAAKAl3ezeCACyUZUVIgAo49WoGgFAI7DLtUUA0CPslUdNRQBgkl4o6Q0hqLJETQKXSHqgmaUPR4z2xQNjIaJDABAiBpaAQBsCCADacC3sigCgEBjl8yTg7odLevQ8T9/s1FuY2QXNutP4SgLu/nZJzwFJFQLnS7qjmZ1VpRtNILAOAQQAId4OCABCxMASEIBAJAIIAEKkgQAgIwbu52RAal8yCQFAwuTufyvpXe2RMaFnAun%2B9fZm9uOe51YdhwCgKs6FmyEAyEeHACCfFZUQ6EAgCWtfaWYHdejBpRAYPQEEADEiRAAQIwe2gMBsCSAACBE9AoAQMcxqCQQAs4qbw7YkgACgJd3s3ggAslGVFSIAKOPVqBoBQCOwy7VFANAj7JVHTUIAsPZ47v5ZSY8IQZYlahI4WdLOZpYephjliwfGQsSGACBEDCwBgTYEEAC04VrYFQFAITDK50fA3a8j6XRJW83v9M1O/HYz%2B7tm3Wl8FQLu/kBJR4GlGoEDzOxt1brRCAJLBBAAhHgrIAAIEQNLQAACkQggAAiRBgKAjBi4n5MBqX3JlAQAm0j6BDLI9m%2BaASacLWnHMYv9EAAM8K5ZZiQCgPwcEADks6ISAh0JXCzp8WaWnsHjBYFZEkAAECP215nZy2OswhYQgMAcCSAACJE6AoAQMcxqCQQAs4qbw7YkgACgJd3s3ggAslGVFSIAKOPVqBoBQCOwy7VFANAj7JVHTU0AsLWkUyRdPwRdlqhJ4HPp4RgzW1OzaV%2B9eGCsL9IbnIMAIEQMLAGBNgQQALThWtgVAUAhMMrnR8Dd0zenp29Q51WHwAVmtkWdVnTJIeDum0o6h9%2B5c2hl1Vwk6cZmlv6XFwSqEUAAUA1ll0YIALrQ41oIQGCSBBAAhIgVAUBGDNzPyYDUvmQyAoCEyt3T3y6Ok3TH9uiY0DOBwyTtZ2Z/6nlulXEIAKpg7NwEAUA%2BQgQA%2BayohEAFAulv1une779W6EULCIyOQBIAfEjSk0e3%2BbQWfpuZHTCtI3EaCEBgTATc/cOSnjSmnSe4KwKACYYa/EgIAIIHxHrjIYAAIERWCAAaxYAAoBHYsrYIAMp4dapGANAJX62LJyUASFDcfUdJ35C0eS1I9AlDID1A8ZEw2xQswgNjBbDalSIAaMeWzhAYnAACgMEjSAsgAAgRA0tEJeDu15GUHmDn95R6IX3BzPas145OOQTc/RmS3pNTS00WgWea2XuzKimCQCYBBACZoNqWIQBoy5fuEIDACAkgAAgRGgKAjBi4n5MBqX3JpAQACZe730fS1yVdsz0%2BJvRI4HJJLzOz1/c4s9ooBADVUHZqhAAgHx8CgHxWVEKgEoH/kHQ3M7ugUj/aQGA0BJIA4GWSXjuajae5KAKAaebKqSAwGgLufqykXUaz8DQXRQAwzVwjnwoBQOR02G1UBBAAhIgLAUCjGBAANAJb1hYBQBmvkwNKUQAAIABJREFUTtUIADrhq3XxFAUAJulNkp5fCxJ9whBI3zS5u5mdGmajzEV4YCwTVNsyBABt%2BdIdAoMSQAAwKP61wxEAhIiBJaIScPfHSfp41P1GutffmNkHR7r7aNdekln8QtINR3uIWIt/w8zuH2slthk7AQQAIRJEABAiBpaAAAQiEUAAECINBAAZMXA/JwNS%2B5LJCQASMnd/wdI97PYEmdAngd9K%2Bm9m9pM%2Bh9aYhQCgBsXuPRAA5DNEAJDPikoIVCTwPUkPM7NzK/akFQTCE0AAECMiBAAxcmALCMyWAAKAENEfZGZJyjOLl7vvJ%2BnQWRw27iERAMTNhs1GRgABQIjAEAA0igEBQCOwZW0RAJTx6lSNAKATvloXT04AsBaMux8jaVdJSQjAazoETpG0s5ldNKYj8cBYiLQQAISIgSUg0IYAAoA2XAu7IgAoBEb5vAi4%2B%2Bck8W319WI/T9JWZnZxvZZ0yiHg7ul37G8hu8%2BhlV1zOzM7I7uaQgisQgABQIi3CAKAEDGwBAQgEIkAAoAQaSAAyIiB%2BzkZkNqXTFUAsKmkH0jarj1CJvRM4Pylv1ON7f717SSdJGnznnkxbh0CCADy3w4IAPJZUQmBygQ%2BKunJZnZ55b60g0BYAggAYkTzaTN7dIxV2AICEJgjAQQAIVLfz8w%2BEmKTHpZAANAD5NVHIABYnREVEMgigAAgC1PrIgQAjQgjAGgEtqwtAoAyXp2qEQB0wlfr4ikLALaVdKKka9WCRZ8QBC6TlASv6VsyRvPigbEQUSEACBEDS0CgDQEEAG24FnZFAFAIjPL5EHD3O0s6QdI15nPq5id9lZm9pvkUBixLwN2fKGk291l7eBscY2b362EOI2ZCAAFAiKARAISIgSUgAIFIBBAAhEgDAUBGDNzPyYDUvmSSAoCEzd1vtPSB663bY2RCzwTeYGYH9jyz0zh3RwDQiWCdixEA5HNEAJDPikoIVCaQntN6i6QDzcwr96YdBEISQAAQI5bjzWznGKuwBQQgMEcC7n6upPSHHF7DEUAAMBz7uU5GADDX5Dl3dQIIAKojXaQhAoBFqGVcgwAgA1L7EgQA7RlfOQEBQI%2BwVx41WQFAOrK77yvpg3zQJsR7rfYSjzazT9du2qofD4y1IlvUFwFAES6KITAuAggAQuSFACBEDCwRjcDSt6V/StIjo%2B024n3St6ntZGb/NuIzjH51d/91%2Bna70R8kxgEukbSDmZ0WYx22GDsBBAAhEkQAECIGloAABCIRQAAQIg0EABkxcD8nA1L7kskKABI6d3%2BypEMkbdIeJRN6JrCXmX2u55kLj0MAsDC6qhciAMjHiQAgnxWVEGhA4GJJjzezzzboTUsIhCOAACBGJAgAYuTAFhCYLQF3x3w0fPoIAIbPYG4bIACYW%2BKctxkBBADN0JY0RgBQQqugFgFAAax2pQgA2rG9WmcEAD3CXnnUpAUA6dju/lFJTwhBmyVqEkgP/9zBzC6o2bRVLx4Ya0W2qC8CgCJcFENgXAQQAITICwFAiBhYIhqBpW92%2B7GkG0TbbcT7nCnptmb2pxGfYfSru/srJL1m9AeJc4CXm9nr4qzDJmMmgAAgRHoIAELEwBIQgEAkAggAQqSBACAjBu7nZEBqXzJpAUDC5%2B4HSXpJe5RM6JlAeu/excx%2B2/PchcYhAFgIW/WLEADkI0UAkM%2BKSgg0JLCzmR3fsD%2BtIRCCQBIAPEpSMrzzGo7AhWa2%2BXDjmQwBCMyZgLtfR1J64JjXsAQQAAzLf47TEQDMMXXO3IQAAoAmWEubIgAoJZZZjwAgE1TbMgQAbflepTsCgB5hrzxqDgKAm0j6WrrZHoI4S9QkcKSkR5lZMk2HfvHAWIh4EACEiIElINCGAAKANlwLuyIAKARG%2BTwIuPs%2Bkg6TtNE8TtzLKfcxs0/2MokhKxJw950k8aBfvffI2ZK2GYvkrt6x6dSCAAKAFlSLeyIAKEbGBRCAwNQJIAAIkTACgIwYuJ%2BTAal9yRwEADeSdKykbdvjZELPBFKue5jZRT3PLR6HAKAYWZMLEADkY0UAkM%2BKSgg0JJCE1%2BmecPp5jRcEJksgCQD2knTEZE84noNtbGaXj2ddNoUABKZCwN1vJindwOc1LIEHm9mXh12hv%2Bnuvp%2BkQ/ubyKRlCCAA4G0BgUoEEABUAtmtDQKAbvxWvBoBQCOwZW0RAJTx6lSNAKATvloXT14AkEC5%2B70kHS3p2rXA0ScEgcskPcvM3hdimw0swQNjIRJCABAiBpaAQBsCCADacC3sigCgEBjl0yfg7teUlL6t/sbTP21vJ/yVmf1lb9MYtKG/Y26ydM87fWiBVx0C6ffbd9dpRZc5E0AAECJ9BAAhYmAJCEAgEgEEACHSQACQEQP3czIgtS%2BZvAAgIXT3W0v6Ln83av%2BGGmDC35vZqweYWzQSAUARrmbFCADy0SIAyGdFJQQaE/ihpF3N7LzGc2gPgcEIIAAYDP3VBt/CzH4ZZx02gQAE5kLA3W8j6Yy5nDfwOREABA5noqshAJhosByrfwIIAPpnvsxEBACNYkAA0AhsWVsEAGW8OlUjAOiEr9bFcxEAmKQDJL2lFjj6hCHwR0kPMrNjwmy0zCI8MBYiHQQAIWJgCQi0IYAAoA3Xwq4IAAqBUT59Au6%2Bt6TPTP%2BkvZ7wPWb2t71OZNiKBNx9X0kfA1E1AumDH%2BnByTXVOtJolgQQAISIHQFAiBhYAgIQiEQAAUCINBAAZMTA/ZwMSO1LZiEASBjd/TmS3t4eKRN6JpDuX%2B9sZif1PLdoHAKAIlzNihEA5KNFAJDPikoINCaQvoz7MDN7YuM5tIfAYASSAOD%2Bko6StPFgWzA4EdjOzE4DBQQgAIG%2BCbj79pJC/1LfN5OB5iEAGAj8jMciAJhx%2BBy9LgEEAHV5LtgNAcCC4Fa7DAHAaoR6%2BecIAHrB/OchCAB6hL3yqFkIANYe390/K%2BkRIcizRE0C6e8s6SGK9DBFyBcPjIWIBQFAiBhYAgJtCCAAaMO1sCsCgEJglE%2BfgLsfLunR0z9pryfczcy%2B2etEhm2QgLv/StJfgKkKgUsk7Whm/1alG01mSwABQIjoEQCEiIElIACBSAQQAIRIAwFARgzcz8mA1L5kTgKATSR9WNLj22NlQs8Efr30O37635AvBAAxYkEAkJ8DAoB8VlRCoCcCB5nZy3qaxRgI9EogCQB2kXS0pPQDO6/hCHBjeDj2TIbArAksiWC%2BNmsIMQ6/g5mdHGOV9lu4%2B36SDm0/iQkbIIAAgLcHBCoRQABQCWS3NggAuvFb8WoEAI3AlrVFAFDGq1M1AoBO%2BGpdPDcBwM0lnSLphrUA0icMgS9KeqSZXRpmo3UW4YGxEKkgAAgRA0tAoA0BBABtuBZ2RQBQCIzyaRNw9/SB6DMkbTbtk/Z6un83szv2OpFhqxJw949I4pt%2BViWVXXCkpIeamWdfQSEE1iOAACDEWwIBQIgYWAICEIhEAAFAiDQQAGTEwP2cDEjtS2YjAEgo3T3dt/6OpDu0R8uEngn87/Q3EzNb0/PcrHEIALIwNS9CAJCPGAFAPisqIdAjgfQlPJ/j79k9EmdULwQQAPSCOWvI483s41mVFEEAAhCoSMDdHybp8xVb0moxAggAFuPGVYsTQACwODuuhMBVCCAACPGGQADQKAYEAI3AlrVFAFDGq1M1AoBO%2BGpdPCsBQILm7neXdKyka9eCSJ8QBC6T9BQz%2B2iIbdZbggfGQqSCACBEDCwBgTYEEAC04VrYFQFAITDKp03A3T8rKT34xKsegb3M7HP12tGpBgF3f5CkL9foRY8rCWxnZqfBAwKLEkAAsCi5qtchAKiKk2YQgMAUCCAACJEiAoCMGLifkwGpfcmsBAAJ59L96yQBQCTZ/v3V94RXmNlr%2Bx6aMw8BQA6l9jUIAPIZIwDIZ0UlBHokcImkPczsmB5nMgoCzQkkAcC2kk6SdM3m0xiwIQL7m9n7QQQBCECgbwLu/iRJH%2B57LvOuRuAOZnb6XLi4%2B36SDp3LeYOeEwFA0GBYa3wEEACEyAwBQKMYEAA0AlvWFgFAGa9O1QgAOuGrdfEcBQAbSTpY0otqQaRPGAK/k/QAM0t/fw/14oGxEHEgAAgRA0tAoA0BBABtuBZ2RQBQCIzy6RJw960l/UDSDaZ7yt5P9ltJ25jZ73ufzMANEnD3TSX9G99UWPWN8gIze0vVjjSbFQEEACHiRgAQIgaWgAAEIhFAABAiDQQAGTFwPycDUvuS2QkAElJ3f4Wk17THy4SeCZwraVcz%2B3HPc1cdhwBgVUS9FCAAyMeMACCfFZUQ6JnALyQ9KOJ/63rmwLgJEUgCgG2WBADXmtC5xniUV5vZ349xcXaGAATGTcDd04cMDhz3KSax/VZmlv5QOIsXAoAQMSMACBEDS0yBAAKAECkiAGgUAwKARmDL2iIAKOPVqRoBQCd8tS6enQBgLTh3P1bSLrVA0icMge9L2snMLg%2Bz0Z8f2rmfpKMj7TTDXRAAzDB0jjwfAggAQmSNACBEDCwRgYC7P0HSRyPsMqEdjjaz3Sd0nkkdxd2fLOmDkmxSBxvuMEliv22032uHw8HkUgIIAEqJNalHANAEK00hAIExE0AAECI9BAAZMXA/JwNS%2B5K5CgA2k/QdSTvw%2B3X7N1nPE86StJ2ZXdDz3A2OQwAQIw0EAPk5IADIZ0UlBAYgcHx6Bs/MLhtgNiMhUJ1AEgDcVNJPJW1evTsNSwh8wMyeVnIBtRCAAARqEHD3j0nat0YvenQicD0zO69ThxFdjAAgRFgIAELEwBJTIIAAIESKCAAaxYAAoBHYsrYIAMp4dapGANAJX62L5ywAuJukk2uBpE8YAumD/283s%2BeF2QgBQJQoEABESYI9INCAAAKABlDLWyIAKGfGFRMl4O5nSLrNRI831LH%2Bu5l9fajhzN0wgaUHxk%2BQtAWsqhF4opml5wp4QaCYAAKAYmQtLkAA0IIqPSEAgVETQAAQIj4EABkxIADIgNS%2BZJYCgITV3W8l6duSbt4eMxN6JOBL968P6HHmqqMQAKyKqJcCBAD5mBEA5LOiEgIDEfiipEeb2SUDzWcsBKoRSAKAG0j6uaTrVutKo0UIfNHMHrbIhVwDAQhAoAsBd/%2BapPt36cG13QnM7RdmBADd3zMVOiAAqACRFhBIBBAAhHgfIABoFAMCgEZgy9oiACjj1akaAUAnfLUunq0AYOnniscufTNn%2BkYFXtMi8DAzSzeXQrx4YCxEDAgAQsTAEhBoQwABQBuuhV0RABQCo3yaBNx9b0mfmebpBjvVD8xs%2B8GmM3hVAu6%2BkaT0DT87rlpMQS6BJFS4j5ldmnsBdRBYSwABQIj3AgKAEDGwBAQgEIkAAoAQaSAAyIiB%2BzkZkNqXzFYAkNC6%2BxMlHSKJ%2B9ft32t9T0gfivx030NXmocAIEYSc/s8QxfqCAC60ONaCPRG4BVm9trepjEIAo0I2NIP5v8p6XqNZtA2j8BpZrZdXilVEIAABOoRcPdfSLpFvY50WoDAeWY2q/8OIwBY4F1S/xIEAPWZ0nGmBBAAhAgeAUCjGBAANAJb1hYBQBmvTtUIADrhq3Xx3AUA6e%2B1n5T0mFpA6ROGwG8l3drM0oe%2BB3/xwNjgEaQFEACEiIElINCGAAKANlwLuyIAKARG%2BTQJuPuRkvaY5ukGO9Xzzeytg01ncBYBd3%2BgpKOyiinKIZC%2BJen2ZvarnGJqILAuAQQAId4PCABCxMASEIBAJAIIAEKkgQAgIwbu52RAal8yawFAwuvuB0s6sD1qJvRM4Oyl3/Uv7HnusuMQAERIQUIAkJ8DAoB8VlRCYGACzzazdw28A%2BMh0InAWgHAryVt1akTF3cl8P/M7Lpdm3A9BCAAgRIC7r6lpD%2BUXENtEwLHmNn9mnQO2hQBQIhgEACEiIElpkAAAUCIFBEANIoBAUAjsGVtEQCU8epUjQCgE75aF89aAJAgunsSxB0tiW%2BUrPWuitPnq5IebmbpgxODvnhgbFD8a4cjAAgRA0tAoA0BBABtuBZ2RQBQCIzy6RFw9xtJOkPSFtM73aAnurOZ/WjQDRieRcDdfyzpDlnFFOUQ%2BKSZ7ZNTSA0E1iWAACDE%2BwEBQIgYWAICEIhEAAFAiDQQAGTEwP2cDEjtSxAAuN9A0rclbdseNxN6JnCCpN3M7IKe515tHAKAoRP483wEAPk5IADIZ0UlBAYmcJ6k3c3sxIH3YDwEFiawVgDwBUkPXbgLF9YisJWZpV8SeUEAAhDohYC77yLp2F6GMWRDBN5vZvvPCRECgBBpIwAIEQNLTIEAAoAQKSIAaBQDAoBGYMvaIgAo49WpGgFAJ3y1Lp69ACCBdPd7SPqWpGvXAkufEAQuk/RcSe81s8uH3IgHxoakf%2BVsBAAhYmAJCLQhgACgDdfCrggACoFRPj0C7v5Pkv56eicb9ETHm9nOg27A8GwC7v46SS/NvoDCHALbmNlPcgqpgcBaAggAQrwXEACEiIElIACBSAQQAIRIAwFARgzcz8mA1L5k9gKAhNjdbybpFEk3bo%2BcCT0TeKWZ/UPPM682DgHA0An8eT4CgPwcEADks6ISAgEIXCRpZzNLP8vwgsDoCKwVALxf0tNGt/30Fn6Cmf2v6R2LE0EAAlEJuPszJb076n4z2uvVZvb3Mzpv%2BmPgfpIOndOZA54VAUDAUFhpnAQQAITIDQFAoxgQADQCW9YWAUAZr07VCAA64at1MQKAPz9Akf5um35nf1ctsPQJQ%2BBSSQ8ys28OuREPjA1J/8rZCABCxMASEGhDAAFAG66FXREAFAKjfFoE3P3mkn4paaNpnWzw09zJzE4dfAsWyCLg7jtJOj6rmKJcArO7r50LhrqVCSAACPHuQAAQIgaWgAAEIhFAABAiDQQAGTFwPycDUvsSBABLjN09fd4ofe6I17QI/FFS%2Bnv6oH9DQQAQ402FACA/BwQA%2BayohEAQAqeY2d2C7MIaECgisFYAcKCkg4uupLgFgXeZ2bNbNKYnBCAAgeUIuPtHJT0BOoMTeLCZfXnwLXpcAAFAj7BXHoUAIEQMLDEFAggAQqSIAKBRDAgAGoEta4sAoIxXp2oEAJ3w1boYAcA6JN3905IeWQsufcIQOFnSfc3s/KE24oGxochfZS4CgBAxsAQE2hBAANCGa2FXBACFwCifFgF3f6Kkj0zrVIOf5keS7mFm6aFoXiMg4O6bSDpR0l1GsO5YVjzNzLYby7LsGYMAAoAQOSAACBEDS0AAApEIIAAIkQYCgIwYuJ%2BTAal9CQKAJcbuvqmkD0t6XPqi8PbomdAjgZ9L2t7Mzutx5lVGIQAYivxV5yIAyM8BAUA%2BKyohEIjA5yTtY2YXB9qJVSCwKoG1AoBdJB27ajUFrQn8yMzu3HoI/SEAAQgkAksPPKQPAKdvPuA1LIFtzezHw67Q73QEAP3yXmEaAoAQMbDEFAggAAiRIgKARjEgAGgEtqwtAoAyXp2qEQB0wlfrYgQA65B09xtLSh8ySf/La1oEviRpLzP70xDH4oGxIahfbSYCgBAxsAQE2hBAANCGa2FXBACFwCifDgF330jScZLuNZ1ThTjJW83s%2BSE2YYlsAu6%2Bj6TDJKX/v%2BBVh8DfmNkH67SiyxwIIAAIkTICgBAxsAQEIBCJAAKAEGkgAMiIgfs5GZDalyAAWIexu28t6XuStmqPngk9E0h/P3mKmV3a89wrxiEAGIL61WciAMjPAQFAPisqIRCMwKvSl6ib2Zpge7EOBFYksFYAcFtJP4XT4ATOlnQ7M7to8E1YAAIQmDwBd99i6RsP0n8DeA1IYI6/LCMAGPAN91%2BjEQCEiIElpkAAAUCIFBEANIoBAUAjsGVtEQCU8epUjQCgE75aFyMAWI%2Bku%2B8uKX1YfLNakOkTgsBlSwKALw6xDQ%2BMDUH9ajMRAISIgSUg0IYAAoA2XAu7IgAoBEb5dAi4%2B4OXfoeYzqFinOS2ZvazGKuwRS4Bd7%2BZpJMl3TT3GupWJfCTpW8F5FuSVkVFQSKAACDE%2BwABQIgYWAICEIhEAAFAiDQQAGTEwP2cDEjtSxAArMfY3e8k6XhJm7fHz4SeCTzXzN7R88wrxiEAGIL61WfO8TMNi5JHALAoOa6DwOAE0vNazzaz9w6%2BCQtAIJPAFQKApR%2BY0jcNbZx5HWVtCJwv6Y5mdlab9nSFAAQg8F8Elh52OE3SlnAZlMD/NbPZmTARAAz6nls7HAFAiBhYYgoEEACESBEBQKMYEAA0AlvWFgFAGa9O1QgAOuGrdTECgPVILn1751sk/V0tyPQJQ%2BA8SenDienDKL2%2BeGCsV9wrDUMAECIGloBAGwIIANpwLeyKAKAQGOXTILD0%2B8NnkmxqGicKc4p/MbNHhNmGRbIJuHt6DurzkpIYg1cdAn%2BUdF8z%2B26ddnSZOgEEACESRgAQIgaWgAAEIhFAABAiDQQAGTFwPycDUvsSBADLMHb39O25f98ePxN6JnCOpN3N7NSe5yIA6Bv4CvMQAOQHgQAgnxWVEAhI4A%2BSHmlmRwfcjZUgcDUC6woAfilpaxgNSiBJGLY3sx8NugXDIQCBWRBw99tK%2BuksDhv7kKeaWbJhzuqFACBE3AgAQsTAElMggAAgRIoIABrFgACgEdiytggAynh1qkYA0AlfrYsRAKxA0t2PkfRXtUDTJwyBb0h6gJld3udGPDDWJ%2B0VZyEACBEDS0CgDQEEAG24FnZFAFAIjPJpEHD3JP4%2BQ9INp3GiEKdIP6s/zMyODLENSxQTcPf04f8vSrryGaniJlywPoHDzGxfsEAghwACgBxKzWsQADRHzAAIQGBsBBAAhEgMAUBGDNzPyYDUvgQBwAqMl54puhu/b7d/E/Y84WxJ25lZktn39nL320k6SdLmvQ1l0NUIIADIf1MgAMhnRSUEghK4SNJdzSzdU%2BMFgdAE1hUAnChph9DbzmO5fczsk/M4KqeEAASGJODur5T06iF3YPYVBI43s53nxgIBQIjEEQCEiIElpkAAAUCIFBEANIoBAUAjsGVtEQCU8epUjQCgE75aFyMAWIGku6e/3aaf469dCzZ9QhC4TNL7zOxZfW7DA2N90l5xFgKAEDGwBATaEEAA0IZrYVcEAIXAKJ8GAXd/naSXTuM0YU7Bz21holh8EXf/QXqYb/EOXLkegUskbWNmZ0IGAqsRQACwGqFe/jkCgF4wMwQCEBgTAQQAIdJCAJARA/dzMiC1L0EAsAJjd7%2BVpOMk3ax9DEzokUCSYb7bzJ7T40whAOiT9sqzEADk54AAIJ8VlRAITCCJZ/Yws98E3pHVIPBfdmt3P0rSA2EyOAEs2YNHwAIQmAcBd09/dLn3PE4b%2BpRfMLM9Q2/YYDkEAA2glrdEAFDOjCsgsCwBBAAh3hgIABrFgACgEdiytggAynh1qkYA0AlfrYsRAGyApLs/VtJHJW1WCzh9QhBYI2mvPr9RlAfGQuTOB8lCxMASEGhDAAFAG66FXREAFAKjfPwE3P0mks4Z/0nCnSAJu54RbisWKiLg7i%2BT9NqiiyhejcDLzSxJR3hBYIMEEACEeIMgAAgRA0tAAAKRCCAACJEGAoCMGLifkwGpfQkCgA0wdvcnSHq/pGu1j4IJPRN4rJkd3tdMBAB9kd7wHAQA%2BTkgAMhnRSUEghM4wsz2Dr4j682cgK09v7v/L0mPnzmPCMe/wMy2iLAIO0AAAtMl4O7XlHTxdE84qpPN8g/ZCABCvEcRAISIgSWmQAABQIgUEQA0igEBQCOwZW0RAJTx6lSNAKATvloXIwDYAEl330jSP0t6VC3g9AlD4EJJNzWz9L/NXzww1hxxzgAEADmUqIHASAkgAAgRHAKAEDGwRJ8E3P0pkj7Y58wZzPrj0s/p583grJM%2BorvfUdKPJn3I/g93qpndqf%2BxTBwbAQQAIRJDABAiBpaAAAQiEUAAECKNWT43WUqe%2BzmlxJrUIwBYBau7v1HSC5vQp%2BmQBH5vZjfsawEEAH2R3vAcBAD5OSAAyGdFJQRGQOAjZrbfCPZkxZkSWFcAwA/ecd4E25nZaXHWYRMIQGBqBNx9F0nHTu1cIz3PLL8ZAQFAiHcrAoAQMbDEFAggAAiRIgKARjEgAGgEtqwtAoAyXp2qEQB0wlfrYgQAq5B09%2BtK%2Bqaku9eCTp8wBI6StKeZrWm9EQ%2BMtSac1R8BQBYmiiAwTgIIAELkhgAgRAws0ScBdz9O0r37nDmDWUea2UNmcM7JH3FJqPdt/n%2BkatSXSXqomaXfZXlBYEUCCABCvDkQAISIgSUgAIFIBBAAhEgDAUBGDNzPyYDUvgQBwCqM3f0Gko6RdOf2cTChZwInS9rVzNJ9zaYvBABN8WY3RwCQjUoIAPJZUQmBkRB4hpm9byS7subMCKwrAHi6JN6oMd4Ajzezj8dYhS0gAIEpEnB3/p0fJ9h9zOyTcdbpZxMEAP1wXmUKAoAQMbDEFAggAAiRIgKARjEgAGgEtqwtAoAyXp2qEQB0wlfrYgQAGSTdfSdJ6Wf6TTLKKRkXgfQ3mw%2BYmbdcmwfGWtLN7o0AIBsVhRAYHwEEACEyQwAQIgaW6IuAu%2B8q6Vt9zZvRnKeZ2QdmdN5JH3VJkp%2BEehtP%2BqD9Hu709AEPM7u037FMGxMBBAAh0kIAECIGloAABCIRQAAQIg0EABkxcD8nA1L7EgQAGYzd/baSTpC0ZUY5JeMi8Hwze2vrlREAtCac1x8BQB6nVIUAIJ9VsMo/SfqtpP%2BU9Md1dttU0vUk3URS%2Br95zY/AJZL2MrOvzO/onDg6gXUFAMla/sXoC89kv3ea2XNmclaOCQEIDEDA3dODKn8zwGhGXp3AXc3sh3MDgwAgROIIAELEwBJTIIAAIESKCAAaxYAAoBHYsrYIAMp4dapGANAJX62LEQBkknT39Hs9H0TJ5DWisnSz8b5m9p2WO/O8dA2QAAAgAElEQVTAWEu62b0RAGSjohAC4yOAACBEZggAQsTAEn0QWPpm869K2r2PeTObsaWZnT%2BzM0/2uO5%2BTUnpvuztJnvI/g%2B2ZumbAL/b/2gmjoUAAoAQSSEACBEDS0AAApEIIAAIkQYCgIwYuJ%2BTAal9CQKADMbunj6X9CxJ78gop2RcBNIHZB9qZl9vuTYCgJZ083sjAMhnhQAgn1WQyvSB/7dJOkzSeZIulnTZOrttJCn9/fg6kvaVdICkGwfZnTX6I3CupLuY2Tn9jWQSBFYnsK4AYFtJ/776JVT0QOAYM7tfD3MYAQEIzJQAH%2BQKFfz1zCz9EjGrFwKAEHEjAAgRA0tMgQACgBApIgBoFAM/NzYCW9YWAUAZr07VCAA64at1MQKAApLunoSuSezKa1oE0gcnHmL2/9k7D6hrrrJs308qEELoRSCQnxI6hGIIJUhLKKEX9acJiBiQEn4QQZQqVakCERAQEaVIJ/QSMAaB0DuISHOJgJQFhLT7XxtOQvLle793zzmzZ56ZuWYt13It9jzPva/n5P3e98zMNfGDVtvihrFWZDvVRQDQCReLITAtAggAUswLAUCKMRBiCAK2LyXpE5LON0S/BfX464h40IL2O/utrh5GOFrSH8x%2Bs8Nu8LkR8ZBhW9JtSgQQAKSYFgKAFGMgBAQgkIkAAoAU00AAUDEGrudUQGq/BAFAB8a2/1HS73Q4haXTIPBFSddteb87AoAcHwQEAPVzQABQz2rklR%2BU9CxJ74mIco9G1bGSyRbp8pGSjqg6iUVzIfB5SYdHxLfmsiH2MX0CZwgAylZsF3tJsZZwjEug3Nh5wYjwuDHoDgEIzJGA7b0lnTjHvU1wT9%2BOiEtMMPfGkREAbIywjwIIAPqgSA0I/OrvqLcWyy0wRiWAAKARfgQAjcB2K4sAoBuvjVYjANgIX18nIwDoQNJ2%2BZvyY5Iu0uE0lk6DQLGO3zMiTmsRlxvGWlDtXBMBQGdknACB6RBAAJBiVggAUoyBEEMQsP0YSU8coteCepwk6foRUf7e4pgRAduHSCrXyLg3qr%2B5/kzS/hHx/f5KUmlOBBAApJgmAoAUYyAEBCCQiQACgBTTQABQMQau51RAar8EAUAHxrZ/Q9KXJJ27w2ksnQaBN0u6U0Sc0iIuAoAWVLvXRABQzwwBQD2rkVaWF3Q%2BPCJesml/27eU9FJJF920FudPhkD5N%2B/OEXHyZBITdNYEdhQAfEbSVWa94%2Bls7oiIKG/w4oAABCDQKwHbD11ZrHqtS7G1CLw6IhZpukQAsNbnpe%2BTEAD0TZR6iyWAACDF6BEANBoDAoBGYLuVRQDQjddGqxEAbISvr5MRAHQkafsWksqFhz07nsry3ATKA0f3iIjXtIjJDWMtqHauiQCgMzJOgMB0CCAASDErBAApxkCI1gRs7yup3Ih%2Brta9Flb/O5IuHxE/Xdi%2BF7Fd2x%2BWdPAiNjvcJv8yIh4xXDs6TYkAAoAU00IAkGIMhIAABDIRQACQYhoIACrGwPWcCkjtlyAA6MjY9pUlHSdpv46nsjw/gQdGxAtaxEQA0IJq95oIAOqZIQCoZzXCyuMl3bXPN7jbLi9meaGkO4ywH1oOT6C8rOW1ku4WEeVl6xwQGJXAjgKAv5H0B6MmovnpBN4UEbcHBwQgAIE%2BCdguP/fLL7Tc0NAn2PVr/UVElLeyLO5AAJBi5AgAUoyBEHMggAAgxRQRADQaAwKARmC7lUUA0I3XRqsRAGyEr6%2BTEQB0JGm7vLXwqZK40b4juwksP7F8hxMRn%2B47KzeM9U10rXoIANbCxkkQmAYBBAAp5oQAIMUYCNGagO37SXpR6z4LrP/HEfGMBe57EVu2fTdJr1zEZofb5BclHRQR5e9YDgichQACgBQfCAQAKcZACAhAIBMBBAAppoEAoGIMXM%2BpgNR%2BCQKANRjbfoKkP1vjVE7JTaC8UfuGEVFePNvrgQCgV5xrF0MAUI8OAUA9qwFXloe23yjpPhFRfl71etguIuYiASjfL%2B/ea3GKZSRwiqSHRcTzMoYj07II7CgAuLekly4LQdrd/kTS/hHxw7QJCQYBCEyOgO2LSSo3jV9wcuHnF9iSjoiIY%2Ba3te13hABge0YDrEAAMABkWiyDAAKAFHNGANBoDAgAGoHtVhYBQDdeG61GALARvr5ORgCwJknbx0o6dM3TOS0vgfK3240iolyo7O3ghrHeUG5SCAHAJvQ4FwLJCSAASDEgBAApxkCI1gRsv1vSzVr3WVj970cE11JnPHTbB0j62oy3ONbWfjMiPjpWc/rmJYAAIMVsEACkGAMhIACBTAQQAKSYBgKAijFwPacCUvslCADWZGz7PZJuIukszyytWY7T8hAo36kUCeCP%2B4yEAKBPmuvXQgBQzw4BQD2rAVceV66XtJSUrl7S8lZJtxxwX7Qal8DhEfGucSPQfekEdhQAHCTpY5LKW6M4xiVwkqTrR0SZBwcEIACBXgjYvo6k8ovtnr0UpMgmBE5dvcXvhE2KTPVcBAApJocAIMUYCDEHAggAUkwRAUCjMSAAaAS2W1kEAN14bbQaAcBG%2BPo6GQHAmiRtHyjpE5LOuWYJTstL4AWSHtSnBIAbxlIMGwFAijEQAgJtCCAAaMO1Y1UEAB2BsXx6BGxfQ9JHuO7X%2B%2BxeFhH36b0qBdMQsF3ulTr9IYQ0uWYQ5MuSrhwR5c1IHBA4gwACgBQfBgQAKcZACAhAIBMBBAAppoEAoGIMXM%2BpgNR%2BCQKANRmvBHzlHunzrVmC03ISKC/Ae2FEPLDPeAgA%2BqS5fi0EAPXsEADUsxpo5ZcklWuD5d/tpoftIhAuLwEtz2ZxzJ/ANyXdICK%2BMf%2BtssOsBHYUABTLdblJdL%2BsgReW68iIOHphe2a7EIBAQwK2Hy3pLxq2oHQ9gRMlXSki/qP%2BlPmsRACQYpYIAFKMgRBzIIAAIMUUEQA0GgMCgEZgu5VFANCN10arEQBshK%2BvkxEAbEDS9l0k/b2kvTcow6n5CPxC0u0j4h19ReOGsb5IblQHAcBG%2BDgZArkJIABIMR8EACnGQIhWBFZvmXm9pNu16rHguneMiDcseP%2BL2LrtgyWVa2V7LGLDw23yxhHxgeHa0WkKBBAApJgSAoAUYyAEBCCQiQACgBTTQABQMQau51RAar8EAcAGjG3fRtJruX69AcS8p945Iv65r3gIAPoiuVkdBAD1/BAA1LMaaOWg3%2BuvXtLyQUkXHmh/tBmXwNdXEoBvjxuD7kslsKMA4EIrAcDFlwok2b7fFxE3TZaJOBCAwIQJ2P6KpMtOeAtzil5u8r5kRPxwTpuq3QsCgFpSTdchAGiKl%2BJLIoAAIMW0EQA0GgMCgEZgu5VFANCN10arEQBshK%2BvkxEAbEjS9qsl3XXDMpyej0D5HuEKEdHLxSRuGEsxYAQAKcZACAi0IYAAoA3XjlURAHQExvJpEVjdEFveoHaeaSVPn/bHEcELM9KPqZ%2BAfPfZD8cdqvxtRPx%2Bk8oUnSwBBAApRocAIMUYCAEBCGQigAAgxTQQAFSMges5FZDaL0EAsCFj28%2BX9IANy3B6PgLlv40DI%2BLHfURDANAHxc1rIACoZ4gAoJ7VACtfFxHlhSmDHrb3l/RlJDeDYh%2BzGc/4jkl/4b13FADstRIAXGnhXLJs/5TVL8VfyxKIHBCAwHQJ2L6apE9NdwezS15%2Btl82Ijy7nVVsCAFABaT2Sz4v6ZoRUd4kyQEBCGxAAAHABvD6OxUBQH8sz1KJm2Abge1WFgFAN14brUYAsBG%2Bvk5GALAhSdvlAaD3SLrOhqU4PR%2BBf46IO/cRixvG%2BqC4cQ0EABsjpAAE8hJAAJBiNggAUoyBEK0I2H6IpGdJOss9H636LajuAyLihQva76K3avsZkh6%2BaAj9b77c9L9/RPyo/9JUnCoBBAApJocAIMUYCAEBCGQigAAgxTQQAFSMges5FZDaL0EAsCFj2%2BeV9D5JB21YitPzEThW0hERUa57bnQgANgIX28nIwCoR4kAoJ5V45Xle8jyPMQoz13avpeklzfeI%2BXzEHiFpPtExKl5IpFkCQTOdjHY9usk3WkJm5/IHo%2BKiGdPJCsxIQCBxARsP1bS4xJHXFq0V0XE3Za26dP3a/vWkt661P0n2fcXyxeqEXFikjzEgMBkCdj%2BoKQbTnYD8wiOAKDRHBEANALbrSwCgG68NlqNAGAjfH2djACgB5K2b7b6m2vvHspRIheBoyQ9Z1OhIDeMpRgqAoAUYyAEBNoQQADQhmvHqggAOgJj%2BXQI2D6XpG9KOv90Uk8i6fclXSkivjuJtITcmIDtq0s6QdLuGxejwJkJPC0i/gQkEDidAAKAFJ8FBAApxkAICEAgEwEEACmmgQCgYgxcz6mA1H4JAoAeGNu%2BoqTjJJ2vh3KUyEPgNEmPiIhnbhoJAcCmBPs5HwFAPUcEAPWsGq98r6TDx3wg2/YTJT2K75kbTzpH%2BfKi7wdLOnrT%2B7ZybIcUUyGwMwHAH0l63lQ2sICc75J0y4govxxzQAACEFibgO3y9r%2Bbrl2AE/smcIeIeGPfRadSz/Y1JH1iKnlnmhMBwEwHy7aGJ2D7fyUVUzHHeAQQADRijwCgEdhuZREAdOO10WoEABvh6%2BtkBAA9kLRdvve9u6RiHuaYF4EicTs0Ij66yba4YWwTer2diwCgN5QUgkA%2BAggAUswEAUCKMRCiBQHb95P0oha1F16zXEu9xZg3Ci6c/%2BDbX/3tXN5A%2BFuDN593w89KOjgifjbvbbK7WgIIAGpJNV2HAKApXopDAAJTJIAAIMXUEABUjIHrORWQ2i9BANAD49Xf4EdKen4P5SiRi8BJkm4TEeW5p7UPBABro%2Bv1RAQA9TgRANSzarzynhHx94177LK87b0kvZPvmcecwqC9y/O9d4uIfxq0K80WTWBnAoCrSvr0oqnk2vx/S7pMRPw0VyzSQAACUyJgez9J35B0ninlnnHWYn66YET8aMZ73O4PHQQA4w%2B//Ey4IjffjD8IEkyfAAKAFDM8MiKOTpFkZiEQAKQYKAKAAceAAGBA2Fu3QgDQ0xhsn0PSG8oDLD2VpEweAh8vkseI%2BOG6kbhhbF1yvZ6HAKBXnBSDQC4CCABSzAMBQIoxEKIFAW4sbEH1lzVvFxFvbladwikJ2L6NpCJt3y1lwGmGKtfCi7ju%2BGnGJ3XfBBAA9E10rXoIANbCxkkQgMCcCSAASDFdBAAVY%2BB6TgWk9ksQAPTI2HYR2N%2Bjx5KUykHg85KuFRFFZr/WgQBgLWy9n4QAoB4p39PXs2q4sghILxIR5d6LUQ/bF5J0jKRrjxqE5kMR%2BLakIyLik0M1pM%2ByCZxNAFBw2P6JpHMvG02q3d86Iso/BBwQgAAE1iJg%2B%2BGSnrHWyZzUgsDXI%2BKAFoWnUtM2AoDxh/U9SQdk%2BKN3fBQkgMD6BGyXmwK/L%2Bm861fhzB4I3CUiXtdDHUrsQAABQIqPBAKAAceAAGBA2Fu3QgDQ4xhsn0vSf0i6cI9lKZWDQDFJF6N0MUt3PrhhrDOyFicgAGhBlZoQSEIAAUCKQSAASDEGQvRNwPZvSPq6pD37rr3wet%2BMiP0XzmCR27d9sdVLUi64SADtNv2h8sardf9mbReLymMQQAAwBvWz9UQAkGIMhIAABDIRQACQYhoIACrGwPWcCkjtlyAA6JGx7YtK%2BhIvtOsRap5S71o9DHnyOpEQAKxDrf9zEADUM0UAUM%2Bq4cpU33fYvpKkj0jap%2BGeKZ2HwFclXTciyjMEHBBoSmArAcD7JN24aWeKdyHAxeYutFgLAQichcDqjX/lRqCLgCYNgbdHxK3SpBkhCAKAEaCfvSUCgBRjIMTUCdguNwWWh%2BoQqI07TAQAjfgjAGgEtltZBADdeG20GgHARvj6OhkBQF8kV3VsHy7pHT2Xpdz4BE6SdM%2BIePU6UbhhbB1qvZ%2BDAKB3pBSEQB4CCABSzAIBQIoxEKJvArY/LOngvutST4%2BIiL%2BEwzIJ2P5HSb%2BzzN033fWhEVFEABwLJ4AAIMUHINUN8SmIEAICEFg8AQQAKT4CCAAqxsD1nApI7ZcgAOiZse3LSzqB%2B%2B16Bpuj3AMi4oXrREEAsA61/s9BAFDPFAFAPauGK58ZEf%2BvYf3OpW1fS9L7Je3b%2BWROmBoBS/qspGtHRLmHiwMCzQhsJQB4tqSHNOtK4XUIXCUiPrfOiZwDAQgsm4Dta0o6XtJeyyaRavd/HREPSpVo4DC2y%2BfxFwO3pd3ZCZw3In4EGAhAYH0CKyvxV7ggsT7Dns5EANATyB3LIABoBLZbWQQA3XhttBoBwEb4%2BjoZAUBfJM9Ux/bTJT1M0u4NylNyPAInrmzSn%2BoagRvGuhJrsh4BQBOsFIVADgIIAFLMAQFAijEQok8Ctg%2BU9MU%2Ba1LrDAJXjYhyoxbHAgms/tsqf1ftvcDtt9zy8yPij1o2oPY0CCAASDEnBAApxkAICEAgEwEEACmmgQCgYgxcz6mA1H4JAoCeGdsuzzD9uaTH9VyacuMT%2BF9Jt4iI8gbsTgcCgE64mi1GAFCPFgFAPauGKx8ZEeV%2BqDTH6t%2B4P5T0HEl7pglGkJYEXhQR92/ZgNoQ2EoA8HuSXgaeVAQeFBF/nSoRYSAAgUkQsP0ISal%2BsZ0EuLYh1zYcto01bHXbxXrFMS6BC0TED8aNQHcITJuA7StI%2BoSkc0x7J5NPf0REvG3yu0i4AQQAKYaCAGDAMSAAGBD21q0QADQag%2B3y1r0bNCpP2fEIHCfpRhFxapcI3DDWhVaztQgAmqGlMATGJ4AAYPwZSEIAkGIMhOiTgO1HSnpqnzWp9UsC/x4Rl4XFsgnY/hdJ1182hd53XyTk5Vpkp79Xe09BwdEJIAAYfQQlAAKAFGMgBAQgkIkAAoAU00AAUDEGrudUQGq/BAFAI8a23yvpJo3KU3Y8Ap%2BXdM2I6PSSOAQA4w3szJ0RANTPAQFAPauGK38vIv6uYf21S9t%2B/Ep2s3YNTpwUgT8pz%2BxFBM9HTWps0wm7lQDgUEnHTmcbi0j6sYi4ziJ2yiYhAIFeCdj%2BpqRL9FqUYpsSuEZEdH4736ZNs52PACDFRIpp850pkhACAhMlYPtqkoqxljcDjTvDQyLiw%2BNGmGd3BAAp5ooAYMAxIAAYEPbWrRAANBqD7StKOl7Sfo1aUHY8An8j6cguF5K4YWy8YZ2pMwKAFGMgBATaEEAA0IZrx6oIADoCY3l%2BArb/Q9Kl8yedXMJbR8Qxk0tN4F4J2H7w6q1MvdalmB4TEX8Bh2UTQACQYv4IAFKMgRAQgEAmAggAUkwDAUDFGLieUwGp/RIEAI0Yr65fl4fFOeZF4DRJL4yIP%2BqyLQQAXWi1W4sAoJ4tAoB6Vg1XZhYA7CPpzYhuGk4/V%2BkTJd0xIt6eKxZp5kJgKwHABSR9by6bnNE%2BrhURH5/RftgKBCDQmIDtu0p6deM2lO9GoPxyt19EnNTttPmttv01SQfMb2eT2tG9IuIVk0pMWAgkI2C7vEX3/ZL2SBZtaXEQADSaOAKARmC7lUUA0I3XRqsRAGyEr6%2BTEQD0RXIndWzfW9KLJe3esA2lhyfwc0k3jYgieKg6uGGsClPrRQgAWhOmPgRGJIAAYET4v26NACDFGAjRFwHb/1fSP/RVjzpnEPh3SVeNiPI7NceCCdi%2BjKQvSNpzwRhabJ0HZVpQnVhNBAApBoYAIMUYCAEBCGQigAAgxTQQAFSMges5FZDaL%2BHvmoaMbd9G0msknaNhG0qPQ%2BAuEfG62tYIAGpJtV2HAKCeLwKAelYNV6YVAJy%2BZ9ufkXSVhgwonYdAeU7sxrzMLs9A5pRkpwKAskHbn5N0pTltdgZ7eVtEHDGDfbAFCEBgAAK2d5NUDEKHDdCOFvUE3hwRt6tfPt%2BVtstNNFeY7w4nsbOnRsSjJpGUkBBISsD2rSW9RdKWf1sljT63WFeOCIzQDaaKAKAB1O4lEQB0Z7b2GQgA1kbX54kIAPqkuZNatt8qqfwOwzE/AheLiHIT0rYHN4xti2iIBQgAhqBMDwiMRAABwEjgz9oWAUCKMRCiDwK2i3y0SEiLjJSjXwKvioi79VuSalMlYPu1ku481fxJc5e3/t06It6RNB%2BxBiCAAGAAyNu3QACwPSNWQAACCyOAACDFwBEAVIyB6zkVkNovQQDQmLHtl0i6b%2BM2lB%2BewA8kXToiflLTGgFADaX2axAA1DNGAFDPquHKKQgAyssyiwRgn4YcKJ2HwDci4lJ54pBkLgR2JQB4oqTHzGWjM9nHf63s89%2BfyX7YBgQg0JCA7XNL%2Bqak8zZsQ%2BnuBB4YES/oftr8zuAm2BQzfX9E3CRFEkJAYKIEbN9D0ismGn9OsS8ZEd%2Ba04ay7AUBQIpJIAAYcAwIAAaEvXUrBACNx2C7XFQ6VtK1Grei/PAE3hARd6xpyw1jNZSar0EA0BwxDSAwHgG%2B%2BxyP/Zk6IwBIMQZC9EHA9qVXN4iVa38c/RK4VkR8vN%2BSVJsqAdvXlPRvkop0g6M/Av8SETfsrxyVpkYAAUCKiSEASDEGQkAAApkIIABIMQ0EABVj4HpOBaT2SxAANGZsez9J75Z0ncatKD88geMk3bJGAoAAYPjh7KwjAoD6OSAAqGfVcGV6AUDZu%2B1bSHqTpL0asqB0HgIfk3R4RBQRDgcEeiGwKwFAuQH0I5LKG6Q58hD4nYh4dZ44JIEABLISsP04SY/Nmm%2BhuU6SdBBvKP7V9G2/QdLtF/pZyLLt70bERbKEIQcEpkjA9uMl/fkUs88s80Ui4rsz21OK7SAASDEGBAADjgEBwICwt26FAGCAMdi%2BkaRjJJ1rgHa0GJbAIyQ9MyLKWxa3PLhhbNihbNENAUCKMRACAm0IIABow7VjVQQAHYGxPC8B20VAWkSkHP0S4KHkfnlOvtpKmPc5Sbyhp/9pXi8iju%2B/LBWnQAABQIopIQBIMQZCQAACmQggAEgxDQQAFWPgek4FpPZLEAC0Z1zuJ76ipPJ3Y5EBcMyHwKmSHiXpryquX19W0ickIUEdcf4IAOrhIwCoZ9Vw5SQEAGX/th8q6WlIABp%2BGnKVfq6kh0fEyblikWaqBHYlALiQpM9KuvBUNzfT3OWhlv0j4hcz3R/bggAEeiBg%2B/ySvi3pHD2Uo0R/BP57JQD4r/5KTrcSAoA0s9snIn6WJg1BIDAxArZfKeluE4s9u7h88dxupAgA2rHtUBkBQAdYmy5FALApwV7ORwDQC8ZdF7Fdvhe%2Br6SjJe0%2BQEtaDEfgp5LKgxWf3lVLbhgbbiC76IQAIMUYCAGBNgQQALTh2rEqAoCOwFiek8DqzVdf4sUNvc/Hku4SEf/ce2UKTpqA7RdK%2BsNJbyJn%2BFdGBCKTnLNpngoBQHPENQ0QANRQYg0EILAoAggAUowbAUDFGLieUwGp/RIEAO0ZlwcjT79%2B/eIB2tFiWALl4cfbRsQ7dtV29T0oAoBhZ3O2btyHWT8ABAD1rBqunIwAoDCw/RxJD27Ig9J5CJSXtjwlIh6TJxJJpkxgVwKA8vanf5N0lSlvcKbZ7xARb5zp3tgWBCDQAwHb95L08h5KUaJfAp9fCQBO6rfsNKvZfoqkP5lm%2BlmlvlREfGNWO2IzEBiQgO0PSzp4wJa0OjuBEyPinIBpQwABQBuuHasiAOgIbJPlCAA2odfbuQgAekO560K2y/e/b5B02EAtaTMcgfL9w40i4ntbteSGseGGsYtOCABSjIEQEGhDAAFAG64dqyIA6AiM5TkJ2H6IpGfnTDfpVEWMfOWI%2BPqkd0H43gnYvrSkL0vas/fiyy5YHpg5ICJOXDaGZe4eAUCKuSMASDEGQkAAApkIIABIMQ0EABVj4HpOBaT2SxAAtGd8Rgfbfy/p7gO2pNUwBMr16yKx/9FW7RAADDOI7bogANiO0K//dwQA9awarpyaAGBfSeWlc7dtyITSeQj8RNI9ef43z0CmnGRLAUDZlO3XS7rDlDc40%2BxviIg7znRvbAsCEOiBgO33SbpxD6Uo0S%2BBF0TEA/stOd1qtp8oCavV%2BCO8VkR8fPwYJIDANAnYLg9VXWCa6WeT%2Bl8i4oaz2U2yjSAASDEQBAADjgEBwICwt26FAGDAMdjeR9IXJF1ywLa0GobAqyLiblu14oaxYYawTRcEACnGQAgItCGAAKAN145VEQB0BMbyfARWbz4rb726er50k090TETcevK7YANNCNgub6Q7vEnxZRc9KiIQmizwM4AAIMXQEQCkGAMhIACBTAQQAKSYBgKAijFwPacCUvslCADaMz6jg%2B0LSfqKpP0GbEurYQi8V9ItIuKUnbVDADDMELbrggBgO0K//t8RANSzarhyUgKAwsH2%2BSUdJ%2BkKDblQOheBgyPiI7kikWZqBLYTANxD0iumtqkF5C1vjr5iRHxtAXtlixCAQEcCtq8n6VhJe3Q8leXtCRwaER9q32YaHWzfW9JLp5F21imPiIi3zXqHbA4CjQjY/g1J325UnrL1BHhQtJ5V55UIADoja3ECAoAWVLeoiQBgQNhbt%2BLn%2BsBjsH1LSccM3JZ27QmcLOneEfEPO2vFDWPtB1DRAQFABSSWQGCqBBAApJgcAoAUYyDEJgRs31XSqzepwblbEtg/Ir4JHwhs8ffSfST9LXR6J1DudbpIRPyw98oUTE0AAUCK8SAASDEGQkAAApkIIABIMQ0EABVj4HpOBaT2SxAAtGd8lg62D5ZUXoR3roFb064tgdMk3TciXr7F9zGXlVRkqOduG4PquyKAAKD%2B84EAoJ5Vw5WTEwAUFrYvKulTki7ckA2l8xAo16LKCzv/J08kkkyNwHYCgAtK%2Bo6kPae2sQXkfYukO0TEqQvYK1uEAAQqCdjefXXT/mGVp7BsOAI/jIjzDdcufyfbd5H0mvxJZ5/wyIg4eva7ZIMQaEDA9s0lvatBaUp2I/DUiHhUt1NYXUsAAbMoIWQAACAASURBVEAtqabrEAA0xXvW4ggABoS9dSsEACOMwfbTJD1c0m4jtKdlWwJXiYjP7diCG8baQq%2BsjgCgEhTLIDBFAggAUkwNAUCKMRBiXQK2914Jv8sNzxz9EviXiLhhvyWpNicCyH%2BbThMxeVO8OYsjAEgxFwQAKcZACAhAIBMBBAAppoEAoGIMXM%2BpgNR%2BCQKA9ozP0sF2ecbpLyRxP9jA7Ado92NJN4uIj%2B7YyzYCgAEGsF0LBADbEfr1/44AoJ5Vw5WTFAAUHqv7z98qaa%2BGfCidh8BHJN04In6WJxJJpkRglwKA1Q%2BV8hbpQ6e0qYVkLb/8XicivryQ/bJNCECggoDti0sqN3XvV7GcJcMSeFtEHDFsy9zdbB8u6R25Uy4i3TMi4o8XsVM2CYGeCdh%2BiKRn91yWct0JIDLpzqz6DAQA1ahaLkQA0JLuDrURAAwIe%2BtWCABGGIPtc0r6UDEOj9Celm0JfFDSTSPilDO34YaxttArqyMAqATFMghMkQACgBRTQwCQYgyEWJeA7QMlfYw3Xq1LcJfn/WlEPLlJZYrOhoDt8ja6e81mQ3k28s8Rcec8cUgyBAEEAENQ3rYHAoBtEbEAAhBYGgEEACkmjgCgYgxcz6mA1H4JAoD2jHfawXZ5MU95QQ/HvAicIOngHV%2BEigAgx5ARANTPAQFAPauGKycrAChMbD9odQ86L2tp%2BCFJVPrNku7Ii8ATTWRCUWoEAI%2BT9NgJ7WkpUS3pyRHxmKVsmH1CAALbE7D9Skl3234lK0Yg8PCI%2BKsR%2BqZtafs6korNimNcAu%2BLiJuOG4HuEJgmAdt/J%2Bme00w/q9S8MajhOBEANIRbXxoBQD2rjVciANgYYR8FEAD0QXGNGravJOkDki60xumckptA%2BT7iERFRvlP%2B5cENYykGhgAgxRgIAYE2BBAAtOHasSoCgI7AWJ6LgO3nS3pArlSzSfMbEfFfs9kNG2lCwPYBkr4gae8mDZZbtMjprhkRn1kuguXtHAFAipkjAEgxBkJAAAKZCCAASDENBAAVY%2BB6TgWk9ksQALRnvNMOti8v6ROSzjVSBNq2IXCapL%2BLiPucuTwCgDawu1ZFAFBPDAFAPauGK6cuANhT0vMk3b8hI0rnIvBnEfGkXJFIMwUCNQKAW0l62xQ2s8CMJ0q6XER8a4F7Z8sQgMAOBFZ/%2BH4FMGkJlLftvS9tuhGCrR4u%2BdwIrWl5VgL/ExEXBgoEINCNgO3dJZWf64d2O5PVDQhcPCK%2B06AuJX/1cGC5kHYNYIxKAAHAgPgRAAwIe%2BtWCABGHIPt8nbD8pZDjnkR%2BKmkm0XEh0/fFjeMpRgwAoAUYyAEBNoQQADQhmvHqggAOgJjeR4Cti8mie%2B72ozkHyPi/7YpTdU5EbC9l6Tjy8Pqc9pXkr2U7x3uc2ZJXZJcxGhEAAFAI7DdyiIA6MaL1RCAwAIIIABIMWQEABVj4HpOBaT2SxAAtGe8ZQfbt5b0GiQAIw6hXes7RcTrTy%2BPAKAd6C6VEQDU00IAUM%2Bq4cpJCwAKF9vnkFTeDH/zhpwonYfASZLuIem1fD%2BeZyhTSFIjANhf0n9OYTMLzfisiHjYQvfOtiEAgTMRsP0sSQ8FSloC%2B0XEj9OmGyGY7YtK4g0rI7DfScsiFPpqjiikgMA0CKy%2BdCkPRl9hGolnm7JI0S7Cv7Ht5osAoB3bDpURAHSAtelSBACbEuzlfAQAvWBcv4jtN0q63foVODMxgUueLpPlhrEUU0IAkGIMhIBAGwIIANpw7VgVAUBHYCzPQ8D2n0t6fJ5Es0lS3jx%2B9Yj4/Gx2xEaaErD9KElPbtpkmcW/IemKEfGzZW5/ebtGAJBi5ggAUoyBEBCAQCYCCABSTAMBQMUYuJ5TAan9EgQA7Rlv2cF2ed7ppZJ%2Bb8QYtG5DoHwvUO77K9dMy0Owl5VU7sc8d5t2VK0hgACghtKv1iAAqGfVcOXkBQCrz9L5JX1N0n4NWVE6D4Fy3/shEfHJPJFIkp1AjQBgN0nl7bw82JJzmuXByctExM9zxiMVBCAwBAHb55NUHt4tv/xx5CPw1oi4Tb5Y4yayvYekk8dNQfcVgXtFxCugAQEI1BOwve9KYrJP/VmsbEDgh5LKg2y/vBDA0T8BBAD9M12jIgKANaCtewoCgHXJ9XoeAoBecXYvxlsOuzOb0BlnfD/BDWMppoYAIMUYCAGBNgQQALTh2rEqAoCOwFieh4DtT0m6Wp5EJIEABCDQO4H7R8SLeq9KwZQEEACkGAsCgBRjIAQEIJCJAAKAFNNAAFAxBq7nVEBqvwQBQHvGu%2BxguzwQ/jZJh44chfb9E/igpFsWSSACgP7hrlMRAUA9NQQA9awarpyFAKDwWf0MfK%2Bk8hJvjvkT%2BLakG0fEV%2Ba/VXbYB4FtBQCrHyTFmPWyPhpSowmB50l6SES4SXWKQgACqQmsHqIudsN7pA667HDly4l3LBvBzndv%2B1uSLg6b0Qm8JCLuN3oKAkBgQgRsHyLpXycUea5Rv756U1AxInI0IIAAoAHU7iURAHRntvYZCADWRtfniQgA%2BqS5Zi3bN5D0duz6awLMfdqfSnrq6gaZ9%2BeOOvt0CABmP2I2uGQCCABSTB8BQIoxEKIrgdXv4h/qeh7rIQABCEyMwE8lXbjc4D%2Bx3MRdgwACgDWg9X8KAoD%2BmVIRAhCYOAEEACkGiACgYgwIACogtV%2BCAKA942072C6yzBMklRePccyLwFGSnlNeiirpE9yjMO5wEQDU80cAUM%2Bq4crZCAAKI9vlhaOvlnTOhswonYfAhyXdnBfg5RlI5iS1AoC9JP1AEm%2B3zDnNcmHs6hHx7znjkQoCEGhJwPZVJP2bpHO17EPttQmUfz/3j4jys5pjBwL88ZvmI/FxSdeLiF%2BkSUQQCCQnYPsJkv4secwlxPu0pGtFxClL2OwYe0QAMAb1s/VEADDgGBAADAh761YIAFKM4ZcXlu4rqbyNb7ckkYjRD4GfSCqCh/NLQgDQD9N1qyAAWJcc50FgAgQQAKQYEgKAFGMgRBcCtneX9DlJB3Y5j7UQgAAEJkrgLhHxuolmJ3YHAggAOsBqtxQBQDu2VIYABCZKAAFAisEhAKgYAwKACkjtlyAAaM%2B4qoPtu64ejKxaz6LJECj3/d1SUnkREAKAkceGAKB%2BADwDUc%2Bq4cq5CQDKM76/K%2BmVkqqe923IltLtCZSXgL%2Bv/BsYESe3b0eHKROo/oFg%2B2PlwYopb3bG2ct/9M%2BJiGK/4oAABBZGwPbLJP3ewrY9pe3yYOIupmX7cZIeO6WBzjTrt1YyoSKs4IAABCoI2P7PInipWMqStgQ%2BIumQiDitbZvlVkcAkGL2CAAGHAMCgAFhb90KAUCKMfxSAFBEg8UsfUSSSMToj8CXJD1G0mv7K0mlNQggAFgDGqdAYCoEEACkmBQCgBRjIEQXAravtLrJtbyggQMCEIDA3Am8ISLuOPdNsr9ffsf0JEl/CotRCSAAGBU/zSEAgYwEEACkmAoCgIoxIACogNR%2BCQKA9oyrO9gu1zfvXH0CC6dCoDz4f6Sk90g691RCzzEnAoD6qSIAqGfVcOWsBACFk%2B1yfejlKxFAQ3SUTkTgyRHBd6eJBpIxShcBwEsl3TvjJsh0BoHLRMTX4AEBCCyHgO3DJL1zOTue5E7/LiIQNGwxOtuHSjp2kpOdV%2BhflDcKRUR5oJkDAhDYhoDti0r6L0ClIPDuiCi/D3E0IoAAoBHYbmURAHTjtdFqBAAb4evrZAQAfZHsoY7tcnH9s5Iu1UM5SuQiUG6iOChXpMWlQQCwuJGz4SURQACQYtoIAFKMgRBdCNh%2BsqRHdTmHtRCAAAQmTuCyEfHvE98D8bchgAAgxUcEAUCKMRACAhDIRAABQIppIACoGAMCgApI7ZcgAGjPuLqD7d%2BQVF5serHqk1g4FQLlvoQDJO0zlcBzzIkAoH6qCADqWTVcOTsBwOmsbJfna8pzNhzLIHCniHj9MrbKLtch0EUAcBtJb16nCecMRuAYSbeNiFMH60gjCEBgVAK23yvpJqOGoPl2BG4QEcdtt2ip/7vtc0r62VL3n2zfD4iIFybLRBwIpCRg%2B3BJ70gZbnmhnhcRD17etofbMQKA4VjvohMCgAHHgABgQNhbt0IAkGIMvw5h%2B/aS3pAsFnEgMAcCCADmMEX2AIEtCCAASPHRQACQYgyEqCVg%2B7ySviOpXDfhgAAEILAUAm%2BOiNstZbNL3ScCgBSTRwCQYgyEgAAEMhFAAJBiGggAKsaAAKACUvslCADaM%2B7UwfYNVy/P43u0TuRYDIHtCSAA2J7R6SsQANSzarhyzgKAIrr5V0mXbsiP0nkI/EjSjSOivMyFAwJnI9BFAFBMSt%2BSVC48c%2BQk8HNJN4qIj%2BaMRyoIQKBPArZvIektkvbosy61eiXw9YgoNkKOXRCwXX5hPQ%2BQRidwXETcYPQUBIDABAjYfqSkp04g6hIi3jsiXr6EjY61RwQAY5E/S18EAAOOAQHAgLC3boUAIMUYzhpidaN2eRPpbgnjEQkCUyWAAGCqkyM3BCoIIACogNR%2BCQKA9ozp0CMB24%2BR9MQeS1IKAhCAwBQI/I%2BkgyLi21MIS8b1CCAAWI9bz2chAOgZKOUgAIHpE0AAkGKGCAAqxoAAoAJS%2ByUIANoz7tTBdrlm/VhJf97pRBZDAALbEkAAsC2iMxYgAKhn1XDlbAUAhZntK0s6VtIFGjKkdB4C/yXp5hHxuTyRSJKFQLUAYPXD4yWS7pslPDl2SuDHki4WEbxNmQ8IBGZMwPa%2Bksp/7xy5CTwrIh6WO%2BL46Wx/WdLlxk9CgvIHYkT8ABIQgMCuCdh%2BoyTeSJPjg3KNiPhUjijzTIEAIMVcEQAMOAYEAAPC3roVAoAUYzhrCNtFDvthSVdJGI9IEJgqAQQAU50cuSFQQQABQAWk9ksQALRnTIceCdgub3I5pMeSlIIABCAwFQJHRsTRUwlLzu4EEAB0Z9bgDAQADaBSEgIQmDYBBAAp5ocAoGIMCAAqILVfggCgPeO1Oth%2Bp6TD1jqZkyAAgZ0SQABQ/8FAAFDPquHKWQsACjfbt5T0Zl4a2/BTlKv0CeVaYUScnCsWacYm0FUAcHNJ7%2BBNT2OPbdv%2BD4yIF2y7igUQgMBkCdh%2BiKRnT3YDywl%2BRES8bTnbXW%2Bntj8kiTfPr4ev77P4zPZNlHqzJGC7vJHmgrPc3PQ2de6I%2BOn0Yk8nMQKAFLNCADDgGBAADAh761YIAFKM4ewhbF9a0scwSycdELGmSAABwBSnRmYIVBJAAFAJqu0yBABt%2BVK9RwK2i2jrE9zA1SNUSkEAAlMiUN5sdDm%2B65/SyLplRQDQjVej1QgAGoGlLAQgMF0CCABSzA4BQMUYEABUQGq/BAFAe8ZrdbB9GUmflnSutQpwEgQgcDYCCADqPxQIAOpZNVw5ewFAYWf7KEnPbMiR0rkIHCPpLrwYPNdQxk7TVQBwCUnlLb3nHDs4/XdJoFwcu1pEfA9OEIDA/AjYvrikz0nab367m92OLh4R35ndrnrekO03SLp9z2Uptx6BJ0TEY9c7lbMgsAwCtn9T0r8tY7fpd/mdiCi/F3E0JIAAoCHc%2BtIIAOpZbbwSAcDGCPsogACgD4qNati%2Bl6SXNypPWQgsjQACgKVNnP0uigACgBTjRgCQYgyE2I6A7d0lHSfp4O3W8r9DAAIQmDGBO0ZEuWbMMUMCCABSDBUBQIoxEAICEMhEAAFAimkgAKgYAwKACkjtlyAAaM947Q62by3ptTzftDZCToTAWQggAKj/QCAAqGfVcOVSBAB7SHqxpHvyQu%2BGn6Y8pU%2BT9CRJj4%2BI8v9zQECdBACFl%2B3PSroy7NITeHN5mDIinD4pASEAgWoCtsvP7fLf9xHVJ7FwLAJviwjmVEHf9l9JeljFUpa0J3BcRNygfRs6QGC6BGwfLen%2B093BrJK/JSJuO6sdJdwMAoAUQ0EAMOAYEAAMCHvrVggAUoxh5yFs7ybp1ZLunDgm0SAwFQIIAKYyKXJCYA0CCADWgNb/KQgA%2BmdKxQYEbF9L0scalKYkBCAAgSkR%2BOeI4LuGKU2sQ1YEAB1gtVuKAKAdWypDAAITJYAAIMXgEABUjAEBQAWk9ksQALRnvHaH1X31L5NURPYcEIDAhgQQANQDRABQz6rhykUIAAo/23uuXl53UEOelM5DoDz4f1REPDdPJJKMSWAdAUB5wOJNY4amdxWBn0s6NCK4WaAKF4sgMA0Ctm8o6V2SzjGNxItOefWI%2BPSiCVRu3vb9JL2ocjnL2hIovz9cPCL%2Bt20bqkNgmgRsl39/j5d0jWnuYHapnxcRD57drpJtCAFAioEgABhwDAgABoS9dSsEACnGsHUI2%2BdevaH0asmjEg8C2QkgAMg%2BIfJBYAMCCAA2gNffqQgA%2BmNJpYYEbD9Z0qMatqA0BCAAgSkQKH8fHRgR35lCWDJ2I4AAoBuvRqsRADQCS1kIQGC6BBAApJgdAoCKMSAAqIDUfgkCgPaMN%2Bpge19Jx0ji5VcbkeRkCEgIAOo/BQgA6lk1XLkYAUBhaPvikt4n6fINmVI6D4EfSrptRHwoTySSjEWgswBg9UOj/CFzkbFC07eawOclHRIRP64%2Bg4UQgEBaArYvJOk/JO2TNiTBTifw5Yg4EBx1BGwfKunYutWsGoBAsYU9e4A%2BtIDA5AjYvqikL0g67%2BTCzzPwH0TEi%2Be5tTy7QgCQYhYIAAYcAwKAAWFv3QoBQIox7DqE7UMkvVNSuZmCAwIQWI8AAoD1uHEWBCZBAAFAijEhAEgxBkLsisBKrvUtSftBCgIQgAAE9ApJ5aZdw2JeBBAApJgnAoAUYyAEBCCQiQACgBTTQABQMQYEABWQ2i9BANCe8cYdbF9f0nt4wd7GKCmwcAIIAOo/AAgA6lk1XLkoAUDhaPvg1b935eUtHPMnUF7qWZ4L/tL8t8oOd0VgXQHAqyXdFbSTIPDYiHjCJJISEgIQ2CUB20%2BV9EgwTYLAayLityeRNEHIlX0TWU2CWawilD8QrhwRp%2BaJRBII5CBg%2B%2B7SL29AW%2BvvqBy7mFWKW0dEsTdzNCSAAKAh3PrSCADqWW28EgHAxgj7KIAAoA%2BKA9SwfZSkZw7QihYQmCsBBABznSz7gsCvbr74qKRrA2NUAggARsVP8xoCth8l6ck1a1kDAQhAYAEEfiDp6hFRxCgcMyKAACDFMBEApBgDISAAgUwEEACkmAYCgIoxIACogNR%2BCQKA9ox76WD7DpJe30sxikBgoQQQANQPHgFAPauGKxcnACgsbd9MUrl3es%2BGbCmdg0CR5X5R0jUj4sQckUgxBoG1HlyxfX9JR48RmJ6dCXxP0nUj4t87n8kJEIBAGgK2byzpbZLOmSYUQXZF4K4R8VoQ1ROw/Z%2BS9q8/g5UNCfxo9UfC1xr2oDQEJknA9sclHTTJ8PMMfVBEfHKeW8uzKwQAKWaBAGDAMSAAGBD21q0QAKQYw/YhVm8rfYuk39p%2BNSsgAIGdEEAAwMcCAjMmgAAgxXARAKQYAyG2ImD7XJL%2BTdJVoAQBCEAAAr8kcJqk%2B0TE38FjXgQQAKSYJwKAFGMgBAQgkIkAAoAU00AAUDEGBAAVkNovQQDQnnEvHWzvIam86PSOvRSkCAQWSAABQP3QEQDUs2q4cpECgMITwXTDT1XO0m%2BICH6/yTmbQVKtKwC4iKRvYgsZZEZ9NClv8i0Px/y8j2LUgAAEhiVg%2B3ySTpB0wLCd6bYmge9LugSGpW70bL9E0n27ncXqhgTuHBH/3LA%2BpSEwOQK2ryrp05MLPu/AF46I/5n3FsffHQKA8WcgCQHAgGNAADAg7K1bIQBIMYb6ELbL98SXqD%2BDlRCAwIoAAgA%2BChCYMQEEACmGiwAgxRgIsRUB21eQ9BlJ5cZkDghAAAIQ%2BBWBz0u6WkScCpD5EEAAkGKWCABSjIEQEIBAJgIIAFJMAwFAxRgQAFRAar8EAUB7xr11sF1etFdenHmx3opSCAILIoAAoH7YCADqWTVcuVgBQGFq%2B1WSfkfSWs8GN5wLpdsQeIKkJ0bEKW3KUzUzgbX/I7f9N5L%2BIPPmyHYGgWLJLg8MPB0mEIDA9AjYfrakB0nabXrpF5n4qRHxqEXufINN236ApOdvUIJT%2ByXwoYg4tN%2BSVIPAtAnYfqikZ017F7NK/52VcMez2lXCzSAASDEUBAADjgEBwICwt26FACDFGOpD2D5c0jvqz2AlBCCwIoAAgI8CBGZMAAFAiuEiAEgxBkJsRcD2hyTdAEIQgAAEIHA2Ar8dEa%2BBy3wIIABIMUsEACnGQAgIQCATAQQAKaaBAKBiDAgAKiC1X4IAoD3jXjvYvqGk90jaq9fCFIPAAgggAKgfMgKAelYNVy5dAHBuSW/nWlPDT1i%2B0kdGxNH5YpGoNYFNBACHSPoAvxi3HlFv9X8h6fCIOLa3ihSCAASaE7B9mKR3Nm9Eg74InCjpehHxib4KLqWO7etJKje7IbrIM/TLR8RX8sQhCQTGJWC7XBS46bgp6H4mAv8QEXeHSHsCCADaM67ogACgAlJfSxAA9EVyozoIADbCN87Jtp9YBKSSdh8nAV0hMEkCCAAmOTZCQ6COAAKAOk6NVyEAaAyY8usTsH01SZ9avwJnQgACEJg1Ab4bmtl4EQCkGCgCgBRjIAQEIJCJAAKAFNNAAFAxBgQAFZDaL0EA0J5x7x1sP17Sn3L9une0FJw5AQQA9QNGAFDPquHKRQsAClfbF5H0fklXbMiZ0nkInCTpThHx1jyRSDIEgU0EAOeTVB5wvNQQQenRC4ETJB0cEaf2Uo0iEIBAUwK295D0cUlXbdqI4n0S%2BJakK0TET/ssuoRatg9c3ey29xL2O5E9Pj4iHjeRrMSEQFMCti8g6XtNm1C8K4HbRsRbup7E%2Bu4EEAB0Z9bgDAQADaBuVRIBwICwt27FTd4pxtAthO19Vn/TXabbmayGwKIJIABY9PjZ/NwJIABIMWEEACnGQIidEeBBSD4XEIAABHZJoFxrP39ElJsZOWZAgH/3UgwRAUCKMRACAhDIRAABQIppIACoGAMCgApI7ZcgAGjPuEkH2%2BXhuFs3KU5RCMyUAAKA%2BsEiAKhn1XDl4gUAha3t668kAHs2ZE3pPAT%2BuwgfIuJ/80QiSWsCawsAVj8kXizp91uHpH6vBF4m6X5IAHplSjEI9E7Advnl65WS7tp7cQq2JMAD02vSXT1c%2B5%2BSykMjHDkIHB8R18sRhRQQGJeAbf7uGXcEO3Y/RdJ%2BEfGzXLHmmQYBQIq5IgAYcAwIAAaEvXUrBAApxtA9hO39JR0n6RLdz%2BYMCCySAAKARY6dTS%2BFAAKAFJNGAJBiDITYGQHb35B0SehAAAIQgMCWBP4%2BIu4Jn3kQQACQYo4IAFKMgRAQgEAmAggAUkwDAUDFGBAAVEBqvwQBQHvGTTrYvpykj0g6b5MGFIXADAkgAKgfKgKAelYNVyIAWMG1fUdJr5LEyzgbfuASlf6ypJtGRHmBLccCCGwqALiKpPJW%2Bb0WwGpOW7xVRLx9ThtiLxCYG4HVL2D/yM/XSU32J5IOiIjvTyp1orC2iwCgPDDCkYPAyZKuEhHlDwQOCCyWgO0LSvqcpAsvFkK%2BjX89Ig7IF2ueiRAApJgrAoABx4AAYEDYW7dCAJBiDOuFsH0fSX%2B73tmcBYHFEUAAsLiRs%2BElEUAAkGLaCABSjIEQOxKw/QBJz4cMBCAAAQhsS%2BDSEVGuH3NMnAACgBQDRACQYgyEgAAEMhFAAJBiGggAKsaAAKACUvslCADaM27WwfZtJb1OEm9FbkaZwnMigACgfpoIAOpZNVyJAGAF1/Zukp4m6ShJuzdkTuk8BP5J0j0iorxUj2PmBDYSABQ2tt8l6eYz5zS37f1A0oER8b25bYz9QGAOBFbGwc/y8P/kpvmWiChfFHGsScD20ZLuv%2BbpnNaGwHsj4mZtSlMVAtMgYPswScfwhUiqeb0/Im6SKtGMwyAASDFcBAADjgEBwICwt26FACDFGNYLsbqg9BJJ916vAmdBYFEEEAAsatxsdmkEEACkmDgCgBRjIMSZCdjeZ/WChQMhAwEIQAAC2xK4f0S8aNtVLEhPAAFAihEhAEgxBkJAAAKZCCAASDENBAAVY0AAUAGp/RIEAO0ZN%2Buwun79Gkl3ataEwhCYEQEEAPXDRABQz6rhSgQAZ4K7%2Bjfv5eWh8IbMKZ2HgCW9UlL57%2BC0PLFI0oJAHwKA%2B0nigkuL6bSt%2BQFJh0VEebsvBwQgkIgANwYmGka3KHeLiFd1O4XVZyZg%2B6aS3gOVVAR%2BLukaEfHlVKkIA4EBCdj%2BkKQbDNiSVtsTeFlElLcLcwxAAAHAAJC3b4EAYHtGva1AANAbyk0KIQDYhF6Cc22fX9Lxki6fIA4RIJCZAAKAzNMhGwQ2JMD3/BsC7Od0BAD9cKRKjwRsH7T6XXnvHstSCgIQgMBcCXw%2BIq48180taV8IAFJMGwFAijEQAgIQyEQAAUCKaSAAqBgDAoAKSO2XIABoz7hpB9t7SirPzlyvaSOKQ2AGBBAA1A8RAUA9q4YrEQDsAHd1z9bbJF23IXdK5yHwC0kPi4gX5IlEkhYE%2BhAAXErSVyXt0SIgNZsS%2BEtJj0YC0JQxxSFQTcB2udmnvAH996pPYmEWAj%2BTdMmI%2BEGWQFPNYftESdz4lmuAj4yIp%2BeKRBoIDEPA9iGS/nWYbnTpQOAhEfHcDutZugEBBAAbwOvvVAQA/bHcthICgG0RDbEAAcAQlBv3sH0NScdKOk/jVpSHwJQJIACY8vTIDoFtCCAASPERQQCQYgyEODMB26%2BVdGeoQAACEIBANYE7RcTrq1ezMCUBBAApxoIAIMUYCAEBCGQigAAgxTQQAFSMAQFABaT2SxAAtGfcvIPt8iBkeUHZPs2b0QACEyaAAKB%2BeAgAZD1GgQAAIABJREFU6lk1XIkAYCdwbZ9L0qckXbYhe0rnInD7iHhTrkik6ZPAxgKAEsb2KyTdo89g1BqEwGllbryxehDWNIHAtgRs/76kF2%2B7kAUZCTw9Ih6ZMdjUMtkuf2xcbWq5Z573e5L2j4ifz3yfbA8CZyNg%2B%2B8l3R006QhcLSI%2Bky7VTAMhAEgxWAQAA44BAcCAsLduhQAgxRg2D2H7oZKetXklKkBgtgQQAMx2tGwMAr%2B8dvpRSdeGxagEEACMip/mOxKwfXVJH%2BPFCnw2IAABCHQi8A5Jt46Icn8Tx0QJIABIMTgEACnGQAgIQCATAQQAKaaBAKBiDAgAKiC1X4IAoD3j5h1sl%2BemfkdSee6JF582J06DqRJAAFA/OQQA9awarkQAsAXc1YtbygvwztmQP6XzEPi%2BpAMi4id5IpGkTwJ9CQAuIelLkoolhGNaBP5b0hERUW424IAABEYiYPsGkt4qab%2BRItB2fQI/lXTdiPjs%2BiU483QCtv9x9SUbUHIR4G3bueZBmgEI2N5b0jclXWiAdrSoJ/ADSReNiJPrT2HlJgQQAGxCr7dzEQD0hnL7QggAtmc0wAoEAANAHqLFyihd7MI3G6IfPSAwQQIIACY4NCJDoJYAAoBaUk3XIQBoipfiXQnYfqokZNJdwbEeAhBYOoEflTdVRUQRlnNMlAACgBSDQwCQYgyEgAAEMhFAAJBiGggAKsaAAKACUvslCADaMx6kw%2Bp%2BwH%2BSdPtBGtIEAhMkgACgfmgIAOpZNVyJAGAXcG2XF30X8Q3HMgh8XdIhEVF%2Bd%2BWYGYG%2BBAB7SvqQpINnxmcp2/mGpN%2BMiCID4IAABAYmYPt8kopd6QoDt6ZdPwTKG%2BsPjohf9FNu2VVsP0rSk5dNIeXuy5u2r8PnPOVsCNWIgO2/kPToRuUpuz6BN0fE7dY/nTO7EkAA0JVYk/UIAJpg3XlRBAADwt66FQKAFGPoJ4TtYpL%2BXLEM91ORKhCYFQEEALMaJ5uBwFkJIABI8YlAAJBiDIQoBFZvGCsvVLgcRCAAAQhAoDOBp0QE12s6Y8tzAgKAFLNAAJBiDISAAAQyEUAAkGIaCAAqxoAAoAJS%2ByUIANozHqzDSmJfrl9ferCmNILAhAggAKgfFgKAelYNVyIA2Aau7WdKerCk3RvOgdJ5CLxd0h145ifPQPpK0osAoISx/RBJz%2B4rGHUGJWBJx0o6PCJOGrQzzSCwcAKrh/%2BLQOXKC0cx5e3fIyJeOeUNZMpu%2BwYrqVCmWGSRTpN004j4ADAgsAQCti%2B5elBt3yXsd2J7vHdEvHximScdFwFAivEhABhwDAgABoS9dSsEACnG0F8I2zeV9J7%2BKlIJArMhgABgNqNkIxA4OwEEACk%2BFQgAUoyBEIWA7d%2BX9GJoQAACEIDAWgTKfUyXiYhvrXU2J41OAAHA6CMoARAApBgDISAAgUwEEACkmAYCgIoxIACogNR%2BCQKA9owH7cB/V4PiptnECCAAqB8YAoB6Vg1XIgDYBq7t8uD/P0m6c8M5UDoXgZdExP1yRSLNpgT6FACcW9K/S7rwpqE4fzQCz4mIh47WncYQWCAB2%2BUBtnstcOtz2fJXI4K3tfQ4Tdv7SfqupL16LEupfgh8TdLVI6I8oMABgVkTsH1/SS%2BQtNusNzq9zZWb/G4QER%2BdXvTpJkYAkGJ2CAAGHAMCgAFhb90KAUCKMfQbwvbjJD2236pUg8DkCSAAmPwI2QAEtiaAACDFpwMBQIoxEMJ2kYx%2BVtL%2B0IAABCAAgbUJ/GFE/M3aZ3PiqAQQAIyK//TmCABSjIEQEIBAJgIIAFJMAwFAxRh4ULkCUvslCADaMx68g%2B3HS/pT3og8OHoaJieAAKB%2BQAgA6lk1XIkAoAKu7fNKequk61csZ8n0CZwi6WGSnh8R5SWgHDMg0JsAoLDgC/sZfCKkB0p6YUR4FrthExBISsB2%2Bfn7FEmPTBqRWHUEHhsRT6hbyqpaArbfLelmtetZNygB/lAeFDfNxiBge09J35F0wTH603OXBL6/EpF8G07DEUAAMBzrXXRCADDgGBAADAh761YIAFKMod8Qts8pqUjFLtpvZapBYNIEEABMenyEh8CuCSAASPEJQQCQYgyEsH2opPdK2gMaEIAABCCwNoETIuLaa5/NiaMS4H7CUfGf3hwBQIoxEAICEMhEAAFAimkgAKgYAwKACkjtlyAAaM948A62y3d15Tu78t0dBwQgsCKAAKD%2Bo4AAoJ5Vw5U811AJ13aRVH9E0kUqT2HZ9AncKiLePv1tsINCoG8BwMGSPgzaSRM4UdId%2BY980jMk/AQI2L6HpBdJOscE4hJxawJXiYjPAahfAqs3bx/db1Wq9UTgixFxxZ5qUQYCKQnYfrakh6QMR6gvSir/9p4KiuEIIAAYjvUuOiEAGHAMCAAGhL11KwQAKcbQf4jVxaTy3fHF%2Bq9ORQhMkgACgEmOjdAQqCOAAKCOU%2BNVCAAaA6Z8HQHbr5BUrgtyQAACEIDA%2BgTKdYHDIuJ965fgzLEIIAAYi/xZ%2BiIASDEGQkAAApkIIABIMQ0EABVjQABQAan9EgQA7RmP0sH25SV9kIchR8FP06QEEADUDwYBQD2rhisRAHSAa/s6kt4p6XwdTmPpdAl8V9ItIuIT090CyU8n0LcAoJiwPi7pqiCeNIEiAbg1F84mPUPCJyZg%2B3aS3pg4ItHqCLw3InhLfR2rTqtslwfMyy%2Bae3c6kcVDEXh4RPzVUM3oA4EhCdg%2Bj6TPSrrkkH3pVU3gaRHxJ9WrWdgLAQQAvWDctAgCgE0JdjgfAUAHWO2WIgBox3b0yrYfJOm5owchAARyEEAAkGMOpIBAEwIIAJpg7VoUAUBXYqzvnYDtS0j6CkLw3tFSEAIQWCaBD0m6SUScssztT3fXCABSzA4BQIoxEAICEMhEAAFAimkgAKgYAwKACkjtlyAAaM94tA627yLpVZLKc1AcEFg8AQQA9R8BBAD1rBquRADQEa7te0l6saQ9O57K8mkSKNcobxARRQbAMWECvQoACgfbB0oqb2bkmDaB8sfqFSLiR9PeBukhkIvA6mfkRyXtmysZaToSOFnSb0TE9zqex/IKArbPL%2BmTPIBbAWucJd%2BRdCV%2BRxgHPl3bErD9t5LuLan3v5PaJl9M9atFxGcWs9skG0UAkGIQCAAGHAMCgAFhb90KAUCKMbQJYbv8nvU3ku7XpgNVITApAggAJjUuwkKgGwEEAN14NVqNAKARWMrWE7D9FEkILeuRsRICEIDArgj8WNJBEfE1ME2LAAKAFPNCAJBiDISAAAQyEUAAkGIaCAAqxoAAoAJS%2ByUIANozHq2D7d0k/ZOkIgLggMDiCSAAqP8IIACoZ9VwJQKAjnBX9209WtKTOp7K8mkS8OpF79ePiF9McwukLgSaPNhi%2B3hJ1wXx5An8QNL1IuJLk98JG4BAAgKrt5q/pzw4niAOETYj8MHV2wVO3awMZ%2B%2BMwOoLtfdLOhRCKQmcVv7oi4jHpkxHKAisScD2IZL%2Bdc3TOa09gW9GxP7t29BhRwIIAFJ8JhAADDgGBAADwt66FQKAFGNoF8L2BSWdIIl/29thpvI0CCAAmMacSAmBtQggAFgLW98nIQDomyj1OhOw/YUi3e98IidAAAIQgMBWBJ4REX8MnmkRQACQYl4IAFKMgRAQgEAmAggAUkwDAUDFGBAAVEBqvwQBQHvGo3awXd6C/IHy3MyoQWgOgQQEEADUDwEBQD2rhisRAKwB1/Zekl4j6XZrnM4p0yTw0oi47zSjk7oQaCUAOFLSC0A8CwLlDZu3jIhvz2I3bAICIxFYPfz/bkkXHykCbfsl8LsRUYyPHI0I2D5K0jMbladsPwSuFREf76cUVSAwPgHb5csMTL7jj2KrBG%2BJiNvmjTffZAgAUswWAcCAY0AAMCDsrVshAEgxhrYhbF9JUpHInqdtJ6pDIDUBBACpx0M4CGxGAAHAZvx6OhsBQE8gKbMeAW7QX48bZ0EAAhDYhsDPJB0QEd%2BF1HQIIABIMSsEACnGQAgIQCATAQQAKaaBAKBiDHy/UAGp/RIEAO0Zj97B9m9KKi/523f0MASAwIgEEADUw0cAUM%2Bq4UoEAGvCtX1OScdKus6aJThtegTK81nPjYjyMlCOiRFoJQDYW9I3JV1oYjyIu3MCRQLwmxFxIoAgAIH1CNj%2BpKSrr3c2ZyUj8GVJV%2BQXn7ZTsX0BSd9r24XqGxJ4fUTcacManA6BFARs303S30naPUUgQuyMwBMi4rGgGZ4AAoDhme%2BkIwKAAceAAGBA2Fu3QgCQYgztQ9j%2Bf5L%2Bsn0nOkAgLQEEAGlHQzAIbE4AAcDmDHuogACgB4iUWI/A6q1h/ynpYutV4CwIQAACENgFgUdGxNMhNB0CCABSzAoBQIoxEAICEMhEAAFAimkgAKgYAwKACkjtlyAAaM84RQfbvy3pVZJ2SxGIEBAYgQACgHroCADqWTVciQBgA7i2D5D0tQ1KcOq0CJRngu8UEcdMKzZpC4EmAoBS2Pb9Jb2wZQ9GOCiBIgE4LCLKH7EcEIBAJQHb%2B0t6k6RrVJ7CsvwE7h4R/5A/5vQT2i5vlz9o%2BjuZ7Q5OkfS7EfG62e6QjS2CgO3y1tki6ilfZHDkJcBN%2ByPNBgHASODP2hYBwIBjQAAwIOytWyEASDGG9iFsn0PSayTdpn03OkAgJQEEACnHQigI9EMAAUA/HDeswncJGwLk9PUJ2L6RpA%2BsX4EzIQABCEBgFwQ%2BGhHlzYwcEyGAACDFoBAApBgDISAAgUwEEACkmAYCgIoxIACogNR%2BCQKA9oxTdLBdXoJa7oc9IkUgQkBgBAIIAOqhIwCoZ9VwJQKADeHaPkTSWyWdf8NSnD4NAuUFrbeLiH%2BdRlxSnk6gpQDgEpI%2BIemC4J4NgfIQc3nQ7%2Bez2REbgUBDArb3k/QeSddu2IbSwxIoDzxfKiK%2BM2zbZXaz/WRJj1rm7iez6/JHwNX5b2Iy8yLoDgRsl7%2BH/ljSU4GTmsDPI%2BJcqRPOOBwCgBTDRQAw4BgQAAwIe%2BtWCABSjGGYELbPJ6nI3y49TEe6QCAVAQQAqcZBGAj0SwABQL8816yGAGBNcJy2OQHbfyPpDzavRAUIQAACENiCwJUj4vPQmQYBBAAp5oQAIMUYCAEBCGQigAAgxTQQAFSMAQFABaT2SxAAtGecpoPtc69eJnSZNKEIAoEBCSAAqIeNAKCeVcOVCAB6gGv7gZKeJWnPHspRIj%2BBr5SXtEbET/NHJeHpBJoJAEoD28%2BUdBS4Z0XgBEm3jIj/mdWu2AwEeiZg%2B7ySPijpqj2Xpty4BHj4akD%2BtotF8y0DtqRVdwKW9KKI%2BMPup3IGBMYnYPsmkt4laffx05BgFwSeHxF/BKFxCCAAGIf7Dl35HXTAMSAAGBD21q0QAKQYw3AhbN9w9R3KcE3pBIEcBBAA5JgDKSDQhAACgCZYuxZFANCVGOt7IWD7ApK%2BIQmhZS9EKQIBCEBgpwSOl3TDiDgVPvkJIABIMSMEACnGQAgIQCATAQQAKaaBAKBiDAgAKiC1X4IAoD3jVB1s30LS21OFIgwEBiKAAKAeNAKAelYNVyIA6AGu7d1WL9MrL%2B9s%2BpxxD3Ep0Q%2BBL0i6XkT8sJ9yVGlNoOl/mKu3XxczxIVab4T6gxL4rKQ7R8SXBu1KMwhMhIDty0l6bXkr9kQiE7OOwH9ExP%2BpW8qqPgjYvrCk/%2B6jFjWaE/jtiHhN8y40gECPBGzvJekDkg7psSyl%2BidQbt67UUQc139pKtYQQABQQ6n5GgQAzRH/ugECgAFhb90KAUCKMQwbwna5iPSoYbvSDQKjE0AAMPoICACBdgQQALRj26EyAoAOsFjaHwHbfyXpYf1VpBIEIAABCOyEQPl76joR8UXo5CeAACDFjBAApBgDISAAgUwEEACkmAYCgIoxIACogNR%2BCQKA9ozTdbD9aEmPl7RHunAEgkBDAggA6uEiAKhn1XAlAoCe4No%2Bh6R/lHT7nkpSJjeB8hLQl0v6g4g4JXdU0hUCTQUApYHtZ0h6OLhnR6A8/H9QRPx8djtjQxDYgMDqgeVPSrrYBmU4NSeBoyPiyJzR5pvK9psk3Xa%2BO5zNzr4l6f9ExMmz2REbmTUB2%2BXvoL%2BVdO9Zb3Qem/vu6u%2BO78xjO9PbBQKAFDNDADDgGBAADAh761YIAFKMYdgQKznT1/k%2BZVjudBudAAKA0UdAAAi0I4AAoB3bDpURAHSAxdJ%2BCNjeV9LHJF2%2Bn4pUgQAEIACBXRB4QkQ8FkL5CSAASDEjBAApxkAICEAgEwEEACmmgQCgYgwIACogtV%2BCAKA943QdbO8t6VhJB6cLRyAINCSAAKAeLgKAelYNVyIA6Bku9wv3DDR/uadHxCPzxyThEAKAy0r6CqhnSeCr5aHMiPjCLHfHpiDQkYDt8vPu3ZIu3fFUlucncKKkK0TEf%2BaPOq%2BEtm8u6V3z2tVsd/N%2BSbeIiJNmu0M2NhsCq4tjx0g652w2Nd%2BNfFTSIRFx6ny3mHtnfKGXYj4IAAYcAwKAAWFv3QoBQIoxDB/C9iUlfUTSRYfvTkcIjEIAAcAo2GkKgWEIIAAYhvM2XRAApBjDskKsrmm8XdLuy9o5u4UABCAwCoEfSbpkRPxklO40rSaAAKAaVcuFCABa0qU2BCAwSQIIAFKMDQFAxRgQAFRAar8EAUB7xik72N5f0nGSLpEyIKEg0IAAAoB6qAgA6lk1XIkAoGe4tq%2ByenaHF%2BL2zDZpuZ9Juk1EvC9pPmKtCDQXAJQ%2Btp8j6cFQnyWB/1r9x37CLHfHpiBQScD2TSW9hQcJK4FNa5klPTkiHjOt2PNIa3uflUiIPyKmMdL7RcRLphGVlEslYLv8PClfzB%2BwVAYT2/eDI%2BJ5E8s8q7gIAFKMEwHAgGNAADAg7K1bIQBIMYZxQtg%2BUtJzJe0xTgK6QmBQAggABsVNMwgMSwABwLC8t%2BiGACDFGJYTwvaeK6HVNZaza3YKAQhAYHQCD4mI8j0CR2ICCABSDAcBQIoxEAICEMhEAAFAimkgAKgYAwKACkjtlyAAaM84bQfbd5H0mrQBCQaBngkgAKgHigCgnlXDlQgAGsC1fbikN/BsXAO4eUseHBHlpT0cSQkMJQAob8P%2BuKTzJeVArM0IFJv29SPiM5uV4WwITJOA7cMkvU7SvtPcAam3IVDeHHDNiPgapIYnYHs3Se%2BQdPPhu9NxDQInr97UjRhoDXicMgwB22%2BUdLthutGlBwLni4gf9lCHEmsSQACwJrh%2BT0MA0C/PXVZDADAg7K1bIQBIMYZxQtgu31e/QNIfjpOArhAYlAACgEFx0wwCwxJAADAs7y26IQBIMYblhLB9M0nvXs6O2SkEIACBFASOjYjfSpGEEFsSQACQ4sOBACDFGAgBAQhkIoAAIMU0EABUjAEBQAWk9ksQALRnnLbD6vr18yUVkT0HBGZPAAFA/YgRANSzargSAUADuKt/%2B%2B4u6RUNylMyJ4GvSrpGRPw0ZzxSDSUAKA/vvUzSPUE%2BWwInSToqIsoNuhwQWAwB24%2BW9HjeTDfrkZefa38UEZ71LhNvzvYjJT01cUSinZXAF1dioB8ABgLZCNguP0seLmn3bNnIs1MCb4%2BIW8FmXAIIAMblv%2BqOAGDAMSAAGBD21q0QAKQYw3ghbF9I0sck7T9eCjpDYBACCAAGwUwTCIxDAAHAONx36IoAIMUYlhPC9t9Kus9ydsxOIQABCKQgUOTkV4uIcn2SIykBBAApBoMAIMUYCAEBCGQigAAgxTQQAFSMAQFABaT2SxAAtGecuoPtvSQdK%2Bm6qYMSDgI9EEAAUA8RAUA9q4YrEQA0hGv7aZL%2BuGELSucicLykwyKi3MvEkYzAIAKAsmfbF5BU3p58nmQMiNMvgSdIekpEnNhvWapBIBcB23tIerKkR%2BRKRpqeCXxX0gER8bOe61KuAwHbF5X0DUl7djiNpeMSeK%2Bk2/MHwLhDoPtZCdi%2BnaQ3wmVSBB4cEc%2BbVOIZhkUAkGKoCAAGHAMCgAFhb90KAUCKMYwbwvYBkj4u6bzjJqE7BJoSQADQFC/FITAuAQQA4/JfdUcAkGIMywhhe19JX5d0/mXsmF1CAAIQSEXgXySVf/dPTZWKMGcQQACQ4sOAACDFGAgBAQhkIoAAIMU0EABUjAEBQAWk9ksQALRnnL6D7WtLKvfF8ixU%2BmkRcBMCCADq6SEAqGfVcCUCgIZwVwKc10k6QtJgzx833BKltyfwCklH8vzc9qCGXjHof4C2n87DskOPePB%2B5YLahyQdHhEnDd6dhhAYgIDt/SQdJ%2BkKvEF4AODjtnh0RDxl3Ah0LwRsv7/cuAGNSRF4dkQcNanEhJ0tAduXkPR5SeVGXI7pELh6RHx6OnHnmRQBQIq5IgAYcAwIAAaEvXUrBAApxjB%2BCNvFIl1s0hwQmCsBBABznSz7gsCvvs/8qKRyQyDHeAQQAIzHfnGdeXBkcSNnwxCAQD4CB0XEJ/PFIlEhgAAgxecAAUCKMRACAhDIRIC/41JMAwFAxRgQAFRAar8EAUB7xpPoYPv3Jb2IhyAnMS5CrkkAAUA9OAQA9awarkQA0BDu6nu98uKWImC9cuNWlM9D4EkR8Wd54pCkEBhaAHAlSSdIOgf4Z0/gfZIeEBFfmv1O2eCiCNi%2BxuqP9%2BssauPL3OyPJR0YEeXLO46RCfAg1sgDWK/9yZLKAzvPiQivV4KzILA5gZW45wOSyr/hHNMh8GVJV%2BKNPeMPDAHA%2BDOQhABgwDHwe%2BeAsLduhQAgxRjGD2F7D0lvkXSL8dOQAAJNCCAAaIKVohDIQQABQIo5IABIMYb5h1h9//gJSQfMf7fsEAIQgEBaAo%2BLiMenTbfwYAgAUnwAEACkGAMhIACBTAQQAKSYBgKAijEgAKiA1H4JAoD2jCfRwfa5JL1W0q0mEZiQEFiDAAKAemgIAOpZNVyJAKAh3NNL276spHIf/sUHaEeL8QmcKOmBEfHS8aOQ4HQCgwoASlPbj5b0pKHlA4x8FALfl3RzSZ/kwb9R%2BNO0RwK2d5d08OrG8/P3WJpSOQmctvql5eic8ZaXyvblJSGVmd7oyx8At42Id08vOonnQMB2EY8dI%2BnGc9jPwvZw74h4%2BcL2nHK7CABSjAUBwIBjQAAwIOytWyEASDGGHCFsX0rSRyRdOEciUkCgVwIIAHrFSTEI5CKAACDFPBAApBjD/EPYLtcPj5NUriVyQAACEIDAOAT%2BV9JFI%2BKkcdrTdVcEEACk%2BHwgAEgxBkJAAAKZCCAASDENBAAVY0AAUAGp/RIEAO0ZT6qD7f%2BQdOlJhSYsBCoJIACoBPWrZyPLA9E3qj%2BDlQ0IIABoAHVnJW0X%2Bc2bJJWXuXDMn8BPy/OTEfG5%2BW91GjscQwCwr6TPSCo3b3LMn8BPJP1FRDxt/ltlh3MmsLog%2BVBJ%2B8x5n%2BztDALfkHTliCg3YnMkILCScHxRUjGIcUyLQLnhpkgA/mVasUk7BwK2Xyzp9%2Bewl4Xt4b8lHRgRP1rYvlNuFwFAirEgABhwDAgABoS9dSsEACnGkCeE7dtIep2kvfKkIgkEeiGAAKAXjBSBQE4CCABSzAUBQIoxzD%2BE7Q9KuuH8d8oOIQABCKQn8NCIeE76lAsMiAAgxdARAKQYAyEgAIFMBBAApJgGAoCKMSAAqIDUfgkCgPaMJ9XB9uGS3jGp0ISFQCUBBACVoBAA1INquxIBQFu%2BZ1S3XZ4/LvfjvwAJwEDQx29Tnqkr19uL%2BIhjZAKDCwDKfm3/sSQeCB95%2BAO3f7Wkh0fEtwbuSzsIbETA9iUklYvEd9yoECdPjcBDIuK5Uws997y2D5P0zrnvc6b7%2B/bqD4CvznR/bCsZAdt7S3qKpKOSRSNOHYHys/5WEXFa3XJWtSSAAKAl3eraCACqUW2%2BEAHA5gx7qIAAoAeIcythu3yXXL5T5oDAnAggAJjTNNkLBHYggAAgxUcCAUCKMcw7hO3rS0J%2BO%2B8xszsIQGA6BD67eivRz6YTeRlJEQCkmDMCgBRjIAQEIJCJAAKAFNNAAFAxBgQAFZDaL0EA0J7x5DrYfrSkx/MQ5ORGR%2BBtCCAAqP%2BI2P6ApBvVn8HKBgQQADSAulVJ27tJerakBw3YllbjEigS9JtHxEnjxqD7KAKAgt12MUFckhEsisD3ytsPIqK8wZkDAukJ2D5Y0nsknTt9WAL2SeBfI6LcsMWRkIDtYpC6dMJoRNqewPclXTMiyu%2BAHBBoRmBlGXySpPIlO8c0CTwgIl44zejzS40AIMVMEQAMOAYEAAPC3roVAoAUY8gVYiV4%2Boyky%2BVKRhoIbEQAAcBG%2BDgZArkJIABIMR8EACnGMO8Qtl8u6V7z3iW7gwAEIDAZAqdIuk5EfHIyiRcSFAFAikEjAEgxBkJAAAKZCCAASDENBAAVY0AAUAGp/RIEAO0ZT66D7XNI%2BrCkq08uPIEhsAsCCADqPx4IAOpZNVyJAKAh3K1K236bpFtKGu2Z5BG2veSWx6%2BeBT51yRDG3vto/7HZvp2kN44NgP6DE/hfSc8o/xcR5eIbBwTSEbD9/9k7D%2BhdqvJe/146SFOxgCKKBQsgliiixFhBYsVeEDtqNNhjwRIjGo1GxF5RFBS7RixYwYYNBbuxG3QpiqIXUBB%2Bd20Z9QDnO2d/38ye2TPzzFpZuTfs/ZbnnfNv38yzt5D0DEkHSdq2ugIpqDSBO0XE%2B0snIf5qBGy/RdJ9V9vNrgoIfE/SnSPi2xXUQgkTJWD78ZL%2BE7vuaAf8e0nbRwQn9FQyQgQAVQwCAUCPY0AA0CPsxakQAFQxhvqKsL2zpPShwmXrq46KILASAQQAK2FjEwTGQQABQBVzQgBQxRimXYTtX/Lz6bRnTHcQgMDoCBwfEf80uqonXjACgCoGjACgijFQBAQgUBMBBABVTAMBQMYOgfgbAAAgAElEQVQYEABkQCq/BAFAecajzGD7ipI%2BI2mnUTZA0RBYCwEEAPm3BQKAfFYFVyIAKAh3UWjbl2skOBzqOQD/AVKen96vjIhDB8hNyobAkAKA9IJtevnrSkxjlgTenk5ljYgfzLJ7mq6WgO1dJL1E0m0xElU7ppKFfVnSTRCUlETcLrbtO0p6X7so7B6YQPr5b9%2BI%2BOnAdZB%2BYgRsbyjpAEmvkbTxxNqbUzuvj4iHzKnh2ntFAFDFhBAA9DgGBAA9wl6cCgFAFWOoswjbD5P0CknpZz8uCIydAAKAsU%2BQ%2BiGwDgIIAKq4PRAAVDGG6RZh%2B0mSnj/dDukMAhCAwGgJ7BoR3xxt9RMsHAFAFUNFAFDFGCgCAhCoiQACgCqmgQAgYwwIADIglV%2BCAKA849FmsH1PSW8bbQMUDoGLEEAAkH9LIADIZ1VwJQKAgnDXFdp2ehc4SXB2HKgE0vZP4MCIOLL/tGRMBAYTAKTktreX9GNJmzCOWRL4taS7RcTxs%2ByepqsjYPufJb1V0lbVFUdBfRBIJw3vFBHpaxNXpQRsp59dvi8pnfzINV4C6d9bevjmR%2BNtgcprI2D7WZIO4WWw2iazdD3/HBEfXHoXG4oRQABQDO0ygREALEOr5VoEAC0BdrMdAUA3HCcbxfYrJT18sg3S2JwIIACY07TpdXYEEABUMXIEAFWMYZpF2N66ec7hktPskK4gAAEIjJrAMyPi2aPuYGLFIwCoYqAIAKoYA0VAAAI1EUAAUMU0EABkjAEBQAak8ksQAJRnPNoMzTPNL5f0iNE2QeEQWIMAAoD82wEBQD6rgisRABSEu77QttOhux9Z3zr%2B%2B2QI/F7StSPi1Ml0NKJGBhUAJE62j5J0nxExo9TuCRwj6TERkX5B5oJA7wQa%2B9CLJe3fe3IS1kTgdZIeFhGuqShquTiB5sTHV8Nm9AR%2BKel%2BEfGx0XdCA4MTsH2YpIMHL4QC2hJIcpDLR8Qf2gZif3cEEAB0x7JFJAQALeAtuxUBwLLEiqxHAFAE63SC2t5O0lclXXE6XdHJTAkgAJjp4Gl7HgQQAFQxZwQAVYxhmkU0UvH3ISOd5nzpCgIQGD2Bn0m6RkT8cfSdTKQBBABVDBIBQBVjoAgIQKAmAggAqpgGAoCMMSAAyIBUfgkCgPKMR53B9pbNKcjXHXUjFA%2BBdMJwxODvGI5lEAgAqpgUAoCBx2D7oZJeIWmjgUshfT8EfivpJhHx3X7SkeWvBAb/5mz76pJOkpR%2B8OWaL4HTJd1X0ici4pz5YqDzPgnY3kLSfs0PHJfpMze5qiPwa0lXj4jfVVcZBV2MgO2dm58dtgHP6An8JkkAkv0N%2BcboZzlIA7bT14EkcLnbIAWQtGsCh0bEIV0HJV47AggA2vHraDcCgI5A5oRBAJBDqfgaBADFEY8/ge3dJR0vadvxd0MHMyaAAGDGw6f16RNAAFDFjBEAVDGGaRZh%2B8OS9plmd3QFAQhAYBIEHhERr5pEJxNoAgFAFUNEAFDFGCgCAhCoiQACgCqmgQAgYwwIADIglV%2BCAKA849FnsL2bpE9L4rnm0U9z3g0gAMifPwKAfFYFVyIAKAg3J7TtDSUd3TzHv0HOHtaMnsBnJN0pItJ7wFw9ERhcAJD65CTfnqZdf5pzkwBA0t059bP%2BYY29wsa2d6ykm0niB42xD7Rd/Zb04Ig4ol0YdvdFwHb6N/s5STfuKyd5ihJI4p8nRsThRbMQfHIEGpHPcZJuOrnm5tlQkvBcDhlYfcNHAFDFTBAA9DgGBAA9wl6cCgFAFWOovwjb/yEJeVD9o6LCxQQQAHB3QGDCBBAAVDFcBABVjGF6Rdi%2BSfMwb3qoiQsCEIAABOok8G1JN4yIs%2Bosb15VIQCoYt4IAKoYA0VAAAI1EUAAUMU0EABkjAEBQAak8ksQAJRnPIkMzSnIr5lEMzQxWwIIAPJHjwAgn1XBlQgACsLNDW17Y0n/gzg7l9gk1r0/SR8iIr0HzNUDgVoEANs1J/nu2EPPpKifQDqJ%2B1BJr42IM%2BsvlwrHRMD2VpIeLumpnBI3pskVrfWb6eXRiDijaBaCd0rA9p6SPt9pUIINSSD98J8EAM/gQZwhxzCe3LavIekYSXuMp2oqXQ%2BB90bEXaBUHwEEAFXMBAFAj2NAANAj7MWpEABUMYb6i2g%2BQHqbpP3rr5YKIbBWAggAuDEgMGECCACqGC4CgCrGMK0ibKfnK94o6f7T6oxuIAABCEyOwNmS9o6Ir0yusxE2hACgiqEhAKhiDBQBAQjURAABQBXTQACQMQYEABmQyi9BAFCe8SQy2N5c0rsl7TuJhmhilgQQAOSPHQFAPquCKxEAFIS7TGjbV5aUDui99jL7WDtaAudLSgf3PCci/jzaLkZUeBUCgMTL9u0kJQPERiPiR6llCXxD0p0l/TgiziubiuhTJ2A7ncKxi6S3S7rO1Pulv2wC6eTx3SPiu9k7WFgNAdsnSrpxNQVRSBcEPibpgIhIfzTngsDFCDQP2N5M0gngmRyB%2B0bE0ZPragINIQCoYogIAHocAwKAHmEvToUAoIoxjKMI21eV9CVJlxxHxVQJgQsRQADADQGBCRNAAFDFcBEAVDGGaRVhe0tJ6TOlHabVGd1AAAIQmCSBt0TEAZPsbGRNIQCoYmAIAKoYA0VAAAI1EUAAUMU0EABkjAEBQAak8ksQAJRnPKkMtr/TvLMwqb5oZh4EEADkzxkBQD6rgisRABSEu2zo5hmu9H5POiScax4E7h8Rb55Hq8N2WY0AIGGwnU7xvMewSMheGYE/Nqe7Pi4iTq%2BsNsoZCQHbV5F0qKS7StpkJGVTZj8E3hERfN/ph3XnWWw/XtILOw9MwKEJfL%2BRAKRfALkg8DcCtpMo7NmS/kXS1qCZFIH07/7aEXHupLqaSDMIAKoYJAKAHseAAKBH2ItTIQCoYgzjKcL2no0gauPxVE2lEPgLAQQA3AgQmDABBABVDBcBQBVjmFYRth8k6fXT6opuIAABCEyWQDp5aLeISC9ecA1IAAHAgPD/nhoBQBVjoAgIQKAmAggAqpgGAoCMMSAAyIBUfgkCgPKMJ5XB9m0kHTeppmhmNgQQAOSPGgFAPquCKxEAFIS7SujmcPB3S9pslf3sGR2B36WDvyPi%2BNFVPrKCaxMA7Crp85KSOZ8LAmsSSC//v0jSGzgVmBsjl4DtK0p6sKSDOQkul9qs1p2WTo%2BPiB/NqusJNWv7CpJ%2BiNhjQkP9eyvpgZynSHpZRCQZENfMCTRWwBekXxIlbTBzHFNr/3xJB0XE66bW2FT6QQBQxSQRAPQ4BgQAPcJenAoBQBVjGFcRtp8n6cnjqppqIYAAgHsAAlMmgACgiukiAKhiDNMpwvZWkn7CZ47TmSmdQAACsyDwooh4wiw6rbhJBABVDAcBQBVjoAgIQKAmAggAqpgGAoCMMSAAyIBUfgkCgPKMJ5fB9mOad1941nFy0512QwgA8ueLACCfVcGVCAAKwl01tO1HSXrpqvvZNzoCv5T0jxHxvdFVPqKCqxIAJG62H5Be8pZUXW0jmuuUSz1D0gMlHRsR50y5UXpbnYDtTSXdU9KrMQetznHiO52%2BlkTEmybe5%2BTbs324pEdPvtH5NvhJSXeIiDPni2DendtOvxPcWNL/SNpu3jQm2/1vJe0RET%2BdbIcjbwwBQBUDRADQ4xgQAPQIe3EqBABVjGF8Rdj%2BmqTd%2Bbvy%2BGY344r/n6SrRMSvZ8yA1iEwWQIIAKoYLQKAKsYwnSJs75c%2Bo55OR3QCAQhAYBYEvivpWhGRng/gGogAAoCBwF84LQKAKsZAERCAQE0EEABUMQ0EABljQACQAan8EgQA5RlPLkPzLsMpkq4xueZoaNIEEADkjxcBQD6rgisRABSE2ya07Vemw%2BF4hqsNxVHtTYe6Xj8i0ju/XAUIVPeSve3NJX1Z0rUL9EvIaRA4T9LJkg6LiDdPoyW66IqA7QMkPbH5GrJhV3GJMzkCX5e0V0SkB625RkzA9i6SviQpnbzDNU0Cv0hf1yPiqGm2R1eLCDQnar1AUhKEbQapyRJ4q6T78vBdvfNFAFDFbBAA9DgGBAA9wl6cCgFAFWMYXxG208MTX5S0zfiqp%2BKZEkAAMNPB0/Y8CCAAqGLOCACqGMN0irD9dkl3n05HdAIBCEBgNgTux%2BeMw84aAcCw/JvsCACqGANFQAACNRFAAFDFNBAAZIwBAUAGpPJLEACUZzzJDLYv1zzfvOMkG6SpSRJAAJA/VgQA%2BawKrkQAUBBum9C2N5Z0nKR/ahOHvaMi8O6IuOuoKh5RsdUJABI72/8o6cOSkgyACwLrIvBpSc%2BS9JmIOAdU8yRge0tJN5f09OaU4HmCoOtcAskqdKOI%2BF7uBtbVS8D2RpLSKfE3q7dKKuuIwOskHRoRP%2B4oHmEqJWA7CXxuIinZ/3attEzK6obAWZKuFBG/6SYcUUoQQABQgurSMREALI1s9Q0IAFZn1%2BFOBAAdwpxbKNv/KumFktIHSVwQqJ0AAoDaJ0R9EGhBAAFAC3jdbUUA0B3L2UeyvbOkb0nadPYwAAABCEBgfATSyzo7R8TZ4yt9GhUjAKhijggAqhgDRUAAAjURQABQxTQQAGSMAQFABqTySxAAlGc82Qy2HywpPfvKBYFREEAAkD8mBAD5rAquRABQEG7b0LYvK%2Blzkq7aNhb7R0MgHfz4tIj482gqHkmhVQoAEjvbh0k6eCQcKXNYAudKSi/yPjoi0kugXDMiYHtPSW%2BWdBVJ6YVBLgisj0B6gfiQ9S3iv4%2BHgO29JH12PBVT6YoELCk9mPOQiEgnhnNNlIDtV0h6qKQk%2BOCaNoG3RMQB025x/N0hAKhihggAehwDAoAeYS9OhQCgijGMtwjbr5f0oPF2QOUzIoAAYEbDptX5EUAAUMXMEQBUMYZpFGH7SEn8HWsa46QLCEBgfgTSw4a3iogT5td6HR0jAKhiDggAqhgDRUAAAjURQABQxTQQAGSMAQFABqTySxAAlGc82Qy20/taL0nvuUy2SRqbFAEEAPnjRACQz6rgSgQABeF2Edr2DZr3fBBsdwG0/hjnS7p/RBxVf6njqrBmAcD2kr4u6dLjQkq1AxP4iqTXSEp/GDpn4FpIX4hAczLwYyTdV9J1JW1QKBVhp0fgG%2Bmk%2BIg4Y3qtzbsjfome1fzTQzqfl/TkiEhWOK4JELCdTmh9hKTHSrryBFqihTwCt4uID%2BctZdVQBBAADEX%2BQnkRAPQ4BgQAPcJenAoBQBVjGG8Rti8v6TMYpMc7wxlVjgBgRsOm1fkRQABQxcwRAFQxhvEXYftSkk6RdIXxd0MHEIAABGZL4KiIuN9sux%2B4cQQAAw/ggvQIAKoYA0VAAAI1EUAAUMU0EABkjAEBQAak8ksQAJRnPOkMtrdpnnm91qQbpblJEEAAkD9G3l3IZ1VwJQKAgnC7Cm17H0nvkLRVVzGJUzWBPySpekS8r%2BoqR1ZctQKAxNH2TSV9VNLmI%2BNKucMTOE3Sv0n6mKRTIyJZRLhGTKAx4F1F0u0lPVfSJUbcDqUPQyA9VJ1e/j95mPRkLUnA9t2aXwxKpiF2fQReLukFkn4WEa6vPCpaH4FG6rO7pMPT1%2Bj1ree/T4rAVyPi%2BpPqaKLNIACoYrAIAHocAwKAHmEvToUAoIoxjLsI21eVdJKkrcfdCdVPnAACgIkPmPbmTQABQBXzRwBQxRjGXwSfP4x/hnQAAQhAoCFwtYj4ATT6J4AAoH/ma8mIAKCKMVAEBCBQEwEEAFVMAwFAxhgQAGRAKr8EAUB5xpPPYHsXSSdK2nbyzdLgqAkgAMgfHwKAfFYFVyIAKAi3y9C2nyTp%2BV3GJFbVBE6VtHdE/KjqKkdUXO0CgHSq91sk3XtETCm1HgLpRcDfSvqApGfzQV49g1m2kuah7RdKukVj/UlfG7ggsCyB10h6OC8JL4ttHOttJynILzCDjWNeHVd5uqQjIyKdHM81IgK2d5KUJA63krTZiEqn1PYEzmukPOlDDa7KCSAAqGJACAB6HAMCgB5hL06FAKCKMYy7iEYkmeSgzxt3J1Q/cQIIACY%2BYNqbNwEEAFXMHwFAFWMYdxG2N5X0Y0mXH3cnVA8BCEAAApL%2BOyIeD4n%2BCSAA6J/5WjIiAKhiDBQBAQjURAABQBXTQACQMQYEABmQyi9BAFCe8Swy2D5I0qtm0SxNjpYAAoD80SEAyGdVcCUCgIJwuwzdHBiYDn18XJdxiVU1gd9IukZEpHd9uFoSqFoAkHqzfVlJJ0hK1isuCKxK4GxJH5T0P5LeFxG/WzUQ%2B/ohYHs7SbeTlE71vi0vBvbDfcJZ0ql/N4%2BI9GA110QJ2N5f0tslbTjRFmlr3QS%2BI%2BnVjQyAXxQqvltsX01S%2BmP2wziRteJBlS3t25JuEBHpZ3SuygkgAKhiQAgAehwDAoAeYS9OhQCgijGMvwjbm0g6WtJdx98NHUyUAAKAiQ6WtiCQCCAAqOI%2BQABQxRjGXYTtO0t6z7i7oHoIQAACEGgIfDcirgmN/gkgAOif%2BVoyIgCoYgwUAQEI1EQAAUAV00AAkDEGBAAZkMovQQBQnvEsMjSy0fT5dXrWmQsCVRJAAJA/FgQA%2BawKrkQAUBBu16Ftb9V85pYODuSaB4H3SrpnRJwzj3bLdVm9ACC1bju9BPx%2BSRuVQ0HkGRH4g6T/lHSUpF9GxB9n1HvVrdpOp/9eUdIBkpJ5PZ3ozQWBtgTOT6dLR8Sn2gZif90Emj%2BOfVHS7nVXSnWFCfxW0sHNz46/jwgXzkf4DAKNue/SjbkvncTKNW8CB0bEkfNGMJ7uEQBUMSsEAD2OAQFAj7AXp0IAUMUYplFEI586WdIW0%2BiILiZGAAHAxAZKOxBYkwACgCruBwQAVYxh3EXYTg/k3nvcXVA9BCAAAQisQeAOEfEBiPRLAAFAv7wXZEMAUMUYKAICEKiJAAKAKqaBACBjDAgAMiCVX4IAoDzj2WRo3pVIh%2BdceTZN0%2BioCCAAyB8XAoB8VgVXIgAoCLdEaNvpHcGvSUqHCXLNg8BrJT08ItJ7fVwrEhiLAGBjSa9vXgpesVW2QeBiBH4v6XuS3inptRHBacED3SS2d5D0QEl3kXQNScnswwWBrgi8UNKTI%2BK8rgISp14Cth8l6aX1VkhlPRFIvyD8RNK7JT0vIn7TU17SrIWA7d0kPVXSrSVtB6TZE0gfYOyBzW889wECgCpmhQCgxzEgAOgR9uJUCACqGMN0irC9p6RPSNp8Ol3RyUQIIACYyCBpAwJrI4AAoIr7AgFAFWMYbxG2LyPpx8ikxjtDKocABCCwFgLpxZ2dI%2BJs6PRHAAFAf6zXkQkBQBVjoAgIQKAmAggAqpgGAoCMMSAAyIBUfgkCgPKMZ5XB9m0lfWRWTdPsaAggAMgfFQKAfFYFVyIAKAi3VGjbe0n6bKn4xK2OwDmSHhQR6RBvrhUJjEIA8NfeeFhmxSmzLYdA%2BnDvOEnJ9H1CRCQxAFdBArZ3lbS3pDtIujkPzxSEPe/QX5Z0U14ynM9NYHsTSV%2BRlL7GcEEgEThT0jGS3ibpeL4e9HNT2N5S0p0l3ad58T8JvbggkAgki9%2BrQTEeAggAqpgVAoAex4AAoEfYi1MhAKhiDNMqwvYLJD1xWl3RzQQIIACYwBBpAQKLCPCZZhX3BgKAKsYwziJsp%2BcojpR0v3F2QNUQgAAEILAOAvyM0PPtgQCgZ%2BBrT4cAoIoxUAQEIFATAQQAVUwDAUDGGBAAZEAqvwQBQHnGs8tg%2BxBJ/zG7xmm4egIIAPJHhAAgn1XBlQgACsItGdr27SS9Q9IlSuYhdlUE9ouID1VV0YiKGZsA4FaN7WrDETGm1HES%2BKmkpzcnB/8pIs4dZxv1VN28lLuppAdIerSkq9dTHZVMlED6d3uTiEgvg3PNiIDtu0p654xaptV8Ar%2BR9Njm%2B/tZEeH8raxcHwHbGzRCn39tfo7abH17%2BO%2BzI5AsfttFxB9m1/mIG0YAUMXwEAD0OAYEAD3CXpwKAUAVY5heEbaTJPD6kkb1N/HpTYKO1iCAAIDbAQITJoAAoIrh8nJfFWMYZxG2d5B0iqRLj7MDqoYABCAAgXUQ4EWznm8PBAA9A197OgQAVYyBIiAAgZoIIACoYhr8XJYxBgQAGZDKL0EAUJ7x7DLYTgcq/VhS%2BjskFwSqIYAAIH8UCADyWRVciQCgINzSoW0/T9KTJKX3D7imT%2BCXknaPiF9Nv9XuOxzdw462n9rYrvgH3v39QMSLE/idpO9J%2BlpjlzmBk4Pzb5PmRcB/lnQnSddrXvrfKj8CKyGwMoHzJT0uIl6ycgQ2jpaA7W0knYoRbLQj7KPwXzTf29MHSW/vI%2BGUczT/5g6QdGdJN5C07ZT7pbeVCfxZ0j0j4t0rR2DjIAQQAAyC/aJJEQD0OAYEAD3CXpwKAUAVY5heEbavK%2BlESYiqpjfesXaEAGCsk6NuCGQQQACQAan8EgQA5RlPNoPt%2B0s6goeOJjtiGoMABOZNIEmKrxER6SUerh4IIADoAfL6UyAAWD8jVkAAAjMjgACgioEjAMgYAwKADEjllyAAKM94lhlsbyfpJEk7zhIATVdJAAFA/lgQAOSzKrgSAUBBuKVD206Hg79C0sNK5yJ%2BNQS%2BI%2BnWEZHe9eJagsAYBQDphaLjk/VhiT5ZCoGuCJwu6eOSPiTpW5J%2BhH3k72ib0zCuLCk9UH3b5n%2B26Ao%2BcSCwBIF0qt/NI%2BKsJfawdEIEbKeXkd8gaaMJtUUrZQgkGcBbJb1P0vcl/SIiXCbVNKLaTr9DpD867yFpf0l3Q7gxjdkW7uKLkm4WEecWzkP4jgkgAOgY6GrhEACsxm2lXQgAVsLW9SYEAF0TJd7fCNh%2BoKRXStoULBCogAACgAqGQAkQKEUAAUApskvFRQCwFC4W/5VAc/rWyZKuBRUIQAACEJgsgcMi4rGT7a6yxhAAVDEQBABVjIEiIACBmgggAKhiGggAMsaAACADUvklCADKM55tBtsHSnodzzrP9haornEEAPkjQQCQz6rgSgQABeH2Edp2ekc4vaN5/T7ykaMKAukgwQMjIj0zxZVJYHQCgNSX7cs2p7KnE365IDAEgfRiYDrF9E9JAiDpXZLeHRFfH6KYIXPavrqkdArGfSRdTtImzS%2Bho/z6MiRLcndG4OeSdo6I9O%2BTa6YEmheUPyvpJjNFQNvLE/jr9/WvSjo0Ij68fIjp77D9CEmPlrRTc3LqBtPvmg47InD/iHhzR7EI0yMBBAA9wl6cCgFAj2NAANAj7MWpEABUMYbpFmH7jemDhOl2SGcjIoAAYETDolQILEsAAcCyxIqsRwBQBOv0g9q%2BtaSPTr9TOoQABCAwawI/TA%2BVRsQZs6bQU/MIAHoCve40CACqGANFQAACNRFAAFDFNBAAZIwBAUAGpPJLEACUZzzbDM2zzi%2BShKRutndBXY0jAMifBwKAfFYFVyIAKAi3r9C20zuI307vgPWVkzyDE3hTRDxg8CpGVMBoX9C1nQZ9xIhYU%2Bo8CPxS0s%2Ba/0knQ6RvQl%2BT9IOIOG%2BsCGxvKOkqkm4k6TqSdm1e/Eun/15qrH1R92QJ7B8R75lsdzSWTcD2XSW9M3sDCyFwYQK/l/RNSd%2BQdIKkT0bEqXOCZPvKkm4h6ZbN9/70/X%2BjOTGg184IfELSPhGRRBtcIyOAAKCKgSEA6HEMCAB6hL04FQKAKsYw3SJsJ4HlJznRdbozHlFnCABGNCxKhcCyBBAALEusyHoEAEWwTj%2Bo7aMl3Xv6ndIhBCAAgVkTSM/v3CMi0mlDXIUJIAAoDDgvPAKAPE6sggAEZkQAAUAVw0YAkDEGBAAZkMovQQBQnvGsM9i%2BpKR04Nm1Zg2C5qsggAAgfwwIAPJZFVyJAKAg3D5D276BpA9Jukyfeck1GIF02O9zI%2BLZg1UwssSjFQAkzs1pTenk8VH3MbJ7hnJXI/BHSV%2BSlKQAX5H0fUnpAc/0cmEyip8VEWevFrr9LttbStpC0lZr/M%2B1Jf1D88vkXu2zEAECxQmcL%2Bk/I%2BJpxTORYDQEbKdfBPYdTcEUWjuBJPX5uKRPS/qRpCT%2BOT0izq298HXVZ3uz5hfm7SRdtXnh/46SrjDmvqi9GgLppf9bRMRnqqmIQpYigABgKVylFiMAKEV2LXERAPQIe3EqBABVjGHaRdhOcqv0EMXW0%2B6U7iongACg8gFRHgTaEEAA0IZeZ3sRAHSGcj6BbG8j6ceStp1P13QKAQhAYLYEviXpehFxzmwJ9NQ4AoCeQJMGAhCYI4FjIuJec2y8i54RAHRBsXUMBAAZCBEAZEAqvwQBQHnGs89geydJJ3Ew4%2BxvhcEBIADIHwECgHxWBVciACgIt%2B/Qtu8h6SgOK%2Byb/KD59ouI9L4X13oIjPrF%2Beal5RObE8kZNgTGRCC9qJw%2BREzWkiQHSC8OppejviDp140gIMkB0geOac0pEZEM5CtdttO/9d0lbS5pF0nJFJcedE4v/t9Y0iaSNm7%2B96bN/95gpWRsgsBwBP5X0h4RcdZwJZC5NgK2b9ic3p6%2B/nFBoCsCbr5/p5c1ksAnvTh0SmOeS9%2Bz03%2Bv%2BrJ9U0k3l7RneripEQFdQlL6OYALAl0S%2BKKkvdr8LNtlMcRangACgOWZFdiBAKAA1EUhEQD0CHtxKgQAVYxh2kU0fyt7oqTnT7tTuqucAAKAygdEeRBoQwABQBt6ne1FANAZyvkEsv0CSennRK7hCBwj6RfDpSczBHolkETMd%2B81I8kuSoAHDHu4JxAA9ACZFBCAwFwJIABoMXkEAC3gdbcVAUAGSwQAGZDKL0EAUJ4xGS44HPWRkl4ODAgMSQABQD59BAD5rAquRABQEG7foW2ndxifLOnQvnOTbzAC6b3Zf4iI7w1WwUgSj1oAkBjb3kPSRyWlE0u5IDB1AumFwp83woD19bphc/JQIvsAACAASURBVHIvL/KvjxT/fQoE/k9SepjvB1Nohh66I2B7I0nvlHSn7qISCQLrJfB9ST9rvmenBxV/Jek0Sac238PTCVJnRUT6v3d22d5B0mbN9//0Mv/2ktL/7VLNz8pXk5RMsemBMi4I9EEgvdB0nYj4aR/JyFGGAAKAMlyXjIoAYElgbZYjAGhDr7O9CAA6Q0mg9RGw/Q5Jd1vfOv47BAoRQABQCCxhIVADAQQANUzhL58ZHF9FJRQxCgK2099Tk2w6/W2VaxgCv0x/w46IJMjngsDkCdhOUuYfNZ/nTL7fSht8S0QcUGltkykLAcBkRkkjEIBAfQQQALSYCQKAFvC624oAIIMlAoAMSOWXIAAoz5gMF7wXlZ53fiufX3M7DEkAAUA%2BfQQA%2BawKrkQAUBDuUKFtHyXpPkPlJ2/vBL4uae%2BIOKP3zCNKOHoBQGJtO/3DTv/AuSAAAQhAYH4EzpeUfnh/8/xap%2BMcAra3bF7G3jZnPWsgMACBE9fImR5s/Oo6akiCn90lpYfC0rVF8/8foGxSQmC9BI6MiAPXu4oFVRNAAFDFeBAA9DgGBAA9wl6cCgFAFWOYRxG2ryTpG5K2mkfHdFkZAQQAlQ2EciDQJQEEAF3SXDkWAoCV0c1zo%2B27SkqCqEk8QzHSKT4wIt440topGwIrEeBhxpWwdbkpnTB0%2BYg4u8ugxLowAQQA3BEQgAAEihFAANACLQKAFvC624oAIIMlAoAMSOWXIAAoz5gMDQHbl5P0JUk7AgUCQxBAAJBPHQFAPquCKxEAFIQ7VOhGnPvldAAdn9kNNYXe86Z5JwnAH3vPPJKEk/jw2vYmko7A8DGSu44yIQABCHRL4PmSDomIP3cblmhTImD7aZKeM6We6AUCEIBA5QTSw3LXjIifVl4n5a2HAAKAKm4RBAA9jgEBQI%2BwF6dCAFDFGOZThO3bSHqfpM3n0zWdVkIAAUAlg6AMCJQggACgBNWlYyIAWBrZvDfw73bw%2BZ8uaWdO%2BBh8DhTQMwHbd5f09p7Tku7CBJ4fEU8GSjkCCADKsSUyBCAwewIIAFrcAggAWsDrbisCgAyWCAAyIJVfggCgPGMyrEHA9t6SPrrGIVHwgUBvBBAA5KNGAJDPquBKBAAF4Q4Z2vaVJX1W0g5D1kHuXgn8d0Q8vteMI0o2CQFA4t1IAI6XtOeI%2BFMqBCAAAQi0I/BJSbePiLPahWH31AnYvpSkkyTtNPVe6Q8CEIBABQTOk/ToiHhlBbVQQksCCABaAuxmOwKAbjhmRUEAkIWp9CIEAKUJE/9CBGxvKOlFkg4GDQR6JoAAoGfgpINAnwR4kbhP2gtzIQCoYgzjKML2LSV9fBzVTrbK9KzHLSPi/Ml2SGMQWAsB21tI%2BqGkdMIf1zAEksj4ehGRRCRcBQggACgAlZAQgAAELiCAAKDFnYAAoAW87rYiAMhgiQAgA1L5JQgAyjMmw0UIcOgZt8RQBBAA5JNHAJDPquBKBAAF4Q4d2vYNJH1A0uWHroX8vRH4t/QMX0Sk9xC41iAwGQFA6sn2lSR9TdIlmTIEIAABCEyewKmSdomIMyffKQ12QsD2jSV9WtLGnQQkCAQgAAEILCLwM0m7cVrXNG4QBABVzBEBQI9jQADQI%2BzFqRAAVDGG%2BRVh%2B3OSbjK/zul4QAIIAAaET2oIlCaAAKA04az4CACyMLHIdnpm4lhJt4PGoAQOiojXDFoBySEwEIHm5bPnSprUM1wD4Vw17a0i4hOrbmbfugkgAOAOgQAEIFCMAAKAFmgRALSA191WBAAZLBEAZEAqvwQBQHnGZLgIgeZw1JMlXRM4EOiTAAKAfNoIAPJZFVyJAKAg3BpC2767pLdJ2qCGeqihOIFzJO0bEemgYK41CEzuwyPbt5f0bl7u4z6HAAQgMHkCt4iIT02%2BSxrsjIDt9OJ/umf26iwogSAAAQhA4KIE0i/f%2B0UEJ6ZN5N5AAFDFIBEA9DgGBAA9wl6cCgFAFWOYXxG2d5N0yvw6p%2BMBCSAAGBA%2BqSFQmgACgNKEs%2BIjAMjCxCLbW0r6kaTtoDEYgdMk7RgRfxqsAhJDYEACtneW9FVJWw9YxtxTnxQR6UQprgIEEAAUgEpICEAAAhcQQADQ4k5AANACXndbEQBksEQAkAGp/BIEAOUZk2EtBGynE4%2B/JOmKAIJAXwQQAOSTRgCQz6rgSgQABeHWENp2evH/SZKeI2nDGmqihuIE0rNUt46ILxTPNKIEkxMAJPa2nyXpqUgARnQnUioEIACBfALnSnpCRByev4WVELiAgO2rSjqJB2i4IyAAAQgUI3BURNyvWHQC904AAUDvyNeWEAFAj2NAANAj7MWpEABUMYZ5FmH7XpKOkLTZPAnQdc8EEAD0DJx0EOiTAAKAPmkvzIUAoIox1F%2BE7XTq9lPqr3TSFf5XRKQHuLggMEsCzal%2Bn5d0/VkCqKfpfSLiuHrKmU4lCACmM0s6gQAEqiOAAKDFSBAAtIDX3VYEABksEQBkQCq/BAFAecZkWEDA9v0lvV7SRkCCQB8EEADkU0YAkM%2Bq4EoEAAXh1hK6%2Bfv5MZLuXEtN1FGcQHrfa9%2BISAJxLkmTFACkydp%2Bk6T0Ay8XBCAAAQhMi8B7ImL/abVEN30S4AOcPmmTCwIQmCGBq0fE92fY92RbRgBQxWgRAPQ4BgQAPcJenAoBQBVjmG8Rto%2BWdO/5EqDzHgkgAOgRNqkg0DcBBAB9E19rPgQAVYyh7iJsX1pSeoibB2iHHdXNI%2BKEYUsgOwSGJWD7AY2QbthC5p39TRGR5sDVMQEEAB0DJRwEIACBvxNAANDibuD5sRbwutuKACCDJQKADEjllyAAKM%2BYDOsgYPtFkh4HJAj0QQABQD5lBAD5rAquRABQEG5NoRsJwPGS9qypLmopSuCrkvaOiDOLZhlJ8CkLAC4n6VhJNxjJLCgTAhCAAATWT%2BATku4SEb9f/1JWQGDtBGxfRtKJknaGEQQgAAEIdEbgPEkHRUQyDnNNiAACgCqGiQCgxzEgAOgR9uJUCACqGMN8i2h%2BZ/yopOvOlwKd90QAAUBPoEkDgSEIIAAYgvrFciIAqGIMdRdh%2B0HNCVp1Fzrt6k6XtGNEnDXtNukOAusmYPsSkn4gKT3rxDUMgV9J2iki/jhM%2BulmRQAw3dnSGQQgMDgBBAAtRoAAoAW87rYiAMhgiQAgA1L5JQgAyjMmwzoINBLTkyVdAVAQKE0AAUA%2BYQQA%2BawKrkQAUBBubaFtX0vSVyRtXltt1FOEwPmSXhcRBxWJPrKgkxUApDnY3l7SlyXtMLK5UC4EIAABCFycwM8k3SwifgocCLQlYDu9yPE5SVu0jcV%2BCEAAAhD4C4H0NfXWEXE2PKZFAAFAFfNEANDjGBAA9Ah7cSoEAFWMYd5F2E5S2fTzzSbzJkH3hQkgACgMmPAQGJIAAoAh6f8tNwKAKsZQdxG2Pytpr7qrnHx1j4iIV02%2BSxqEQAYB22%2BSdP%2BMpSwpR%2BA5EfH0cuHnGdn20yQ9Z57d0zUEIACBogQQALTAiwCgBbzutiIAyGCJACADUvklCADKMybDegjYvpqkz0vaDlgQKEkAAUA%2BXQQA%2BawKrkQAUBBujaH5fljjVIrX9IyI%2BI/iWSpPMGkBQGLfvOD3BUmbVj4LyoMABCAAgcUE0ukfN4yIHwEJAl0QsJ1%2BBnplOq26i3jEgAAEIDBzAuk0nD0i4rsz5zDJ9hEAVDFWBAA9jgEBQI%2BwF6dCAFDFGOZdRPM741MkHTpvEnRfmAACgMKACQ%2BBIQkgABiS/t9yIwCoYgz1FmH75pI%2BLmnDequcfGWnpcMcIuLPk%2B%2BUBiGQQcD23SW9PWMpS8oR%2BJ2ka0RE%2BvrE1REB2/eWdHRH4QgDAQhAAAJ/J4AAoMXdgACgBbzutiIAyGCJACADUvklCADKMyZDBgG%2Bd2VAYklrAggA8hEiAMhnVXAlAoCCcGsNbTtJdJNMl2seBP4k6Y4Rcdw82l17l5MXAKS2bT9A0hFzHjS9QwACEBgxgfQN%2B34R8c4R90DpFRKwfVlJJ0japcLyKAkCEIDAmAgcGhGHjKlgas0ngAAgn1XBlQgACsK9aGgEAD3CXpwKAUAVY6CI5u/Kx0raDxoQKEQAAUAhsISFQA0EEADUMAUhAKhiDHUWYXsDScdIuludFc6mqvdGxF1m0y2NQmA9BGxvKelUSVsDazAC50u6a0S8d7AKJpjY9r0kvXWCrdESBCAAgaEJIABoMQFeomwBr7utCAAyWCIAyIBUfgkCgPKMyZBBwPbGkt4o6T4Zy1kCgZUIIADIx4YAIJ9VwZUIAArCrTm07adJ%2Bnck3zVPqdPa0kGFt4iIEzuNOqJgsxAApHnYfpak9FIKBv8R3aCUCgEIzJ5AOvHjiRFx2OxJAKAIAdu3k/R%2BSRsVSUBQCEAAAtMncIaknSPi9Om3Os8OEQBUMXcEAD2OAQFAj7AXp0IAUMUYKKL5m/JOkr4uaSuIQKAAAQQABaASEgK1EEAAUMUkEABUMYY6i7B9OUmnSEqiYK7hCBwQEW8ZLj2ZIVAfAdtPkfTc%2BiqbVUWflbR3RHhWXRds1vauzd9XCmYhNAQgAIFZEkAA0GLsCABawOtuKwKADJYIADIglV%2BCAKA8YzJkErB9RUlflLR95haWQWApAggA8nEhAMhnVXAlAoCCcGsObTu9G/xRSf8kaTbvRtc8kx5q%2B7mka0dEem9hdtdsbnKMV7O7t2kYAhCYBoHXSvqXiDh3Gu3QRW0Emp8PXi/pgNpqox4IQAACIyCQXljaMyK%2BOYJaKXFFAggAVgTX7TYEAN3yXGc0BAA9wl6cCgFAFWOgiL8SsH0rScdK2hQqEOiYAAKAjoESDgI1EUAAUMU0EABUMYY6i7D9KEmH81DQoPNJQtEdI%2BKsQasgOQQqI2A7iehOlrRNZaXNqZzz0oOjEfGZOTVdslfbV5X0/ZI5iA0BCEBgpgQQALQYPAKAFvC624oAIIMlAoAMSOWXIAAoz5gMSxCwfUNJSV63yRLbWAqBLAIIALIw/WURAoB8VgVXIgAoCLf20La3kPRJSTeqvVbq64zA5yTdIiLO6SziSALNRgDQfINNP%2BQeI%2BnOI5kPZUIAAhCYM4F3RMQ95gyA3vshYHszSZ%2BWlP4oxgUBCEAAAvkE0kPSj%2BEUnHxgY1yJAKCKqSEA6HEMCAB6hL04FQKAKsZAEX8l0FijXyDpcVCBQMcEEAB0DJRwEKiJAAKAKqaBAKCKMdRXhO1LSvqhpG3rq25WFf17RDxrVh3TLAQyCNhOzzUdn%2BS7GctZUo7AeyJi/3Lh5xfZtufXNR1DAAIQKE4AAUALxAgAWsDrbisCgAyWCAAyIJVfggCgPGMyLEnA9tMlPXvJbSyHwHoJIABYL6K/LUAAkM%2Bq4EoEAAXhjiG07d2aQ112HEO91NgJgaMlPSQizu4k2kiCzEoAkGZiO32Qn06o3GEkM6JMCEAAAnMjkD74Tfb33SLiT3Nrnn6HIdCc6PgRSRsOUwFZIQABCIyKQPpefVJEIE4Z1dhWKxYBwGrcOt6FAKBjoOsKhwCgR9iLUyEAqGIMFHFRAraTOO5mkIFAhwQQAHQIk1AQqI0AAoAqJoIAoIox1FeE7QdJen19lc2qovRQzp4RccqsuqZZCGQSsJ0EdC/KXM6yMgR%2BI%2BmyEXF%2BmfDzi2r765J2nV/ndAwBCECgKAEEAC3wIgBoAa%2B7rQgAMlgiAMiAVH4JAoDyjMmwAgHbX5F0PUmzeydsBVxsySSAACAT1AXvJn5K0s3zd7CyAAEEAAWgji2k7fS98ARJW46tdupdmcBTI%2BJ5K%2B8e4cZZ/rBneztJJ0q66ghnRskQgAAEpk4gffC7b0T8fOqN0l9dBGw/Q9IzJW1QV2VUAwEIQKA6AknQ848R8cXqKqOgzgkgAOgc6SoBEQCsQm3FPQgAVgTX7TYEAN3yJFpHBBprNC8odcSTMH8hgACAGwECEyaAAKCK4SIAqGIM9RVh%2B6OSbl1fZbOqKInArxsRZ82qa5qFQCYB25eQlD4r3zpzC8vKEODvsh1ytX2spP06DEkoCEAAAhCQEAC0uAsQALSA191WBAAZLBEAZEAqvwQBQHnGZFiBgO0rSfpSEtitsJ0tEFgrAQQA%2BTcGAoB8VgVXIgAoCHcsoW2nd6PvJSmdDM81DwJJNH5QRLx5Hu3O2PbUPLD5cUmXmcuw6RMCEIDACAj8OH3oGxHfHkGtlDgxArYvLSnZ%2BDh5YGKzpR0IQKBTAudJSua8F3QalWDVEkAAUMVoeNC0xzEgAOgR9uJUCACqGANFrI2A7XtIOlLSphCCQAcEEAB0AJEQEKiVAAKAKiaDAKCKMdRVhO1rSjpZ0iZ1VTa7ah4XES%2BeXdc0DIElCNh%2BhaRHLLGFpd0TOFPSjhHx2%2B5Dzy%2Bi7cMlPXp%2BndMxBCAAgaIEEAC0wIsAoAW87rYiAMhgiQAgA1L5JQgAyjMmw4oEbD9M0kv5e%2BeKANl2MQIIAPJvCgQA%2BawKrkQAUBDu2ELbPjQ93z62uql3ZQLp7/a3i4gvrBxhRBuT5WK2l%2B29JH2SH3hnewvQOAQgUB%2BBXSPim/WVRUVzIWA7mTC/J2mbufRMnxCAAASWJPC%2BiLjzkntYPmICCACqGB4CgB7HgACgR9iLUyEAqGIMFLE2Ao01%2BjhOjOX%2B6IgAAoCOQBIGAjUSQABQxVQQAFQxhrqKsJ0OCLhlXVXNrpo/SLpkRCTRKBcEILCAgO3bSEq/f3INS2D/iHjPsCVMI7vtgyS9ahrd0AUEIACBagggAGgxCgQALeB1txUBQAZLBAAZkMovQQBQnjEZWhCwfZikg1uEYCsE/kYAAUD%2BzYAAIJ9VwZUIAArCHVto2xtK%2BqCk246tdupdmcCvJe0eEb9YOcJINs5aAJBmZHs/ScdI2nIkM6NMCEAAAlMkcJqk%2B0UEDzFMcboj68l2Ok0jnarBBQEIQAACFyaQflHeMyJ%2BAJj5EEAAUMWsEQD0OAYEAD3CXpwKAUAVY6CIRQRsX0ZSenFsNyhBoCUBBAAtAbIdAjUTQABQxXQQAFQxhnqKsL2TpK9J2raeqmZZyXsj4i6z7JymIbAEAdtJVp4eWtt8iW0s7Z7AcRGxT/dh5xfR9q0lfVhSehCXCwIQgAAEuiGAAKAFRwQALeB1txUBQAZLBAAZkMovQQBQnjEZWhCwfXlJn5W0c4swbIXAXwggAMi/ERAA5LMquBIBQEG4YwxteytJn5B0wzHWT80rEThB0j4R8ceVdo9k0%2BwFAGlOtg9sXvTbYiRzo0wIQAACUyJwhqT7RsSxU2qKXsZNwPYbJd0//S1j3J1QPQQgAIHOCPxJ0j0i4v2dRSTQKAggAKhiTAgAehwDAoAeYS9OhQCgijFQxLoI2N67%2BcBoI0hBoAUBBAAt4LEVArUTQABQxYQQAFQxhnqKsP0oSS%2Btp6LZVnJgRBw52%2B5pHAJLELD9HElPW2ILS8sQuF5EJIEMVwsCtq8t6SuSNmsRhq0QgAAEIHBhAggAWtwRCABawOtuKwKADJYIADIglV%2BCAKA8YzK0JGD7cpK%2BJelSLUOxfeYEEADk3wAIAPJZFVyJAKAg3LGGbsQ4J0nafqw9UPfSBN4j6T5TlgDwUtsFAoDEIRmb08D5oGHpfydsgAAEILAygfMk3S0i3rtyBDZCoAAB21tKOlHSdQqEJyQEIACBMRJ4laRHRUT63s01IwIIAKoYNgKAHseAAKBH2ItTIQCoYgwUsS4Czd%2BTHyzptZCCQAsCCABawGMrBGongACgigkhAKhiDHUUYTs9A/BTSZepo6LZVnGmpB0i4vezJUDjEFiCgO1NJJ0u6RJLbGNp9wTeJ%2BkuEeHuQ88nou30PfiHktLn8FwQgAAEINANAQQALTgiAGgBr7utCAAyWCIAyIBUfgkCgPKMydABAdsHSzqsg1CEmDEBBAD5w0cAkM%2Bq4EoEAAXhjjm07VtK%2BviYe6D2pQikv90fEhHPXWrXiBYjAGiGZTud1vRESf8uaeMRzZBSIQABCIyVQHrIJ33dfXVEnD/WJqh7ugRs7yHpo5K2m26XdAYBCEAgi8DHJN0%2BIv6UtZpFkyKAAKCKcSIA6HEMCAB6hL04FQKAKsZAETkEbKeXAO6Ys5Y1EFgLAQQA3BYQmDABBABVDBcBQBVjqKMI2w9B3lTFLP4rIp5URSUUAYGRELB9nKTbjKTcqZb5K0m7RsRpU22wr75snyxp977ykQcCEIDADAggAGgxZAQALeB1txUBQAZLBAAZkMovQQBQnjEZOiJg%2ByhJ95bEe2IdMZ1bGAQA%2BRNHAJDPquBKBAAF4Y49dPMc6H9L2nzsvVB/FoFzJD0kIt6ctXpki/jB7iIDs50%2BcH6epA1GNkvKhQAEIDAmAudKenxEvHRMRVPr/AjYTn8IO3p%2BndMxBCAAgb8R%2BIOkPSPiWzCZJwEEAFXMHQFAj2NAANAj7MWpEABUMQaKyCFgewdJ35a0dc561kDgIgQQAHBLQGDCBBAAVDFcBABVjKGOImwnweWt6qhmtlWcLel6EfHd2RKgcQisQMD2QZJetcJWtnRL4LERwSmKLZnafqakZ7UMw3YIQAACEPg7AQQALe4GBAAt4HW3FQFABksEABmQyi9BAFCeMRk6ItB8fp3kaxx81hHTuYVBAJA/cQQA%2BawKrkQAUBDuFELbTn9bT39j55oHgd9J%2BoeI%2BP7U2kUAcJGJ2t5Y0qMlvUDShlMbOP1AAAIQqIBAOj34oZKOiojzK6iHEiCwkIDtjST9l6THgAkCEIDADAmkh3JvHRGfm2HvtNwQQABQxa2AAKDHMSAA6BH24lQIAKoYA0XkErCdTmJ8v6TNcvewDgINAQQA3AoQmDABBABVDBcBQBVjGL4I25eV9BN%2BXht8Ft9rBABnDV4JBUBgRARsbyPpF5xSNPjQTpe0U0Sk3%2BO4ViRg%2B1qSEE6vyI9tEIAABNZCAAFAi9sCAUALeN1tRQCQwRIBQAak8ksQAJRnTIYOCdi%2BoaQT%2BFtCh1BnFAoBQP6wEQDksyq4EgFAQbhTCG17C0mvlXSfKfRDD1kEfi1p74j4TtbqkSxCALCWQdlOL/4/WVIyDychABcEIAABCHRDIH0g/vj0Q1REuJuQRIFAWQKNHOjDkm5ZNhPRIQABCFRHIP1O9AK%2BZ1c3l14LQgDQK%2B5FyRAA9DgGBAA9wl6cCgFAFWOgiFwCtjeQ9CLEcbnEWLcGgWSevjSCTO4JCEyTAAKAKuaKAKCKMQxbRPOz2jsl3WXYSsgu6akR8TxIQAACyxOw/cLmM/blN7OjSwIPjIg3dhlwjrFsnypphzn2Ts8QgAAEChBAANACKgKAFvC624oAIIMlAoAMSOWXIAAoz5gMHROwnQ5DfWLHYQk3fQKnRUQS6nJlEEAAkAGp/BIEAOUZjz5DIwr/mKTdRt8MDeQSOFHSvhFxRu6G2tchAFjHhGw/tnl4E06138nUBwEIjIHAeZIeFBFHjqFYaoTAmgQa%2B9dP04P5kIEABCAwEwKviIh/mUmvtLnu34u/KmkPIA1KAAFAj/gRAPQIe3EqBABVjIEiliVg%2BzhJt1l2H%2BtnTeB3EXHJWROgeQhMmAACgCqGiwCgijEMW4TtK0v6pqR0wgfXcASSIHx7Ts4ebgBkHjcB29eX9AVJG427k9FX/4GIuMPouxi4AdsfSg9fDlwG6SEAAQhMhQACgBaTRADQAl53WxEAZLBEAJABqfwSBADlGZOhAAHb6eW3G0niXagCfCca8msRcb2J9tZ5WwgAOke6SkAEAKtQm%2BEe21s1nxfuOMP259rypyTtExHnTAEAP8ytY4rNib8HSXoxH6RN4XanBwhAYEACZ0s6UNK7ONVswCmQuhUB2zeWdLykTVsFYjMEIACB%2Bgn8SNINI%2BL0%2BkulwtIEbCMAKA15/fERAKyfUWcrEAB0hrJNIAQAbeixdzACtq8j6UuSNh%2BsCBKPjQACgLFNjHohsAQBBABLwCq3FAFAObajiWz7EZJezkOug4/siIh40OBVUAAERkrA9iUk/VzS1iNtYSplnytp14j43lQaGqIP28%2BU9KwhcpMTAhCAwAQJIABoMVQEAC3gdbcVAUAGSwQAGZDKL0EAUJ4xGQoQsH1NSZ%2BXtG2B8IScJgEEAEvMFQHAErDKLUUAUI7t5CLbvpWkj02uMRpaRODPkl4SEU%2BYAiIEABlTtH2IpPQBBDbtDF4sgQAEIHARAmdJOiQikkyFCwKjJmD7fpJeJSk9aMMFAQhAYIoETpW0S0ScOcXm6Gl5AggAlmdWYAcCgAJQF4VEANAj7MWpEABUMQaKWIWA7XtIerOkTVbZz57ZEfhCROw5u65pGAIzIYAAoIpBIwCoYgzDFWE7/Uz2ZUm7DVcFmRsCd42Id0MDAhBYnYDt/5T0b6tHYGdHBN4naX8OPVidJi%2Bwrc6OnRCAAATWQgABQIvbAgFAC3jdbUUAkMGSn58yIJVfggCgPGMyFCJg%2B76SXidps0IpCDstAh%2BJiH2n1VK5bhAAlGO7RGQEAEvAYqlkOx1q%2Bxqe65rV3TCJrxMIADLuWduJ08M5HSADFksgAAEIXJzAAyPijYCBwFQI2H62pKdPpR/6gAAEIHARAvtFxIegAoG/EkAAUMW9gACgxzEgAOgR9uJUCACqGANFrELAdhLIvlPSnVbZz57ZETg2Im4/u65pGAIzIYAAoIpBIwCoYgzDFWH7rs3PZsMVQea/ErhkRPwOHBCAwOoEmt83/5%2BkTVePws4OCJwh6foR8cMOYs0yRPMM3u8lbTlLADQNAQhAoFsCCABa8EQA0AJed1sRAGSwRACQAan8EgQA5RmToSAB2y%2BX9MiCKQg9HQJ8b15ilggAloBVbukkXuwth4fIFyXQ/G0yPde1P3RmQ%2BAcSdeJiO%2BPuWMEAJnTs72xpIMlPZMPETce8AAAIABJREFUITKhsQwCEJg7gbOar5tvwIA/91thWv3bTg/WHC7pIZI2mFZ3dAMBCMyYwJ/TH/oj4rUzZkDrayGAAKCK2wIBQI9jQADQI%2BzFqRAAVDEGiliVgO1LSvqUpN1XjcG%2B2RB4bkQ8bTbd0igEZkYAAUAVA0cAUMUYhinC9oaSPizp1sNUQNY1CPxXRDwJIhCAQHsCtj8o6XbtIxGhBQFLenREpJcnuFYkYPtFkh634na2QQACEIDA3wkgAGhxNyAAaAGvu628ZJjBEgFABqTySxAAlGdMhoIEbF%2B%2B%2Bfx6l4JpCD0NAs%2BKiH%2BfRivlu0AAUJ5xRgYEABmQWHJhAs37we%2BSdAfYzIbAzyTtHRE/GWvHCACWnJztAyW9QtIWS25lOQQgAIE5ETi9eYnwmDk1Ta/zIWB7q%2Bbhwb3m0zWdQgACEyaQ7HavjwhMvxMe8qqtIQBYlVyn%2BxAAdIpz3cEQAPQIe3EqBABVjIEi2hBoHsb6qKSN2sRh7%2BQJ3D8i3jz5LmkQAjMlgACgisEjAKhiDMMUYfuKkr6N2H8Y/mtkPVPS9hHxh8EroQAITICA7YMkvWoCrYy9hfQsxBUj4uyxNzJU/bavJelkSekwHi4IQAACEFidAAKA1dkJAUALeN1tRQCQwRIBQAak8ksQAJRnTIbCBGxfRdKXJV2qcCrCj5vAQyLi9eNuob/qEQD0x3odmRAAVDGG8RVhewdJn5a08/iqp%2BIVCXxV0m0j4tcr7h90GwKAJfHbTsz2kfQeSZstuZ3lEIAABOZAID3Mc5uI%2BPwcmqXH%2BRKwnWRAX5J07flSoHMIQGAiBN4o6UERkU6u4YLAhQggAKjihkAA0OMYEAD0CHtxKgQAVYyBItoSsP0ASUe0jcP%2BSRO4bkScMukOaQ4CMyaAAKCK4SMAqGIMwxRh%2BzWSHjpMdrKuQSA9PHWLiDgPKhCAQHsCtreR9Lv2kYjQAYH7RcRRHcSZZQjb20r6nqTLzBIATUMAAhDojgACgBYsEQC0gNfdVgQAGSwRAGRAKr8EAUB5xmQoTKB5B%2BpRkg4vnIrw4yVwvqSbR8RnxttCv5UjAOiX94JsCACqGMM4i7B9OUknSUoyAK55EHhXRNxtjK0iAFhxarZvISmdznOFFUOwDQIQgMAUCfxA0oMj4vgpNkdPELgoAdu7SvoEDydwb0AAAiMm8H5J6UE1TuEa8RBLlo4AoCTd7NgIALJRtV%2BIAKA9ww4iIADoACIhhidgeyNJ75O03/DVUEGFBM6MiC0rrIuSIACBjgggAOgIZLswCADa8RvtbttXlfT90TYwrcKfEBEvmlZLdAOBYQnYfqWkhw9bBdklfTAi/hkSqxOw/TZJ91w9AjshAAEIQEASAoAWtwECgBbwutuKACCDJQKADEjllyAAKM%2BYDD0RsH2kpAN6SkeacRE4S9KNI%2BIb4yp7uGoRAAzHfo3MCACqGMN4i7B9B0lvlXSJ8XZB5UsSeImkf4uIPy25b9DlCABa4Ld9Y0nHSrp0izBshQAEIDAFAunE4N9IunVEnDyFhugBArkEmocJP48EIJcY6yAAgYoIpO/Zydp6RkU1UUplBBAAVDEQBAA9jgEBQI%2BwF6dCAFDFGCiiCwK209%2BNvykpWaO5ILAmgR9HxFVAAgEITJcAAoAqZosAoIox9F%2BE7UdKenn/mcl4EQLpwZkrRET6/JALAhDoiIDta0v6qqRNOgpJmNUInCNpp4hILwJxrUDA9tUkfUfShitsZwsEIAABCFxAAAFAizsBAUALeN1tRQCQwRIBQAak8ksQAJRnTIaeCNhOpxx/W9LWPaUkzXgI/FbSHhHx0/GUPGylCACG5d9kRwBQxRjGXYTtB0p6w7i7oPolCJwnKX3teMsSewZfigCg5QhsX0nScZJ2aRmK7RCAAATGTOC7kvaJiJ%2BMuQlqh8CqBGzftjnZcbNVY7APAhCAQM8E0iloN42IX/Wcl3QjI4AAoIqBIQDocQwIAHqEvTgVAoAqxkARXRGwfbt0MmBX8YgzGQJ8rZvMKGkEAmsngACgijsDAUAVY%2Bi/CNsnSbpe/5nJeBECvMjBLQGBAgRsb9UIAK5aIDwhlyNwbETcfrktrF6TgO1PS7oZVCAAAQhAYGUCCABWRichAGgBr7ut/N6YwRIBQAak8ksQAJRnTIYeCdjeS9JHJG3ZY1pS1U/gZ5KuPrYTkYfEigBgSPp/y40AoIoxjLsI20m2%2ByJJjxp3J1S/BIEzJd0zItKh8KO4EAB0MCbb20l6m6RbdRCOEBCAAATGRuBdkh4REaeNrXDqhUCXBGz/s6T072HTLuMSCwIQgEABAv8r6a4R8fUCsQk5MQIIAKoYKAKAHseAAKBH2ItT8VJsFWOgiK4I2N5A0kv4oKgropOJ87KIePRkuqERCEDgYgQQAFRxUyAAqGIM/RZh%2B46NrLffxGRbG4FbRMSnQAMBCHRPwPZzJT2l%2B8hEXJLA2ZJ2i4gfLLmP5Q0B2wdLOgwgEIAABCCwMgEEACujQwDQAl2XWxEAZNBEAJABqfwSBADlGZOhRwK20ztkh/K3hR6hjyPVcRGxzzhKraNKBABVzAEBQBVjmEYRtj8gKb0PxDUPAj%2BUdPOI%2BL8xtIsAoKMp2d5Y0icl3URSeqiTCwIQgMDUCZwv6QhJj4yIc6beLP1BIIeA7XRCQfp5YKOc9ayBAAQgMACB30q6cUQkCQAXBNZLAAHAehH1sQABQB%2BUmxwIAHqEvTgVAoAqxkARXROw/RlJN%2B06LvFGSyD9Pe2Vo62ewiEAgfUSQACwXkR9LEAA0AflinLYTn%2BX/6qkXSsqa66lpM8QLxkRv58rAPqGQEkCttMJfb%2BTtGHJPMTOIvAvEfGKrJUsuhgB25eVdCqfrXNzQAACEFiZAAKAldEhAGiBrsutCAAyaCIAyIBUfgkCgPKMyTAAAdvHS9pbEu%2BUDcC/wpSPjoiXVVhXtSUhAKhiNAgAqhjDNIqwvbmkn0hKh4TzvXEaY11fF2dIukZE/Gp9C4f%2B79yQHU6gkQAk0/YTOgxLKAhAAAK1Ekhf6w6LiPNqLZC6IDAEAdvpBL/Dh8hNTghAAALrIXCapDtHxOcgBYFcAggAckkVXYcAoCjeCwdHANAj7MWpEABUMQaK6JqA7fQi2pckbdZ1bOKNksAeEXHyKCunaAhAIIsAAoAsTKUXIQAoTbiy%2BLav1ggA0ouxXMMSeFlEpM9KuCAAgUIEbL9L0v6FwhM2n8BPIuLK%2BctZeVECtv9b0mMhAwEIQAACKxFAALAStgs22X6ypOe1CMHW9gQQAGQwRACQAan8EgQA5RmTYQACtndp/p6aXnjkgsClIiIdLsWVSQABQCaosssQAJTlO7votneXdIKkbWbX/Hwbfm9E3KX29hEAFJiQ7QdLeomkSxQIT0gIQAACQxM4S9JjIuK1QxdCfgjUSqCRAKSHFdKJQ1wQgAAEaiCQLHV3jIj0hwkuCGQTQACQjarkQgQAJeleJDYCgB5hL06FAKCKMVBECQK27yXpSEkbl4hPzNEQ%2BF1EXHI01VIoBCCwEgEEACth63oTAoCuiVYez3Y6gfkRlZc5h/LS54hXGcNpGXMYBj1Ol4Dt%2B0p6y3Q7HFVn942Io0dVcUXF2r6cpG9L4vfkiuZCKRCAwGgIIABoMSoEAC3gdbcVAUAGSwQAGZDKL0EAUJ4xGQYiYDvJBdPfF5AADDSDStL%2BMCKuWkktoykDAUAVo0IAUMUYplWE7TtIejMSgGnNdT3dpM%2BY/7Xmw5ERABS4H20nrjeU9HFJWxVIQUgIQAACQxFIZrfrSvq/iPBQRZAXArUTaH4WeJCk19VeK/VBAAKzIJC%2Bf%2B8eEf83i25pslMCCAA6xblqMAQAq5JbYR8CgBWgdb8FAUD3TIlYCQHbG0j6kKTbVlISZQxD4HUR8dBhUpMVAhDoiwACgL5IrzMPAoAqxtBPEbYvK%2BlUpLz98F5Pls9FxE2rqIQiIDBhAs1L0%2BklFK7hCRwv6VY1Pxw4PKLFFTR/K/mwpNvUXCe1QQACEKiUAAKAFoNBANACXndbEQBksEQAkAGp/BIEAOUZk2FAArZfLelhA5ZA6uEJvDki7j98GeOqAAFAFfNCAFDFGKZXhO0nSnrB9DqjowUEzpN0z4h4V62EEAAUnIztG0l6vaRdC6YhNAQgAIG%2BCHxR0kMj4pS%2BEpIHAmMnYPtgSYeNvQ/qhwAERk3gN5LuHhGfHHUXFD8YAQQAg6FfMzECgB7HgACgR9iLUyEAqGIMFFGKgO0tJX1a0h6lchC3agLnS7plRKQXRLggAIEJE0AAUMVwEQBUMYZ%2BiuBv8f1wzszy1Ih4XuZalkEAAi0I2H6jpANbhGBrNwT%2BkJ4Li4ifdhNuflFsp7%2BRfEHSJvPrno4hAAEItCKAAKAFPgQALeB1txUBQAZLBAAZkMovQQBQnjEZBiRg%2B9KSPiLpBgOWQephCTwyIl45bAnjy44AoIqZIQCoYgzTK8L2hpJeLOmRktL/m2v6BM6RdOeISAf7VHchACg8EtvbSDpG0q35R18YNuEhAIFSBP4s6QOS0g/IZ5RKQlwITJWA7QdJermkzabaI31BAALVEvitpNtHxOeqrZDCqieAAKCKESEA6HEMCAB6hL04FQKAKsZAESUJ2P5HScdJ2rRkHmJXSeBXkq4XET%2BvsjqKggAEOiOAAKAzlG0CIQBoQ29ke21/VtJeIyt7iuWmh2N2jIj0Mw8XBCBQmIDt7SX9RNLGhVMRfv0EOClv/YzWucL26yQ9uGUYtkMAAhCYGwEEAC0mjgCgBbzutiIAyGCJACADUvklCADKMybDwARsX0vS5yWld5%2B45kfgWhHxnfm13a5jBADt%2BHW0GwFARyAJc3ECtjeX9F5Jt4XPbAikn/tvFhE/qK1jBAA9TMR2MhQ/S9JTekhHCghAAAJdE0hfu14UEed2HZh4EJgDAdsbSLq/pCPm0C89QgAC1RA4XdKeEfG/1VREIaMkgACgirEhAOhxDAgAeoS9OBUCgCrGQBElCdhOf5e/n6QjS%2BYhdpUEvtEIAJJwkwsCEJgwAQQAVQwXAUAVYyhfhO29JX1KUvpbPNewBI6IiCRF5oIABHogYDu9%2BH%2BypPSQPtewBM6XtEtEfH/YMsab3faNJH1hvB1QOQQgAIFBCCAAaIEdAUALeN1tRQCQwRIBQAak8ksQAJRnTIaBCTSfXx/cnHY8cDWk75lA%2BltG%2BptG%2BtsG1xIEEAAsAavcUgQA5dgSWZLtLSV9RtJ1ATIbAkm6fP2ISO9hVHMhAOhpFLY3lHTf9BKtpO16SksaCEAAAm0InCbpkRHxzjZB2AsBCFxAwPZ9JL2BEx65IyAAgR4I/FrSPSPiEz3kIsXECSAAqGLACAB6HAMCgB5hL06FAKCKMVBEaQK2N5X0EUk3L52L%2BFUReEREvKqqiigGAhAoQgABQBGsywZFALAssRGut72RpOMl7TXC8qdWchKJ7xMRn5xaY/QDgZoJ2D5MUnpAn2t4Ak%2BOiOcPX8Y4K2ieqzsqfb41zg6oGgIQgMAgBBAAtMCOAKAFvO62IgDIYIkAIANS%2BSUIAMozJkMlBGy/VdK9KimHMvohcGBEcHDBCqwRAKwArfstCAC6Z0rEixCwfRNJ6Xn8zYAzGwLvTwf7RMQfaukYAUDPk7C9h6T3Stqp59SkgwAEILAMgXRa8L4R8cNlNrEWAhBYNwHb6cWOD0hKNjAuCEAAAiUI/EzSbSPiOyWCE3N%2BBBAAVDFzBAA9jgEBQI%2BwF6dCAFDFGCiiDwK2LyHpR5Iu00c%2BcgxO4A8RsfXgVVAABCDQCwEEAL1gXl8SBADrIzSB/257V0knSko/V3ENSyA9DL97RCTBOBcEINATAdvp98mfS0pCFK5hCZws6QYRcd6wZYw7u%2B3fStp23F1QPQQgAIHeCCAAaIEaAUALeN1tRQCQwRIBQAak8ksQAJRnTIZKCNi%2BoqRvSuIzzUpmUriM30i6dkT8qnCeSYZHAFDFWBEAVDGG6Rdh%2B0aSTuAg0OnPeo0OD4%2BIauTLCAAGuPdsb9%2BcALzvAOlJCQEIQGB9BI6W9Bge0FkfJv47BJYnYDv97HULSenf2eWWj8AOCEAAAusk8G1J%2B0XEj%2BEEga4IIADoimSrOAgAWuFbbjMCgOV4FVqNAKAQWMLWScD23SS9o87qqKpjAkdHxH07jkk4CECgUgIIAKoYDAKAKsZQtgjbz5L0DEk891AWdU70N0TEg3MWsgYCEOiWgO13Sdq/26hEW5HAnSIinQ7EtSIB2y%2BV9KgVt7MNAhCAwNwIIABoMXEEAC3gdbcVAUAGSwQAGZDKL0EAUJ4xGSoiYPvGkj4pafOKyqKUMgQ%2BJek2EfHnMuGnHRUBQBXzRQBQxRimX0TzDtAhkp49/W7psCFwjqR/i4jDaiDCB%2BEDTsH2M9PNwA/HAw6B1BCAwJoEkkn9%2BZL%2BKyLOBw0EIFCOgO2bSHq3pMuXy0JkCEBgZgS%2BJOmAiPjuzPqm3cIEEAAUBpwXHgFAHqdOViEA6ARj2yAIANoSZP/oCNh%2BmaRHSNpgdMVT8DIE7hcRRy2zgbUQgMB4CSAAqGJ2CACqGEO5ImxfStIPJW1TLguRMwmcLelqEZFOIeeCAAR6JmD7XpLe2nNa0q2dQDoF6lY8OL/67WF7K0knS7rK6lHYCQEIQGA2BBAAtBg1AoAW8LrbigAggyUCgAxI5ZcgACjPmAwVEbCdPrN%2BgaTHV1QWpZQhcO%2BIeFuZ0NOPigCgihkjAKhiDPMpwvarJT2E57tmM/MkAUjS3w8P3TECgIEnYPuGkj4kabuBSyE9BCAwXwKWlF7%2B3zsivjVfDHQOgf4J2D5F0m79ZyYjBCAwIQLp%2B/inJe0XEWdOqC9aqYQAAoAqBoEAoMcxIADoEfbiVAgAqhgDRfRJwPbGktJLAnv2mZdcvRI4XdIOEfGnXrOSDAIQGIwAAoDB0K%2BZGAFAFWMoV4Ttp0l6TrkMRF6CwLERcfsl1rMUAhDokIDtK0r6CQ8ddgh19VD/T9K1I%2BJnq4dgp%2B07SHqPpA2hAQEIQAAC6ySAAKDFDYIAoAW87rYiAMhgiQAgA1L5JQgAyjMmQ4UEbH8sSe4qLI2SuiHwk4i4cjeh5hkFAUAVc0cAUMUY5lOE7c0lnSTpmvPpevadniXpBhHxnSFJIAAYkn6T2/aVJL1Y0v4VlEMJEIDA/Aikk8ceHxG/nF/rdAyBYQnY3l5SOumRnwGGHQXZITBmAq%2BT9Bhe/h/zCOuuHQFAFfNBANDjGBAA9Ah7cSoEAFWMgSL6JmD7WpI%2Bzwm2fZPvLd%2BBEXFkb9lIBAEIDE4AAcDgI0gFIACoYgzlirB9oqQbl8tA5CUIHBQRr1liPUshAIGOCdg%2BRtI9Og5LuNUIHB4RB6%2B2lV2JgO1NJX1Q0i0hAgEIQAAC6ySAAKDFDYIAoAW87rYiAMhgiQAgA1L5JQgAyjMmQ4UEbO8iadCX3SrEMqWSDomIQ6fUUN%2B9IADom/ha8yEAqGIM8yrC9taSjpe0x7w6n3W3324kAGcPRQEBwFDkL5K3OeXpCZKeLCl9MeCCAAQgUJpAss8/MyL%2Bu3Qi4kMAAosJ2L6EpDdKupOkdOojFwQgAIEcAun7%2BJual///nLOBNRBYhQACgFWodb4HAUDnSNf5s9nDJb2yx5SkujgBBADcFbMlYPtekt7CCXeTuwV%2BLmn3iPjN5DqjIQhAYCEBBABV3BwIAKoYQ5kiGnnSKZI2KpOBqEsQOFfSVSLi1CX2sBQCEOiYgO3LSkqnzm/ScWjCrUbgyhHxk9W2sisRsL1F86LJjhCBAAQgAIGFBBAAtLg5EAC0gNfdVgQAGSwRAGRAKr8EAUB5xmSolIDtO0h6u6TNKi2RslYjkP6mmz6/RvCwGr%2B/7EIA0AJed1sRAHTHkkhLELCdBOXHSrr0EttYOm4CJ0i6fUT8YYg2EAAMQX0dOW1fvTGBpBOBuSAAAQiUIvA9SbeQ9IuIcKkkxIUABPII2N5A0r9LOiRvB6sgAAEI6MGSjuD7OHdCaQIIAEoTzoqPACALUzeLbCMA6AZlmygIANrQY%2B%2BoCTS/G6YT7vYZdSMUf1ECL4uIR4MFAhCYFwEEAFXMGwFAFWMoU4Tt9GBiOoGKa3gCb4mIA4YvgwogAAHbn5N0E0hUQeCJEfHCKioZcRG2D5L0qhG3QOkQgAAEShNAANCCMAKAFvC624oAIIMlAoAMSOWXIAAoz5gMFROw/S5J%2B1dcIqUtT%2BDFEfG45bexY00CCACquB8QAFQxhnkWYXtfSe9Dyjur%2Bb8wIp44RMcIAIagvp6ctq8g6RmSHsAXggoHREkQGDeBPzUfkP5nRKQ/SnFBAAIVEbB9b0mvkLRtRWVRCgQgUBeBX0m6d0R8oq6yqGaqBBAAVDFZBAA9jgEBQI%2BwF6dCAFDFGChiKAK202mNJ0u65lA1kLdTAr%2BUtFtEnNZpVIJBAALVE0AAUMWIEABUMYbui7B9XUlf6z4yEVcgkE6KumFEnLLCXrZAAAIdE7D9LEnP7Dgs4VYj8LWIuN5qW9n1VwK2N5R0tKR7QAUCEIAABNZKAAFAixsDAUALeN1tRQCQwRIBQAak8ksQAJRnTIaKCdhOpxsfJ%2Bn6FZdJafkEfiHpOhHx2/wtrFwbAQQAVdwXCACqGMM8i2j%2BdvlUSc%2BeJ4FZdp0%2BF336/2fvTuDua%2Bd68X%2Bu58HDg0zJkAplnklkKhGiozoapKQOZTpSadCcf6OKqEilQdIgJ53jGJIoQ0Q4GaIRkXNIUckQ%2Bf5fV21Cv/u5933vtfa69t7v9Xo9L6fzW9d1fa/3dz3Pff/2Xuuzkvzwtl/gKABg4Outqr5i9TbgT0qiVwP3SmkEdkTgDUnu01p7xo7Uq0wCBylQVddf3chwjYMEsGkCBM5L4CVJ7uThIRfJNgUEAGxT%2B8i1BABssQ0CALaIffRSAgCGaIMilhSoqtskeUqSCy1Zh7UnEXhwa%2B2hk8xkEgIEdkpAAMAQ7RIAMEQbpi%2Biqr4/Sb%2BhxrG8wOuTXLu19s/Ll6ICAgSq6ipJXuVFI8NcC3durfW/2zs2EKiqyyR5QZJP3mAaQwkQILCvAgIANuisAIAN8KYbKgBgDUsBAGsgzX%2BKAID5ja0wuEBV3SjJc5OcO3ipyjte4NGttfsff5ozjhMQAHCc0Fb%2BXADAVpgtcl4CVfVT/Tk9Sgcj8O4k/3Xbz2V6qHzw66uqLrd6CPAzBy9VeQQIjC3wy0ke1Frrbw12ECAwuEBVfWySJya59eClKo8Age0JPCHJfVtr/7S9Ja1EIBEAMMRVIABgi20QALBF7KOXEgAwRBsUsbRAVT0wycOTnLV0LdbfSOByrbV%2BY5iDAIEDExAAMETDBQAM0YZpi6iqHpD0N0kuMe3MZjulwGNaa/c95VjDCBCYQaCq%2BgPnnzvD1KY8ucBrklyntfavJx9qxIcLVNVNkvx%2BknPIECBAgMBHCAgA2OCCEACwAd50QwUArGEpAGANpPlPEQAwv7EVBheoqv7c2d2TPG7wUpV33gLvSvJJrbW3gdpcQADA5oYTzCAAYAJEU2wmUFU9HOf5SW6w2UxG75BAD0a/bWvtRduqWQDAtqQ3XKeq7pfkO5NcdsOpDCdA4LAE3pTkIUl%2BvrX2gcPaut0S2G2Bqjpfkv6WwAckOf9u70b1BAhsIPCPSX6k/9Nae%2B8G8xhK4FQCAgBOxTb1IAEAU4uex3wCALaIffRSAgCGaIMilhaoqoskeVqSWy5di/VPJdAf8LhXa%2B0XTzXaIAIEdl5AAMAQLRQAMEQbpi2iqr42ySOnndVspxR4X5KrttZef8rxhhEgMINAVX12kqcnOXuG6U15MoF%2BU/1NWmuvOtkwZ59JoKq%2BO8n30CFAgACBjxAQALDBBSEAYAO86YYKAFjDUgDAGkjznyIAYH5jK%2ByIQFX9WpIv2ZFylfmRAv05kv/eWutvqnZMICAAYALEzacQALC5oRkmEKiqyyR5bv/ebILpTLEbAv1z/89qrf3tNsoVALAN5YnWqKr%2B8P%2BTk3xqkv5QoIMAAQJHCfSbbv44yR239QNFKwgQmEegqu6R5CeT9Ic/HAQIHJbA2/sH5q213zmsbdvtSAICAIbohgCALbZBAMAWsY9eSgDAEG1QxAgCqxCA1yb5%2BBHqUcOJBF7YWrvZiUY4mQCBvRIQADBEOwUADNGG6YpYheY%2BL8lNp5vVTBsIPLO1dvsNxhtKgMAMAlV16ST9xrOPm2F6U55c4JGtta87%2BTAjPlqgqs5J0r8vu0US9zu6RAgQIPDvAgIANrgSBABsgDfdUAEAa1gKAFgDaf5TBADMb2yFHRFYPeD4p0kutiMlK/M/BPp/y67ZWuv3pDomEBAAMAHi5lMIANjc0AwTCVTVNZP0N8JfdKIpTTO%2BQP%2Bd6EattX%2Beu1QfiM8tPPH8qy807rZ6EPDciac3HQEC%2ByHw7iT/LclvtNb628YcBAjssEBV9d/Xrpbk8asQoB3ejdIJEDiBwHP6z3Nv0DqBmFNnERAAMAvrSScVAHBSsQ3OFwCwAd50QwUATGdppj0QqKovSvLEPdjKoW2hpzz33%2BkdBAgcqIAAgCEaLwBgiDZMV0RVfUqSVya54HSzmmkDgXu31n5mg/GGEiAwg8Dqe8VfTPIVM0xvypMLvDPJJ7fW3nryoUZ8tEBVfWySP0hyFToECBAg8G8CAgA2uBAEAGyAN91QAQBrWAoAWANp/lMEAMxvbIUdEqiqmyd5hpea7VDTkv5iyU9rrf2fnap68GIFAAzRIAEAQ7RBER8UqKq7JHkSkYMR%2BECSx7bW7j33jgUAzC080/xVdcUkj0pyuyTnm2kZ0xIgsFsC/5LkKUm%2B0cOCu9U41RJYR6CqLpnkh1c37Jx/nTHOIUBgZwUemeSbW2v9Z7uDwKICAgD0gfFYAAAgAElEQVQW5f/g4gIAttgGAQBbxD56KQEAQ7RBESMJVNXDkvQ3Bp41Ul1qOaNAJXlMa%2B1%2BfAgQOGwBAQBD9F8AwBBtmK6Iqnpyks%2BfbkYzbShw5dba6zacw3ACBGYQqKprJXlZkgvMML0pTy7wna217zv5MCPOJFBV10nyO0kuQ4gAAQIEBABscg0IANhEb7KxAgDWoBQAsAbS/KcIAJjf2Ao7JLAKH3z46vvrHar8oEt9XGvtKw9aYIbNCwCYAfXkUwoAOLmZETMLVFX/LPibfD4/M/RY0z%2BotdZ/N5rtEAAwG%2B12Jq6qfpPDLyc5N4l%2BbofdKgRGE%2Bg3Fv9zkru21p46WnHqIUBgWoGqunOSxyf5mGlnNhsBAgMIvC1Jf1Nof5OZg8AQAgIAhmiDAIAttkEAwBaxj15KAMAQbVDESAJVdaEkz0tyo5HqUssZBd6e5BqttbfwIUDgsAUEAAzRfwEAQ7RhmiJWD/u9YprZzDKBwG%2B11r5ggnlMQYDATAJ%2BF5kJ9nTTvqK1dr3TDTXqTAJVddMkz09yNiECBAgcuMCvt9bueuAGp96%2BAIBT0005UADAGpoCANZAmv8UAQDzG1thBwWq6plJPnsHSz%2B0kv8uyae01t5xaBufe78CAOYWXmt%2BAQBrMTlpmwJV1V/u8sQkd9nmutZaVOC9Sfq9CS%2BaqwoPjM8lu8V5q%2BoKSR6c5P5bXNZSBAiMIdB/UPS3wD2itfa3Y5SkCgIE5haoqqv3f%2B%2BT3H7utcxPgMBWBD6Q5H8k%2BbbW2l9sZUWLEFhTQADAmlDzniYAYF7fj5hdAMAWsY9eSgDAEG1QxGgCVXWlJC9JcqnRalPPhwTeleS2rbUXMiFAgICH7oa4BgQADNGGaYqoqock%2Ba5pZjPLhgLvT3Kt1tqfbTiP4QQIzCjgv5sz4p586v7fzR7%2B3IP9HBMIrN42eackv5LkohNMaQoCBAjsqoAAgA06JwBgA7zphgoAWMNSAMAaSPOfIgBgfmMr7KBAVV0ryYtXLzLdwR0cRMn9OZM7ttaefRC73fImBQBsGfzMywkAGKINivhogaq6xCoE4LZ0DkbgnavvAfq9fZMfAgAmJ11uwqr6jCQPT9KTo6UcL9cKKxPYhkD/krinwzy4tfaCbSxoDQIExhKoqgsm6Tc93ifJx4xVnWoIEDiBwNuS/GSSH2itve8E45xKYCsCAgC2wnzcIgIAjhOa8M8FAEyIefqpBACc3s7IPReoqnsnecyeb3OXt/dDrbVv3eUNqJ0AgekEBABMZ7nBTAIANsAbaejqs/BXJLnKSHUdcC2vTHLj1lq/edRBgMCgAlV1tSSvHbS8Qyyr39txy9Zav8/DMZFAVX1jkh9Mcr6JpjQNAQIEdk1AAMAGHRMAsAHedEMFAKxhKQBgDaT5TxEAML%2BxFXZUoKo%2BN8lvJOn3MzvGE/jlJPdorfUXVDkmFhAAMDHo6aYTAHA6N6O2IFBVV07yB0kus4XlLDGGQP8O9XNaa38zdTkCAKYWXXi%2BqrpAknsledTCpVieAIF5BfoN3z/vC%2BJ5kc1OYBcEquo6SZ4vBGAXuqVGAv9JoH9BdPPW2l%2BxITCqgACAITojAGCLbRAAsEXso5cSADBEGxQxokBVnZXk15N84Yj1HXhN/U2O/Y2OHuY48AvB9gl8UEAAwBDXggCAIdqweRFVdc8kj918JjNMJPDjrbUHTjSXaQgQmFGgqp7WbzabcQlTry/QQ1Nu0lr74/WHOPM4garq9z0%2BKMkPJ3EP5HFg/pwAgX0UEACwQVcFAGyAN91QAQBrWAoAWANp/lMEAMxvbIUdFaiq/tLSxyX5sh3dwj6X3e8r79%2BT/Os%2Bb3LJvQkAWFL/Q2sLABiiDYo4SqCqLr8K6r0opYMR6KEP/efvpC%2BF9OH3nl4/qzTvb0ryFUnOv6fbtC0ChybwntVb3vqNNa87tM3bLwECRwtU1YWTfH%2BS%2BybpYUAOAgTGFnhXkof3f1prbx%2B7VNUduoAAgCGuAAEAW2yDAIAtYh%2B9lACAIdqgiFEFqqp/KfTsJJ86ao0HWNfrk9yqtfbGA9y7LRMgcISAAIAhLg0BAEO0YbMiqurcJH%2BY5NqbzWT0hAJXb6396YTzmYoAgZkEquoOSZ7i7egzAZ982h9srX3byYcZcV4CqxflfEuS73Ktu1YIEDhAAQEAGzRdAMAGeNMNFQCwhqUAgDWQ5j9FAMD8xlbYYYGquliS3%2Bxh6Tu8jX0rvf9367attVfv28ZG2o8AgCG6IQBgiDYo4pjPL%2B%2Be5JcoHZTA45N8dWutBwNPcggAmIRx3Emq6hZJHpHker7oGLdPKiNwjEBPfukpMN/cWnsxLQIECBwlUFW3TPLoJNdM0t8M6SBAYCyBnqbaP1Ttf6nzM32s3qjmCAEBAENcGgIAttgGAQBbxD56KQEAQ7RBESMLVNWVkjw3yRVGrvNAavv7JP%2BltdY/u3MQIEDgQwICAIa4GAQADNGGzYqoqhuuviM7Z7OZjJ5I4Ldba/2BYgcBAjsgUFWXTvLyJB%2B/A%2BUeQonvSHKl1lr/X8fEAlX17Um%2Bx71xE8OajgCB0QUEAGzQIQEAG%2BBNN1QAwBqWAgDWQJr/FAEA8xtbYccFqupTkjwvyWV3fCv7UP4/Jrl9a%2B1F%2B7CZkfcgAGCI7ggAGKINijhOoKoemORhSc4%2B7lx/vjcC39Nae8hUuxEAMJXkwPOs0o5vneRXk1xi4FKVRoDAfxZ4U5Iv7zc3tdZ6EICDAAEC5ymweiNSf3tEv8nBQYDAWAL9381HttbeNVZZqiFwtIAAgCGuDgEAW2yDAIAtYh%2B9lACAIdqgiNEFVgFwz0pygdFr3fP6vqi19qQ936PtESBwCgEBAKdAm36IAIDpTbc%2BY1X9SpIv3frCFjyTQCX5wtZaf5uXgwCBHRGoqv6mmX6/gWMMge9orX3/GKXsVxVV1W%2BevVeSR7mRdr96azcECJyngACADS4QAQAb4E03VADAGpYCANZAmv8UAQDzG1thDwSq6spJXprk4nuwnV3ewt2S/FprrX%2Be65hRQADAjLjrTy0AYH0rZy4osPrs8plJPmvBMiy9XYF/Wb0w8pemWFYAwBSKOzLHKt37/kn6Px%2B7I2Urk8ChCrw1ySOS/Gxr7W2HimDfBAicXqCqbpGkp0b5i8LpGY0kMJXA7yX5ltbai6ea0DwEtiUgAGBb0ue5jgCALbZBAMAWsY9eSgDAEG1QxC4IVNV/TdK/KLjwLtS7ZzX2L2q%2Bq7X20D3bl%2B0QIDCRgACAiSA3m0YAwGZ%2Bi4%2Buqqsnec3ihSjggwI91PQarbW/RkKAwO4IVNV1Vjffn393qt7rSv9Pkpu01vrfKR0TC6xupP2yJD%2BR5GMmnt50BAgQGFFAAMAGXREAsAHedEMFAKxhKQBgDaT5TxEAML%2BxFfZEoKrukqSHugqxX6ank75teJkt7M6qAgCG6JUAgCHaoIh1BKrqnCTPSPKZ65zvnL0Q6M%2BCfkZr7U823Y0AgE0Fd3B8VV1qlXh85yQX2sEtKJnAPgu8s6euJXmgtwPvc5vtjcD2BKrq65J8d5KLJfG73/borUSgJ6i%2BI8n3t9YehoPArgoIABiicwIAttgGAQBbxD56KQEAQ7RBEbsiUFUPSNJ/3/Qwx/aa9oH%2BMEFrrf9920GAAIEzCggAGOLCEAAwRBtOX0RV9Tckf9vpZzByYoGntdbuNPGcpiNAYAsCVfXcJLfcwlKWWE/gOq21V613qrNOI1BV/edVv%2B/mIqcZbwwBAgR2SEAAwAbNEgCwAd50QwUArGEpAGANpPlPEQAwv7EV9kigqr4oyRN8f73Vpvbvr3%2BhtXavra564IsJABjiAhAAMEQbFLGuQFVdM8kLhZeuK7YX5/VnRHvA%2Bps22Y2HwDbR2%2BGxVdVvCL1Gf0tRkp605SBAYHmB/gVkf1v3n7fW/nX5clRAgMC%2BCFTVlVb/fbn7vuzJPgjsgMAvJvn/Wmuv24FalUjgSAEBAENcHAIAttgGAQBbxD56KQEAQ7RBEbsiUFVnJelvt/s5N1FsrWuPSfINrbV3b21FCxEgsHMCAgCGaJkAgCHacPoiquq1Sa52%2BhmMnFjgyj7rnFjUdAS2JFBVX5vkkVtazjLHC/xRa%2B3Gx5/mjE0Equo6Sf53kk/cZB5jCRAgMLiAAIANGiQAYAO86YYKAFjDUgDAGkjznyIAYH5jK%2ByRQFWdneRLkvT7J4XYb6e3T0rypa21929nOat0AQEAQ1wHAgCGaIMiTiJQVTdM8jtJLnmScc7daYFnt9Zus8kOBABsorcnY1fJx/1NUbdOcoE92ZZtENgVgX9J8swkD2%2BtPWdXilYnAQK7KVBVn5fkO5PcIEl/SMRBgMC0Aj3A56WrB/%2BfOu3UZiOwjIAAgGXcP2pVAQBbbIMAgC1iH72UAIAh2qCIXRKoqv45/7eswl4vtEu171it/ff9fvPEPVtr/7xjtSuXAIEtCwgA2DL4mZcTADBEG05XRFXdOcn/PN1oo2YQ%2BOPW2vVnmNeUBAhsQaCqrp7kNVtYyhLrC9ystdbf9OSYUaCq%2BsP//YGTfj%2BcgwABAvsoIABgg64KANgAb7qhAgDWsBQAsAbS/KcIAJjf2Ap7KFBV90/yY0IAZm3uB5I8Mck9Wmv9mRTHFgUEAGwR%2B%2BilBAAM0QZFnERgdY/XvZP8RJLznWSsc3da4FdX95ud6mUzAgB2uvfTFr9KP356kssm6clbDgIE5hPoCWt/meRurbWXzbeMmQkQIPCfBVYfrD00yblJ/D7oIiEwjcC7ktwnyS%2B31mqaKc1CYHkBAQDL9yCJAIAttkEAwBaxj15KAMAQbVDELgpU1X1XXxD5bHf6BvaH/x/aWvv26ac2IwEC%2ByggAGCIrgoAGKINJy%2Biqvpbofp3aJ9w8tFGzCTQfw968Exzm5YAgS0IVNWzPQS9Bej1l/jB1tq3rX%2B6M08rsPq94pFJvtoNtadVNI4AgYEFBABs0BwBABvgTTdUAMAalgIA1kCa/xQBAPMbW2FPBVYvLesPqHtJ6fQ97t9f/0KS%2B7bW%2BnMpji0LCADYMviZlxMAMEQbFHEagar6hiQPO81YY3ZWoL%2B8/VGnec7EA1872/N5Cq%2Bq/oaonnzcv2i6%2BTyrmJXAwQv8dpIfSPLC1tr7Dl4DAAECiwhUVb958m5JvifJBRcpwqIE9kPgH5M8IsljW2tv3I8t2QWB/xAQADDE1SAAYIttEACwReyjlxIAMEQbFLGLAlV1VpK7JvnJJJfYxT0MWnN/W8I3Jnl0a63fSOEgQIDAsQICAI4l2sYJAgC2oTzDGlXV3zTf34rsc%2BsZfE855TVba94efko8wwiMIFBVN07yBx6AHqEb/1bDW5JcsbX2nmEq2vNCquoL%2Bs2VSS6351u1PQIEDktAAMAG/RYAsAHedEMFAKxhKQBgDaT5TxEAML%2BxFfZUYPX99e36S5WSXGpPt7nUth7SWuv3fzsWEhAAsBD8Ry4rAGCINijiNAJVdeH%2B7MHqPq/TTGHM7gn0wJ77tNZ%2B7qSlCwA4qdiBnF9V50vyhau3mN40yTkHsnXbJDCXwHuTvKgn9LTWnjLXIuYlQIDASQWq6hpJfjTJZyY596TjnU/ggAX6z/an9hCN1torD9jB1vdcQADAEA0WALDFNggA2CL20UsJABiiDYrYZYGquuPqpvYr7vI%2BBqn9bUm%2BqbX2i4PUowwCBHZEQADAEI0SADBEG05eRFU9ur%2B16OQjjZhJ4Lmttc%2BYaW7TEiCwJYGq6qEqL09y9S0taZnjBR7cWnvo8ac5YyqBqvrkJD%2BTpP9cO3uqec1DgACBBQUEAGyALwBgA7zphgoAWMNSAMAaSPOfIgBgfmMr7LlAVfW/h/UQgCvs%2BVa3sb1/SHL/1toTtrGYNY4WEAAwxNUhAGCINihiE4Gq%2Bv0kt9pkDmN3SuDtSW7bWnvZSaoWAHASrQM8dxUEcNUkv5XkKgdIYMsEphB4fpJ7J/mz1lpPbHEQIEBgKIFVymZ/28HTk1xnqOIUQ2BMgf6z/UuTvLm19oExS1QVgWkEBABM47jhLAIANgQ8yXABACfRmu1cAQCz0Zr4kASq6vJJ/iTJxQ5p3xPv9Z1JbtNae/HE85qOAIEDEBAAMESTBQAM0YaTFVFVl0zyVg/lncxt5rM/v7X2P2dew/QECGxBoKr624TuuYWlLLGewF8kuW5r7d3rne6sKQRW98F9S5Lvm2I%2BcxAgQGBhAQEAGzRAAMAGeNMNFQCwhqUAgDWQ5j9FAMD8xlY4AIGq6t9b9%2B9d%2B7NJjtMJvCXJ57TWesijY2EBAQALN%2BDflxcAMEQbFLGJQFVdIsmbvMhzE8WdG/svST65tdb7vtYhAGAtJid1gar6nCR3TfIlSc6hQoDAeQr0twL/epKfb631RB4HAQIEhheoqv7z/XZJ7pfkDsMXrEAC2xfoP9N/MslTWmv9Z72DwN4LCAAYosUCALbYBgEAW8Q%2BeikBAEO0QRH7IFBVH5Pkx5PcYx/2s%2BU99IC8B7TW/nLL61qOAIE9ERAAMEQjBQAM0YaTFVFV35vkO042ytkzCvx9kuud5AaUGWsxNQECGwpU1Q2TvHTDaQyfTqDf5Hej1tqrppvSTOsKVFV/q1YPAbjlumOcR4AAgQEFBABs0BQBABvgTTdUAMAalgIA1kCa/xQBAPMbW%2BFABFYhAD%2Bc5GsOZMtTbrPfu3q/1lp/CYBjAAEBAAM0QQDAEE1QxOYCq9/5fzvJBTafzQw7IvB7Se7SWuvfxR57CAA4lsgJHy1QVVdL8qAkd07ycUlcRy4TAv8uUP1NwEmekaQ/pPO3YAgQILCrAlV1tyT97QfXSHL%2BXd2HuglMINBvwHpFku9srfWf8Q4CByUgAGCIdgsA2GIbBABsEfvopQQADNEGReyTQFXdK8kPJbnUPu1rpr28M8lDW2veBDgTsGkJHIqAAIAhOi0AYIg2nKyIqnplkmufbJSzZxToQaj9ngAHAQJ7IlBVL0pykz3Zzj5s49lJPru19oF92Mwu7qGqHrD6Tvzjd7F%2BNRMgcPACAgA2uAQEAGyAN91QAQBrWAoAWANp/lMEAMxvbIUDE6iqr1x9f32ZA9v6abb7T0l%2BdvVsSr%2BX1TGIgACAIRrxla21xw1RiSIIbChQVV%2Bd5JFJLrThVIbvjsATk9yttfavx5Xswe3jhPz5GQWqql87H5vkq5I8OMklUBE4cIF3JPnGJE9O8vbWWg8DcBAgQGCnBaqq/wXiZkl%2BNMn1d3oziidwOoE/WqXNvrq15sPT0xkateMCAgCGaKAAgC22QQDAFrGPXkoAwBBtUMQ%2BCaw%2By730KrTyBvu0t4n38pf9wYskb/DwxcSypiNwgAICAIZougCAIdqwfhFVdbskT09y1vqjnDmzwDVaa6%2BdeQ3TEyCwRYGqul%2BSR21xSUudt0B/8P/GrbWXgVpOoKr6/W89OPGey1VhZQIECJxKQADAqdj%2BfZAAgA3wphsqAGANSwEAayDNf4oAgPmNrXCAAlX1CUken%2BQzDnD76275H5PcIcmLPJuyLtn2zhMAsD3r81hJAMAQbVDEVAJV1T%2Bj7C/wdByGQH/w/9Gtta89brsCAI4T8ufHClTVJZP05P/%2BpuB%2Bg6SDwKEIvC/Js5I8IUl/A0b/S5aDAAECeydQVedPcvsk907yuXu3QRsi8J8F%2Bs/3x6x%2Bvnvw3xVy0AICAIZovwCALbZBAMAWsY9eSgDAEG1QxD4KVNVFk9w3yTetwl33cZun3dNDkzy8tfbW005gHAECBD5cQADAENeDAIAh2rBeEVV1gSR/muSK641w1hYE/qi1duMtrGMJAgS2KFBV10zy6i0uaanjBX60tdb/nu5YWKCqbrN68Ue/9%2B3shcuxPAECBNYREACwjtIR5wgA2ABvuqECANawFACwBtL8pwgAmN/YCgcqUFXnJrnX6oWklztQhjNtu9%2Bz2u9f/e7WWn9JpWNAAQEAQzRFAMAQbVDEVAKrl3f%2BbJIvm2pO8%2ByEwD1aa790XpUKANiJPu5OkVV11SQ/keTTklx8dypXKYETCby9J6kl%2BQZvvTiRm5MJENgDgaq6VpLHJrlukv7hm4PAvgi8K0l/m1X/S9Sr9mVT9kFgUwEBAJsKTjJeAMAkjOtNIgBgPaeZzxIAMDOw6QlU1ccleWKSmyc53wGL9CTl/uDLl7bW/uSAHWydAIEZBAQAzIB68ikFAJzcbLERVXXrJM9erAALn0ngIa2170FDgMD%2BCVRV/w6kf9/nGEPgTT0Ap7XW/47qGECgqu6U5MeSXOnAPzcZoBtKIEDgGAEBABtcIgIANsCbbqgAgDUsBQCsgTT/KQIA5je2woELVNUnJXlckpsl6S8sO9SjfzbwN0m%2BsLX2kkNF2JV9CwAYolMCAIZogyKmFKiqiyV5fpJrTzmvuYYWeE%2BSfm/DHx5VpQCAofu3u8VVVf8S5HY9dSqJNK7dbaXKP1Lgr5L0G12e21p7AxwCBAgcqkBV9TceXCPJ16zSNy90qBb2vRcCPS21h1o8ugcAuMFqL3pqExMKCACYEPP0UwkAOL3diUcKADgx2RwDBADMoWpOAh8lUFUXXAUA9DcHfMoBAr01ydcneWpr7R8OcP%2B2TIDAzAICAGYGXm96AQDrOQ1xVlU9Ksn9hihGER8UuFFr7WU4CBDYP4GqummSF%2B7fznZ6R1/fWnvETu9gz4qvqgsn6f%2Bu/MDqJTh7tkPbIUBgTwQEAGzQSAEAG%2BBNN1QAwBqWAgDWQJr/FAEA8xtbgUCqqj/43wMAHpnkegdI8ndJviXJk3x/vRvdFwAwRJ8EAAzRBkVMLVBVn5Dk95Jceeq5zTeswF/334Naaz0I6D8dAgCG7dv%2BFFZVX5Dky1c3lF5mf3ZmJwci8H%2BT/EGSn2mtPfNA9mybBAgQWFugqj4xyVcm%2BZIkV09y1tqDnUhgOYEPJHlNkqf0h/9ba3%2B5XClWJjC2gACAIfojAGCLbRAAsEXso5cSADBEGxRxKAJVdU6Seyd5wIEEAbwxyROS/HBr7e2H0mf7JEBg%2BwICALZvfoYVBQAM0Ybji6iqSyZ5fZKLHn%2B2M7Yk8OLW2k22tJZlCBBYQKCq/jTJVRdY2pJnFugvo7h%2Ba%2B2fAI0lsHoA5YuT3D3JLZOcO1aFqiFA4MAFBABscAEIANgAb7qhAgDWsBQAsAbS/KcIAJjf2AoEPiSwCrLv9yTf50CCAPoDf09afX/9FpfC7ggIABiiVwIAhmiDIuYQqKrbJHl6kh6Q4zgMgZcnuW1r7e8/ersCAA7jAhhml1XVbyZ9aJL%2BpuALDFOYQgh8pMB7k/S3gD24tfYrcAgQIEBgPYGq6jc9/GSSq61%2Bzvtdcz06Z21HoJK8L8mfJ3lga%2B13t7OsVQjstoAAgCH6JwBgi20QALBF7KOXEgAwRBsUcYgCVXWP1We3l96zcLf%2Bd4F3JfmR/ua%2B1lr/e4GDAAECswoIAJiVd93JBQCsK7XweVX1Q6s3Gy1cieVXAv13p5u31rwd3CVBYI8FquoxqzC4Pd7lTm3t/Ulu3Vp7/k5VfWDFVtXlkzwkyZeu7nsTjH9g14DtEhhQQADABk0RALAB3nRDBQCsYSkAYA2k%2BU8RADC/sRUInFGgqu6UpD/LceEkZ%2B8RU3%2BB1TtX91s/pLX2L3u0t4PZigCAIVotAGCINihiLoGqul2Sp%2B3Zz8C5uPZl3v57z91ba/13hQ8dHsral/bu0D5W6cjXTdLTSO6fpL852EFgBIHXJXlkkt9L8orWWr/BxUGAAAECJxCoqvMluVaSO6zeIPnxJxjuVAJzCfRk1J9YJeG90gM/czGbdx8FBAAM0VUBAFtsgwCALWIfvZQAgCHaoIhDFaiqiyX59CTflOSz9sDhFatQg%2Be01v7vHuzHFggQ2BEBAQBDNEoAwBBtOO8iqqoHxr8qyVV2oNxDKfENq7dQv%2BNQNmyfBA5RoKpuluQFh7j3gff8tNZaf7DBMbhAVV0uSf936KtX977178cdBAgQWEJAAMAG6gIANsCbbqgAgDUsBQCsgTT/KQIA5je2AoEjBarq3CS3SvJ1/a24e/AQZP88/MeS/HZr7W%2B0fncFBAAM0TsBAEO0QRFzCVRVD7/58ST3m2sN8w4n8K9Jfro/h/XhIQACAIbr0%2BEVVFX9RtL7JrlBkivuwS/lh9fE3d1xf9vXXyV5SZLHt9aeubtbUTkBAgTGE1jdvNnfgPDlSW6Y5JLjVamiPRboN6j%2BUZLfTPK41lp/46eDAIETCggAOCHYPKcLAJjH9YyzCgDYIvbRSwkAGKINiiCQVNX1kjxwdVP71XbI5M1JXtyDPltrPejTQYAAga0LCADYOvmZFhQAMEQbzruIqrpxkv6m%2BX16e9MOyJ9niU9K8sWC0ne9jeoncLxAVf1xkv7yDsc4Atdtrb1ynHJUcpxAVV25v5EpSX8b19V9H36cmD8nQGBiAQEAG4AKANgAb7qhAgDWsBQAsAbS/KcIAJjf2AoE1hKoquuvnju6ZZKr7tDnym9a3cv6U55XWavVO3GSAIAh2iQAYIg2KGJugap6cpLPn3sd8w8j0J91vWdr7fEfrEgAwDC9UUhVXShJv5H021b/YTo/FQIzCbwnya8n%2Bf4kb2yt9f/bQYAAAQIzCazSxy6a5KuSfHuSS820lGkJdIG3J/mOJL%2BW5B9aaz0JzUGAwCkFBACcEm7aYQIApvU8z9kEAGwR%2B%2BilBAAM0QZFEPgPgaq6YJJrJvnuJHce2OZFSb61P/wvAGzgLimNwIEICAAYotECAIZow3kXUVV/luQqO1DqIZXo351D6ra9HrRAVfUA7w/dQHbQGONs/qdba/cZpxyVrCtQVedL0j8/%2BZzVfW/9oRQHAQIE5hYQALCBsACADfCmGyoAYA1LAQBrIM1/igCA%2BY2tQGBtgarqz8BdYPXi0XaV4tgAACAASURBVP7d8D3WHrz9E5%2BX5AeT/H6Sdwtd3X4D5lxRAMCcumvPLQBgbSon7rJAVX1ckv6d6sV2eR9qP5FADwG4fWvtOX2UAIAT2Tl5WwJVddkkN119MXL7JJ%2B0rbWts7cCr1%2B9Abj/Ber3W2v/sLc7tTECBAgMLFBV56x%2Bxt9x9eBID//xO%2BnAPduR0v48yVNX/7ygtfbuHalbmQSGFxAAMESLBABssQ0CALaIffRSAgCGaIMiCJxZoKo%2BNsmnJ/m0JP3NCjdLslSQa39bZf%2Bs7/eSvKy19gZ9I0CAwCgCAgCG6ISHmIdow9FFVNVNkvQAH8c4Aq9urV17nHJUQoDAnAKrN5e/zE2DcyqfeO7Xtdb6G%2BUdOy5QVZdPcp0kPQigf45ywySfsOPbUj4BAuMJCADYoCcCADbAm26oAIA1LAUArIE0/ykCAOY3tgKBUwtU1cVXf%2B/q31vfPEn/3PncU0%2B42cD%2B/fXvrj737p%2B5/JWH/jcDHXm0AIAhuiMAYIg2KGIbAlV1hdU9Uj4/3gb4GGv052Bv0Vr7Gw9bjdEQVRwjUFX9F/IHJblekh4OcGFoBM5DoJL8c5L%2BocsfJvmJ1lr/XwcBAgQIDCZQVbdIcr/VB2/9Z3xP5nQQOE7g/UnevPo5/1MfTDc7bpA/J0Dg5AICAE5uNsMIAQAzoB41pQCALWIfvZQAgCHaoAgC6wtUVX%2B73X9ZhQJcavXZ7UVXb75bf6Izn9l/9/%2Bn1T/vSPKaJE9O0v9bIeBzU13jCRCYTUAAwGy0J5lYAMBJtBY4t6oeluQbFljakkcLfHtr7QcAESBwOAJV9fzVd3SHs%2Bnxd/rFrbXfGL9MFZ5UoKp6AEB/Cc6nrgIV%2BwMp/fOTfg%2Bc%2B%2BBOCup8AgS6gACADa4DAQAb4E03VADAGpYCANZAmv8UAQDzG1uBwGQCVXXBVSDAF67CAHpAQH9j8kUm%2Bv66v5H3natnVd6e5NVJ/vfq%2B%2Bu/m2wjJhpeQADAEC0SADBEGxSxLYGq%2BoIkT0hyoW2taZ3FBfrzMtcVALB4HxRwEoGq6v%2BRusTq7VIP8EXkSfQO5tz%2B1q/HJnlWkne01t5zMDu3UQIECOywQFX1mxr6z/j7JPna1c0OO7wjpc8k0AN%2BfjrJI5K8vbXWP0h1ECAwo0BV/VKSq8y4hKmPF3h0a%2B3xx5/mjCkEVh%2BSfvMUc5nj1AIvaq19/alHG0iAwGICVdW/b%2Bif3/abKvo//WaK/ra7ayTpwQA93PX8xxTY34TQH/h/ZZI/TfKWJP3zvXf3myi8IWGx9lqYAIETClTVLyS5%2BgmHOX1agfu11l4%2B7ZRmm1Kgqp7hrdNTik4y1z1ba38yyUwmIUBgJwSq6tOSPHInij2cIvvff2/fWusPFDj2VKCqzkpyzurzk/6//Z%2BrJbl8v6EzSf%2BM5aZ7un3bIkBgOoFntda%2Bc7rpDmumqrr76oUlh7XxsXb71Nba941V0njVVNUNkzxqvMoOqqK/T/Il7lM7qJ7b7J4IfNjfvXoA2wf/DnaDD/v%2B%2BtqrYIDz2vGLVn/Yv2947erFVe9dfYfdv7/%2BwJ5w2cYJBarq0Un69eRYTuB7W2tPW255KxPYvkBV3TGJzwK2T7/kik8TALAkv7U3Fqiq/sXHpye51Sohud9EKhV5Y9mdmaDf/PuSJD2V/sVJXtBa%2B9udqV6hBAgQIHBGgdVDIzdP8hlJbrH6p6dvOg5PoP%2Bsf97qn%2Beuftb3N4A6CBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECOylgACAvWzr4W6qqi6W5C5JvizJNVdvD%2B6JXa713b8sKkl/y29/A9hLkzwhyf9qrfX0cwcBAgQI7LFAVfU3R35ekq9Jcq0kH7N6G4Kf7/vV9/6zviej/mOSP0/y2CRPbK29a7%2B2aTcECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEjhbw0JSrY28FquriSS6f5CpJbpfkDkmuvLcb3t%2BN/UmSZyd5apLXJXlza62HADgIECBA4AAFqupSSa6Q5CZJ7pzkTgfIsI9bfkYP9knywiRvaq29bR83aU8ECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEjhMQAHCckD/fK4Gq%2BsQkt0py0yRXS/IJq1CA8%2B/VRndzMx9I8lerN/6%2BPskLkjyvtfbXu7kdVRMgQIDANgSq6qwkt05ymyQ3SHIlP9u3IX/qNd6/%2BnnfQ33%2BOMlz%2Bj%2BttfeeekYDCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECOyRgACAPWqmrZxeoKrq9KONnECgv%2Bm3hzE4CBAgQIDAxgJVdU6SOyW5S5I7JrlAkh72I/BnY90TTfC%2BJB/851lJfjPJk1tr7z7RLE4mQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgcEACAgAOqNm2erSAAIDFrw4BAIu3QAEECBDYT4GqOjtJD5m5bJLLJ/nMJJ%2BW5FOT9D9zTCvw0iQvTvKcJG9K8v/6/7bWehCAgwABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBYwQEALhECCQRALD4ZSAAYPEWKIAAAQKHJ1BVN05y3VUYwJWTXHoVFHDxJBc6PJG1dvyeJH%2BX5G%2BTvC3JXybpD/2/JMkrWmsfWGsWJxEgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgcEYBAQAuDAICAEa4BgQAjNAFNRAgQOCABarqrCTnS3L%2BJGcnuVKSmye5fpKbJrnOgfK8KMlrkrw8yfNXD/y/P8m//eOB/wO9KmybAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBgNgEBALPRmniXBKqqdqnePaxVAMAeNtWWCBAgsE8CVdVDAS6f5LJJLpHk4kkuk%2BTjk1w0yScluXSSS67Oucig%2B39nkv%2BX5K1J3pHkDav/7f9/b1n9v9%2Be5M2ttTcNugdlESBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIENhbAQEAe9taGzuJgACAk2jNcq4AgFlYTUqAAAECSwpU1QdDAS6Q5LqrWq62Cgz4YGk3OqLGs5Kc%2B1F/1h/eP9PxviSv%2BLA/6A/yv3H1f786ybv7g/2ttb9Y0sPaBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgcLyAA4HgjZxyAgACAxZssAGDxFiiAAAECBEYSqKr%2Be/o5H15Ta%2B09I9WoFgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEphcQADC9qRl3UEAAwOJNEwCweAsUQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsLSAAIClO2D9IQQEACzeBgEAi7dAAQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAksLCABYugPWH0JAAMDibRAAsHgLFECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILC0gACApTtg/SEEBAAs3gYBAIu3QAEECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQJLCwgAWLoD1h9CQADA4m0QALB4CxRAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCwtIAAgKU7YP0hBAQALN4GAQCLt0ABBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECSwsIAFi6A9YfQkAAwOJtEACweAsUQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsLSAAIClO2D9IQQEACzeBgEAi7dAAQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAksLCABYugPWH0JAAMDibRAAsHgLFECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILC0gACApTtg/SEEBAAs3gYBAIu3QAEECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQJLCwgAWLoD1h9CQADA4m0QALB4CxRAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCwtIAAgKU7YP0hBAQALN4GAQCLt0ABBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECSwsIAFi6A9YfQkAAwOJtEACweAsUQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsLSAAIClO2D9IQQEACzeBgEAi7dAAQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAksLCABYugPWH0JAAMDibRAAsHgLFECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILC0gACApTtg/SEEBAAs3gYBAIu3QAEECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQJLCwgAWLoD1h9CQADA4m0QALB4CxRAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCwtIAAgKU7YP0hBAQALN4GAQCLt0ABBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECSwsIAFi6A9YfQkAAwOJtEACweAsUQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsLSAAIClO2D9IQQEACzeBgEAi7dAAQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAksLCABYugPWH0JAAMDibRAAsHgLFECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILC0gACApTtg/SEEBAAs3gYBAIu3QAEECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQJLCwgAWLoD1h9CQADA4m0QALB4CxRAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCwtIAAgKU7YP0hBAQALN4GAQCLt0ABBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECSwsIAFi6A9YfQkAAwOJtEACweAsUQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsLSAAIClO2D9IQQEACzeBgEAi7dAAQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAksLCABYugPWH0JAAMDibRAAsHgLFECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILC0gACApTtg/SEEBAAs3gYBAIu3QAEECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQJLCwgAWLoD1h9CQADA4m0QALB4CxRAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCwtIAAgKU7YP0hBAQALN4GAQCLt0ABBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECSwsIAFi6A9YfQkAAwOJtEACweAsUQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsLSAAIClO2D9IQQEACzeBgEAi7dAAQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAksLCABYugPWH0JAAMDibRAAsHgLFECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILC0gACApTtg/SEEBAAs3gYBAIu3QAEECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQJLCwgAWLoD1h9CQADA4m0QALB4CxRAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCwtIAAgKU7YP0hBAQALN4GAQCLt0ABBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECSwsIAFi6A9YfQkAAwOJtEACweAsUQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsLSAAIClO2D9IQQEACzeBgEAi7dAAQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAksLCABYugPWH0JAAMDibRAAsHgLFECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILC0gACApTtg/SEEBAAs3gYBAIu3QAEECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQJLCwgAWLoD1h9CQADA4m0QALB4CxRAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECCwtIAAgKU7YP0hBAQADNEGRSwr8NTW2ucuW4LVCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQKHLSAA4LD7b/crAQEALgUCEQDgIiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQILCwgAGDhBlh%2BDAEBAGP0QRWLCggAWJTf4gQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBRACAq4BAEgEALgMCEQDgIiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQILCwgAGDhBlh%2BDAEBAGP0QRWLCggAWJTf4gQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBRACAq4BAkqr6uySXhEHggAUEABxw822dAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQGENAAMAYfVDFwgJV9bokV1y4DMsTWFJAAMCS%2BtYmQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCQRAOAyIJBEAIDLgEAEALgICBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQILCwgAWLgBlh9DoKpenuT6Y1SjCgKLCAgAWITdogQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACB/xAQAOBqIJCkqp6T5DNhEDhgAQEAB9x8WydAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgTGEBAAMEYfVLGwQFX9VpLPW7gMyxNYUkAAwJL61iZAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIJBEA4DIgkKSqfiHJV8IgcMACAgAOuPm2ToAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIwhIABgjD6oYmGBqvqBJN%2B6cBmWJ7CkgACAJfWtTYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBBIIgDAZUAgSVV9fZKHwyBwwAICAA64%2BbZOgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIjCEgAGCMPqhiYYGqumuSX124DMsTWFJAAMCS%2BtYmQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCQRAOAyIJCkqm6Z5LkwCBywgACAA26%2BrRMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQJjCAgAGKMPqlhYoKqukOSNC5dheQJLCggAWFLf2gQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBJAIAXAYEVgJV9c4kFwZC4EAFBAAcaONtmwABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBhHQADAOL1QycICVfXCJDdduAzLE1hKQADAUvLWJUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAisBAQAuBQIrASq6kFJfhQIgQMVEABwoI23bQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGAcAQEA4/RCJQsLVNUNk7wkyVkLl2J5AksICABYQt2aBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIEPExAA4HIgsBKoqssmeW2Si0EhcIACAgAOsOm2TIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIwlIABgrH6oZkGBqrpIkj9KcrUFy7A0gaUEBAAsJW9dAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAAB2iV56QAAGwBJREFUAgQIECBAgAABAgQIECBAgMBKQACAS4HASqCq%2Br8Pv5vk1lAIHKCAAIADbLotEyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAmMJCAAYqx%2BqWVigqh6S5LsWLsPyBJYQEACwhLo1CRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIfJiAAwOVA4MMEqur6SV4OhcABCggAOMCm2zIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAwloAAgLH6oZoBBKrqzUkuN0ApSiCwTQEBANvUthYBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4AwCAgBcFgQ%2BSqCqfj7JV4EhcGACAgAOrOG2S4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECIwnIABgvJ6oaGGBqrp7kl9auAzLE9i2gACAbYtbjwABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECDwUQICAFwSBD5KoKqumeTVYAgcmIAAgANruO0SIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEC4wkIABivJypaWKCqzk7y5iQft3ApliewTQEBANvUthYBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4AwCAgBcFgTOIFBV35DkYXAIHJCAAIADaratEiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAmMKCAAYsy%2BqWligqs5O8g9JLrxwKZYnsC0BAQDbkrYOAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQOAIAQEALg0CRwhU1e8nuRUgAgciIADgQBptmwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC4AgIAxu2NyhYWqKpvTvLQhcuwPIFtCQgA2Ja0dQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECRwgIAHBpEDhCoKouneStgAgciIAAgANptG0SIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAEC4woIABi3NyobQKCqfjXJXQcoRQkE5hYQADC3sPkJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAscICABwiRA4D4Gq%2Bqwkz0xyNigCey4gAGDPG2x7BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwPgCAgDG75EKFxSoqkskeUOSiy5YhqUJbENAAMA2lK1BgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDgPAQEALg8CxwhU1Tcm%2BRFQBPZcQADAnjfY9ggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIHxBQQAjN8jFQ4gUFVvTXLpAUpRAoG5BAQAzCVrXgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAmgICANaEctphC1TVI5I88LAV7H7PBQQA7HmDbY8AAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAYX0AAwPg9UuEAAlV13SQvTXK%2BAcpRAoE5BAQAzKFqTgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDACQQEAJwAy6mHLVBVP5fkvx22gt3vsYAAgD1urq0RIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECuyEgAGA3%2BqTKAQSq6qpJXpzkYgOUowQCUwsIAJha1HwECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgRMKCAA4IZjTD1egqs5K8r%2BS3OlwFex8jwUEAOxxc22NAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQ2A0BAQC70SdVDiJQVZ%2BY5M%2BSnDNIScogMJWAAICpJM1DgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDilgACAU8IZdrgCVfW9Sb7jcAXsfE8FBADsaWNtiwABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIENgdAQEAu9MrlQ4iUFWfmOTPkpwzSEnKIDCFgACAKRTNQYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBDYQEAAwAZ4hh6uQFXdN8mjD1fAzvdQQADAHjbVlggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIHdEhAAsFv9Uu0gAlV1kSQvTHLtQUpSBoFNBQQAbCpoPAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBgQwEBABsCGn64AlV1hyRPP1wBO98zAQEAe9ZQ2yFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgR2T0AAwO71TMUDCVTVTyf5moFKUgqB0woIADitnHEECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgYkEBABMBGmawxSoqisleXmSix2mgF3vkYAAgD1qpq0QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECuykgAGA3%2B6bqgQSq6mZJXjBQSUohcBoBAQCnUTOGAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIDChgACACTFNdbgCVfX4JF9%2BuAJ2vgcCAgD2oIm2QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECOy2gACA3e6f6gcRqKrLJnlFkksPUpIyCJxUQADAScWcT4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBCYWEAAwMSgpjtcgar6rCS/neR8h6tg5zssIABgh5undAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGA/BAQA7Ecf7WIAgao6K8nDknzdAOUogcBJBQQAnFTM%2BQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBiQUEAEwMajoCVfWsJLchQWDHBAQA7FjDlEuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjsn4AAgP3rqR0tLFBVV0ryqiTnLlyK5QmcREAAwEm0nEuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQmEFAAMAMqKYkUFX/fzt30KppXYdx/DujlAPWSDalWTNmRpA721hOi4RQoTYuWrWqSISgMGlXlIvAlS17Ay0GFy2CdqFQu15Dr6TFLw4dZJIQR86c577/92c1zPDMc1/X53ef5bm%2BXf21epgGgZ0IGADYyaHEJECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBNYVMACw7m01O7HAzLxZ/frEMTyewEcVMADwUaV8jgABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBwnwQMANwnWF9L4ExgZv5Q/ZwGgR0IGADYwZFEJECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBNYWMACw9n21O7HAzFyr/lx9t7p64jgeT%2BDDBAwAeD8IECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAicWMABw4gN4/PoCM/PJ6t3qm%2Bu31XDHAgYAdnw80QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIE1BAwArHFHLTYuMDNfrN6pntt4VPGOK2AA4Li315wAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBDYiIABgI0cQoz1BWbmqeqf1WfWb6vhDgUMAOzwaCITIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECawkYAFjrntpsXGBmblb/qL608ajiHU/AAMDxbq4xAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsDEBAwAbO4g46wvMzLPVnerp9dtquCMBAwA7OpaoBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwJoCBgDWvKtWGxeYma9Uf6tubTyqeMcRMABwnFtrSoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECGxUwADARg8j1voCM/NY9U51e/22Gu5AwADADo4kIgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILC2gAGAte%2Br3cYFZuZm9afqW9XVjccVb20BAwBr31c7AgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYAcCBgB2cCQR1xaYmWvV36tvrN1Uu40LGADY%2BIHEI0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBNYXMACw/o013IHA%2BQjAm9UbO4gr4poCBgDWvKtWBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwI4EDADs6Fiiri8wM69Vv68eWb%2BthhsTMACwsYOIQ4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBxPwADA8W6u8cYFZuaZ6r3qsxuPKt5aAgYA1rqnNgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMAOBQwA7PBoIq8vMDO3qj9WL63fVsONCBgA2MghxCBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSOK2AA4Li313wHAjPzdvVqdW0HcUXct4ABgH3fT3oCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBgAQEDAAscUYV1BWbm7Gf0dvWX6vq6TTXbgIABgA0cQQQCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDg2AIGAI59f%2B13IjAzN6rfVD/bSWQx9ydgAGB/N5OYAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQWEzAAMBiB1VnbYGZeb66Uz2xdlPtTiBgAOAE6B5JgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELhbwACA94HAzgRm5gvV69UvdxZd3G0LGADY9n2kI0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBA4gYADgAEdWcU2BmXmh%2Bl11e82GWl2ygAGASwb3OAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDABwUMAHgnCOxcYGZeqe5UD%2B68ivinFTAAcFp/TydAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIZADAS0BgAYGZ%2BVz10%2BqN6voClVS4fAEDAJdv7okECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgf8RMADghSCwkMD5EMBb1cvV5xeqpsr9FzAAcP%2BNPYEAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAg8KECBgC8IAQWFJiZR6vfVj%2BpHlqwokoXL2AA4OJNfSMBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4J4EDADcE5cPE9iXwMzcqn5Y/ah6al/ppb1kAQMAlwzucQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBDwoYAPBOEDiAwMxcrX5cvV49WT10gNoq3puAAYB78/JpAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMCFCxgAuHBSX0hguwIzc/aL/2cDAK9Wv9huUslOIGAA4AToHkmAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQuFvAAID3gcBBBWbmevVK9UL1YnXjoBRq/1fAAIA3gQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBwYgEDACc%2BgMcT2ILAzDxQfb/6VfXV6pHqwS1kk%2BHSBAwAXBq1BxEgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIE/r%2BAAQBvBgEC7wucDwHcqL5cvVz9oPoaokMIGAA4xJmVJECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBLYsYABgy9eRjcAGBGbmyeo71XPV16uzvz9ePbCBeCJcnIABgIuz9E0ECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgY8lYADgY7H5TwSOLTAzD1ffq16qXqweO7bIEu0NACxxRiUIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBPQsYANjz9WQnsBGBmblePV7dqD5dPVrdrD5VPV194vzPuxPfqq6d/8O/q39tpM5RY7x35cqV145aXm8CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwBYE/gMr5KkQbMBtJAAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E") no-repeat center/contain;
}

/* line 2231, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper .login_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: var(--dark-grey);
  box-shadow: 0px 1px 0px var(--white);
  z-index: 1;
}

/* line 2243, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper .login_list h1 {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 133.4%;
  text-transform: capitalize;
  color: #252525;
  margin-bottom: 24px;
  padding-left: 18px;
}

/* line 2255, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper .login_list ul {
  margin-bottom: 24px;
  padding-left: 18px;
}

/* line 2259, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper .login_list ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 250%;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  color: #252525;
  padding-left: 40px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00016 11.1698L1.83016 6.99984L0.410156 8.40984L6.00016 13.9998L18.0002 1.99984L16.5902 0.589844L6.00016 11.1698Z' fill='%234CAF50'/%3E%3C/svg%3E") no-repeat left center;
}

/* line 2273, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper .login_list .informer {
  max-width: 470px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 20px 50px 20px 62px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.66);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM11 15H9V9H11V15ZM11 7H9V5H11V7Z' fill='%234CAF50'/%3E%3C/svg%3E") no-repeat left 20px center;
}

/* line 2289, app/assets/stylesheets/active_admin.scss */
body.logged_out.registration #content_wrapper .login_list,
body.logged_out.registration #content_wrapper .login {
  max-width: 50%;
  flex: 1 1 auto;
}

/* line 2297, app/assets/stylesheets/active_admin.scss */
.no_printing_supported {
  display: none;
}

/* line 2301, app/assets/stylesheets/active_admin.scss */
.rbc-agenda-empty {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* line 2311, app/assets/stylesheets/active_admin.scss */
.MuiIconButton-colorPrimary:hover {
  background-color: var(--button-outlined-hover);
}

/* line 2316, app/assets/stylesheets/active_admin.scss */
.MuiIconButton-colorPrimary:disabled .MuiSvgIcon-root {
  color: var(--button-disabled);
}

/* line 2322, app/assets/stylesheets/active_admin.scss */
.MuiButton-containedPrimary {
  color: var(--button-contained-color);
  background-color: var(--primary);
}

/* line 2326, app/assets/stylesheets/active_admin.scss */
.MuiButton-containedPrimary:hover {
  background-color: var(--button-contained-hover);
}

/* line 2330, app/assets/stylesheets/active_admin.scss */
.MuiButton-containedPrimary:disabled {
  color: var(--button-disabled) !important;
}

/* line 2333, app/assets/stylesheets/active_admin.scss */
.MuiButton-containedPrimary:disabled .MuiSvgIcon-root,
.MuiButton-containedPrimary:disabled .MuiButton-startIcon {
  color: var(--button-disabled) !important;
}

/* line 2339, app/assets/stylesheets/active_admin.scss */
.MuiButton-containedPrimary .MuiSvgIcon-root {
  color: var(--button-contained-color);
}

/* line 2344, app/assets/stylesheets/active_admin.scss */
.MuiButton-textPrimary,
.MuiSvgIcon-root {
  color: var(--primary);
}

/* line 2348, app/assets/stylesheets/active_admin.scss */
.MuiButton-textPrimary:disabled,
.MuiSvgIcon-root:disabled {
  color: var(--button-disabled);
}

/* line 2353, app/assets/stylesheets/active_admin.scss */
.MuiTab-root {
  color: var(--button-disabled);
}

/* line 2356, app/assets/stylesheets/active_admin.scss */
.MuiTab-root.Mui-selected {
  color: var(--text-color);
}

/* line 2360, app/assets/stylesheets/active_admin.scss */
.MuiTab-root .MuiSvgIcon-root {
  color: var(--button-disabled) !important;
}

/* line 2364, app/assets/stylesheets/active_admin.scss */
.MuiTab-root:hover {
  background-color: var(--button-outlined-hover);
}

/* line 2368, app/assets/stylesheets/active_admin.scss */
.MuiTab-root:disabled {
  color: var(--button-disabled);
}

/* line 2373, app/assets/stylesheets/active_admin.scss */
.MuiTabs-flexContainer:not([aria-orientation="vertical"]) {
  height: 48px;
}

/* line 2376, app/assets/stylesheets/active_admin.scss */
.MuiTabs-flexContainer:not([aria-orientation="vertical"]) .MuiSvgIcon-root {
  font-size: 18px;
  margin: 0;
  margin-left: 5px;
}

/* line 2383, app/assets/stylesheets/active_admin.scss */
.MuiSwitch-colorPrimary.Mui-checked {
  color: var(--primary) !important;
}

/* line 2387, app/assets/stylesheets/active_admin.scss */
.MuiInputLabel-root.Mui-focused {
  color: var(--primary);
}

/* line 2392, app/assets/stylesheets/active_admin.scss */
.MuiInputBase-root .MuiSvgIcon-root {
  color: var(--button-outlined-border);
}

/* line 2396, app/assets/stylesheets/active_admin.scss */
.MuiInputBase-root.label.Mui-focused {
  color: var(--primary);
}

/* line 2401, app/assets/stylesheets/active_admin.scss */
.MuiInputBase-root.MuiOutlinedInput-root.Mui-focused fieldset {
  border-color: var(--primary);
}

/* line 2408, app/assets/stylesheets/active_admin.scss */
.MuiOutlinedInput-input:-webkit-autofill, .MuiOutlinedInput-input:-internal-autofill-selected, .MuiOutlinedInput-input:-internal-autofill-selected:focus {
  box-shadow: 0 0 0 50px var(--background-main) inset !important;
  color: var(--text-color);
}

/* line 2417, app/assets/stylesheets/active_admin.scss */
.MuiSvgIcon-root.Mui-completed, .MuiSvgIcon-root.Mui-active {
  color: var(--primary) !important;
}

/* line 2423, app/assets/stylesheets/active_admin.scss */
.info_text {
  color: var(--text-info) !important;
}

/* line 2427, app/assets/stylesheets/active_admin.scss */
.warning_text {
  color: var(--text-warning) !important;
}

/* line 2431, app/assets/stylesheets/active_admin.scss */
.error_text {
  color: var(--text-error) !important;
}

/* line 2435, app/assets/stylesheets/active_admin.scss */
.CustomIconButton {
  color: var(--primary);
}

/* line 2438, app/assets/stylesheets/active_admin.scss */
.CustomIconButton .MuiSvgIcon-root {
  color: var(--primary);
}

/* line 2443, app/assets/stylesheets/active_admin.scss */
.CustomIconButton:disabled .MuiSvgIcon-root {
  color: var(--button-disabled);
}

/* line 2448, app/assets/stylesheets/active_admin.scss */
.CustomIconButton:hover {
  background-color: var(--button-outlined-hover);
}

/* line 2453, app/assets/stylesheets/active_admin.scss */
.MuiInputBase-colorPrimary .Mui-focused.MuiOutlinedInput-notchedOutline {
  border-color: var(--button-outlined-border) !important;
}

/* line 2460, app/assets/stylesheets/active_admin.scss */
.MuiButton-textPrimary:hover,
.MuiPickersDay-root:hover,
.PrivatePickersYear-yearButton:hover {
  background-color: var(--button-outlined-hover) !important;
}

/* line 2464, app/assets/stylesheets/active_admin.scss */
.MuiButton-textPrimary.Mui-selected,
.MuiPickersDay-root.Mui-selected,
.PrivatePickersYear-yearButton.Mui-selected {
  background-color: var(--button-outlined-border) !important;
}

/* line 2469, app/assets/stylesheets/active_admin.scss */
.MuiTabs-indicator,
.MuiSwitch-colorPrimary.Mui-checked + .MuiSwitch-track {
  background-color: var(--primary);
}

/* line 2474, app/assets/stylesheets/active_admin.scss */
.MuiButton-outlinedPrimary {
  color: var(--primary);
}

/* line 2477, app/assets/stylesheets/active_admin.scss */
.MuiButton-outlinedPrimary.MuiButton-outlined {
  border-color: var(--button-outlined-border);
}

/* line 2480, app/assets/stylesheets/active_admin.scss */
.MuiButton-outlinedPrimary.MuiButton-outlined:hover {
  background-color: var(--button-outlined-hover);
}

/* line 2484, app/assets/stylesheets/active_admin.scss */
.MuiButton-outlinedPrimary.MuiButton-outlined:disabled {
  color: var(--button-disabled);
  border-color: var(--button-disabled);
}

/* line 2488, app/assets/stylesheets/active_admin.scss */
.MuiButton-outlinedPrimary.MuiButton-outlined:disabled .MuiSvgIcon-root {
  color: var(--button-disabled);
}

/* line 2495, app/assets/stylesheets/active_admin.scss */
.documents_grid {
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
}

/* line 2499, app/assets/stylesheets/active_admin.scss */
.bg-file-info {
  background-color: var(--file-info);
}

/* line 2503, app/assets/stylesheets/active_admin.scss */
th.MuiTableCell-root {
  background-color: transparent;
}

/* line 2507, app/assets/stylesheets/active_admin.scss */
.document_folder {
  width: 168px;
  min-height: 168px;
  padding: 10px;
  background: transparent;
  border-radius: 10px;
  transition: background 180ms;
}

/* line 2515, app/assets/stylesheets/active_admin.scss */
.document_folder:hover {
  transition: background 180ms;
  background: var(--table-hover);
}

/* line 2520, app/assets/stylesheets/active_admin.scss */
.document_folder .MuiSvgIcon-root {
  fill: var(--folder-icon);
}

/* line 2524, app/assets/stylesheets/active_admin.scss */
.document_folder .relative > .MuiSvgIcon-root {
  fill: var(--button-outlined-border);
  width: 120px;
  height: 120px;
}

/* line 2531, app/assets/stylesheets/active_admin.scss */
.emp:empty {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2537, app/assets/stylesheets/active_admin.scss */
.emp:empty::after {
  font-size: 16px;
  content: "Loading, please wait ...";
}

/* line 2544, app/assets/stylesheets/active_admin.scss */
.graph_custom_select .MuiFormControl-root {
  padding-left: 16px;
}

/* line 2550, app/assets/stylesheets/active_admin.scss */
.Mui-disabled .MuiOutlinedInput-notchedOutline {
  border-style: dotted !important;
  border-color: #e0e0e0 !important;
}

/* line 2555, app/assets/stylesheets/active_admin.scss */
.Mui-disabled .MuiInputBase-input {
  -webkit-text-fill-color: #888888 !important;
}

/* line 2560, app/assets/stylesheets/active_admin.scss */
.lform {
  padding-bottom: 20px;
}

/* line 2564, app/assets/stylesheets/active_admin.scss */
.bottom-save-bar {
  border-radius: 6px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.18);
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--bottom-save);
}

/* line 2578, app/assets/stylesheets/active_admin.scss */
.bottom-save-bar .MuiButton-contained:hover {
  background-color: var(--white);
}

/* line 2584, app/assets/stylesheets/active_admin.scss */
.divider {
  margin-right: 4px;
  align-self: stretch;
  border-left: 1px solid var(--border-color);
}

/* line 2591, app/assets/stylesheets/active_admin.scss */
.terms h1 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

/* line 2597, app/assets/stylesheets/active_admin.scss */
.terms h2 {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 16px;
  margin-top: 36px;
}

/* line 2604, app/assets/stylesheets/active_admin.scss */
.terms h3 {
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 16px;
  font-size: 1rem;
}

/* line 2611, app/assets/stylesheets/active_admin.scss */
.terms p {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* line 2616, app/assets/stylesheets/active_admin.scss */
.terms ol {
  margin-left: 20px;
  padding-left: 20px;
  list-style: decimal;
}

/* line 2622, app/assets/stylesheets/active_admin.scss */
.terms ul {
  margin-left: 20px;
  padding-left: 20px;
  list-style: circle;
}

/* line 2628, app/assets/stylesheets/active_admin.scss */
.terms .terms-l2 {
  margin-left: -10px;
  padding-left: -10px;
}

/* line 2634, app/assets/stylesheets/active_admin.scss */
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

/* line 2640, app/assets/stylesheets/active_admin.scss */
.index_table .col-actions {
  width: 6rem !important;
}

/* line 2645, app/assets/stylesheets/active_admin.scss */
.bg-item-row:hover {
  background-color: var(--table-hover);
}

/* line 2649, app/assets/stylesheets/active_admin.scss */
.rbc-month-view,
.rbc-time-view {
  border: 1px solid var(--border-color) !important;
}

/* line 2654, app/assets/stylesheets/active_admin.scss */
.rbc-header {
  border-bottom: 1px solid var(--border-color) !important;
}

/* line 2658, app/assets/stylesheets/active_admin.scss */
.rbc-off-range-bg {
  background: var(--calendar-out-off-range) !important;
}

/* line 2662, app/assets/stylesheets/active_admin.scss */
.rbc-today {
  background: var(--file-info) !important;
}

/* line 2666, app/assets/stylesheets/active_admin.scss */
.rbc-time-header-content,
.rbc-day-bg + .rbc-day-bg,
.rbc-header + .rbc-header {
  border-left: 1px solid var(--border-color) !important;
}

/* line 2672, app/assets/stylesheets/active_admin.scss */
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid var(--border-color) !important;
}

/* line 2676, app/assets/stylesheets/active_admin.scss */
.calendar-event-file-is-closed {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2075 5.94825L8.16671 11.9891L4.87587 8.70742L3.58337 9.99992L8.16671 14.5833L15.5 7.24992L14.2075 5.94825ZM10 0.833252C4.94004 0.833252 0.833374 4.93992 0.833374 9.99992C0.833374 15.0599 4.94004 19.1666 10 19.1666C15.06 19.1666 19.1667 15.0599 19.1667 9.99992C19.1667 4.93992 15.06 0.833252 10 0.833252ZM10 17.3333C5.94837 17.3333 2.66671 14.0516 2.66671 9.99992C2.66671 5.94825 5.94837 2.66659 10 2.66659C14.0517 2.66659 17.3334 5.94825 17.3334 9.99992C17.3334 14.0516 14.0517 17.3333 10 17.3333Z' fill='white'/%3E%3C/svg%3E") no-repeat center right 2px;
  background-size: 14px;
}

/* line 2681, app/assets/stylesheets/active_admin.scss */
.calendar-event-overdue {
  position: relative;
  /* Makes sure the absolute positioning is relative to this div */
}

/* line 2684, app/assets/stylesheets/active_admin.scss */
.calendar-event-overdue:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='red'%3E%3Cpath d='m22 5.72-4.6-3.86-1.29 1.53 4.6 3.86zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9m0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
}

/* line 2698, app/assets/stylesheets/active_admin.scss */
.calendar-event-checked {
  position: relative;
  /* Makes sure the absolute positioning is relative to this div */
}

/* line 2701, app/assets/stylesheets/active_admin.scss */
.calendar-event-checked:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' aria-hidden='true' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
}

/* line 2715, app/assets/stylesheets/active_admin.scss */
.printable {
  display: none;
}

/* line 2719, app/assets/stylesheets/active_admin.scss */
.non_printable {
  display: block;
}

/* line 2724, app/assets/stylesheets/active_admin.scss */
.rbc-agenda-view .rbc-header {
  border: 1px solid var(--border-color) !important;
}

/* line 2728, app/assets/stylesheets/active_admin.scss */
.rbc-agenda-view thead th {
  background: var(--background-main);
}

/* line 2733, app/assets/stylesheets/active_admin.scss */
.MuiLinearProgress-root {
  background-color: var(--progress);
}

/* line 2736, app/assets/stylesheets/active_admin.scss */
.MuiLinearProgress-root .MuiLinearProgress-bar {
  background-color: var(--primary);
}

/* line 2741, app/assets/stylesheets/active_admin.scss */
.paginated_collection {
  overflow-x: scroll;
}

/* line 2745, app/assets/stylesheets/active_admin.scss */
.notes-badge .MuiBadge-dot {
  background-color: var(--primary) !important;
}

/* line 2752, app/assets/stylesheets/active_admin.scss */
.MuiSvgIcon-colorSecondary {
  color: var(--secondary) !important;
}

/* line 2756, app/assets/stylesheets/active_admin.scss */
.tab_max_width {
  max-width: 180px !important;
}

/* line 2760, app/assets/stylesheets/active_admin.scss */
.text-10px {
  font-size: 10px !important;
}

/* line 2764, app/assets/stylesheets/active_admin.scss */
.locked-files-tabs {
  background-color: var(--section-color);
  margin-bottom: 0px;
}

/* line 2769, app/assets/stylesheets/active_admin.scss */
.locked-files-tabs .MuiTab-root.Mui-selected {
  border-bottom: 0;
}

/* line 2774, app/assets/stylesheets/active_admin.scss */
.locked-files-tabs .MuiTab-root.Mui-selected .MuiTypography-body1.file_title {
  opacity: 100 !important;
}

/* line 2784, app/assets/stylesheets/active_admin.scss */
.app_files .file-no-scroll .pay-details-button {
  position: absolute !important;
  top: 1.64rem !important;
  right: 9rem !important;
}

/* line 2791, app/assets/stylesheets/active_admin.scss */
.app_files .file-scroll {
  overflow: auto;
}

/* line 2795, app/assets/stylesheets/active_admin.scss */
.app_files .file-scroll .pay-details-button {
  position: absolute !important;
  top: 4.64rem !important;
  right: 9rem !important;
}

/* line 2801, app/assets/stylesheets/active_admin.scss */
.app_files .file-scroll .general_menu_tabs {
  background-color: var(--button-outlined-hover);
  position: sticky !important;
  top: 0;
  width: calc(100% + 64px) !important;
  left: 0;
  z-index: 2;
}

/* line 2809, app/assets/stylesheets/active_admin.scss */
.app_files .file-scroll .general_menu_tabs .tabs_border {
  position: relative;
  z-index: 1;
}

/* line 2814, app/assets/stylesheets/active_admin.scss */
.app_files .file-scroll .general_menu_tabs:after {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--button-outlined-hover);
}

/* line 2831, app/assets/stylesheets/active_admin.scss */
div[data-react-class='PageApp'][data-react-props*='"type":"files"'] .file-scroll {
  height: calc(100vh - 366px);
}

/* line 2836, app/assets/stylesheets/active_admin.scss */
div[data-react-class='PageApp'][data-react-props*='"type":"files"'][data-react-props*='"is_new":true'] .file-scroll {
  height: calc(100vh - 315px);
}

/* line 2843, app/assets/stylesheets/active_admin.scss */
.menu_item a.beta_tag:after,
.beta_tag .MuiTypography-subtitle1:after,
.beta_tag .MuiTypography-subtitle2:after,
.beta_tag.MuiButton-colorPrimary:after {
  margin-left: 8px;
  border-radius: 9px;
  padding: 2px 6px;
  font-weight: 500;
  font-size: 10px;
  content: "Beta";
  background-color: var(--headline-color);
  color: var(--background-main);
}

/* line 2858, app/assets/stylesheets/active_admin.scss */
.beta_tag .MuiTypography-subtitle1:after, .beta_tag .MuiTypography-subtitle2:after {
  background-color: rgba(0, 0, 0, 0.12);
  color: black;
}

/* line 2863, app/assets/stylesheets/active_admin.scss */
.beta_tag.MuiButton-colorPrimary.MuiButton-outlinedPrimary:after {
  background-color: rgba(76, 175, 80, 0.12);
  color: #388e3b;
}

/* line 2868, app/assets/stylesheets/active_admin.scss */
.beta_tag.MuiButton-colorPrimary.MuiButton-containedPrimary:after {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* line 2874, app/assets/stylesheets/active_admin.scss */
.file-footer {
  color: var(--text-color);
}
