.bulleted-list.cmp-list--checkmarks .bullet-list{display:grid}
.bulleted-list.cmp-list--checkmarks .bullet-list .li-bullet-list{list-style-type:none;display:flex;flex-direction:row;gap:10px}
.bulleted-list.cmp-list--checkmarks .bullet-list .li-bullet-list .checkmark{width:25px;height:25px;min-width:25px;background-color:#e8f2fa;border-radius:100%;display:flex;justify-content:center;align-items:center}
.bulleted-list.cmp-list--checkmarks .bullet-list .li-bullet-list .checkmark .color-checkmark{color:#0d65b3}
.bulleted-list.cmp-list--no-left-padding .bullet-list{padding-left:0 !important}
.bulleted-list.cmp-list--numbers .checkmark{display:none}
.bulleted-list.cmp-list--numbers .bullet-list{counter-reset:li;list-style-type:none;font-size:1;line-height:18px;display:grid}
.bulleted-list.cmp-list--numbers .bullet-list li.li-bullet-list{position:relative;padding:5px 0 5px 30px}
.bulleted-list.cmp-list--numbers .bullet-list li.li-bullet-list:before{content:counter(li);counter-increment:li;height:25px;width:25px;border-radius:50%;text-align:center;position:absolute;left:0;top:5px;color:#0d65b3;display:flex;justify-content:center;align-items:center;background-color:#e8f2fa;min-width:25px;font-weight:700}
.bulleted-list.cmp-list--numbers .bullet-list li.li-bullet-list .list-text{display:block;padding-left:5px}
.bulleted-list.cmp-list--user-icon .bullet-list{display:grid}
.bulleted-list.cmp-list--user-icon .bullet-list .li-bullet-list{list-style-type:none;display:flex;flex-direction:row;gap:10px}
.bulleted-list.cmp-list--user-icon .bullet-list .li-bullet-list .usericon{width:20px;height:20px;display:flex !important;justify-content:center;align-items:center}
.bulleted-list.cmp-list--user-icon .bullet-list .li-bullet-list .usericon .icon-userIcon{font-size:1.56312501em}
.bulleted-list .bulleted-list-wrapper{margin-right:3rem}
@media screen and (max-width:599px){.bulleted-list .bulleted-list-wrapper{margin-right:0}
}
.bulleted-list .bulleted-list-wrapper .checkmark{display:none}
.bulleted-list .bulleted-list-wrapper .usericon{display:none}
.bulleted-list .bulleted-list-wrapper .list-text{font-family:'Open Sans';font-weight:400;font-size:1;line-height:24px}
.bulleted-list .bulleted-list-wrapper .bullet-list{padding-left:20px;gap:20px !important}
.bulleted-list .bulleted-list-wrapper .bullet-list--one{grid-template-columns:auto}
.bulleted-list .bulleted-list-wrapper .bullet-list--two{gap:10px;grid-auto-flow:column;grid-template-columns:50% 50%}
.bulleted-list .bulleted-list-wrapper .bullet-list--three{gap:10px;grid-auto-flow:column;grid-template-columns:33.33% 33.33% 33.33%}
.bulleted-list .bulleted-list-wrapper .bullet-list-bullet{list-style-type:none;display:grid}
.bulleted-list .bulleted-list-wrapper .bullet-list-bullet li.li-bullet-list{position:relative;gap:10px;display:flex;flex-direction:row}
.bulleted-list .bulleted-list-wrapper .bullet-list-bullet li.li-bullet-list:before{content:"";height:12px;width:12px;border-radius:50%;margin-top:5px;background-color:#0d65b3;min-width:12px}
@media screen and (max-width:599px){.bullet-list{grid-template-columns:auto !important;grid-template-rows:repeat(1,auto) !important;gap:10px !important;grid-auto-flow:row !important}
}