.celeste-alert[data-v-43d8e868] {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  width: 100%;
}
.celeste-alert-inner[data-v-43d8e868] {
  display: flex;
  flex: 1;
  justify-content: space-between;
  min-width: 0;
}
.celeste-alert-content[data-v-43d8e868] {
  flex: 1;
  min-width: 0;
}
.celeste-alert-icon[data-v-43d8e868] {
  flex-shrink: 0;
  width: var(--icon-size);
  height: var(--icon-size);
}
.celeste-alert-icon--fill--error[data-v-43d8e868] {
  color: var(--color-static-white);
}
.celeste-alert-icon--fill--feature[data-v-43d8e868] {
  color: var(--color-static-white);
}
.celeste-alert-icon--fill--warning[data-v-43d8e868] {
  color: var(--color-static-white);
}
.celeste-alert-icon--fill--success[data-v-43d8e868] {
  color: var(--color-static-white);
}
.celeste-alert-icon--fill--information[data-v-43d8e868] {
  color: var(--color-static-white);
}
.celeste-alert-icon--light--error[data-v-43d8e868] {
  color: var(--color-state-error-base);
}
.celeste-alert-icon--light--feature[data-v-43d8e868] {
  color: var(--color-state-faded-base);
}
.celeste-alert-icon--light--warning[data-v-43d8e868] {
  color: var(--color-state-warning-base);
}
.celeste-alert-icon--light--success[data-v-43d8e868] {
  color: var(--color-state-success-base);
}
.celeste-alert-icon--light--information[data-v-43d8e868] {
  color: var(--color-state-information-base);
}
.celeste-alert-icon--lighter--error[data-v-43d8e868] {
  color: var(--color-state-error-base);
}
.celeste-alert-icon--lighter--feature[data-v-43d8e868] {
  color: var(--color-state-faded-base);
}
.celeste-alert-icon--lighter--warning[data-v-43d8e868] {
  color: var(--color-state-warning-base);
}
.celeste-alert-icon--lighter--success[data-v-43d8e868] {
  color: var(--color-state-success-base);
}
.celeste-alert-icon--lighter--information[data-v-43d8e868] {
  color: var(--color-state-information-base);
}
.celeste-alert-icon--stroke--error[data-v-43d8e868] {
  color: var(--color-state-error-base);
}
.celeste-alert-icon--stroke--feature[data-v-43d8e868] {
  color: var(--color-state-faded-base);
}
.celeste-alert-icon--stroke--warning[data-v-43d8e868] {
  color: var(--color-state-warning-base);
}
.celeste-alert-icon--stroke--success[data-v-43d8e868] {
  color: var(--color-state-success-base);
}
.celeste-alert-icon--stroke--information[data-v-43d8e868] {
  color: var(--color-state-information-base);
}
.celeste-alert-close[data-v-43d8e868] {
  flex-shrink: 0;
  margin-inline-start: auto;
}
.celeste-alert-close i[data-v-43d8e868] {
  width: var(--icon-size);
  height: var(--icon-size);
}
.celeste-alert-close--fill[data-v-43d8e868] {
  opacity: 0.72;
  color: var(--color-static-white);
}
.celeste-alert-close--light[data-v-43d8e868] {
  opacity: 0.4;
  color: var(--color-icon-strong-950);
}
.celeste-alert-close--lighter[data-v-43d8e868] {
  opacity: 0.4;
  color: var(--color-icon-strong-950);
}
.celeste-alert-close--stroke[data-v-43d8e868] {
  opacity: 0.4;
  color: var(--color-icon-strong-950);
}
.celeste-alert-title[data-v-43d8e868] {
  margin: 0;
  overflow: hidden;
  font: var(--title-font);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.celeste-alert-description[data-v-43d8e868] {
  font: var(--paragraph-sm);
}
.celeste-alert-actions[data-v-43d8e868] {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  align-self: stretch;
  gap: var(--spacing-8);
}
.celeste-alert-action-divider[data-v-43d8e868] {
  opacity: 0.48;
  font: var(--paragraph-sm);
  text-align: center;
}
.celeste-alert--xs[data-v-43d8e868] {
  height: 32px;
  padding: var(--spacing-8);
  gap: var(--spacing-8);
  border-radius: var(--radius-8);
  align-items: center;
  --icon-size: 16px;
  --action-font: var(--label-xs);
  --title-font: var(--paragraph-xs);
}
.celeste-alert--sm[data-v-43d8e868] {
  height: 36px;
  padding: var(--spacing-8) var(--spacing-10);
  gap: var(--spacing-8);
  border-radius: var(--radius-8);
  align-items: center;
  --icon-size: 20px;
  --title-font: var(--paragraph-sm);
  --action-font: var(--label-sm);
}
.celeste-alert--lg[data-v-43d8e868] {
  height: -moz-fit-content;
  height: fit-content;
  padding: 14px;
  gap: var(--spacing-12);
  border-radius: var(--radius-12);
  --icon-size: 20px;
  --action-font: var(--label-sm);
  --title-font: var(--label-sm);
}
.celeste-alert--lg .celeste-alert-inner[data-v-43d8e868] {
  flex-direction: column;
  gap: var(--spacing-10);
}
.celeste-alert--fill--error[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-error-base);
  color: var(--color-static-white);
}
.celeste-alert--fill--error .celeste-alert-description[data-v-43d8e868] {
  opacity: 1;
  color: var(--color-static-white);
}
.celeste-alert--fill--error .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--fill--error .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--fill--error .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-static-white);
}
.celeste-alert--fill--feature[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-faded-base);
  color: var(--color-static-white);
}
.celeste-alert--fill--feature .celeste-alert-description[data-v-43d8e868] {
  opacity: 1;
  color: var(--color-static-white);
}
.celeste-alert--fill--feature .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--fill--feature .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--fill--feature .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-static-white);
}
.celeste-alert--fill--warning[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-warning-base);
  color: var(--color-static-white);
}
.celeste-alert--fill--warning .celeste-alert-description[data-v-43d8e868] {
  opacity: 1;
  color: var(--color-static-white);
}
.celeste-alert--fill--warning .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--fill--warning .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--fill--warning .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-static-white);
}
.celeste-alert--fill--success[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-success-base);
  color: var(--color-static-white);
}
.celeste-alert--fill--success .celeste-alert-description[data-v-43d8e868] {
  opacity: 1;
  color: var(--color-static-white);
}
.celeste-alert--fill--success .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--fill--success .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--fill--success .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-static-white);
}
.celeste-alert--fill--information[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-information-base);
  color: var(--color-static-white);
}
.celeste-alert--fill--information .celeste-alert-description[data-v-43d8e868] {
  opacity: 1;
  color: var(--color-static-white);
}
.celeste-alert--fill--information .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--fill--information .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--fill--information .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-static-white);
}
.celeste-alert--light--error[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-error-light);
  color: var(--color-text-strong-950);
}
.celeste-alert--light--error .celeste-alert-description[data-v-43d8e868] {
  opacity: 0.72;
  color: var(--color-text-strong-950);
}
.celeste-alert--light--error .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--light--error .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--light--error .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--light--feature[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-faded-light);
  color: var(--color-text-strong-950);
}
.celeste-alert--light--feature .celeste-alert-description[data-v-43d8e868] {
  opacity: 0.72;
  color: var(--color-text-strong-950);
}
.celeste-alert--light--feature .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--light--feature .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--light--feature .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--light--warning[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-warning-light);
  color: var(--color-text-strong-950);
}
.celeste-alert--light--warning .celeste-alert-description[data-v-43d8e868] {
  opacity: 0.72;
  color: var(--color-text-strong-950);
}
.celeste-alert--light--warning .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--light--warning .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--light--warning .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--light--success[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-success-light);
  color: var(--color-text-strong-950);
}
.celeste-alert--light--success .celeste-alert-description[data-v-43d8e868] {
  opacity: 0.72;
  color: var(--color-text-strong-950);
}
.celeste-alert--light--success .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--light--success .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--light--success .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--light--information[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-information-light);
  color: var(--color-text-strong-950);
}
.celeste-alert--light--information .celeste-alert-description[data-v-43d8e868] {
  opacity: 0.72;
  color: var(--color-text-strong-950);
}
.celeste-alert--light--information .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--light--information .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--light--information .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--error[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-error-lighter);
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--error .celeste-alert-description[data-v-43d8e868] {
  opacity: 0.72;
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--error .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--lighter--error .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--lighter--error .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--feature[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-faded-lighter);
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--feature .celeste-alert-description[data-v-43d8e868] {
  opacity: 0.72;
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--feature .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--lighter--feature .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--lighter--feature .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--warning[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-warning-lighter);
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--warning .celeste-alert-description[data-v-43d8e868] {
  opacity: 0.72;
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--warning .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--lighter--warning .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--lighter--warning .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--success[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-success-lighter);
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--success .celeste-alert-description[data-v-43d8e868] {
  opacity: 0.72;
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--success .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--lighter--success .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--lighter--success .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--information[data-v-43d8e868] {
  border: 1px solid transparent;
  background-color: var(--color-state-information-lighter);
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--information .celeste-alert-description[data-v-43d8e868] {
  opacity: 0.72;
  color: var(--color-text-strong-950);
}
.celeste-alert--lighter--information .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--lighter--information .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--lighter--information .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--stroke--error[data-v-43d8e868] {
  border: 1px solid var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  color: var(--color-text-strong-950);
}
.celeste-alert--stroke--error .celeste-alert-description[data-v-43d8e868] {
  color: var(--color-text-sub-600);
}
.celeste-alert--stroke--error .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--stroke--error .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--stroke--error .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--stroke--feature[data-v-43d8e868] {
  border: 1px solid var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  color: var(--color-text-strong-950);
}
.celeste-alert--stroke--feature .celeste-alert-description[data-v-43d8e868] {
  color: var(--color-text-sub-600);
}
.celeste-alert--stroke--feature .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--stroke--feature .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--stroke--feature .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--stroke--warning[data-v-43d8e868] {
  border: 1px solid var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  color: var(--color-text-strong-950);
}
.celeste-alert--stroke--warning .celeste-alert-description[data-v-43d8e868] {
  color: var(--color-text-sub-600);
}
.celeste-alert--stroke--warning .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--stroke--warning .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--stroke--warning .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--stroke--success[data-v-43d8e868] {
  border: 1px solid var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  color: var(--color-text-strong-950);
}
.celeste-alert--stroke--success .celeste-alert-description[data-v-43d8e868] {
  color: var(--color-text-sub-600);
}
.celeste-alert--stroke--success .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--stroke--success .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--stroke--success .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}
.celeste-alert--stroke--information[data-v-43d8e868] {
  border: 1px solid var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  color: var(--color-text-strong-950);
}
.celeste-alert--stroke--information .celeste-alert-description[data-v-43d8e868] {
  color: var(--color-text-sub-600);
}
.celeste-alert--stroke--information .celeste-alert-action-primary[data-v-43d8e868], .celeste-alert--stroke--information .celeste-alert-action-secondary[data-v-43d8e868], .celeste-alert--stroke--information .celeste-alert-action-divider[data-v-43d8e868] {
  color: var(--color-text-strong-950);
}.celeste-badge[data-v-2b19ee1e] {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-2) var(--spacing-8);
  transition-property: background-color, color, border-color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  border: 1px solid transparent;
  border-radius: var(--radius-full);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 2px;
}
.celeste-badge i.dot[data-v-2b19ee1e] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.celeste-badge i[data-v-2b19ee1e]:not(.dot) {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.celeste-badge-label[data-v-2b19ee1e] {
  flex-shrink: 0;
}
.celeste-badge[data-v-2b19ee1e]:has(i.dot) {
  gap: 0;
  padding-inline-start: var(--spacing-2);
}
.celeste-badge-leading-icon[data-v-2b19ee1e] {
  padding-inline-start: var(--spacing-2);
}
.celeste-badge-trailing-icon[data-v-2b19ee1e] {
  padding-inline-end: var(--spacing-2);
}
.celeste-badge-disabled[data-v-2b19ee1e] {
  border-color: var(--color-stroke-soft-200);
  background-color: transparent;
  color: var(--color-text-disabled-300);
}
.celeste-badge-sm[data-v-2b19ee1e] {
  height: 16px;
  font: var(--subheading-xxs);
  text-transform: uppercase;
}
.celeste-badge-md[data-v-2b19ee1e] {
  height: 20px;
  font: var(--label-xs);
}
.celeste-badge-fill.celeste-badge-faded[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-faded-base);
  color: var(--color-text-white-0);
}
.celeste-badge-light.celeste-badge-faded[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-faded-light);
  color: var(--color-state-faded-dark);
}
.celeste-badge-lighter.celeste-badge-faded[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-faded-lighter);
  color: var(--color-state-faded-base);
}
.celeste-badge-stroke.celeste-badge-faded[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  border-color: var(--color-state-faded-base);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-faded-base);
}
.celeste-badge-fill.celeste-badge-information[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-information-base);
  color: var(--color-text-white-0);
}
.celeste-badge-light.celeste-badge-information[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-information-light);
  color: var(--color-state-information-dark);
}
.celeste-badge-lighter.celeste-badge-information[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-information-lighter);
  color: var(--color-state-information-base);
}
.celeste-badge-stroke.celeste-badge-information[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  border-color: var(--color-state-information-base);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-information-base);
}
.celeste-badge-fill.celeste-badge-warning[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-warning-base);
  color: var(--color-text-white-0);
}
.celeste-badge-light.celeste-badge-warning[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-warning-light);
  color: var(--color-state-warning-dark);
}
.celeste-badge-lighter.celeste-badge-warning[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-warning-lighter);
  color: var(--color-state-warning-base);
}
.celeste-badge-stroke.celeste-badge-warning[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  border-color: var(--color-state-warning-base);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-warning-base);
}
.celeste-badge-fill.celeste-badge-error[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-error-base);
  color: var(--color-text-white-0);
}
.celeste-badge-light.celeste-badge-error[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-error-light);
  color: var(--color-state-error-dark);
}
.celeste-badge-lighter.celeste-badge-error[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-error-lighter);
  color: var(--color-state-error-base);
}
.celeste-badge-stroke.celeste-badge-error[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  border-color: var(--color-state-error-base);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-error-base);
}
.celeste-badge-fill.celeste-badge-success[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-success-base);
  color: var(--color-text-white-0);
}
.celeste-badge-light.celeste-badge-success[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-success-light);
  color: var(--color-state-success-dark);
}
.celeste-badge-lighter.celeste-badge-success[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-success-lighter);
  color: var(--color-state-success-base);
}
.celeste-badge-stroke.celeste-badge-success[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  border-color: var(--color-state-success-base);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-success-base);
}
.celeste-badge-fill.celeste-badge-away[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-away-base);
  color: var(--color-text-white-0);
}
.celeste-badge-light.celeste-badge-away[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-away-light);
  color: var(--color-state-away-dark);
}
.celeste-badge-lighter.celeste-badge-away[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-away-lighter);
  color: var(--color-state-away-base);
}
.celeste-badge-stroke.celeste-badge-away[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  border-color: var(--color-state-away-base);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-away-base);
}
.celeste-badge-fill.celeste-badge-feature[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-feature-base);
  color: var(--color-text-white-0);
}
.celeste-badge-light.celeste-badge-feature[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-feature-light);
  color: var(--color-state-feature-dark);
}
.celeste-badge-lighter.celeste-badge-feature[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-feature-lighter);
  color: var(--color-state-feature-base);
}
.celeste-badge-stroke.celeste-badge-feature[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  border-color: var(--color-state-feature-base);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-feature-base);
}
.celeste-badge-fill.celeste-badge-verified[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-verified-base);
  color: var(--color-text-white-0);
}
.celeste-badge-light.celeste-badge-verified[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-verified-light);
  color: var(--color-state-verified-dark);
}
.celeste-badge-lighter.celeste-badge-verified[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-verified-lighter);
  color: var(--color-state-verified-base);
}
.celeste-badge-stroke.celeste-badge-verified[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  border-color: var(--color-state-verified-base);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-verified-base);
}
.celeste-badge-fill.celeste-badge-highlighted[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-highlighted-base);
  color: var(--color-text-white-0);
}
.celeste-badge-light.celeste-badge-highlighted[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-highlighted-light);
  color: var(--color-state-highlighted-dark);
}
.celeste-badge-lighter.celeste-badge-highlighted[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-highlighted-lighter);
  color: var(--color-state-highlighted-base);
}
.celeste-badge-stroke.celeste-badge-highlighted[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  border-color: var(--color-state-highlighted-base);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-highlighted-base);
}
.celeste-badge-fill.celeste-badge-stable[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-stable-base);
  color: var(--color-text-white-0);
}
.celeste-badge-light.celeste-badge-stable[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-stable-light);
  color: var(--color-state-stable-dark);
}
.celeste-badge-lighter.celeste-badge-stable[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-stable-lighter);
  color: var(--color-state-stable-base);
}
.celeste-badge-stroke.celeste-badge-stable[data-v-2b19ee1e]:not(.celeste-badge-disabled) {
  border-color: var(--color-state-stable-base);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-stable-base);
}.celeste-button[data-v-6c1800fd] {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  transition-property: background-color, color, border-color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  border: none;
  border: 1px solid transparent;
  background-color: transparent;
  font: var(--label-sm);
  text-decoration: none;
  cursor: pointer;
}
.celeste-button[data-v-6c1800fd]:disabled {
  background-color: var(--color-bg-weak-50);
  color: var(--color-text-disabled-300);
  cursor: default;
}
.celeste-button[data-v-6c1800fd] i {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.celeste-button-size-xxs[data-v-6c1800fd] {
  gap: var(--spacing-4);
  height: 28px;
  padding: var(--spacing-4) var(--spacing-6);
  border-radius: var(--radius-8);
}
.celeste-button-size-xxs[data-v-6c1800fd]:has(> :only-child:is(i)) {
  padding: var(--spacing-4);
}
.celeste-button-size-xs[data-v-6c1800fd] {
  gap: var(--spacing-4);
  height: 32px;
  padding: var(--spacing-6) var(--spacing-8);
  border-radius: var(--radius-8);
}
.celeste-button-size-xs[data-v-6c1800fd]:has(> :only-child:is(i)) {
  padding: var(--spacing-6);
}
.celeste-button-size-sm[data-v-6c1800fd] {
  gap: var(--spacing-6);
  height: 36px;
  padding: var(--spacing-8) var(--spacing-10);
  border-radius: var(--radius-8);
}
.celeste-button-size-sm[data-v-6c1800fd]:has(> :only-child:is(i)) {
  padding: var(--spacing-8);
}
.celeste-button-size-md[data-v-6c1800fd] {
  gap: var(--spacing-6);
  height: 40px;
  padding: var(--spacing-10) var(--spacing-12);
  border-radius: var(--radius-10);
}
.celeste-button-size-md[data-v-6c1800fd]:has(> :only-child:is(i)) {
  padding: var(--spacing-10);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-fill[data-v-6c1800fd]:not(:disabled) {
  border-color: var(--color-primary-base);
  background-color: var(--color-primary-base);
  box-shadow: none;
  color: var(--color-text-white-0);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-fill[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: var(--color-primary-darker);
  background-color: var(--color-primary-darker);
  color: var(--color-text-white-0);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-fill[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-primary-focus);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-stroke[data-v-6c1800fd]:not(:disabled) {
  border-color: var(--color-primary-base);
  background-color: transparent;
  box-shadow: none;
  color: var(--color-primary-base);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-stroke[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: transparent;
  background-color: var(--color-primary-alpha-10);
  color: var(--color-primary-base);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-stroke[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-primary-focus);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-lighter[data-v-6c1800fd]:not(:disabled) {
  border-color: transparent;
  background-color: var(--color-primary-alpha-10);
  box-shadow: none;
  color: var(--color-primary-base);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-lighter[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: var(--color-primary-base);
  background-color: transparent;
  color: var(--color-primary-base);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-lighter[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-primary-focus);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-ghost[data-v-6c1800fd]:not(:disabled) {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: var(--color-primary-base);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-ghost[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: transparent;
  background-color: var(--color-primary-alpha-10);
  color: var(--color-primary-base);
}
.celeste-button-intent-primary:not(:disabled).celeste-button-variant-ghost[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-primary-focus);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-fill[data-v-6c1800fd]:not(:disabled) {
  border-color: var(--color-bg-strong-950);
  background-color: var(--color-bg-strong-950);
  box-shadow: none;
  color: var(--color-text-white-0);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-fill[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: transparent;
  background-color: var(--color-bg-surface-800);
  color: var(--color-text-white-0);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-fill[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-important-focus);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-stroke[data-v-6c1800fd]:not(:disabled) {
  border-color: var(--color-bg-soft-200);
  background-color: transparent;
  box-shadow: var(--shadow-regular-xs);
  color: var(--color-text-sub-600);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-stroke[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: transparent;
  background-color: var(--color-bg-weak-50);
  color: var(--color-text-strong-950);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-stroke[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-important-focus);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-lighter[data-v-6c1800fd]:not(:disabled) {
  border-color: var(--color-bg-weak-50);
  background-color: var(--color-bg-weak-50);
  box-shadow: none;
  color: var(--color-text-sub-600);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-lighter[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: var(--color-bg-soft-200);
  background-color: transparent;
  color: var(--color-text-strong-950);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-lighter[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-important-focus);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-ghost[data-v-6c1800fd]:not(:disabled) {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: var(--color-text-sub-600);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-ghost[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: transparent;
  background-color: var(--color-bg-weak-50);
  color: var(--color-text-strong-950);
}
.celeste-button-intent-neutral:not(:disabled).celeste-button-variant-ghost[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-important-focus);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-fill[data-v-6c1800fd]:not(:disabled) {
  border-color: var(--color-state-error-base);
  background-color: var(--color-state-error-base);
  box-shadow: none;
  color: var(--color-text-white-0);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-fill[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: var(--color-red-700);
  background-color: var(--color-red-700);
  color: var(--color-text-white-0);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-fill[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-error-focus);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-stroke[data-v-6c1800fd]:not(:disabled) {
  border-color: var(--color-state-error-base);
  background-color: transparent;
  box-shadow: none;
  color: var(--color-state-error-base);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-stroke[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: transparent;
  background-color: var(--color-red-alpha-10);
  color: var(--color-state-error-base);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-stroke[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-error-focus);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-lighter[data-v-6c1800fd]:not(:disabled) {
  border-color: transparent;
  background-color: var(--color-red-alpha-10);
  box-shadow: none;
  color: var(--color-state-error-base);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-lighter[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: var(--color-state-error-base);
  background-color: transparent;
  color: var(--color-state-error-base);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-lighter[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-error-focus);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-ghost[data-v-6c1800fd]:not(:disabled) {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: var(--color-state-error-base);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-ghost[data-v-6c1800fd]:not(:disabled):hover:not(:disabled) {
  border-color: transparent;
  background-color: var(--color-red-alpha-10);
  color: var(--color-state-error-base);
}
.celeste-button-intent-error:not(:disabled).celeste-button-variant-ghost[data-v-6c1800fd]:not(:disabled):focus:not(:disabled) {
  outline: none;
  box-shadow: var(--shadow-buttons-error-focus);
}[data-v-8acdbba9] {
  box-sizing: border-box;
}
.celeste-checkbox-card[data-v-8acdbba9] {
  display: flex;
  align-items: flex-start;
  padding: var(--spacing-16);
  transition: all var(--animation-fast) ease-out;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-12);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
  gap: var(--spacing-14);
}
.celeste-checkbox-card[data-v-8acdbba9]:not(.celeste-checkbox-card-disabled) {
  cursor: pointer;
}
.celeste-checkbox-card[data-v-8acdbba9]:has([data-state=checked]):not(.celeste-checkbox-card-disabled) {
  border-color: var(--color-primary-base);
  box-shadow: none;
}
.celeste-checkbox-card[data-v-8acdbba9]:hover:not(.celeste-checkbox-card-disabled), .celeste-checkbox-card[data-v-8acdbba9]:focus-visible:not(.celeste-checkbox-card-disabled) {
  background-color: var(--color-bg-weak-50);
  box-shadow: none;
}
.celeste-checkbox-card[data-v-8acdbba9]:hover:not(.celeste-checkbox-card-disabled):not(:has([data-state=checked])), .celeste-checkbox-card[data-v-8acdbba9]:focus-visible:not(.celeste-checkbox-card-disabled):not(:has([data-state=checked])) {
  border-color: transparent;
}
.celeste-checkbox-card-preview[data-v-8acdbba9] {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-full);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
}
.celeste-checkbox-card-preview-icon i[data-v-8acdbba9] {
  width: 20px;
  height: 20px;
  color: var(--color-icon-sub-600);
}
.celeste-checkbox-card-preview-image[data-v-8acdbba9] {
  border: none;
}
.celeste-checkbox-card-preview-image i[data-v-8acdbba9] {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  color: var(--color-icon-sub-600);
}
.celeste-checkbox-card-preview-image[data-v-8acdbba9] img {
  z-index: 1000;
}
.celeste-checkbox-card-content[data-v-8acdbba9] {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}
.celeste-checkbox-card-row[data-v-8acdbba9] {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  gap: var(--spacing-8);
}
.celeste-checkbox-card-label[data-v-8acdbba9] {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  color: var(--color-text-strong-950);
  font: var(--label-sm);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.celeste-checkbox-card-sublabel[data-v-8acdbba9] {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.celeste-checkbox-card-description[data-v-8acdbba9] {
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
}
[data-v-8acdbba9] .celeste-checkbox-card-checkbox {
  margin-inline-start: auto;
}
.celeste-checkbox-card-disabled[data-v-8acdbba9] {
  cursor: not-allowed;
}
.celeste-checkbox-card-disabled .celeste-checkbox-card-label[data-v-8acdbba9] {
  color: var(--color-text-sub-600);
}
.celeste-checkbox-card-disabled .celeste-checkbox-card-sublabel[data-v-8acdbba9] {
  color: var(--color-text-soft-400);
}
.celeste-checkbox-card-disabled .celeste-checkbox-card-description[data-v-8acdbba9] {
  color: var(--color-text-soft-400);
}.celeste-checkbox-label[data-v-75e9816c] {
  display: flex;
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
  gap: var(--spacing-8);
}
[data-v-75e9816c] .celeste-checkbox-label-checkbox {
  margin-top: var(--spacing-2);
}
.celeste-checkbox-label-row[data-v-75e9816c] {
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
}
.celeste-checkbox-label-sublabel[data-v-75e9816c] {
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
}
.celeste-checkbox-label-content[data-v-75e9816c] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: var(--spacing-4);
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
}
.celeste-checkbox-label-link-button[data-v-75e9816c] {
  margin-top: var(--spacing-10);
}.celeste-checkbox {
  --checkbox-size: 16px;
  --checkbox-checkmark-size: 8px;
  --checkbox-indeterminate-size: 8px;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  transition: background var(--animation-fast) ease-out;
  border: none;
  border-radius: var(--radius-4);
  background-color: var(--color-bg-soft-200);
  color: var(--color-static-white);
  cursor: pointer;
}
.celeste-checkbox::before {
  content: "";
  position: absolute;
  width: calc(var(--checkbox-size) - 3px);
  height: calc(var(--checkbox-size) - 3px);
  transition: background var(--animation-fast) ease-out;
  border-radius: calc(var(--radius-4) / 1.5);
  background-color: var(--color-bg-white-0);
  box-shadow: 0 2px 2px 0 rgba(27, 28, 29, 0.12);
  inset: 1.5px;
}
.celeste-checkbox .celeste-checkbox-indicator {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.celeste-checkbox .celeste-checkbox-indicator::before {
  content: "";
  position: absolute;
}
.celeste-checkbox .celeste-checkbox-indicator[data-state=checked]::before {
  width: calc(var(--checkbox-checkmark-size) / 2);
  height: var(--checkbox-checkmark-size);
  margin-block-start: -3px;
  transform: scaleY(0.5);
  animation: fade-in var(--animation-fast) linear forwards;
}
.celeste-checkbox .celeste-checkbox-indicator[data-state=checked]::before, [dir=ltr] .celeste-checkbox .celeste-checkbox-indicator[data-state=checked]::before, [dir=rtl] .celeste-checkbox .celeste-checkbox-indicator[data-state=checked]::before {
  border-top: transparent;
  border-right: 1.8px solid currentcolor;
  border-bottom: 1.8px solid currentcolor;
  border-left: transparent;
  rotate: 45deg;
}
.celeste-checkbox .celeste-checkbox-indicator[data-state=indeterminate]::before {
  width: var(--checkbox-indeterminate-size);
  height: 1.8px;
  background-color: var(--color-static-white);
}
@keyframes fade-in {
to {
    transform: scaleY(1);
}
}
.celeste-checkbox[data-state=checked]:not(:disabled), .celeste-checkbox[data-state=indeterminate]:not(:disabled) {
  background-color: var(--color-primary-base);
}
.celeste-checkbox[data-state=checked]:not(:disabled)::before, .celeste-checkbox[data-state=indeterminate]:not(:disabled)::before {
  background-color: var(--color-primary-base);
  box-shadow: none;
}
.celeste-checkbox:focus[data-state=unchecked] {
  background-color: var(--color-primary-base);
}
.celeste-checkbox:hover:not(:disabled, :focus)[data-state=unchecked] {
  background-color: var(--color-bg-sub-300);
}
.celeste-checkbox:hover:not(:disabled, :focus)[data-state=checked], .celeste-checkbox:hover:not(:disabled, :focus)[data-state=indeterminate] {
  background-color: var(--color-primary-darker);
}
.celeste-checkbox:hover:not(:disabled, :focus)[data-state=checked]::before, .celeste-checkbox:hover:not(:disabled, :focus)[data-state=indeterminate]::before {
  background-color: var(--color-primary-darker);
}
.celeste-checkbox:disabled {
  pointer-events: none;
}
.celeste-checkbox:disabled::before {
  background-color: var(--color-bg-soft-200);
  box-shadow: none;
}
.celeste-collapsible-content {
  overflow: hidden;
  transition: all var(--animation-normal);
}
.celeste-collapsible-content[data-state='closed'] {
  animation: celeste-collapsible-up var(--animation-normal);
}
.celeste-collapsible-content[data-state='open'] {
  animation: celeste-collapsible-down var(--animation-normal);
}
.celeste-color-area[data-v-ee238a27] {
  position: relative;
  width: 240px;
  height: 232px;
  border-radius: var(--radius-8);
  background: linear-gradient(to top, black, transparent), linear-gradient(to right, white, transparent), var(--57f9eb60);
}.celeste-cbutton[data-v-c062bacd] {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  transition-property: background-color, color, border-color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  border: 1px solid transparent;
  border-radius: var(--radius-6);
  background-color: transparent;
  color: var(--color-icon-sub-600);
  font: var(--label-sm);
  text-decoration: none;
  cursor: pointer;
  gap: var(--spacing-2);
}
.celeste-cbutton[data-v-c062bacd]:disabled {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: var(--color-icon-disabled-300);
  cursor: default;
  pointer-events: none;
}
.celeste-cbutton-rounded[data-v-c062bacd] {
  border-radius: var(--radius-full);
}
.celeste-cbutton[data-v-c062bacd]:hover {
  border-color: transparent;
  background-color: var(--color-bg-weak-50);
  box-shadow: none;
  color: var(--color-icon-strong-950);
}
.celeste-cbutton[data-v-c062bacd]:focus {
  border-color: transparent;
  outline: none;
  background-color: var(--color-bg-weak-50);
  box-shadow: var(--shadow-buttons-important-focus);
  color: var(--color-icon-strong-950);
}
.celeste-cbutton[data-v-c062bacd]:active {
  border-color: transparent;
  outline: none;
  background-color: var(--color-bg-strong-950);
  box-shadow: none;
  color: var(--color-icon-white-0);
}
.celeste-cbutton-lg[data-v-c062bacd] {
  width: 24px;
  height: 24px;
  padding: 2px;
}
.celeste-cbutton-lg[data-v-c062bacd] i {
  width: 20px;
  height: 20px;
}
.celeste-cbutton-md[data-v-c062bacd] {
  width: 20px;
  height: 20px;
  padding: 1px;
}
.celeste-cbutton-md[data-v-c062bacd] i {
  width: 18px;
  height: 18px;
}
.celeste-cbutton-stroke[data-v-c062bacd] {
  border-color: var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
}
.celeste-cbutton-white[data-v-c062bacd] {
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
}@property --celeste-fbutton-bg-start {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
@property --celeste-fbutton-bg-end {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
.celeste-fbutton[data-v-cc3b0550] {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  transition-property: --celeste-fbutton-bg-start, --celeste-fbutton-bg-end, background-color, color, border-color, box-shadow;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  border: none;
  background-color: transparent;
  font: var(--label-sm);
  text-decoration: none;
  cursor: pointer;
}
.celeste-fbutton[data-v-cc3b0550]:disabled {
  background-color: var(--color-bg-weak-50);
  color: var(--color-text-disabled-300);
  cursor: default;
}
.celeste-fbutton[data-v-cc3b0550] i {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.celeste-fbutton[data-v-cc3b0550]:focus {
  outline: none;
}
.celeste-fbutton-xs[data-v-cc3b0550] {
  gap: var(--spacing-4);
  height: 32px;
  padding: var(--spacing-6) var(--spacing-8);
  border-radius: var(--radius-8);
}
.celeste-fbutton-sm[data-v-cc3b0550] {
  gap: var(--spacing-6);
  height: 36px;
  padding: var(--spacing-8) var(--spacing-10);
  border-radius: var(--radius-8);
}
.celeste-fbutton-md[data-v-cc3b0550] {
  gap: var(--spacing-6);
  height: 40px;
  padding: var(--spacing-10) var(--spacing-12);
  border-radius: var(--radius-10);
}
.celeste-fbutton-primary[data-v-cc3b0550]:not(.celeste-fbutton-basic, :disabled) {
  --celeste-fbutton-bg-start: rgb(255 255 255 / 16%);
  --celeste-fbutton-bg-end: rgb(255 255 255 / 0%);
  background: linear-gradient(180deg, var(--celeste-fbutton-bg-start) 0%, var(--celeste-fbutton-bg-end) 100%), var(--color-primary-base);
  box-shadow: inset 0 1px 0.5px 0.5px hsla(0, 0%, 100%, 0.12), var(--shadow-fancy-buttons-primary);
  color: var(--color-text-white-0);
}
.celeste-fbutton-primary[data-v-cc3b0550]:not(.celeste-fbutton-basic, :disabled):hover {
  --celeste-fbutton-bg-start: rgb(255 255 255 / 24%);
  --celeste-fbutton-bg-end: rgb(255 255 255 / 0%);
}
.celeste-fbutton-primary[data-v-cc3b0550]:not(.celeste-fbutton-basic, :disabled):focus {
  --celeste-fbutton-bg-start: rgb(255 255 255 / 24%);
  --celeste-fbutton-bg-end: rgb(255 255 255 / 0%);
  box-shadow: inset 0 1px 0.5px 0.5px hsla(0, 0%, 100%, 0.12), var(--shadow-fancy-buttons-primary), var(--shadow-buttons-primary-focus);
}
.celeste-fbutton-neutral[data-v-cc3b0550]:not(.celeste-fbutton-basic, :disabled) {
  --celeste-fbutton-bg-start: rgb(255 255 255 / 16%);
  --celeste-fbutton-bg-end: rgb(255 255 255 / 0%);
  background: linear-gradient(180deg, var(--celeste-fbutton-bg-start) 0%, var(--celeste-fbutton-bg-end) 100%), var(--color-bg-strong-950);
  box-shadow: inset 0 1px 0.5px 0.5px hsla(0, 0%, 100%, 0.12), var(--shadow-fancy-buttons-neutral);
  color: var(--color-text-white-0);
}
.celeste-fbutton-neutral[data-v-cc3b0550]:not(.celeste-fbutton-basic, :disabled):hover {
  --celeste-fbutton-bg-start: rgb(255 255 255 / 24%);
  --celeste-fbutton-bg-end: rgb(255 255 255 / 0%);
}
.celeste-fbutton-neutral[data-v-cc3b0550]:not(.celeste-fbutton-basic, :disabled):focus {
  --celeste-fbutton-bg-start: rgb(255 255 255 / 24%);
  --celeste-fbutton-bg-end: rgb(255 255 255 / 0%);
  box-shadow: inset 0 1px 0.5px 0.5px hsla(0, 0%, 100%, 0.12), var(--shadow-fancy-buttons-neutral), var(--shadow-buttons-important-focus);
}
.celeste-fbutton-error[data-v-cc3b0550]:not(.celeste-fbutton-basic, :disabled) {
  --celeste-fbutton-bg-start: rgb(255 255 255 / 16%);
  --celeste-fbutton-bg-end: rgb(255 255 255 / 0%);
  background: linear-gradient(180deg, var(--celeste-fbutton-bg-start) 0%, var(--celeste-fbutton-bg-end) 100%), var(--color-state-error-base);
  box-shadow: inset 0 1px 0.5px 0.5px hsla(0, 0%, 100%, 0.12), var(--shadow-fancy-buttons-error);
  color: var(--color-text-white-0);
}
.celeste-fbutton-error[data-v-cc3b0550]:not(.celeste-fbutton-basic, :disabled):hover {
  --celeste-fbutton-bg-start: rgb(255 255 255 / 24%);
  --celeste-fbutton-bg-end: rgb(255 255 255 / 0%);
}
.celeste-fbutton-error[data-v-cc3b0550]:not(.celeste-fbutton-basic, :disabled):focus {
  --celeste-fbutton-bg-start: rgb(255 255 255 / 24%);
  --celeste-fbutton-bg-end: rgb(255 255 255 / 0%);
  box-shadow: inset 0 1px 0.5px 0.5px hsla(0, 0%, 100%, 0.12), var(--shadow-fancy-buttons-error), var(--shadow-buttons-error-focus);
}
.celeste-fbutton-basic[data-v-cc3b0550] {
  background: var(--color-bg-white-0);
  box-shadow: var(--shadow-fancy-buttons-stroke);
  color: var(--color-text-sub-600);
}
.celeste-fbutton-basic[data-v-cc3b0550]:hover {
  background: var(--color-bg-weak-50);
  box-shadow: none;
  color: var(--text-strong-950);
}
.celeste-fbutton-basic[data-v-cc3b0550]:focus {
  background: var(--color-bg-weak-50);
  box-shadow: var(--shadow-buttons-important-focus);
  color: var(--text-strong-950);
}.celeste-link-button[data-v-82b3b1ab] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: color, text-decoration-color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  text-decoration: none;
  cursor: pointer;
}
.celeste-link-button[data-v-82b3b1ab]:disabled, .celeste-link-button-disabled[data-v-82b3b1ab] {
  color: var(--color-text-disabled-300);
  cursor: default;
  pointer-events: none;
}
.celeste-link-button[data-v-82b3b1ab]:hover, .celeste-link-button[data-v-82b3b1ab]:focus {
  outline: none;
  text-decoration: underline;
}
.celeste-link-button-underline[data-v-82b3b1ab] {
  text-decoration: underline;
}
.celeste-link-button-md[data-v-82b3b1ab] {
  height: 20px;
  font: var(--label-sm);
}
.celeste-link-button-md[data-v-82b3b1ab] i {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.celeste-link-button-sm[data-v-82b3b1ab] {
  height: 16px;
  font: var(--label-xs);
}
.celeste-link-button-sm[data-v-82b3b1ab] i {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.celeste-link-button-primary[data-v-82b3b1ab]:not(.celeste-link-button-disabled) {
  color: var(--color-primary-base);
}
.celeste-link-button-primary[data-v-82b3b1ab]:not(.celeste-link-button-disabled):hover, .celeste-link-button-primary[data-v-82b3b1ab]:not(.celeste-link-button-disabled):focus {
  color: var(--color-primary-darker);
}
.celeste-link-button-black[data-v-82b3b1ab]:not(.celeste-link-button-disabled) {
  color: var(--color-text-strong-950);
}
.celeste-link-button-black[data-v-82b3b1ab]:not(.celeste-link-button-disabled):hover, .celeste-link-button-black[data-v-82b3b1ab]:not(.celeste-link-button-disabled):focus {
  color: var(--color-text-strong-950);
}
.celeste-link-button-gray[data-v-82b3b1ab]:not(.celeste-link-button-disabled) {
  color: var(--color-text-sub-600);
}
.celeste-link-button-gray[data-v-82b3b1ab]:not(.celeste-link-button-disabled):hover, .celeste-link-button-gray[data-v-82b3b1ab]:not(.celeste-link-button-disabled):focus {
  color: var(--color-text-sub-600);
}
.celeste-link-button-error[data-v-82b3b1ab]:not(.celeste-link-button-disabled) {
  color: var(--color-state-error-base);
}
.celeste-link-button-error[data-v-82b3b1ab]:not(.celeste-link-button-disabled):hover, .celeste-link-button-error[data-v-82b3b1ab]:not(.celeste-link-button-disabled):focus {
  color: var(--color-red-700);
}@property --celeste-social-button-bg {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
.celeste-social-button[data-v-694226a7] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-10);
  transition-property: --celeste-social-button-bg, background-color, border-color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  border: 1px solid transparent;
  border-radius: var(--radius-10);
  font: var(--label-sm);
  text-decoration: none;
  cursor: pointer;
  gap: var(--spacing-8);
}
.celeste-social-button span[data-v-694226a7] {
  padding-inline-end: var(--spacing-6);
}
.celeste-social-button[data-v-694226a7]:focus {
  outline: none;
  box-shadow: var(--shadow-buttons-important-focus);
}
.celeste-social-button-fill[data-v-694226a7] {
  color: var(--color-text-white-0);
}
.celeste-social-button-stroke[data-v-694226a7] {
  border-color: var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
  color: var(--text-strong-950);
}
.celeste-social-button-stroke[data-v-694226a7]:hover {
  border-color: transparent;
  background: var(--color-bg-weak-50);
}
.celeste-social-button i[data-v-694226a7] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.celeste-social-button-google[data-v-694226a7]:not(.celeste-social-button-stroke) {
  background: linear-gradient(0deg, var(--celeste-social-button-bg) 0%, var(--celeste-social-button-bg) 100%), #f14336;
}
.celeste-social-button-google[data-v-694226a7]:not(.celeste-social-button-stroke):hover {
  --celeste-social-button-bg: rgba(0, 0, 0, 0.16);
}
.celeste-social-button-apple[data-v-694226a7]:not(.celeste-social-button-stroke) {
  background: linear-gradient(0deg, var(--celeste-social-button-bg) 0%, var(--celeste-social-button-bg) 100%), #000;
}
.celeste-social-button-apple[data-v-694226a7]:not(.celeste-social-button-stroke):hover {
  --celeste-social-button-bg: rgba(255, 255, 255, 0.16);
}
.celeste-social-button-twitter[data-v-694226a7]:not(.celeste-social-button-stroke) {
  background: linear-gradient(0deg, var(--celeste-social-button-bg) 0%, var(--celeste-social-button-bg) 100%), #000;
}
.celeste-social-button-twitter[data-v-694226a7]:not(.celeste-social-button-stroke):hover {
  --celeste-social-button-bg: rgba(255, 255, 255, 0.16);
}
.celeste-social-button-facebook[data-v-694226a7]:not(.celeste-social-button-stroke) {
  background: linear-gradient(0deg, var(--celeste-social-button-bg) 0%, var(--celeste-social-button-bg) 100%), #1977f3;
}
.celeste-social-button-facebook[data-v-694226a7]:not(.celeste-social-button-stroke):hover {
  --celeste-social-button-bg: rgba(0, 0, 0, 0.16);
}
.celeste-social-button-linkedin[data-v-694226a7]:not(.celeste-social-button-stroke) {
  background: linear-gradient(0deg, var(--celeste-social-button-bg) 0%, var(--celeste-social-button-bg) 100%), #0077b5;
}
.celeste-social-button-linkedin[data-v-694226a7]:not(.celeste-social-button-stroke):hover {
  --celeste-social-button-bg: rgba(0, 0, 0, 0.16);
}
.celeste-social-button-github[data-v-694226a7]:not(.celeste-social-button-stroke) {
  background: linear-gradient(0deg, var(--celeste-social-button-bg) 0%, var(--celeste-social-button-bg) 100%), #24292f;
}
.celeste-social-button-github[data-v-694226a7]:not(.celeste-social-button-stroke):hover {
  --celeste-social-button-bg: rgba(255, 255, 255, 0.16);
}.celeste-color-swatch[data-v-9bfe53b1] {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-8);
}
.celeste-color-swatch .swatch-label[data-v-9bfe53b1] {
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
}
.celeste-color-swatch .color-palette[data-v-9bfe53b1] {
  display: flex;
  gap: var(--spacing-4);
  align-items: center;
}
.celeste-color-swatch .color-palette .palette-color[data-v-9bfe53b1] {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: var(--spacing-4);
  padding: var(--spacing-4);
  border-radius: 50%;
}
.celeste-color-swatch .color-palette .palette-color[aria-selected=true][data-v-9bfe53b1] {
  box-shadow: var(--a9a5260a);
}
.celeste-color-swatch .color-palette .palette-color[data-v-9bfe53b1]:hover {
  cursor: pointer;
}.celeste-color-slider .slider-track[data-v-69ac87ad] {
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}[data-v-2c991232] .celeste-popover-content-wrapper {
  z-index: 50;
  min-width: 200px;
  max-width: 400px;
  transform-origin: var(--radix-popover-content-transform-origin);
  animation: var(--animation-fast) ease-out forwards;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-16);
  opacity: 0;
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  scale: 0.95;
}
[data-v-2c991232] .celeste-popover-content-wrapper[data-state=open] {
  animation-name: open-2c991232;
}
[data-v-2c991232] .celeste-popover-content-wrapper[data-state=closed] {
  animation-name: close-2c991232;
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-arrow {
  display: block;
  position: relative;
  width: 16px;
  height: 8px;
  overflow: hidden;
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-2);
  background-color: var(--color-bg-white-0);
  rotate: 45deg;
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-close-button {
  position: absolute;
  z-index: 50;
  inset-inline-end: var(--spacing-16);
  inset-block-start: var(--spacing-16);
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content {
  display: flex;
  flex-direction: column;
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content .celeste-popover-title,[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content .celeste-popover-description {
  margin: var(--spacing-0);
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content .celeste-popover-title {
  margin-block-end: var(--spacing-8);
  color: var(--color-text-strong-950);
  font: var(--label-md);
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content .celeste-popover-description {
  color: var(--color-text-sub-600);
  font: var(--paragraph-sm);
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content .celeste-popover-icon {
  box-sizing: border-box;
  margin-block-end: var(--spacing-16);
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: 50%;
  color: var(--color-icon-sub-600);
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content .celeste-popover-icon[data-icon-size=sm] {
  width: 32px;
  height: 32px;
  padding: var(--spacing-6);
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content .celeste-popover-icon[data-icon-size=md] {
  width: 40px;
  height: 40px;
  padding: var(--spacing-6);
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content .celeste-popover-icon[data-icon-size=lg] {
  width: 48px;
  height: 48px;
  padding: var(--spacing-12);
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content .celeste-popover-icon[data-icon-size=xl] {
  width: 56px;
  height: 56px;
  padding: var(--spacing-14);
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content .celeste-popover-icon[data-icon-size=xxl] {
  width: 64px;
  height: 64px;
  padding: var(--spacing-16);
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-content .celeste-popover-icon i {
  width: 100%;
  height: 100%;
}
[data-v-2c991232] .celeste-popover-content-wrapper .celeste-popover-footer {
  display: flex;
  padding: var(--spacing-16);
  border-block-start: 1px solid var(--color-stroke-soft-200);
}
@keyframes open-2c991232 {
to {
    opacity: 1;
    scale: 1;
}
}
@keyframes close-2c991232 {
from {
    opacity: 1;
    scale: 1;
}
to {
    scale: 0.95;
    opacity: 0;
}
}.celeste-popover-trigger[data-v-2664c4cb] {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}[data-v-d1157ab3] .celeste-select-content {
  z-index: 50;
  max-height: var(--radix-select-content-available-height);
  overflow-y: scroll;
  animation: var(--animation-fast) forwards;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-16);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  scale: 0.98;
  gap: var(--spacing-4);
}
[data-v-d1157ab3] .celeste-select-content[data-side=top] {
  margin-block-start: var(--spacing-4);
  animation-name: open-top-d1157ab3;
}
[data-v-d1157ab3] .celeste-select-content[data-side=bottom] {
  margin-block-end: var(--spacing-4);
  animation-name: open-bottom-d1157ab3;
}
[data-v-d1157ab3] .celeste-select-content[width=full] {
  width: var(--radix-select-trigger-width);
}
[data-v-d1157ab3] .celeste-select-content .celeste-select-view-port {
  padding: var(--spacing-8);
}
@keyframes open-bottom-d1157ab3 {
to {
    scale: 1;
    margin-block-start: var(--spacing-8);
}
}
@keyframes open-top-d1157ab3 {
to {
    scale: 1;
    margin-block-end: var(--spacing-8);
}
}.celeste-select-icon[data-v-c6783f07] {
  --select-icon-size: 20px;
  width: var(--select-icon-size);
  height: var(--select-icon-size);
  transition: color var(--animation-fast) ease-out;
}
.celeste-select-icon[data-v-c6783f07] > :where(i, svg, img) {
  width: 100%;
  height: 100%;
}.celeste-select-item[data-v-a4494ea7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-8);
  gap: var(--spacing-4);
  border-radius: var(--radius-8);
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: var(--color-bg-white-0);
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
  cursor: pointer;
}
.celeste-select-item[data-v-a4494ea7] .celeste-select-icon {
  flex-shrink: 0;
  color: var(--color-icon-sub-600);
}
.celeste-select-item[data-v-a4494ea7]:hover, .celeste-select-item[data-v-a4494ea7]:focus {
  background-color: var(--color-bg-weak-50);
}
.celeste-select-item[data-v-a4494ea7] > span {
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
}
.celeste-select-item[data-disabled][data-v-a4494ea7] {
  color: var(--color-text-disabled-300);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.celeste-select-item[data-disabled][data-v-a4494ea7] i {
  color: var(--color-icon-disabled-300);
}
.celeste-select-item[data-disabled][data-v-a4494ea7] .celeste-select-icon > img {
  opacity: 0.3;
}.celeste-select-label[data-v-991db888] {
  padding: var(--spacing-4) var(--spacing-8);
  color: var(--color-text-soft-400);
  font: var(--subheading-xs);
  text-transform: uppercase;
}.celeste-select-separator[data-v-2ee1d06a] {
  width: 100%;
  height: 1px;
  margin-block: calc(var(--spacing-6) * 0.5);
  background-color: var(--color-stroke-soft-200);
}.celeste-select-trigger[data-v-a17f9d9c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-10);
  transition: all var(--animation-fast) ease-out;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-10);
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
  cursor: pointer;
  gap: var(--spacing-8);
}
.celeste-select-trigger > i[data-v-a17f9d9c] {
  transition: rotate var(--animation-fast) ease-out;
}
.celeste-select-trigger[data-v-a17f9d9c] .celeste-select-value {
  flex: 2;
}
.celeste-select-trigger[size=xs][data-v-a17f9d9c] {
  height: 32px;
}
.celeste-select-trigger[size=sm][data-v-a17f9d9c] {
  height: 36px;
}
.celeste-select-trigger[size=md][data-v-a17f9d9c] {
  height: 40px;
}
.celeste-select-trigger[variant=compact][data-v-a17f9d9c] {
  width: -moz-fit-content;
  width: fit-content;
}
.celeste-select-trigger[variant=inline][data-v-a17f9d9c] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--spacing-0);
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.celeste-select-trigger[haserror=true][data-v-a17f9d9c] {
  border-color: var(--color-state-error-base);
}
.celeste-select-trigger[aria-expanded=true] > i[data-v-a17f9d9c] {
  rotate: 180deg;
}
.celeste-select-trigger:focus > i[data-v-a17f9d9c] {
  color: var(--color-icon-strong-950);
}
.celeste-select-trigger[data-placeholder][data-v-a17f9d9c] .celeste-select-value {
  color: var(--color-text-sub-600);
}
.celeste-select-trigger[data-placeholder][data-v-a17f9d9c] .celeste-select-value ~ i {
  color: var(--color-icon-soft-400);
}
.celeste-select-trigger[data-placeholder][data-v-a17f9d9c] .celeste-select-icon {
  color: var(--color-icon-soft-400);
}
.celeste-select-trigger[data-v-a17f9d9c]:disabled {
  border-color: transparent;
  background-color: var(--color-bg-weak-50);
  pointer-events: none;
}
.celeste-select-trigger[data-v-a17f9d9c]:disabled .celeste-select-value {
  color: var(--color-text-disabled-300);
}
.celeste-select-trigger[data-v-a17f9d9c]:disabled .celeste-select-value i, .celeste-select-trigger[data-v-a17f9d9c]:disabled .celeste-select-value ~ i {
  color: var(--color-icon-disabled-400);
}
.celeste-select-trigger[data-v-a17f9d9c]:disabled .celeste-select-value .celeste-select-icon > img {
  opacity: 0.3;
}
.celeste-select-trigger[data-v-a17f9d9c]:disabled .celeste-select-icon {
  color: var(--color-icon-disabled-400);
}
.celeste-select-trigger[data-v-a17f9d9c]:not([data-placeholder]) > :first-child.celeste-select-icon {
  display: none;
}
.celeste-select-trigger:hover[variant=inline] > i[data-v-a17f9d9c], .celeste-select-trigger:hover[variant=inline][data-v-a17f9d9c] .celeste-select-icon, .celeste-select-trigger:hover[variant=inline][data-v-a17f9d9c] .celeste-select-value {
  color: var(--color-text-strong-950);
}
.celeste-select-trigger[data-v-a17f9d9c]:hover:not([variant=inline]) {
  border-color: transparent;
  background-color: var(--color-bg-weak-50);
}
.celeste-select-trigger[data-v-a17f9d9c]:focus:not([variant=inline]) {
  border-color: var(--color-stroke-strong-950);
  outline-color: var(--color-stroke-soft-200);
}.celeste-select-value[data-v-910436b4] {
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
  text-overflow: ellipsis;
  white-space: nowrap;
  gap: var(--spacing-8);
}
.celeste-select-value[data-v-910436b4] i, .celeste-select-value[data-v-910436b4] ~ i {
  flex-shrink: 0;
  color: var(--color-icon-sub-600);
}.celeste-text-input-affix[data-v-440f2745] {
  display: flex;
  align-items: center;
  color: var(--celeste-text-input-affix-color);
}
.celeste-text-input-affix[inline=false][data-v-440f2745] {
  padding-inline: var(--spacing-10);
  background-color: var(--celeste-text-input-affix-background-color);
}
.celeste-text-input-affix[askbd=true][data-v-440f2745] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--spacing-2) calc(var(--spacing-8) - var(--spacing-2));
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-4);
  font: var(--subheading-xs);
}.celeste-text-input-button[data-v-c5c2046c] {
  border: none;
}
.celeste-text-input-button[data-v-c5c2046c]:focus, .celeste-text-input-button[data-v-c5c2046c]:hover, .celeste-text-input-button[data-v-c5c2046c]:active {
  box-shadow: none !important;
}
.celeste-text-input-button[inline=false][data-v-c5c2046c] {
  padding: var(--spacing-10);
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.celeste-text-input-button[inline=false][data-v-c5c2046c]:is(.celeste-button-intent-neutral, .celeste-button-variant-stroke):not(:disabled) {
  background-color: var(--color-bg-white-0);
}
.celeste-text-input-button[inline=false][data-v-c5c2046c]:is(.celeste-button-intent-neutral, .celeste-button-variant-stroke):not(:disabled):hover {
  background-color: var(--color-bg-weak-50);
}
.celeste-text-input-button[inline=true][data-v-c5c2046c] {
  width: 20px;
  height: 20px;
  color: var(--celeste-text-input-icon-color) !important;
}
.celeste-text-input-button[inline=true][data-v-c5c2046c]:hover {
  background-color: transparent !important;
}/* stylelint-disable no-descending-specificity */
.celeste-text-input-wrapper[data-v-ad7ee7de] {
  --celeste-text-input-border-color: var(--color-stroke-soft-200);
  --celeste-text-input-drop-shadow: var(--shadow-regular-xs);
  --celeste-text-input-icon-color: var(--color-text-soft-400);
  --celeste-text-input-affix-color: var(--color-text-soft-400);
  --celeste-text-input-placeholder-color: var(--color-text-soft-400);
  --celeste-text-input-affix-background-color: var(--color-bg-white-0);
  display: flex;
  box-sizing: border-box;
  align-items: center;
  height: var(--input-height);
  padding-inline: calc(var(--input-padding) + var(--spacing-2)) var(--input-padding);
  transition: all var(--animation-fast) ease-out;
  border: 1px solid var(--celeste-text-input-border-color);
  border-radius: var(--input-radius);
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: var(--color-bg-white-0);
  box-shadow: var(--celeste-text-input-drop-shadow);
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
  gap: var(--input-gap);
}
.celeste-text-input-wrapper[size=xs][data-v-ad7ee7de] {
  --input-gap: 8px;
  --input-height: 32px;
  --input-radius: var(--radius-8);
  --input-padding: calc(var(--spacing-8) - var(--spacing-2));
}
.celeste-text-input-wrapper[size=sm][data-v-ad7ee7de] {
  --input-gap: 6px;
  --input-height: 36px;
  --input-radius: var(--radius-8);
  --input-padding: var(--spacing-8);
}
.celeste-text-input-wrapper[size=md][data-v-ad7ee7de] {
  --input-gap: 6px;
  --input-height: 40px;
  --input-radius: var(--radius-10);
  --input-padding: var(--spacing-10);
}
.celeste-text-input-wrapper[has-error=true][data-v-ad7ee7de] {
  --celeste-text-input-border-color: var(--color-state-error-base);
}
.celeste-text-input-wrapper .celeste-text-input[data-v-ad7ee7de] {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
}
.celeste-text-input-wrapper .celeste-text-input[data-v-ad7ee7de]::-moz-placeholder {
  -moz-transition: color var(--animation-fast) ease-out;
  transition: color var(--animation-fast) ease-out;
  color: var(--celeste-text-input-placeholder-color);
}
.celeste-text-input-wrapper .celeste-text-input[data-v-ad7ee7de]::placeholder {
  transition: color var(--animation-fast) ease-out;
  color: var(--celeste-text-input-placeholder-color);
}
.celeste-text-input-wrapper .celeste-text-input[type=search][data-v-ad7ee7de]::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}
.celeste-text-input-wrapper .celeste-text-input[type=search][data-v-ad7ee7de]::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}
.celeste-text-input-wrapper[data-v-ad7ee7de]:has(.celeste-text-input-leading-node) {
  padding-inline-start: 0;
}
.celeste-text-input-wrapper[data-v-ad7ee7de]:has(.celeste-text-input-trailing-node) {
  padding-inline-end: 0;
}
.celeste-text-input-wrapper[data-v-ad7ee7de]:has(.celeste-text-input:focus) {
  --celeste-text-input-border-color: var(--color-stroke-strong-950);
  --celeste-text-input-placeholder-color: var(--color-text-sub-600);
  --celeste-text-input-icon-color: var(--color-text-sub-600);
  --celeste-text-input-affix-color: var(--color-text-sub-600);
  outline-color: var(--color-stroke-soft-200);
}
.celeste-text-input-wrapper:has(.celeste-text-input:focus)[has-error=true][data-v-ad7ee7de] {
  --celeste-text-input-border-color: var(--color-state-error-base);
  outline-color: var(--color-state-error-lighter);
}
.celeste-text-input-wrapper[data-v-ad7ee7de] input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-background-clip: text;
          background-clip: text;
}
.celeste-text-input-wrapper[data-v-ad7ee7de]:has(.celeste-text-input:disabled) {
  --celeste-text-input-border-color: transparent;
  --celeste-text-input-drop-shadow: none;
  --celeste-text-input-affix-background-color: var(--color-bg-weak-50);
  --celeste-text-input-affix-color: var(--color-text-disabled-300);
  --celeste-text-input-placeholder-color: var(--color-text-disabled-300);
  --celeste-text-input-icon-color: var(--color-text-disabled-300);
  background-color: var(--color-bg-weak-50);
  box-shadow: none;
  color: var(--color-text-disabled-300);
  pointer-events: none;
}
.celeste-text-input-wrapper:has(.celeste-text-input:disabled) .celeste-text-input[data-v-ad7ee7de]::-moz-placeholder {
  color: currentcolor;
}
.celeste-text-input-wrapper:has(.celeste-text-input:disabled) .celeste-text-input[data-v-ad7ee7de]::placeholder {
  color: currentcolor;
}
.celeste-text-input-wrapper:has(.celeste-text-input:disabled) .celeste-text-input-clear-button[data-v-ad7ee7de] {
  color: var(--color-text-disabled-300);
  pointer-events: none;
}
.celeste-text-input-wrapper[data-v-ad7ee7de]:has(.celeste-text-input:hover:not(:focus, :disabled)):not(:has(.celeste-text-input-node)) {
  --celeste-text-input-border-color: transparent;
}
.celeste-text-input-wrapper[data-v-ad7ee7de]:has(.celeste-text-input:hover:not(:focus, :disabled)):not(:has(.celeste-text-input-node:hover)) {
  --celeste-text-input-icon-color: var(--color-text-sub-600);
  --celeste-text-input-placeholder-color: var(--color-text-sub-600);
  background-color: var(--color-bg-weak-50);
}
.celeste-text-input-wrapper .celeste-text-input-icon[data-v-ad7ee7de] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: all var(--animation-fast) ease-out;
  color: var(--celeste-text-input-icon-color);
}
.celeste-text-input-wrapper[data-v-ad7ee7de] .celeste-text-input-node.celeste-text-input-leading-node,
.celeste-text-input-wrapper[data-v-ad7ee7de] .celeste-text-input-node.celeste-text-input-trailing-node {
  height: calc(var(--input-height) - var(--spacing-2)) !important;
}
[dir=ltr] .celeste-text-input-wrapper[data-v-ad7ee7de] .celeste-text-input-node.celeste-text-input-leading-node {
  border-right: 1px solid var(--color-stroke-soft-200) !important;
  border-radius: var(--input-radius) 0 0 var(--input-radius) !important;
}
[dir=ltr] .celeste-text-input-wrapper[data-v-ad7ee7de] .celeste-text-input-node.celeste-text-input-trailing-node {
  border-left: 1px solid var(--color-stroke-soft-200) !important;
  border-radius: 0 var(--input-radius) var(--input-radius) 0 !important;
}
[dir=rtl] .celeste-text-input-wrapper[data-v-ad7ee7de] .celeste-text-input-node.celeste-text-input-leading-node {
  border-left: 1px solid var(--color-stroke-soft-200) !important;
  border-radius: 0 var(--input-radius) var(--input-radius) 0 !important;
}
[dir=rtl] .celeste-text-input-wrapper[data-v-ad7ee7de] .celeste-text-input-node.celeste-text-input-trailing-node {
  border-right: 1px solid var(--color-stroke-soft-200) !important;
  border-radius: var(--input-radius) 0 0 var(--input-radius) !important;
}
.celeste-text-input-wrapper[data-v-ad7ee7de] .celeste-text-input-node.celeste-text-input-leading-node {
  border-right: 1px solid var(--color-stroke-soft-200) !important;
  border-radius: var(--input-radius) 0 0 var(--input-radius) !important;
}
.celeste-text-input-wrapper[data-v-ad7ee7de] .celeste-text-input-node.celeste-text-input-trailing-node {
  border-left: 1px solid var(--color-stroke-soft-200) !important;
  border-radius: 0 var(--input-radius) var(--input-radius) 0 !important;
}.celeste-picker-trigger[data-v-285bb26b] {
  gap: var(--spacing-12);
}
.celeste-picker-trigger .celeste-selected-color[data-v-285bb26b] {
  --color-tile-size: 20px;
  display: block;
  width: var(--color-tile-size);
  height: var(--color-tile-size);
  border: 1px solid var(--color-bg-soft-200);
  border-radius: var(--radius-4);
  background-color: var(--637de6e6);
}
.celeste-color-picker-wrapper[data-v-285bb26b] {
  display: grid;
  box-sizing: border-box;
  width: 272px;
}
.celeste-color-picker-wrapper .celeste-color-picker[data-v-285bb26b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-16);
  gap: var(--spacing-12);
}
.celeste-color-picker-wrapper .celeste-color-picker[data-v-285bb26b] > * {
  box-sizing: border-box;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel[data-v-285bb26b] {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--spacing-4);
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-selected-color-format[data-v-285bb26b] {
  text-transform: uppercase;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls[data-v-285bb26b] {
  display: flex;
  width: 100%;
  height: 32px;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls .celeste-color-sip[data-v-285bb26b] {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls .celeste-color-sip[data-v-285bb26b]:focus-within {
  z-index: 2;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls[data-v-285bb26b] > * {
  box-sizing: border-box;
  height: 100%;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls .celeste-color-format-inputs[data-v-285bb26b] {
  display: flex;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls .celeste-color-format-inputs .color-input[data-v-285bb26b] {
  margin-inline-start: -1px;
  border-radius: 0;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls .celeste-color-format-inputs .color-input[data-v-285bb26b]:focus-within {
  z-index: 2;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls .celeste-color-format-inputs .color-input[data-v-285bb26b]:last-child {
  border-start-end-radius: var(--radius-8);
  border-end-end-radius: var(--radius-8);
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls .celeste-color-format-inputs .color-input[data-v-285bb26b]:first-child:nth-last-child(4), .celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls .celeste-color-format-inputs .color-input[data-v-285bb26b]:first-child:nth-last-child(4) ~ * {
  flex: 1;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls .celeste-color-format-inputs .color-input[data-v-285bb26b]:first-child:nth-last-child(2) {
  flex: 3;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls .celeste-color-format-inputs .color-input[data-v-285bb26b]:last-child:nth-child(2) {
  flex: 1;
}
.celeste-color-picker-wrapper .celeste-color-picker .celeste-color-control-panel .celeste-color-controls .celeste-color-format-inputs:first-child:last-child .color-input[data-v-285bb26b]:first-child {
  border-start-start-radius: var(--radius-8);
  border-end-start-radius: var(--radius-8);
}
.celeste-color-picker-wrapper .celeste-color-swatches[data-v-285bb26b] {
  display: flex;
  flex-direction: column;
  padding: var(--radius-16);
  border-block-start: 1px solid var(--color-stroke-soft-200);
}
[data-v-285bb26b] .celeste-color-format {
  text-transform: uppercase;
}
[data-v-285bb26b] .celeste-color-thumb {
  position: absolute;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--color-bg-white-0), var(--shadow-toggle-switch);
}
[data-v-285bb26b] .celeste-color-slider {
  --track-height: 8px;
  width: 100%;
  padding-block: var(--spacing-4);
}
[data-v-285bb26b] .celeste-color-slider .slider-track {
  position: relative;
  width: 100%;
  height: var(--track-height);
  border-radius: calc(var(--track-height) / 2);
}
[data-v-285bb26b] .celeste-color-slider .slider-track .celeste-color-thumb {
  top: calc(var(--track-height) / 2);
}.celeste-dropdown-empty-list[data-v-450bfb63] {
  display: flex;
  align-items: center;
  padding: var(--spacing-8);
  color: var(--color-text-sub-600);
  font: var(--paragraph-sm);
}.celeste-dropdown-items-group[data-v-66b5c9e4] {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}
.celeste-dropdown-items-group[data-v-66b5c9e4] [data-radix-vue-combobox-item] {
  width: auto;
  height: auto;
}.celeste-dropdown-input[data-v-32b6a3f8] {
  display: flex;
  align-items: center;
  gap: var(--spacing-4);
  background-color: var(--color-bg-white-0);
}
.celeste-dropdown-input[data-v-32b6a3f8] .celeste-text-input-wrapper {
  width: 100%;
  border: none;
  border-radius: var(--radius-8) var(--radius-8) 0 0;
  outline: none;
  box-shadow: none;
}.celeste-dropdown-item[data-v-3c2bd0ae] {
  display: flex;
  align-items: center;
  padding: var(--spacing-8);
  transition-property: background-color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  border-radius: var(--radius-8);
  background: var(--color-bg-white-0);
  cursor: pointer;
  gap: var(--spacing-8);
}
.celeste-dropdown-item i[data-v-3c2bd0ae] {
  color: var(--color-icon-sub-600);
}
.celeste-dropdown-item[data-highlighted][data-v-3c2bd0ae], .celeste-dropdown-item[data-v-3c2bd0ae]:hover, .celeste-dropdown-item-focused[data-v-3c2bd0ae], .celeste-dropdown-item[data-v-3c2bd0ae]:focus, .celeste-dropdown-item[data-v-3c2bd0ae]:focus-visible {
  outline: none;
  background: var(--color-bg-weak-50);
}
.celeste-dropdown-item[data-v-3c2bd0ae] .celeste-input-wrapper {
  gap: 0;
}
.celeste-dropdown-item-header[data-v-3c2bd0ae] {
  display: flex;
  align-items: center;
  gap: var(--spacing-4);
}
.celeste-dropdown-item-label[data-v-3c2bd0ae] {
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
}
.celeste-dropdown-item-sublabel[data-v-3c2bd0ae] {
  color: var(--color-text-soft-400);
  font: var(--paragraph-xs);
}
.celeste-dropdown-item-description[data-v-3c2bd0ae] {
  margin: var(--spacing-0);
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
}
.celeste-dropdown-item .celeste-dropdown-item-prefix[data-v-3c2bd0ae] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-icon-sub-600);
}
.celeste-dropdown-item .celeste-dropdown-item-prefix-lg[data-v-3c2bd0ae] {
  padding: var(--spacing-10);
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-regular-xs);
  gap: var(--spacing-10);
}
.celeste-dropdown-item .celeste-dropdown-item-suffix[data-v-3c2bd0ae] {
  color: var(--color-icon-sub-600);
}
.celeste-dropdown-item-disabled[data-v-3c2bd0ae] {
  color: var(--color-text-disabled-300);
  cursor: not-allowed;
}
.celeste-dropdown-item-disabled[data-v-3c2bd0ae] i {
  color: var(--color-text-disabled-300);
}
.celeste-dropdown-item-disabled .celeste-dropdown-item-label[data-v-3c2bd0ae],
.celeste-dropdown-item-disabled .celeste-dropdown-item-sublabel[data-v-3c2bd0ae],
.celeste-dropdown-item-disabled .celeste-dropdown-item-description[data-v-3c2bd0ae] {
  color: var(--color-text-disabled-300);
}
.celeste-dropdown-item-selected[data-v-3c2bd0ae] {
  background: var(--color-bg-weak-50);
}
.celeste-dropdown-item .celeste-dropdown-item-info[data-v-3c2bd0ae] {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
  gap: var(--spacing-4);
}
.celeste-dropdown-item .celeste-dropdown-item-header-lg .celeste-dropdown-item-label[data-v-3c2bd0ae] {
  font-weight: var(--font-weights-display-0);
}.celeste-dropdown-content[data-v-38838139],
div[data-v-38838139] .celeste-dropdown-content {
  --dropdown-height: 300px;
  --dropdown-min-width: var(--radix-combobox-trigger-width, 300px);
  --dropdown-width: max(var(--radix-popper-anchor-width), 300px);
  display: flex;
  z-index: 50;
  box-sizing: border-box;
  flex-direction: column;
  width: var(--dropdown-width);
  min-width: var(--dropdown-min-width);
  max-height: var(--dropdown-height);
  margin-top: var(--spacing-10);
  padding: var(--spacing-8);
  overflow: visible;
  transform-origin: var(--radix-combobox-content-transform-origin);
  animation-duration: var(--animation-fast);
  animation-timing-function: ease-out;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-16);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  gap: var(--spacing-4);
}
.celeste-dropdown-content[data-state=open][data-v-38838139],
div[data-v-38838139] .celeste-dropdown-content[data-state=open] {
  animation-name: slide-up-and-fade-38838139;
}
.celeste-dropdown-content[data-state=closed][data-v-38838139],
div[data-v-38838139] .celeste-dropdown-content[data-state=closed] {
  animation-name: slide-down-and-fade-38838139;
}
div[data-v-38838139] .celeste-dropdown-items-viewport {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}
@keyframes slide-up-and-fade-38838139 {
from {
    transform: translateY(10px);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes slide-down-and-fade-38838139 {
from {
    transform: translateY(0);
    opacity: 1;
}
to {
    transform: translateY(10px);
    opacity: 0;
}
}.celeste-combobox-root[data-v-29e14e56] {
  flex-shrink: 0;
}.celeste-dropdown-separator[data-v-987226c9] {
  width: 100%;
  height: 1px;
  background-color: var(--color-stroke-soft-200);
}.celeste-dropdown-anchor-trigger[data-v-bddcd2de] {
  transition-property: background-color, transform, opacity;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
  gap: var(--spacing-8);
  cursor: pointer;
}
.celeste-dropdown-anchor-trigger[data-v-bddcd2de] i {
  width: 20px;
  height: 20px;
  color: var(--color-icon-soft-400);
}
.celeste-dropdown-anchor-trigger[data-v-bddcd2de]:hover {
  background: var(--color-bg-weak-50);
}
.celeste-dropdown-anchor-trigger[data-v-bddcd2de]:focus, .celeste-dropdown-anchor-trigger[data-v-bddcd2de]:focus-visible, .celeste-dropdown-anchor-trigger[data-v-bddcd2de]:focus-within {
  outline: none;
  box-shadow: var(--shadow-buttons-important-focus);
}
.celeste-dropdown-anchor-trigger .celeste-dropdown-anchor-trigger-prefix[data-v-bddcd2de] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.celeste-dropdown-anchor-trigger .celeste-dropdown-anchor-trigger-prefix-selected[data-v-bddcd2de] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.celeste-dropdown-anchor-trigger .celeste-dropdown-input[data-v-bddcd2de] {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: space-between;
  background: inherit;
  color: var(--color-text-sub-600);
  font: var(--paragraph-sm);
  cursor: pointer;
  gap: var(--spacing-8);
}
.celeste-dropdown-anchor-trigger .celeste-dropdown-trigger[data-v-bddcd2de] {
  transition-property: background-color, transform, opacity;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  display: flex;
  place-items: center center;
  border: none;
  background: none;
  color: var(--color-icon-soft-400);
  cursor: pointer;
}
.celeste-dropdown-anchor-trigger[data-state=open][data-v-bddcd2de]:not([data-disabled]) .celeste-dropdown-trigger {
  transform: rotate(180deg);
}
.celeste-dropdown-anchor-trigger-error[data-v-bddcd2de]:not(.celeste-dropdown-anchor-trigger-type-compact) {
  border: 1px solid var(--color-state-error-base);
}
.celeste-dropdown-anchor-trigger[data-disabled][data-v-bddcd2de] {
  background: var(--color-bg-weak-50);
  color: var(--color-text-disabled-300);
  cursor: not-allowed;
}
.celeste-dropdown-anchor-trigger[data-disabled] .celeste-dropdown-input[data-v-bddcd2de] {
  color: var(--color-text-disabled-300);
  cursor: not-allowed;
}
.celeste-dropdown-anchor-trigger[data-disabled][data-v-bddcd2de] i,
.celeste-dropdown-anchor-trigger[data-disabled] .celeste-dropdown-trigger[data-v-bddcd2de] {
  color: var(--color-icon-disabled-300);
  cursor: not-allowed;
}
.celeste-dropdown-anchor-trigger[data-state=open][data-v-bddcd2de]:not([data-disabled],
.celeste-dropdown-anchor-trigger-type-compact,
.celeste-dropdown-anchor-trigger-type-compact-input) {
  border: 1px solid var(--color-stroke-strong-950);
  box-shadow: var(--shadow-buttons-important-focus);
  color: var(--color-text-strong-950);
}
.celeste-dropdown-anchor-trigger[data-state=open]:not([data-disabled],
.celeste-dropdown-anchor-trigger-type-compact,
.celeste-dropdown-anchor-trigger-type-compact-input) .celeste-dropdown-input[data-v-bddcd2de] {
  color: var(--color-text-strong-950);
}
.celeste-dropdown-anchor-trigger[data-state=open]:not([data-disabled],
.celeste-dropdown-anchor-trigger-type-compact,
.celeste-dropdown-anchor-trigger-type-compact-input) i[data-v-bddcd2de] {
  color: var(--color-icon-strong-950);
}
.celeste-dropdown-anchor-trigger-filled[data-v-bddcd2de] {
  color: var(--color-text-strong-950);
}
.celeste-dropdown-anchor-trigger-filled[data-v-bddcd2de] .celeste-dropdown-input {
  color: var(--color-text-strong-950);
}
.celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-compact[data-v-bddcd2de] {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background: transparent;
  box-shadow: none;
}
.celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-compact[data-v-bddcd2de] .celeste-dropdown-input {
  flex: inherit;
}
.celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-compact:hover:not([data-disabled]) .celeste-dropdown-input[data-v-bddcd2de], .celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-compact[data-state=open]:not([data-disabled]) .celeste-dropdown-input[data-v-bddcd2de] {
  color: var(--color-text-strong-950);
}
.celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-compact[data-v-bddcd2de]:hover:not([data-disabled]) i, .celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-compact[data-state=open][data-v-bddcd2de]:not([data-disabled]) i {
  color: var(--color-icon-strong-950);
}
.celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-compact-input[data-v-bddcd2de] {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-compact-input[data-v-bddcd2de] .celeste-dropdown-input {
  flex: inherit;
}
.celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-compact-input[data-state=open][data-v-bddcd2de] {
  box-shadow: none;
}
.celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-inline[data-v-bddcd2de] {
  width: -moz-fit-content;
  width: fit-content;
  gap: var(--spacing-4);
}
.celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-inline[data-v-bddcd2de] .celeste-dropdown-input {
  flex: inherit;
}
.celeste-dropdown-anchor-trigger.celeste-dropdown-anchor-trigger-type-normal[data-v-bddcd2de] {
  width: 100%;
  min-width: 300px;
}
.celeste-dropdown-anchor-trigger-size-xs[data-v-bddcd2de] {
  height: 32px;
  padding: var(--spacing-6);
  border-radius: var(--radius-8);
}
.celeste-dropdown-anchor-trigger-size-sm[data-v-bddcd2de] {
  height: 36px;
  padding: var(--spacing-8);
  border-radius: var(--radius-8);
}
.celeste-dropdown-anchor-trigger-size-md[data-v-bddcd2de] {
  height: 40px;
  padding: var(--spacing-10);
  border-radius: var(--radius-10);
}[data-v-7baed4e9] {
  box-sizing: border-box;
}
.celeste-dropdown-anchor-trigger-prefix[data-v-7baed4e9] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.celeste-dropdown-anchor-trigger-prefix-selected[data-v-7baed4e9] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.celeste-dropdown-item-image[data-v-7baed4e9],
.selected-dropdown-image[data-v-7baed4e9] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-full);
}
.celeste-dropdown-trigger-label[data-v-7baed4e9] {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: space-between;
  width: 0;
  background: inherit;
  color: var(--color-text-sub-600);
  font: var(--paragraph-sm);
  cursor: pointer;
  gap: var(--spacing-8);
}
.celeste-dropdown-trigger-label span[data-v-7baed4e9] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.celeste-dropdown-trigger[data-v-7baed4e9] {
  display: flex;
  place-items: center center;
  transition-property: transform;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  border: none;
  background: none;
  color: var(--color-icon-soft-400);
  cursor: pointer;
}
.celeste-dropdown-inner-input[data-v-7baed4e9] {
  display: flex;
  position: sticky;
  z-index: 50;
  top: 0;
  flex-direction: column;
  gap: var(--spacing-4);
  background-color: var(--color-bg-white-0);
}
.celeste-dropdown-inner-input.sr-only[data-v-7baed4e9] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.celeste-command-group[data-v-04d6d7e5] {
  overflow: hidden;
}
.celeste-command-label[data-v-04d6d7e5] {
  padding: var(--spacing-4) var(--spacing-8);
  color: var(--color-text-soft-400);
  font: var(--subheading-xs);
  text-transform: uppercase;
}

.celeste-command-input[data-v-0407a5d5] {
  --icon-color: var(--color-icon-soft-400);
  --placeholder-color: var(--color-text-soft-400);

  display: flex;
  align-items: center;
  padding: var(--spacing-8);
  transition:
    color,
    background-color var(--animation-normal) ease;
  font: var(--paragraph-sm);
  gap: var(--spacing-8);
}
.celeste-command-input[data-v-0407a5d5]:hover {
  --icon-color: var(--color-icon-sub-600);
  --placeholder-color: var(--color-text-sub-600);

  background: var(--color-bg-weak-50);
}
.celeste-command-input-primitive[data-v-0407a5d5] {
  width: 100%;
  transition: color var(--animation-normal) ease;
  border: none;
  outline: none;
  background: transparent;
  font: inherit;
}
.celeste-command-input-icon[data-v-0407a5d5] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  transition: color var(--animation-normal) ease;
  color: var(--icon-color);
}
.celeste-command-input-primitive[data-v-0407a5d5]::-moz-placeholder {
  -moz-transition: color var(--animation-normal) ease;
  transition: color var(--animation-normal) ease;
  color: var(--placeholder-color);
}
.celeste-command-input-primitive[data-v-0407a5d5]::placeholder {
  transition: color var(--animation-normal) ease;
  color: var(--placeholder-color);
}

.celeste-command-item {
  padding: var(--spacing-8);
  border-radius: var(--radius-8);
  background: var(--color-bg-white-0);
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
}
.celeste-command-item[data-highlighted] {
  background: var(--color-bg-weak-50);
}
.celeste-command-item[data-disabled] {
  color: var(--color-icon-disabled-300);
  pointer-events: none;
}

.celeste-command-list {
  max-height: 300px;
  overflow: hidden auto;
}

.celeste-command-root {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: var(--spacing-8);
  overflow: hidden;
  border-radius: var(--radius-16);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  gap: var(--spacing-4);
}

.celeste-command-separator[data-v-547148a7] {
  width: 100%;
  height: 1px;
  background: var(--color-bg-soft-200);
}
.celeste-content-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-soft-400);
  font: var(--subheading-xs);
  text-transform: var(--text-case-uppercase);
  word-break: keep-all;
}
.celeste-content-divider-type-line {
  flex: 1 0 0;
  width: 100%;
  height: 1px;
  padding-block: var(--spacing-1);
  background: var(--color-stroke-soft-200);
  gap: var(--spacing-8);
}
.celeste-content-divider-type-text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 24px;
  gap: var(--spacing-8);
  padding: var(--spacing-4) var(--spacing-8);
  white-space: nowrap;
}
.celeste-content-divider-type-text-line {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 100%;
  height: var(--spacing-12);
  font: var(--subheading-xs);
  gap: var(--spacing-10);
  white-space: nowrap;
}
.celeste-content-divider-type-text-line hr {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--color-stroke-soft-200);
}
.celeste-content-divider-type-solid-text {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: var(--spacing-6) 20px;
  background: var(--color-bg-weak-50);
  gap: var(--spacing-6);
}.celeste-counter-input-wrapper {
  --celeste-counter-input-bg-color: var(--color-bg-white-0);
  --celeste-counter-input-text-color: var(--color-text-strong-950);
  --celeste-counter-input-drop-shadow: var(--shadow-regular-xs);
  --celeste-counter-input-outline-color: transparent;
  --celeste-counter-input-border-color: var(--color-stroke-soft-200);
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--celeste-counter-input-height);
  padding-inline: var(--celeste-counter-input-gap);
  transition: all var(--animation-fast) ease-out;
  border: 1px solid var(--celeste-counter-input-border-color);
  border-radius: var(--celeste-counter-input-radius);
  outline: 2px solid var(--celeste-counter-input-outline-color);
  outline-offset: 2px;
  background-color: var(--celeste-counter-input-bg-color);
  box-shadow: var(--celeste-counter-input-drop-shadow);
  color: var(--celeste-counter-input-text-color);
  font: var(--paragraph-sm);
  gap: var(--celeste-counter-input-gap);
}
.celeste-counter-input-wrapper[size=xs] {
  --celeste-counter-input-gap: var(--spacing-4);
  --celeste-counter-input-height: 30px;
  --celeste-counter-input-radius: var(--radius-8);
  --celeste-counter-input-padding: calc(var(--spacing-8) - var(--spacing-2));
}
.celeste-counter-input-wrapper[size=sm] {
  --celeste-counter-input-gap: var(--spacing-6);
  --celeste-counter-input-height: 34px;
  --celeste-counter-input-radius: var(--radius-8);
  --celeste-counter-input-padding: var(--spacing-8);
}
.celeste-counter-input-wrapper[size=md] {
  --celeste-counter-input-gap: var(--spacing-8);
  --celeste-counter-input-height: 38px;
  --celeste-counter-input-radius: var(--radius-10);
  --celeste-counter-input-padding: var(--spacing-8);
}
.celeste-counter-input-wrapper[has-error=true] {
  --celeste-counter-input-border-color: var(--color-state-error-base);
}
.celeste-counter-input-wrapper > .celeste-counter-input {
  flex: 2;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  text-align: center;
}
.celeste-counter-input-wrapper .celeste-counter-input-decrement:active,
.celeste-counter-input-wrapper .celeste-counter-input-increment:active {
  background-color: var(--color-bg-weak-50);
  color: var(--color-icon-strong-950);
}
.celeste-counter-input-wrapper:has(.celeste-counter-input:focus) {
  --celeste-counter-input-outline-color: var(--color-stroke-soft-200);
  --celeste-counter-input-border-color: var(--color-stroke-strong-950);
}
.celeste-counter-input-wrapper:has(.celeste-counter-input:focus)[has-error=true] {
  --celeste-counter-input-border-color: var(--color-state-error-base);
  --celeste-counter-input-outline-color: var(--color-state-error-lighter);
}
.celeste-counter-input-wrapper:has(.celeste-counter-input:disabled) {
  --celeste-counter-input-bg-color: var(--color-bg-weak-50);
  --celeste-counter-input-text-color: var(--color-text-disabled-300);
  --celeste-counter-input-drop-shadow: none;
  --celeste-counter-input-border-color: transparent;
  pointer-events: none;
}
.celeste-counter-input-wrapper:has(.celeste-counter-input:hover:not(:focus, :disabled)) {
  --celeste-counter-input-border-color: transparent;
  --celeste-counter-input-bg-color: var(--color-bg-weak-50);
}.celeste-digit-input-group[data-v-44b2fcc1] {
  display: flex;
  align-items: center;
  max-width: 100%;
  gap: var(--spacing-10);
}.celeste-digit-input-slot[data-v-5a1bb76d] {
  --celeste-digit-input-border-color: var(--color-stroke-soft-200);
  --celeste-digit-input-drop-shadow: var(--shadow-regular-xs);
  --celeste-digit-input-placeholder-color: var(--color-text-soft-400);
  display: flex;
  box-sizing: border-box;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  max-width: 64px;
  padding: 0;
  transition: all var(--animation-fast) ease-out;
  border: 1px solid var(--celeste-digit-input-border-color);
  border-radius: var(--radius-10);
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: var(--color-bg-white-0);
  box-shadow: var(--celeste-digit-input-drop-shadow);
  color: var(--color-text-strong-950);
  font: var(--title-h5-title);
  text-align: center;
  aspect-ratio: 1;
}
.celeste-digit-input-slot[data-v-5a1bb76d]::-moz-placeholder {
  -moz-transition: color var(--animation-fast) ease-out;
  transition: color var(--animation-fast) ease-out;
  color: var(--celeste-digit-input-placeholder-color);
}
.celeste-digit-input-slot[data-v-5a1bb76d]::placeholder {
  transition: color var(--animation-fast) ease-out;
  color: var(--celeste-digit-input-placeholder-color);
}
.celeste-digit-input-slot[data-v-5a1bb76d]:focus {
  --celeste-digit-input-border-color: var(--color-stroke-strong-950);
  --celeste-digit-input-placeholder-color: var(--color-text-sub-600);
  outline-color: var(--color-stroke-soft-200);
}
.celeste-digit-input-slot[data-v-5a1bb76d]:disabled {
  --celeste-digit-input-border-color: transparent;
  --celeste-digit-input-drop-shadow: none;
  --celeste-digit-input-placeholder-color: var(--color-text-disabled-300);
  background-color: var(--color-bg-weak-50);
  box-shadow: none;
  color: var(--color-text-disabled-300);
  pointer-events: none;
}
.celeste-digit-input-slot[data-v-5a1bb76d]:disabled::-moz-placeholder {
  color: currentcolor;
}
.celeste-digit-input-slot[data-v-5a1bb76d]:disabled::placeholder {
  color: currentcolor;
}
[data-error=true] .celeste-digit-input-slot[data-v-5a1bb76d] {
  --celeste-digit-input-border-color: var(--color-state-error-base);
}
[data-error=true] .celeste-digit-input-slot[data-v-5a1bb76d]:focus {
  --celeste-digit-input-border-color: var(--color-state-error-base);
  outline-color: var(--color-state-error-lighter);
}
.celeste-digit-input-slot[data-v-5a1bb76d]:hover:not(:focus, :disabled) {
  --celeste-digit-input-border-color: transparent;
  --celeste-digit-input-placeholder-color: var(--color-text-sub-600);
  background-color: var(--color-bg-weak-50);
}.celeste-digit-input[data-v-86bf03a4] {
  display: flex;
  align-items: center;
  max-width: 100%;
  gap: var(--spacing-10);
}[data-v-29fe82ec] .celeste-dropdown-menu-content {
  --dropdown-min-width: 250px;
  --dropdown-max-width: 350px;
  display: flex;
  z-index: 50;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  min-width: var(--dropdown-min-width);
  max-width: var(--dropdown-max-width);
  padding: var(--spacing-8);
  overflow: hidden;
  transform-origin: var(--radix-popper-transform-origin);
  animation: var(--animation-fast) ease-out forwards;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-16);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  transition-behavior: allow-discrete;
  gap: var(--spacing-4);
  scale: 0.95;
}
[data-v-29fe82ec] .celeste-dropdown-menu-content[data-state=open] {
  animation-name: open-29fe82ec;
}
[data-v-29fe82ec] .celeste-dropdown-menu-content[data-state=closed] {
  animation-name: close-29fe82ec;
}
@keyframes open-29fe82ec {
to {
    opacity: 1;
    scale: 1;
}
}
@keyframes close-29fe82ec {
from {
    opacity: 1;
    scale: 1;
}
to {
    scale: 0.95;
    opacity: 0;
}
}.celeste-dropdown-menu-group[data-v-87c13894] {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}.celeste-dropdown-menu-item[data-v-88051c3a] {
  display: flex;
  align-items: center;
  padding: var(--spacing-8);
  transition: background-color var(--animation-fast) ease-out;
  border-radius: var(--radius-8);
  background: var(--color-bg-white-0);
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
  text-decoration: none;
  cursor: pointer;
  gap: var(--spacing-8);
}
.celeste-dropdown-menu-item i[data-v-88051c3a] {
  color: var(--color-icon-sub-600);
}
.celeste-dropdown-menu-item[data-v-88051c3a]:focus-visible, .celeste-dropdown-menu-item[data-v-88051c3a]:not([data-disabled]):hover, .celeste-dropdown-menu-item[data-highlighted][data-v-88051c3a] {
  outline: none;
  background: var(--color-bg-weak-50);
}
.celeste-dropdown-menu-item .celeste-dropdown-menu-item-body[data-v-88051c3a] {
  display: flex;
  flex: 1;
  align-items: center;
  gap: var(--spacing-4);
}
.celeste-dropdown-menu-item .celeste-dropdown-menu-item-prefix[data-v-88051c3a],
.celeste-dropdown-menu-item .celeste-dropdown-menu-item-suffix[data-v-88051c3a] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--color-icon-sub-600);
}
.celeste-dropdown-menu-item .celeste-dropdown-menu-item-prefix[data-v-88051c3a] i,
.celeste-dropdown-menu-item .celeste-dropdown-menu-item-suffix[data-v-88051c3a] i {
  color: var(--color-icon-sub-600);
}
.celeste-dropdown-menu-item[data-disabled][data-v-88051c3a] {
  color: var(--color-text-disabled-300);
  pointer-events: none;
}
.celeste-dropdown-menu-item[data-disabled] .celeste-dropdown-menu-item-prefix[data-v-88051c3a],
.celeste-dropdown-menu-item[data-disabled] .celeste-dropdown-menu-item-suffix[data-v-88051c3a] {
  color: var(--color-text-disabled-300);
}
.celeste-dropdown-menu-item[data-disabled] .celeste-dropdown-menu-item-prefix[data-v-88051c3a] i,
.celeste-dropdown-menu-item[data-disabled] .celeste-dropdown-menu-item-suffix[data-v-88051c3a] i {
  color: var(--color-icon-disabled-300);
}.celeste-dropdown-menu-label[data-v-495f5d77] {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: var(--spacing-8);
  color: var(--color-text-soft-400);
  font: var(--paragraph-sm);
  gap: var(--spacing-8);
}.celeste-dropdown-menu-separator[data-v-9736785f] {
  width: 100%;
  height: 1px;
  background-color: var(--color-stroke-soft-200);
}[data-v-030354cd] .celeste-dropdown-menu-sub-content {
  --dropdown-min-width: 250px;
  --dropdown-max-width: 350px;
  --dropdown-max-height: 300px;
  display: flex;
  z-index: 50;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  min-width: var(--dropdown-min-width);
  max-width: var(--dropdown-max-width);
  max-height: var(--dropdown-max-height);
  margin-block-start: var(--spacing-10);
  padding: var(--spacing-8);
  overflow: hidden auto;
  transform-origin: var(--radix-popper-transform-origin);
  animation: var(--animation-fast) ease-out forwards;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-16);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  gap: var(--spacing-4);
  scale: 0.95;
}
[data-v-030354cd] .celeste-dropdown-menu-sub-content[data-state=open] {
  animation-name: open-030354cd;
}
[data-v-030354cd] .celeste-dropdown-menu-sub-content[data-state=closed] {
  animation-name: close-030354cd;
}
@keyframes open-030354cd {
to {
    opacity: 1;
    scale: 1;
}
}
@keyframes close-030354cd {
from {
    opacity: 1;
    scale: 1;
}
to {
    scale: 0.95;
    opacity: 0;
}
}.celeste-dropdown-menu-sub-trigger[data-v-bc9c21ce] {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-8);
  transition: background-color var(--animation-fast) ease-out;
  border-radius: var(--radius-8);
  background: var(--color-bg-white-0);
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
  cursor: pointer;
  gap: var(--spacing-8);
}
.celeste-dropdown-menu-sub-trigger i[data-v-bc9c21ce] {
  color: var(--color-icon-sub-600);
}
.celeste-dropdown-menu-sub-trigger i[data-v-bc9c21ce]:dir(rtl) {
  transform: rotate(180deg);
}
.celeste-dropdown-menu-sub-trigger[data-v-bc9c21ce]:focus-visible, .celeste-dropdown-menu-sub-trigger[data-v-bc9c21ce]:not([data-disabled]):hover, .celeste-dropdown-menu-sub-trigger[data-state=open][data-v-bc9c21ce], .celeste-dropdown-menu-sub-trigger[data-highlighted][data-v-bc9c21ce] {
  outline: none;
  background: var(--color-bg-weak-50);
}
.celeste-dropdown-menu-sub-trigger .celeste-dropdown-menu-sub-prefix[data-v-bc9c21ce] {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--color-icon-sub-600);
}
.celeste-dropdown-menu-sub-trigger .celeste-dropdown-menu-sub-prefix[data-v-bc9c21ce] i {
  color: var(--color-icon-sub-600);
}
.celeste-dropdown-menu-sub-trigger[data-disabled][data-v-bc9c21ce] {
  color: var(--color-text-disabled-300);
  cursor: auto;
}
.celeste-dropdown-menu-sub-trigger[data-disabled] .celeste-dropdown-menu-sub-prefix[data-v-bc9c21ce] {
  color: var(--color-text-disabled-300);
}
.celeste-dropdown-menu-sub-trigger[data-disabled] .celeste-dropdown-menu-sub-prefix[data-v-bc9c21ce] i {
  color: var(--color-icon-disabled-300);
}
.celeste-dropdown-menu-sub-trigger .celeste-dropdown-menu-sub-body[data-v-bc9c21ce] {
  flex: 1;
}.celeste-dropdown-menu-trigger[data-v-003a2030] {
  display: flex;
  align-items: center;
  border-radius: var(--radius-8);
  cursor: pointer;
  gap: var(--spacing-8);
}
.celeste-dropdown-menu-trigger[data-disabled][data-v-003a2030] {
  background: var(--color-bg-weak-50);
  color: var(--color-text-disabled-300);
  cursor: auto;
}
.celeste-dropdown-menu-trigger[data-disabled][data-v-003a2030] i {
  color: var(--color-icon-disabled-300);
}[data-v-65fa331f] {
  box-sizing: border-box;
}[data-v-aa109675] .celeste-tooltip-content {
  display: flex;
  position: relative;
  z-index: 50;
  align-items: flex-start;
  width: auto;
  max-width: calc(var(--radix-tooltip-content-available-width) / 1.5);
  height: auto;
  animation: var(--animation-fast) ease-out forwards;
  border: 1px solid transparent;
  opacity: 0;
  background-color: var(--color-bg-white-0);
  box-shadow: 0 12px 24px 0 rgba(14, 18, 27, 0.06), 0 1px 2px 0 rgba(14, 18, 27, 0.03);
  gap: var(--spacing-12);
  scale: 0.98;
}
[data-v-aa109675] .celeste-tooltip-content[data-state=delayed-open] {
  animation-name: open-aa109675;
}
[data-v-aa109675] .celeste-tooltip-content[data-state=closed][data-side=left] {
  animation-name: close-left-aa109675;
}
[data-v-aa109675] .celeste-tooltip-content[data-state=closed][data-side=right] {
  animation-name: close-right-aa109675;
}
[data-v-aa109675] .celeste-tooltip-content[data-state=closed][data-side=top] {
  animation-name: close-top-aa109675;
}
[data-v-aa109675] .celeste-tooltip-content[data-state=closed][data-side=bottom] {
  animation-name: close-bottom-aa109675;
}
[data-v-aa109675] .celeste-tooltip-content .celeste-tooltip-content-box {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}
[data-v-aa109675] .celeste-tooltip-content .celeste-tooltip-content-box .celeste-tooltip-content-description {
  font: var(--paragraph-xs);
}
[data-v-aa109675] .celeste-tooltip-content .celeste-tooltip-content-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
[data-v-aa109675] .celeste-tooltip-content .celeste-tooltip-content-arrow {
  --tooltip-arrow-size: 8px;
  position: absolute;
  width: var(--tooltip-arrow-size);
  border: 1px solid transparent;
  border-bottom-left-radius: calc(var(--radius-6) / 2);
  background-color: var(--color-bg-white-0);
  rotate: -45deg;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  inset-inline-start: calc(var(--tooltip-arrow-size) / 2 * -1);
  inset-block-start: calc((var(--tooltip-arrow-size) / 2 + 1px) * -1);
}
[data-v-aa109675] .celeste-tooltip-content[variant=light] {
  border-color: var(--color-stroke-soft-200);
}
[data-v-aa109675] .celeste-tooltip-content[variant=light] .celeste-tooltip-content-icon {
  color: var(--color-icon-sub-600);
}
[data-v-aa109675] .celeste-tooltip-content[variant=light] .celeste-tooltip-content-title {
  color: var(--color-text-strong-950);
}
[data-v-aa109675] .celeste-tooltip-content[variant=light] .celeste-tooltip-content-description {
  color: var(--color-text-sub-600);
}
[data-v-aa109675] .celeste-tooltip-content[variant=light] .celeste-tooltip-content-arrow {
  border-color: var(--color-stroke-soft-200);
}
[data-v-aa109675] .celeste-tooltip-content[variant=dark] {
  background-color: var(--color-bg-strong-950);
}
[data-v-aa109675] .celeste-tooltip-content[variant=dark] .celeste-tooltip-content-icon {
  color: var(--color-icon-soft-400);
}
[data-v-aa109675] .celeste-tooltip-content[variant=dark] .celeste-tooltip-content-title {
  color: var(--color-text-white-0);
}
[data-v-aa109675] .celeste-tooltip-content[variant=dark] .celeste-tooltip-content-description {
  color: var(--color-text-soft-400);
}
[data-v-aa109675] .celeste-tooltip-content[variant=dark] .celeste-tooltip-content-arrow {
  background-color: var(--color-bg-strong-950);
}
[data-v-aa109675] .celeste-tooltip-content[size=xs] {
  padding: var(--spacing-2) var(--spacing-6);
  border-radius: var(--radius-4);
}
[data-v-aa109675] .celeste-tooltip-content[size=xs] .celeste-tooltip-content-title {
  font: var(--paragraph-xs);
}
[data-v-aa109675] .celeste-tooltip-content[size=sm] {
  padding: var(--spacing-4) var(--spacing-10);
  border-radius: var(--radius-6);
}
[data-v-aa109675] .celeste-tooltip-content[size=sm] .celeste-tooltip-content-title {
  font: var(--paragraph-sm);
}
[data-v-aa109675] .celeste-tooltip-content[size=md] {
  padding: var(--spacing-12);
  border-radius: var(--radius-12);
}
[data-v-aa109675] .celeste-tooltip-content[size=md] .celeste-tooltip-content-title {
  font: var(--label-sm);
}
[data-v-aa109675] .celeste-tooltip-content[data-side=left] .celeste-tooltip-content-arrow,[data-v-aa109675] .celeste-tooltip-content[data-side=right] .celeste-tooltip-content-arrow {
  translate: calc(var(--tooltip-arrow-size) / 4 * -1) 0;
}
[data-v-aa109675] .celeste-tooltip-content:has(button):not(:has(.celeste-tooltip-content-description)) {
  align-items: center;
}
@keyframes open-aa109675 {
to {
    translate: 0;
    opacity: 1;
    scale: 1;
}
}
@keyframes close-left-aa109675 {
from {
    translate: 0;
    opacity: 1;
    scale: 1;
}
to {
    translate: calc(var(--spacing-4) * -1) 0;
    scale: 0.98;
    opacity: 0;
}
}
@keyframes close-right-aa109675 {
from {
    translate: 0;
    opacity: 1;
    scale: 1;
}
to {
    translate: var(--spacing-4) 0;
    scale: 0.98;
    opacity: 0;
}
}
@keyframes close-top-aa109675 {
from {
    translate: 0;
    opacity: 1;
    scale: 1;
}
to {
    translate: 0 calc(var(--spacing-4) * -1);
    scale: 0.98;
    opacity: 0;
}
}
@keyframes close-bottom-aa109675 {
from {
    translate: 0;
    opacity: 1;
    scale: 1;
}
to {
    translate: 0 var(--spacing-4);
    scale: 0.98;
    opacity: 0;
}
}.show-more-wrapper[data-v-64fad3cb] .i-celeste-arrow-down-s-line {
  display: none;
}
.celeste-select-item[data-state=checked][data-v-64fad3cb] .i-celeste-check-line {
  display: none;
}.celeste-file-upload-area[data-v-0e4f337e] {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 204px;
  gap: calc(var(--spacing-10) * 2);
  padding: calc(var(--spacing-16) * 2);
  transition: background-color var(--animation-normal) ease-out;
  border: 1px dashed var(--color-stroke-sub-300);
  border-radius: var(--radius-12);
  background-color: var(--color-bg-white-0);
  cursor: pointer;
}
.celeste-file-upload-area[data-v-0e4f337e]:hover {
  background-color: var(--color-bg-weak-50);
}
.celeste-file-upload-area > i[data-v-0e4f337e] {
  width: 24px;
  height: 24px;
  color: var(--color-icon-sub-600);
}
.celeste-file-upload-area .celeste-file-upload-area-content[data-v-0e4f337e] {
  display: grid;
  gap: var(--spacing-6);
  text-align: center;
}
.celeste-file-upload-area .celeste-file-upload-area-content .celeste-file-upload-area-label[data-v-0e4f337e] {
  color: var(--color-text-strong-950);
  font: var(--label-sm);
}
.celeste-file-upload-area .celeste-file-upload-area-content .celeste-file-upload-area-description[data-v-0e4f337e] {
  color: var(--color-text-sub-600);
  font: var(--label-xs);
}
.celeste-file-upload-area .celeste-file-upload-area-trigger[data-v-0e4f337e] {
  background-color: var(--color-bg-white-0) !important;
}
.celeste-file-upload-area .celeste-file-upload-area-trigger[data-v-0e4f337e]:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}
.celeste-file-upload-area > input[type=file][data-v-0e4f337e] {
  position: absolute;
  opacity: 0;
  scale: 0;
}
.celeste-file-upload-area[data-over-drop-zone=true][data-v-0e4f337e] {
  background-color: var(--color-bg-weak-50);
}.celeste-hint-text[data-v-42c3df99] {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-4);
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
}
.celeste-hint-text i[data-v-42c3df99] {
  flex-shrink: 0;
  color: var(--color-icon-soft-400);
}
.celeste-hint-text p[data-v-42c3df99] {
  max-width: 65ch;
  margin: 0;
}
.celeste-hint-text-disabled[data-v-42c3df99] {
  color: var(--color-text-disabled-300);
}
.celeste-hint-text-disabled i[data-v-42c3df99] {
  color: var(--color-icon-disabled-300);
}
.celeste-hint-text-error[data-v-42c3df99] {
  color: var(--color-state-error-base);
}
.celeste-hint-text-error i[data-v-42c3df99] {
  color: var(--color-state-error-base);
}.celeste-label[data-v-896f427f] {
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
  color: var(--color-text-strong-950);
  font: var(--label-sm);
}
.celeste-label[data-v-896f427f]:has(> a) > *:last-child {
  flex: 2;
}
.celeste-label[aria-required=true][data-v-896f427f]::after {
  content: "*";
  order: 2;
  color: var(--color-primary-base);
}
.celeste-label[data-v-896f427f]:not(:has(> .celeste-sublabel, > .celeste-label-info, .celeste-label[aria-required=true])) > * {
  flex: none;
}
.celeste-label:not(:has(> .celeste-sublabel, > .celeste-label-info, .celeste-label[aria-required=true]))[aria-required=false][data-v-896f427f] {
  justify-content: space-between;
}
.celeste-label:not(:has(> .celeste-sublabel, > .celeste-label-info, .celeste-label[aria-required=true]))[aria-required=true][data-v-896f427f]::after {
  flex: 2;
}
.celeste-label .celeste-sublabel[data-v-896f427f] {
  order: 3;
  color: var(--color-text-sub-600);
  font: var(--paragraph-sm);
}
.celeste-label .celeste-label-info[data-v-896f427f] {
  display: flex;
  align-items: center;
  order: 4;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--color-icon-disabled-300);
}
.celeste-label .celeste-label-button[data-v-896f427f] {
  order: 5;
}
.celeste-label[aria-disabled=true][data-v-896f427f] {
  color: var(--color-text-disabled-300);
  pointer-events: none;
}
.celeste-label[aria-disabled=true][data-v-896f427f]::after, .celeste-label[aria-disabled=true][data-v-896f427f] >  a,
.celeste-label[aria-disabled=true] .celeste-sublabel[data-v-896f427f] {
  color: inherit;
}.celeste-switch {
  --width: 26px;
  --height: 16px;
  --bg-color: var(--color-bg-soft-200);
  --animation-function: cubic-bezier(0.18, 0.89, 0.43, 1.19);
  position: relative;
  width: var(--width);
  height: var(--height);
  transition: background var(--animation-fast) ease-out;
  border: 1px solid transparent;
  border-radius: var(--radius-full);
  background-color: var(--bg-color);
  cursor: pointer;
}
.celeste-switch .celeste-switch-thumb {
  --thumb-size: 12px;
  --thumb-hole: 4px;
  position: absolute;
  box-sizing: border-box;
  width: var(--thumb-size);
  height: var(--thumb-size);
  transform: translateY(-50%);
  transition-property: inset-inline-start, width, height;
  transition-duration: var(--animation-fast);
  transition-timing-function: var(--animation-function), ease-out, ease-out;
  border-radius: var(--radius-full);
  background-color: var(--color-static-white);
  box-shadow: var(--shadow-toggle-switch);
  inset-block-start: 50%;
  inset-inline-start: 1px;
  will-change: transform;
}
.celeste-switch .celeste-switch-thumb[data-state=checked] {
  inset-inline-start: calc(100% - var(--thumb-size) - 1px);
}
.celeste-switch .celeste-switch-thumb::before {
  content: "";
  position: absolute;
  width: var(--thumb-hole);
  height: var(--thumb-hole);
  margin: auto;
  transition: background var(--animation-fast) ease-out;
  border-radius: var(--radius-full);
  background-color: var(--bg-color);
  inset: var(--spacing-0);
}
.celeste-switch[aria-checked=true] {
  --bg-color: var(--color-primary-base);
}
.celeste-switch:disabled {
  --bg-color: var(--color-bg-white-0);
  border-color: var(--color-stroke-soft-200);
  background-color: var(--bg-color);
  pointer-events: none;
}
.celeste-switch:disabled .celeste-switch-thumb {
  inset-inline-start: var(--spacing-2);
  border-color: var(--color-bg-soft-200);
  background-color: var(--color-bg-soft-200);
  box-shadow: none;
}
.celeste-switch:disabled .celeste-switch-thumb[data-state=checked] {
  inset-inline-start: calc(100% - var(--thumb-size));
}
.celeste-switch:active:not(:disabled) .celeste-switch-thumb {
  --thumb-size: 10px;
}
.celeste-switch:hover:not(:active, :disabled) {
  --bg-color: var(--color-bg-sub-300);
}
.celeste-switch:hover:not(:active, :disabled)[aria-checked=true] {
  --bg-color: var(--color-primary-darker);
}.link-bubble[data-v-ec88b8f1] {
  max-width: calc(100vw - 40px);
  padding: var(--spacing-12);
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-12);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
}
.link-bubble .set-mode[data-v-ec88b8f1] {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-12);
}
.link-bubble .set-mode .set-link[data-v-ec88b8f1] {
  display: flex;
  gap: var(--spacing-8);
}
.link-bubble .set-mode .set-link .link-input[data-v-ec88b8f1] {
  flex: 1;
  min-width: 140px;
}
.link-bubble .set-mode .set-link button[data-v-ec88b8f1] {
  flex-shrink: 0;
  white-space: nowrap;
}
.link-bubble .set-mode[data-v-ec88b8f1] .celeste-switch[aria-checked='true'] {
  background-color: var(--color-neutral-700);
}
.link-bubble .set-mode[data-v-ec88b8f1] .celeste-switch[aria-checked='true'] .celeste-switch-thumb::before {
  background-color: currentcolor;
}
.link-bubble .set-mode .switch-button-box[data-v-ec88b8f1] {
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
}
.link-bubble .edit-mode[data-v-ec88b8f1] {
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
}
.link-bubble .edit-mode .divider[data-v-ec88b8f1] {
  width: 1px;
  height: 16px;
  margin: 0 3px;
  background: var(--color-stroke-soft-200);
}
.link-bubble .edit-mode[data-v-ec88b8f1] .celeste-link-button {
  display: flex;
  border-radius: var(--radius-8);
  color: var(--color-neutral-700);
  gap: var(--spacing-8);
}.celeste-rich-editor[data-v-4e1c9896] {
  position: relative;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--spacing-12);
  background: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
}
.celeste-rich-editor .toolbar[data-v-4e1c9896] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: var(--spacing-4);
  border-bottom: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--spacing-12) var(--spacing-12) 0 0;
  background: var(--color-bg-white-0);
  gap: var(--spacing-4);
}
.celeste-rich-editor .toolbar[data-v-4e1c9896] .celeste-cbutton:active {
  background-color: var(--color-bg-weak-50);
  box-shadow: none;
  color: var(--color-icon-strong-950);
}
.celeste-rich-editor .toolbar .celeste-cbutton.active[data-v-4e1c9896] {
  background-color: var(--color-neutral-100);
  color: var(--color-icon-strong-950);
}
.celeste-rich-editor .toolbar .divider[data-v-4e1c9896] {
  width: 1px;
  height: 16px;
  margin: 0 3px;
  background: var(--color-stroke-soft-200);
}
.celeste-rich-editor .toolbar .extra-settings-wrapper[data-v-4e1c9896] {
  display: flex;
  align-items: center;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] {
  min-height: 88px;
  margin: var(--spacing-12);
  padding-inline-end: var(--spacing-12);
  overflow-y: auto;
  resize: vertical;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap {
  min-height: 88px;
  outline: none;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap :first-child {
  margin-top: 0;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  height: 0;
  color: var(--color-neutral-300);
  pointer-events: none;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h1,
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h2,
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h3,
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h4,
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h5,
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h6,
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap p {
  margin-bottom: 0;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h1 {
  margin-top: 40px;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 64px;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h2 {
  margin-top: 36px;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 56px;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h3 {
  margin-top: 32px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 48px;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h4 {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 40px;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h5 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap h6 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 24px;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap ul,
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap ol {
  margin: 1.25rem 1rem 1.25rem 0.4rem;
  padding: 0 1rem;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap ul li p,
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap ol li p {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap a {
  color: var(--color-blue-700);
  cursor: pointer;
}
.celeste-rich-editor .text-field[data-v-4e1c9896] .tiptap a:hover {
  color: var(--color-blue-500);
}
.celeste-rich-editor .characters-count[data-v-4e1c9896] {
  position: absolute;
  bottom: 7px;
  inset-inline-end: 22px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: var(--spacing-4);
  border-radius: var(--radius-4);
  background: var(--color-bg-white-0);
  color: var(--color-text-soft-400);
  font: var(--subheading-xxs);
}
.celeste-rich-editor .characters-count.warning[data-v-4e1c9896] {
  color: var(--color-state-warning-base);
}
.celeste-rich-editor .characters-count.danger[data-v-4e1c9896] {
  color: var(--color-state-error-base);
}
.celeste-rich-editor .select-menu-wrapper[data-v-4e1c9896] {
  padding: 0 var(--spacing-4);
}
.celeste-rich-editor[data-v-4e1c9896]:dir(rtl) .i-celeste-arrow-go-back-line,
.celeste-rich-editor[data-v-4e1c9896]:dir(rtl) .i-celeste-arrow-go-forward-line {
  transform: scaleX(-1);
}
.celeste-rich-editor[data-v-4e1c9896] .tippy-box[data-theme='custom'] {
  max-width: 400px !important;
}
.celeste-select-item[data-state=checked][data-v-4e1c9896] .i-celeste-check-line {
  display: none;
}
.sonner-alert[data-v-37e85563] {
  width: min(360px, calc(100vw - 32px));
  min-width: 360px;
  max-width: 360px;
}
@media (width <= 600px) {
.sonner-alert[data-v-37e85563] {
    width: 100%;
    min-width: calc(100vw - 32px);
    max-width: 100%;
}
}
.celeste-badge[data-v-21007019] {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: var(--spacing-4) var(--spacing-8) var(--spacing-4) var(--spacing-4);
  transition-property: background-color, color, border-color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  border: 1px solid transparent;
  border-radius: var(--radius-6);
  font: var(--label-xs);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 4px;
}
.celeste-badge i.dot[data-v-21007019] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.celeste-badge i[data-v-21007019]:not(.dot) {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.celeste-badge[data-v-21007019]:has(i.dot) {
  gap: 0;
  padding-inline-start: var(--spacing-2);
}
.celeste-badge-disabled[data-v-21007019] {
  border-color: var(--color-stroke-soft-200);
  background-color: transparent;
  color: var(--color-text-disabled-300);
}
.celeste-badge-sm[data-v-21007019] {
  height: 16px;
  font: var(--subheading-xxs);
  text-transform: uppercase;
}
.celeste-badge-light.celeste-badge-success[data-v-21007019]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-success-lighter);
  color: var(--color-state-success-base);
}
.celeste-badge-stroke.celeste-badge-success[data-v-21007019]:not(.celeste-badge-disabled) {
  border-color: var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-success-base);
}
.celeste-badge-light.celeste-badge-warning[data-v-21007019]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-warning-lighter);
  color: var(--color-state-warning-base);
}
.celeste-badge-stroke.celeste-badge-warning[data-v-21007019]:not(.celeste-badge-disabled) {
  border-color: var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-warning-base);
}
.celeste-badge-light.celeste-badge-error[data-v-21007019]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-error-lighter);
  color: var(--color-state-error-base);
}
.celeste-badge-stroke.celeste-badge-error[data-v-21007019]:not(.celeste-badge-disabled) {
  border-color: var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-error-base);
}
.celeste-badge-light.celeste-badge-faded[data-v-21007019]:not(.celeste-badge-disabled) {
  background-color: var(--color-state-faded-lighter);
  color: var(--color-text-sub-600);
}
.celeste-badge-stroke.celeste-badge-faded[data-v-21007019]:not(.celeste-badge-disabled) {
  border-color: var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  color: var(--color-state-faded-base);
}.celeste-modal-body[data-v-8872ed90] {
  padding: var(--spacing-16);
}
.celeste-modal-body[data-v-8872ed90] +  .celeste-modal-footer {
  border-block-start: 1px solid var(--color-stroke-soft-200);
}.celeste-modal-overlay[data-v-cdcb49b8] {
  position: fixed;
  z-index: 50;
  background: var(--color-overlay-overlay);
  backdrop-filter: blur(5px);
  inset: 0;
}
.celeste-modal-content[data-v-cdcb49b8] {
  position: fixed;
  z-index: 51;
  top: 50%;
  left: 50%;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-20);
  background: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-md);
  translate: -50% -50%;
}
.fade-enter-active[data-v-cdcb49b8],
.fade-leave-active[data-v-cdcb49b8] {
  transition: all var(--animation-fast) cubic-bezier(0.18, 0.89, 0.43, 1.19);
}
.fade-enter-from[data-v-cdcb49b8],
.fade-leave-to[data-v-cdcb49b8] {
  visibility: hidden;
  opacity: 0;
  scale: 0.95;
}.celeste-modal-footer[data-v-f3331df1] {
  padding: var(--spacing-16);
}.celeste-modal-header[data-v-2173007e] {
  --modal-header-icon-size: 24px;
  display: flex;
  gap: var(--spacing-14);
  align-items: flex-start;
  justify-content: space-between;
  padding: var(--spacing-16);
  border-block-end: 1px solid var(--color-stroke-soft-200);
}
.celeste-modal-header .icon[data-v-2173007e] {
  display: flex;
  align-items: center;
  color: var(--color-icon-sub-600);
}
.celeste-modal-header .icon > i[data-v-2173007e] {
  width: var(--modal-header-icon-size);
  height: var(--modal-header-icon-size);
}
.celeste-modal-header .content[data-v-2173007e] {
  display: grid;
  gap: var(--spacing-4);
  flex: 2;
}
.celeste-modal-header .content .title[data-v-2173007e],
.celeste-modal-header .content .description[data-v-2173007e] {
  margin: 0;
}
.celeste-modal-header .content .title[data-v-2173007e] {
  color: var(--color-text-strong-950);
  font: var(--label-sm);
}
.celeste-modal-header .content .description[data-v-2173007e] {
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
}
.celeste-modal-header[data-dismissible=false][data-v-2173007e] {
  align-items: flex-start;
}
.celeste-modal-header[data-dismissible=false] .content .title[data-v-2173007e] {
  align-items: stretch;
  font: var(--label-md);
}
.celeste-modal-header[data-dismissible=false] .content .description[data-v-2173007e] {
  font: var(--paragraph-sm);
}
.celeste-modal-header[data-alignment=vertical][data-v-2173007e] {
  flex-direction: column;
  align-items: center;
}
.celeste-modal-header[data-alignment=vertical] .content[data-v-2173007e] {
  text-align: center;
}
.celeste-modal-header[data-alignment=vertical] .close[data-v-2173007e] {
  position: absolute;
  inset-inline-end: var(--spacing-16);
}
.celeste-modal-header[data-v-2173007e]:has(.description) {
  --modal-header-icon-size: 20px;
}
.celeste-modal-header:has(.description) .icon[data-v-2173007e] {
  padding: var(--spacing-10);
  border: 1px solid transparent;
  border-radius: var(--radius-full);
}
.celeste-modal-header:has(.description)[data-dismissible=false] .icon[data-v-2173007e] {
  padding: var(--spacing-8);
  border-radius: var(--radius-10);
}
.celeste-modal-header:has(.description)[data-type=default] .icon[data-v-2173007e] {
  border-color: var(--color-stroke-soft-200);
}
.celeste-modal-header:has(.description)[data-type=success] .icon[data-v-2173007e] {
  background: var(--color-state-success-lighter);
  color: var(--color-state-success-base);
}
.celeste-modal-header:has(.description)[data-type=information] .icon[data-v-2173007e] {
  background: var(--color-state-information-lighter);
  color: var(--color-state-information-base);
}
.celeste-modal-header:has(.description)[data-type=warning] .icon[data-v-2173007e] {
  background: var(--color-state-warning-lighter);
  color: var(--color-state-warning-base);
}
.celeste-modal-header:has(.description)[data-type=error] .icon[data-v-2173007e] {
  background: var(--color-state-error-lighter);
  color: var(--color-state-error-base);
}
.celeste-pagination-content[data-v-9a600a5d] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-8);
}
.celeste-pagination-ellipsis[data-v-b7b0cb53] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.celeste-pagination-ellipsis .celeste-pagination-ellipsis-sr[data-v-b7b0cb53] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}
[data-v-0511c5ac] * {
  box-sizing: border-box;
}
.celeste-pagination[data-v-0511c5ac] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: var(--spacing-8);
}
.celeste-pagination-leading[data-v-0511c5ac],
.celeste-pagination-trailing[data-v-0511c5ac] {
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
}
.celeste-pagination-center[data-v-0511c5ac] {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-8);
}
.celeste-pagination[data-v-0511c5ac] .celeste-pagination-element {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: all var(--animation-fast) ease;
  border: 1px solid var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
  color: var(--color-text-sub-600);
  font: var(--label-sm);
  cursor: pointer;
}
.celeste-pagination[data-v-0511c5ac] .celeste-pagination-element:not(.celeste-pagination-item, .celeste-pagination-ellipsis) {
  border-color: transparent;
}
.celeste-pagination[data-v-0511c5ac]
  .celeste-pagination-element:hover:not(:disabled, [disabled='true'], .celeste-pagination-item-active) {
  border-color: transparent;
  background-color: var(--color-bg-weak-50);
}
.celeste-pagination[data-v-0511c5ac] .celeste-pagination-element:focus-visible:not(:disabled, [disabled='true']) {
  outline: none;
  color: var(--color-text-strong-950);
}
.celeste-pagination[data-v-0511c5ac] .celeste-pagination-element:is(:disabled, [disabled='true']) {
  color: var(--color-text-disabled-300);
  cursor: not-allowed;
}
.celeste-pagination[data-v-0511c5ac] .celeste-pagination-item-active {
  border-color: transparent;
  background-color: var(--color-bg-weak-50);
  color: var(--color-text-strong-950);
  cursor: default;
}
.celeste-pagination[data-v-0511c5ac] .celeste-pagination-element i {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.celeste-pagination-variant-basic[data-v-0511c5ac] .celeste-pagination-element {
  border-radius: var(--radius-8);
}
.celeste-pagination-variant-rounded[data-v-0511c5ac] .celeste-pagination-element {
  border-radius: var(--radius-full);
}
.celeste-pagination-variant-group[data-v-0511c5ac] .celeste-pagination-content {
  overflow: hidden;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-8);
  gap: var(--spacing-0);
}
.celeste-pagination-variant-group[data-v-0511c5ac] .celeste-pagination-element {
  width: 40px;
  border: none;
  border-left: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-0);
}
.celeste-pagination-variant-group[data-v-0511c5ac]
  .celeste-pagination-element:not(.celeste-pagination-item, .celeste-pagination-ellipsis) {
  border-left-color: var(--color-stroke-soft-200);
}
.celeste-pagination-variant-group[data-v-0511c5ac] .celeste-pagination-element:first-child {
  border-left: none;
}
.celeste-pagination-variant-group[data-v-0511c5ac]
  .celeste-pagination-element:hover:not(:disabled, [disabled='true'], .celeste-pagination-item-active) {
  border-left-color: var(--color-stroke-soft-200);
}
.celeste-pagination-variant-group[data-v-0511c5ac] .celeste-pagination-item-active,
.celeste-pagination-variant-group[data-v-0511c5ac]
  .celeste-pagination-element:hover:not(:disabled, [disabled='true'], .celeste-pagination-item-active) + * {
  border-left-color: var(--color-stroke-soft-200);
}
.celeste-progress-bar-wrapper[data-v-f1c01879] {
  --bar-height: 6px;
  display: flex;
  width: 100%;
  gap: var(--spacing-6);
}
.celeste-progress-bar-wrapper .celeste-progress-bar[data-v-f1c01879] {
  height: var(--bar-height);
  overflow: hidden;
  border-radius: var(--radius-full);
  background: var(--color-bg-soft-200);
}
.celeste-progress-bar-wrapper .celeste-progress-bar-indicator[data-v-f1c01879] {
  --progress: var(--271b0fea);
  width: 100%;
  height: 100%;
  transform: translateX(calc(var(--progress) * -1%));
  border-radius: var(--radius-full);
  background: var(--color-primary-base);
}
:dir(rtl) .celeste-progress-bar-wrapper .celeste-progress-bar-indicator[data-v-f1c01879] {
  transform: translateX(calc(var(--progress) * 1%));
}
.celeste-progress-bar-wrapper .celeste-progress-bar-indicator[data-color=orange][data-v-f1c01879] {
  background: var(--color-state-warning-base);
}
.celeste-progress-bar-wrapper .celeste-progress-bar-indicator[data-color=red][data-v-f1c01879] {
  background: var(--color-state-error-base);
}
.celeste-progress-bar-wrapper .celeste-progress-bar-indicator[data-color=blue][data-v-f1c01879] {
  background: var(--color-state-information-base);
}
.celeste-progress-bar-wrapper .celeste-progress-bar-indicator[data-color=green][data-v-f1c01879] {
  background: var(--color-state-success-base);
}
.celeste-progress-bar-wrapper .celeste-progress-bar-label[data-v-f1c01879] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-6);
  color: var(--color-text-sub-600);
  font: var(--paragraph-sm);
}
.celeste-progress-bar-wrapper .celeste-progress-bar-label.celeste-progress-bar-title[data-v-f1c01879] {
  color: var(--color-text-strong-950);
  font: var(--label-sm);
}
.celeste-progress-bar-wrapper .celeste-progress-bar-description[data-v-f1c01879] {
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
}
.celeste-progress-bar-wrapper[data-layout=default][data-v-f1c01879], .celeste-progress-bar-wrapper[data-layout=no-description][data-v-f1c01879] {
  flex-direction: column;
}
.celeste-progress-bar-wrapper[data-layout=default][data-v-f1c01879] .celeste-progress-bar, .celeste-progress-bar-wrapper[data-layout=no-description][data-v-f1c01879] .celeste-progress-bar {
  width: 100%;
}
.celeste-progress-bar-wrapper[data-layout=inline][data-v-f1c01879], .celeste-progress-bar-wrapper[data-layout=bare][data-v-f1c01879] {
  flex-direction: row-reverse;
  align-items: center;
  gap: var(--spacing-8);
}
.celeste-progress-bar-wrapper[data-layout=inline][data-v-f1c01879] .celeste-progress-bar, .celeste-progress-bar-wrapper[data-layout=bare][data-v-f1c01879] .celeste-progress-bar {
  flex: 1;
}.celeste-progress-circle[data-v-46e6488d] {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: var(--0af0f94a);
  height: var(--0af0f94a);
}
.celeste-progress-circle-svg[data-v-46e6488d] {
  transform: rotate(-90deg);
}
.celeste-progress-circle-track[data-v-46e6488d] {
  stroke: var(--color-bg-soft-200);
}
.celeste-progress-circle-indicator[data-v-46e6488d] {
  transition: stroke-dashoffset 0.3s ease;
  stroke: var(--color-primary-base);
}
.celeste-progress-circle-label[data-v-46e6488d] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-text-strong-950);
  font: var(--label-sm);
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}[data-v-dd18629b] {
  box-sizing: border-box;
}
.celeste-radio-card[data-v-dd18629b] {
  display: flex;
  align-items: flex-start;
  padding: var(--spacing-16);
  transition: all var(--animation-fast) ease-out;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-12);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
  gap: var(--spacing-14);
}
.celeste-radio-card[data-v-dd18629b]:not(.celeste-radio-card-disabled) {
  cursor: pointer;
}
.celeste-radio-card[data-v-dd18629b]:has([data-state=checked]):not(.celeste-radio-card-disabled) {
  border-color: var(--color-primary-base);
  box-shadow: none;
}
.celeste-radio-card[data-v-dd18629b]:hover:not(.celeste-radio-card-disabled), .celeste-radio-card[data-v-dd18629b]:focus-visible:not(.celeste-radio-card-disabled) {
  background-color: var(--color-bg-weak-50);
  box-shadow: none;
}
.celeste-radio-card[data-v-dd18629b]:hover:not(.celeste-radio-card-disabled):not(:has([data-state=checked])), .celeste-radio-card[data-v-dd18629b]:focus-visible:not(.celeste-radio-card-disabled):not(:has([data-state=checked])) {
  border-color: transparent;
}
.celeste-radio-card-preview[data-v-dd18629b] {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-full);
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
}
.celeste-radio-card-preview-icon i[data-v-dd18629b] {
  width: 20px;
  height: 20px;
  color: var(--color-icon-sub-600);
}
.celeste-radio-card-preview-image[data-v-dd18629b] {
  border: none;
}
.celeste-radio-card-preview-image i[data-v-dd18629b] {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  color: var(--color-icon-sub-600);
}
.celeste-radio-card-preview-image[data-v-dd18629b] img {
  z-index: 1000;
}
.celeste-radio-card-content[data-v-dd18629b] {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}
.celeste-radio-card-row[data-v-dd18629b] {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  gap: var(--spacing-8);
}
.celeste-radio-card-label[data-v-dd18629b] {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  color: var(--color-text-strong-950);
  font: var(--label-sm);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.celeste-radio-card-sublabel[data-v-dd18629b] {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.celeste-radio-card-description[data-v-dd18629b] {
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
}
[data-v-dd18629b] .celeste-radio-card-radio {
  margin-inline-start: auto;
}
.celeste-radio-card-disabled[data-v-dd18629b] {
  cursor: not-allowed;
}
.celeste-radio-card-disabled .celeste-radio-card-label[data-v-dd18629b] {
  color: var(--color-text-sub-600);
}
.celeste-radio-card-disabled .celeste-radio-card-sublabel[data-v-dd18629b] {
  color: var(--color-text-soft-400);
}
.celeste-radio-card-disabled .celeste-radio-card-description[data-v-dd18629b] {
  color: var(--color-text-soft-400);
}.celeste-radio-item {
  --celeste-radio-border: var(--color-stroke-soft-200);
  all: unset;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  padding: var(--spacing-0);
  transition: box-shadow var(--animation-extra-fast) ease-out;
  border-radius: var(--radius-full);
  background-color: var(--color-bg-white-0);
  box-shadow: inset 0 0 0 1.5px var(--celeste-radio-border), var(--shadow-regular-xs);
  cursor: pointer;
}
.celeste-radio-item:hover:not([data-disabled]) {
  --celeste-radio-border: var(--color-stroke-sub-300);
}
.celeste-radio-item:focus:not([data-disabled]) {
  --celeste-radio-border: var(--color-primary-base);
  outline: none;
}
.celeste-radio-item[data-disabled] {
  background-color: var(--color-bg-soft-200);
  pointer-events: none;
}
.celeste-radio-item[data-state=checked]:not([data-disabled]) {
  --celeste-radio-border: transparent;
  background-color: var(--color-primary-base);
}
.celeste-radio-item[data-state=checked]:not([data-disabled]):hover, .celeste-radio-item[data-state=checked]:not([data-disabled]):focus {
  background-color: var(--color-primary-darker);
}
.celeste-radio-indicator {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.celeste-radio-indicator::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  background-color: var(--color-static-white);
}.celeste-radio-label[data-v-05c6d619] {
  display: flex;
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
  gap: var(--spacing-8);
}
[data-v-05c6d619] .celeste-radio-label-radio {
  margin-top: var(--spacing-2);
}
.celeste-radio-label-row[data-v-05c6d619] {
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
}
.celeste-radio-label-sublabel[data-v-05c6d619] {
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
}
.celeste-radio-label-content[data-v-05c6d619] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: var(--spacing-4);
  color: var(--color-text-sub-600);
  font: var(--paragraph-xs);
}
.celeste-radio-label-link-button[data-v-05c6d619] {
  margin-top: var(--spacing-10);
}.celeste-radio-wrapper[data-orientation=vertical] {
  display: flex;
  flex-direction: column;
}.celeste-scroll-bar[data-v-e2e97649] {
  --bar-size: 8px;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}
.celeste-scroll-bar[data-orientation=vertical][data-v-e2e97649] {
  width: var(--bar-size);
  height: 100%;
  padding: var(--spacing-2);
  border-inline-start: 1px solid transparent;
}
.celeste-scroll-bar[data-orientation=horizontal][data-v-e2e97649] {
  flex-direction: column;
  height: var(--bar-size);
  padding: var(--spacing-2);
  border-block-start: 1px solid transparent;
}
.celeste-scroll-bar-thumb[data-v-e2e97649] {
  position: relative;
  flex: 1;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-bg-sub-300);
}.celeste-scroll-area[data-v-fe1f2e6d] {
  position: relative;
  overflow: hidden;
}
[data-v-fe1f2e6d] .celeste-scroll-area-viewport {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.celeste-segmented-control-item[data-v-6b779a1c] {
  display: flex;
  align-items: center;
  gap: var(--spacing-6);
  justify-content: center;
  width: 100%;
  padding: var(--spacing-4);
  transition: all var(--animation-fast) ease-out;
  border: none;
  border-radius: var(--radius-6);
  background-color: transparent;
  color: var(--color-text-soft-400);
  font: var(--label-sm);
  cursor: pointer;
}
.celeste-segmented-control-item[data-state='on'][data-v-6b779a1c] {
    background-color: var(--color-bg-white-0);
    box-shadow: var(--shadow-toggle-switch);
    color: var(--color-text-strong-950);
    pointer-events: none;
}
.celeste-segmented-control-item[data-state='off'][data-v-6b779a1c]:hover {
    color: var(--color-text-sub-600);
}
.celeste-segmented-control-item[data-v-6b779a1c]:disabled {
    color: var(--color-text-disabled-300);
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.celeste-segmented-control[data-v-632e6456] {
  display: flex;
  gap: var(--spacing-4);
  align-items: center;
  width: 100%;
  padding: var(--spacing-4);
  border-radius: var(--radius-10);
  background-color: var(--color-bg-weak-50);
}
.celeste-segmented-control[data-orientation='vertical'][data-v-632e6456] {
    flex-direction: column;
}

.celeste-sheet-close[data-v-94e568a3] {
  position: absolute;
}

.celeste-sheet-overlay[data-v-898ddb67] {
  position: fixed;
  inset: 0;
  z-index: 50;
  background-color: rgb(0 0 0 / 80%);
}
.celeste-sheet-overlay[data-state='open'][data-v-898ddb67] {
  animation: celeste-fade-in var(--animation-fast) ease-in;
}
.celeste-sheet-overlay[data-state='closed'][data-v-898ddb67] {
  animation: celeste-fade-out var(--animation-fast) ease-out;
}
.celeste-sheet-content[data-v-898ddb67] {
  position: fixed;
  z-index: 50;
  background-color: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-lg);
  gap: var(--spacing-16);
}
.celeste-sheet-side-top[data-v-898ddb67] {
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--color-stroke-soft-200);
}
.celeste-sheet-side-top[data-state='open'][data-v-898ddb67] {
  animation: celeste-slide-in-from-top var(--animation-fast) ease-in-out;
}
.celeste-sheet-side-top[data-state='closed'][data-v-898ddb67] {
  animation: celeste-slide-out-to-top var(--animation-fast) ease-in-out;
}
.celeste-sheet-side-bottom[data-v-898ddb67] {
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--color-stroke-soft-200);
}
.celeste-sheet-side-bottom[data-state='open'][data-v-898ddb67] {
  animation: celeste-slide-in-from-bottom var(--animation-fast) ease-in-out;
}
.celeste-sheet-side-bottom[data-state='closed'][data-v-898ddb67] {
  animation: celeste-slide-out-to-bottom var(--animation-fast) ease-in-out;
}
.celeste-sheet-side-left[data-v-898ddb67] {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid var(--color-stroke-soft-200);
}
.celeste-sheet-side-left[data-state='open'][data-v-898ddb67] {
  animation: celeste-slide-in-from-left var(--animation-fast) ease-in-out;
}
.celeste-sheet-side-left[data-state='closed'][data-v-898ddb67] {
  animation: celeste-slide-out-to-left var(--animation-fast) ease-in-out;
}
@media (width >= 640px) {
.celeste-sheet-side-left[data-v-898ddb67] {
    max-width: 384px;
}
}
.celeste-sheet-side-right[data-v-898ddb67] {
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-left: 1px solid var(--color-stroke-soft-200);
}
.celeste-sheet-side-right[data-state='open'][data-v-898ddb67] {
  animation: celeste-slide-in-from-right var(--animation-fast) ease-in-out;
}
.celeste-sheet-side-right[data-state='closed'][data-v-898ddb67] {
  animation: celeste-slide-out-to-right var(--animation-fast) ease-in-out;
}
@media (width >= 640px) {
.celeste-sheet-side-right[data-v-898ddb67] {
    max-width: 384px;
}
}
.celeste-sheet-close[data-v-898ddb67] {
  position: absolute;
  inset-inline-end: var(--spacing-16);
  inset-block-start: var(--spacing-16);
}
.celeste-sheet-close[data-state='open'][data-v-898ddb67] {
  background-color: var(--color-bg-weak-50);
}
.celeste-sheet-description[data-v-e846fb7a] {
  color: var(--color-text-sub-600);
  font: var(--paragraph-sm);
}.celeste-sheet-footer[data-v-4fe6d0e2] {
  display: flex;
  flex-direction: column-reverse;
  gap: var(--spacing-8);
}
@media (width >= 640px) {
.celeste-sheet-footer[data-v-4fe6d0e2] {
    flex-direction: row;
    justify-content: flex-end;
}
}.celeste-sheet-header[data-v-6d41e6e8] {
  display: flex;
  flex-direction: column;
  font: var(--label-md);
  row-gap: var(--spacing-2);
  text-align: center;
}
@media (width >= 640px) {
.celeste-sheet-header[data-v-6d41e6e8] {
    text-align: start;
}
}
.celeste-sheet-title[data-v-77a02cee] {
  color: var(--color-text-strong-950);
  font: var(--label-md);
}

.celeste-sidebar-static {
  display: flex;
  position: sticky;
  top: 0;
  flex-direction: column;
  gap: var(--spacing-8);
  width: var(--sidebar-width);
  height: 100svh;
  padding: var(--spacing-8);
  overflow-y: auto;
  background-color: var(--sidebar-background);
  color: var(--sidebar-foreground);
}
.celeste-sidebar-mobile {
  width: var(--sidebar-width);
  padding: 0;
  background-color: var(--sidebar-background);
  color: var(--sidebar-foreground);
}
.celeste-sidebar-mobile > .celeste-sheet-close {
  display: none;
}
.celeste-sidebar-mobile-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.celeste-sidebar-desktop {
  display: none;
}
@media (width >= 768px) {
.celeste-sidebar-desktop {
    display: block;
}
}
.celeste-sidebar-gap {
  position: relative;
  width: var(--sidebar-width);
  height: 100svh;
  transition: width var(--animation-fast) linear;
  background-color: transparent;
}
.celeste-sidebar-desktop[data-collapsible='offcanvas'] .celeste-sidebar-gap {
  width: 0;
}
.celeste-sidebar-desktop[data-collapsible='icon'] .celeste-sidebar-gap-variant-floating,
.celeste-sidebar-desktop[data-collapsible='icon'] .celeste-sidebar-gap-variant-inset {
  width: calc(var(--sidebar-width-icon) + 18px);
}
.celeste-sidebar-desktop[data-collapsible='icon'] .celeste-sidebar-gap-variant-sidebar {
  width: var(--sidebar-width-icon);
}
.celeste-sidebar-container {
  display: none;
  position: fixed;
  inset-block: 0;
  z-index: 10;
  width: var(--sidebar-width);
  height: 100svh;
  transition:
    inset-inline-start var(--animation-fast) linear,
    inset-inline-end var(--animation-fast) linear,
    width var(--animation-fast) linear;
}
@media (width >= 768px) {
.celeste-sidebar-container {
    display: flex;
}
}
.celeste-sidebar-desktop .celeste-sidebar-container-variant-sidebar {
  border-inline-end: 1px solid var(--sidebar-border);
}
.celeste-sidebar-desktop[data-collapsible='offcanvas'] .celeste-sidebar-container-side-start {
  inset-inline-start: calc(var(--sidebar-width) * -1);
}
.celeste-sidebar-desktop[data-collapsible='offcanvas'] .celeste-sidebar-container-side-end {
  inset-inline-end: calc(var(--sidebar-width) * -1);
}
.celeste-sidebar-container-variant-floating,
.celeste-sidebar-container-variant-inset {
  padding: var(--spacing-8);
}
.celeste-sidebar-desktop[data-collapsible='icon'] .celeste-sidebar-container-variant-floating,
.celeste-sidebar-desktop[data-collapsible='icon'] .celeste-sidebar-container-variant-inset {
  width: calc(var(--sidebar-width-icon) + 18px + 2px);
}
.celeste-sidebar-desktop[data-collapsible='icon'] .celeste-sidebar-container-variant-sidebar {
  width: var(--sidebar-width-icon);
}
.celeste-sidebar-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--sidebar-background);
  color: var(--sidebar-foreground);
}
.celeste-sidebar-desktop[data-variant='floating'] .celeste-sidebar-inner {
  border: 1px solid var(--sidebar-border);
  border-radius: var(--radius-8);
  box-shadow: var(--shadow-regular-md);
}

