.flex,.flex-end{display:flex}.flex-end{justify-content:flex-end}.flex-column{display:flex;flex-direction:column;gap:1rem}.grow{flex-grow:1}.hidden{display:none}.wrap{display:flex;flex-wrap:wrap}.width-100{width:100%}.gap-xs{gap:8px}.gap-xxs{gap:4px}.gap-m{gap:16px}.icon{color:currentColor;display:inline-block}.icon--xs{height:.8rem;width:.8rem}.icon--sm{height:1rem;width:1rem}.icon--md{height:1.5rem;width:1.5rem}.icon--lg{height:3rem;width:3rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.help-modal-backdrop{background-color:transparent;display:flex;inset:0;pointer-events:none;position:fixed;transition:background-color .25s ease-out;z-index:1000}.help-modal-backdrop.is-open{background-color:#0000004d;pointer-events:auto}.help-modal-backdrop--left{justify-content:flex-start}.help-modal-backdrop--right{justify-content:flex-end}.help-modal{background-color:#fff;border-left:9px solid var(--modal-border-color,#ffbc42);box-shadow:-12px 0 32px #00000026;display:flex;flex-direction:column;gap:16px;height:99vh;max-width:100vw;padding:32px;transform:translate(110%);transition:transform .3s cubic-bezier(.25,.8,.25,1);width:100%;will-change:transform}.help-modal--left{border-left:none;border-right:9px solid var(--modal-border-color,#ffbc42);transform:translate(-110%)}.help-modal--right{transform:translate(110%)}@media(min-width:480px){.help-modal--sm{max-width:360px}.help-modal--md{max-width:420px}.help-modal--lg{max-width:560px}.help-modal--xl{max-width:760px}}.help-modal__content{max-height:99%;overflow-y:scroll}.help-modal-backdrop.is-open .help-modal{transform:translate(0)}
