/*
Theme Name: AIFCOM 2026
Theme URI: https://www.aifcom.org/
Author: Lanciotti Alessandro
Author URI: https://www.aifcom.org/
Description: Tema WordPress per A.I.F.CO.M. Italia — Associazione Italiana Famiglie e Coppie Miste (edizione 2026).
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.1.49
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aifcom2026
Tags: custom-logo, custom-menu, featured-images, translation-ready, blog
*/

:root {
	--aifcom-primary: #2438a0;
	--aifcom-navy: #2438a0;
	--aifcom-accent: #f15b4e;
	--aifcom-donate: #f15b4e;
	--aifcom-text: #1a1a1a;
	--aifcom-muted: #666666;
	--aifcom-bg: #ffffff;
	--aifcom-footer-bg: #2c2a4a;
	--aifcom-font-sans: "Titillium Web", system-ui, sans-serif;
	--aifcom-font-script: "Dancing Script", "Titillium Web", cursive;
	--bs-primary: #2438a0;
	--bs-primary-rgb: 36, 56, 160;
	--bs-body-font-family: "Titillium Web", system-ui, sans-serif;
	--bs-body-color: #1a1a1a;
	--bs-link-color: #2438a0;
	--bs-link-hover-color: #f15b4e;
	--bs-border-radius: 0.5rem;
}

html {
	scroll-behavior: smooth;
	background: var(--aifcom-footer-bg);
}

body {
	font-family: var(--aifcom-font-sans);
	background: var(--aifcom-footer-bg);
	margin: 0;
}

#page.site {
	background: var(--aifcom-bg);
}

.navbar,
.btn,
.form-control,
.dropdown-menu {
	font-family: var(--aifcom-font-sans);
}

.site {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.site-header {
	z-index: 1030;
}

.site-header .container-fluid {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 992px) {
	.site-header .container-fluid {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

@media (min-width: 1400px) {
	.site-header .container-fluid {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
}

.site-header .navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
	color: var(--aifcom-navy);
	text-decoration: none;
}

.site-branding__mark,
.site-branding__mark.custom-logo {
	display: block;
	width: auto !important;
	height: 44px;
	max-width: 100%;
	max-height: 44px;
	object-fit: contain;
}

.site-title {
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1;
	color: var(--aifcom-navy);
}

.site-description {
	font-size: 0.62rem;
	font-weight: 600;
	line-height: 1.25;
	color: #f3a419ff;
}

.navbar .nav-link {
	font-size: 0.82rem;
	font-weight: 500;
	color: var(--aifcom-navy);
	padding-left: 0.45rem;
	padding-right: 0.45rem;
	white-space: nowrap;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
	color: var(--aifcom-navy);
}

@media (min-width: 992px) {
	.navbar > .container-fluid {
		flex-wrap: nowrap;
		align-items: stretch;
		min-height: 4.75rem;
	}

	.navbar-brand {
		flex: 0 0 auto;
		margin-right: 0.75rem;
		align-self: center;
	}

	.navbar-collapse {
		display: flex !important;
		flex: 1 1 auto;
		flex-basis: auto;
		flex-grow: 1;
		justify-content: center;
		min-width: 0;
		align-items: stretch;
	}

	.navbar-nav {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: center;
	}

	.navbar .nav-item {
		display: flex;
		align-items: stretch;
	}

	.navbar .nav-link {
		display: flex;
		align-items: center;
		position: relative;
		z-index: 1040;
	}

	.header-actions {
		flex: 0 0 auto;
		margin-left: 0.5rem;
		align-self: center;
	}

	#masthead.site-header {
		overflow: visible;
	}

	#masthead.site-header .navbar,
	#masthead.site-header .navbar > .container-fluid,
	#masthead.site-header .navbar-collapse,
	#masthead.site-header .navbar-nav,
	#masthead.site-header .nav-item.dropdown {
		position: static !important;
	}

	#masthead.site-header .dropdown-menu {
		--bs-dropdown-border-radius: 0;
		--bs-dropdown-spacer: 0;
		position: absolute !important;
		top: 100% !important;
		right: auto !important;
		bottom: auto !important;
		left: 0;
		margin: 0 !important;
		padding: 0.35rem 0;
		border-radius: 0;
		transform: none !important;
		z-index: 1031;
	}

	.navbar .dropdown:hover > .dropdown-menu,
	.navbar .dropdown.is-hover > .dropdown-menu,
	.navbar .dropdown-menu.show {
		display: block;
	}

	.navbar .dropdown-hover-bridge {
		position: fixed;
		z-index: 1028;
		pointer-events: auto;
	}

	.navbar .dropdown-item {
		color: var(--aifcom-navy);
		text-decoration: none;
		background: transparent;
	}

	.navbar .dropdown-item:hover,
	.navbar .dropdown-item:focus {
		color: var(--aifcom-navy);
		background: transparent;
		text-decoration: underline;
		text-underline-offset: 0.2em;
	}
}