.celeste-sidebar-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  gap: var(--spacing-8);
  overflow: auto;
}
[data-collapsible='icon'] .celeste-sidebar-content {
  overflow: hidden;
}

.celeste-sidebar-element {
  display: flex;
  align-items: center;
  width: 100%;
  gap: var(--spacing-8);
  padding: var(--spacing-8);
  transition: background-color var(--animation-fast);
  border-radius: var(--radius-8);
  outline: none;
}
.celeste-sidebar-element :is(svg, i) {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.celeste-sidebar-element > :is(span, div):not(:first-child) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.celeste-sidebar-desktop[data-state='collapsed'][data-collapsible='icon'] .celeste-sidebar-element {
  justify-content: center;
  padding: var(--spacing-8) var(--spacing-4);
}
.celeste-sidebar-desktop[data-state='collapsed'][data-collapsible='icon']
  .celeste-sidebar-element
  > *:not(:first-child) {
  display: none;
}
.celeste-sidebar-desktop[data-state='collapsed'][data-collapsible='icon'] .celeste-sidebar-element > *:first-child {
  width: 18px;
  height: 18px;
}

.celeste-sidebar-footer {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-10);
  gap: var(--spacing-8);
}
[data-collapsible='icon'] .celeste-sidebar-footer {
  padding: var(--spacing-8) var(--spacing-4);
}

