/* Cheap fix for rounded corners
–––––––––––––––––––––––––––––––––––––––– */

#getstarted-intro div.grid div.screens figure.figure-1 div.carousel div img {
	border-radius: 1.5em; }
	
#getstarted-screenshots div figure.figure-1 div.carousel div img {
	border-radius: 0.5em; }
	
#getstarted-screenshots figure.figure-2 div.carousel div img {
	border-radius: 1.5em; }
	
@media (max-width: 1000px) {
	#getstarted-screenshots figure.figure-2 div.carousel div img {
	border-radius: 1em; }	
}

@media (max-width: 600px) {
	#getstarted-screenshots figure.figure-2 div.carousel div img {
	border-radius: 1em; }	
}

.force_cursor li { cursor: pointer; }

.hideClients800 {
	display: block !important; }
	
.showClients800 {
	display: none !important; }

.fake_text {
	text-align: center; 
	margin-top: -20px;
	margin-bottom: 35px; }

/* Variables
–––––––––––––––––––––––––––––––––––––––– */
body {
	--color-highlight: rgb(61,166,187);
	--color-border: rgb(212,225,227);
	--bg-dark: rgb(33,48,53);
}


/* Animations
–––––––––––––––––––––––––––––––––––––––– */
@-webkit-keyframes marqueeLeft {
	100% { 
		left: calc(((var(--itemWidth) * -1) * var(--items)) - (30px * calc(var(--items) - 1)) + 100% - 6em);
	}
}

@keyframes marqueeLeft {
	100% { 
		left: calc(((var(--itemWidth) * -1) * var(--items)) - (30px * calc(var(--items) - 1)) + 100% - 6em);
	}
}

@-webkit-keyframes marqueeRight {
	100% { 
		right: calc(((var(--itemWidth) * -1) * var(--items)) - (30px * calc(var(--items) - 1)) + 100% - 6em);
	}
}

@keyframes marqueeRight {
	100% { 
		right: calc(((var(--itemWidth) * -1) * var(--items)) - (30px * calc(var(--items) - 1)) + 100% - 6em);
	}
}


/* Font Styles
–––––––––––––––––––––––––––––––––––––––– */
.font-size-16 {
	font-size: 1rem;
	line-height: 1.5;
}

.heading-h1 {
	margin-bottom: 1.5rem;
	font-size: 3.75em;
}

.heading-h2 {
	margin-bottom: 1.5rem;
	font-size: 3em;
}

.heading-h3 {
	text-align: center;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1em;
	text-transform: uppercase;
	color: rgb(61,166,187);
	font-weight: bold;
	letter-spacing: .15em; }

.heading-h1 span,
.heading-h2 span {
	color: rgb(61,166,187);
	color: var(--color-highlight);
}

.heading-sub {
	margin-bottom: 1em;
	font-size: .875em;
	text-transform: uppercase;
	color: rgb(61,166,187);
	color: var(--color-highlight);
	font-weight: bold;
	letter-spacing: .15em;
}

@media (max-width: 800px) {
	
	.hideClients800 {
		display: none !important; }
		
	.showClients800 {
		display: block !important; }
	
	.font-size-16 {
		font-size: 0.875rem;
	}

}


/* Top Events
–––––––––––––––––––––––––––––––––––––––– */
#home_events {
	--topPadding: 30px;
	padding-top: 30px;
	padding-top: var(--topPadding);
	background: #fff !important;
	overflow: hidden;
	color: #222;
}

	#home_events .tagline {
		position: relative;
		z-index: 1;
		padding-bottom: 30px;
		padding-bottom: var(--topPadding);
		font-family: 'Titillium Web', sans-serif;
		font-size: 1.6em;
		font-weight: 600;
		color: #fff;
		text-align: center;
	}

	#home_events .search {
		padding: 0;
		position: relative;
		z-index: 0;
	}

		#home_events .search::before {
			content: "";
			position: absolute;
			top: -400px;
			right: -100px;
			left: -100px;
			bottom: 50%;
			z-index: -1;
			background-color: #3da6bb;
		}

		#home_events .search > div {
			width: 100%;
			float: left;
			padding: 15px;
			background-color: #fff;
		}

	#home_events h3 {
		margin-bottom: 1rem;
		font-size: 19px;
		font-weight: 600; 
	}

	#home_events .events ul li h5 {
		font-size: 15px;
	}

	#home_events .events ul li .date {
		font-size: 12px;
	}

	#home_events .events .title a {
		margin-top: 0;
		color: rgb(61,166,187);
		color: var(--color-highlight);
		text-decoration: none;
	}

	#home_events .events ul li {
		border: 1px solid #ddd;
	}



/* Intro
–––––––––––––––––––––––––––––––––––––––– */
#getstarted-intro {
	padding: 0 0 120px;
	border-bottom: 1px solid rgb(212,225,227);
	border-bottom: 1px solid var(--color-border);
}

	#getstarted-intro .title-separator {
		margin-bottom: 60px;
		border-bottom: 1px solid rgb(212,225,227);
		border-bottom: 1px solid var(--color-border);
		text-align: center;
	}

		#getstarted-intro .title-separator h2 {
			display: inline-block;
			padding: 0 24px;
			margin: 0;
			background-color: #fff;
			font-size: 1.6em;
			-webkit-transform: translateY(50%);
			-ms-transform: translateY(50%);
			transform: translateY(50%);
		}

	#getstarted-intro .grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}

	#getstarted-intro .content {
		-ms-grid-column: 1;
		padding-left: 80px;
		padding-right: 60px;
	}

	#getstarted-intro .btn {
		width: 170px;
		display: inline-block;
		float: none;
		margin: 0 4px 6px 0;
	}

	#getstarted-intro .pale {
		background-color: rgb(212,225,227);
		background-color: var(--color-border);
		color: #222;
	}

		#getstarted-intro .pale span {
			background-color: rgb(194, 212, 215);
		}

	#getstarted-intro .screens {
		-ms-grid-column: 2;
		position: relative;
	}

	#getstarted-intro figure {
		padding: 0;
		margin: 0;
		background-color: #fff;
		overflow: hidden;
	}

		#getstarted-intro figure .carousel {
			width: 100%;
			height: 100%;
			position: relative;
			overflow: hidden;
		}

			#getstarted-intro figure .carousel * {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}

	#getstarted-intro .figure-1 {
		width: 250px;
		position: absolute;
		bottom: -10%;
		z-index: 2;
		aspect-ratio: 9/19;
		padding: .5em;
		background-color: #e6eced;
		border: 1px solid #c8d2d3;
		border-radius: 2em;
		-webkit-box-shadow:
			inset 0 0 4px 2px #d3cfd9,
			0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.002),
			0px 5.6px 17px -25px rgba(0, 0, 0, 0.098),
			0px 25px 76px -25px rgba(0, 0, 0, 0.2);
		box-shadow:
			inset 0 0 4px 2px #d3cfd9,
			0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.002),
			0px 5.6px 17px -25px rgba(0, 0, 0, 0.098),
			0px 25px 76px -25px rgba(0, 0, 0, 0.2);
	}

	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		
		#getstarted-intro .figure-1 {
			height: 527px;
		}

	}

		#getstarted-intro .figure-1 .carousel {
			border-radius: 1.5em;
		}

	#getstarted-intro .figure-2 {
		width: 87%;
		height: 560px;
		margin-left: auto;
		padding: 1.5em 0 1.5em 1.5em;
		background-color: #e6eced;
		border-radius: 2em 0 0 2em;
		-webkit-box-shadow:
			inset 0 0 4px 2px #d3cfd9,
			0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.002),
			0px 5.6px 17px -25px rgba(0, 0, 0, 0.098),
			0px 25px 76px -25px rgba(0, 0, 0, 0.2);
		box-shadow:
			inset 0 0 4px 2px #d3cfd9,
			0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.002),
			0px 5.6px 17px -25px rgba(0, 0, 0, 0.098),
			0px 25px 76px -25px rgba(0, 0, 0, 0.2);
	}

		#getstarted-intro .figure-2 .carousel img {
			width: auto;
			max-width: unset;
		}


@media (max-width: 1366px) {

	#getstarted-intro .content {
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media (max-width: 1225px) {

	#getstarted-intro .btn {
		width: 160px;
		margin-right: 0;
	}

}

@media (max-width: 1135px) {

	#getstarted-intro .btn {
		width: 100%;
		margin-right: 0;
	}

}

@media (max-width: 1000px) {

	#getstarted-intro .content {
		padding-left: 30px;
		padding-right: 30px;
	}

}

