/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.M8Qq4G_icon {
  height: 2rem;
}

.M8Qq4G_iconSmall {
  height: 1.25rem;
}

.M8Qq4G_iconExtraSmall {
  height: 1rem;
}

._81xZnG_logoWrapper {
  min-height: 2rem;
}

._81xZnG_logoLink {
  margin: .5rem 0;
  display: block;
}

._81xZnG_logo {
  height: 1.9rem;
  line-height: 1rem;
}

._81xZnG_slogan {
  font-size: 1.25rem;
  font-weight: 400;
}

.wEOZ8a_pagination {
  justify-content: flex-end;
  margin: 0;
  padding: .5rem;
  display: flex;
}

.wEOZ8a_pagination li {
  color: #9ea5ad;
  cursor: pointer;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-family: Inter;
  font-size: .6875rem;
  font-weight: 700;
  line-height: .875rem;
  list-style: none;
  display: flex;
}

.wEOZ8a_pagination li a {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wEOZ8a_pagination li[class="selected"] {
  color: #676e76;
  background-color: #e5e7ea;
}

.wEOZ8a_pagination li:hover {
  color: #676e76;
}

.zcvM-W_wrapper {
  width: 100%;
}

.zcvM-W_caption {
  letter-spacing: -.02rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.625rem;
}

._3BkMIW_wrapper {
  gap: 1rem;
  display: grid;
}

.rdp {
  --rdp-cell-size: 40px;
  --rdp-caption-font-size: 18px;
  --rdp-accent-color: #00f;
  --rdp-background-color: #e7edff;
  --rdp-accent-color-dark: #3003e1;
  --rdp-background-color-dark: #180270;
  --rdp-outline: 2px solid var(--rdp-accent-color);
  --rdp-outline-selected: 3px solid var(--rdp-accent-color);
  margin: 1em;
}

.rdp-vhidden {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.rdp-button_reset {
  -webkit-appearance: none;
  appearance: none;
  cursor: default;
  color: inherit;
  font: inherit;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.rdp-button_reset:focus-visible {
  outline: none;
}

.rdp-button {
  border: 2px solid #0000;
}

.rdp-button[disabled]:not(.rdp-day_selected) {
  opacity: .25;
}

.rdp-button:not([disabled]) {
  cursor: pointer;
}

.rdp-button:focus-visible:not([disabled]) {
  color: inherit;
  background-color: var(--rdp-background-color);
  border: var(--rdp-outline);
}

.rdp-button:hover:not([disabled]):not(.rdp-day_selected) {
  background-color: var(--rdp-background-color);
}

.rdp-months {
  display: flex;
}

.rdp-month {
  margin: 0 1em;
}

.rdp-month:first-child {
  margin-left: 0;
}

.rdp-month:last-child {
  margin-right: 0;
}

.rdp-table {
  max-width: calc(var(--rdp-cell-size) * 7);
  border-collapse: collapse;
  margin: 0;
}

.rdp-with_weeknumber .rdp-table {
  max-width: calc(var(--rdp-cell-size) * 8);
  border-collapse: collapse;
}

.rdp-caption {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.rdp-multiple_months .rdp-caption {
  text-align: center;
  display: block;
  position: relative;
}

.rdp-caption_dropdowns {
  display: inline-flex;
  position: relative;
}

.rdp-caption_label {
  z-index: 1;
  white-space: nowrap;
  color: currentColor;
  font-family: inherit;
  font-size: var(--rdp-caption-font-size);
  border: 2px solid #0000;
  align-items: center;
  margin: 0;
  padding: 0 .25em;
  font-weight: bold;
  display: inline-flex;
  position: relative;
}

.rdp-nav {
  white-space: nowrap;
}

.rdp-multiple_months .rdp-caption_start .rdp-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.rdp-multiple_months .rdp-caption_end .rdp-nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.rdp-nav_button {
  width: var(--rdp-cell-size);
  height: var(--rdp-cell-size);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .25em;
  display: inline-flex;
}

.rdp-dropdown_year, .rdp-dropdown_month {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.rdp-dropdown {
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
  cursor: inherit;
  opacity: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #0000;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.rdp-dropdown[disabled] {
  opacity: unset;
  color: unset;
}

.rdp-dropdown:focus-visible:not([disabled]) + .rdp-caption_label {
  background-color: var(--rdp-background-color);
  border: var(--rdp-outline);
  border-radius: 6px;
}

.rdp-dropdown_icon {
  margin: 0 0 0 5px;
}

.rdp-head {
  border: 0;
}

.rdp-head_row, .rdp-row {
  height: 100%;
}

.rdp-head_cell {
  vertical-align: middle;
  text-align: center;
  height: var(--rdp-cell-size);
  text-transform: uppercase;
  height: 100%;
  padding: 0;
  font-size: .75em;
  font-weight: 700;
}

.rdp-tbody {
  border: 0;
}

.rdp-tfoot {
  margin: .5em;
}

.rdp-cell {
  width: var(--rdp-cell-size);
  height: var(--rdp-cell-size);
  text-align: center;
  height: 100%;
  padding: 0;
}

.rdp-weeknumber {
  font-size: .75em;
}

.rdp-weeknumber, .rdp-day {
  box-sizing: border-box;
  width: var(--rdp-cell-size);
  max-width: var(--rdp-cell-size);
  height: var(--rdp-cell-size);
  border: 2px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.rdp-day_today:not(.rdp-day_outside) {
  font-weight: bold;
}

.rdp-day_selected, .rdp-day_selected:hover, .rdp-day_selected:focus-visible {
  color: #fff;
  opacity: 1;
  background-color: var(--rdp-accent-color);
}

.rdp-day_outside {
  opacity: .5;
}

.rdp-day_selected:focus-visible {
  outline: var(--rdp-outline);
  outline-offset: 2px;
  z-index: 1;
}

.rdp:not([dir="rtl"]) .rdp-day_range_start:not(.rdp-day_range_end) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rdp:not([dir="rtl"]) .rdp-day_range_end:not(.rdp-day_range_start), .rdp[dir="rtl"] .rdp-day_range_start:not(.rdp-day_range_end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rdp[dir="rtl"] .rdp-day_range_end:not(.rdp-day_range_start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rdp-day_range_end.rdp-day_range_start {
  border-radius: 100%;
}

.rdp-day_range_middle {
  border-radius: 0;
}

.W9dwua_searchInput {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.W9dwua_border:hover {
  border-width: 1px;
  border-color: #9ea5ad !important;
}

.W9dwua_border {
  box-shadow: none !important;
  border-color: #e5e7ea !important;
  border-radius: .5rem !important;
  height: 2.5rem !important;
}

.W9dwua_selectContainer {
  line-height: 1rem !important;
}

.W9dwua_multiValue {
  background-color: #e5e7ea !important;
  border-radius: 2.0625rem !important;
  height: 1.375rem !important;
  padding: .0625rem .125rem .0625rem .5rem !important;
}

.W9dwua_multiValue > div:first-child {
  color: #676e76 !important;
  padding: 0 !important;
  font-family: Inter !important;
  font-size: .75rem !important;
  font-weight: 500 !important;
  line-height: 1.25rem !important;
}

.W9dwua_multiValue > div:last-child {
  cursor: pointer;
  background-color: #0000 !important;
}

.W9dwua_multiValue > div:last-child:hover {
  color: #f7a1a1;
}

.W9dwua_multiValue > div:last-child svg {
  width: 1rem !important;
  height: 1rem !important;
  padding: 0 !important;
}

.W9dwua_option:hover {
  background-color: var(--base-colour-3) !important;
}

.W9dwua_optionFocused {
  background-color: var(--base-colour-6) !important;
  color: var(--base-colour-0) !important;
}

.W9dwua_optionSelected {
  background-color: var(--base-colour-1) !important;
}

.W9dwua_item:hover {
  background-color: var(--base-colour-3);
}

.cropper-container {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.cropper-container img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-orientation: 0deg;
  width: 100%;
  height: 100%;
  display: block;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
}

.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
  position: absolute;
  inset: 0;
}

.cropper-wrap-box, .cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
}

.cropper-modal {
  opacity: .5;
  background-color: #000;
}

.cropper-view-box {
  outline: 1px solid #3399ffbf;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.cropper-dashed {
  opacity: .5;
  border: 0 dashed #eee;
  display: block;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-top-width: 1px;
  border-bottom-width: 1px;
  width: 100%;
  height: 33.3333%;
  top: 33.3333%;
  left: 0;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  width: 33.3333%;
  height: 100%;
  top: 0;
  left: 33.3333%;
}

.cropper-center {
  opacity: .75;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.cropper-center:before, .cropper-center:after {
  content: " ";
  background-color: #eee;
  display: block;
  position: absolute;
}

.cropper-center:before {
  width: 7px;
  height: 1px;
  top: 0;
  left: -3px;
}

.cropper-center:after {
  width: 1px;
  height: 7px;
  top: -3px;
  left: 0;
}

.cropper-face, .cropper-line, .cropper-point {
  opacity: .1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.cropper-face {
  background-color: #fff;
  top: 0;
  left: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  width: 5px;
  top: 0;
  right: -3px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  top: -3px;
  left: 0;
}

.cropper-line.line-w {
  cursor: ew-resize;
  width: 5px;
  top: 0;
  left: -3px;
}

.cropper-line.line-s {
  cursor: ns-resize;
  height: 5px;
  bottom: -3px;
  left: 0;
}

.cropper-point {
  opacity: .75;
  background-color: #39f;
  width: 5px;
  height: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  top: 50%;
  right: -3px;
}

.cropper-point.point-n {
  cursor: ns-resize;
  margin-left: -3px;
  top: -3px;
  left: 50%;
}

.cropper-point.point-w {
  cursor: ew-resize;
  margin-top: -3px;
  top: 50%;
  left: -3px;
}

.cropper-point.point-s {
  cursor: s-resize;
  margin-left: -3px;
  bottom: -3px;
  left: 50%;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  top: -3px;
  right: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  top: -3px;
  left: -3px;
}

.cropper-point.point-sw {
  cursor: nesw-resize;
  bottom: -3px;
  left: -3px;
}

.cropper-point.point-se {
  cursor: nwse-resize;
  opacity: 1;
  width: 20px;
  height: 20px;
  bottom: -3px;
  right: -3px;
}

@media (width >= 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (width >= 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (width >= 1200px) {
  .cropper-point.point-se {
    opacity: .75;
    width: 5px;
    height: 5px;
  }
}

.cropper-point.point-se:before {
  content: " ";
  opacity: 0;
  background-color: #39f;
  width: 200%;
  height: 200%;
  display: block;
  position: absolute;
  bottom: -50%;
  right: -50%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

._0fNJVq_stack {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  gap: 1rem;
  padding-top: 1.5rem;
  display: flex;
  position: relative;
}

._0fNJVq_stack table {
  width: 100%;
}

._0fNJVq_filesTable {
  border-radius: 10px;
  outline: 1px solid #ced2d6;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

._0fNJVq_row {
  outline: .5px solid #ced2d6;
  grid-template-columns: 3.375rem 5rem 1fr 6.25rem 10% 10% 10%;
  display: grid;
}

._0fNJVq_row:hover {
  background-color: #f6f7f9;
}

._0fNJVq_checkbox {
  width: 1%;
  padding: .8rem;
}

._0fNJVq_preview {
  width: 2rem;
  min-width: 2rem;
  margin: auto 0;
  padding: 0 1rem;
}

._0fNJVq_folderPreview {
  width: .6rem;
  min-width: .6rem;
  margin: auto 0;
  padding: 0;
}

._0fNJVq_preview img {
  width: 2rem;
}

._0fNJVq_fileName {
  text-overflow: ellipsis;
  flex-grow: 1;
  width: 100%;
  max-height: 3rem;
  line-height: 3rem;
  overflow: hidden;
}

._0fNJVq_fileNameWrapper {
  min-width: 0;
  display: block;
  position: relative;
}

._0fNJVq_fileNameContent {
  max-height: 3rem;
  display: block;
  overflow: hidden;
}

._0fNJVq_connection {
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 12rem;
  max-height: 3rem;
  line-height: 3rem;
  overflow: hidden;
}

._0fNJVq_added, ._0fNJVq_uploaded {
  white-space: nowrap;
  min-width: 6rem;
  line-height: 3rem;
}

._0fNJVq_ratio {
  white-space: nowrap;
  min-width: 4rem;
  line-height: 3rem;
}

._0fNJVq_ratioCenter {
  text-align: center;
}

._0fNJVq_headers {
  background-color: #f6f7f9;
}

._0fNJVq_header {
  white-space: nowrap;
  padding: .8rem .8rem .8rem 0;
  font-weight: 600;
}

._0fNJVq_selected {
  width: 20%;
  min-width: 20rem;
}

.OfG7Rq_wrapper {
  width: 100%;
}

.OfG7Rq_caption {
  letter-spacing: -.02rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.625rem;
}

.-n0rPq_layout {
  background-color: #fff;
  height: 100vh;
  min-height: 40rem;
  display: flex;
}

.-n0rPq_navbar {
  height: 100vh;
}

.-n0rPq_content {
  flex: 1;
  height: 100vh;
  max-height: 100vh;
  padding: 0 2rem;
  overflow-y: auto;
}

.-n0rPq_contentInside {
  padding-top: 3.125rem;
}

.-n0rPq_blankContent {
  width: 100%;
  height: 100%;
  padding: 0;
}

.-n0rPq_blankContentInside {
  width: 100%;
  height: 100%;
}

.-n0rPq_footer {
  height: 5rem;
}

::-webkit-scrollbar {
  background-color: #0000;
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background-color: #0000;
  border-radius: 4px;
}

::-webkit-scrollbar-track:hover {
  background-color: #0000;
}

::-webkit-scrollbar-track:active {
  background-color: #0000;
}

::-webkit-scrollbar-thumb {
  background-color: #ced2d6;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ced2d6;
}

::-webkit-scrollbar-thumb:active {
  background-color: #ced2d6;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

:root {
  --base-colour-0: #fff;
  --base-colour-1: #000;
  --base-colour-2: #f2f2f2;
  --base-colour-3: #d3d3d3;
  --base-colour-4: #fffcf9;
  --base-colour-5: #a9a9a9;
  --base-colour-6: #717171;
  --Icon-color: var(--base-colour-1);
  --joy-palette-text-icon: var(--base-colour-1);
}

input:-internal-autofill-selected {
  background-color: #0000 !important;
}

html {
  color: var(--base-colour-1);
  background: var(--base-colour-0);
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0;
  letter-spacing: -.02rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33rem;
}

html, body {
  height: 100%;
  margin: 0;
}

#root, #storybook-root {
  height: 100%;
  margin: 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  line-height: inherit;
  color: inherit;
  font-size: 1rem;
}

th, tr, td {
  border: none;
  margin: 0;
  padding: 0;
}

:root {
  --color-primary-white: #fff;
  --color-primary-black: #000;
  --color-gray-50: #fafafa;
  --color-gray-100: #f6f7f9;
  --color-gray-200: #e5e7ea;
  --color-gray-300: #ced2d6;
  --color-gray-400: #9ea5ad;
  --color-gray-500: #676e76;
  --color-gray-600: #596066;
  --color-gray-700: #454c52;
  --color-gray-800: #383f45;
  --color-gray-900: #24292e;
  --color-gray-1000: #24292e;
  --dark-gray: #8c8fa6;
  --color-error-50: #fafafa;
  --color-error-100: #fef2f2;
  --color-error-200: #fde9e9;
  --color-error-300: #fac7c7;
  --color-error-400: #f7a1a1;
  --color-error-500: #f37373;
  --color-error-600: #f34141;
  --color-error-700: #cd3636;
  --color-error-800: #a32e2e;
  --color-error-900: #7c2323;
  --color-error-1000: #601b1b;
  --color-warning-50: #fffcf5;
  --color-warning-100: #fefaf5;
  --color-warning-200: #fbf2cb;
  --color-warning-300: #fde57e;
  --color-warning-400: #ffd16a;
  --color-warning-500: #fbbc55;
  --color-warning-600: #e9a23b;
  --color-warning-700: #c8811a;
  --color-warning-800: #a35c00;
  --color-warning-900: #8b4400;
  --color-warning-1000: #78310b;
  --color-success-50: #f6fef9;
  --color-success-100: #effdf6;
  --color-success-200: #d9f9e6;
  --color-success-300: #b8f1d2;
  --color-success-400: #8ee4ba;
  --color-success-500: #6ad09d;
  --color-success-600: #53b483;
  --color-success-700: #2f9461;
  --color-success-800: #255e46;
  --color-success-900: #1e4d3a;
  --color-success-1000: #134432;
}
/*# sourceMappingURL=index.c8cac833.css.map */
