.TableGeneratorSlots{display:flex;align-items:center;justify-content:center}.TableGeneratorSlots._animated .slots-column{transition:top 1.25s ease-out}.TableGeneratorSlots._animated .slots-column:first-child{transition-duration:.6s}.TableGeneratorSlots._animated .slots-column:nth-child(2){transition-duration:.8s}.TableGeneratorSlots._animated .slots-column:nth-child(3){transition-duration:1s}.TableGeneratorSlots[data-variant="0"]{--slots-width:203px;--slots-height:84px;--slots-gap:4px;--slots-one-height:53px}.TableGeneratorSlots[data-variant="0"] .slots{top:158px;left:130px}.TableGeneratorSlots[data-variant="1"]{--slots-width:202px;--slots-height:89px;--slots-gap:2px;--slots-gap-color:#0E7856;--slots-one-height:50px}.TableGeneratorSlots[data-variant="1"] .slots{top:132px;left:126px}.TableGeneratorSlots[data-variant="2"]{--slots-width:187px;--slots-height:90px;--slots-gap:3px;--slots-one-height:50px}.TableGeneratorSlots[data-variant="2"] .slots{top:190px;left:129px}.TableGeneratorSlots .slots{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--slots-gap,5px);position:absolute;width:var(--slots-width);height:var(--slots-height);background-color:var(--slots-gap-color,#fff);overflow:hidden}.TableGeneratorSlots .slots._result .slots-column{top:calc(-14 * var(--slots-one-height))}.TableGeneratorSlots .slots .slots-column{display:flex;flex-direction:column;align-items:center;position:relative;top:calc(-1 * var(--slots-one-height));padding-top:calc((var(--slots-height) - var(--slots-one-height))/ 2);background-color:#fff}.TableGeneratorSlots .slots .slots-column>div{border-top:1px solid #ccc;width:100%;height:var(--slots-one-height);background:center/50% 67% no-repeat}.TableGeneratorSlots svg{flex:0 0 300px;z-index:2}