@keyframes fadeIn{0%{opacity:0}to{opacity:.5}}@keyframes fadeOut{0%{opacity:.5}to{opacity:0}}.modal{pointer-events:none;z-index:100;justify-content:flex-end;display:flex;position:fixed;inset:0;overflow:scroll}.modal__close{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2013%207%207m0%200L1%201m6%206%206-6M7%207l-6%206'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;width:12px;height:12px;margin-top:32px;margin-left:auto;margin-right:32px;display:block}.modal__background{opacity:0;background-color:#000;width:100%;height:100%;animation:.35s forwards fadeIn;position:absolute;top:0;left:0}.modal__background--fade-out{animation:.35s forwards fadeOut}.modal__content{opacity:0;background-color:#fff;border-radius:16px;height:100vh;max-height:90vh;transition:opacity .35s cubic-bezier(.075,.82,.165,1),transform .35s cubic-bezier(.075,.82,.165,1);position:relative;transform:translate(100%)}@media only screen and (width>=640px){.modal__content{max-height:100%}}.modal__content>.stack{height:100%}@media only screen and (width>=640px){.modal--large .modal__content{width:640px}}@media only screen and (width>=890px){.modal--large .modal__content{width:900px}}@media only screen and (width>=640px){.modal--large.modal--center .modal__content{width:640px}}@media only screen and (width>=890px){.modal--large.modal--center .modal__content{width:900px}}.modal--center{justify-content:center;align-items:flex-start}.modal--center .modal__content{height:auto;max-width:unset;width:100%;margin-top:auto;transform:translateY(100%)}@media only screen and (width>=640px){.modal--center .modal__content{width:640px;width:unset;margin-top:0;top:50%}}@media only screen and (width>=890px){.modal--center .modal__content{width:640px}}.modal--center .modal__content>.stack{height:auto}.modal--open{pointer-events:all}.modal--open .modal__content{opacity:1;transform:none}@media only screen and (width>=640px){.modal--open .modal__content{transform:translateY(-50%)}}body.with-modal{overflow:hidden}.app{background-color:var(--main-background);flex-direction:column;min-height:100vh;display:flex}:root{--size:16px}.stack{gap:var(--size);flex-direction:column;display:flex}@media print{.stack{gap:var(--size-print)}}.stack>*{min-width:0}.stack--no-shrink{flex-shrink:0}.stack--full-width-mobile,.stack--full-width-all{width:100%}.stack--line{flex-direction:row}.stack--line.stack--justify-right{justify-content:flex-end}.stack--line.stack--justify-center{justify-content:center}.stack--line--reverse{flex-direction:row-reverse}.stack--justify-left{justify-content:flex-start}.stack--justify-center{justify-content:center;height:100%}.stack--justify-right{justify-content:flex-end}.stack--justify-space-between{justify-content:space-between}.stack--align-top{align-items:flex-start}.stack--align-bottom{align-items:flex-end}.stack--align-center{align-items:center}.stack--wrap{flex-wrap:wrap}.stack--clickable{cursor:pointer}.stack--reverse{flex-direction:column-reverse}.stack--grid-mobile{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;display:grid}@media only screen and (width>=640px){.stack{gap:var(--tablet-size);width:auto}.stack--full-width-tablet,.stack--full-width-all{width:100%}.stack--line.stack--tablet-justify-right,.stack--tablet-line.stack--tablet-justify-right{justify-content:flex-end}.stack--line,.stack--tablet-line{flex-direction:row}.stack--line.stack--tablet-reverse,.stack--tablet-line.stack--tablet-reverse{flex-direction:row-reverse}.stack--line.stack--tablet-justify-left,.stack--tablet-line.stack--tablet-justify-left{justify-content:flex-start}.stack--line.stack--tablet-justify-center,.stack--tablet-line.stack--tablet-justify-center{justify-content:center}.stack--line.stack--tablet-justify-space-between,.stack--tablet-line.stack--tablet-justify-space-between{justify-content:space-between}.stack--line.stack--tablet-align-top,.stack--tablet-line.stack--tablet-align-top{align-items:flex-start}.stack--line.stack--tablet-align-bottom,.stack--tablet-line.stack--tablet-align-bottom{align-items:flex-end}.stack--line.stack--tablet-align-center,.stack--tablet-line.stack--tablet-align-center{align-items:center}.stack--tablet-justify-left{justify-content:flex-start}.stack--tablet-justify-center{justify-content:center}.stack--tablet-justify-right{justify-content:flex-end}.stack--grid-tablet{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;display:grid}}@media only screen and (width>=890px){.stack{gap:var(--desktop-size);width:auto}.stack--full-width-desktop,.stack--full-width-all{width:100%}.stack--line,.stack--tablet-line,.stack--desktop-line{flex-direction:row}.stack--line.stack--desktop-reverse,.stack--tablet-line.stack--desktop-reverse,.stack--desktop-line.stack--desktop-reverse{flex-direction:row-reverse}.stack--line.stack--desktop-align-top,.stack--tablet-line.stack--desktop-align-top,.stack--desktop-line.stack--desktop-align-top{align-items:flex-start}.stack--line.stack--desktop-align-bottom,.stack--tablet-line.stack--desktop-align-bottom,.stack--desktop-line.stack--desktop-align-bottom{align-items:flex-end}.stack--grid-desktop{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;display:grid}.stack--desktop-justify-center{justify-content:center}.stack--desktop-justify-right{justify-content:flex-end}.stack--desktop-justify-space-between{justify-content:space-between}}.errors{z-index:1000;position:fixed;top:5px;right:5px}.errors__notification{color:#fff;background-color:#f44336;border-radius:5px;margin-bottom:10px;padding:10px 20px;position:relative;box-shadow:0 0 10px #00000080}.errors__notification-close{cursor:pointer;position:absolute;top:0;right:0}*{box-sizing:border-box;appearance:none;font-family:inherit;font-size:1em;font-weight:inherit;line-height:inherit;color:inherit;text-align:inherit;background-color:#0000;border:none;border-radius:0;margin:0;padding:0;text-decoration:none}img{width:100%;max-width:100%;height:auto;display:block}button,a{cursor:pointer}body{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;color:var(--background-neutral-200);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-feature-settings:"kern" 1, "onum" 0, "liga" 1;background:var(--background-neutral-100);caret-color:var(--color-tint);font-family:Inter,sans-serif;line-height:1.5}