@media (max-width: 800px) {

	#getstarted-intro .grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 60px;
	}

	#getstarted-intro .content {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	
	#getstarted-intro .screens {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		padding-left: 30px;
	}

}

@media screen and (-ms-high-contrast: active) and (max-width: 800px), (-ms-high-contrast: none) and (max-width: 800px) {

	#getstarted-intro .screens {
		margin-top: 60px;
	}

}


@media (max-width: 600px) {

	.heading-h2 {
		font-size: 2.5em;
	}
	
	.heading-h3 {
		font-size: 14px;
	}


	#getstarted-intro .content {
		padding-left: 20px;
		padding-right: 20px;
	}

	#getstarted-intro .btn {
		width: 100%;
		margin-right: 0;
	}

	#getstarted-intro .figure-1 {
		width: 200px;
	}

	#getstarted-intro .figure-2 {
		height: 450px;
	}

}

@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
		
	#getstarted-intro .figure-1 {
		height: 422px;
	}

}


@media (max-width: 400px) {

	#getstarted-intro .figure-1 {
		width: 160px;
	}

	#getstarted-intro .figure-2 {
		height: 350px;
	}

}

@media screen and (-ms-high-contrast: active) and (max-width: 400px), (-ms-high-contrast: none) and (max-width: 400px) {
		
	#getstarted-intro .figure-1 {
		height: 337px;
	}

}


/* Features
–––––––––––––––––––––––––––––––––––––––– */
#getstarted-features {
	padding-top: 60px;
	padding-bottom: 60px;
}