@media (max-width: 991.98px) {
	.site-header .navbar > .container-fluid {
		flex-wrap: nowrap;
		align-items: center;
	}

	.navbar-brand {
		flex: 1 1 auto;
		min-width: 0;
	}

	.header-actions {
		flex: 0 0 auto;
		flex-wrap: nowrap;
		margin-left: 0.5rem;
	}

	.navbar-toggler {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0.45rem 0.55rem;
	}

	.navbar-collapse {
		display: none !important;
	}

	.navbar-nav {
		flex-direction: column;
		align-items: stretch;
	}
}

.site-search-toggle {
	color: var(--aifcom-navy);
}

.site-search-toggle:hover,
.site-search-toggle:focus {
	color: var(--aifcom-navy);
}

.btn-donate {
	--bs-btn-bg: var(--aifcom-donate);
	--bs-btn-border-color: var(--aifcom-donate);
	--bs-btn-hover-bg: #e24b3e;
	--bs-btn-hover-border-color: #e24b3e;
	--bs-btn-color: #ffffff;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-active-bg: #d44337;
	--bs-btn-active-border-color: #d44337;
	--bs-btn-active-color: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	box-shadow: 0 6px 16px rgba(241, 91, 78, 0.28);
}

.navbar-toggler {
	border-color: var(--aifcom-navy);
	color: var(--aifcom-navy);
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0.2rem rgba(36, 56, 160, 0.15);
}

.navbar-toggler-bars {
	position: relative;
	display: block;
	width: 1.45rem;
	height: 1.05rem;
}

.navbar-toggler-bars span {
	position: absolute;
	left: 0;
	right: 0;
	height: 2.5px;
	border-radius: 1px;
	background: var(--aifcom-navy);
	transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease, bottom 0.25s ease;
}

.navbar-toggler-bars span:nth-child(1) {
	top: 0;
}

.navbar-toggler-bars span:nth-child(2) {
	top: 50%;
	margin-top: -1.25px;
}

.navbar-toggler-bars span:nth-child(3) {
	bottom: 0;
}

.navbar-toggler.is-open .navbar-toggler-bars span:nth-child(1) {
	top: 50%;
	margin-top: -1.25px;
	transform: rotate(45deg);
}

.navbar-toggler.is-open .navbar-toggler-bars span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler.is-open .navbar-toggler-bars span:nth-child(3) {
	top: 50%;
	bottom: auto;
	margin-top: -1.25px;
	transform: rotate(-45deg);
}

.mm-wrapper--opened .site-header {
	z-index: 1038;
}

.btn-primary {
	--bs-btn-bg: var(--aifcom-navy);
	--bs-btn-border-color: var(--aifcom-navy);
	--bs-btn-hover-bg: #1c2d80;
	--bs-btn-hover-border-color: #1c2d80;
}

@media (max-width: 575.98px) {
	.site-title {
		font-size: 1.25rem;
	}

	.site-description {
		font-size: 0.56rem;
	}

	.site-branding__mark,
	.site-branding__mark.custom-logo {
		height: 36px;
		max-height: 36px;
	}
}

.home .site-main,
.home .site-content {
	padding-top: 0;
}

