.btn[data-v-aa6e8eb8] {
  color: var(--color-natural-900);
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .15s ease-in-out;
  display: flex;
}
.btn[data-v-aa6e8eb8]:disabled {
  cursor: not-allowed;
}
.btn[data-v-aa6e8eb8]:active:not(:disabled) {
  opacity: .8;
}
.btn__center[data-v-aa6e8eb8] {
  align-items: center;
  gap: 12px;
  display: flex;
}
.btn__suffix[data-v-aa6e8eb8] {
  margin-left: auto;
}
.btn__spinner[data-v-aa6e8eb8] {
  border: 2px solid;
  border-right-color: #0000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: .8s linear infinite btn-spin-aa6e8eb8;
}
@keyframes btn-spin-aa6e8eb8 {
100% {
    transform: rotate(360deg);
}
}
.btn--block[data-v-aa6e8eb8] {
  width: 100%;
}
.btn--circle[data-v-aa6e8eb8] {
  border-radius: 50%;
}
.btn--round[data-v-aa6e8eb8] {
  border-radius: 40px;
}
.btn--large[data-v-aa6e8eb8] {
  height: 56px;
  min-height: 56px;
  line-height: 28px;
}
.btn--small[data-v-aa6e8eb8] {
  height: 48px;
  min-height: 48px;
  line-height: 24px;
}
.btn--extra-small[data-v-aa6e8eb8] {
  height: 36px;
  min-height: 36px;
  line-height: 20px;
}
.btn--primary[data-v-aa6e8eb8] {
  color: var(--color-ultimate-white);
  background-color: var(--btn-color-primary, var(--color-brand-500));
}
.btn--soft[data-v-aa6e8eb8] {
  color: var(--btn-color-text, var(--color-brand-500));
  background-color: var(--color-brand-100);
}
.btn--default[data-v-aa6e8eb8] {
  color: var(--btn-color-text, var(--color-natural-900));
  background-color: var(--color-natural-0);
  font-weight: 400;
}
.btn--dashed[data-v-aa6e8eb8] {
  color: var(--btn-color-text, var(--color-natural-900));
  background-color: var(--color-natural-0);
  border: 1px dashed var(--color-natural-200);
  font-weight: 400;
}
.btn--text[data-v-aa6e8eb8] {
  color: var(--btn-color-text, var(--color-brand-500));
  background-color: #0000;
}
.btn--link[data-v-aa6e8eb8] {
  height: fit-content;
  min-height: 0;
  color: var(--btn-color-text, var(--color-brand-500));
  background-color: #0000;
  padding: 0;
  line-height: 24px;
}
.btn--black[data-v-aa6e8eb8], .btn--nonactive[data-v-aa6e8eb8] {
  border-radius: 40px;
  height: 32px;
  min-height: 32px;
  font-weight: 400;
  line-height: 24px;
}
.btn--black[data-v-aa6e8eb8] {
  color: var(--color-natural-0);
  background-color: var(--color-natural-900);
}
.btn--nonactive[data-v-aa6e8eb8] {
  color: var(--color-natural-900);
  background-color: var(--color-natural-100);
}
.btn--nonactive[data-v-aa6e8eb8]:disabled {
  color: var(--color-natural-500);
}
.btn--menu[data-v-aa6e8eb8] {
  height: 48px;
  min-height: 48px;
  color: var(--color-natural-900);
  background-color: var(--color-natural-50);
  justify-content: flex-start;
  font-weight: 400;
  line-height: 24px;
}
.btn--danger-text[data-v-aa6e8eb8] {
  color: var(--color-danger);
  background-color: #0000;
}
.btn--default.btn--danger[data-v-aa6e8eb8], .btn--dashed.btn--danger[data-v-aa6e8eb8] {
  color: var(--color-danger);
  background-color: var(--color-danger-soft);
  border: none;
  border-radius: 4px;
}
.btn--primary.btn--danger[data-v-aa6e8eb8] {
  color: var(--color-natural-0);
  background-color: var(--color-danger);
}
.btn--default[data-v-aa6e8eb8]:disabled, .btn--primary[data-v-aa6e8eb8]:disabled, .btn--soft[data-v-aa6e8eb8]:disabled, .btn--dashed[data-v-aa6e8eb8]:disabled {
  color: var(--color-natural-0);
  background-color: var(--color-disabled);
  border: none;
}
.btn--text[data-v-aa6e8eb8]:disabled, .btn--link[data-v-aa6e8eb8]:disabled, .btn--danger-text[data-v-aa6e8eb8]:disabled {
  color: var(--color-disabled);
}
.checkbox[data-v-3818b9ab] {
  width: 20px;
  height: 20px;
  color: var(--color-natural-0);
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  transition: background-color .15s, border-color .15s;
  display: flex;
}
.checkbox--checked[data-v-3818b9ab] {
  background-color: var(--v58f1dabf);
}
.checkbox__label[data-v-3818b9ab] {
  color: var(--checkbox-label-color, var(--color-natural-700));
  flex-grow: 1;
  font-size: 16px;
  line-height: 24px;
}
.switch__label[data-v-d1b6ff17] {
  color: var(--color-natural-900);
  flex-grow: 1;
  font-size: 16px;
  line-height: 24px;
}
.switch[data-v-d1b6ff17] {
  background-color: var(--color-natural-300);
  border-radius: 100px;
  flex-shrink: 0;
  width: 52px;
  height: 32px;
  transition: background-color .15s;
  position: relative;
}
.switch--on[data-v-d1b6ff17] {
  background-color: var(--v6be4bc87);
}
.switch__handle[data-v-d1b6ff17] {
  background-color: var(--color-natural-0);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: transform .15s;
  position: absolute;
  top: 4px;
  left: 4px;
}
.switch--on .switch__handle[data-v-d1b6ff17] {
  transform: translateX(20px);
}
.tab[data-v-3470a9ad] {
  height: 40px;
  color: var(--color-natural-700);
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 4rem;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .15s, color .15s;
  display: flex;
}
.tab_active[data-v-3470a9ad] {
  color: var(--color-natural-900);
  background-color: var(--color-natural-0);
}
.drawer-backdrop[data-v-78402970] {
  background-color: var(--color-opacity-50);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0;
}
.no-background[data-v-78402970] {
  background-color: #0000;
}
.drawer[data-v-78402970] {
  width: 100%;
  max-width: 440px;
  max-height: 95dvh;
  padding: 10px 16px calc(32px + env(safe-area-inset-bottom));
  background-color: var(--color-natural-0);
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  gap: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.drawer__grabber[data-v-78402970] {
  background-color: var(--color-natural-300);
  border-radius: 100px;
  flex-shrink: 0;
  align-self: center;
  width: 64px;
  height: 4px;
}
.drawer__close[data-v-78402970] {
  z-index: 1;
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 16px;
}
.drawer__title[data-v-78402970] {
  color: var(--color-natural-900);
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.drawer__title--centered[data-v-78402970] {
  text-align: center;
}
.drawer__body[data-v-78402970] {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  flex: auto;
  min-height: 0;
  display: flex;
  overflow-y: auto;
}
.drawer__footer[data-v-78402970] {
  flex-direction: column;
  flex-shrink: 0;
  gap: 12px;
  display: flex;
}
.drawer-enter-active[data-v-78402970], .drawer-leave-active[data-v-78402970] {
  transition: opacity .25s;
}
.drawer-enter-active .drawer[data-v-78402970], .drawer-leave-active .drawer[data-v-78402970] {
  transition: transform .25s;
}
.drawer-enter-from[data-v-78402970], .drawer-leave-to[data-v-78402970] {
  opacity: 0;
}
.drawer-enter-from .drawer[data-v-78402970], .drawer-leave-to .drawer[data-v-78402970] {
  transform: translateY(100%);
}
.input[data-v-91817570] {
  background-color: var(--color-natural-100);
  border-radius: var(--radius-150);
  align-items: center;
  gap: 12px;
  height: 48px;
  padding-inline: 16px;
  display: flex;
  position: relative;
}
.input--error[data-v-91817570] {
  box-shadow: inset 0 0 0 1px var(--color-status-error-500);
}
.input__field[data-v-91817570] {
  width: 100%;
  min-width: 0;
  color: var(--color-natural-900);
  background-color: #0000;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 24px;
}
.input__field[data-v-91817570]::placeholder, .input__field[data-v-91817570]:disabled {
  color: var(--color-natural-500);
}
.input__label[data-v-91817570] {
  color: var(--color-natural-700);
  pointer-events: none;
  font-size: 16px;
  transition: all .15s;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.input--float.input--active .input__label[data-v-91817570] {
  color: var(--color-natural-500);
  font-size: 12px;
  line-height: 20px;
  top: 4px;
  transform: none;
}
.input--float.input--active .input__field[data-v-91817570] {
  padding-top: 18px;
}
.input-number[data-v-266194d4] {
  height: var(--v26a2be71);
  color: var(--color-natural-700);
  background-color: var(--color-natural-100);
  border-radius: var(--radius-150);
  align-items: center;
  gap: 4px;
  padding-inline: 16px;
  display: flex;
}
.input-number__field[data-v-266194d4] {
  width: 100%;
  min-width: 0;
  color: var(--color-natural-900);
  background-color: #0000;
  border: none;
  outline: none;
}
.input-number__field[data-v-266194d4]::placeholder {
  color: var(--color-natural-500);
}
.textarea[data-v-64022040] {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.textarea__field[data-v-64022040] {
  min-height: var(--v3624bba9);
  color: var(--color-natural-900);
  background-color: var(--color-natural-100);
  border-radius: var(--radius-150);
  resize: none;
  border: none;
  outline: none;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}
.textarea__field[data-v-64022040]::placeholder {
  color: var(--color-natural-500);
}
.textarea__count[data-v-64022040] {
  color: var(--color-natural-500);
  align-self: flex-end;
  font-size: 12px;
  line-height: 20px;
}
.search[data-v-715f9a46] {
  background-color: var(--color-natural-100);
  border-radius: var(--radius-150);
  align-items: center;
  gap: 8px;
  height: 48px;
  padding-inline: 16px;
  display: flex;
}
.search__icon[data-v-715f9a46] {
  color: var(--color-icons-gray);
  flex-shrink: 0;
}
.search__field[data-v-715f9a46] {
  width: 100%;
  min-width: 0;
  color: var(--color-natural-900);
  background-color: #0000;
  border: none;
  outline: none;
}
.search__field[data-v-715f9a46]::placeholder {
  color: var(--color-natural-500);
}
.search__field[data-v-715f9a46]::-webkit-search-cancel-button {
  display: none;
}
.search__clear[data-v-715f9a46] {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
}
.bottom-navigation[data-v-0448fd64] {
  z-index: 10;
  max-height: var(--bottom-navigation-height);
  background-color: var(--color-natural-50);
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer__link[data-v-0448fd64] {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  display: flex;
}
.loader[data-v-5c1eb56d] {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: 1s linear infinite rotate-5c1eb56d;
  position: relative;
}
.loader[data-v-5c1eb56d]:before {
  box-sizing: border-box;
  border: 5px solid var(--spinner-color, var(--color-brand-500));
  content: "";
  border-radius: 50%;
  animation: 2s linear infinite prix-clip-fix-5c1eb56d;
  position: absolute;
  inset: 0;
}
@keyframes rotate-5c1eb56d {
100% {
    transform: rotate(360deg);
}
}
@keyframes prix-clip-fix-5c1eb56d {
0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
}
25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
}
50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
}
75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
}
.nav-row[data-v-3a0ce779] {
  text-align: left;
  cursor: pointer;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  padding-block: 8px;
  display: flex;
}
.nav-row[data-v-3a0ce779]:disabled {
  cursor: not-allowed;
  opacity: .5;
}
.nav-row__label[data-v-3a0ce779] {
  color: var(--color-natural-900);
  flex-shrink: 0;
  font-size: 16px;
  line-height: 24px;
}
.nav-row__value[data-v-3a0ce779] {
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  overflow: hidden;
}
.nav-row__value > span[data-v-3a0ce779] {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav-row__chevron[data-v-3a0ce779] {
  color: var(--color-icons-gray);
  flex-shrink: 0;
}
.fallback-block[data-v-52877886] {
  background: var(--color-danger);
  border-radius: 4px;
  flex-direction: column;
  gap: 8px;
  min-height: 48px;
  padding: 12px 16px;
  display: flex;
}
.fallback-block .row[data-v-52877886] {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}
.fallback-block .text[data-v-52877886] {
  color: var(--color-natural-0);
  flex: 1 0 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.fallback-block .phone[data-v-52877886] {
  color: var(--color-natural-0);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.fallback-block .copy[data-v-52877886] {
  color: var(--color-natural-0);
  background: #fff3;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.timeout-start[data-v-52877886] {
  opacity: 1;
  transition: opacity .5s linear;
}
.timeout-end[data-v-52877886] {
  opacity: 0;
  transition: opacity .5s linear;
}
.text-title[data-v-fb26b0f2] {
  background-size: cover;
}
.error-block[data-v-fb26b0f2] {
  background: var(--color-danger);
  border-radius: 4px;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 16px;
  display: flex;
}
.error-block .text[data-v-fb26b0f2] {
  color: var(--color-natural-0);
  flex: 1 0 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.timeout-start[data-v-fb26b0f2] {
  opacity: 1;
  transition: opacity .5s linear;
}
.timeout-end[data-v-fb26b0f2] {
  opacity: 0;
  transition: opacity .5s linear;
}
.success-block[data-v-6a678546] {
  bottom: calc(20px + env(safe-area-inset-bottom));
  background: var(--overlay-secondary, #000c);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 16px;
  display: flex;
}
.success-block .text[data-v-6a678546] {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.timeout-start[data-v-6a678546] {
  opacity: 1;
  transition: opacity .5s linear;
}
.timeout-end[data-v-6a678546] {
  opacity: 0;
  transition: opacity .5s linear;
}
.warning-block[data-v-063e4655] {
  background: var(--color-status-warning);
  border-radius: 4px;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 16px;
  display: flex;
}
.warning-block .text[data-v-063e4655] {
  color: var(--color-ultimate-black);
  flex: 1 0 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.timeout-start[data-v-063e4655] {
  opacity: 1;
  transition: opacity .5s linear;
}
.timeout-end[data-v-063e4655] {
  opacity: 0;
  transition: opacity .5s linear;
}
.overlay-container[data-v-0b946a5f] {
  z-index: var(--cec5cf12);
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
}
.overlay-shell[data-v-24302c4d] {
  background-color: var(--color-natural-0);
  flex-direction: column;
  height: 100%;
  display: flex;
}
.overlay-shell__body[data-v-24302c4d] {
  overscroll-behavior: contain;
  flex-direction: column;
  flex: auto;
  min-height: 0;
  padding-inline: 16px;
  display: flex;
  overflow-y: auto;
}
.overlay-shell__footer[data-v-24302c4d] {
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background-color: var(--color-natural-0);
  flex-shrink: 0;
}
.select[data-v-876489b1] {
  align-items: center;
  display: flex;
  position: relative;
}
.select__field[data-v-876489b1] {
  width: 100%;
  height: 48px;
  color: var(--color-natural-900);
  background-color: var(--color-natural-100);
  border-radius: var(--radius-150);
  appearance: none;
  border: none;
  outline: none;
  padding-inline: 16px 40px;
}
.select__field_empty[data-v-876489b1] {
  color: var(--color-natural-500);
}
.select__chevron[data-v-876489b1] {
  color: var(--color-icons-gray);
  pointer-events: none;
  position: absolute;
  right: 16px;
}
.app-loader[data-v-abd82750] {
  z-index: 9999;
  background-color: var(--color-natural-0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}
.app-loader__spinner[data-v-abd82750] {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  display: flex;
}
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@font-face {
  font-weight: 400;
  font-display: swap;
  font-family: SuisseIntl;
  src: url("/assets/SuisseIntl-Regular-Qsosf1DB.woff2") format("woff2"), url("/assets/SuisseIntl-Regular-BvGw49U-.woff") format("woff");
}

@font-face {
  font-weight: 500;
  font-display: swap;
  font-family: SuisseIntl;
  src: url("/assets/SuisseIntl-Medium-BYnq7u6v.woff2") format("woff2"), url("/assets/SuisseIntl-Medium-E-5lTUSd.woff") format("woff");
}

@font-face {
  font-weight: 600;
  font-display: swap;
  font-family: SuisseIntl;
  src: url("/assets/SuisseIntl-Semibold-B9g-zQao.woff2") format("woff2"), url("/assets/SuisseIntl-Semibold-Bor0pTrF.woff") format("woff");
}

:root {
  --header-navigation-height: 64px;
  --bottom-navigation-height: 84px;
}

html {
  box-sizing: border-box;
  min-width: 360px;
  height: 100%;
}

html, body {
  scroll-behavior: smooth;
  background-color: var(--color-natural-0);
  overscroll-behavior-y: none;
  margin: 0;
  padding: 0;
  font-family: SuisseIntl, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

body, #app {
  height: 100%;
}

*, :before, :after {
  box-sizing: inherit;
}

.base-layout {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.base-layout > main {
  overscroll-behavior-y: none;
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
}

a {
  color: unset;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 0;
}

h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

input[type="password"]::-ms-reveal {
  display: none;
}

input[type="password"]::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.content-container {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.content-container__footer {
  padding-bottom: var(--bottom-navigation-height);
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.divider-bottom {
  border-bottom: 1px solid var(--color-natural-100);
}

.required-field:after {
  color: var(--color-danger);
  content: " *";
  font-weight: 500;
}

html.drawer-scroll-lock, body.drawer-scroll-lock {
  overscroll-behavior: contain;
  height: 100%;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .2s;
}

.fade-enter-from, .fade-leave-to {
  opacity: 0;
}

.slide-fade-enter-active, .slide-fade-leave-active {
  transition: opacity .2s, transform .2s;
}

.slide-fade-enter-from {
  opacity: 0;
  transform: translateY(6px);
}

.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(-6px);
}

@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand-100: #d0efe5;
    --color-brand-500: #00ab75;
    --color-natural-0: #fff;
    --color-natural-50: #f5f5fa;
    --color-natural-100: #e7e7eb;
    --color-natural-150: #d9dcde;
    --color-natural-200: #d8d8dd;
    --color-natural-300: #cacace;
    --color-natural-500: #909093;
    --color-natural-600: #737376;
    --color-natural-700: #565658;
    --color-natural-800: #3a3a3b;
    --color-natural-900: #1d1d1e;
    --color-icons-gray: #b6bbc6;
    --text-10: 10px;
    --text-10--line-height: 12px;
    --text-22: 22px;
    --text-22--line-height: 28px;
    --radius-150: 12px;
    --color-status-warning: #fbbb05;
    --color-status-warning-100: #fef4d7;
    --color-status-warning-200: #fee7c6;
    --color-status-warning-700: #8c652b;
    --color-status-error-500: #de2521;
    --color-ultimate-black: #2d2e32;
    --color-ultimate-white: #fff;
    --color-opacity-20: #0003;
    --color-opacity-50: #00000080;
    --color-opacity-60: #0009;
    --color-danger: #e94335;
    --color-danger-soft: #fbe8e6;
    --color-disabled: #adadb0;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  *, :after, :before, ::backdrop {
    border-color: var(--color-natural-100, currentColor);
  }

  ::file-selector-button {
    border-color: var(--color-natural-100, currentColor);
  }

  body {
    color: var(--color-natural-900);
    background-color: var(--color-natural-0);
  }

  :root, :root[data-theme="light"] {
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
  }

  :root[data-theme="dark"] {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
    --color-brand-50: #003222;
    --color-brand-100: #d0efe5;
    --color-brand-200: #a2e0cc;
    --color-brand-300: #73d1b3;
    --color-brand-400: #2eba8e;
    --color-brand-500: #00ab75;
    --color-brand-600: #008b5f;
    --color-brand-700: #006c4a;
    --color-brand-800: #004d35;
    --color-brand-900: #00452f;
    --color-natural-0: #141518;
    --color-natural-50: #3a3a3b;
    --color-natural-100: #626367;
    --color-natural-150: #23252a;
    --color-natural-200: #2a2d33;
    --color-natural-300: #3a3d44;
    --color-natural-400: #7d818a;
    --color-natural-500: #9ca1ab;
    --color-natural-600: #b5bac3;
    --color-natural-700: #c9ced6;
    --color-natural-750: #d3d8e0;
    --color-natural-800: #e2e5ea;
    --color-natural-900: #fff;
    --color-opacity-white-50: #00000080;
    --color-opacity-white-20: #0003;
    --color-opacity-20: #fff3;
    --color-opacity-50: #ffffff80;
    --color-opacity-60: #fff9;
    --color-opacity-80: #fffc;
    --color-icons-gray: #7d818a;
    --color-status-warning: #f59e0b;
    --color-status-warning-500: #d97706;
    --color-status-warning-100: #5c4312;
    --color-status-warning-200: #4a3a1c;
    --color-status-warning-700: #f0c48a;
    --color-status-error-300: #8c1818;
    --color-status-error-500: #de2521;
    --color-status-success-100: #003f28;
    --color-status-success-500: #00a16e;
    --color-status-success-600: #5ac2a1;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }

  .-top-12 {
    top: calc(var(--spacing) * -12);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-3 {
    left: calc(var(--spacing) * 3);
  }

  .z-100 {
    z-index: 100;
  }

  .z-\[1000\] {
    z-index: 1000;
  }

  .z-\[10000\] {
    z-index: 10000;
  }

  .container {
    width: 100%;
  }

  @media (width >= 375px) {
    .container {
      max-width: 375px;
    }
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-auto {
    margin-top: auto;
  }

  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .table-cell {
    display: table-cell;
  }

  .\!h-12 {
    height: calc(var(--spacing) * 12) !important;
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-full {
    height: 100%;
  }

  .max-h-\[85svh\] {
    max-height: 85svh;
  }

  .min-h-full {
    min-height: 100%;
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-full {
    width: 100%;
  }

  .min-w-\[100\%\] {
    min-width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .flex-grow, .grow {
    flex-grow: 1;
  }

  .scale-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-90 {
    rotate: 90deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }

  .self-start {
    align-self: flex-start;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .overflow-y-hidden {
    overflow-y: hidden;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .bg-natural-0 {
    background-color: var(--color-natural-0);
  }

  .bg-natural-50 {
    background-color: var(--color-natural-50);
  }

  .bg-natural-100 {
    background-color: var(--color-natural-100);
  }

  .bg-natural-200 {
    background-color: var(--color-natural-200);
  }

  .bg-opacity-60 {
    background-color: var(--color-opacity-60);
  }

  .fill-natural-500 {
    fill: var(--color-natural-500);
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-0\.5 {
    padding: calc(var(--spacing) * .5);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }

  .text-center {
    text-align: center;
  }

  .align-bottom {
    vertical-align: bottom;
  }

  .align-middle {
    vertical-align: middle;
  }

  .\!text-base {
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
  }

  .text-10 {
    font-size: var(--text-10);
    line-height: var(--tw-leading, var(--text-10--line-height));
  }

  .text-22 {
    font-size: var(--text-22);
    line-height: var(--tw-leading, var(--text-22--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-natural-500 {
    color: var(--color-natural-500);
  }

  .text-natural-700 {
    color: var(--color-natural-700);
  }

  .text-natural-800 {
    color: var(--color-natural-800);
  }

  .text-natural-900 {
    color: var(--color-natural-900);
  }

  .opacity-50 {
    opacity: .5;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}