.gridLG {
	list-style-type: none; }

	#getstarted-features .grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 2em 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 2em;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}

	#getstarted-features .grid .ms-gridcol-1 {
		-ms-grid-column: 1;
	}

	#getstarted-features .grid .ms-gridcol-2 {
		-ms-grid-column: 3;
	}

	#getstarted-features .features {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		margin-top: 2em;
		margin-left: -80px;
		margin-right: -80px;
		overflow: hidden;
	}

		#getstarted-features .features .ms-gridrow-1 {
			-ms-grid-row: 1;
		}

		#getstarted-features .features .ms-gridrow-2 {
			-ms-grid-row: 2;
		}

		#getstarted-features .features .ms-gridrow-3 {
			-ms-grid-row: 3;
		}
		
		#getstarted-features .features .ms-gridrow-4 {
			-ms-grid-row: 4;
		}

		#getstarted-features .features > div {
			height: calc(5.0em + 2em);
			position: relative;
		}

		#getstarted-features [class^="marquee"] {
			--items: 8;
			--itemWidth: 25em;
			-webkit-animation-duration: 140s;
			animation-duration: 140s;
			-webkit-animation-timing-function: cubic-bezier(0.1,0,0.9,1);
			animation-timing-function: cubic-bezier(0.1,0,0.9,1);
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
			-webkit-animation-direction: alternate;
			animation-direction: alternate;
		}

		#getstarted-features .marquee-left {
			left: 0;
			-webkit-animation-name: marqueeLeft;
			animation-name: marqueeLeft;
		}

		#getstarted-features .marquee-right {
			right: 0;
			-webkit-animation-name: marqueeRight;
			animation-name: marqueeRight;
		}

		#getstarted-features .features ul {
			height: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			gap: 30px;
			position: absolute;
			padding: 1em 3em;
			margin: 0;
			list-style: none;
			white-space: nowrap;
		}

		#getstarted-features .features li {
			width: 25em;
			width: var(--itemWidth);
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 2.75em 2.75em 1fr;
			grid-template-columns: 2.75em 1fr;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			gap: 2.75em;
			padding: 1em 2.75em;
			margin: 0;
			background-color: #fff;
			border: 1px solid #f0f0f0;
			border-radius: 3px;
			-webkit-box-shadow: 0 6px 24px rgba(0,0,0,0.05);
			box-shadow: 0 6px 24px rgba(0,0,0,0.05);
		}

		#getstarted-features .features li::before {
			content: "";
			aspect-ratio: 1/1;
			display: block;
			-webkit-mask-image: var(--icon);
			mask-image: var(--icon);
			-webkit-mask-size: cover;
			mask-size: cover;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center; 
			mask-position: center;
			background: rgb(52,182,221);
			background: -o-linear-gradient(315deg, rgba(52,182,221,1) 0%, rgba(52,221,95,1) 100%);
			background: linear-gradient(135deg, rgba(52,182,221,1) 0%, rgba(52,221,95,1) 100%);
		}

		@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

			#getstarted-features .features ul {
				position: relative;
				animation: none;
			}

			#getstarted-features .marquee-left {
				left: calc(-12em + 15px);
			}

			#getstarted-features .marquee-right {
				left: -25em;
			}

			#getstarted-features .features ul li {
				margin-left: 30px;
			}

				#getstarted-features .features li::before {
					width: 2.75em;
					height: 2.75em;
					-ms-grid-column: 1;
					margin-top: 1em;
					background: none;
					background-color: transparent;
					background-position: center;
					background-size: cover;
					background-repeat: no-repeat;
				}

				#getstarted-features .features li span {
					display: inline-block;
					-ms-grid-column: 3;
					margin-top: 1.5em;
				}

		}

	#getstarted-features .feature-registration {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637647fac3a86d32eae6f20d-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M16.77 8.18V22.5H3.41V5.32h13.36v2.86zM6.27 13.91h7.64M6.27 10.09h7.64M6.27 17.73H12' class='cls-637647fac3a86d32eae6f20d-1'/%3E%3Cpath d='M20.59 19.64V1.5H6.27' class='cls-637647fac3a86d32eae6f20d-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-webpagecreator {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000'%3E%3Cdefs%3E%3Cstyle%3E.cls-637b8d40f95e86b59c57a2b2-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cg id='roll_brush' data-name='roll brush'%3E%3Cpath d='M8.17 14.93h7.67M12 11.09v7.67M1.45 1.5h21.1v21.1H1.45z' class='cls-637b8d40f95e86b59c57a2b2-1'/%3E%3Cpath d='M22.55 7.25H1.45V1.5h21.1v5.75zM4.33 4.38h1.92M8.17 4.38h1.91M12 4.38h1.92' class='cls-637b8d40f95e86b59c57a2b2-1'/%3E%3C/g%3E%3C/svg%3E");
	}

	#getstarted-features .feature-restrictaccess {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-6374f8d9b67f094e4896c64a-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M5.32 10.09h13.36V22.5H5.32zM12 1.5a4.77 4.77 0 0 1 4.77 4.77v3.82H7.23V6.27A4.77 4.77 0 0 1 12 1.5Z' class='cls-6374f8d9b67f094e4896c64a-1'/%3E%3Ccircle cx='12' cy='14.86' r='.95' class='cls-6374f8d9b67f094e4896c64a-1'/%3E%3Cpath d='M12 19.64v-3.82' class='cls-6374f8d9b67f094e4896c64a-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-bilingual {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cpath d='M16.44 9.56a2.36 2.36 0 0 0-4.33-1.3 2.35 2.35 0 0 0-4.32 1.3c0 2.75 4.32 4.33 4.32 4.33s4.33-1.58 4.33-4.33Z' style='fill:currentColor'/%3E%3Cpath d='M18.68 1.48H5.32A3.82 3.82 0 0 0 1.5 5.3v9.54a3.82 3.82 0 0 0 3.82 3.82h3.82L12 21.52l2.86-2.86h3.82a3.82 3.82 0 0 0 3.82-3.82V5.3a3.82 3.82 0 0 0-3.82-3.82Z' style='fill:none;stroke:currentColor;stroke-miterlimit:10'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-mobile {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-6374f8d9b67f094e4896c667-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Crect width='13.36' height='21' x='5.32' y='1.5' class='cls-6374f8d9b67f094e4896c667-1' rx='1.91'/%3E%3Cpath d='M13.91 2.45h-3.82a.94.94 0 0 1-.95-1h5.72a.94.94 0 0 1-.95 1ZM11.05 19.64h1.9' class='cls-6374f8d9b67f094e4896c667-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-export {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-63ce7424ea57ea6c83800559-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M13.89 15.82v6.68H1.48v-21h12.41v6.68M8.16 12h13.36M16.75 16.77 21.52 12l-4.77-4.77' class='cls-63ce7424ea57ea6c83800559-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-sell {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637b7f18f95e86b59c579fdf-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M2.43 16.76h3.83v5.74H2.43zM17.74 9.11h3.83V22.5h-3.83zM10.09 12.93h3.83v9.57h-3.83zM.52 22.5h22.96M9.13 8.15h3.35a1.43 1.43 0 0 0 1.43-1.43 1.43 1.43 0 0 0-1.43-1.44h-1a1.43 1.43 0 0 1-1.43-1.43 1.44 1.44 0 0 1 1.43-1.44h3.35M12 .5v1.91M12 8.15v1.92' class='cls-637b7f18f95e86b59c579fdf-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-volunteer {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-63ce74f0ea57ea6c8380068d-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Ccircle cx='3.41' cy='3.41' r='1.91' class='cls-63ce74f0ea57ea6c8380068d-1'/%3E%3Ccircle cx='20.59' cy='20.59' r='1.91' class='cls-63ce74f0ea57ea6c8380068d-1'/%3E%3Ccircle cx='20.59' cy='3.41' r='1.91' class='cls-63ce74f0ea57ea6c8380068d-1'/%3E%3Ccircle cx='3.41' cy='20.59' r='1.91' class='cls-63ce74f0ea57ea6c8380068d-1'/%3E%3Cpath d='M15.38 2.45a10.14 10.14 0 0 1 6.17 6.17M2.45 8.62a10.14 10.14 0 0 1 6.17-6.17M2.45 15.38a10.14 10.14 0 0 0 6.17 6.17M15.38 21.55a10.14 10.14 0 0 0 6.17-6.17' class='cls-63ce74f0ea57ea6c8380068d-1'/%3E%3Ccircle cx='12' cy='12' r='6.68' class='cls-63ce74f0ea57ea6c8380068d-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-promocodes {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000'%3E%3Cg data-name='price tag'%3E%3Cpath d='M3.41 1.5 1.5 3.41v7.63L12.96 22.5l9.54-9.54L11.04 1.5H3.41z' style='stroke-miterlimit:10;fill:none;stroke:currentColor'/%3E%3Ccircle cx='6.27' cy='6.27' r='1.91' style='stroke-linecap:round;stroke-linejoin:round;fill:none;stroke:currentColor'/%3E%3C/g%3E%3C/svg%3E");
	}

	#getstarted-features .feature-massentry {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000'%3E%3Cdefs%3E%3Cstyle%3E.cls-637b8d40f95e86b59c57a2f6-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cg id='roll_brush' data-name='roll brush'%3E%3Cpath d='M5.24 11.03h13.42M7.16 6.24h9.59M22.5 14.87v7.67H1.4v-7.67L5.24 1.44h13.42l3.84 13.43z' class='cls-637b8d40f95e86b59c57a2f6-1'/%3E%3Cpath d='M2.36 14.87h5.75a3.84 3.84 0 0 0 7.68 0h5.75' class='cls-637b8d40f95e86b59c57a2f6-1'/%3E%3Cpath d='M22.5 14.87h-6.71a3.84 3.84 0 0 1-7.68 0H1.4' class='cls-637b8d40f95e86b59c57a2f6-1'/%3E%3C/g%3E%3C/svg%3E");
	}

	#getstarted-features .feature-duplicate {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000'%3E%3Cdefs%3E%3Cstyle%3E.cls-637b8d40f95e86b59c57a2d8-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cg id='roll_brush' data-name='roll brush'%3E%3Cpath d='M1.41 5.32h17.26v17.26H1.41z' class='cls-637b8d40f95e86b59c57a2d8-1'/%3E%3Cpath d='M1.41 5.32h17.26v5.75H1.41zM18.68 7.24h3.84v11.51h-3.84z' class='cls-637b8d40f95e86b59c57a2d8-1'/%3E%3Cpath d='M22.51 1.49v5.75h-3.83V5.32H5.25V1.49h17.26zM4.29 8.2h1.92M8.13 8.2h1.92' class='cls-637b8d40f95e86b59c57a2d8-1'/%3E%3C/g%3E%3C/svg%3E");
	}

	#getstarted-features .feature-group {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000'%3E%3Cpath d='M15.8 8.17V1.46H1.41v14.38h6.72v6.71h14.38V8.17H15.8z' data-name='roll brush' style='fill:none;stroke:currentColor;stroke-miterlimit:10'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-admin {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637b74f4f95e86b59c579ee8-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M7.23 11.05H12l1-2.87h8.6l.95-1.91-.95-1.91H13L12 1.5H7.23a2.87 2.87 0 0 0-2.87 2.86v3.82a2.88 2.88 0 0 0 2.87 2.87ZM8.18 8.18V4.36M18.68 6.27V4.36M15.82 6.27V4.36' class='cls-637b74f4f95e86b59c579ee8-1'/%3E%3Cpath d='M13 8.18 15.79 11l-1.35 2.7 2 2 2 2 2 2-.66 2-2 .68-6.08-6.07L9 17.78 5.67 14.4a2.86 2.86 0 0 1-.13-3.91M10.38 11.05l-2.01 2M17.14 19.13l1.35-1.35M15.12 17.1l1.35-1.35' class='cls-637b74f4f95e86b59c579ee8-1'/%3E%3Cpath d='M4.89 12.93a3.82 3.82 0 0 1-.53-7.49 3.82 3.82 0 0 1 3.82 1.18' class='cls-637b74f4f95e86b59c579ee8-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-lookup {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-63ce74b6ea57ea6c8380063f-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Ccircle cx='10.09' cy='10.09' r='8.59' class='cls-63ce74b6ea57ea6c8380063f-1'/%3E%3Cpath d='m22.5 22.5-6.2-6.2M7.23 14.86A2.86 2.86 0 0 1 10.09 12 2.86 2.86 0 0 1 13 14.86' class='cls-63ce74b6ea57ea6c8380063f-1'/%3E%3Ccircle cx='10.09' cy='8.18' r='1.91' class='cls-63ce74b6ea57ea6c8380063f-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-validation {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637a534e15c5759009400732-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M9.14 1.5h5.72' class='cls-637a534e15c5759009400732-1'/%3E%3Ccircle cx='12' cy='13.91' r='8.59' class='cls-637a534e15c5759009400732-1'/%3E%3Cpath d='M15.37 10.53a4.77 4.77 0 0 1-6.74 6.75M12 5.32V1.5' class='cls-637a534e15c5759009400732-1'/%3E%3Ccircle cx='12' cy='13.91' r='.95' class='cls-637a534e15c5759009400732-1'/%3E%3Cpath d='M12 8.18v4.77M4.36 5.32l1.91 1.91M19.64 5.32l-1.91 1.91' class='cls-637a534e15c5759009400732-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-payments {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637b74f4f95e86b59c579ed8-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M12 22.5a11.87 11.87 0 0 1-9.55-11.64V3.41L12 1.5l9.55 1.91v7.45A11.87 11.87 0 0 1 12 22.5Z' class='cls-637b74f4f95e86b59c579ed8-1'/%3E%3Cpath d='m7.23 10.93 3.58 3.58 5.96-5.97' class='cls-637b74f4f95e86b59c579ed8-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-statistics {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637647fac3a86d32eae6f1e7-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M19.43 19.43A10.5 10.5 0 1 1 12 1.5V12Z' class='cls-637647fac3a86d32eae6f1e7-1'/%3E%3Cpath d='M22.5 12a10.47 10.47 0 0 1-3.07 7.43L12 12M12 12V1.5A10.5 10.5 0 0 1 22.5 12M12.95 12h9.55' class='cls-637647fac3a86d32eae6f1e7-1'/%3E%3C/svg%3E");
	}
	
	#getstarted-features .feature-communicate {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637642e7c3a86d32eae6f18b-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M22.5 10.05v10.5l-2.86-2.87h-8.59a3.81 3.81 0 0 1-3.7-2.86 3.77 3.77 0 0 1-.12-1v-3.77a3.82 3.82 0 0 1 3.82-3.82h7.63a3.82 3.82 0 0 1 3.82 3.82Z' class='cls-637642e7c3a86d32eae6f18b-1'/%3E%3Cpath d='M16.77 5.27v1h-5.72a3.82 3.82 0 0 0-3.82 3.82v2.86H4.36L1.5 15.77V5.27a3.82 3.82 0 0 1 3.82-3.82H13a3.82 3.82 0 0 1 3.77 3.82Z' class='cls-637642e7c3a86d32eae6f18b-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-fundraising {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637b7d2ff95e86b59c579f9b-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M16.77 3.41A5.73 5.73 0 0 0 12 6 5.73 5.73 0 0 0 1.5 9.14C1.5 17.73 12 20.59 12 20.59s10.5-2.86 10.5-11.45a5.72 5.72 0 0 0-5.73-5.73Z' class='cls-637b7d2ff95e86b59c579f9b-1'/%3E%3Cpath d='M16.77 7.23a1.9 1.9 0 0 1 1.91 1.91 6.25 6.25 0 0 1-1.95 4.43' class='cls-637b7d2ff95e86b59c579f9b-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-waitlist {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637647fac3a86d32eae6f242-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M17.73 10.09h-7.64M17.73 13.91h-7.64M17.73 17.73h-7.64M15.82 2.46h4.77V22.5H3.41V2.46h4.77' class='cls-637647fac3a86d32eae6f242-1'/%3E%3Cpath d='M15.82 1.5v1.91a1.92 1.92 0 0 1-1.91 1.91h-3.82a1.92 1.92 0 0 1-1.91-1.91V1.5ZM6.27 10.09h1.91M6.27 13.91h1.91M6.27 17.73h1.91' class='cls-637647fac3a86d32eae6f242-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-waiverforms {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637b7f18f95e86b59c57a00f-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='m5.32 14.86-1.91 2.87-1.91-2.87V3.41A1.9 1.9 0 0 1 3.41 1.5a1.91 1.91 0 0 1 1.91 1.91ZM20.59 22.5H8.18a1.92 1.92 0 0 1-1.91-1.91v-1.91h12.41v1.91a1.92 1.92 0 0 0 1.91 1.91Z' class='cls-637b7f18f95e86b59c57a00f-1'/%3E%3Cpath d='M22.5 1.5v19.09a1.91 1.91 0 0 1-3.82 0v-1.91h-8.59V1.5ZM12.95 6.27h6.69M12.95 10.09h6.69M12.95 13.91h6.69' class='cls-637b7f18f95e86b59c57a00f-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-taxes {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637b7f18f95e86b59c579fde-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M3.41 7.23h17.18v11.45a3.82 3.82 0 0 1-3.82 3.82H7.23a3.82 3.82 0 0 1-3.82-3.82V7.23Z' class='cls-637b7f18f95e86b59c579fde-1'/%3E%3Cpath d='M7.23 10.09V6.27A4.77 4.77 0 0 1 12 1.5a4.77 4.77 0 0 1 4.77 4.77v3.82' class='cls-637b7f18f95e86b59c579fde-1'/%3E%3Ccircle cx='8.66' cy='13.43' r='.48' class='cls-637b7f18f95e86b59c579fde-1'/%3E%3Ccircle cx='15.34' cy='18.2' r='.48' class='cls-637b7f18f95e86b59c579fde-1'/%3E%3Cpath d='m14.86 12-5.72 7.64' class='cls-637b7f18f95e86b59c579fde-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-refunds {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000'%3E%3Cdefs%3E%3Cstyle%3E.cls-6375f1aeb67f094e4896c9f7-2%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cg id='transfer_money' data-name='transfer money'%3E%3Ccircle cx='12.04' cy='12' r='2.87' style='stroke-linecap:square;fill:none;stroke:currentColor;stroke-miterlimit:10'/%3E%3Cpath d='M22.58 6.25v9.58a2.87 2.87 0 0 1-2.87 2.88H7.25l3.83 3.83M4.38 12h1.91M17.79 12h1.92M1.5 17.75V8.17a2.88 2.88 0 0 1 2.88-2.88h12.45L13 1.46' class='cls-6375f1aeb67f094e4896c9f7-2'/%3E%3C/g%3E%3C/svg%3E");
	}

	#getstarted-features .feature-withdraw {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000'%3E%3Cdefs%3E%3Cstyle%3E.cls-6375f1aeb67f094e4896c9ec-1,.cls-6375f1aeb67f094e4896c9ec-2%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D.cls-6375f1aeb67f094e4896c9ec-1%7Bstroke-linecap:square%7D%3C/style%3E%3C/defs%3E%3Cg id='withdrawl'%3E%3Cpath d='M22.5 1.5v9.54h-4.77V6.27H6.27v4.77H1.5V1.5h21zM6.27 6.27h11.46' class='cls-6375f1aeb67f094e4896c9ec-1'/%3E%3Cpath d='M6.27 6.27h11.45V22.5H6.27z' class='cls-6375f1aeb67f094e4896c9ec-1'/%3E%3Ccircle cx='12' cy='12' r='2.86' class='cls-6375f1aeb67f094e4896c9ec-1'/%3E%3Cpath d='M4.36 6.27h15.28M12 16.77v2.87' class='cls-6375f1aeb67f094e4896c9ec-2'/%3E%3C/g%3E%3C/svg%3E");
	}

	#getstarted-features .feature-matches {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000'%3E%3Cdefs%3E%3Cstyle%3E.cls-6375f1aeb67f094e4896c9ea-1,.cls-6375f1aeb67f094e4896c9ea-2%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D.cls-6375f1aeb67f094e4896c9ea-1%7Bstroke-linecap:square%7D%3C/style%3E%3C/defs%3E%3Cg id='calendar'%3E%3Cpath d='M22.5 7.21h-21V2.44h21z' class='cls-6375f1aeb67f094e4896c9ea-1'/%3E%3Cpath d='M17.73.52v3.82M6.27.52v3.82' class='cls-6375f1aeb67f094e4896c9ea-2'/%3E%3Cpath d='M22.5 11.98V7.21h-21v15.27h21v-10.5z' class='cls-6375f1aeb67f094e4896c9ea-1'/%3E%3Cpath d='M9.14 11.02h1.91M12.95 11.02h1.91M16.77 11.02h1.91M9.14 14.84h1.91M5.32 14.84h1.91M12.95 14.84h1.91M16.77 14.84h1.91M9.14 18.66h1.91M5.32 18.66h1.91M12.95 18.66h1.91' class='cls-6375f1aeb67f094e4896c9ea-2'/%3E%3C/g%3E%3C/svg%3E");
	}

	#getstarted-features .feature-multilevel {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000'%3E%3Cdefs%3E%3Cstyle%3E.cls-6375f1aeb67f094e4896ca19-1%7Bfill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cg id='organization'%3E%3Ccircle cx='12' cy='4.36' r='2.86' class='cls-6375f1aeb67f094e4896ca19-1'/%3E%3Ccircle cx='3.41' cy='20.59' r='1.91' class='cls-6375f1aeb67f094e4896ca19-1'/%3E%3Ccircle cx='12' cy='20.59' r='1.91' class='cls-6375f1aeb67f094e4896ca19-1'/%3E%3Ccircle cx='20.59' cy='20.59' r='1.91' class='cls-6375f1aeb67f094e4896ca19-1'/%3E%3Cpath d='M3.41 18.68v-5.72h17.18v5.72M12 18.68V7.23' class='cls-6375f1aeb67f094e4896ca19-1'/%3E%3C/g%3E%3C/svg%3E");
	}

	#getstarted-features .feature-import {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-63ce7424ea57ea6c8380055e-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M14.89 18.68v3.82H2.48v-21h12.41v3.82M22.52 12H9.16' class='cls-63ce7424ea57ea6c8380055e-1'/%3E%3Cpath d='M13.93 7.23 9.16 12l4.77 4.77' class='cls-63ce7424ea57ea6c8380055e-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-mailchimp {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 32 32'%3E%3Cpath d='M14.729 4.008c-4.532.334-12.783 10.277-9.624 12.945l.79.67a3.872 3.872 0 0 0-.219 1.791c.18 1.785 1.923 3.231 3.609 3.229 3.086 7.113 14.321 7.124 17.229.16.092-.24.486-1.318.486-2.268 0-.95-.54-1.349-.885-1.349-.179-.627-.294-.7-.511-.995.131-.196.816-1.283-.165-2.312-.556-.584-1.663-.987-2.048-1.094-.08-.609.248-3.138-1.151-4.437C23.351 9.197 24.002 7.929 24 6.84c-.003-2.093-2.529-2.727-5.697-1.416l-.672.285a834.801 834.801 0 0 0-1.233-1.205c-.451-.394-1.022-.544-1.669-.496Zm.412.865c.129.006.253.026.367.057.297.084 1.279 1.222 1.279 1.222s-1.825 1.012-3.517 2.424c-2.281 1.757-4.004 4.309-5.036 7.078-.81.158-1.526.618-1.963 1.254-.261-.218-.747-.642-.832-.803-.695-1.328.761-3.902 1.78-5.357 2.36-3.369 5.975-5.969 7.922-5.875Zm3.185 3.27c.023-.002.041.017.043.039a.04.04 0 0 1-.015.035 2.28 2.28 0 0 0-.413.414.04.04 0 0 0 .01.055.048.048 0 0 0 .024.007c.658.005 1.584.236 2.191.575.041.023.013.101-.033.091-3.718-.852-6.581.993-7.192 1.436-.019.012-.042.005-.054-.014a.039.039 0 0 1 .002-.047h-.004c.895-1.034 1.997-1.932 2.984-2.437a.038.038 0 0 1 .053.014.039.039 0 0 1 0 .039c-.078.142-.229.445-.277.675a.041.041 0 0 0 .031.049c.011.003.022 0 .031-.006.614-.419 1.683-.867 2.619-.925Zm3.182 3.218a.942.942 0 0 1 .351.135c.535.355.609 1.215.637 1.844.016.359.059 1.228.074 1.476.034.57.185.651.489.748.171.056.327.099.56.165.706.198.974.502 1.242.761a.877.877 0 0 1 .254.496c.083.608-.323 1.256-1.793 1.938-2.497 1.159-5.008.771-5.371.73-1.077-.145-1.691 1.248-1.045 2.201 1.21 1.786 6.542 1.07 8.09-1.14.037-.053.006-.087-.039-.055-2.233 1.528-5.186 2.043-6.865 1.391-.255-.099-.789-.344-.854-.891 2.331.721 3.795.039 3.795.039s.109-.15-.029-.136c0 0-1.911.282-3.717-.379.332-1.078 1.442.325 5.152-.739.817-.234 1.743-.591 2.579-1.252.247.257.456.75.529 1.196.196-.035.761-.03.611.966-.176 1.062-.626 1.925-1.385 2.719a5.705 5.705 0 0 1-1.666 1.246 7.14 7.14 0 0 1-1.086.459c-2.86.934-5.79-.093-6.736-2.299a3.52 3.52 0 0 1-.189-.521c-.403-1.454-.06-3.199 1.008-4.297.066-.07.132-.152.132-.256a.446.446 0 0 0-.103-.242c-.374-.541-1.666-1.465-1.406-3.252.187-1.283 1.308-2.187 2.355-2.133l.268.016c.453.027.848.085 1.222.1.625.027 1.187-.064 1.852-.618.225-.187.405-.349.709-.4a.931.931 0 0 1 .375-.016Zm-.201 2.168c-.333.054-.346.468-.227 1.039.067.321.186.594.32.764a1.96 1.96 0 0 1 .496 0c.089-.205.106-.556.026-.939-.119-.57-.282-.918-.615-.864Zm-3.819 1.555a1.687 1.687 0 0 0-.793.312c-.16.117-.311.279-.289.377.045.2.536-.144 1.209-.185.374-.023.684.093.922.197.239.107.385.175.443.115.101-.104-.186-.503-.648-.701a1.682 1.682 0 0 0-.844-.115Zm4.301.795v.002c-.409-.007-.425.844-.014.851.411.007.426-.845.014-.853Zm-3.732.182c-.485.076-.803.348-.721.539.048.018.062.043.277-.043.319-.12.665-.156 1.002-.104.156.018.23.029.264-.025.078-.119-.304-.428-.822-.367Zm2.353.39a.268.268 0 0 0-.222.149c-.182.369.58.739.763.375.136-.276-.258-.557-.541-.524Zm-11.514.029c.971.031 1.921.716 2.149 2.188.243 1.584-.25 3.127-1.824 3.09l.002.002c-1.22-.033-2.537-1.132-2.668-2.434-.186-1.843 1.094-2.885 2.341-2.846Zm-.07.92c-.359-.01-.705.15-.898.364-.466.513-.467 1.258-.268 1.287.228.03.219-.345.395-.621a.686.686 0 0 1 .949-.203l.006.003c.62.406.072.949.121 1.53.074.892.985.874 1.154.48a.112.112 0 0 0-.012-.125c.002.048.038-.067-.177-.019l-.002.002c-.071.017-.321.079-.453-.125-.278-.428.594-1.089.16-1.912-.243-.467-.615-.65-.975-.661Z' style='fill-rule:nonzero' transform='translate(-5.232 -5.332) scale(1.33324)'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-auth {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637b74f4f95e86b59c579ef1-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M14.86 19.64v.95A1.92 1.92 0 0 1 13 22.5H3.41a1.92 1.92 0 0 1-1.91-1.91V3.41A1.92 1.92 0 0 1 3.41 1.5H13a1.92 1.92 0 0 1 1.91 1.91v1' class='cls-637b74f4f95e86b59c579ef1-1'/%3E%3Cpath d='M10.09 2.45H6.27a1 1 0 0 1-.95-1h5.73a1 1 0 0 1-.96 1ZM7.23 19.64h1.91M16.77 8.18v4.77M16.77 13.91v1.91' class='cls-637b74f4f95e86b59c579ef1-1'/%3E%3Ccircle cx='16.77' cy='12' r='5.73' class='cls-637b74f4f95e86b59c579ef1-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-notifications {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-6374f8d9b67f094e4896c616-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M20.59 14.86v-4.77A8.6 8.6 0 0 0 12 1.5a8.6 8.6 0 0 0-8.59 8.59v4.77L1.5 16.77v1.91h21v-1.91ZM14.69 18.68a2.55 2.55 0 0 1 .17 1 2.86 2.86 0 0 1-5.72 0 2.55 2.55 0 0 1 .17-1' class='cls-6374f8d9b67f094e4896c616-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-messaging {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-637642e7c3a86d32eae6f18a-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M14.86 5.3H5.32A3.81 3.81 0 0 0 1.5 9.11v5.73a3.82 3.82 0 0 0 3.82 3.82h1.91l2.86 2.86L13 18.66h1.91a3.82 3.82 0 0 0 3.82-3.82V9.11a3.81 3.81 0 0 0-3.87-3.81Z' class='cls-637642e7c3a86d32eae6f18a-1'/%3E%3Cpath d='M18.68 14.84A3.82 3.82 0 0 0 22.5 11V5.3a3.82 3.82 0 0 0-3.82-3.82H9.14A3.82 3.82 0 0 0 5.32 5.3M5.32 11.98h1.91M9.14 11.98h1.91M12.95 11.98h1.91' class='cls-637642e7c3a86d32eae6f18a-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-branding {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-63763c42c3a86d32eae6f145-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='m12.737 1.507 9.765 9.765-6.35 6.35-9.765-9.766zM16.15 17.62l-1.55 1.55a2 2 0 0 1-2.76 0l-2-2L5 21.89a2.08 2.08 0 0 1-1.47.61 2.07 2.07 0 0 1-2.03-2.07A2.08 2.08 0 0 1 2.11 19l4.76-4.8-2-2a2 2 0 0 1 0-2.76l1.51-1.59ZM15.66 4.43l-4.39 4.4' class='cls-63763c42c3a86d32eae6f145-1'/%3E%3C/svg%3E");
	}

	#getstarted-features .feature-api {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cpath d='M19.64 11.05h-1V5.32H13v-1a2.86 2.86 0 1 0-5.72 0v1H1.5v5.73h1a2.86 2.86 0 1 1 0 5.72h-1v5.73h5.73v-.95a2.86 2.86 0 1 1 5.72 0v.95h5.73v-5.73h1a2.86 2.86 0 0 0 0-5.72Z' style='fill:none;stroke:currentColor;stroke-miterlimit:10'/%3E%3C/svg%3E");
	}
	
	#getstarted-features .feature-qr {
		--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000' data-name='Layer 1'%3E%3Cpath d='M19.64 11.05h-1V5.32H13v-1a2.86 2.86 0 1 0-5.72 0v1H1.5v5.73h1a2.86 2.86 0 1 1 0 5.72h-1v5.73h5.73v-.95a2.86 2.86 0 1 1 5.72 0v.95h5.73v-5.73h1a2.86 2.86 0 0 0 0-5.72Z' style='fill:none;stroke:currentColor;stroke-miterlimit:10'/%3E%3C/svg%3E");
	}

	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

		#getstarted-features li.feature-registration::before {
			background-image: url(../images/getStarted/icon_feature_registration.svg);
		}
	
		#getstarted-features li.feature-webpagecreator::before {
			background-image: url(../images/getStarted/icon_feature_webpagecreator.svg);
		}
	
		#getstarted-features li.feature-restrictaccess::before {
			background-image: url(../images/getStarted/icon_feature_restrictaccess.svg);
		}
	
		#getstarted-features li.feature-bilingual::before {
			background-image: url(../images/getStarted/icon_feature_bilingual.svg);
		}
	
		#getstarted-features li.feature-mobile::before {
			background-image: url(../images/getStarted/icon_feature_mobile.svg);
		}
	
		#getstarted-features li.feature-export::before {
			background-image: url(../images/getStarted/icon_feature_export.svg);
		}
	
		#getstarted-features li.feature-sell::before {
			background-image: url(../images/getStarted/icon_feature_sell.svg);
		}
	
		#getstarted-features li.feature-volunteer::before {
			background-image: url(../images/getStarted/icon_feature_volunteer.svg);
		}
	
		#getstarted-features li.feature-promocodes::before {
			background-image: url(../images/getStarted/icon_feature_promocodes.svg);
		}
	
		#getstarted-features li.feature-massentry::before {
			background-image: url(../images/getStarted/icon_feature_massentry.svg);
		}
	
		#getstarted-features li.feature-duplicate::before {
			background-image: url(../images/getStarted/icon_feature_duplicate.svg);
		}
	
		#getstarted-features li.feature-group::before {
			background-image: url(../images/getStarted/icon_feature_group.svg);
		}
	
		#getstarted-features li.feature-admin::before {
			background-image: url(../images/getStarted/icon_feature_admin.svg);
		}
	
		#getstarted-features li.feature-lookup::before {
			background-image: url(../images/getStarted/icon_feature_lookup.svg);
		}
	
		#getstarted-features li.feature-validation::before {
			background-image: url(../images/getStarted/icon_feature_validation.svg);
		}
	
		#getstarted-features li.feature-payments::before {
			background-image: url(../images/getStarted/icon_feature_payments.svg);
		}
	
		#getstarted-features li.feature-statistics::before {
			background-image: url(../images/getStarted/icon_feature_statistics.svg);
		}
		
		#getstarted-features li.feature-communicate::before {
			background-image: url(../images/getStarted/icon_feature_communicate.svg);
		}
	
		#getstarted-features li.feature-fundraising::before {
			background-image: url(../images/getStarted/icon_feature_fundraising.svg);
		}
	
		#getstarted-features li.feature-waitlist::before {
			background-image: url(../images/getStarted/icon_feature_waitlist.svg);
		}
	
		#getstarted-features li.feature-waiverforms::before {
			background-image: url(../images/getStarted/icon_feature_waiverforms.svg);
		}
	
		#getstarted-features li.feature-taxes::before {
			background-image: url(../images/getStarted/icon_feature_taxes.svg);
		}
	
		#getstarted-features li.feature-refunds::before {
			background-image: url(../images/getStarted/icon_feature_refunds.svg);
		}
	
		#getstarted-features li.feature-withdraw::before {
			background-image: url(../images/getStarted/icon_feature_withdraw.svg);
		}
	
		#getstarted-features li.feature-matches::before {
			background-image: url(../images/getStarted/icon_feature_matches.svg);
		}
	
		#getstarted-features li.feature-multilevel::before {
			background-image: url(../images/getStarted/icon_feature_multilevel.svg);
		}
	
		#getstarted-features li.feature-import::before {
			background-image: url(../images/getStarted/icon_feature_import.svg);
		}
	
		#getstarted-features li.feature-mailchimp::before {
			background-image: url(../images/getStarted/icon_feature_mailchimp.svg);
		}
	
		#getstarted-features li.feature-auth::before {
			background-image: url(../images/getStarted/icon_feature_auth.svg);
		}
	
		#getstarted-features li.feature-notifications::before {
			background-image: url(../images/getStarted/icon_feature_notifications.svg);
		}
	
		#getstarted-features li.feature-messaging::before {
			background-image: url(../images/getStarted/icon_feature_messaging.svg);
		}
	
		#getstarted-features li.feature-branding::before {
			background-image: url(../images/getStarted/icon_feature_branding.svg);
		}
	
		#getstarted-features li.feature-api::before {
			background-image: url(../images/getStarted/icon_feature_api.svg);
		}
		
		#getstarted-features li.feature-qr::before {
			background-image: url(../images/getStarted/icon_feature_api.svg);
		}

	}

