.list.list-xs .list-item + .list-item {	margin-top: 0.375rem;}.list.list-sm .list-item + .list-item {	margin-top: 0.625rem;}.list.list-md .list-item + .list-item {	margin-top: 1.0625rem;}.list-typography .list-item + .list-item {	margin-top: 2.75rem;}.list-marked > .list-item::before {	display: inline-block;	vertical-align: middle;	content: '';	width: .38em;	height: .38em;	margin-right: 0.875rem;	margin-top: -1px;	border-radius: 50%;	background: linear-gradient(90deg, #ff7a00, #ffa551);}.list-marked .list-item + .list-item {	margin-top: 0.8125rem;}.list-marked .list-marked {	margin-left: 3em;}.list-ordered {	counter-reset: li;}.list-ordered > .list-item::before {	content: counters(li, ".") ".";	counter-increment: li;	margin-right: 0.875rem;	color: #a7a7a7;}.list-ordered .list-item + .list-item {	margin-top: 0.8125rem;}.list-ordered .list-ordered {	margin-left: 2.3em;}* + .list {	margin-top: 15px;}p + .list-marked {	margin-top: 0.625rem;}.context-dark .list-marked > .list-item::before {	background: #fff;}.context-dark .list-contact {	color: inherit;}@media (min-width: 992px) {	* + .list {		margin-top: 1.875rem;	}}