.flex,.sled .arrows,.sled .arrows .arrow{display:flex}.flex-line{display:inline-flex}.fgrow{flex-grow:1}.fn-grow{flex-grow:0}.fshrink{flex-shrink:1}.fn-shrink{flex-shrink:0}.frow{flex-direction:row}.fcolumn{flex-direction:column}.fwrap,.w-around{flex-wrap:wrap}.fn-wrap{flex-wrap:nowrap}.fwrap-rev{flex-wrap:wrap-reverse}.astart{align-items:flex-start}.acenter,.center,.sled .arrows,.sled .arrows .arrow{align-items:center}.aend{align-items:flex-end}.astretch{align-items:stretch}.abase{align-items:baseline}.jstart{justify-content:flex-start}.center,.jcenter,.sled .arrows .arrow{justify-content:center}.jend{justify-content:flex-end}.between,.sled .arrows{justify-content:space-between}.around,.w-around{justify-content:space-around}.sled .arrows{top:0;width:100%;height:100%;position:absolute}.sled .arrows .arrow{border:0;z-index:2;margin:1em;width:2.5em;height:2.5em;outline:none;cursor:pointer;transition:.4s;background:#fff;border-radius:50%;box-shadow:0 .1em .2em rgba(0,0,0,.5)}.sled .arrows .arrow:last-child{margin-left:auto}.sled .arrows .arrow:hover{transition:.2s;background:#ddd;transform:scale(1.1)}.sled .arrows .arrow:active{transition:.2s;transform:scale(.9)}