@media (max-width: 1366px) {

	#getstarted-features .features {
		margin-left: -40px;
		margin-right: -40px;
	}

}

@media (max-width: 1000px) {

	#getstarted-features .features {
		margin-left: -30px;
		margin-right: -30px;
	}

}


@media (max-width: 800px) {

	#getstarted-features .grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 0;
	}

	#getstarted-features .grid .ms-gridcol-1 {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}

	#getstarted-features .grid .ms-gridcol-2 {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}

}

@media (max-width: 600px) {

	#getstarted-features .features {
		margin-left: -20px;
		margin-right: -20px;
	}

}


/* Screenshots
–––––––––––––––––––––––––––––––––––––––– */
#getstarted-screenshots {
	padding-top: 1rem;
	padding-bottom: 0;
}

	#getstarted-screenshots > div {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto 2.5rem auto;
		-ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
		grid-template: 
			"a b b c"
			"d d d e" / 1fr 1fr 1fr 1fr;
		gap: 2.5rem;
	}

	#getstarted-screenshots figure {
		padding: 0;
		margin: 0;
		background-color: #fff;
		overflow: hidden;
	}

		#getstarted-screenshots figure .carousel {
			width: 100%;
			height: 100%;
			position: relative;
			overflow: hidden;
		}

			#getstarted-screenshots figure .carousel * {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}

	#getstarted-screenshots .figure-1 {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
		-ms-grid-column-span: 3;
		aspect-ratio: 4/3;
		grid-area: b;
		border-radius: .5em;
		-webkit-box-shadow:
			0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.202),
			0px 5.6px 17px -25px rgba(0, 0, 0, 0.298),
			0px 25px 76px -25px rgba(0, 0, 0, 0.5);
				box-shadow:
			0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.202),
			0px 5.6px 17px -25px rgba(0, 0, 0, 0.298),
			0px 25px 76px -25px rgba(0, 0, 0, 0.5);
	}

	#getstarted-screenshots .figure-2 {
		-ms-grid-row: 3;
		-ms-grid-column: 7;
		aspect-ratio: 9/19;
		height: 100%; /* For some reason I had to add this so the border bottom would work */
		grid-area: e;
		position: relative;
		bottom: 33%;
		padding: .5em;
		background-color: #e6eced;
		border: 1px solid #e6eced;
		border-radius: 2em;
		-webkit-box-shadow:
			inset 0 0 4px 2px #d3cfd9,
			0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.002),
			0px 5.6px 17px -25px rgba(0, 0, 0, 0.098),
			0px 25px 76px -25px rgba(0, 0, 0, 0.2);
		box-shadow:
			inset 0 0 4px 2px #d3cfd9,
			0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.002),
			0px 5.6px 17px -25px rgba(0, 0, 0, 0.098),
			0px 25px 76px -25px rgba(0, 0, 0, 0.2);
	}

		#getstarted-screenshots .figure-2 .carousel {
			border-radius: 1.5em;
		}

	#getstarted-screenshots .figure-3 {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 5;
		grid-area: d;
		padding: 1.5em 1.5em 0 1.5em;
		background-color: #e6eced;
		-webkit-box-shadow:
			inset 0 0 4px 2px #d3cfd9,
			0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.002),
			0px 5.6px 17px -25px rgba(0, 0, 0, 0.098),
			0px 25px 76px -25px rgba(0, 0, 0, 0.2);
		box-shadow:
			inset 0 0 4px 2px #d3cfd9,
			0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.002),
			0px 5.6px 17px -25px rgba(0, 0, 0, 0.098),
			0px 25px 76px -25px rgba(0, 0, 0, 0.2);
		border-radius: 2em 2em 0 0;
	}
	
	
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

		#getstarted-screenshots .figure-1 .carousel {
			padding-top: 75%;
		}

		#getstarted-screenshots .figure-2 {
			bottom: 150px;
		}

			#getstarted-screenshots .figure-2 .carousel {
				padding-top: 210%;
			}

	}

