.ws-btn-duo{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:16px;box-sizing:border-box}.ws-btn-duo--align-stretch .ws-btn-duo{align-items:stretch}.ws-btn-duo--align-stretch .ws-btn-duo__btn{flex:1 1 auto;justify-content:center}.ws-btn-duo--swap-yes .ws-btn-duo{flex-direction:row-reverse}.ws-btn-duo__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:8px;text-decoration:none;line-height:1.2;font-weight:600;cursor:pointer;border:1px solid transparent;background:transparent;color:inherit;transition-property:background-color,background-image,color,border-color,box-shadow,transform;transition-duration:.25s;transition-timing-function:cubic-bezier(.22,1,.36,1);box-sizing:border-box;-webkit-tap-highlight-color:transparent}.ws-btn-duo__btn-text{display:inline-block;line-height:1.2}.ws-btn-duo__btn-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;flex:0 0 auto}.ws-btn-duo__btn-icon svg,.ws-btn-duo__btn-icon i{width:16px;height:16px;font-size:16px;line-height:1;display:block}.ws-btn-duo__divider{--ws-btn-duo-div-size: 6px;display:inline-flex;align-items:center;justify-content:center;color:#0000004d;flex:0 0 auto}.ws-btn-duo--div-dot .ws-btn-duo__divider{width:var(--ws-btn-duo-div-size, 6px);height:var(--ws-btn-duo-div-size, 6px);border-radius:50%;background:currentColor}.ws-btn-duo--div-bar .ws-btn-duo__divider{width:1px;height:calc(var(--ws-btn-duo-div-size, 6px) * 3.5);background:currentColor}.ws-btn-duo--div-text .ws-btn-duo__divider{background:transparent;color:currentColor;padding:0 4px;font-size:14px;text-transform:lowercase;letter-spacing:.04em}.ws-btn-duo__btn{background:#0a0a0a;color:#fff;border-color:#0a0a0a}.ws-btn-duo__btn:hover{background:#1a1a1a;border-color:#1a1a1a}.ws-btn-duo__btn--hov-lift:hover{transform:translateY(-3px)}.ws-btn-duo__btn--hov-scale:hover{transform:scale(1.05)}.ws-btn-duo__btn--hov-slide:hover{transform:translate(4px)}.ws-btn-duo__btn--hov-pulse:hover{animation:ws-btn-duo-pulse 1.4s ease-in-out infinite}@keyframes ws-btn-duo-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.ws-btn-duo__btn--hov-fill{position:relative;overflow:hidden;isolation:isolate}.ws-btn-duo__btn--hov-fill:before{content:"";position:absolute;inset:0;background:currentColor;transform:translate(-101%);transition:transform .4s cubic-bezier(.22,1,.36,1);z-index:-1;opacity:.18;pointer-events:none}.ws-btn-duo__btn--hov-fill:hover:before{transform:translate(0)}.ws-btn-duo__btn--hov-glow:hover{box-shadow:0 0 0 6px #00000014,0 12px 28px #0003}.ws-btn-duo__btn--hov-wobble:hover{animation:ws-btn-duo-wobble .5s ease-in-out}@keyframes ws-btn-duo-wobble{0%,to{transform:rotate(0)}25%{transform:rotate(-2.5deg)}50%{transform:rotate(0)}75%{transform:rotate(2.5deg)}}@media (max-width: 767px){.ws-btn-duo--mob-stack .ws-btn-duo{flex-direction:column;align-items:stretch}.ws-btn-duo--mob-stack .ws-btn-duo__btn{width:100%;justify-content:center}.ws-btn-duo--mob-stack .ws-btn-duo__divider{align-self:center}.ws-btn-duo--mob-stack.ws-btn-duo--div-bar .ws-btn-duo__divider{width:calc(var(--ws-btn-duo-div-size, 6px) * 3.5);height:1px}.ws-btn-duo--mob-stack-invert .ws-btn-duo{flex-direction:column-reverse;align-items:stretch}.ws-btn-duo--mob-stack-invert .ws-btn-duo__btn{width:100%;justify-content:center}.ws-btn-duo--mob-inline .ws-btn-duo{flex-direction:row;flex-wrap:nowrap;width:100%;max-width:100%;box-sizing:border-box}.ws-btn-duo--mob-inline .ws-btn-duo__btn{flex:1 1 0;min-width:0;max-width:100%;justify-content:center;text-align:center;padding-left:12px;padding-right:12px;font-size:.92em;line-height:1.15;white-space:normal;gap:6px}.ws-btn-duo--mob-inline .ws-btn-duo__btn-text{min-width:0;max-width:100%;word-break:keep-all;overflow-wrap:break-word;hyphens:auto;text-align:center}.ws-btn-duo--mob-inline .ws-btn-duo__btn-icon{flex-shrink:0}.ws-btn-duo--mob-inline .ws-btn-duo__divider{flex:0 0 auto;margin:0 2px}@media (max-width: 360px){.ws-btn-duo--mob-inline .ws-btn-duo__btn{padding-left:8px;padding-right:8px;font-size:.85em}}}.ws-btn-duo__btn:focus-visible{outline:2px solid #4d90fe;outline-offset:2px}@media (prefers-reduced-motion: reduce){.ws-btn-duo__btn{transition:none!important}}