.celeste-sidebar-group-content[data-v-c224534c] {
  width: 100%;
  font: var(--paragraph-sm);
}

.celeste-sidebar-group-label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 32px;
  padding-inline: var(--spacing-8);
  transition:
    margin var(--animation-fast) linear,
    opacity var(--animation-fast) linear;
  border-radius: var(--radius-8);
  outline: none;
  color: var(--color-text-soft-400);
  font: var(--subheading-xs);
  text-transform: uppercase;
}
.celeste-sidebar-group-label:focus-visible {
  box-shadow: 0 0 0 2px var(--sidebar-ring);
}
.celeste-sidebar-group-label svg,
.celeste-sidebar-group-label i {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
[data-collapsible='icon'] .celeste-sidebar-group-label {
  margin-top: -32px;
  opacity: 0;
}

.celeste-sidebar-group {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  padding: var(--spacing-10);
}

.celeste-sidebar-header {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-10);
  gap: var(--spacing-8);
}
[data-collapsible='icon'] .celeste-sidebar-header {
  padding: var(--spacing-8) var(--spacing-4);
}

.celeste-sidebar-menu-action {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 20px;
  padding: 0;
  transition: transform var(--animation-fast) ease-in-out;
  border-radius: var(--radius-8);
  outline: none;
  color: var(--sidebar-foreground);
  inset-inline-end: var(--spacing-4);
  inset-block-start: var(--spacing-8);
  aspect-ratio: 1;
}
.celeste-sidebar-menu-sub-item > .celeste-sidebar-menu-action {
  inset-block-start: var(--spacing-6);
}
.celeste-sidebar-menu-action::after {
  content: '';
  position: absolute;
  inset: -8px;
}
@media (width >= 768px) {
.celeste-sidebar-menu-action::after {
    display: none;
}
}
.celeste-sidebar-menu-action:hover {
  background-color: var(--sidebar-accent);
  color: var(--sidebar-accent-foreground);
}
.celeste-sidebar-menu-action:focus-visible {
  box-shadow: 0 0 0 2px var(--sidebar-ring);
}
.celeste-sidebar-menu-action :is(svg, i) {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  transition: transform var(--animation-extra-fast) ease-out;
}
.celeste-sidebar-menu-action:dir(rtl) :is(svg, i) {
  transform: rotate(180deg);
}
[data-collapsible='icon'] .celeste-sidebar-menu-action {
  display: none;
}
.celeste-sidebar-menu-button:hover ~ .celeste-sidebar-menu-action {
  color: var(--sidebar-accent-foreground);
}
.celeste-sidebar-menu-button[data-state='open'] + .celeste-sidebar-menu-action :is(svg, i) {
  transform: rotate(90deg);
}
.celeste-sidebar-menu-action-show-on-hover {
  opacity: 0;
}
@media (width >= 768px) {
.celeste-sidebar-menu-action-show-on-hover {
    opacity: 0;
}
}
.celeste-sidebar-menu-item:focus-within .celeste-sidebar-menu-action-show-on-hover,
.celeste-sidebar-menu-item:hover .celeste-sidebar-menu-action-show-on-hover,
.celeste-sidebar-menu-action-show-on-hover[data-state='open'] {
  opacity: 1;
}
.celeste-sidebar-menu-button[data-active='true'] ~ .celeste-sidebar-menu-action-show-on-hover {
  color: var(--sidebar-accent-foreground);
}