@media (max-width: 1000px) {

	#getstarted-screenshots > div {
		gap: 1.5rem;
	}

	#getstarted-screenshots .figure-2 {
		border-radius: 1.5em;
	}

		#getstarted-screenshots .figure-2 .carousel {
			border-radius: 1em;
		}

	#getstarted-screenshots .figure-3 {
		padding: 1em 1em 0 1em;
		border-radius: 1.5em 1.5em 0 0;
	}

}

@media screen and (-ms-high-contrast: active) and (max-width: 1000px), (-ms-high-contrast: none) and (max-width: 1000px) {

	#getstarted-screenshots > div {
		-ms-grid-rows: auto 1.5rem auto;
		-ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
	}

}

@media (max-width: 800px) {
	
	#getstarted-screenshots {
		position: relative;
		padding: 0 30px 0 0;
		margin-bottom: 120px;
	}

		#getstarted-screenshots > div {
			grid-template: unset;
		}

		#getstarted-screenshots .figure-1 {
			display: none;
		}

		#getstarted-screenshots .figure-2 {
			height: auto; /* For some reason I had to add this so the border bottom would work but not needed in change of template at 800px */
			width: 250px;
			grid-area: unset;
			position: absolute;
			right: 30px;
			bottom: -10%;
			z-index: 2;
		}

			#getstarted-screenshots .figure-2 .carousel {
				border-radius: 1.5em;
			}

		#getstarted-screenshots .figure-3 {
			width: 87%;
			height: 560px;
			grid-area: unset;
			padding: 1.5em 1.5em 1.5em 0;
			background-color: #e6eced;
			border-radius: 0 2em 2em 0;
			-webkit-box-shadow:
				0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.002),
				0px 5.6px 17px -25px rgba(0, 0, 0, 0.098),
				0px 25px 76px -25px rgba(0, 0, 0, 0.2);
			box-shadow:
				0px 1.7px 5.1px -25px rgba(0, 0, 0, 0.002),
				0px 5.6px 17px -25px rgba(0, 0, 0, 0.098),
				0px 25px 76px -25px rgba(0, 0, 0, 0.2);
		}

			#getstarted-screenshots .figure-3 .carousel img {
				width: auto;
				max-width: unset;
				right: 0;
				left: unset;
			}

}

