:root{--size:16px}.stack{display:flex;flex-direction:column;gap:var(--size)}@media print{.stack{gap:var(--size-print)}}.stack>*{min-width:0}.stack--no-shrink{flex-shrink:0}.stack--full-width-all,.stack--full-width-mobile{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{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}@media only screen and (min-width:640px){.stack{width:auto;gap:var(--tablet-size)}.stack--full-width-all,.stack--full-width-tablet{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{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}}@media only screen and (min-width:890px){.stack{width:auto;gap:var(--desktop-size)}.stack--full-width-all,.stack--full-width-desktop{width:100%}.stack--desktop-line,.stack--line,.stack--tablet-line{flex-direction:row}.stack--desktop-line.stack--desktop-reverse,.stack--line.stack--desktop-reverse,.stack--tablet-line.stack--desktop-reverse{flex-direction:row-reverse}.stack--desktop-line.stack--desktop-align-top,.stack--line.stack--desktop-align-top,.stack--tablet-line.stack--desktop-align-top{align-items:flex-start}.stack--desktop-line.stack--desktop-align-bottom,.stack--line.stack--desktop-align-bottom,.stack--tablet-line.stack--desktop-align-bottom{align-items:flex-end}.stack--grid-desktop{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}.stack--desktop-justify-center{justify-content:center}.stack--desktop-justify-right{justify-content:flex-end}.stack--desktop-justify-space-between{justify-content:space-between}}
/*# sourceMappingURL=64ae4068b6d8de7e.css.map*/