.home-hero {
	background: linear-gradient(90deg, var(--hero-bg-start, #101a4a) 0%, var(--hero-bg-end, #5a3db5) 100%);
	color: #ffffff;
	overflow: hidden;
}

.home-hero__inner {
	padding-top: 0;
	padding-bottom: 0;
}

.home-hero__copy {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
	padding-right: 1.5rem;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-hero__title {
	font-size: clamp(2.1rem, 4.4vw, 3.6rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.02em;
	margin: 0 0 1rem;
	color: #ffffff;
}

.home-hero__title span {
	color: var(--aifcom-accent);
}

.home-hero__lead {
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	font-weight: 400;
	line-height: 1.45;
	margin: 0 0 1.5rem;
	max-width: 28rem;
	color: rgba(255, 255, 255, 0.92);
}

.btn-hero-primary {
	--bs-btn-bg: #f5c518;
	--bs-btn-border-color: #f5c518;
	--bs-btn-color: #1a237e;
	--bs-btn-hover-bg: #ffd34a;
	--bs-btn-hover-border-color: #ffd34a;
	--bs-btn-hover-color: #1a237e;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.7rem 1.2rem;
}

.btn-hero-secondary {
	--bs-btn-bg: #15204f;
	--bs-btn-border-color: #15204f;
	--bs-btn-color: #ffffff;
	--bs-btn-hover-bg: #1c2a68;
	--bs-btn-hover-border-color: #1c2a68;
	--bs-btn-hover-color: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.7rem 1.2rem;
}

.home-hero__media {
	display: flex;
	min-height: 260px;
}

.home-hero__visual {
	position: relative;
	flex: 1 1 auto;
	width: 100%;
	min-height: inherit;
}

.home-hero__photo {
	position: absolute;
	inset: 0;
	display: block;
 	height: 100%;
	object-fit: cover;
	object-position: var(--hero-image-x, 50%) center;
	pointer-events: none;
}

.home-hero__quote {
	position: absolute;
	right: 0.25rem;
	top: 18%;
	z-index: 2;
	width: 9.5rem;
	margin: 0;
	font-family: var(--aifcom-font-script);
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 600;
	line-height: 1.15;
	color: #ffffff;
	text-align: left;
}

.home-hero__quote::before {
	content: "";
	position: absolute;
	right: -2.5rem;
	top: -1.5rem;
	width: 13rem;
	height: 13rem;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 40%, #7b5cff 0%, #5b3ad6 55%, #3d2a9c 100%);
	z-index: -1;
}

.home-hero__quote span {
	border-bottom: 2px solid #f5c518;
	padding-bottom: 0.05rem;
}

@media (min-width: 992px) {
	.home-hero__media {
		min-height: 100%;
	}

	.home-hero__copy {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		padding-right: 2rem;
	}
}

@media (max-width: 991.98px) {
	.home-hero__copy {
		padding-right: 0;
	}

	.home-hero__media {
		min-height: 280px;
	}

	.home-hero__quote {
		display: none;
	}
}

.home-network {
	background: #ffffff;
	padding: 3rem 0 3.25rem;
}

.home-network__kicker {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--aifcom-navy);
}

.home-network__title {
	margin: 0 0 0.9rem;
	font-size: clamp(1.55rem, 2.6vw, 2.15rem);
	font-weight: 700;
	line-height: 1.2;
	color: #15204f;
}

.home-network__lead {
	margin: 0 0 1.35rem;
	max-width: 28rem;
	font-size: 0.98rem;
	line-height: 1.55;
	color: #5a5a72;
}

.btn-network {
	--bs-btn-bg: #3d3eb8;
	--bs-btn-border-color: #3d3eb8;
	--bs-btn-color: #ffffff;
	--bs-btn-hover-bg: #3233a0;
	--bs-btn-hover-border-color: #3233a0;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-active-bg: #2b2c8f;
	--bs-btn-active-border-color: #2b2c8f;
	--bs-btn-active-color: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.65rem 1.25rem;
}

.home-network__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem 0.75rem;
}

.home-network__stat {
	text-align: center;
	padding: 0 0.5rem;
}

.home-network__icon {
	display: block;
	margin-bottom: 0.55rem;
	font-size: 1.7rem;
	line-height: 1;
	color: #6a6ed8;
}

.home-network__value {
	margin: 0 0 0.2rem;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.1;
	color: #15204f;
}

.home-network__label {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.3;
	color: #6b6b80;
}

@media (min-width: 768px) {
	.home-network {
		padding-top: 3.75rem;
		padding-bottom: 4rem;
	}

	.home-network__stats {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0;
	}

	.home-network__stat {
		padding: 0 0.75rem;
		border-left: 1px solid #e6e8f4;
	}

	.home-network__stat:first-child {
		border-left: 0;
	}
}

.home-method {
	background: #f6f7fc;
	padding: 2.75rem 0 3rem;
}

.home-method__kicker {
	margin: 0 0 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--aifcom-navy);
}

.home-method__title {
	margin: 0;
	font-size: clamp(1.55rem, 2.6vw, 2.15rem);
	font-weight: 700;
	line-height: 1.2;
	color: #15204f;
}

.home-method__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.home-method__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
}

.home-method__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 0.65rem;
	border-radius: 50%;
	font-size: 1.15rem;
	line-height: 1;
}

.home-method__step--navy .home-method__icon {
	background: #3d3eb8;
	color: #ffffff;
}

.home-method__step--lilac .home-method__icon {
	background: #e4e6fb;
	color: #3d3eb8;
}

.home-method__step--coral .home-method__icon {
	background: #f15b4e;
	color: #ffffff;
}

.home-method__step--gold .home-method__icon {
	background: #f5c518;
	color: #2438a0;
}

.home-method__caption {
	font-size: 0.88rem;
	line-height: 1.3;
	font-weight: 500;
	color: #15204f;
}

@media (min-width: 768px) {
	.home-method {
		padding-top: 3.25rem;
		padding-bottom: 3.5rem;
	}

	.home-method__steps {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0;
	}

	.home-method__steps::before {
		content: "";
		position: absolute;
		top: 1.75rem;
		left: 7%;
		right: 7%;
		height: 1px;
		background: #d5d8ea;
		z-index: 0;
	}

	.home-method__step {
		flex: 1 1 0;
		max-width: 7.5rem;
	}
}

.home-spotlight {
	background: #ffffff;
	padding: 2.75rem 0 3.25rem;
}

