.gc-footer {
	background: var(--gc-plum);
	color: var(--gc-cream);
	font-family: "Figtree", sans-serif;
}

.gc-footer *,
.gc-footer *::before,
.gc-footer *::after {
	box-sizing: border-box;
}

.gc-footer__inner {
	display: flex;
	flex-direction: column;
	gap: var(--gc-space-xl);
	margin: 0 auto;
	max-width: 1440px;
	padding: 54px var(--gc-space-5xl);
}

.gc-footer__rule {
	border-top: 1px solid #cddcdf;
	width: 100%;
}

.gc-footer__top,
.gc-footer__bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.gc-footer__top {
	width: 100%;
}

.gc-footer__identity {
	align-items: center;
	display: flex;
	gap: var(--gc-space-sm);
}

.gc-footer__logo {
	display: block;
	height: auto;
	object-fit: contain;
	object-position: left center;
	width: 132px;
}

.gc-footer .gc-footer__contact {
	color: var(--gc-white);
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
}

.gc-footer__main {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(140px, 0.85fr) minmax(0, 3fr) minmax(220px, 1.35fr);
	width: 100%;
}

.gc-footer__address {
	color: var(--gc-cream);
	font-family: "Fraunces", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	min-width: 0;
}

.gc-footer__address > :first-child,
.gc-footer__newsletter > :first-child {
	margin-top: 0;
}

.gc-footer__address > :last-child,
.gc-footer__newsletter > :last-child {
	margin-bottom: 0;
}

.gc-footer__navigation {
	display: grid;
	gap: var(--gc-space-xl);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-transform: uppercase;
}

.gc-footer__group {
	min-width: 0;
}

.gc-footer .gc-footer__group-title {
	color: var(--gc-cream);
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 28px;
	margin: 0 0 var(--gc-space-xs);
}

.gc-footer .gc-footer__links {
	display: flex;
	flex-direction: column;
	gap: var(--gc-space-2xs);
	list-style: none;
	margin: 0;
	padding: 0;
}

.gc-footer__links a {
	color: var(--gc-cream);
	font-family: "Fraunces", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
}

.gc-footer__links a:hover,
.gc-footer__links a:focus-visible,
.gc-footer__special-link:hover,
.gc-footer__special-link:focus-visible,
.gc-footer__legal a:hover,
.gc-footer__legal a:focus-visible {
	color: var(--gc-white);
	text-decoration: underline;
}

.gc-footer__special-links {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: var(--gc-space-xs);
	margin-top: var(--gc-space-xs);
}

