Pardon Our Dust – We're Building Something Better!
Our Help Center is currently under construction as we make some exciting improvements.
In the meantime, if you need assistance, our team is just an email away, send us a note at compliancesupport@kipuhealth.com.
Thanks for your patience — we can’t wait to show you what’s coming!
Popular searches:
<% var getColumnClasses = function(columnNumber) {
var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>