.celeste-sidebar-menu-badge {
  --celeste-sidebar-badge-offset: 0px;

  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-variant-numeric: tabular-nums;
  inset-inline-end: calc(var(--spacing-8) + var(--celeste-sidebar-badge-offset));
}
.celeste-sidebar-menu-item > .celeste-sidebar-menu-badge.celeste-badge-sm {
  inset-block-start: var(--spacing-10);
}
.celeste-sidebar-menu-item > .celeste-sidebar-menu-badge.celeste-badge-md {
  inset-block-start: var(--spacing-8);
}
.celeste-sidebar-menu-sub-item > .celeste-sidebar-menu-badge.celeste-badge-sm {
  inset-block-start: var(--spacing-8);
}
.celeste-sidebar-menu-sub-item > .celeste-sidebar-menu-badge.celeste-badge-md {
  inset-block-start: var(--spacing-6);
}
[data-collapsible='icon'] .celeste-sidebar-menu-badge {
  display: none;
}
.celeste-sidebar-menu-item:has([data-sidebar='menu-action']) > .celeste-sidebar-menu-badge,
.celeste-sidebar-menu-sub-item:has([data-sidebar='menu-action']) > .celeste-sidebar-menu-badge {
  --celeste-sidebar-badge-offset: 20px;
}

