.bubble{aspect-ratio:400/222;max-width:520px;position:relative;width:100%}.bubble[data-has-mask=true]{-webkit-mask:var(--mask-url) no-repeat center /contain;mask:var(--mask-url) no-repeat center /contain}.bubble__content{align-items:center;display:flex;font-family:Henderson Sans,system-ui,-apple-system,Segoe UI,Arial,sans-serif;gap:16px;inset:0;justify-content:center;padding:clamp(16px,4vw,28px);position:absolute;text-align:center}.bubble[data-has-left-image=true] .bubble__content{justify-content:flex-start;margin-left:10px;text-align:left}.bubble__icon{flex:0 0 auto;height:clamp(72px,10vw,140px);object-fit:contain;width:clamp(72px,10vw,140px)}.bubble__copy{min-width:0}.bubble__heading{font-size:clamp(16px,2vw,22px);line-height:1.1;margin:0 0 6px}.bubble__body{font-size:clamp(14px,1.6vw,16px);line-height:1.35;margin:0}@media (max-width:480px){.bubble__content{gap:12px}}.bubble__content{color:var(--text-color,#0b0b0b)}.bubble__heading{color:var(--headline-color,var(--text-color,#0b0b0b))}