.cta-button-link-ws{width:300px;background:var(--button-color);padding:16px 24px;border-radius:12px;text-decoration:none;font-family:'ws_bergen_text_semiBold';color:var(--font-color);font-weight:600;font-size:18px;line-height:24px}
.cta-button-container-ws .cta-details-ws{display:flex;align-items:center;gap:12px;justify-content:center}
.cta-link-container-ws{display:flex;width:100%;flex-direction:column}
.cta-heading-ws{font-family:'ws_bergen_text';font-weight:400;font-size:25.92px;line-height:120%;margin:0;padding:6px 0}
.cta-link-container-ws .cta-details-ws{font-family:'ws_bergen_text';font-weight:400;font-size:18px;line-height:32px;text-decoration:underline;text-decoration-style:solid;color:#2d708b;padding:6px 0}
.svg-color{stroke:var(--font-color)}
.cta-button-link-ws:hover{background:var(--hover-button-color);color:var(--hover-font-color)}
.cta-button-link-ws:hover .svg-color{stroke:var(--hover-font-color)}
.ws-cta-popup-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,10,45,0.72);backdrop-filter:blur(2px);overflow-y:auto;padding:20px;box-sizing:border-box}
.ws-cta-popup-overlay[hidden]{display:none}
.ws-cta-popup-dialog{background:#fff;border-radius:12px;padding:40px 36px 32px;max-width:960px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,0.3);display:flex;flex-direction:column;gap:16px;box-sizing:border-box;margin:auto;position:relative}
.ws-cta-popup-close{position:absolute;top:12px;right:16px;background:transparent;border:0;font-size:20px;line-height:1;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;padding:0;transition:color .2s,background .2s}
.ws-cta-popup-close:hover{color:#000a2d;background:#f3f4f6}
.ws-cta-popup-title{margin:0;font-family:"ws_bergen_text";font-size:22px;font-weight:600;color:#000a2d;line-height:130%}
.ws-cta-popup-body{margin:0;font-family:"ws_bergen_text";font-size:16px;color:#374151;line-height:160%}
.ws-cta-popup-body a{color:#2e738f;text-decoration:underline}
.ws-cta-popup-body a:hover{color:#1f6257}
.ws-cta-popup-actions{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;justify-content:center;margin-top:16px}
.ws-cta-popup-yes,.ws-cta-popup-no{font-family:"ws_bergen_text";font-size:16px;font-weight:600;padding:12px 32px;border-radius:4px;cursor:pointer;border:2px solid #1f6257;transition:background .2s,color .2s}
.ws-cta-popup-yes{background:#1f6257;color:#fce5df}
.ws-cta-popup-yes:hover{background:#2e738f;border-color:#2e738f}
.ws-cta-popup-no{background:transparent;color:#1f6257}
.ws-cta-popup-no:hover{background:#f3f4f6}
.ws-cta-popup-disclaimer{margin:12px 0 0;font-family:"ws_bergen_text";font-size:11px;color:#9ca3af;line-height:150%;text-align:center}
.ws-cta-popup-disclaimer a{color:#6b7280;text-decoration:underline}
.ws-cta-popup-disclaimer a:hover{color:#374151}