.subfooter-arrond {
	background-color: #49494A;
	padding: 24px 40px;
}
.subfooter-arrond__inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1300px;
}
.subfooter-arrond__row {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 6px 0;
	margin: 0;
}
.subfooter-arrond__row li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.subfooter-arrond__row li::after {
	content: "|";
	margin-left: 10px;
	color: #C5BA9B;
	font-size: 15px;
}
.subfooter-arrond__row a {
	font-family: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
	font-size: 20px;
	color: #C5BA9B;
	text-decoration: none;
	opacity: 0.9;
	transition: opacity 0.3s, color 0.3s;
	white-space: nowrap;
}
.subfooter-arrond__row a:hover {
	color: #C5BA9B;
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px;
}
footer#colophon.site-footer {
	background-color: #414042;
	color: #FFFFFF;
	font-family: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
footer#colophon * {
	box-sizing: border-box;
}
.footer-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 60px 40px 40px;
	display: grid;
	grid-template-columns: minmax(420px, 1fr) 1fr 1fr 1fr;
	gap: 30px;
	align-items: flex-start;
}
.footer-branding__logo {
	display: block;
	margin-bottom: 24px;
	width: fit-content;
}
img.logo-footer {
	height: 55px;
	width: auto;
	display: block;
	margin-bottom: 40px;
}
img.logo-footer--responsive {
	display: none;
}
.footer-branding__block {
	margin: 0 0 24px;
	line-height: 1.2;
}
.footer-branding__main {
	display: block;
	font-family: 'Fraunces', 'Georgia', serif;
	font-weight: 500;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 1.2;
	white-space: nowrap;
}
.footer-branding__main--italic {
	font-style: italic;
}
.footer-branding__sub {
	display: block;
	font-family: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 300;
	font-size: 25px;
	color: #FFFFFF;
	opacity: 0.55;
	line-height: 1.2;
	margin-top: 4px;
	white-space: nowrap;
}
.footer-branding__source {
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	opacity: 0.4;
	margin-top: -15px;
}
.footer-col {
	min-width: 0;
}
.footer-col__title {
	font-family: 'Fraunces', 'Georgia', serif;
	font-weight: 400;
	font-size: 25px;
	color: #FFFFFF;
	margin: 0 0 45px;
}
.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-col ul li {
	margin-bottom: 8px;
}
.footer-col ul li a {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	opacity: 0.75;
	transition: color 0.3s, opacity 0.3s;
	display: inline-block;
	line-height: 30px;
	font-weight: 300;
}
.footer-col ul li a:hover {
	color: #C5BA9B;
	opacity: 1;
}
.footer-col .social-links {
	margin-top: 28px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.footer-col .social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
	opacity: 0.85;
}
.footer-col .social-links a:hover {
	opacity: 1;
}
.footer-col .social-links img {
	width: 18px;
	height: 18px;
	display: block;
	filter: brightness(0) invert(1);
	opacity: 0.9;
}
.footer-bottom {
	border-top: 1px solid #C5BA9B;
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 40px;
}
.footer-bottom__inner {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}
.footer-bottom__legal ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.footer-bottom__legal ul li {
	position: relative;
	padding: 0 16px;
}
.footer-bottom__legal ul li:first-child {
	padding-left: 0;
}
.footer-bottom__legal ul li:not(:last-child)::after {
	content: "|";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255,255,255,0.3);
	font-size: 0.75rem;
}
.footer-bottom__legal ul li a, .footer-bottom__copyright {
	color: white;
	font-size: 10px;
	text-decoration: none;
	opacity: 0.5;
}

@media screen and (max-width: 1079px) {
	.subfooter-arrond__inner {
		width: 100%;
		margin: 0 auto;
	}
	.footer-col__title {
		margin: 0 0 25px;
	}
	.footer-bottom__copyright {
		margin-top: 20px;
	}
	.footer-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 40px;
		padding: 48px 32px 32px;
	}
	.footer-branding {
		flex: 1 0 100%;
		text-align: center;
	}
	.footer-col {
		width: fit-content;
	}
	.footer-branding__logo {
		margin-left: auto;
		margin-right: auto;
	}
	img.logo-footer--desktop {
		display: none;
	}
	img.logo-footer--responsive {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-branding__main, .footer-branding__sub {
		white-space: normal;
	}
	.footer-bottom__inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 16px 24px;
		gap: 8px;
	}
	.subfooter-arrond__row a, .subfooter-arrond__row li::before, .subfooter-arrond__row li::after {
		font-size: 16px;
	}
	.footer-bottom__legal ul {
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.subfooter-arrond__row {
		gap: 6px;
	}
	.subfooter-arrond__row a, .subfooter-arrond__row li::before, .subfooter-arrond__row li::after {
		font-size: 0.75rem;
	}
	.footer-container {
		flex-direction: column;
		align-items: stretch;
		gap: 0px;
		padding: 40px 24px 24px;
		align-items: center;
		text-align: center;
	}
	.footer-col__title {
		margin: 0 0 25px;
	}
	.footer-branding__source {
		margin-bottom: 30px;
	}
	.footer-col {
		text-align: center;
		width: fit-content;
		margin-bottom: 20px;
	}
	.footer-col:last-child {
		margin-bottom: 0px;
	}
	.footer-col .social-links {
		justify-content: center;
		margin-top: 20px;
	}
	.footer-bottom__legal ul {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	.footer-bottom__legal ul li {
		padding: 0;
	}
	.footer-bottom__legal ul li:not(:last-child)::after {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	.subfooter-arrond {
		padding: 20px 16px;
	}
	.footer-bottom__legal ul li a, .footer-bottom__copyright {
		font-size: 12px;
	}
}
.c21-cta-arrow {
	display: inline-block;
	width: 0.65em;
	margin-left: 0.5em;
	vertical-align: middle;
	flex-shrink: 0;
	transform: rotate(-90deg);
}
.c21-cta-submit {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='22'%20viewBox='0%200%2020%2022'%20fill='none'%3E%3Cpath%20transform='rotate(-90%2010%2011)'%20d='M9.83589%200.599609L9.83589%2020.5996M0.599521%2011.1552L9.83589%2020.5996L19.0723%2011.1552'%20stroke='%23ffffff'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 22px center !important;
	background-size: 0.62em !important;
	padding-right: 54px !important;
}
.c21-faq-arrow {
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s ease;
	transform: rotate(-90deg);
}
.is-open .c21-faq-arrow {
	transform: rotate(180deg);
}
.c21-nav-arrow {
	display: inline-block;
	width: 1em;
	vertical-align: middle;
}
.c21-nav-arrow--prev {
	transform: rotate(90deg);
}
.c21-nav-arrow--next {
	transform: rotate(-90deg);
}
body h1,
body h2 {
	font-weight: 800 !important;
}