.home-obs-card {
	display: flex;
	align-items: stretch;
	min-height: 100%;
	overflow: hidden;
	border-radius: 1.35rem;
	background: linear-gradient(115deg, #1a1b5c 0%, #1e1f6a 42%, #2a1f78 100%);
	color: #ffffff;
	box-shadow: 0 16px 36px rgba(21, 32, 79, 0.18);
}

.home-obs-card__copy {
	flex: 1 1 52%;
	padding: 1.75rem 1.35rem 1.75rem 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-obs-card__kicker {
	margin: 0 0 0.55rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.home-obs-card__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.35rem, 2.1vw, 1.85rem);
	font-weight: 700;
	line-height: 1.18;
	color: #ffffff;
}

.home-obs-card__lead {
	margin: 0 0 1.15rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
}

.btn-obs {
	--bs-btn-bg: #f5c518;
	--bs-btn-border-color: #f5c518;
	--bs-btn-color: #1a237e;
	--bs-btn-hover-bg: #ffd34a;
	--bs-btn-hover-border-color: #ffd34a;
	--bs-btn-hover-color: #1a237e;
	align-self: flex-start;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.55rem 1.05rem;
}

.home-obs-card__media {
	flex: 0 0 42%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 1.1rem 1.1rem 0 0;
}

.home-obs-card__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 16.5rem;
	object-fit: contain;
	filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28));
}

@media (max-width: 575.98px) {
	.home-obs-card {
		flex-direction: column;
	}

	.home-obs-card__media {
		padding: 0 1.25rem 1.25rem;
		justify-content: center;
	}
}

.home-territories-card {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(150px, 1fr) auto;
	gap: 0.85rem 1rem;
	align-items: center;
	min-height: 100%;
	padding: 1.5rem 1.2rem 1.5rem 1.45rem;
	background: #ffffff;
	border-radius: 1.35rem;
	border: 1px solid #eceff7;
	box-shadow: 0 12px 30px rgba(21, 32, 79, 0.08);
}

.home-territories-card__kicker {
	margin: 0 0 0.5rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--aifcom-navy);
}

.home-territories-card__title {
	margin: 0 0 0.7rem;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	font-weight: 700;
	line-height: 1.18;
	color: #15204f;
}

.home-territories-card__lead {
	margin: 0 0 1.1rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #5a5a72;
}

.btn-territories {
	--bs-btn-bg: #3d3eb8;
	--bs-btn-border-color: #3d3eb8;
	--bs-btn-color: #ffffff;
	--bs-btn-hover-bg: #3233a0;
	--bs-btn-hover-border-color: #3233a0;
	--bs-btn-hover-color: #ffffff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.55rem 1.05rem;
}

.home-territories-card__mapwrap {
	min-width: 0;
}

.home-territories-card__map {
	width: 100%;
	height: 220px;
	border-radius: 0.85rem;
	overflow: hidden;
	background: #f3f5fb;
}

.home-territories-card__map .leaflet-container {
	height: 100%;
	width: 100%;
	font-family: var(--aifcom-font-sans);
	z-index: 1;
}

.home-territories-pin {
	background: transparent;
	border: 0;
}

.home-territories-pin svg {
	display: block;
	filter: drop-shadow(0 2px 3px rgba(21, 32, 79, 0.35));
}

.home-territories-card__legend {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.home-territories-card__legend li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #15204f;
	white-space: nowrap;
}