@media screen and (-ms-high-contrast: active) and (max-width: 800px), (-ms-high-contrast: none) and (max-width: 800px) {

	#getstarted-screenshots > div {
		display: block;
	}

	#getstarted-screenshots .figure-2 {
		height: 527px;
	}

		#getstarted-screenshots .figure-2 .carousel {
			padding-top: 0;
		}

}

@media (max-width: 600px) {

	#getstarted-screenshots > div {
		gap: 1rem;
	}

	#getstarted-screenshots .figure-2 {
		width: 200px;
	}

	#getstarted-screenshots .figure-3 {
		height: 450px;
	}

}

@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {

	#getstarted-screenshots .figure-2 {
		height: 422px;
	}

}

@media (max-width: 400px) {

	#getstarted-screenshots .figure-2 {
		width: 160px;
	}

	#getstarted-screenshots .figure-3 {
		height: 350px;
	}

}

@media screen and (-ms-high-contrast: active) and (max-width: 400px), (-ms-high-contrast: none) and (max-width: 400px) {

	#getstarted-screenshots .figure-2 {
		height: 337px;
	}

}


/* Multi-level Organizations
–––––––––––––––––––––––––––––––––––––––– */
#multi-level { 
	padding-top: 170px;
	padding-bottom: 170px;
	background: url(../images/getStarted/bg_multilevel.svg) bottom right / auto 90% no-repeat;
	background-color: rgb(33,48,53);
	background-color: var(--bg-dark);
	color: #fff;
}

	#multi-level > div {
		width: 50%;
	}

	#multi-level .buttons {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1rem;
		margin-top: 1.5em;
	}

	#multi-level .btn {
		width: 200px;
		display: inline-block;
		float: none;
		background-color: rgb(33,48,53);
		background-color: var(--bg-dark);
		border: 1px solid rgb(61,166,187);
		border: 1px solid var(--color-highlight);
		font-size: 1em;
	}

	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

		#multi-level {
			background-image: url(../images/getStarted/bg_multilevel.png);
		}

		#multi-level .btn {
			margin-bottom: 1rem;
		}
		
		#multi-level .btn:first-child {
			margin-right: 1rem;
		}

	}

		#multi-level .btn span {
			background-color: rgb(61,166,187);
			background-color: var(--color-highlight);
		}

