.ui-spinner{animation:ui-spinner-rotate .8s linear infinite;border:3px solid rgba(161,191,63,.2);border-radius:50%;border-top-color:#a1bf3f;display:block;height:var(--ui-spinner-size,40px);width:var(--ui-spinner-size,40px)}@media(prefers-reduced-motion:reduce){.ui-spinner{animation-duration:2.4s}}@keyframes ui-spinner-rotate{to{transform:rotate(1turn)}}.ui-select{position:relative;width:100%}.ui-select__toggle{align-items:center;background-color:#f7f8f8;border:2px solid transparent;border-radius:16px;cursor:pointer;display:flex;gap:8px;height:46px;justify-content:space-between;padding:0 16px;transition:.2s ease;width:100%}.ui-select__toggle--open,.ui-select__toggle:hover{background-color:#eff1f1}.ui-select__toggle--error{border-color:#dc1020}@media(min-width:768px){.ui-select__toggle{border-radius:20px;height:60px}}.ui-select__value{color:#3a515c;flex:1 1 auto;font-size:16px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.ui-select__value--placeholder{color:#9ab1bc}@media(min-width:768px){.ui-select__value{font-size:18px}}.ui-select__chevron{color:#9ab1bc;flex:0 0 auto;height:12px;transform:rotate(90deg);transition:.2s ease;width:12px}.ui-select__toggle--open .ui-select__chevron{transform:rotate(-90deg)}.ui-select__panel{background:#fff;border-radius:16px;box-shadow:0 12px 24px #0000001f;left:0;overflow:hidden;position:absolute;top:calc(100% + 8px);width:100%;z-index:10}@media(min-width:768px){.ui-select__panel{border-radius:20px}}.ui-select__item{background:none;border:none;color:#3a515c;cursor:pointer;display:block;font-size:16px;padding:12px 16px;text-align:left;transition:.2s ease;width:100%}.ui-select__item:hover{background-color:#f7f8f8}.ui-select__item--active{color:#a1bf3f;font-weight:600}.ui-select__error{color:#dc1020;display:block;font-size:12px;margin-top:6px}.ui-select-enter-active,.ui-select-leave-active{transition:.2s ease}.ui-select-enter-from,.ui-select-leave-to{opacity:0;transform:translateY(-8px)}.ui-select__toggle:disabled{cursor:default}.ui-select__toggle:disabled:hover{background-color:#f7f8f8}.ui-select__toggle:disabled circle,.ui-select__toggle:disabled path{stroke:#e1e8eb}.ui-select__toggle:disabled .ui-select__value{color:#e1e8eb}.modals-wrapper-fade-enter-active,.modals-wrapper-fade-leave-active{transition:opacity .25s ease}.modals-wrapper-fade-enter-from,.modals-wrapper-fade-leave-to{opacity:0}.modals-wrapper{align-items:flex-start;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:20px 16px;position:fixed;z-index:500}@media(min-width:768px){.modals-wrapper{align-items:center}}.modals-wrapper__overlay{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#3a515ca3;inset:0;position:fixed}.modals-wrapper__modal{align-items:center;background:#fff;border-radius:32px;display:flex;flex-direction:column;margin:auto;max-height:calc(100dvh - 200px);max-width:var(--modals-wrapper-max-width,704px);overflow-y:auto;padding:16px;position:relative;width:100%;z-index:1}@media(min-width:768px){.modals-wrapper__modal{border-radius:48px;box-shadow:0 24px 48px #00000029;max-height:calc(100dvh - 200px);padding:48px 40px 32px}}@media(min-width:1366px){.modals-wrapper__modal{max-height:calc(100dvh - 240px)}}.modals-wrapper__close{align-items:center;background-color:#ffffff14;border:none;border-radius:20px;cursor:pointer;display:flex;height:60px;justify-content:center;padding:0;position:fixed;right:16px;top:16px;transition:.2s ease;width:60px;z-index:1001}.modals-wrapper__close:hover{background-color:#ffffff29}@media(min-width:1366px){.modals-wrapper__close{height:64px;right:32px;top:32px;width:64px}.modals-wrapper__close svg{height:22px;width:22px}}