.home-territories-card__dot {
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 50%;
	flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
	.home-territories-card {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.home-territories-card__legend {
		grid-column: 1 / -1;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.55rem 1rem;
	}
}

@media (max-width: 575.98px) {
	.home-territories-card {
		grid-template-columns: 1fr;
		padding: 1.35rem 1.15rem;
	}

	.home-territories-card__map {
		height: 200px;
	}
}

.home-equipe {
	background: #ffffff;
	padding: 0 0 3.25rem;
}

.home-equipe-card {
	display: flex;
	align-items: stretch;
	min-height: 100%;
	overflow: hidden;
	border-radius: 1.35rem;
	background: #ffffff;
	border: 1px solid #eceff7;
	box-shadow: 0 12px 30px rgba(21, 32, 79, 0.08);
}

.home-equipe-card__copy {
	flex: 1 1 48%;
	padding: 1.75rem 1.2rem 1.75rem 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-equipe-card__kicker {
	margin: 0 0 0.5rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--aifcom-navy);
}

.home-equipe-card__title {
	margin: 0 0 0.7rem;
	font-size: clamp(1.35rem, 2.1vw, 1.85rem);
	font-weight: 700;
	line-height: 1.18;
	color: #15204f;
}

.home-equipe-card__lead {
	margin: 0 0 1.15rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #5a5a72;
}

.btn-equipe {
	--bs-btn-bg: #3d3eb8;
	--bs-btn-border-color: #3d3eb8;
	--bs-btn-color: #ffffff;
	--bs-btn-hover-bg: #3233a0;
	--bs-btn-hover-border-color: #3233a0;
	--bs-btn-hover-color: #ffffff;
	align-self: flex-start;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.55rem 1.05rem;
}

.home-equipe-card__media {
	flex: 0 0 50%;
	position: relative;
	min-height: 220px;
}

.home-equipe-card__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

@media (max-width: 575.98px) {
	.home-equipe-card {
		flex-direction: column;
	}

	.home-equipe-card__media {
		min-height: 200px;
	}
}

.home-academy-card {
	display: flex;
	align-items: stretch;
	min-height: 100%;
	overflow: hidden;
	border-radius: 1.35rem;
	background: linear-gradient(105deg, #4b2ec0 0%, #5b35d4 55%, #6a3adf 100%);
	color: #ffffff;
	box-shadow: 0 12px 30px rgba(75, 46, 192, 0.22);
}

.home-academy-card__copy {
	flex: 1 1 48%;
	padding: 1.75rem 1.1rem 1.75rem 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.home-academy-card__kicker {
	margin: 0 0 0.5rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.home-academy-card__title {
	margin: 0 0 0.7rem;
	font-size: clamp(1.35rem, 2.1vw, 1.85rem);
	font-weight: 700;
	line-height: 1.18;
	color: #ffffff;
}

.home-academy-card__lead {
	margin: 0 0 1.15rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.btn-academy {
	--bs-btn-bg: #ffffff;
	--bs-btn-border-color: #ffffff;
	--bs-btn-color: #3d3eb8;
	--bs-btn-hover-bg: #f3f4ff;
	--bs-btn-hover-border-color: #f3f4ff;
	--bs-btn-hover-color: #3233a0;
	align-self: flex-start;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.55rem 1.05rem;
}

.home-academy-card__media {
	flex: 0 0 50%;
	position: relative;
	min-height: 220px;
	overflow: hidden;
}

.home-academy-card__media::before {
	content: "";
	position: absolute;
	right: -18%;
	bottom: -28%;
	width: 78%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #f5c518;
	z-index: 0;
}

.home-academy-card__shape {
	position: absolute;
	right: -12%;
	top: 50%;
	z-index: 1;
	width: 118%;
	aspect-ratio: 1;
	overflow: hidden;
	transform: translateY(-50%);
}

.home-academy-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 575.98px) {
	.home-academy-card {
		flex-direction: column;
	}

	.home-academy-card__media {
		min-height: 210px;
	}

	.home-academy-card__shape {
		right: auto;
		left: 50%;
		top: 8%;
		width: min(88%, 240px);
		transform: translateX(-50%);
	}

	.home-academy-card__media::before {
		right: 4%;
		bottom: -20%;
		width: 55%;
	}
}

.home-news {
	background: #ffffff;
	padding: 0 0 3.25rem;
}

.home-news-panel {
	height: 100%;
	padding: 1.6rem 1.45rem 1.2rem;
	background: #ffffff;
	border-radius: 1.35rem;
	border: 1px solid #eceff7;
	box-shadow: 0 12px 30px rgba(21, 32, 79, 0.08);
}

.home-news-panel__header {
	margin-bottom: 1.15rem;
}

.home-news-panel__kicker {
	margin: 0 0 0.4rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--aifcom-navy);
}

.home-news-panel__title {
	margin: 0;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.22;
	color: #15204f;
}

.home-news-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 0.9rem;
	border: 1px solid #e8ebf5;
	background: #ffffff;
}

.home-news-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eef0f7;
}

.home-news-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.home-news-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #9aa3c7;
	font-size: 1.6rem;
}

.home-news-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 0.75rem 0.85rem 0.85rem;
}

.home-news-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.45rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8a8aa3;
}

.home-news-card__cat {
	color: var(--aifcom-navy);
}

.home-news-card__title {
	margin: 0 0 0.7rem;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
}

.home-news-card__title a {
	color: #15204f;
	text-decoration: none;
}

.home-news-card__title a:hover,
.home-news-card__title a:focus {
	color: var(--aifcom-navy);
}

.home-news-card__more {
	margin-top: auto;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--aifcom-navy);
}

.home-news-card__more:hover,
.home-news-card__more:focus {
	color: #1c2d80;
}

.home-news-panel__all {
	margin: 0.9rem 0 0;
	text-align: right;
}

.home-news-panel__all a {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--aifcom-navy);
}

.home-news-panel__all a:hover,
.home-news-panel__all a:focus {
	color: #1c2d80;
}

.home-donate {
	background: #ffffff;
	padding: 0 0 3.25rem;
}

.home-donate-card {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	min-height: 280px;
	border-radius: 1.35rem;
	background: #ffffff;
	border: 1px solid #eceff7;
	box-shadow: 0 12px 30px rgba(21, 32, 79, 0.08);
}

.home-donate-card__copy {
	flex: 1 1 42%;
	padding: 2rem 1.5rem 2rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-donate-card__kicker {
	margin: 0 0 0.5rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--aifcom-navy);
}

.home-donate-card__title {
	margin: 0 0 0.8rem;
	font-size: clamp(1.6rem, 2.8vw, 2.2rem);
	font-weight: 700;
	line-height: 1.18;
	color: #15204f;
}

.home-donate-card__lead {
	margin: 0 0 1.35rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #5a5a72;
}