.gc-footer__special-link {
	align-items: center;
	color: var(--gc-cream);
	display: inline-flex;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-weight: 400;
	gap: var(--gc-space-2xs);
	letter-spacing: 0.48px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.gc-footer__special-link::after {
	background: var(--gc-cream);
}

.gc-footer__special-link:hover::after,
.gc-footer__special-link:focus-visible::after {
	background: var(--gc-white);
}

.gc-footer__newsletter {
	min-width: 0;
}

.gc-footer .gc-footer__newsletter-title {
	color: var(--gc-cream);
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 28px;
	margin: 0 0 var(--gc-space-xs);
}

.gc-footer .gc-footer__newsletter-copy {
	color: var(--gc-cream);
	font-family: "Fraunces", serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 var(--gc-space-sm);
}

.gc-footer .gc-footer__newsletter-disclaimer {
	color: var(--gc-cream);
	font-size: 12px;
	line-height: 16px;
	margin: var(--gc-space-xs) 0 0;
}

.gc-footer__newsletter-form .gform_wrapper {
	margin: 0;
}

.gc-footer__newsletter-form.gc-signup {
	background: transparent;
	padding: 0;
}

.gc-footer__newsletter-form .gform_wrapper .gform_required_legend,
.gc-footer__newsletter-form .gform_wrapper .gform_heading {
	display: none;
}

.gc-footer__newsletter-form .gform_wrapper .gform_fields {
	display: grid;
	gap: var(--gc-space-xs);
}

body .gc-footer__newsletter-form .gform_wrapper .ginput_container {
	margin: 0;
}

body .gc-footer__newsletter-form .gform_wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
body .gc-footer__newsletter-form .gform_wrapper select,
body .gc-footer__newsletter-form .gform_wrapper textarea {
	background: var(--gc-white);
	border: 1px solid var(--gc-cream);
	border-radius: 4px;
	color: var(--gc-plum);
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	min-height: 0;
	padding: 10px 12px;
	width: 100%;
}

body .gc-footer__newsletter-form .gform_wrapper textarea {
	height: auto;
}

.gc-footer__newsletter-form .gform_wrapper .gform_footer {
	margin: var(--gc-space-xs) 0 0;
	padding: 0;
}

body .gc-footer__newsletter-form .gform_wrapper .gform_footer input[type="submit"],
body .gc-footer__newsletter-form .gform_wrapper .gform_footer button {
	background: var(--gc-orange);
	border: 0;
	border-radius: 999px;
	color: var(--gc-cream);
	font-family: "Fraunces", serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	min-height: 40px;
	padding: 10px 20px;
	text-transform: uppercase;
	width: 100%;
}

.gc-footer__social {
	display: flex;
	gap: var(--gc-space-2xs);
}

.gc-footer__social a {
	align-items: center;
	background: var(--gc-cream);
	border-radius: 50%;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.gc-footer__social-link--facebook {
	order: 1;
}

.gc-footer__social-link--linkedin {
	order: 2;
}

.gc-footer__social-link--x {
	order: 3;
}

.gc-footer__social-link--instagram {
	order: 4;
}

.gc-footer__social-link--youtube {
	order: 5;
}

.gc-footer__social-link--tiktok {
	order: 6;
}

.gc-footer__social a:focus-visible {
	box-shadow: 0 0 0 3px var(--gc-white);
	outline: 2px solid var(--gc-plum);
	outline-offset: -4px;
}

.gc-footer__social img {
	display: block;
	height: auto;
	max-height: 20px;
	max-width: 20px;
	object-fit: contain;
	width: auto;
}

.gc-footer__legal {
	align-items: center;
	display: flex;
	font-size: 12px;
	gap: 32px;
	justify-content: flex-end;
	line-height: 16px;
}

.gc-footer__legal a,
.gc-footer__copyright {
	color: var(--gc-cream);
}

.gc-footer__legal a {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.gc-footer__inner {
		gap: 32px;
		padding: 32px 20px;
	}

	.gc-footer__top {
		align-items: flex-start;
	}

	.gc-footer__identity {
		align-items: flex-start;
		flex-direction: column;
		gap: var(--gc-space-xs);
	}

	.gc-footer .gc-footer__contact {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}

	.gc-footer__main,
	.gc-footer__navigation {
		gap: 32px;
		grid-template-columns: 1fr;
		text-transform: none;
	}

	.gc-footer__address,
	.gc-footer .gc-footer__newsletter-copy {
		color: var(--gc-white);
		font-family: "Figtree", sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	.gc-footer .gc-footer__newsletter-title {
		color: var(--gc-white);
		font-size: 21px;
		font-weight: 700;
	}

	.gc-footer .gc-footer__group-title {
		color: var(--gc-white);
		font-size: 21px;
		font-weight: 700;
		line-height: 28px;
	}

	.gc-footer__links a {
		color: var(--gc-white);
		font-family: "Figtree", sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}

	.gc-footer__bottom {
		align-items: center;
		flex-direction: column;
		gap: var(--gc-space-xs);
	}

	.gc-footer__social {
		justify-content: center;
		width: 100%;
	}

	.gc-footer__social a {
		background: var(--gc-white);
	}

	.gc-footer__legal {
		display: grid;
		font-size: 16px;
		gap: var(--gc-space-xs) 32px;
		grid-template-columns: repeat(2, auto);
		justify-content: center;
		line-height: 24px;
		max-width: 100%;
		text-align: center;
	}

	.gc-footer__legal a {
		color: var(--gc-white);
		text-decoration: none;
	}

	.gc-footer__copyright {
		font-size: 12px;
		grid-column: 1 / -1;
		justify-self: center;
		line-height: 16px;
		margin-top: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.gc-footer__main {
		grid-template-columns: 1fr;
	}
}
