{# This will fix the position: sticky isssue that is not working with default hubspot wrappers #}
.dnd-section:has(.section-anchor), 
.dnd-section:has(.section-anchor) .row-fluid, 
.dnd-section:has(.section-anchor) .dnd-module, 
.dnd-section:has(.section-anchor) .hs_cos_wrapper {
	display: initial;
}