@media (max-width: 800px) {

	#multi-level {
		padding-top: 100px;
		padding-bottom: 100px;
		background-image: url(../images/getStarted/bg_multilevel_faded.svg);
	}
	
		#multi-level > div {
			width: 100%;
		}

}

@media screen and (-ms-high-contrast: active) and (max-width: 800px), (-ms-high-contrast: none) and (max-width: 800px) {

	#multi-level {
		background-image: url(../images/getStarted/bg_multilevel_faded.png);
	}

}


/* Testimonials
–––––––––––––––––––––––––––––––––––––––– */
#getstarted-testimonials {
	padding-top: 100px;
	text-align: center;
}

	#getstarted-testimonials .icon-quotes {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}

	#getstarted-testimonials blockquote {
		max-width: 85ch;
		margin: auto;
		font-size: 1.25em;
		font-style: italic;
	}

	#getstarted-testimonials .dots {
		margin: 2em -80px 1em;
	}

	#getstarted-testimonials .dot {
		position: relative;
		padding-bottom: 60px;
	}

		#getstarted-testimonials .dots figure {
			width: 5.625em;
			height: 5.625em;
			display: block;
			margin: auto;
			background-color: rgb(212,225,227);
			background-color: var(--color-border);
			border-radius: 50%;
			opacity: .3;
			-webkit-transform: scale(0.6667);
			-ms-transform: scale(0.6667);
			transform: scale(0.6667);
			-webkit-transition: .3s ease all;
			-o-transition: .3s ease all;
			transition: .3s ease all;
		}

		#getstarted-testimonials .dots figure:hover {
			opacity: 1;
			-webkit-transform: scale(0.75);
			-ms-transform: scale(0.75);
			transform: scale(0.75);
		}

		#getstarted-testimonials .dots .slick-current figure {
			opacity: 1;
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
		}

		#getstarted-testimonials .dots .cite {
			width: 320px;
			max-width: 100vw;
			display: none;
			position: absolute;
			bottom: 0;
			left: 50%;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
		}

			#getstarted-testimonials .dots .cite > * {
				display: block;
				white-space: nowrap;
				overflow: hidden;
				-o-text-overflow: ellipsis;
				text-overflow: ellipsis;
			}

		#getstarted-testimonials .dots .slick-current .cite {
			display: block;
		}

@media (max-width: 1366px) {

	#getstarted-testimonials .dots {
		margin-left: -40px;
		margin-right: -40px;
	}

}

@media (max-width: 1000px) {

	#getstarted-testimonials .dots {
		margin-left: -30px;
		margin-right: -30px;
	}

}

@media (max-width: 600px) {
	
	#getstarted-testimonials .dots {
		margin-left: -20px;
		margin-right: -20px;
	}

}