.celeste-sidebar-menu-button {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: var(--spacing-8);
  overflow: hidden;
  transition:
    width var(--animation-fast) linear,
    height var(--animation-fast) linear,
    padding var(--animation-fast) linear,
    background-color var(--animation-fast);
  border-radius: var(--radius-8);
  outline: none;
  font: var(--label-sm);
  text-align: start;
  gap: var(--spacing-8);
}
.celeste-sidebar-menu-button:hover {
  background-color: var(--sidebar-accent);
  color: var(--sidebar-accent-foreground);
}
.celeste-sidebar-menu-button:focus-visible {
  box-shadow: var(--sidebar-ring);
}
.celeste-sidebar-menu-button:active {
  background-color: var(--sidebar-accent);
  color: var(--sidebar-accent-foreground);
}
.celeste-sidebar-menu-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.celeste-sidebar-menu-button[aria-disabled='true'] {
  opacity: 0.5;
  pointer-events: none;
}
.celeste-sidebar-menu-button[data-active='true'] {
  background-color: var(--sidebar-accent);
  color: var(--sidebar-accent-foreground);
}
.celeste-sidebar-menu-button[data-active='true'] :is(i, svg) {
  color: var(--sidebar-primary);
}
.celeste-sidebar-menu-button[data-state='open']:hover {
  background-color: var(--sidebar-accent);
  color: var(--sidebar-accent-foreground);
}
[data-collapsible='icon'] .celeste-sidebar-menu-button {
  width: 34px;
  height: 34px;
  padding: var(--spacing-8);
}
.celeste-sidebar-menu-button > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.celeste-sidebar-menu-button svg,
.celeste-sidebar-menu-button i {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.celeste-sidebar-menu-button-variant-outline {
  background-color: var(--sidebar-background);
  box-shadow: 0 0 0 1px var(--sidebar-border);
}
.celeste-sidebar-menu-button-variant-outline:hover {
  background-color: var(--sidebar-accent);
  box-shadow: var(--sidebar-ring);
  color: var(--sidebar-accent-foreground);
}
.celeste-sidebar-menu-button-size-md {
  height: 36px;
  font: var(--label-sm);
}
[data-collapsible='icon'] .celeste-sidebar-menu-button-size-lg {
  padding: 0;
}
.celeste-sidebar-menu-item:has([data-sidebar='menu-action']) .celeste-sidebar-menu-button {
  padding-inline-end: 32px;
}

.celeste-sidebar-menu-item {
  position: relative;
}

.celeste-sidebar-menu-sub-button {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 32px;
  padding: var(--spacing-8);
  overflow: hidden;
  transform: translateX(-1px);
  transition: background-color var(--animation-fast);
  border-radius: var(--radius-8);
  outline: none;
  color: var(--sidebar-foreground);
  gap: var(--spacing-8);
}
.celeste-sidebar-menu-sub-button:hover {
  background-color: var(--sidebar-accent);
  color: var(--sidebar-accent-foreground);
}
.celeste-sidebar-menu-sub-button:focus-visible {
  box-shadow: 0 0 0 2px var(--sidebar-ring);
}
.celeste-sidebar-menu-sub-button:active {
  background-color: var(--sidebar-accent);
  color: var(--sidebar-accent-foreground);
}
.celeste-sidebar-menu-sub-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.celeste-sidebar-menu-sub-button[aria-disabled='true'] {
  opacity: 0.5;
  pointer-events: none;
}
.celeste-sidebar-menu-sub-button[data-active='true'] {
  background-color: var(--sidebar-accent);
  color: var(--sidebar-accent-foreground);
}
.celeste-sidebar-menu-sub-button > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.celeste-sidebar-menu-sub-button :is(svg, i) {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--sidebar-accent-foreground);
}
.celeste-sidebar-menu-sub-button-size-sm {
  font: var(--paragraph-xs);
}
.celeste-sidebar-menu-sub-button-size-md {
  font: var(--paragraph-sm);
}
[data-collapsible='icon'] .celeste-sidebar-menu-sub-button {
  display: none;
}

.celeste-sidebar-menu-sub-item {
  position: relative;
}

.celeste-sidebar-menu-sub {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-inline: var(--spacing-16);
  padding-block: var(--spacing-4);
  padding-inline: var(--spacing-10);
  transform: translateX(1px);
  gap: var(--spacing-4);
  border-inline-start: 1px solid var(--sidebar-border);
}
[data-collapsible='icon'] .celeste-sidebar-menu-sub {
  display: none;
}

.celeste-sidebar-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  gap: var(--spacing-4);
}

:root {
  --sidebar-background: var(--color-bg-white-0);
  --sidebar-foreground: var(--color-text-sub-600);
  --sidebar-primary: var(--color-primary-base);
  --sidebar-primary-foreground: var(--color-text-white-0);
  --sidebar-accent: var(--color-bg-weak-50);
  --sidebar-accent-foreground: var(--color-text-strong-950);
  --sidebar-border: var(--color-stroke-soft-200);
  --sidebar-ring: var(--shadow-buttons-important-focus);
}
.celeste-sidebar-provider * {
  box-sizing: border-box;
}
.celeste-sidebar-provider {
  display: flex;
  width: 100%;
  min-height: 100svh;
}
.celeste-sidebar-provider:has([data-variant='inset']) {
  background-color: var(--sidebar-background);
}

.celeste-sidebar-trigger-label[data-v-f04baf43] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}
.celeste-slider {
  display: flex;
  position: relative;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}
.celeste-slider .celeste-slider-track {
  position: relative;
  flex-grow: 1;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: var(--radius-full);
  background-color: var(--color-bg-soft-200);
}
.celeste-slider .celeste-slider-track .celeste-slider-range {
  position: absolute;
  height: 100%;
  border-radius: var(--radius-full) 0 0 var(--radius-full);
  background-color: var(--color-primary-base);
}
.celeste-slider .celeste-slider-thumb {
  display: block;
  width: 16px;
  height: 16px;
  border: 5px solid var(--color-static-white);
  border-radius: var(--radius-full);
  outline: none;
  background-color: var(--color-primary-base);
  cursor: pointer;
  filter: drop-shadow(0 2px 4px rgba(14, 18, 27, 0.03)) drop-shadow(0 6px 10px rgba(14, 18, 27, 0.06));
}
.celeste-slider .celeste-slider-thumb[style*="left: calc(0%"], .celeste-slider .celeste-slider-thumb[style*="right: calc(0%"] {
  background-color: var(--color-bg-soft-200);
}
.celeste-slider .celeste-slider-thumb:hover {
  cursor: grab;
}
.celeste-slider .celeste-slider-thumb:active {
  cursor: grabbing;
}
.celeste-tab-menu-content[data-orientation='vertical'][data-v-dd7cbdfe] {
    flex: 1;
}

.celeste-tab-menu-item[data-v-d10a343b] {
  --animation-function: cubic-bezier(0, 0, 0.2, 1);

  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: var(--spacing-8);
  transition: all var(--animation-fast) var(--animation-function);
  border: none;
  border-radius: var(--radius-8);
  color: var(--color-text-sub-600);
  font-size: var(--font-size-10);
  cursor: pointer;
  gap: var(--spacing-6);
}
.celeste-tab-menu-item[data-v-d10a343b] i {
    width: 20px;
    height: 20px;
}
.celeste-tab-menu-item[data-v-d10a343b]:focus {
    outline: none;
}
.celeste-tab-menu-item[data-orientation='horizontal'][data-v-d10a343b] {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: var(--spacing-14);
    padding-inline: var(--spacing-0);
}
.celeste-tab-menu-item[data-orientation='horizontal'][data-v-d10a343b]::after {
      content: '';
      display: block;
      position: absolute;
      inset-inline: 0;
      inset-block-end: 0;
      width: 100%;
      height: 2px;
      transition: all var(--animation-fast) var(--animation-function);
      background-color: transparent;
}
.celeste-tab-menu-item[data-orientation='vertical'][data-state='active'][data-v-d10a343b] {
    background-color: var(--color-bg-weak-50);
}
.celeste-tab-menu-item[data-orientation='horizontal'][data-state='active'][data-v-d10a343b] {
    background-color: var(--color-bg-white-0);
}
.celeste-tab-menu-item[data-orientation='horizontal'][data-state='active'][data-v-d10a343b]::after {
      background-color: var(--color-primary-base);
}
.celeste-tab-menu-item[data-state='active'][data-v-d10a343b] i {
      color: var(--color-primary-base);
}
.celeste-tab-menu-item[data-state='active'] span[data-v-d10a343b] {
      color: var(--color-text-strong-950);
}
.celeste-tab-menu-item[data-state='inactive'][data-v-d10a343b] {
    background-color: var(--color-bg-white-0);
}
.celeste-tab-menu-item .celeste-tab-menu-item-label[data-v-d10a343b] {
    flex: 1;
    overflow: hidden;
    font-size: var(--font-size-2);
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.celeste-tab-menu-list[data-v-b3169863] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: var(--spacing-10);
  gap: var(--spacing-8);
}
.celeste-tab-menu-list[data-orientation='horizontal'][data-v-b3169863] {
    flex-direction: row;
    padding: var(--spacing-0);
    border-block: 1px solid var(--color-stroke-soft-200);
    gap: 24px;
}
.celeste-tab-menu-list[data-orientation='vertical'][data-v-b3169863] {
    flex-direction: column;
}

.celeste-tab-menu-root[data-v-b5afb6cc] {
  display: flex;
}
.celeste-tab-menu-root[data-orientation='vertical'][data-v-b5afb6cc] {
    flex-direction: row;
}
.celeste-tab-menu-root[data-orientation='horizontal'][data-v-b5afb6cc] {
    flex-direction: column;
}

.celeste-table-body[data-v-b9eb0cd1] {
  font: var(--paragraph-sm);
}

.celeste-table-caption[data-v-13a21605] {
  padding-block: var(--spacing-16);
  color: var(--color-text-soft-400);
  font: var(--paragraph-sm);
}

.celeste-table-cell[data-v-5f65ee4a] {
  padding: var(--spacing-12) var(--spacing-12);
  transition: background-color var(--animation-fast) ease;
  background-color: var(--color-bg-white-0);
}
.celeste-table-cell[data-v-5f65ee4a]:first-child {
  position: relative;
  border-start-start-radius: var(--radius-12);
  border-end-start-radius: var(--radius-12);
}
.celeste-table-cell[data-v-5f65ee4a]:last-child {
  border-start-end-radius: var(--radius-12);
  border-end-end-radius: var(--radius-12);
}
.celeste-table-cell-align-end[data-v-5f65ee4a] {
  text-align: end;
}

.celeste-table-footer[data-v-50b76b8f] {
  background-color: var(--color-bg-weak-50);
}

.celeste-table-head[data-v-0a6989f3] {
  padding: var(--spacing-8) var(--spacing-12);
  background: var(--color-bg-weak-50);
  color: var(--color-text-sub-600);
  font: var(--paragraph-sm);
  text-align: start;
}
.celeste-table-head-align-end[data-v-0a6989f3] {
  text-align: end;
}
.celeste-table-head[data-v-0a6989f3]:first-child {
  border-start-start-radius: var(--radius-8);
  border-end-start-radius: var(--radius-8);
}
.celeste-table-head[data-v-0a6989f3]:last-child {
  border-start-end-radius: var(--radius-8);
  border-end-end-radius: var(--radius-8);
}

.celeste-table-row[data-v-5a7011d2] {
  transition:
    color,
    background-color var(--animation-fast) ease;
}
.celeste-table-row-divider[data-v-5a7011d2] {
  height: 0;
}
.celeste-table-row-divider td[data-v-5a7011d2] {
  height: 0;
  padding: var(--spacing-0);
  border-bottom: 1px solid var(--color-stroke-soft-200);
  line-height: 0;
}
.celeste-table-row-divider[data-v-5a7011d2]:last-child {
  display: none;
}
.celeste-table-row-hoverable[data-v-5a7011d2]:hover .celeste-table-cell {
  background-color: var(--color-bg-weak-50);
}

.celeste-table-wrapper[data-v-8ed967fe] {
  position: relative;
  width: 100%;
  overflow: auto;
}
.celeste-table-wrapper .celeste-table[data-v-8ed967fe] {
  width: 100%;
  caption-side: bottom;
  border-spacing: var(--spacing-0) var(--spacing-4);
  border-collapse: separate;
  font: var(--paragraph-sm);
}

