.waw-arrows{position: absolute;inset: 0;z-index: 20;pointer-events: none}.waw-arrow{position: absolute;z-index: 1;display: inline-flex;align-items: center;justify-content: center;width: 48px;height: 48px;padding: 12px;border: none;border-radius: 50%;color: #FFFFFF;background-color: #941F38;cursor: pointer;pointer-events: auto;-webkit-tap-highlight-color: transparent;transition: background-color 0.25s ease,color 0.25s ease,border-color 0.25s ease,opacity 0.25s ease;transform: translate( calc(var(--waw-arrow-cx,0%) + var(--waw-arrow-x,0px)),calc(var(--waw-arrow-cy,0%) + var(--waw-arrow-y,0px)) )}.waw-arrow--prev{left: 0;right: auto;top: 50%;bottom: auto;--waw-arrow-x: 16px;--waw-arrow-cy: -50%}.waw-arrow--next{right: 0;left: auto;top: 50%;bottom: auto;--waw-arrow-x: -16px;--waw-arrow-cy: -50%}.waw-arrows--inline{position: static;inset: auto;display: flex;gap: var(--waw-arrows-gap,12px);pointer-events: auto}.waw-arrows--inline .waw-arrow{position: relative}.waw-arrow svg{width: 100%;height: 100%;display: block}.waw-arrow i{font-size: inherit;line-height: 1}.waw-arrow--prev svg,.waw-arrow--prev i{transform: rotate(180deg)}.waw-arrow:focus-visible{outline: 2px solid currentColor;outline-offset: 3px}.waw-arrow:active{transform: translate( calc(var(--waw-arrow-cx,0%) + var(--waw-arrow-x,0px)),calc(var(--waw-arrow-cy,0%) + var(--waw-arrow-y,0px)) ) scale(0.94)}@media (prefers-reduced-motion: reduce){.waw-arrow{transition: none !important}}