[data-flexy-dragging]{cursor:ew-resize}[data-flexy-view=boxed]{overflow:hidden}.flexy-pills ol,.flex-control-nav:has(img){display:flex;flex-direction:var(--pills-direction);justify-content:var(--pills-horizontal-alignment);flex-wrap:var(--pills-wrap,wrap);list-style:none;padding:0;margin-bottom:0}.flexy-pills ol li,.flex-control-nav:has(img) li{flex-shrink:0;width:var(--thumbs-width,20%);cursor:pointer}[class*=flexy-arrow]{position:absolute;top:var(--flexy-nav-arrow-top-offset,calc(50% - 20px));display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;border-radius:100%;color:var(--flexy-nav-arrow-color,var(--theme-text-color));box-shadow:0px 25px 40px rgba(0,0,0,.03);background:var(--flexy-nav-background-color,#fff);transition:all .12s cubic-bezier(.455,.03,.515,.955)}[class*=flexy-arrow] svg{pointer-events:none}@media (any-hover:hover){[class*=flexy-arrow]{opacity:0;transform:rotate(var(--rotate,0)) translateX(var(--translate-x,0))}[class*=flexy-arrow]:hover{color:var(--flexy-nav-arrow-hover-color,#fff);background:var(--flexy-nav-background-hover-color,var(--theme-palette-color-1))}}[class*=flexy]:hover>[class*=flexy-arrow]{opacity:1;--translate-x:0}