.has-gray-100-background-color form#mktoForm_2370 input:not([type=submit],[type=checkbox]),
.has-gray-100-background-color form#mktoForm_2370 select{
  background: white !important
}
ul.checklist-pill,
ul.checklist {
	list-style: none;
        padding-left: 0;
}

ul.checklist-pill li {
	position: relative;
	padding: 18px 30px 18px 50px;
	margin: 35px 0;
	border-radius: 25px;
	box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.1);
	background: white;
	width: fit-content;
}
ul.checklist li {
	position: relative;
	padding: 0 0 0 45px;
    margin: 0 0 15px;
}

ul.checklist-pill li::before,
ul.checklist li::before {
	content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='98' height='95'%3E%3Cpath d='M0 0 C32.34 0 64.68 0 98 0 C98 31.35 98 62.7 98 95 C65.66 95 33.32 95 0 95 C0 63.65 0 32.3 0 0 Z ' fill='%23FEFEFE' transform='translate(0,0)'/%3E%3Cpath d='M0 0 C0.99 0.33 1.98 0.66 3 1 C2.60275954 5.94744938 0.1047214 8.40159139 -3.25 11.75 C-9.89081679 18.66680918 -15.66573208 26.08737104 -21.36328125 33.78955078 C-22.97080955 35.96057722 -24.5943689 38.11891278 -26.21875 40.27734375 C-33.18840724 49.64103703 -39.41630297 59.32068658 -45.33178711 69.38525391 C-45.88358643 70.31772949 -46.43538574 71.25020508 -47.00390625 72.2109375 C-47.72815796 73.45302979 -47.72815796 73.45302979 -48.46704102 74.72021484 C-50.10678596 77.15880989 -51.78094948 79.07396991 -54 81 C-56.796875 81.390625 -56.796875 81.390625 -59.75 81.25 C-60.73484375 81.21390625 -61.7196875 81.1778125 -62.734375 81.140625 C-63.48203125 81.09421875 -64.2296875 81.0478125 -65 81 C-66.13212856 78.3361681 -67.25577958 75.66925188 -68.375 73 C-68.69210938 72.25621094 -69.00921875 71.51242188 -69.3359375 70.74609375 C-71.90893212 64.58162748 -74 58.76250807 -74 52 C-71 50 -71 50 -68 50 C-68 49.34 -68 48.68 -68 48 C-64.535 47.505 -64.535 47.505 -61 47 C-60.35004703 48.41478135 -59.70521278 49.83191487 -59.0625 51.25 C-58.70285156 52.03890625 -58.34320313 52.8278125 -57.97265625 53.640625 C-57.09966721 55.75823698 -56.48661492 57.76669362 -56 60 C-51.98534584 56.44416346 -49.64008096 52.86270953 -47.2109375 48.0859375 C-46 46 -46 46 -44.57421875 44.59375 C-42.37413953 42.36637451 -41.01804056 39.82412772 -39.4375 37.125 C-31.99387422 24.73644265 -21.3182673 7.30264898 -8 1 C-5.8984375 1.41796875 -5.8984375 1.41796875 -4 2 C-2.65863633 1.34964186 -1.32467746 0.6837045 0 0 Z ' fill='%23303030' transform='translate(84,7)'/%3E%3C/svg%3E%0A");
	position: absolute;
	top: -18px;
	left: -15px;
	transform: scale(0.175);
	transform-origin: center;
	width: 100px;
	height: 100px;
}
ul.checklist li::before {
    top: -35px;
    left: -25px;
}

ul.checklist-pill li:last-child,
ul.checklist li:last-child {
	margin-bottom: 0;
}

.special-gradient{
    background: linear-gradient(to bottom, #f0f5f9 0%, #ffffff 100%);
}