.btn-donate-card {
	--bs-btn-bg: var(--aifcom-donate);
	--bs-btn-border-color: var(--aifcom-donate);
	--bs-btn-color: #ffffff;
	--bs-btn-hover-bg: #e24b3e;
	--bs-btn-hover-border-color: #e24b3e;
	--bs-btn-hover-color: #ffffff;
	align-self: flex-start;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.65rem 1.2rem;
}

.home-donate-card__media {
	flex: 1 1 58%;
	position: relative;
	min-height: 260px;
	overflow: hidden;
}

.home-donate-card__media::before {
	content: "";
	position: absolute;
	right: 6%;
	bottom: -18%;
	width: 58%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #f7d7e0;
	z-index: 0;
}

.home-donate-card__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right center;
	z-index: 1;
}

.home-donate-card__quote {
	position: absolute;
	right: 8%;
	bottom: 12%;
	z-index: 2;
	margin: 0;
	font-family: var(--aifcom-font-script);
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	font-weight: 600;
	line-height: 1.15;
	color: var(--aifcom-navy);
	text-align: right;
}

.home-donate-card__quote span {
	border-bottom: 3px solid #f5c518;
	padding-bottom: 0.05rem;
}

@media (max-width: 767.98px) {
	.home-donate-card {
		flex-direction: column;
	}

	.home-donate-card__copy {
		padding: 1.5rem 1.25rem 1rem;
	}

	.home-donate-card__media {
		min-height: 240px;
	}

	.home-donate-card__quote {
		right: 1.25rem;
		bottom: 1rem;
	}
}

.home .site-main {
	padding-top: 2rem;
}

.page-title,
.entry-title {
	font-family: var(--aifcom-font-sans);
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	line-height: 1.2;
	margin: 0 0 0.75rem;
	color: #15204f;
}

.single-post {
	padding: 2rem 0 3.25rem;
}

.single-post__panel {
	padding: 1.75rem 1.5rem 2rem;
	background: #ffffff;
	border-radius: 1.35rem;
	border: 1px solid #eceff7;
	box-shadow: 0 12px 30px rgba(21, 32, 79, 0.08);
}

.single-post__kicker {
	margin: 0 0 0.5rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.single-post__kicker a {
	color: var(--aifcom-navy);
	text-decoration: none;
}

.single-post__kicker a:hover,
.single-post__kicker a:focus {
	color: var(--aifcom-accent);
}

.site-breadcrumb {
	margin: 0 0 0.75rem;
}

.site-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.78rem;
	font-weight: 600;
	color: #8a8aa3;
}

.site-breadcrumb__item:not(:last-child)::after {
	content: "/";
	margin: 0 0.45rem;
	color: #c0c3d6;
}

.site-breadcrumb a {
	color: var(--aifcom-navy);
	text-decoration: none;
}

.site-breadcrumb a:hover,
.site-breadcrumb a:focus {
	color: var(--aifcom-accent);
}

.site-breadcrumb [aria-current="page"] {
	color: #5a5a72;
}

.single-post__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.18;
	color: #15204f;
}

.single-post__meta {
	margin: 0 0 1.35rem;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #8a8aa3;
}

.single-post__media {
	margin: 0 0 1.5rem;
	overflow: hidden;
	border-radius: 0.9rem;
	background: #eef0f7;
}

.single-post__image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 28rem;
	object-fit: cover;
}

.single-post__content {
 	color: #3a3a52;
	font-size: 1.05rem;
	line-height: 1.7;
}

.site-page .single-post__content {
	max-width: none;
	width: 100%;
}

.single-post__content > *:first-child {
	margin-top: 0;
}

.single-post__content a {
	color: var(--aifcom-navy);
}

.single-post__content a:hover,
.single-post__content a:focus {
	color: var(--aifcom-accent);
}

.single-post__content h2,
.single-post__content h3,
.single-post__content h4 {
	margin-top: 1.6rem;
	color: #15204f;
	font-weight: 700;
	line-height: 1.25;
}

.single-post__content img,
.single-post__content figure {
	border-radius: 0.75rem;
}

.single-post__content blockquote {
	margin: 1.5rem 0;
	padding: 0.25rem 0 0.25rem 1.1rem;
	border-left: 3px solid var(--aifcom-navy);
	color: #15204f;
	font-weight: 600;
}

.single-post__share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin-top: 2rem;
	padding-top: 1.35rem;
	border-top: 1px solid #e4e7f4;
}

.single-post__share-label {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--aifcom-navy);
}

.single-post__share-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-post__share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.45rem;
	height: 2.45rem;
	border-radius: 999px;
	background: var(--aifcom-navy);
	color: #ffffff !important;
	text-decoration: none;
	font-size: 1.05rem;
	transition: transform 0.18s ease;
}

.single-post__share-link:hover,
.single-post__share-link:focus {
	background: var(--aifcom-navy);
	color: #ffffff;
	transform: translateY(-3px);
}

.single-post__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 1.75rem;
}