.celeste-table-empty[data-v-491d2938] {
  align-self: middle;
  white-space: nowrap;
}
.celeste-table-empty-content[data-v-491d2938] {
  display: flex;
  place-items: center;
  justify-content: center;
}
.celeste-tag[data-v-368b7ec0] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-4) var(--spacing-8);
  transition: background-color, border-color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  border: 1px solid transparent;
  border-radius: var(--radius-6);
  color: var(--color-text-sub-600);
  font: var(--label-xs);
  gap: var(--spacing-4);
}
.celeste-tag[data-tag-variant=stroke][data-v-368b7ec0]:not([aria-disabled=true]) {
  border-color: var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
}
.celeste-tag[data-tag-variant=stroke][data-v-368b7ec0]:not([aria-disabled=true]):hover {
  border-color: transparent;
  background-color: var(--color-bg-weak-50);
}
.celeste-tag[data-tag-variant=gray][data-v-368b7ec0]:not([aria-disabled=true]) {
  border-color: transparent;
  background-color: var(--color-bg-weak-50);
}
.celeste-tag[data-tag-variant=gray][data-v-368b7ec0]:not([aria-disabled=true]):hover {
  border-color: var(--color-stroke-soft-200);
  background-color: var(--color-bg-white-0);
}
.celeste-tag .celeste-tag-dismiss-button[data-v-368b7ec0] {
  --size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  margin-inline-end: calc(var(--spacing-4) * -1);
  padding: var(--spacing-0);
  border: none;
  border-radius: calc(var(--radius-4) / 2);
  background-color: transparent;
  cursor: pointer;
}
.celeste-tag .celeste-tag-dismiss-button i[data-v-368b7ec0] {
  transition: background-color var(--animation-fast) ease-out;
  background-color: var(--color-icon-soft-400);
}
.celeste-tag .celeste-tag-dismiss-button[data-v-368b7ec0]:disabled {
  cursor: auto;
}
.celeste-tag .celeste-tag-dismiss-button:disabled i[data-v-368b7ec0] {
  background-color: var(--color-icon-disabled-300);
}
.celeste-tag .celeste-tag-dismiss-button[data-v-368b7ec0]:focus:not([aria-disabled=true]) {
  outline: none;
  box-shadow: var(--shadow-buttons-important-focus);
}
.celeste-tag .celeste-tag-dismiss-button:not(:disabled):hover i[data-v-368b7ec0] {
  background-color: var(--color-icon-sub-600);
}
.celeste-tag[aria-disabled=true][data-v-368b7ec0] {
  background-color: var(--color-bg-weak-50);
  color: var(--color-text-disabled-300);
}.celeste-textarea-wrapper[data-v-76864cee] {
  transition-property: background-color, border-color, box-shadow, text-decoration-color, color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  --spacing: var(--spacing-10);
  display: flex;
  position: relative;
  align-items: center;
  padding: var(--spacing);
  border: 1px solid var(--color-stroke-soft-200);
  border-radius: var(--radius-10);
  background: var(--color-bg-white-0);
  box-shadow: var(--shadow-regular-xs);
  color: var(--color-text-strong-950);
  font: var(--paragraph-sm);
  cursor: text;
  gap: var(--spacing-8);
}
.celeste-textarea-wrapper[data-v-76864cee]:hover:not(:focus-within) {
  border-color: var(--color-bg-weak-50);
  background: var(--color-bg-weak-50);
  box-shadow: none;
  color: var(--color-text-sub-600);
}
.celeste-textarea-wrapper[data-v-76864cee]:focus-within:not([aria-disabled=true]) {
  border: 1px solid var(--color-stroke-strong-950);
  outline: none;
  box-shadow: var(--shadow-buttons-important-focus);
}
.celeste-textarea-wrapper .celeste-textarea-count[data-v-76864cee] {
  --resize-handle-offset: 16px;
  display: flex;
  position: absolute;
  color: var(--color-text-soft-400);
  font: var(--subheading-2xs);
  inset-block-end: var(--spacing);
  inset-inline-end: calc(var(--spacing) + var(--resize-handle-offset));
}
.celeste-textarea-wrapper[aria-disabled=true][data-v-76864cee] {
  border-color: transparent;
  background: var(--color-bg-weak-50);
  box-shadow: none;
  cursor: not-allowed;
}
.celeste-textarea-wrapper[aria-disabled=true] .celeste-textarea-count[data-v-76864cee] {
  color: var(--color-icon-disabled-300);
}
.celeste-textarea-wrapper[error=true][data-v-76864cee] {
  border: 1px solid var(--color-state-error-base);
}
.celeste-textarea-wrapper[error=true] .celeste-textarea-count[data-v-76864cee] {
  color: var(--color-state-error-base);
}
.celeste-textarea-wrapper .celeste-textarea[data-v-76864cee] {
  transition-property: background-color, border-color, box-shadow, text-decoration-color, color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  width: 100%;
  border: none;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: var(--font-size-2);
  resize: vertical;
}
.celeste-textarea-wrapper .celeste-textarea[data-v-76864cee]::-moz-placeholder {
  -moz-transition-property: background-color, border-color, box-shadow, text-decoration-color, color;
  transition-property: background-color, border-color, box-shadow, text-decoration-color, color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  color: var(--color-text-soft-400);
}
.celeste-textarea-wrapper .celeste-textarea[data-v-76864cee]::placeholder {
  transition-property: background-color, border-color, box-shadow, text-decoration-color, color;
  transition-duration: var(--animation-fast);
  transition-timing-function: ease-out;
  color: var(--color-text-soft-400);
}
.celeste-textarea-wrapper .celeste-textarea[data-v-76864cee]:hover::-moz-placeholder {
  color: var(--color-text-sub-600);
}
.celeste-textarea-wrapper .celeste-textarea[data-v-76864cee]:hover::placeholder {
  color: var(--color-text-sub-600);
}
.celeste-textarea-wrapper .celeste-textarea[data-v-76864cee]:focus-visible, .celeste-textarea-wrapper .celeste-textarea[data-v-76864cee]:focus {
  outline: none;
}
.celeste-textarea-wrapper .celeste-textarea[data-v-76864cee]:disabled {
  color: var(--color-text-disabled-300);
  pointer-events: none;
}
.celeste-textarea-wrapper .celeste-textarea[data-v-76864cee]:disabled::-moz-placeholder {
  color: var(--color-text-disabled-300);
}
.celeste-textarea-wrapper .celeste-textarea[data-v-76864cee]:disabled::placeholder {
  color: var(--color-text-disabled-300);
}
.celeste-sidebar-separator {
  margin-inline: var(--spacing-16);
  background-color: var(--sidebar-border);
}
[data-collapsible='icon'] .celeste-sidebar-separator {
  margin-inline: var(--spacing-4);
}
.i-celeste-add-circle-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 11V7h2v4h4v2h-4v4h-2v-4H7v-2zm1 11C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-add-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-alert-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12.866 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.474a1 1 0 0 1-.866-1.5L11.134 3a1 1 0 0 1 1.732 0M11 16v2h2v-2zm0-7v5h2V9z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-align-center{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 4h18v2H3zm2 15h14v2H5zm-2-5h18v2H3zm2-5h14v2H5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-align-justify{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 4h18v2H3zm0 15h18v2H3zm0-5h18v2H3zm0-5h18v2H3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-align-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 4h18v2H3zm0 15h14v2H3zm0-5h18v2H3zm0-5h14v2H3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-align-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 4h18v2H3zm4 15h14v2H7zm-4-5h18v2H3zm4-5h14v2H7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-arrow-down-s-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-arrow-go-back-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m5.828 7l2.536 2.535L6.95 10.95L2 6l4.95-4.95l1.414 1.415L5.828 5H13a8 8 0 1 1 0 16H4v-2h9a6 6 0 0 0 0-12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-arrow-go-forward-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18.172 7H11a6 6 0 0 0 0 12h9v2h-9a8 8 0 0 1 0-16h7.172l-2.536-2.536L17.05 1.05L22 6l-4.95 4.95l-1.414-1.415z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-arrow-left-double-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m4.836 12l6.207 6.207l1.414-1.414L7.664 12l4.793-4.793l-1.414-1.414zm5.65 0l6.207 6.207l1.414-1.414L13.314 12l4.793-4.793l-1.414-1.414z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-arrow-left-s-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m10.828 12l4.95 4.95l-1.414 1.415L8 12l6.364-6.364l1.414 1.414z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-arrow-right-double-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m19.164 12l-6.207-6.207l-1.414 1.414L16.336 12l-4.793 4.793l1.414 1.414zm-5.65 0L7.307 5.793L5.893 7.207L10.686 12l-4.793 4.793l1.414 1.414z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-arrow-right-s-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m13.172 12l-4.95-4.95l1.414-1.413L16 12l-6.364 6.364l-1.414-1.415z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 11h4.5a2.5 2.5 0 0 0 0-5H8zm10 4.5a4.5 4.5 0 0 1-4.5 4.5H6V4h6.5a4.5 4.5 0 0 1 3.256 7.606A4.5 4.5 0 0 1 18 15.5M8 13v5h5.5a2.5 2.5 0 0 0 0-5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-brand-adobe-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' fill-rule='evenodd' d='M2.69 5.458C2 6.813 2 8.586 2 12.133v7.734c0 3.547 0 5.32.69 6.675a6.33 6.33 0 0 0 2.768 2.768c1.355.69 3.128.69 6.675.69h7.734c3.547 0 5.32 0 6.675-.69a6.33 6.33 0 0 0 2.768-2.768c.69-1.355.69-3.128.69-6.675v-7.734c0-3.547 0-5.32-.69-6.675a6.33 6.33 0 0 0-2.768-2.768C25.187 2 23.414 2 19.867 2h-7.734c-3.547 0-5.32 0-6.675.69A6.33 6.33 0 0 0 2.69 5.458M13.206 8C13.22 8.004 7 23 7 23h10.012c0-.012-.24-.595-.51-1.247c-.345-.837-.738-1.788-.731-1.796h-2.855c.032-.008 2.681-6.173 2.69-6.253c.05.092 4.058 9.304 4.054 9.296H25L17.93 8z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-adobe-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23E6001F' fill-rule='evenodd' d='M2.69 5.458C2 6.813 2 8.586 2 12.133v7.734c0 3.547 0 5.32.69 6.675a6.33 6.33 0 0 0 2.768 2.768c1.355.69 3.128.69 6.675.69h7.734c3.547 0 5.32 0 6.675-.69a6.33 6.33 0 0 0 2.768-2.768c.69-1.355.69-3.128.69-6.675v-7.734c0-3.547 0-5.32-.69-6.675a6.33 6.33 0 0 0-2.768-2.768C25.187 2 23.414 2 19.867 2h-7.734c-3.547 0-5.32 0-6.675.69A6.33 6.33 0 0 0 2.69 5.458M13.206 8C13.22 8.004 7 23 7 23h10.012c0-.012-.24-.595-.51-1.247c-.345-.837-.738-1.788-.731-1.796h-2.855c.032-.008 2.681-6.173 2.69-6.253c.05.092 4.058 9.304 4.054 9.296H25L17.93 8z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-adobe-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M2.69 5.458C2 6.813 2 8.586 2 12.133v7.734c0 3.547 0 5.32.69 6.675a6.33 6.33 0 0 0 2.768 2.768c1.355.69 3.128.69 6.675.69h7.734c3.547 0 5.32 0 6.675-.69a6.33 6.33 0 0 0 2.768-2.768c.69-1.355.69-3.128.69-6.675v-7.734c0-3.547 0-5.32-.69-6.675a6.33 6.33 0 0 0-2.768-2.768C25.187 2 23.414 2 19.867 2h-7.734c-3.547 0-5.32 0-6.675.69A6.33 6.33 0 0 0 2.69 5.458M13.206 8C13.22 8.004 7 23 7 23h10.012c0-.012-.24-.595-.51-1.247c-.345-.837-.738-1.788-.731-1.796h-2.855c.032-.008 2.681-6.173 2.69-6.253c.05.092 4.058 9.304 4.054 9.296H25L17.93 8z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-amazon-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230E121B'%3E%3Cpath fill-rule='evenodd' d='M10.578 12.762q-.866 1.25-.866 3.01h-.004q0 2.22 1.26 3.43t3.22 1.21q1.274 0 2.141-.255q1.372-.384 2.8-1.94q.103.129.36.5c.167.247.29.41.367.498q.113.127.381.407q.267.282.623.587q.435.18.739-.052q.178-.151 2.293-1.99q.204-.153.203-.356q0-.18-.152-.409l-.585-.778q-.182-.24-.368-.792a3.6 3.6 0 0 1-.192-1.21v-6.17q.001-.101-.025-.65q-.025-.547-.077-.715a18 18 0 0 1-.154-.596q-.098-.434-.227-.666a4.4 4.4 0 0 0-.345-.522a5 5 0 0 0-.469-.549Q19.867 3.25 16.968 3.25h-.635q-2.265.127-3.96 1.224q-1.69 1.096-2.124 3.366a.7.7 0 0 0-.026.178q0 .357.432.461l2.928.358q.406-.076.511-.587q.176-.816.788-1.277c.408-.308.892-.483 1.452-.536h.198q1.148 0 1.68.768c.237.372.36 1.104.36 2.191v.433q-1.557.125-2.241.204q-2.011.255-3.385.841q-1.503.639-2.368 1.888m4.008 4.093q-.495-.602-.495-1.595l-.002.002q-.001-2.193 2.24-2.83q.762-.204 2.24-.205v.637q0 .816-.012 1.174a5 5 0 0 1-.152.93a4.1 4.1 0 0 1-.42 1.058q-.587 1.096-1.654 1.376q-.053 0-.193.027a1.4 1.4 0 0 1-.217.023q-.839 0-1.335-.597' clip-rule='evenodd'/%3E%3Cpath d='M24.933 23.267a1 1 0 0 0-.152.205v.003a.2.2 0 0 0-.025.076q-.026.05.025.101c.035.035.1.053.205.053q.532-.075 1.172-.152q.584-.053 1.015-.053q1.173.001 1.427.305q.1.126.101.408q.002.867-.941 3.086c-.051.135-.028.228.077.28a.2.2 0 0 0 .101.025q.101.002.231-.102c.574-.492 1.024-1.145 1.348-1.951q.483-1.21.483-2.104v-.178q.002-.306-.102-.456c-.15-.19-.61-.316-1.375-.386a1.5 1.5 0 0 0-.483-.026q-.918.027-1.882.28q-.588.154-1.225.586'/%3E%3Cpath d='M2.459 23.012q-.281-.178-.406.027A.26.26 0 0 0 2 23.19c0 .084.053.172.156.254a20.6 20.6 0 0 0 6.34 3.915q3.537 1.39 7.51 1.39q2.572-.002 5.267-.713q2.7-.715 4.887-2.016q.713-.433 1.173-.765q.354-.255.14-.56q-.218-.307-.6-.153q-.093.044-.295.131l-.049.021l-.367.153q-4.865 1.862-9.854 1.863q-7.485 0-13.85-3.699'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-amazon-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='%23353E47' fill-rule='evenodd' d='M10.578 12.762q-.866 1.25-.866 3.01h-.004q0 2.22 1.26 3.43t3.22 1.21q1.274 0 2.141-.255q1.372-.384 2.8-1.94q.103.129.36.5c.167.247.29.41.367.498q.113.127.381.407q.267.282.623.587q.435.18.739-.052q.178-.151 2.293-1.99q.204-.153.203-.356q0-.18-.152-.409l-.585-.778q-.182-.24-.368-.792a3.6 3.6 0 0 1-.192-1.21v-6.17q.001-.101-.025-.65q-.025-.547-.077-.715a18 18 0 0 1-.154-.596q-.098-.434-.227-.666a4.4 4.4 0 0 0-.345-.522a5 5 0 0 0-.469-.549Q19.867 3.25 16.968 3.25h-.635q-2.265.127-3.96 1.224q-1.69 1.096-2.124 3.366a.7.7 0 0 0-.026.178q0 .357.432.461l2.928.358q.406-.076.511-.587q.176-.816.788-1.277c.408-.308.892-.483 1.452-.536h.198q1.148 0 1.68.768c.237.372.36 1.104.36 2.191v.433q-1.557.125-2.241.204q-2.011.255-3.385.841q-1.503.639-2.368 1.888m4.008 4.093q-.495-.602-.495-1.595l-.002.002q-.001-2.193 2.24-2.83q.762-.204 2.24-.205v.637q0 .816-.012 1.174a5 5 0 0 1-.152.93a4.1 4.1 0 0 1-.42 1.058q-.587 1.096-1.654 1.376q-.053 0-.193.027a1.4 1.4 0 0 1-.217.023q-.839 0-1.335-.597' clip-rule='evenodd'/%3E%3Cpath fill='%23F90' d='M24.933 23.267a1 1 0 0 0-.152.205v.003a.2.2 0 0 0-.025.076q-.026.05.025.101c.035.035.1.053.205.053q.532-.075 1.172-.152q.584-.053 1.015-.053q1.173.001 1.427.305q.1.126.101.408q.002.867-.941 3.086c-.051.135-.028.228.077.28a.2.2 0 0 0 .101.025q.101.002.231-.102c.574-.492 1.024-1.145 1.348-1.951q.483-1.21.483-2.104v-.178q.002-.306-.102-.456c-.15-.19-.61-.316-1.375-.386a1.5 1.5 0 0 0-.483-.026q-.918.027-1.882.28q-.588.154-1.225.586'/%3E%3Cpath fill='%23F90' d='M2.459 23.012q-.281-.178-.406.027A.26.26 0 0 0 2 23.19c0 .084.053.172.156.254a20.6 20.6 0 0 0 6.34 3.915q3.537 1.39 7.51 1.39q2.572-.002 5.267-.713q2.7-.715 4.887-2.016q.713-.433 1.173-.765q.354-.255.14-.56q-.218-.307-.6-.153q-.093.044-.295.131l-.049.021l-.367.153q-4.865 1.862-9.854 1.863q-7.485 0-13.85-3.699'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-amazon-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M10.578 12.762q-.866 1.25-.866 3.01h-.004q0 2.22 1.26 3.43t3.22 1.21q1.274 0 2.141-.255q1.372-.384 2.8-1.94q.103.129.36.5c.167.247.29.41.367.498q.113.127.381.407q.267.282.623.587q.435.18.739-.052q.178-.151 2.293-1.99q.204-.153.203-.356q0-.18-.152-.409l-.585-.778q-.182-.24-.368-.792a3.6 3.6 0 0 1-.192-1.21v-6.17q.001-.101-.025-.65q-.025-.547-.077-.715a18 18 0 0 1-.154-.596q-.098-.434-.227-.666a4.4 4.4 0 0 0-.345-.522a5 5 0 0 0-.469-.549Q19.867 3.25 16.968 3.25h-.635q-2.265.127-3.96 1.224q-1.69 1.096-2.124 3.366a.7.7 0 0 0-.026.178q0 .357.432.461l2.928.358q.406-.076.511-.587q.176-.816.788-1.277c.408-.308.892-.483 1.452-.536h.198q1.148 0 1.68.768c.237.372.36 1.104.36 2.191v.433q-1.557.125-2.241.204q-2.011.255-3.385.841q-1.503.639-2.368 1.888m4.008 4.093q-.495-.602-.495-1.595l-.002.002q-.001-2.193 2.24-2.83q.762-.204 2.24-.205v.637q0 .816-.012 1.174a5 5 0 0 1-.152.93a4.1 4.1 0 0 1-.42 1.058q-.587 1.096-1.654 1.376q-.053 0-.193.027a1.4 1.4 0 0 1-.217.023q-.839 0-1.335-.597' clip-rule='evenodd'/%3E%3Cpath d='M24.933 23.267a1 1 0 0 0-.152.205v.003a.2.2 0 0 0-.025.076q-.026.05.025.101c.035.035.1.053.205.053q.532-.075 1.172-.152q.584-.053 1.015-.053q1.173.001 1.427.305q.1.126.101.408q.002.867-.941 3.086c-.051.135-.028.228.077.28a.2.2 0 0 0 .101.025q.101.002.231-.102c.574-.492 1.024-1.145 1.348-1.951q.483-1.21.483-2.104v-.178q.002-.306-.102-.456c-.15-.19-.61-.316-1.375-.386a1.5 1.5 0 0 0-.483-.026q-.918.027-1.882.28q-.588.154-1.225.586'/%3E%3Cpath d='M2.459 23.012q-.281-.178-.406.027A.26.26 0 0 0 2 23.19c0 .084.053.172.156.254a20.6 20.6 0 0 0 6.34 3.915q3.537 1.39 7.51 1.39q2.572-.002 5.267-.713q2.7-.715 4.887-2.016q.713-.433 1.173-.765q.354-.255.14-.56q-.218-.307-.6-.153q-.093.044-.295.131l-.049.021l-.367.153q-4.865 1.862-9.854 1.863q-7.485 0-13.85-3.699'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-apple-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' d='M22.548 16.084c.033 3.632 3.186 4.84 3.22 4.856c-.026.085-.503 1.722-1.66 3.413c-1 1.462-2.039 2.919-3.674 2.949c-1.607.03-2.124-.953-3.961-.953s-2.411.923-3.932.983c-1.579.06-2.781-1.581-3.79-3.038c-2.06-2.98-3.636-8.42-1.52-12.092c1.05-1.824 2.927-2.978 4.965-3.008c1.55-.03 3.014 1.043 3.961 1.043s2.726-1.29 4.595-1.1c.782.032 2.979.316 4.39 2.38c-.114.07-2.622 1.53-2.594 4.567m-3.02-8.919c.838-1.014 1.402-2.427 1.248-3.832c-1.208.049-2.67.805-3.536 1.82c-.776.897-1.456 2.334-1.273 3.712c1.347.104 2.722-.685 3.56-1.7'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-apple-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M22.548 16.084c.033 3.632 3.186 4.84 3.22 4.856c-.026.085-.503 1.722-1.66 3.413c-1 1.462-2.039 2.919-3.674 2.949c-1.607.03-2.124-.953-3.961-.953s-2.411.923-3.932.983c-1.579.06-2.781-1.581-3.79-3.038c-2.06-2.98-3.636-8.42-1.52-12.092c1.05-1.824 2.927-2.978 4.965-3.008c1.55-.03 3.014 1.043 3.961 1.043s2.726-1.29 4.595-1.1c.782.032 2.979.316 4.39 2.38c-.114.07-2.622 1.53-2.594 4.567m-3.02-8.919c.838-1.014 1.402-2.427 1.248-3.832c-1.208.049-2.67.805-3.536 1.82c-.776.897-1.456 2.334-1.273 3.712c1.347.104 2.722-.685 3.56-1.7'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-apple-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' d='M22.548 16.084c.033 3.632 3.186 4.84 3.22 4.856c-.026.085-.503 1.722-1.66 3.413c-1 1.462-2.039 2.919-3.674 2.949c-1.607.03-2.124-.953-3.961-.953s-2.411.923-3.932.983c-1.579.06-2.781-1.581-3.79-3.038c-2.06-2.98-3.636-8.42-1.52-12.092c1.05-1.824 2.927-2.978 4.965-3.008c1.55-.03 3.014 1.043 3.961 1.043s2.726-1.29 4.595-1.1c.782.032 2.979.316 4.39 2.38c-.114.07-2.622 1.53-2.594 4.567m-3.02-8.919c.838-1.014 1.402-2.427 1.248-3.832c-1.208.049-2.67.805-3.536 1.82c-.776.897-1.456 2.334-1.273 3.712c1.347.104 2.722-.685 3.56-1.7'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-bitcoin-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230E121B'%3E%3Cpath d='M14.235 19.625c1.253.331 3.993 1.055 4.429-.696c.446-1.79-2.21-2.386-3.507-2.677a18 18 0 0 1-.378-.087l-.844 3.382q.13.032.3.078m1.182-4.942c1.045.278 3.325.887 3.722-.704c.405-1.627-1.81-2.118-2.892-2.357a13 13 0 0 1-.317-.073l-.765 3.068q.109.027.252.066'/%3E%3Cpath fill-rule='evenodd' d='M12.612 29.584c7.502 1.87 15.1-2.694 16.969-10.195s-2.694-15.1-10.196-16.97C11.885.549 4.29 5.114 2.42 12.616c-1.87 7.5 2.694 15.098 10.193 16.968m6.483-19.11c1.94.668 3.358 1.67 3.08 3.533c-.202 1.364-.958 2.024-1.962 2.256c1.378.717 2.08 1.818 1.412 3.726c-.83 2.37-2.8 2.57-5.42 2.074l-.635 2.548l-1.537-.383l.628-2.514a58 58 0 0 1-1.225-.318l-.63 2.526l-1.534-.383l.636-2.553l-.446-.115q-.32-.084-.65-.167l-1.999-.499l.763-1.759s1.132.301 1.117.28c.434.107.627-.177.704-.366l1.004-4.028l.118.03l.045.01a1 1 0 0 0-.16-.051l.717-2.876c.018-.326-.094-.738-.716-.893c.024-.016-1.116-.277-1.116-.277l.409-1.641l2.118.529l-.001.008q.478.117.98.23l.63-2.523l1.536.383l-.617 2.474c.412.094.827.189 1.23.29l.613-2.458l1.537.383z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-bitcoin-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23F7931A'%3E%3Cpath d='M14.235 19.625c1.253.331 3.993 1.055 4.429-.696c.446-1.79-2.21-2.386-3.507-2.677a18 18 0 0 1-.378-.087l-.844 3.382q.13.032.3.078m1.182-4.942c1.045.278 3.325.887 3.722-.704c.405-1.627-1.81-2.118-2.892-2.357a13 13 0 0 1-.317-.073l-.765 3.068q.109.027.252.066'/%3E%3Cpath fill-rule='evenodd' d='M12.612 29.584c7.502 1.87 15.1-2.694 16.969-10.195s-2.694-15.1-10.196-16.97C11.885.549 4.29 5.114 2.42 12.616c-1.87 7.5 2.694 15.098 10.193 16.968m6.483-19.11c1.94.668 3.358 1.67 3.08 3.533c-.202 1.364-.958 2.024-1.962 2.256c1.378.717 2.08 1.818 1.412 3.726c-.83 2.37-2.8 2.57-5.42 2.074l-.635 2.548l-1.537-.383l.628-2.514a58 58 0 0 1-1.225-.318l-.63 2.526l-1.534-.383l.636-2.553l-.446-.115q-.32-.084-.65-.167l-1.999-.499l.763-1.759s1.132.301 1.117.28c.434.107.627-.177.704-.366l1.004-4.028l.118.03l.045.01a1 1 0 0 0-.16-.051l.717-2.876c.018-.326-.094-.738-.716-.893c.024-.016-1.116-.277-1.116-.277l.409-1.641l2.118.529l-.001.008q.478.117.98.23l.63-2.523l1.536.383l-.617 2.474c.412.094.827.189 1.23.29l.613-2.458l1.537.383z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-bitcoin-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff'%3E%3Cpath d='M14.235 19.625c1.253.331 3.993 1.055 4.429-.696c.446-1.79-2.21-2.386-3.507-2.677a18 18 0 0 1-.378-.087l-.844 3.382q.13.032.3.078m1.182-4.942c1.045.278 3.325.887 3.722-.704c.405-1.627-1.81-2.118-2.892-2.357a13 13 0 0 1-.317-.073l-.765 3.068q.109.027.252.066'/%3E%3Cpath fill-rule='evenodd' d='M12.612 29.584c7.502 1.87 15.1-2.694 16.969-10.195s-2.694-15.1-10.196-16.97C11.885.549 4.29 5.114 2.42 12.616c-1.87 7.5 2.694 15.098 10.193 16.968m6.483-19.11c1.94.668 3.358 1.67 3.08 3.533c-.202 1.364-.958 2.024-1.962 2.256c1.378.717 2.08 1.818 1.412 3.726c-.83 2.37-2.8 2.57-5.42 2.074l-.635 2.548l-1.537-.383l.628-2.514a58 58 0 0 1-1.225-.318l-.63 2.526l-1.534-.383l.636-2.553l-.446-.115q-.32-.084-.65-.167l-1.999-.499l.763-1.759s1.132.301 1.117.28c.434.107.627-.177.704-.366l1.004-4.028l.118.03l.045.01a1 1 0 0 0-.16-.051l.717-2.876c.018-.326-.094-.738-.716-.893c.024-.016-1.116-.277-1.116-.277l.409-1.641l2.118.529l-.001.008q.478.117.98.23l.63-2.523l1.536.383l-.617 2.474c.412.094.827.189 1.23.29l.613-2.458l1.537.383z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-discord-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230E121B'%3E%3Cpath d='M10.368 16.794c0 1.16.89 2.113 1.977 2.113c1.106 0 1.98-.953 1.978-2.113c.02-1.163-.872-2.116-1.978-2.116s-1.977.955-1.977 2.116m7.309 0c0 1.16.89 2.113 1.977 2.113c1.106 0 1.978-.953 1.978-2.113c.02-1.163-.872-2.116-1.978-2.116s-1.977.955-1.977 2.116'/%3E%3Cpath fill-rule='evenodd' d='M2.654 5.276C2 6.56 2 8.24 2 11.6v8.8c0 3.36 0 5.04.654 6.324a6 6 0 0 0 2.622 2.622C6.56 30 8.24 30 11.6 30h8.8c3.36 0 5.04 0 6.324-.654a6 6 0 0 0 2.622-2.622C30 25.44 30 23.76 30 20.4v-8.8c0-3.36 0-5.04-.654-6.324a6 6 0 0 0-2.622-2.622C25.44 2 23.76 2 20.4 2h-8.8c-3.36 0-5.04 0-6.324.654a6 6 0 0 0-2.622 2.622M19.097 8a18.8 18.8 0 0 1 4.54 1.34c2.49 3.494 3.726 7.434 3.27 11.978A18.6 18.6 0 0 1 21.337 24a13 13 0 0 1-1.193-1.845a12 12 0 0 0 1.881-.86q-.235-.165-.46-.342c-3.577 1.59-7.51 1.59-11.13 0a9 9 0 0 1-.46.342q.891.505 1.877.859a13 13 0 0 1-1.192 1.844a18.6 18.6 0 0 1-5.567-2.68c-.389-3.92.39-7.897 3.262-11.975A18.7 18.7 0 0 1 12.897 8c.198.332.431.779.589 1.134q2.491-.359 5.03 0c.157-.355.386-.802.581-1.134' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-discord-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%235865F2'%3E%3Cpath d='M10.368 16.794c0 1.16.89 2.113 1.977 2.113c1.106 0 1.98-.953 1.978-2.113c.02-1.163-.872-2.116-1.978-2.116s-1.977.955-1.977 2.116m7.309 0c0 1.16.89 2.113 1.977 2.113c1.106 0 1.978-.953 1.978-2.113c.02-1.163-.872-2.116-1.978-2.116s-1.977.955-1.977 2.116'/%3E%3Cpath fill-rule='evenodd' d='M2.654 5.276C2 6.56 2 8.24 2 11.6v8.8c0 3.36 0 5.04.654 6.324a6 6 0 0 0 2.622 2.622C6.56 30 8.24 30 11.6 30h8.8c3.36 0 5.04 0 6.324-.654a6 6 0 0 0 2.622-2.622C30 25.44 30 23.76 30 20.4v-8.8c0-3.36 0-5.04-.654-6.324a6 6 0 0 0-2.622-2.622C25.44 2 23.76 2 20.4 2h-8.8c-3.36 0-5.04 0-6.324.654a6 6 0 0 0-2.622 2.622M19.097 8a18.8 18.8 0 0 1 4.54 1.34c2.49 3.494 3.726 7.434 3.27 11.978A18.6 18.6 0 0 1 21.337 24a13 13 0 0 1-1.193-1.845a12 12 0 0 0 1.881-.86q-.235-.165-.46-.342c-3.577 1.59-7.51 1.59-11.13 0a9 9 0 0 1-.46.342q.891.505 1.877.859a13 13 0 0 1-1.192 1.844a18.6 18.6 0 0 1-5.567-2.68c-.389-3.92.39-7.897 3.262-11.975A18.7 18.7 0 0 1 12.897 8c.198.332.431.779.589 1.134q2.491-.359 5.03 0c.157-.355.386-.802.581-1.134' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-discord-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff'%3E%3Cpath d='M10.368 16.794c0 1.16.89 2.113 1.977 2.113c1.106 0 1.98-.953 1.978-2.113c.02-1.163-.872-2.116-1.978-2.116s-1.977.955-1.977 2.116m7.309 0c0 1.16.89 2.113 1.977 2.113c1.106 0 1.978-.953 1.978-2.113c.02-1.163-.872-2.116-1.978-2.116s-1.977.955-1.977 2.116'/%3E%3Cpath fill-rule='evenodd' d='M2.654 5.276C2 6.56 2 8.24 2 11.6v8.8c0 3.36 0 5.04.654 6.324a6 6 0 0 0 2.622 2.622C6.56 30 8.24 30 11.6 30h8.8c3.36 0 5.04 0 6.324-.654a6 6 0 0 0 2.622-2.622C30 25.44 30 23.76 30 20.4v-8.8c0-3.36 0-5.04-.654-6.324a6 6 0 0 0-2.622-2.622C25.44 2 23.76 2 20.4 2h-8.8c-3.36 0-5.04 0-6.324.654a6 6 0 0 0-2.622 2.622M19.097 8a18.8 18.8 0 0 1 4.54 1.34c2.49 3.494 3.726 7.434 3.27 11.978A18.6 18.6 0 0 1 21.337 24a13 13 0 0 1-1.193-1.845a12 12 0 0 0 1.881-.86q-.235-.165-.46-.342c-3.577 1.59-7.51 1.59-11.13 0a9 9 0 0 1-.46.342q.891.505 1.877.859a13 13 0 0 1-1.192 1.844a18.6 18.6 0 0 1-5.567-2.68c-.389-3.92.39-7.897 3.262-11.975A18.7 18.7 0 0 1 12.897 8c.198.332.431.779.589 1.134q2.491-.359 5.03 0c.157-.355.386-.802.581-1.134' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-dropbox-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230E121B'%3E%3Cpath fill-rule='evenodd' d='M10 6L4 9.53l6 3.529l-6 3.53l6 3.529l6-3.53l6 3.53l6-3.53l-6-3.53l6-3.529L22 6l-6 3.53zm6 3.53l6 3.529l-6 3.53l-6-3.53z' clip-rule='evenodd'/%3E%3Cpath d='m10 22.47l6-3.529l6 3.53L16 26z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-dropbox-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230061FF'%3E%3Cpath fill-rule='evenodd' d='M10 6L4 9.53l6 3.529l-6 3.53l6 3.529l6-3.53l6 3.53l6-3.53l-6-3.53l6-3.529L22 6l-6 3.53zm6 3.53l6 3.529l-6 3.53l-6-3.53z' clip-rule='evenodd'/%3E%3Cpath d='m10 22.47l6-3.529l6 3.53L16 26z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-dropbox-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M10 6L4 9.53l6 3.529l-6 3.53l6 3.529l6-3.53l6 3.53l6-3.53l-6-3.53l6-3.529L22 6l-6 3.53zm6 3.53l6 3.529l-6 3.53l-6-3.53z' clip-rule='evenodd'/%3E%3Cpath d='m10 22.47l6-3.529l6 3.53L16 26z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-facebook-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' d='M16 4C9.4 4 4 9.427 4 16.06C4 22.012 8.404 26.957 14.08 28v-8.563h-3V16.06h3v-2.653c0-3.015 1.92-4.703 4.68-4.703c.84 0 1.8.12 2.64.24v3.076h-1.56c-1.44 0-1.8.724-1.8 1.689v2.351h3.18l-.54 3.377h-2.64v8.55C23.71 26.94 28 22.013 28 16.06C28 9.427 22.6 4 16 4'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-facebook-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='url(%23a)' d='M16 4C9.4 4 4 9.427 4 16.06C4 22.012 8.404 26.957 14.08 28v-8.563h-3V16.06h3v-2.653c0-3.015 1.92-4.703 4.68-4.703c.84 0 1.8.12 2.64.24v3.076h-1.56c-1.44 0-1.8.724-1.8 1.689v2.351h3.18l-.54 3.377h-2.64v8.55C23.71 26.94 28 22.013 28 16.06C28 9.427 22.6 4 16 4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='16' x2='16' y1='27.282' y2='4' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230062E0'/%3E%3Cstop offset='1' stop-color='%2319AFFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-facebook-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' d='M16 4C9.4 4 4 9.427 4 16.06C4 22.012 8.404 26.957 14.08 28v-8.563h-3V16.06h3v-2.653c0-3.015 1.92-4.703 4.68-4.703c.84 0 1.8.12 2.64.24v3.076h-1.56c-1.44 0-1.8.724-1.8 1.689v2.351h3.18l-.54 3.377h-2.64v8.55C23.71 26.94 28 22.013 28 16.06C28 9.427 22.6 4 16 4'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-figma-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230E121B' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M16 16a4 4 0 1 1 8 0a4 4 0 0 1-8 0m-8 8a4 4 0 0 1 4-4h4v4a4 4 0 0 1-8 0'/%3E%3Cpath d='M16 4v8h4a4 4 0 0 0 0-8zM8 8a4 4 0 0 0 4 4h4V4h-4a4 4 0 0 0-4 4m0 8a4 4 0 0 0 4 4h4v-8h-4a4 4 0 0 0-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-figma-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%231ABCFE' d='M16 16a4 4 0 1 1 8 0a4 4 0 0 1-8 0'/%3E%3Cpath fill='%230ACF83' d='M8 24a4 4 0 0 1 4-4h4v4a4 4 0 0 1-8 0'/%3E%3Cpath fill='%23FF7262' d='M16 4v8h4a4 4 0 0 0 0-8z'/%3E%3Cpath fill='%23F24E1E' d='M8 8a4 4 0 0 0 4 4h4V4h-4a4 4 0 0 0-4 4'/%3E%3Cpath fill='%23A259FF' d='M8 16a4 4 0 0 0 4 4h4v-8h-4a4 4 0 0 0-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-figma-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M16 16a4 4 0 1 1 8 0a4 4 0 0 1-8 0m-8 8a4 4 0 0 1 4-4h4v4a4 4 0 0 1-8 0'/%3E%3Cpath d='M16 4v8h4a4 4 0 0 0 0-8zM8 8a4 4 0 0 0 4 4h4V4h-4a4 4 0 0 0-4 4m0 8a4 4 0 0 0 4 4h4v-8h-4a4 4 0 0 0-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-framer-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' fill-rule='evenodd' d='M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14m-14 4.334H9L16 27zm0-6.667H9v6.667h14zh7V7H9z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-framer-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill-rule='evenodd' d='M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14m-14 4.334H9L16 27zm0-6.667H9v6.667h14zh7V7H9z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-framer-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14m-14 4.334H9L16 27zm0-6.667H9v6.667h14zh7V7H9z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-github-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' fill-rule='evenodd' d='M16.01 4C9.369 4 4 9.5 4 16.304c0 5.44 3.44 10.043 8.212 11.673c.597.122.815-.265.815-.59c0-.286-.02-1.264-.02-2.283c-3.34.734-4.036-1.466-4.036-1.466c-.537-1.426-1.332-1.793-1.332-1.793c-1.094-.754.08-.754.08-.754c1.212.082 1.849 1.263 1.849 1.263c1.073 1.874 2.803 1.345 3.5 1.019c.098-.795.417-1.345.755-1.65c-2.665-.285-5.468-1.345-5.468-6.07c0-1.345.477-2.445 1.232-3.3c-.119-.306-.537-1.57.12-3.26c0 0 1.014-.326 3.3 1.263c.98-.27 1.989-.407 3.003-.408c1.014 0 2.048.143 3.002.408c2.287-1.59 3.301-1.263 3.301-1.263c.657 1.69.239 2.954.12 3.26c.775.855 1.232 1.955 1.232 3.3c0 4.725-2.803 5.764-5.488 6.07c.438.387.815 1.12.815 2.281c0 1.65-.02 2.975-.02 3.382c0 .326.22.713.816.59C24.56 26.347 28 21.744 28 16.305C28.02 9.5 22.63 4 16.01 4' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-github-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%2324292F' fill-rule='evenodd' d='M16.01 4C9.369 4 4 9.5 4 16.304c0 5.44 3.44 10.043 8.212 11.673c.597.122.815-.265.815-.59c0-.286-.02-1.264-.02-2.283c-3.34.734-4.036-1.466-4.036-1.466c-.537-1.426-1.332-1.793-1.332-1.793c-1.094-.754.08-.754.08-.754c1.212.082 1.849 1.263 1.849 1.263c1.073 1.874 2.803 1.345 3.5 1.019c.098-.795.417-1.345.755-1.65c-2.665-.285-5.468-1.345-5.468-6.07c0-1.345.477-2.445 1.232-3.3c-.119-.306-.537-1.57.12-3.26c0 0 1.014-.326 3.3 1.263c.98-.27 1.989-.407 3.003-.408c1.014 0 2.048.143 3.002.408c2.287-1.59 3.301-1.263 3.301-1.263c.657 1.69.239 2.954.12 3.26c.775.855 1.232 1.955 1.232 3.3c0 4.725-2.803 5.764-5.488 6.07c.438.387.815 1.12.815 2.281c0 1.65-.02 2.975-.02 3.382c0 .326.22.713.816.59C24.56 26.347 28 21.744 28 16.305C28.02 9.5 22.63 4 16.01 4' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-github-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16.01 4C9.369 4 4 9.5 4 16.304c0 5.44 3.44 10.043 8.212 11.673c.597.122.815-.265.815-.59c0-.286-.02-1.264-.02-2.283c-3.34.734-4.036-1.466-4.036-1.466c-.537-1.426-1.332-1.793-1.332-1.793c-1.094-.754.08-.754.08-.754c1.212.082 1.849 1.263 1.849 1.263c1.073 1.874 2.803 1.345 3.5 1.019c.098-.795.417-1.345.755-1.65c-2.665-.285-5.468-1.345-5.468-6.07c0-1.345.477-2.445 1.232-3.3c-.119-.306-.537-1.57.12-3.26c0 0 1.014-.326 3.3 1.263c.98-.27 1.989-.407 3.003-.408c1.014 0 2.048.143 3.002.408c2.287-1.59 3.301-1.263 3.301-1.263c.657 1.69.239 2.954.12 3.26c.775.855 1.232 1.955 1.232 3.3c0 4.725-2.803 5.764-5.488 6.07c.438.387.815 1.12.815 2.281c0 1.65-.02 2.975-.02 3.382c0 .326.22.713.816.59C24.56 26.347 28 21.744 28 16.305C28.02 9.5 22.63 4 16.01 4' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-google-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230E121B'%3E%3Cpath d='M16.245 13.818v4.648h6.59c-.29 1.494-1.158 2.76-2.46 3.61l3.974 3.023C26.664 23.004 28 19.928 28 16.273c0-.85-.078-1.67-.223-2.454zM5.314 10.622a11.66 11.66 0 0 0 0 10.756c0 .011 4.074-3.098 4.074-3.098a7 7 0 0 1-.39-2.28c0-.796.145-1.56.39-2.28z'/%3E%3Cpath d='M16.245 8.778c1.803 0 3.406.611 4.686 1.79l3.507-3.437C22.312 5.189 19.55 4 16.245 4c-4.787 0-8.917 2.695-10.932 6.622l4.075 3.098c.968-2.836 3.673-4.942 6.857-4.942m-6.863 9.506l-.896.673l-3.173 2.421A12.27 12.27 0 0 0 16.245 28c3.306 0 6.077-1.069 8.103-2.902l-3.974-3.021c-1.09.72-2.482 1.156-4.13 1.156c-3.183 0-5.888-2.105-6.857-4.942z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-google-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='%234285F4' d='M16.245 13.818v4.648h6.59c-.29 1.494-1.158 2.76-2.46 3.61l3.974 3.023C26.664 23.004 28 19.928 28 16.273c0-.85-.078-1.67-.223-2.454z'/%3E%3Cpath fill='%23FBBC05' d='M5.314 10.622a11.66 11.66 0 0 0 0 10.756c0 .011 4.074-3.098 4.074-3.098a7 7 0 0 1-.39-2.28c0-.796.145-1.56.39-2.28z'/%3E%3Cpath fill='%23EA4335' d='M16.245 8.778c1.803 0 3.406.611 4.686 1.79l3.507-3.437C22.312 5.189 19.55 4 16.245 4c-4.787 0-8.917 2.695-10.932 6.622l4.075 3.098c.968-2.836 3.673-4.942 6.857-4.942'/%3E%3Cpath fill='%2334A853' d='m9.382 18.284l-.896.673l-3.173 2.421A12.27 12.27 0 0 0 16.245 28c3.306 0 6.077-1.069 8.103-2.902l-3.974-3.021c-1.09.72-2.482 1.156-4.13 1.156c-3.183 0-5.888-2.105-6.857-4.942z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-google-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff'%3E%3Cpath d='M16.245 13.818v4.648h6.59c-.29 1.494-1.158 2.76-2.46 3.61l3.974 3.023C26.664 23.004 28 19.928 28 16.273c0-.85-.078-1.67-.223-2.454zM5.314 10.622a11.66 11.66 0 0 0 0 10.756c0 .011 4.074-3.098 4.074-3.098a7 7 0 0 1-.39-2.28c0-.796.145-1.56.39-2.28z'/%3E%3Cpath d='M16.245 8.778c1.803 0 3.406.611 4.686 1.79l3.507-3.437C22.312 5.189 19.55 4 16.245 4c-4.787 0-8.917 2.695-10.932 6.622l4.075 3.098c.968-2.836 3.673-4.942 6.857-4.942m-6.863 9.506l-.896.673l-3.173 2.421A12.27 12.27 0 0 0 16.245 28c3.306 0 6.077-1.069 8.103-2.902l-3.974-3.021c-1.09.72-2.482 1.156-4.13 1.156c-3.183 0-5.888-2.105-6.857-4.942z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-instagram-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230E121B'%3E%3Cpath d='M22.905 10.774a2.74 2.74 0 0 0-.662-1.02a2.75 2.75 0 0 0-1.02-.662c-.311-.122-.78-.266-1.644-.305c-.934-.042-1.214-.051-3.58-.051h-.796c-1.652 0-1.968.01-2.786.048c-.864.038-1.332.182-1.644.304c-.414.161-.71.353-1.02.663s-.501.606-.662 1.02c-.122.311-.266.78-.305 1.644c-.042.935-.051 1.213-.051 3.58s.009 2.648.051 3.582c.04.864.185 1.333.305 1.645c.16.414.353.71.663 1.02s.605.502 1.019.662c.312.122.78.266 1.644.307c.934.042 1.215.051 3.581.051c2.367 0 2.647-.009 3.581-.051c.864-.04 1.333-.183 1.645-.305c.413-.16.709-.353 1.019-.663s.502-.604.662-1.017c.122-.312.266-.781.305-1.645c.043-.934.052-1.215.052-3.58s-.01-2.646-.052-3.58c-.039-.864-.185-1.333-.305-1.645zm-6.907 9.778a4.55 4.55 0 0 1-4.55-4.551a4.55 4.55 0 1 1 4.55 4.551m4.73-8.218a1.064 1.064 0 1 1 0-2.127a1.064 1.064 0 0 1 0 2.127'/%3E%3Cpath d='M15.998 18.955a2.954 2.954 0 1 0 0-5.907a2.954 2.954 0 0 0 0 5.907'/%3E%3Cpath d='M27.978 9.201c-.076-.964-.24-1.612-.578-2.297a4.8 4.8 0 0 0-1.028-1.407c-.794-.758-1.765-1.22-2.922-1.386c-.561-.081-.672-.105-3.54-.111h-3.906c-5.01 0-6.476.006-6.76.03c-1.028.084-1.669.247-2.364.594a4.8 4.8 0 0 0-1.38 1.01Q4.36 6.817 4.11 8.553c-.08.561-.104.676-.11 3.541v3.901c0 5.008.006 6.472.03 6.756c.083 1 .24 1.63.572 2.319a5.06 5.06 0 0 0 3.276 2.677c.495.128 1.041.198 1.743.23c.297.014 3.326.023 6.357.023c3.03 0 6.062-.004 6.352-.018c.812-.04 1.284-.102 1.805-.237a5.03 5.03 0 0 0 3.276-2.683c.325-.672.491-1.325.567-2.274c.016-.207.022-3.504.022-6.796s-.007-6.584-.024-6.791zm-3.173 10.454c-.044.943-.194 1.588-.412 2.15a4.35 4.35 0 0 1-1.022 1.57a4.35 4.35 0 0 1-1.57 1.023c-.562.22-1.208.37-2.152.412s-1.246.053-3.653.053s-2.708-.01-3.653-.053c-.943-.043-1.587-.192-2.15-.412a4.35 4.35 0 0 1-1.57-1.023a4.4 4.4 0 0 1-1.022-1.57c-.22-.562-.367-1.207-.411-2.15c-.043-.946-.054-1.247-.054-3.654s.011-2.709.054-3.654c.042-.943.192-1.588.411-2.15a4.35 4.35 0 0 1 1.023-1.57a4.3 4.3 0 0 1 1.569-1.021c.563-.22 1.207-.37 2.15-.412c.945-.042 1.248-.053 3.652-.053h.003c2.405 0 2.706.01 3.651.053s1.588.192 2.153.412a4.3 4.3 0 0 1 1.569 1.02c.492.494.795.989 1.022 1.57c.218.563.367 1.208.412 2.151c.042.945.053 1.248.053 3.654s-.01 2.708-.053 3.654'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-instagram-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='url(%23a)' d='M22.905 10.774a2.74 2.74 0 0 0-.662-1.02a2.75 2.75 0 0 0-1.02-.662c-.311-.122-.78-.266-1.644-.305c-.934-.042-1.214-.051-3.58-.051h-.796c-1.652 0-1.968.01-2.786.048c-.864.038-1.332.182-1.644.304c-.414.161-.71.353-1.02.663s-.501.606-.662 1.02c-.122.311-.266.78-.305 1.644c-.042.935-.051 1.213-.051 3.58s.009 2.648.051 3.582c.04.864.185 1.333.305 1.645c.16.414.353.71.663 1.02s.605.502 1.019.662c.312.122.78.266 1.644.307c.934.042 1.215.051 3.581.051c2.367 0 2.647-.009 3.581-.051c.864-.04 1.333-.183 1.645-.305c.413-.16.709-.353 1.019-.663s.502-.604.662-1.017c.122-.312.266-.781.305-1.645c.043-.934.052-1.215.052-3.58s-.01-2.646-.052-3.58c-.039-.864-.185-1.333-.305-1.645zm-6.907 9.778a4.55 4.55 0 0 1-4.55-4.551a4.55 4.55 0 1 1 4.55 4.551m4.73-8.218a1.064 1.064 0 1 1 0-2.127a1.064 1.064 0 0 1 0 2.127'/%3E%3Cpath fill='url(%23b)' d='M22.905 10.774a2.74 2.74 0 0 0-.662-1.02a2.75 2.75 0 0 0-1.02-.662c-.311-.122-.78-.266-1.644-.305c-.934-.042-1.214-.051-3.58-.051h-.796c-1.652 0-1.968.01-2.786.048c-.864.038-1.332.182-1.644.304c-.414.161-.71.353-1.02.663s-.501.606-.662 1.02c-.122.311-.266.78-.305 1.644c-.042.935-.051 1.213-.051 3.58s.009 2.648.051 3.582c.04.864.185 1.333.305 1.645c.16.414.353.71.663 1.02s.605.502 1.019.662c.312.122.78.266 1.644.307c.934.042 1.215.051 3.581.051c2.367 0 2.647-.009 3.581-.051c.864-.04 1.333-.183 1.645-.305c.413-.16.709-.353 1.019-.663s.502-.604.662-1.017c.122-.312.266-.781.305-1.645c.043-.934.052-1.215.052-3.58s-.01-2.646-.052-3.58c-.039-.864-.185-1.333-.305-1.645zm-6.907 9.778a4.55 4.55 0 0 1-4.55-4.551a4.55 4.55 0 1 1 4.55 4.551m4.73-8.218a1.064 1.064 0 1 1 0-2.127a1.064 1.064 0 0 1 0 2.127'/%3E%3Cpath fill='url(%23c)' d='M15.998 18.955a2.954 2.954 0 1 0 0-5.907a2.954 2.954 0 0 0 0 5.907'/%3E%3Cpath fill='url(%23d)' d='M15.998 18.955a2.954 2.954 0 1 0 0-5.907a2.954 2.954 0 0 0 0 5.907'/%3E%3Cpath fill='url(%23e)' d='M27.978 9.201c-.076-.964-.24-1.612-.578-2.297a4.8 4.8 0 0 0-1.028-1.407c-.794-.758-1.765-1.22-2.922-1.386c-.561-.081-.672-.105-3.54-.111h-3.906c-5.01 0-6.476.006-6.76.03c-1.028.084-1.669.247-2.364.594a4.8 4.8 0 0 0-1.38 1.01Q4.36 6.817 4.11 8.553c-.08.561-.104.676-.11 3.541v3.901c0 5.008.006 6.472.03 6.756c.083 1 .24 1.63.572 2.319a5.06 5.06 0 0 0 3.276 2.677c.495.128 1.041.198 1.743.23c.297.014 3.326.023 6.357.023c3.03 0 6.062-.004 6.352-.018c.812-.04 1.284-.102 1.805-.237a5.03 5.03 0 0 0 3.276-2.683c.325-.672.491-1.325.567-2.274c.016-.207.022-3.504.022-6.796s-.007-6.584-.024-6.791zm-3.173 10.454c-.044.943-.194 1.588-.412 2.15a4.35 4.35 0 0 1-1.022 1.57a4.35 4.35 0 0 1-1.57 1.023c-.562.22-1.208.37-2.152.412s-1.246.053-3.653.053s-2.708-.01-3.653-.053c-.943-.043-1.587-.192-2.15-.412a4.35 4.35 0 0 1-1.57-1.023a4.4 4.4 0 0 1-1.022-1.57c-.22-.562-.367-1.207-.411-2.15c-.043-.946-.054-1.247-.054-3.654s.011-2.709.054-3.654c.042-.943.192-1.588.411-2.15a4.35 4.35 0 0 1 1.023-1.57a4.3 4.3 0 0 1 1.569-1.021c.563-.22 1.207-.37 2.15-.412c.945-.042 1.248-.053 3.652-.053h.003c2.405 0 2.706.01 3.651.053s1.588.192 2.153.412a4.3 4.3 0 0 1 1.569 1.02c.492.494.795.989 1.022 1.57c.218.563.367 1.208.412 2.151c.042.945.053 1.248.053 3.654s-.01 2.708-.053 3.654'/%3E%3Cpath fill='url(%23f)' d='M27.978 9.201c-.076-.964-.24-1.612-.578-2.297a4.8 4.8 0 0 0-1.028-1.407c-.794-.758-1.765-1.22-2.922-1.386c-.561-.081-.672-.105-3.54-.111h-3.906c-5.01 0-6.476.006-6.76.03c-1.028.084-1.669.247-2.364.594a4.8 4.8 0 0 0-1.38 1.01Q4.36 6.817 4.11 8.553c-.08.561-.104.676-.11 3.541v3.901c0 5.008.006 6.472.03 6.756c.083 1 .24 1.63.572 2.319a5.06 5.06 0 0 0 3.276 2.677c.495.128 1.041.198 1.743.23c.297.014 3.326.023 6.357.023c3.03 0 6.062-.004 6.352-.018c.812-.04 1.284-.102 1.805-.237a5.03 5.03 0 0 0 3.276-2.683c.325-.672.491-1.325.567-2.274c.016-.207.022-3.504.022-6.796s-.007-6.584-.024-6.791zm-3.173 10.454c-.044.943-.194 1.588-.412 2.15a4.35 4.35 0 0 1-1.022 1.57a4.35 4.35 0 0 1-1.57 1.023c-.562.22-1.208.37-2.152.412s-1.246.053-3.653.053s-2.708-.01-3.653-.053c-.943-.043-1.587-.192-2.15-.412a4.35 4.35 0 0 1-1.57-1.023a4.4 4.4 0 0 1-1.022-1.57c-.22-.562-.367-1.207-.411-2.15c-.043-.946-.054-1.247-.054-3.654s.011-2.709.054-3.654c.042-.943.192-1.588.411-2.15a4.35 4.35 0 0 1 1.023-1.57a4.3 4.3 0 0 1 1.569-1.021c.563-.22 1.207-.37 2.15-.412c.945-.042 1.248-.053 3.652-.053h.003c2.405 0 2.706.01 3.651.053s1.588.192 2.153.412a4.3 4.3 0 0 1 1.569 1.02c.492.494.795.989 1.022 1.57c.218.563.367 1.208.412 2.151c.042.945.053 1.248.053 3.654s-.01 2.708-.053 3.654'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='matrix(0 -23.7858 22.1226 0 10.375 29.849)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FD5'/%3E%3Cstop offset='.1' stop-color='%23FD5'/%3E%3Cstop offset='.5' stop-color='%23FF543E'/%3E%3Cstop offset='1' stop-color='%23C837AB'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='0' cy='0' r='1' gradientTransform='rotate(78.681 -3.505 2.852)scale(10.6323 43.827)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233771C8'/%3E%3Cstop offset='.128' stop-color='%233771C8'/%3E%3Cstop offset='1' stop-color='%2360F' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='0' cy='0' r='1' gradientTransform='matrix(0 -23.7858 22.1226 0 10.375 29.849)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FD5'/%3E%3Cstop offset='.1' stop-color='%23FD5'/%3E%3Cstop offset='.5' stop-color='%23FF543E'/%3E%3Cstop offset='1' stop-color='%23C837AB'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='0' cy='0' r='1' gradientTransform='rotate(78.681 -3.505 2.852)scale(10.6323 43.827)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233771C8'/%3E%3Cstop offset='.128' stop-color='%233771C8'/%3E%3Cstop offset='1' stop-color='%2360F' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='1' gradientTransform='matrix(0 -23.7858 22.1226 0 10.375 29.849)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FD5'/%3E%3Cstop offset='.1' stop-color='%23FD5'/%3E%3Cstop offset='.5' stop-color='%23FF543E'/%3E%3Cstop offset='1' stop-color='%23C837AB'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='0' cy='0' r='1' gradientTransform='rotate(78.681 -3.505 2.852)scale(10.6323 43.827)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233771C8'/%3E%3Cstop offset='.128' stop-color='%233771C8'/%3E%3Cstop offset='1' stop-color='%2360F' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-instagram-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff'%3E%3Cpath d='M22.905 10.774a2.74 2.74 0 0 0-.662-1.02a2.75 2.75 0 0 0-1.02-.662c-.311-.122-.78-.266-1.644-.305c-.934-.042-1.214-.051-3.58-.051h-.796c-1.652 0-1.968.01-2.786.048c-.864.038-1.332.182-1.644.304c-.414.161-.71.353-1.02.663s-.501.606-.662 1.02c-.122.311-.266.78-.305 1.644c-.042.935-.051 1.213-.051 3.58s.009 2.648.051 3.582c.04.864.185 1.333.305 1.645c.16.414.353.71.663 1.02s.605.502 1.019.662c.312.122.78.266 1.644.307c.934.042 1.215.051 3.581.051c2.367 0 2.647-.009 3.581-.051c.864-.04 1.333-.183 1.645-.305c.413-.16.709-.353 1.019-.663s.502-.604.662-1.017c.122-.312.266-.781.305-1.645c.043-.934.052-1.215.052-3.58s-.01-2.646-.052-3.58c-.039-.864-.185-1.333-.305-1.645zm-6.907 9.778a4.55 4.55 0 0 1-4.55-4.551a4.55 4.55 0 1 1 4.55 4.551m4.73-8.218a1.064 1.064 0 1 1 0-2.127a1.064 1.064 0 0 1 0 2.127'/%3E%3Cpath d='M15.998 18.955a2.954 2.954 0 1 0 0-5.907a2.954 2.954 0 0 0 0 5.907'/%3E%3Cpath d='M27.978 9.201c-.076-.964-.24-1.612-.578-2.297a4.8 4.8 0 0 0-1.028-1.407c-.794-.758-1.765-1.22-2.922-1.386c-.561-.081-.672-.105-3.54-.111h-3.906c-5.01 0-6.476.006-6.76.03c-1.028.084-1.669.247-2.364.594a4.8 4.8 0 0 0-1.38 1.01Q4.36 6.817 4.11 8.553c-.08.561-.104.676-.11 3.541v3.901c0 5.008.006 6.472.03 6.756c.083 1 .24 1.63.572 2.319a5.06 5.06 0 0 0 3.276 2.677c.495.128 1.041.198 1.743.23c.297.014 3.326.023 6.357.023c3.03 0 6.062-.004 6.352-.018c.812-.04 1.284-.102 1.805-.237a5.03 5.03 0 0 0 3.276-2.683c.325-.672.491-1.325.567-2.274c.016-.207.022-3.504.022-6.796s-.007-6.584-.024-6.791zm-3.173 10.454c-.044.943-.194 1.588-.412 2.15a4.35 4.35 0 0 1-1.022 1.57a4.35 4.35 0 0 1-1.57 1.023c-.562.22-1.208.37-2.152.412s-1.246.053-3.653.053s-2.708-.01-3.653-.053c-.943-.043-1.587-.192-2.15-.412a4.35 4.35 0 0 1-1.57-1.023a4.4 4.4 0 0 1-1.022-1.57c-.22-.562-.367-1.207-.411-2.15c-.043-.946-.054-1.247-.054-3.654s.011-2.709.054-3.654c.042-.943.192-1.588.411-2.15a4.35 4.35 0 0 1 1.023-1.57a4.3 4.3 0 0 1 1.569-1.021c.563-.22 1.207-.37 2.15-.412c.945-.042 1.248-.053 3.652-.053h.003c2.405 0 2.706.01 3.651.053s1.588.192 2.153.412a4.3 4.3 0 0 1 1.569 1.02c.492.494.795.989 1.022 1.57c.218.563.367 1.208.412 2.151c.042.945.053 1.248.053 3.654s-.01 2.708-.053 3.654'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-linkedin-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' fill-rule='evenodd' d='M25.333 4H6.667A2.666 2.666 0 0 0 4 6.667v18.666A2.666 2.666 0 0 0 6.667 28h18.666A2.666 2.666 0 0 0 28 25.333V6.667A2.666 2.666 0 0 0 25.333 4M11.257 24.667h-3.58V13.11h3.58zM9.45 11.597a2.123 2.123 0 0 1-2.117-2.134c0-1.18.947-2.133 2.117-2.133s2.117.953 2.117 2.133s-.947 2.134-2.117 2.134m15.217 13.07h-3.56V18.6c0-1.663-.634-2.593-1.947-2.593c-1.433 0-2.18.966-2.18 2.593v6.067h-3.433V13.11h3.433v1.557s1.033-1.91 3.483-1.91s4.207 1.496 4.207 4.593v7.317z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-linkedin-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230077B5' fill-rule='evenodd' d='M25.333 4H6.667A2.666 2.666 0 0 0 4 6.667v18.666A2.666 2.666 0 0 0 6.667 28h18.666A2.666 2.666 0 0 0 28 25.333V6.667A2.666 2.666 0 0 0 25.333 4M11.257 24.667h-3.58V13.11h3.58zM9.45 11.597a2.123 2.123 0 0 1-2.117-2.134c0-1.18.947-2.133 2.117-2.133s2.117.953 2.117 2.133s-.947 2.134-2.117 2.134m15.217 13.07h-3.56V18.6c0-1.663-.634-2.593-1.947-2.593c-1.433 0-2.18.966-2.18 2.593v6.067h-3.433V13.11h3.433v1.557s1.033-1.91 3.483-1.91s4.207 1.496 4.207 4.593v7.317z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-linkedin-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M25.333 4H6.667A2.666 2.666 0 0 0 4 6.667v18.666A2.666 2.666 0 0 0 6.667 28h18.666A2.666 2.666 0 0 0 28 25.333V6.667A2.666 2.666 0 0 0 25.333 4M11.257 24.667h-3.58V13.11h3.58zM9.45 11.597a2.123 2.123 0 0 1-2.117-2.134c0-1.18.947-2.133 2.117-2.133s2.117.953 2.117 2.133s-.947 2.134-2.117 2.134m15.217 13.07h-3.56V18.6c0-1.663-.634-2.593-1.947-2.593c-1.433 0-2.18.966-2.18 2.593v6.067h-3.433V13.11h3.433v1.557s1.033-1.91 3.483-1.91s4.207 1.496 4.207 4.593v7.317z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-microsoft-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' d='M4 4h11.429v11.429H4zm12.571 0H28v11.429H16.571zM4 16.572h11.429V28H4zm12.571 0H28V28H16.57z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-microsoft-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='%23F35325' d='M4 4h11.429v11.429H4z'/%3E%3Cpath fill='%2381BC06' d='M16.571 4H28v11.429H16.571z'/%3E%3Cpath fill='%2305A6F0' d='M4 16.572h11.429V28H4z'/%3E%3Cpath fill='%23FFBA08' d='M16.571 16.572H28V28H16.57z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-microsoft-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' d='M4 4h11.429v11.429H4zm12.571 0H28v11.429H16.571zM4 16.572h11.429V28H4zm12.571 0H28V28H16.57z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-netflix-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230E121B'%3E%3Cpath d='m18.583 2.022l-.013 6.187l-.013 6.188l-.593-1.436v-.004l-.77 13.774c.757 1.827 1.161 2.803 1.165 2.807c.005.003.434.026.954.048c1.573.066 3.524.21 5.007.368c.343.037.636.055.657.04s.026-6.312.021-13.999l-.012-13.973zM7 2.004v13.988c0 7.694.009 13.995.021 14.006s.568-.036 1.238-.099s1.594-.144 2.054-.177c.705-.051 2.82-.166 3.06-.17c.073 0 .077-.312.086-5.925l.013-5.926l.511 1.237c.077.192.103.25.18.439l.77-13.771l-.262-.637c-.628-1.522-1.16-2.807-1.182-2.866L13.446 2H7z'/%3E%3Cpath d='m7 2.004l6.467 15.708v-.008l.512 1.238c2.84 6.89 4.366 10.589 4.375 10.596c.004.003.434.026.954.048c1.572.066 3.523.21 5.006.368c.34.037.636.055.653.04l-6.412-15.6v.003l-.593-1.436c-.58-1.404-.966-2.343-3.3-7.992c-.627-1.522-1.16-2.807-1.182-2.866L13.437 2H10.22z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-netflix-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='url(%23a)' d='m18.583 2.022l-.013 6.187l-.013 6.188l-.593-1.436v-.004l-.77 13.774c.757 1.827 1.161 2.803 1.165 2.807c.005.003.434.026.954.048c1.573.066 3.524.21 5.007.368c.343.037.636.055.657.04s.026-6.312.021-13.999l-.012-13.973z'/%3E%3Cpath fill='url(%23b)' d='M7 2.004v13.988c0 7.694.009 13.995.021 14.006s.568-.036 1.238-.099s1.594-.144 2.054-.177c.705-.051 2.82-.166 3.06-.17c.073 0 .077-.312.086-5.925l.013-5.926l.511 1.237c.077.192.103.25.18.439l.77-13.771l-.262-.637c-.628-1.522-1.16-2.807-1.182-2.866L13.446 2H7z'/%3E%3Cpath fill='%23E30A17' d='m7 2.004l6.467 15.708v-.008l.512 1.238c2.84 6.89 4.366 10.589 4.375 10.596c.004.003.434.026.954.048c1.572.066 3.523.21 5.006.368c.34.037.636.055.653.04l-6.412-15.6v.003l-.593-1.436c-.58-1.404-.966-2.343-3.3-7.992c-.627-1.522-1.16-2.807-1.182-2.866L13.437 2H10.22z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='27.886' x2='17.652' y1='22.941' y2='27.454' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B20610'/%3E%3Cstop offset='.256' stop-color='%23B20610'/%3E%3Cstop offset='1' stop-color='%23590004'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='3.892' x2='14.961' y1='8.137' y2='3.313' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B20610'/%3E%3Cstop offset='.256' stop-color='%23B20610'/%3E%3Cstop offset='1' stop-color='%23590004'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-netflix-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff'%3E%3Cpath d='m18.583 2.022l-.013 6.187l-.013 6.188l-.593-1.436v-.004l-.77 13.774c.757 1.827 1.161 2.803 1.165 2.807c.005.003.434.026.954.048c1.573.066 3.524.21 5.007.368c.343.037.636.055.657.04s.026-6.312.021-13.999l-.012-13.973zM7 2.004v13.988c0 7.694.009 13.995.021 14.006s.568-.036 1.238-.099s1.594-.144 2.054-.177c.705-.051 2.82-.166 3.06-.17c.073 0 .077-.312.086-5.925l.013-5.926l.511 1.237c.077.192.103.25.18.439l.77-13.771l-.262-.637c-.628-1.522-1.16-2.807-1.182-2.866L13.446 2H7z'/%3E%3Cpath d='m7 2.004l6.467 15.708v-.008l.512 1.238c2.84 6.89 4.366 10.589 4.375 10.596c.004.003.434.026.954.048c1.572.066 3.523.21 5.006.368c.34.037.636.055.653.04l-6.412-15.6v.003l-.593-1.436c-.58-1.404-.966-2.343-3.3-7.992c-.627-1.522-1.16-2.807-1.182-2.866L13.437 2H10.22z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-notion-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' fill-rule='evenodd' d='M20.23 2.064L4.69 3.207C3.437 3.316 3 4.133 3 5.112v16.984c0 .763.272 1.416.927 2.287L7.58 29.12c.6.763 1.145.926 2.29.871l18.047-1.089c1.526-.108 1.963-.816 1.963-2.014V7.78c0-.62-.245-.798-.968-1.325l-.123-.09l-4.96-3.485c-1.2-.87-1.691-.98-3.6-.816m-9.95 5.402c-1.473.1-1.808.122-2.645-.557L5.507 5.222c-.217-.219-.108-.49.437-.545l14.94-1.089c1.254-.109 1.908.327 2.399.708l2.562 1.851c.11.054.381.38.054.38l-15.429.926zM8.561 26.724V10.502c0-.708.219-1.034.873-1.09L27.153 8.38c.601-.055.873.327.873 1.034v16.113c0 .708-.11 1.307-1.09 1.361l-16.957.98c-.982.055-1.418-.271-1.418-1.143m16.74-15.352c.108.49 0 .98-.492 1.036l-.817.162v11.976c-.71.381-1.363.6-1.908.6c-.873 0-1.092-.273-1.745-1.09l-5.344-8.383v8.111l1.69.382s0 .98-1.364.98l-3.76.217c-.11-.218 0-.762.38-.87l.982-.273V13.496l-1.363-.109c-.109-.49.163-1.197.927-1.252l4.035-.272l5.562 8.492v-7.513l-1.418-.162c-.11-.6.326-1.035.872-1.089z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-notion-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%231E2226' fill-rule='evenodd' d='M20.23 2.064L4.69 3.207C3.437 3.316 3 4.133 3 5.112v16.984c0 .763.272 1.416.927 2.287L7.58 29.12c.6.763 1.145.926 2.29.871l18.047-1.089c1.526-.108 1.963-.816 1.963-2.014V7.78c0-.62-.245-.798-.968-1.325l-.123-.09l-4.96-3.485c-1.2-.87-1.691-.98-3.6-.816m-9.95 5.402c-1.473.1-1.808.122-2.645-.557L5.507 5.222c-.217-.219-.108-.49.437-.545l14.94-1.089c1.254-.109 1.908.327 2.399.708l2.562 1.851c.11.054.381.38.054.38l-15.429.926zM8.561 26.724V10.502c0-.708.219-1.034.873-1.09L27.153 8.38c.601-.055.873.327.873 1.034v16.113c0 .708-.11 1.307-1.09 1.361l-16.957.98c-.982.055-1.418-.271-1.418-1.143m16.74-15.352c.108.49 0 .98-.492 1.036l-.817.162v11.976c-.71.381-1.363.6-1.908.6c-.873 0-1.092-.273-1.745-1.09l-5.344-8.383v8.111l1.69.382s0 .98-1.364.98l-3.76.217c-.11-.218 0-.762.38-.87l.982-.273V13.496l-1.363-.109c-.109-.49.163-1.197.927-1.252l4.035-.272l5.562 8.492v-7.513l-1.418-.162c-.11-.6.326-1.035.872-1.089z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-notion-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.23 2.064L4.69 3.207C3.437 3.316 3 4.133 3 5.112v16.984c0 .763.272 1.416.927 2.287L7.58 29.12c.6.763 1.145.926 2.29.871l18.047-1.089c1.526-.108 1.963-.816 1.963-2.014V7.78c0-.62-.245-.798-.968-1.325l-.123-.09l-4.96-3.485c-1.2-.87-1.691-.98-3.6-.816m-9.95 5.402c-1.473.1-1.808.122-2.645-.557L5.507 5.222c-.217-.219-.108-.49.437-.545l14.94-1.089c1.254-.109 1.908.327 2.399.708l2.562 1.851c.11.054.381.38.054.38l-15.429.926zM8.561 26.724V10.502c0-.708.219-1.034.873-1.09L27.153 8.38c.601-.055.873.327.873 1.034v16.113c0 .708-.11 1.307-1.09 1.361l-16.957.98c-.982.055-1.418-.271-1.418-1.143m16.74-15.352c.108.49 0 .98-.492 1.036l-.817.162v11.976c-.71.381-1.363.6-1.908.6c-.873 0-1.092-.273-1.745-1.09l-5.344-8.383v8.111l1.69.382s0 .98-1.364.98l-3.76.217c-.11-.218 0-.762.38-.87l.982-.273V13.496l-1.363-.109c-.109-.49.163-1.197.927-1.252l4.035-.272l5.562 8.492v-7.513l-1.418-.162c-.11-.6.326-1.035.872-1.089z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-paypal-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230E121B'%3E%3Cpath d='m10.502 27.134l-.198 1.189c-.052.364.208.677.623.677h4.208c.52 0 .935-.365.987-.834l.883-5.523c.052-.469.52-.833.987-.833h.623c4.052 0 7.272-1.668 8.207-6.461c.364-1.98.208-3.7-.83-4.846a3 3 0 0 0-.259-.268l-.023.077c-.567 2.912-1.841 4.982-3.696 6.306c-1.852 1.323-4.16 1.815-6.62 1.815h-2.389a.13.13 0 0 0-.089.033a.23.23 0 0 0-.068.127l-1.324 8.541z'/%3E%3Cpath d='M17.576 3c2.805 0 4.987.573 6.182 1.98c1.09 1.25 1.402 2.605 1.09 4.637c-.023.072-.036.144-.048.21c-.015.079-.027.15-.056.207c-1.038 5.523-4.674 7.399-9.35 7.399h-2.389c-.571 0-1.039.417-1.143.99l-1.194 7.711H5.68a.685.685 0 0 1-.675-.781L8.382 3.99c.104-.573.571-.99 1.143-.99z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-paypal-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='%23009CDE' d='M24.849 9.617c.311-2.032 0-3.387-1.091-4.637C22.563 3.573 20.38 3 17.576 3H9.525c-.572 0-1.039.417-1.143.99L5.006 25.353a.685.685 0 0 0 .675.781h4.987l-.364 2.189c-.052.364.208.677.623.677h4.208c.52 0 .935-.365.987-.834l.883-5.523c.052-.469.52-.833.987-.833h.623c4.052 0 7.272-1.668 8.207-6.461c.364-1.98.208-3.7-.83-4.846c-.312-.365-.676-.625-1.143-.886'/%3E%3Cpath fill='%23012169' d='M24.849 9.617c.311-2.032 0-3.387-1.091-4.637C22.563 3.573 20.38 3 17.576 3H9.525c-.572 0-1.039.417-1.143.99L5.006 25.353a.685.685 0 0 0 .675.781h4.987l1.194-7.711c.104-.573.572-.99 1.143-.99h2.39c4.675 0 8.31-1.876 9.35-7.399c.052-.104.052-.26.104-.417'/%3E%3Cpath fill='%23003087' d='M13.265 9.67c.052-.365.52-.834.987-.834h6.337c.727 0 1.455.052 2.078.156c.571.104 1.61.365 2.13.677c.311-2.032 0-3.386-1.091-4.637C22.563 3.573 20.38 3 17.576 3H9.525c-.572 0-1.039.417-1.143.99L5.006 25.353a.685.685 0 0 0 .675.781h4.987z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-paypal-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff'%3E%3Cpath d='m10.502 27.134l-.198 1.189c-.052.364.208.677.623.677h4.208c.52 0 .935-.365.987-.834l.883-5.523c.052-.469.52-.833.987-.833h.623c4.052 0 7.272-1.668 8.207-6.461c.364-1.98.208-3.7-.83-4.846a3 3 0 0 0-.259-.268l-.023.077c-.567 2.912-1.841 4.982-3.696 6.306c-1.852 1.323-4.16 1.815-6.62 1.815h-2.389a.13.13 0 0 0-.089.033a.23.23 0 0 0-.068.127l-1.324 8.541z'/%3E%3Cpath d='M17.576 3c2.805 0 4.987.573 6.182 1.98c1.09 1.25 1.402 2.605 1.09 4.637c-.023.072-.036.144-.048.21c-.015.079-.027.15-.056.207c-1.038 5.523-4.674 7.399-9.35 7.399h-2.389c-.571 0-1.039.417-1.143.99l-1.194 7.711H5.68a.685.685 0 0 1-.675-.781L8.382 3.99c.104-.573.571-.99 1.143-.99z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-pinterest-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' d='M16 2C8.268 2 2 8.268 2 16c0 5.93 3.69 11 8.898 13.04c-.122-1.107-.233-2.81.049-4.02c.254-1.092 1.641-6.959 1.641-6.959s-.418-.838-.418-2.078c0-1.946 1.128-3.4 2.533-3.4c1.194 0 1.77.897 1.77 1.972c0 1.201-.764 2.998-1.159 4.661c-.33 1.394.699 2.53 2.073 2.53c2.488 0 4.402-2.623 4.402-6.41c0-3.352-2.41-5.696-5.849-5.696c-3.983 0-6.322 2.987-6.322 6.076c0 1.203.464 2.493 1.042 3.195c.115.138.132.26.098.4c-.107.443-.343 1.394-.39 1.588c-.061.256-.203.31-.468.188c-1.749-.814-2.841-3.37-2.841-5.423c0-4.416 3.208-8.472 9.25-8.472c4.857 0 8.631 3.46 8.631 8.085s-3.042 8.708-7.265 8.708c-1.418 0-2.752-.737-3.208-1.608c0 0-.703 2.673-.872 3.328c-.316 1.216-1.17 2.74-1.74 3.67c1.31.407 2.702.625 4.145.625c7.732 0 14-6.268 14-14c0-7.73-6.268-14-14-14'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-pinterest-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23E60023' d='M16 2C8.268 2 2 8.268 2 16c0 5.93 3.69 11 8.898 13.04c-.122-1.107-.233-2.81.049-4.02c.254-1.092 1.641-6.959 1.641-6.959s-.418-.838-.418-2.078c0-1.946 1.128-3.4 2.533-3.4c1.194 0 1.77.897 1.77 1.972c0 1.201-.764 2.998-1.159 4.661c-.33 1.394.699 2.53 2.073 2.53c2.488 0 4.402-2.623 4.402-6.41c0-3.352-2.41-5.696-5.849-5.696c-3.983 0-6.322 2.987-6.322 6.076c0 1.203.464 2.493 1.042 3.195c.115.138.132.26.098.4c-.107.443-.343 1.394-.39 1.588c-.061.256-.203.31-.468.188c-1.749-.814-2.841-3.37-2.841-5.423c0-4.416 3.208-8.472 9.25-8.472c4.857 0 8.631 3.46 8.631 8.085s-3.042 8.708-7.265 8.708c-1.418 0-2.752-.737-3.208-1.608c0 0-.703 2.673-.872 3.328c-.316 1.216-1.17 2.74-1.74 3.67c1.31.407 2.702.625 4.145.625c7.732 0 14-6.268 14-14c0-7.73-6.268-14-14-14'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-pinterest-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' d='M16 2C8.268 2 2 8.268 2 16c0 5.93 3.69 11 8.898 13.04c-.122-1.107-.233-2.81.049-4.02c.254-1.092 1.641-6.959 1.641-6.959s-.418-.838-.418-2.078c0-1.946 1.128-3.4 2.533-3.4c1.194 0 1.77.897 1.77 1.972c0 1.201-.764 2.998-1.159 4.661c-.33 1.394.699 2.53 2.073 2.53c2.488 0 4.402-2.623 4.402-6.41c0-3.352-2.41-5.696-5.849-5.696c-3.983 0-6.322 2.987-6.322 6.076c0 1.203.464 2.493 1.042 3.195c.115.138.132.26.098.4c-.107.443-.343 1.394-.39 1.588c-.061.256-.203.31-.468.188c-1.749-.814-2.841-3.37-2.841-5.423c0-4.416 3.208-8.472 9.25-8.472c4.857 0 8.631 3.46 8.631 8.085s-3.042 8.708-7.265 8.708c-1.418 0-2.752-.737-3.208-1.608c0 0-.703 2.673-.872 3.328c-.316 1.216-1.17 2.74-1.74 3.67c1.31.407 2.702.625 4.145.625c7.732 0 14-6.268 14-14c0-7.73-6.268-14-14-14'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-slack-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' d='M27.308 14.923a2.692 2.692 0 1 0-2.693-2.692v2.692zm-7.539 0a2.69 2.69 0 0 0 2.693-2.692V4.693a2.692 2.692 0 0 0-5.385 0v7.538a2.69 2.69 0 0 0 2.692 2.692M4.692 17.077a2.692 2.692 0 1 0 2.693 2.692v-2.692zm7.539 0a2.69 2.69 0 0 0-2.693 2.692v7.538a2.692 2.692 0 0 0 5.385 0V19.77a2.69 2.69 0 0 0-2.692-2.692m4.846 10.23a2.692 2.692 0 1 0 2.692-2.692h-2.692zm0-7.538a2.69 2.69 0 0 0 2.692 2.692h7.538a2.692 2.692 0 1 0 0-5.385H19.77a2.69 2.69 0 0 0-2.693 2.692M14.923 4.692a2.692 2.692 0 1 0-2.692 2.692h2.692zm0 7.538a2.69 2.69 0 0 0-2.692-2.692H4.693a2.692 2.692 0 1 0 0 5.385h7.538a2.69 2.69 0 0 0 2.692-2.693'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-slack-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='%232EB67D' d='M27.308 14.923a2.692 2.692 0 1 0-2.693-2.692v2.692zm-7.539 0a2.69 2.69 0 0 0 2.693-2.692V4.693a2.692 2.692 0 0 0-5.385 0v7.538a2.69 2.69 0 0 0 2.692 2.692'/%3E%3Cpath fill='%23E01E5A' d='M4.692 17.077a2.692 2.692 0 1 0 2.693 2.692v-2.692zm7.539 0a2.69 2.69 0 0 0-2.693 2.692v7.538a2.692 2.692 0 0 0 5.385 0V19.77a2.69 2.69 0 0 0-2.692-2.692'/%3E%3Cpath fill='%23ECB22E' d='M17.077 27.308a2.692 2.692 0 1 0 2.692-2.692h-2.692zm0-7.538a2.69 2.69 0 0 0 2.692 2.692h7.538a2.692 2.692 0 1 0 0-5.385H19.77a2.69 2.69 0 0 0-2.693 2.692'/%3E%3Cpath fill='%2336C5F0' d='M14.923 4.692a2.692 2.692 0 1 0-2.692 2.692h2.692zm0 7.538a2.69 2.69 0 0 0-2.692-2.692H4.693a2.692 2.692 0 1 0 0 5.385h7.538a2.69 2.69 0 0 0 2.692-2.693'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-slack-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' d='M27.308 14.923a2.692 2.692 0 1 0-2.693-2.692v2.692zm-7.539 0a2.69 2.69 0 0 0 2.693-2.692V4.693a2.692 2.692 0 0 0-5.385 0v7.538a2.69 2.69 0 0 0 2.692 2.692M4.692 17.077a2.692 2.692 0 1 0 2.693 2.692v-2.692zm7.539 0a2.69 2.69 0 0 0-2.693 2.692v7.538a2.692 2.692 0 0 0 5.385 0V19.77a2.69 2.69 0 0 0-2.692-2.692m4.846 10.23a2.692 2.692 0 1 0 2.692-2.692h-2.692zm0-7.538a2.69 2.69 0 0 0 2.692 2.692h7.538a2.692 2.692 0 1 0 0-5.385H19.77a2.69 2.69 0 0 0-2.693 2.692M14.923 4.692a2.692 2.692 0 1 0-2.692 2.692h2.692zm0 7.538a2.69 2.69 0 0 0-2.692-2.692H4.693a2.692 2.692 0 1 0 0 5.385h7.538a2.69 2.69 0 0 0 2.692-2.693'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-spotify-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' fill-rule='evenodd' d='M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m5.216-8.119c.399.228.91.122 1.148-.258a.77.77 0 0 0-.287-1.093c-3.508-2.05-7.877-2.52-12.964-1.412a.786.786 0 0 0-.621.941c.095.425.542.683.988.592c4.656-1.002 8.595-.592 11.736 1.23m1.34-3.385c.494.273 1.132.136 1.435-.334a.96.96 0 0 0-.32-1.351c-4.129-2.414-10.156-3.082-15.004-1.685a.976.976 0 0 0-.702 1.23c.16.515.734.804 1.292.652c4.242-1.23 9.71-.622 13.299 1.488m-13.937-5.42c4.114-1.184 11.21-.956 15.515 1.473c.59.349 1.356.152 1.69-.425c.351-.562.16-1.29-.43-1.625c-4.943-2.793-12.788-3.066-17.508-1.7c-.654.197-1.037.865-.83 1.488c.208.637.91.986 1.563.79' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-spotify-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%231ED760' fill-rule='evenodd' d='M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m5.216-8.119c.399.228.91.122 1.148-.258a.77.77 0 0 0-.287-1.093c-3.508-2.05-7.877-2.52-12.964-1.412a.786.786 0 0 0-.621.941c.095.425.542.683.988.592c4.656-1.002 8.595-.592 11.736 1.23m1.34-3.385c.494.273 1.132.136 1.435-.334a.96.96 0 0 0-.32-1.351c-4.129-2.414-10.156-3.082-15.004-1.685a.976.976 0 0 0-.702 1.23c.16.515.734.804 1.292.652c4.242-1.23 9.71-.622 13.299 1.488m-13.937-5.42c4.114-1.184 11.21-.956 15.515 1.473c.59.349 1.356.152 1.69-.425c.351-.562.16-1.29-.43-1.625c-4.943-2.793-12.788-3.066-17.508-1.7c-.654.197-1.037.865-.83 1.488c.208.637.91.986 1.563.79' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-spotify-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m5.216-8.119c.399.228.91.122 1.148-.258a.77.77 0 0 0-.287-1.093c-3.508-2.05-7.877-2.52-12.964-1.412a.786.786 0 0 0-.621.941c.095.425.542.683.988.592c4.656-1.002 8.595-.592 11.736 1.23m1.34-3.385c.494.273 1.132.136 1.435-.334a.96.96 0 0 0-.32-1.351c-4.129-2.414-10.156-3.082-15.004-1.685a.976.976 0 0 0-.702 1.23c.16.515.734.804 1.292.652c4.242-1.23 9.71-.622 13.299 1.488m-13.937-5.42c4.114-1.184 11.21-.956 15.515 1.473c.59.349 1.356.152 1.69-.425c.351-.562.16-1.29-.43-1.625c-4.943-2.793-12.788-3.066-17.508-1.7c-.654.197-1.037.865-.83 1.488c.208.637.91.986 1.563.79' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-stripe-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230E121B'%3E%3Cpath fill-rule='evenodd' d='M2 14.8c0-4.48 0-6.72.872-8.432a8 8 0 0 1 3.496-3.496C8.08 2 10.32 2 14.8 2h2.4c4.48 0 6.72 0 8.432.872a8 8 0 0 1 3.496 3.496C30 8.08 30 10.32 30 14.8v2.4c0 4.48 0 6.72-.872 8.432a8 8 0 0 1-3.496 3.496C23.92 30 21.68 30 17.2 30h-2.4c-4.48 0-6.72 0-8.432-.872a8 8 0 0 1-3.496-3.496C2 23.92 2 21.68 2 17.2zm14.337-2.312c-.87 0-1.396.247-1.396.89c0 .702.904 1.01 2.026 1.393c1.829.624 4.236 1.446 4.246 4.49c0 2.95-2.348 4.647-5.763 4.647c-1.412 0-2.956-.28-4.483-.94v-3.921c1.38.758 3.12 1.318 4.483 1.318c.92 0 1.576-.247 1.576-1.005c0-.777-.98-1.133-2.163-1.562c-1.803-.653-4.076-1.477-4.076-4.222c0-2.917 2.216-4.664 5.55-4.664c1.363 0 2.709.214 4.072.758v3.873c-1.248-.676-2.824-1.055-4.072-1.055' clip-rule='evenodd'/%3E%3Cpath d='M30 17.374c0 3.005-.005 4.986-.29 6.48l-4.748 1.038v-7.076L30 16.645z'/%3E%3Cpath fill-rule='evenodd' d='M2 14.8c0-3.013 0-5.013.265-6.52l23.523-5.326a8 8 0 0 1 3.34 3.414C30 8.08 30 10.32 30 14.8v2.4c0 4.48 0 6.72-.872 8.432a8 8 0 0 1-3.496 3.496C23.92 30 21.68 30 17.2 30h-2.4c-4.48 0-6.72 0-8.432-.872a8 8 0 0 1-3.496-3.496C2 23.92 2 21.68 2 17.2zm14.337-2.312c-.87 0-1.396.247-1.396.89c0 .702.904 1.01 2.026 1.393c1.829.624 4.236 1.446 4.246 4.49c0 2.95-2.348 4.647-5.763 4.647c-1.412 0-2.956-.28-4.483-.94v-3.921c1.38.758 3.12 1.318 4.483 1.318c.92 0 1.576-.247 1.576-1.005c0-.777-.98-1.133-2.163-1.562c-1.803-.653-4.076-1.477-4.076-4.222c0-2.917 2.216-4.664 5.55-4.664c1.363 0 2.709.214 4.072.758v3.873c-1.248-.676-2.824-1.055-4.072-1.055' clip-rule='evenodd'/%3E%3Cpath d='M29.71 23.854c-.128.676-.314 1.252-.582 1.778a8 8 0 0 1-3.496 3.496c-1.66.846-3.818.871-8.036.872H16.06v-3.163zM17.2 2h-2.4c-.872 0-1.659 0-2.373.006v3.965l13.358-3.019l-.153-.08c-.95-.484-2.063-.7-3.632-.795C20.743 2 19.193 2 17.2 2'/%3E%3Cpath d='M30 17.374c0 3.005-.005 4.986-.29 6.48l-4.748 1.038v-7.076L30 16.645z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-stripe-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%236160F6'%3E%3Cpath fill-rule='evenodd' d='M2 14.8c0-4.48 0-6.72.872-8.432a8 8 0 0 1 3.496-3.496C8.08 2 10.32 2 14.8 2h2.4c4.48 0 6.72 0 8.432.872a8 8 0 0 1 3.496 3.496C30 8.08 30 10.32 30 14.8v2.4c0 4.48 0 6.72-.872 8.432a8 8 0 0 1-3.496 3.496C23.92 30 21.68 30 17.2 30h-2.4c-4.48 0-6.72 0-8.432-.872a8 8 0 0 1-3.496-3.496C2 23.92 2 21.68 2 17.2zm14.337-2.312c-.87 0-1.396.247-1.396.89c0 .702.904 1.01 2.026 1.393c1.829.624 4.236 1.446 4.246 4.49c0 2.95-2.348 4.647-5.763 4.647c-1.412 0-2.956-.28-4.483-.94v-3.921c1.38.758 3.12 1.318 4.483 1.318c.92 0 1.576-.247 1.576-1.005c0-.777-.98-1.133-2.163-1.562c-1.803-.653-4.076-1.477-4.076-4.222c0-2.917 2.216-4.664 5.55-4.664c1.363 0 2.709.214 4.072.758v3.873c-1.248-.676-2.824-1.055-4.072-1.055' clip-rule='evenodd'/%3E%3Cpath d='M30 17.374c0 3.005-.005 4.986-.29 6.48l-4.748 1.038v-7.076L30 16.645z'/%3E%3Cpath fill-rule='evenodd' d='M2 14.8c0-3.013 0-5.013.265-6.52l23.523-5.326a8 8 0 0 1 3.34 3.414C30 8.08 30 10.32 30 14.8v2.4c0 4.48 0 6.72-.872 8.432a8 8 0 0 1-3.496 3.496C23.92 30 21.68 30 17.2 30h-2.4c-4.48 0-6.72 0-8.432-.872a8 8 0 0 1-3.496-3.496C2 23.92 2 21.68 2 17.2zm14.337-2.312c-.87 0-1.396.247-1.396.89c0 .702.904 1.01 2.026 1.393c1.829.624 4.236 1.446 4.246 4.49c0 2.95-2.348 4.647-5.763 4.647c-1.412 0-2.956-.28-4.483-.94v-3.921c1.38.758 3.12 1.318 4.483 1.318c.92 0 1.576-.247 1.576-1.005c0-.777-.98-1.133-2.163-1.562c-1.803-.653-4.076-1.477-4.076-4.222c0-2.917 2.216-4.664 5.55-4.664c1.363 0 2.709.214 4.072.758v3.873c-1.248-.676-2.824-1.055-4.072-1.055' clip-rule='evenodd'/%3E%3Cpath d='M29.71 23.854c-.128.676-.314 1.252-.582 1.778a8 8 0 0 1-3.496 3.496c-1.66.846-3.818.871-8.036.872H16.06v-3.163zM17.2 2h-2.4c-.872 0-1.659 0-2.373.006v3.965l13.358-3.019l-.153-.08c-.95-.484-2.063-.7-3.632-.795C20.743 2 19.193 2 17.2 2'/%3E%3Cpath d='M30 17.374c0 3.005-.005 4.986-.29 6.48l-4.748 1.038v-7.076L30 16.645z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-stripe-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M2 14.8c0-4.48 0-6.72.872-8.432a8 8 0 0 1 3.496-3.496C8.08 2 10.32 2 14.8 2h2.4c4.48 0 6.72 0 8.432.872a8 8 0 0 1 3.496 3.496C30 8.08 30 10.32 30 14.8v2.4c0 4.48 0 6.72-.872 8.432a8 8 0 0 1-3.496 3.496C23.92 30 21.68 30 17.2 30h-2.4c-4.48 0-6.72 0-8.432-.872a8 8 0 0 1-3.496-3.496C2 23.92 2 21.68 2 17.2zm14.337-2.312c-.87 0-1.396.247-1.396.89c0 .702.904 1.01 2.026 1.393c1.829.624 4.236 1.446 4.246 4.49c0 2.95-2.348 4.647-5.763 4.647c-1.412 0-2.956-.28-4.483-.94v-3.921c1.38.758 3.12 1.318 4.483 1.318c.92 0 1.576-.247 1.576-1.005c0-.777-.98-1.133-2.163-1.562c-1.803-.653-4.076-1.477-4.076-4.222c0-2.917 2.216-4.664 5.55-4.664c1.363 0 2.709.214 4.072.758v3.873c-1.248-.676-2.824-1.055-4.072-1.055' clip-rule='evenodd'/%3E%3Cpath d='M30 17.374c0 3.005-.005 4.986-.29 6.48l-4.748 1.038v-7.076L30 16.645z'/%3E%3Cpath fill-rule='evenodd' d='M2 14.8c0-3.013 0-5.013.265-6.52l23.523-5.326a8 8 0 0 1 3.34 3.414C30 8.08 30 10.32 30 14.8v2.4c0 4.48 0 6.72-.872 8.432a8 8 0 0 1-3.496 3.496C23.92 30 21.68 30 17.2 30h-2.4c-4.48 0-6.72 0-8.432-.872a8 8 0 0 1-3.496-3.496C2 23.92 2 21.68 2 17.2zm14.337-2.312c-.87 0-1.396.247-1.396.89c0 .702.904 1.01 2.026 1.393c1.829.624 4.236 1.446 4.246 4.49c0 2.95-2.348 4.647-5.763 4.647c-1.412 0-2.956-.28-4.483-.94v-3.921c1.38.758 3.12 1.318 4.483 1.318c.92 0 1.576-.247 1.576-1.005c0-.777-.98-1.133-2.163-1.562c-1.803-.653-4.076-1.477-4.076-4.222c0-2.917 2.216-4.664 5.55-4.664c1.363 0 2.709.214 4.072.758v3.873c-1.248-.676-2.824-1.055-4.072-1.055' clip-rule='evenodd'/%3E%3Cpath d='M29.71 23.854c-.128.676-.314 1.252-.582 1.778a8 8 0 0 1-3.496 3.496c-1.66.846-3.818.871-8.036.872H16.06v-3.163zM17.2 2h-2.4c-.872 0-1.659 0-2.373.006v3.965l13.358-3.019l-.153-.08c-.95-.484-2.063-.7-3.632-.795C20.743 2 19.193 2 17.2 2'/%3E%3Cpath d='M30 17.374c0 3.005-.005 4.986-.29 6.48l-4.748 1.038v-7.076L30 16.645z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-telegram-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' fill-rule='evenodd' d='M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m5.63-20.918c.715-.314 1.481.321 1.357 1.127l-1.845 11.917c-.112.725-.883 1.102-1.483.726L14.314 19.5c-.557-.349-.649-1.158-.186-1.635l4.774-4.922c.171-.176-.047-.46-.247-.323l-6.632 4.582a1.9 1.9 0 0 1-1.66.253l-2.942-.937c-.532-.17-.57-.948-.056-1.173z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-telegram-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='url(%23a)' fill-rule='evenodd' d='M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m5.63-20.918c.715-.314 1.481.321 1.357 1.127l-1.845 11.917c-.112.725-.883 1.102-1.483.726L14.314 19.5c-.557-.349-.649-1.158-.186-1.635l4.774-4.922c.171-.176-.047-.46-.247-.323l-6.632 4.582a1.9 1.9 0 0 1-1.66.253l-2.942-.937c-.532-.17-.57-.948-.056-1.173z' clip-rule='evenodd'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1402' x2='1402' y1='2' y2='2781.23' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232AABEE'/%3E%3Cstop offset='1' stop-color='%23229ED9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-telegram-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m5.63-20.918c.715-.314 1.481.321 1.357 1.127l-1.845 11.917c-.112.725-.883 1.102-1.483.726L14.314 19.5c-.557-.349-.649-1.158-.186-1.635l4.774-4.922c.171-.176-.047-.46-.247-.323l-6.632 4.582a1.9 1.9 0 0 1-1.66.253l-2.942-.937c-.532-.17-.57-.948-.056-1.173z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-twitch-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%230E121B' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='m24.683 16.734l-3.474 3.43h-5.456l-2.977 2.938v-2.939H8.31V5.96h16.372zM6.325 4l-.992 3.919V25.55H9.8V28h2.48l2.481-2.45h3.969l7.938-7.835V4z'/%3E%3Cpath d='M13.768 15.755h1.984V9.877h-1.984zm5.457 0h1.984V9.877h-1.984z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-twitch-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%236441A5' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='m24.683 16.734l-3.474 3.43h-5.456l-2.977 2.938v-2.939H8.31V5.96h16.372zM6.325 4l-.992 3.919V25.55H9.8V28h2.48l2.481-2.45h3.969l7.938-7.835V4z'/%3E%3Cpath d='M13.768 15.755h1.984V9.877h-1.984zm5.457 0h1.984V9.877h-1.984z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-twitch-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='m24.683 16.734l-3.474 3.43h-5.456l-2.977 2.938v-2.939H8.31V5.96h16.372zM6.325 4l-.992 3.919V25.55H9.8V28h2.48l2.481-2.45h3.969l7.938-7.835V4z'/%3E%3Cpath d='M13.768 15.755h1.984V9.877h-1.984zm5.457 0h1.984V9.877h-1.984z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-twitter-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' d='m3.063 4l10.039 13.238L3 28h2.274l8.844-9.423L21.263 28H29L18.397 14.018L27.799 4h-2.273l-8.145 8.678L10.8 4zm3.344 1.652H9.96l15.695 20.697h-3.554z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-twitter-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23010101' d='m3.063 4l10.039 13.238L3 28h2.274l8.844-9.423L21.263 28H29L18.397 14.018L27.799 4h-2.273l-8.145 8.678L10.8 4zm3.344 1.652H9.96l15.695 20.697h-3.554z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-twitter-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' d='m3.063 4l10.039 13.238L3 28h2.274l8.844-9.423L21.263 28H29L18.397 14.018L27.799 4h-2.273l-8.145 8.678L10.8 4zm3.344 1.652H9.96l15.695 20.697h-3.554z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-webflow-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' fill-rule='evenodd' d='m29 8l-8.306 16h-7.786l3.462-6.637h-.16C13.368 21.037 9.085 23.447 3 24v-6.538s3.903-.218 6.185-2.608H3V8h6.945v5.65h.16L12.949 8h5.264v5.61h.16L21.294 8z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-webflow-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23146EF5' fill-rule='evenodd' d='m29 8l-8.306 16h-7.786l3.462-6.637h-.16C13.368 21.037 9.085 23.447 3 24v-6.538s3.903-.218 6.185-2.608H3V8h6.945v5.65h.16L12.949 8h5.264v5.61h.16L21.294 8z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-webflow-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m29 8l-8.306 16h-7.786l3.462-6.637h-.16C13.368 21.037 9.085 23.447 3 24v-6.538s3.903-.218 6.185-2.608H3V8h6.945v5.65h.16L12.949 8h5.264v5.61h.16L21.294 8z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-whatsapp-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23fff' d='M30 16c0 7.732-6.268 14-14 14c-2.421 0-4.699-.615-6.685-1.696L2 30l1.818-7.095A13.94 13.94 0 0 1 2 16C2 8.268 8.268 2 16 2s14 6.268 14 14m-2.154 0c0 6.543-5.303 11.846-11.846 11.846c-2.495 0-4.81-.771-6.72-2.09L5.23 26.77l1.062-3.979A11.8 11.8 0 0 1 4.154 16C4.154 9.458 9.458 4.154 16 4.154c6.543 0 11.846 5.304 11.846 11.846'/%3E%3Cpath fill='%230E121B' d='M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4S4 9.373 4 16c0 2.559.8 4.93 2.166 6.878L5.09 26.91l4.102-1.025A11.95 11.95 0 0 0 16 28M11.257 8.89c.476-.004.935-.008 1.243.61c.266.535.594 1.453.98 2.55l.005.014c.09.256.232.656.046.92c-.188.27-.61.813-.914 1.164c-.078.09-.234.296-.021.632c.053.084.099.17.149.264c.203.38.482.9 1.615 1.999c1.143 1.108 2.577 1.746 3.107 1.959c.143.081.489.19.72-.025c.107-.1.308-.356.527-.636c.257-.328.54-.689.724-.864l.017-.016c.123-.113.318-.292.678-.149c.315.126 1.522.707 2.434 1.146l.494.238c.145.046.356.215.356.554c0 .765-.542 3.031-3.175 3.078s-5.804-1.33-8.218-3.992c-2.5-2.758-3.243-4.602-3.243-6.286c0-2.055 1.438-3.16 2.36-3.16z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-whatsapp-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M30 16c0 7.732-6.268 14-14 14c-2.421 0-4.699-.615-6.685-1.696L2 30l1.818-7.095A13.94 13.94 0 0 1 2 16C2 8.268 8.268 2 16 2s14 6.268 14 14m-2.154 0c0 6.543-5.303 11.846-11.846 11.846c-2.495 0-4.81-.771-6.72-2.09L5.23 26.77l1.062-3.979A11.8 11.8 0 0 1 4.154 16C4.154 9.458 9.458 4.154 16 4.154c6.543 0 11.846 5.304 11.846 11.846' clip-rule='evenodd'/%3E%3Cpath fill='url(%23a)' fill-rule='evenodd' d='M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4S4 9.373 4 16c0 2.559.8 4.93 2.166 6.878L5.09 26.91l4.102-1.025A11.95 11.95 0 0 0 16 28M11.257 8.89c.476-.004.935-.008 1.243.61c.266.535.594 1.453.98 2.55l.005.014c.09.256.232.656.046.92c-.188.27-.61.813-.914 1.164c-.078.09-.234.296-.021.632c.053.084.099.17.149.264c.203.38.482.9 1.615 1.999c1.143 1.108 2.577 1.746 3.107 1.959c.143.081.489.19.72-.025c.107-.1.308-.356.527-.636c.257-.328.54-.689.724-.864l.017-.016c.123-.113.318-.292.678-.149c.315.126 1.522.707 2.434 1.146l.494.238c.145.046.356.215.356.554c0 .765-.542 3.031-3.175 3.078s-5.804-1.33-8.218-3.992c-2.5-2.758-3.243-4.602-3.243-6.286c0-2.055 1.438-3.16 2.36-3.16z' clip-rule='evenodd'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='26.5' x2='4' y1='7' y2='28' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235BD066'/%3E%3Cstop offset='1' stop-color='%2327B43E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-whatsapp-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='%23fff' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M30 16c0 7.732-6.268 14-14 14c-2.421 0-4.699-.615-6.685-1.696L2 30l1.818-7.095A13.94 13.94 0 0 1 2 16C2 8.268 8.268 2 16 2s14 6.268 14 14m-2.154 0c0 6.543-5.303 11.846-11.846 11.846c-2.495 0-4.81-.771-6.72-2.09L5.23 26.77l1.062-3.979A11.8 11.8 0 0 1 4.154 16C4.154 9.458 9.458 4.154 16 4.154c6.543 0 11.846 5.304 11.846 11.846'/%3E%3Cpath d='M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4S4 9.373 4 16c0 2.559.8 4.93 2.166 6.878L5.09 26.91l4.102-1.025A11.95 11.95 0 0 0 16 28M11.257 8.89c.476-.004.935-.008 1.243.61c.266.535.594 1.453.98 2.55l.005.014c.09.256.232.656.046.92c-.188.27-.61.813-.914 1.164c-.078.09-.234.296-.021.632c.053.084.099.17.149.264c.203.38.482.9 1.615 1.999c1.143 1.108 2.577 1.746 3.107 1.959c.143.081.489.19.72-.025c.107-.1.308-.356.527-.636c.257-.328.54-.689.724-.864l.017-.016c.123-.113.318-.292.678-.149c.315.126 1.522.707 2.434 1.146l.494.238c.145.046.356.215.356.554c0 .765-.542 3.031-3.175 3.078s-5.804-1.33-8.218-3.992c-2.5-2.758-3.243-4.602-3.243-6.286c0-2.055 1.438-3.16 2.36-3.16z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-wise-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' fill-rule='evenodd' d='M9 2a7 7 0 0 0-7 7v14a7 7 0 0 0 7 7h14a7 7 0 0 0 7-7V9a7 7 0 0 0-7-7zm2.122 11.425L6 19.408h9.146l1.028-2.822h-3.919l2.395-2.767l.008-.074l-1.558-2.679h7.005L14.675 26h3.715l6.557-18H8.007l3.114 5.425z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-wise-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='%23163300' d='M2 9a7 7 0 0 1 7-7h14a7 7 0 0 1 7 7v14a7 7 0 0 1-7 7H9a7 7 0 0 1-7-7z'/%3E%3Cpath fill='%23B1E57F' d='m6 19.408l5.122-5.983h-.001L8.007 8h16.94L18.39 26h-3.715l5.43-14.934H13.1l1.558 2.679l-.008.074l-2.395 2.767h3.919l-1.028 2.822z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-wise-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9 2a7 7 0 0 0-7 7v14a7 7 0 0 0 7 7h14a7 7 0 0 0 7-7V9a7 7 0 0 0-7-7zm2.122 11.425L6 19.408h9.146l1.028-2.822h-3.919l2.395-2.767l.008-.074l-1.558-2.679h7.005L14.675 26h3.715l6.557-18H8.007l3.114 5.425z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-youcan-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' fill-rule='evenodd' d='M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14M13.124 9.542H8.29l3.022 6.921h4.832zm3.02 6.924l3.022-6.924H24l-3.022 6.924l-3.022 6.918h-4.834z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-youcan-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23E1116F' fill-rule='evenodd' d='M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14M13.124 9.542H8.29l3.022 6.921h4.832zm3.02 6.924l3.022-6.924H24l-3.022 6.924l-3.022 6.918h-4.834z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-youcan-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14M13.124 9.542H8.29l3.022 6.921h4.832zm3.02 6.924l3.022-6.924H24l-3.022 6.924l-3.022 6.918h-4.834z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-youtube-black{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230E121B' d='M29.415 9.13a3.55 3.55 0 0 0-2.476-2.532C24.756 6 16 6 16 6s-8.756 0-10.94.598A3.55 3.55 0 0 0 2.586 9.13C2 11.362 2 16.02 2 16.02s0 4.658.585 6.891a3.49 3.49 0 0 0 2.476 2.49C7.244 26 16 26 16 26s8.756 0 10.94-.598a3.49 3.49 0 0 0 2.475-2.49C30 20.677 30 16.02 30 16.02s0-4.658-.585-6.89M13.136 20.25v-8.46l7.319 4.23z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-youtube-original{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='red' d='M29.415 9.13a3.55 3.55 0 0 0-2.476-2.532C24.756 6 16 6 16 6s-8.756 0-10.94.598A3.55 3.55 0 0 0 2.586 9.13C2 11.362 2 16.02 2 16.02s0 4.658.585 6.891a3.49 3.49 0 0 0 2.476 2.49C7.244 26 16 26 16 26s8.756 0 10.94-.598a3.49 3.49 0 0 0 2.475-2.49C30 20.677 30 16.02 30 16.02s0-4.658-.585-6.89M13.136 20.25v-8.46l7.319 4.23z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-brand-youtube-white{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23fff' d='M29.415 9.13a3.55 3.55 0 0 0-2.476-2.532C24.756 6 16 6 16 6s-8.756 0-10.94.598A3.55 3.55 0 0 0 2.586 9.13C2 11.362 2 16.02 2 16.02s0 4.658.585 6.891a3.49 3.49 0 0 0 2.476 2.49C7.244 26 16 26 16 26s8.756 0 10.94-.598a3.49 3.49 0 0 0 2.475-2.49C30 20.677 30 16.02 30 16.02s0-4.658-.585-6.89M13.136 20.25v-8.46l7.319 4.23z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-check-fill,.i-celeste-check-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m10 15.17l9.192-9.191l1.414 1.414L10 17.999l-6.364-6.364l1.414-1.414z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-checkbox-circle-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m5.457-12.543L11 15.914l-4.207-4.207l1.414-1.414L11 13.086l5.043-5.043z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-circle-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-close-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-delete-bin-4-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 7v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7H2V5h20v2zM6 7v13h12V7zm1-5h10v2H7zm4 8h2v7h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-delete-bin-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1zm1 2H6v12h12zm-9 3h2v6H9zm4 0h2v6h-2zM9 4v2h6V4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-dot{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 17 16' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Ccircle cx='8.5' cy='8' r='2' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-edit-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6.414 15.89L16.556 5.748l-1.414-1.414L5 14.476v1.414zm.829 2H3v-4.243L14.435 2.212a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414zM3 19.89h18v2H3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-error-warning-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m-1-7v2h2v-2zm0-8v6h2V7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-file-copy-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7 6V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1 1 0 0 1 3 21l.003-14c0-.552.45-1 1.006-1zM5.002 8L5 20h10V8zM9 6h8v10h2V4H9z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-forbid-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10M8.523 7.109A6 6 0 0 0 7.11 8.523l8.368 8.368a6 6 0 0 0 1.414-1.414z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-format-clear{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12.651 14.065L11.605 20H9.574l1.35-7.661l-7.41-7.41L4.93 3.515L20.485 19.07l-1.414 1.414zm-.878-6.535l.27-1.53h-1.8l-2-2H20v2h-5.927L13.5 9.257z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-image-circle-fill,[i-celeste-image-circle-fill=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m19.576 14.576l-3.869-3.869a1 1 0 0 0-1.414 0l-7.428 7.428a8 8 0 1 1 12.711-3.559M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m-1-12a2 2 0 1 1-4 0a2 2 0 0 1 4 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-image-circle-fill\?bg{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m19.576 14.576l-3.869-3.869a1 1 0 0 0-1.414 0l-7.428 7.428a8 8 0 1 1 12.711-3.559M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m-1-12a2 2 0 1 1-4 0a2 2 0 0 1 4 0'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:16px;height:16px;display:inline-block;}.i-celeste-information-2-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-12.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m2 5.5h-1v-4.5h-3v2h1V15h-1v2h4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-information-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m-1-11v6h2v-6zm0-4v2h2V7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-italic{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 20H7v-2h2.927l2.116-12H9V4h8v2h-2.927l-2.116 12H15z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-link{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 0 0-7.071-7.071L9.878 7.05L8.464 5.636l1.414-1.414a7 7 0 0 1 9.9 9.9zm-2.829 2.828l-1.414 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 0 0 7.07 7.071l1.415-1.414zm-.707-10.607l1.415 1.415l-7.072 7.07l-1.414-1.414z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-list-ordered{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 4h13v2H8zM5 3v3h1v1H3V6h1V4H3V3zM3 14v-2.5h2V11H3v-1h3v2.5H4v.5h2v1zm2 5.5H3v-1h2V18H3v-1h3v4H3v-1h2zM8 11h13v2H8zm0 7h13v2H8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-list-unordered{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 4h13v2H8zM4.5 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 7a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 6.9a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M8 11h13v2H8zm0 7h13v2H8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-magic-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m15.224 15.508l-2.213 4.65a.6.6 0 0 1-.977.155l-3.542-3.739a.6.6 0 0 0-.358-.182l-5.106-.668a.6.6 0 0 1-.45-.881l2.462-4.524a.6.6 0 0 0 .063-.396L4.16 4.86a.6.6 0 0 1 .7-.7l5.062.943a.6.6 0 0 0 .397-.063l4.523-2.46a.6.6 0 0 1 .882.448l.668 5.107a.6.6 0 0 0 .182.357l3.739 3.542a.6.6 0 0 1-.155.977l-4.65 2.213a.6.6 0 0 0-.284.284m.797 1.927l1.414-1.414l4.243 4.242l-1.415 1.415z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-more-2-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 3c-.825 0-1.5.675-1.5 1.5S11.175 6 12 6s1.5-.675 1.5-1.5S12.825 3 12 3m0 15c-.825 0-1.5.675-1.5 1.5S11.175 21 12 21s1.5-.675 1.5-1.5S12.825 18 12 18m0-7.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5s1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-scissors-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9.446 8.029L12 10.582l6.728-6.727a2 2 0 0 1 2.828 0l-12.11 12.11a4 4 0 1 1-1.414-1.414l2.554-2.554l-2.554-2.554a4 4 0 1 1 1.414-1.414m5.38 5.379l6.73 6.73a2 2 0 0 1-2.828 0l-5.317-5.316zm-7.412 3.175a2 2 0 1 0-2.828 2.828a2 2 0 0 0 2.828-2.829m0-9.172a2 2 0 1 0-2.828-2.828A2 2 0 0 0 7.414 7.41'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-search-2-line,[i-celeste-search-2-line=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9s-9-4.032-9-9s4.032-9 9-9m0 16c3.867 0 7-3.133 7-7s-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7m8.485.071l2.829 2.828l-1.415 1.415l-2.828-2.829z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-search-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m18.031 16.617l4.283 4.282l-1.415 1.415l-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9s9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617m-2.006-.742A6.98 6.98 0 0 0 18 11c0-3.867-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7a6.98 6.98 0 0 0 4.875-1.975z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-side-bar-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m5 2H4v14h4zm2 0v14h10V5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-sip-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m6.457 18.954l8.564-8.564l-1.414-1.414l-8.564 8.564zm5.735-11.392l-1.414-1.414l1.414-1.415l1.768 1.768l2.829-2.828a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 0 1 0 1.414l-2.828 2.829l1.768 1.767l-1.415 1.415l-1.414-1.415l-9.192 9.193H3v-4.243z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-strikethrough{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17.154 14q.346.774.346 1.72q0 2.014-1.571 3.147Q14.357 20 11.586 20q-2.46 0-4.87-1.145v-2.254q2.28 1.316 4.666 1.316q3.826 0 3.839-2.197a2.2 2.2 0 0 0-.648-1.603l-.12-.117H3v-2h18v2zm-4.078-3H7.629a4 4 0 0 1-.481-.522Q6.5 9.643 6.5 8.452q0-1.854 1.397-3.153T12.222 4q2.207 0 4.222.984v2.152q-1.8-1.03-3.946-1.03q-3.72 0-3.719 2.346q0 .63.654 1.099q.654.47 1.613.75q.93.27 2.03.699'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-subtract-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 11v2h14v-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-underline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 3v9a4 4 0 0 0 8 0V3h2v9a6 6 0 0 1-12 0V3zM4 20h16v2H4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}.i-celeste-upload-cloud-2-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='16px' height='16px' display='inline-block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 12.586l4.243 4.242l-1.415 1.415L13 16.415V22h-2v-5.587l-1.828 1.83l-1.415-1.415zM12 2a7 7 0 0 1 6.954 6.194A5.5 5.5 0 0 1 18 18.978v-2.014a3.5 3.5 0 1 0-1.111-6.91a5 5 0 1 0-9.777 0a3.5 3.5 0 0 0-1.292 6.88l.18.03v2.014a5.5 5.5 0 0 1-.954-10.784A7 7 0 0 1 12 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:16px;height:16px;display:inline-block;}/*$vite$:1*/