/* Stats
–––––––––––––––––––––––––––––––––––––––– */
#getstarted-stats {
	border-width: 1px 0;
	border-style: solid;
	border-color: rgb(212,225,227);
	border-color: var(--color-border);
}

	#getstarted-stats .txt-big {
		display: block;
		font-size: 2em;
		font-weight: bold;
	}

	#getstarted-stats .grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 2em 1fr 2em 1fr;
		grid-template-columns: repeat(3, 1fr);
		gap: 2em;
		text-align: center;
	}

	#getstarted-stats .griditem-1 {
		-ms-grid-column: 1;
	}

	#getstarted-stats .griditem-2 {
		-ms-grid-column: 2;
	}

	#getstarted-stats .griditem-3 {
		-ms-grid-column: 3;
	}

		#getstarted-stats .grid .center {
			display: -ms-inline-grid;
			display: inline-grid;
			-ms-grid-columns: auto 1.5em 1fr;
			grid-template-columns: auto 1fr;
			gap: 1.5em;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			text-align: left;
		}

		#getstarted-stats .grid .center::before {
			content: "";
			width: 3.5em;
			height: 3.5em;
			display: block;
			-webkit-mask-image: var(--icon);
			mask-image: var(--icon);
			-webkit-mask-size: cover;
			mask-size: cover;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center; 
			mask-position: center;
			background: rgb(52, 182, 221);
			background: -o-linear-gradient(315deg, rgba(52,182,221,1) 0%, rgba(52,221,95,1) 100%);
			background: linear-gradient(135deg, rgba(52,182,221,1) 0%, rgba(52,221,95,1) 100%);
		}

		#getstarted-stats .griditem-1 .center {
			--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%2334b6dd'%3E%3Cdefs%3E%3Cstyle%3E.cls-6375f1aeb67f094e4896c9f6-1%7Bfill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cg id='dollar_3' data-name='dollar 3'%3E%3Cpath d='M12 22.5v-21M6.27 16.77h0a2.87 2.87 0 0 0 2.87 2.87h4.77a3.82 3.82 0 0 0 3.82-3.82h0A3.82 3.82 0 0 0 13.91 12h-3.82a3.82 3.82 0 0 1-3.82-3.82h0a3.82 3.82 0 0 1 3.82-3.82h4.77a2.87 2.87 0 0 1 2.87 2.87h0' class='cls-6375f1aeb67f094e4896c9f6-1'/%3E%3C/g%3E%3C/svg%3E");
		}

		#getstarted-stats .griditem-2 .center {
			--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='24' height='24' stroke-width='1.5' color='%2334b6dd' data-name='Layer 1'%3E%3Cdefs%3E%3Cstyle%3E.cls-6374f8d9b67f094e4896c670-1%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Ccircle cx='12' cy='7.25' r='5.73' class='cls-6374f8d9b67f094e4896c670-1'/%3E%3Cpath d='m1.5 23.48.37-2.05A10.3 10.3 0 0 1 12 13a10.3 10.3 0 0 1 10.13 8.45l.37 2.05' class='cls-6374f8d9b67f094e4896c670-1'/%3E%3C/svg%3E");
		}

		#getstarted-stats .griditem-3 .center {
			--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='1.5' color='%23000'%3E%3Cdefs%3E%3Cstyle%3E.cls-6375f1aeb67f094e4896c9ea-1,.cls-6375f1aeb67f094e4896c9ea-2%7Bfill:none;stroke:currentColor;stroke-miterlimit:10%7D.cls-6375f1aeb67f094e4896c9ea-1%7Bstroke-linecap:square%7D%3C/style%3E%3C/defs%3E%3Cg id='calendar'%3E%3Cpath d='M22.5 7.21h-21V2.44h21z' class='cls-6375f1aeb67f094e4896c9ea-1'/%3E%3Cpath d='M17.73.52v3.82M6.27.52v3.82' class='cls-6375f1aeb67f094e4896c9ea-2'/%3E%3Cpath d='M22.5 11.98V7.21h-21v15.27h21v-10.5z' class='cls-6375f1aeb67f094e4896c9ea-1'/%3E%3Cpath d='M9.14 11.02h1.91M12.95 11.02h1.91M16.77 11.02h1.91M9.14 14.84h1.91M5.32 14.84h1.91M12.95 14.84h1.91M16.77 14.84h1.91M9.14 18.66h1.91M5.32 18.66h1.91M12.95 18.66h1.91' class='cls-6375f1aeb67f094e4896c9ea-2'/%3E%3C/g%3E%3C/svg%3E");
		}

		@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
			
			#getstarted-stats {
				display: none !important;
			}
			
			#getstarted-stats .grid .center::before {
				-ms-grid-column: 1;
				background: none;
				background-color: transparent;
				background-position: center;
				background-size: cover;
				background-repeat: no-repeat;
			}

			#getstarted-stats .griditem-1 .center {
				background-image: url(/images/getStarted/icon_stats_processes.svg);
			}

			#getstarted-stats .griditem-2 .center {
				background-image: url(/images/getStarted/icon_stats_entries.svg);
			}

			#getstarted-stats .griditem-3 .center {
				background-image: url(/images/getStarted/icon_feature_matches.svg);
			}

			#getstarted-stats .grid .text {
				-ms-grid-column: 3;
			}

		}

@media (max-width: 900px) {
	#getstarted-stats {
		display: none;
	}
	/*
	#getstarted-stats .grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

		#getstarted-stats .grid .center {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr;
			grid-template-columns: 1fr;
			gap: 1em;
			text-align: center;
		}

		#getstarted-stats .grid .center::before {
			margin: auto;
		}
		*/

}

@media screen and (-ms-high-contrast: active) and (max-width: 900px), (-ms-high-contrast: none) and (max-width: 900px) {
	
	#getstarted-stats .grid .text {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		margin-top: 1em;
	}
	
}


/* Clients
–––––––––––––––––––––––––––––––––––––––– */
#getstarted-clients {
	padding-top: 0;
	padding-bottom: 0;
}

	#getstarted-clients ul.grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[8];
		grid-template-columns: repeat(8, 1fr);
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#getstarted-clients li {
		margin: 0;
	}

	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		
		#getstarted-clients ul.grid li:nth-child(8n + 1) {
			-ms-grid-column: 1;
		}

		#getstarted-clients ul.grid li:nth-child(8n + 2) {
			-ms-grid-column: 2;
		}

		#getstarted-clients ul.grid li:nth-child(8n + 3) {
			-ms-grid-column: 3;
		}

		#getstarted-clients ul.grid li:nth-child(8n + 4) {
			-ms-grid-column: 4;
		}

		#getstarted-clients ul.grid li:nth-child(8n + 5) {
			-ms-grid-column: 5;
		}

		#getstarted-clients ul.grid li:nth-child(8n + 6) {
			-ms-grid-column: 6;
		}

		#getstarted-clients ul.grid li:nth-child(8n + 7) {
			-ms-grid-column: 7;
		}

		#getstarted-clients ul.grid li:nth-child(8n + 8) {
			-ms-grid-column: 8;
		}

		#getstarted-clients ul.grid li:nth-child(-n + 8) {
			-ms-grid-row: 1;
		}

		#getstarted-clients ul.grid li:nth-child(n + 9) {
			-ms-grid-row: 2;
		}

		#getstarted-clients ul.grid li:nth-child(n + 17) {
			-ms-grid-row: 3;
		}

		#getstarted-clients ul.grid li:nth-child(n + 25) {
			-ms-grid-row: 4;
		}

	}

	#getstarted-clients img {
		width: 100%;
		display: block;
		margin: auto;
	}

	#getstarted-clients .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 12px;
		padding: 0;
		margin: 1em 0 0;
		list-style: none;
	}

		#getstarted-clients .slick-dots button {
			width: 10px;
			height: 10px;
			padding: 0;
			margin: 0;
			background-color: #D4E1E3;
			border: 0;
			border-radius: 50%;
			font-size: 0;
		}

		@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

			#getstarted-clients .slick-dots button {
				margin: 0 6px;
			}
	
		}

		#getstarted-clients .slick-dots .slick-active button {
			background-color: rgb(33,48,53);
			background-color: var(--bg-dark);
		}

@media (max-width: 800px) {

	#getstarted-clients ul.grid {
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr);
	}

}

@media screen and (-ms-high-contrast: active) and (max-width: 800px), (-ms-high-contrast: none) and (max-width: 800px) {
		
	#getstarted-clients ul.grid li:nth-child(6n + 1) {
		-ms-grid-column: 1;
	}

	#getstarted-clients ul.grid li:nth-child(6n + 2) {
		-ms-grid-column: 2;
	}

	#getstarted-clients ul.grid li:nth-child(6n + 3) {
		-ms-grid-column: 3;
	}

	#getstarted-clients ul.grid li:nth-child(6n + 4) {
		-ms-grid-column: 4;
	}

	#getstarted-clients ul.grid li:nth-child(6n + 5) {
		-ms-grid-column: 5;
	}

	#getstarted-clients ul.grid li:nth-child(6n + 6) {
		-ms-grid-column: 6;
	}

	#getstarted-clients ul.grid li:nth-child(-n + 6) {
		-ms-grid-row: 1;
	}

	#getstarted-clients ul.grid li:nth-child(n + 7) {
		-ms-grid-row: 2;
	}

	#getstarted-clients ul.grid li:nth-child(n + 13) {
		-ms-grid-row: 3;
	}

	#getstarted-clients ul.grid li:nth-child(n + 19) {
		-ms-grid-row: 4;
	}

	#getstarted-clients ul.grid li:nth-child(n + 25) {
		-ms-grid-row: 5;
	}

	#getstarted-clients ul.grid li:nth-child(n + 31) {
		-ms-grid-row: 6;
	}

}


/* Contact
–––––––––––––––––––––––––––––––––––––––– */
#getstarted-contact {
	padding-top: 100px;
	padding-bottom: 100px;
	font-weight: bold;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(233,240,240,1)));
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,240,240,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(233,240,240,1) 100%);
}

	#getstarted-contact > div {
		max-width: 40ch;
		margin: 0 auto;
		font-size: 1.5em;
	}

	#getstarted-contact .btn {
		width: 200px;
		display: inline-block;
		float: none;
		margin-top: 1em;
		font-size: .6667em;
	}