.single-post__tags a {
	display: inline-block;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	background: #eef0fb;
	color: var(--aifcom-navy);
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.single-post__tags a:hover,
.single-post__tags a:focus {
	background: var(--aifcom-navy);
	color: #ffffff;
}

.single-post__nav {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 1.25rem 0 2rem;
}

.single-post__nav-link {
	max-width: 48%;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--aifcom-navy);
}

.single-post__nav-link--next {
	margin-left: auto;
	text-align: right;
}

.single-post__related {
	margin-top: 0.5rem;
}

@media (min-width: 768px) {
	.single-post__panel {
		padding: 2.1rem 2.25rem 2.35rem;
	}
}

.entry-meta {
	font-size: 0.875rem;
	color: var(--aifcom-muted);
	margin-bottom: 1.25rem;
}

.post-list {
	display: grid;
	gap: 2rem;
}

.post-card__title {
	margin: 0 0 0.5rem;
	font-size: 1.35rem;
}

.post-card__excerpt {
	margin: 0;
	color: var(--aifcom-muted);
}

.archive-filter__header {
	margin-bottom: 1.75rem;
}

.archive-filter__sidebar {
	margin-bottom: 0.5rem;
}

.archive-filter__form {
	padding: 1.15rem 1.2rem 1.25rem;
	border-radius: 1.15rem;
	background: #f4f5fb;
}

.archive-filter__legend {
	margin: 0 0 0.85rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--aifcom-navy);
}

.archive-filter__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.archive-filter__item {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 0.55rem;
	cursor: pointer;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--aifcom-text);
}

.archive-filter__item input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.archive-filter__box {
	flex: 0 0 auto;
	width: 1.05rem;
	height: 1.05rem;
	border: 2px solid var(--aifcom-navy);
	border-radius: 0.22rem;
	background: #ffffff;
	position: relative;
}

.archive-filter__item input:checked + .archive-filter__box {
	background: var(--aifcom-navy);
}

.archive-filter__item input:checked + .archive-filter__box::after {
	content: "";
	position: absolute;
	left: 0.18rem;
	top: 0.02rem;
	width: 0.32rem;
	height: 0.55rem;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.archive-filter__item input:focus-visible + .archive-filter__box {
	outline: 2px solid var(--aifcom-navy);
	outline-offset: 2px;
}

.archive-filter__name {
	flex: 1 1 auto;
	min-width: 0;
}

.archive-filter__count {
	margin-left: auto;
	color: var(--aifcom-muted);
	font-size: 0.78rem;
	font-weight: 700;
}

.archive-filter__reset {
	margin-top: 0.65rem;
	padding: 0;
	border: 0;
	background: none;
	color: var(--aifcom-navy);
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.archive-filter__reset:hover,
.archive-filter__reset:focus {
	color: var(--aifcom-accent);
}

.archive-filter__stage {
	position: relative;
	min-height: 12rem;
}

.archive-filter__loader {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.72);
}

.archive-filter.is-loading .archive-filter__loader {
	display: flex;
}

.archive-filter__spinner {
	width: 2.1rem;
	height: 2.1rem;
	border: 3px solid #d8dcf3;
	border-top-color: var(--aifcom-navy);
	border-radius: 50%;
	animation: aifcom-spin 0.7s linear infinite;
}

@keyframes aifcom-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (min-width: 992px) {
	.archive-filter__sidebar {
		position: sticky;
		top: 6rem;
		align-self: flex-start;
	}
}

.archive-page {
	padding: 2rem 0 3.25rem;
}

.archive-page__title {
	font-size: clamp(1.55rem, 2.6vw, 2.15rem);
}

.archive-page__description {
	margin: 0.65rem 0 0;
	max-width: 40rem;
	color: #5a5a72;
	font-size: 0.98rem;
	line-height: 1.5;
}

.archive-page__empty {
	margin: 0;
	color: #5a5a72;
}

.archive-page .pagination {
	margin: 1.5rem 0 0;
}

.archive-page .nav-links,
.archive-filter__pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
	background: transparent;
	min-width: 0;
	border-radius: 0;
}

.archive-filter__pagination .page-numbers li {
	display: inline-flex;
}

.archive-page a.page-numbers,
.archive-page span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	height: 2.35rem;
	padding: 0 0.85rem;
	border: 1px solid #ffffff;
	border-radius: 999px;
	background: #ffffff;
	color: var(--aifcom-navy);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(36, 56, 160, 0.12);
}

.archive-page a.page-numbers:hover,
.archive-page a.page-numbers:focus {
	color: var(--aifcom-navy);
	background: #ffffff;
}

.archive-page span.page-numbers.current {
	color: #ffffff;
	background: var(--aifcom-navy);
	border-color: var(--aifcom-navy);
	box-shadow: none;
}

.archive-page span.page-numbers.dots {
	min-width: 0;
	height: auto;
	padding: 0.4rem 0.2rem;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--aifcom-navy);
}

.pagination {
	margin-top: 2.5rem;
}

.site-footer {
	background: var(--aifcom-footer-bg);
	color: #ffffff;
	padding: 3rem 0 1.5rem;
	margin-top: 3rem;
	margin-bottom: 0;
}

