/* -------------------
BEGIN va-grid-unlimited.css
Sitecore Resource: 2a99d680-af32-41a3-a868-489e46589682
-------------------*/
.vf-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	justify-content: center;
	gap: 1rem 2rem;
}

.vf-area {
	display: flex;
	align-items: center;
	position: relative;
}

/* -------------------
BEGIN vbf-client
Sitecore Resource: 6a7f40e0-2986-4b8d-9da8-e5bdef42782d
-------------------*/
:root {
	--color-0: #999;
	--color-1: #ffffff;
	--color-2: #58595b;
	--color-2-alpha: #a7a9ac;
	--color-3: #47aa42;
	--color-4: #323e67;
	--color-4-alpha: #5b6585;
	--color-5: #a7a9ac;
}

p {
    color: #58595b;
}
