@charset "UTF-8";

:root {
	--primary-color: #05668d;
	--secondary-color: #05668d;
	--tertiary-color: #ae1732;
	--primary-background: white;
	--secondary-background: #f2f7fd;
	--footer-background: #f5f5f4;
	--hero-background: #f2f7fd;
	--nav-background: white;
	--link-color: #05668d;
}

section.hero {
	margin-top: calc(var(--clip-slant) * -1);
}

section.hero .delay-1 {
	color: white;
	background-color: var(--tertiary-color);
}

.section-image-wrapper {
	filter: grayscale(100%);
}