.site-footer a {
	color: #ffffff;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: var(--aifcom-accent);
}

.site-footer__brand {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1.1rem;
	color: #ffffff;
}

.site-footer__brand:hover,
.site-footer__brand:focus {
	color: #ffffff;
}

.site-footer__logo {
	width: auto;
	height: 44px;
}

.site-footer__brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.site-footer__title {
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.site-footer__tagline {
	font-size: 0.62rem;
	font-weight: 600;
}

.site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.site-footer__social a:hover,
.site-footer__social a:focus {
	background: var(--aifcom-accent);
	color: #ffffff;
}

.site-footer .widget-title {
	margin: 0 0 0.85rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-footer .widget ul,
.site-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .widget ul li,
.site-footer__menu li {
	margin: 0 0 0.4rem;
}

.site-footer .widget ul a,
.site-footer__menu a {
	font-size: 0.92rem;
}

.site-footer__credits {
	text-align: center;
	font-size: 0.85rem;
	opacity: 0.9;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: 2rem;
	padding-top: 1.35rem;
}

.site-footer__credits p {
	margin: 0;
}

.site-page {
	padding: 2rem 0 3.25rem;
}

.site-page .search-form {
	max-width: 28rem;
	margin-top: 1.25rem;
}

.aifcom-contact {
	max-width: none;
	width: 100%;
}

.aifcom-contact .form-label {
	font-weight: 600;
	color: var(--aifcom-navy);
}

.aifcom-contact__req {
	color: var(--aifcom-accent);
}

.aifcom-contact .form-control {
	border-radius: 0.5rem;
	padding: 0.7rem 0.9rem;
}

.aifcom-contact .form-check-label {
	font-size: 0.95rem;
	color: var(--aifcom-muted);
}

.aifcom-contact__honeypot {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.aifcom-contact__status {
	margin: 0;
	min-height: 1.4em;
	font-size: 0.95rem;
}

.aifcom-contact__status.is-success {
	color: #1b7a3d;
}

.aifcom-contact__status.is-error,
.aifcom-contact__notice {
	color: var(--aifcom-accent);
}

.aifcom-contact-modal__content {
	border: 0;
	border-radius: 1.15rem;
	overflow: hidden;
}

.aifcom-contact-modal__close {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	z-index: 2;
}

.aifcom-contact-modal__body {
	padding: 2.25rem 1.75rem 1.85rem;
}

.aifcom-contact-modal__title {
	margin: 0 1.75rem 0.75rem 0;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--aifcom-navy);
}

.aifcom-contact-modal__text {
	margin: 0 0 1.25rem;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--aifcom-muted);
}

.aifcom-home-banner__content {
	border: 0;
	border-radius: 1.15rem;
	overflow: hidden;
	box-shadow: 0 1.25rem 2.5rem rgba(36, 56, 160, 0.18);
}

.aifcom-home-banner__close {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	z-index: 2;
}

.aifcom-home-banner__body {
	padding: 2.25rem 1.75rem 1.85rem;
}

.aifcom-home-banner__title {
	margin: 0 1.75rem 0.85rem 0;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--aifcom-navy);
}

.aifcom-home-banner__text {
	margin: 0 0 1.25rem;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--aifcom-muted);
}

.aifcom-home-banner__text > *:last-child {
	margin-bottom: 0;
}

.aifcom-home-banner__text p,
.aifcom-home-banner__text ul,
.aifcom-home-banner__text ol {
	margin: 0 0 0.75rem;
}

.aifcom-home-banner__text a {
	color: var(--aifcom-navy);
	font-weight: 600;
}

.aifcom-home-banner__btn {
	align-self: flex-start;
}

.error-404 {
	text-align: left;
}

#mm-menu:not(.mm-menu) {
	display: none;
}

.mm-menu {
	--mm-color-text: var(--aifcom-navy);
	--mm-color-text-dimmed: #5c6bb5;
	--mm-color-background: #ffffff;
	font-family: var(--aifcom-font-sans);
}

.mm-menu .mm-listitem > a,
.mm-menu .mm-listitem > span,
.mm-menu .mm-listitem__text {
	font-weight: 600;
}

.mm-menu .mm-navbar__title {
	overflow: visible;
}

.mm-menu-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.mm-menu-brand img {
	display: block;
	height: 36px;
	width: auto;
	max-width: 140px;
	object-fit: contain;
}

.mm-menu-social {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	width: 100%;
}

.mm-menu-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	flex: 0 0 auto;
	color: var(--aifcom-navy);
	text-decoration: none;
}

.mm-menu-social__link:hover,
.mm-menu-social__link:focus {
	color: var(--aifcom-accent);
}

.mm-menu--position-left-front.mm-menu--offcanvas {
	z-index: 1040;
}

.mm-wrapper--position-left-front .mm-wrapper__blocker {
	z-index: 1035;
}

@media (max-width: 991.98px) {
	#primaryNavbar {
		display: none !important;
	}
}
