.fl-module-itbp-expertises .fl-module-content {
	margin: 0 !important;
}

.itbp-expertises-module,
.itbp-expertises-module * {
	box-sizing: border-box;
}

.itbp-expertises-module {
	position: relative;
	isolation: isolate;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	padding: clamp(76px, 7vw, 112px) clamp(22px, 5vw, 72px) clamp(74px, 6.7vw, 105px);
	background-color: var(--itbp-expertises-bg, #f7fbff) !important;
	background-image:
		radial-gradient(circle at 88% 13%, color-mix(in srgb, var(--itbp-expertises-teal, #6abbc4) 30%, transparent) 0, color-mix(in srgb, var(--itbp-expertises-teal, #6abbc4) 8%, transparent) 19%, transparent 38%),
		radial-gradient(circle at 3% 93%, color-mix(in srgb, var(--itbp-expertises-blue, #2673b8) 18%, transparent) 0, color-mix(in srgb, var(--itbp-expertises-blue, #2673b8) 4%, transparent) 24%, transparent 42%),
		linear-gradient(142deg, var(--itbp-expertises-bg, #f7fbff) 0%, #ecf4fe 44%, var(--itbp-expertises-bg-end, #e0f1f6) 100%) !important;
	color: var(--itbp-expertises-navy, #06163a) !important;
	font-family: Montserrat, Arial, sans-serif;
}

@supports not (color: color-mix(in srgb, white, black)) {
	.itbp-expertises-module {
		background-image:
			radial-gradient(circle at 88% 13%, rgba(106, 187, 196, .30) 0, rgba(106, 187, 196, .08) 19%, transparent 38%),
			radial-gradient(circle at 3% 93%, rgba(38, 115, 184, .18) 0, rgba(38, 115, 184, .04) 24%, transparent 42%),
			linear-gradient(142deg, var(--itbp-expertises-bg, #f7fbff) 0%, #ecf4fe 44%, var(--itbp-expertises-bg-end, #e0f1f6) 100%) !important;
	}
}

.itbp-expertises-module__inner {
	position: relative;
	z-index: 2;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.itbp-expertises-module__orb {
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	pointer-events: none;
}

.itbp-expertises-module__orb--one {
	top: -205px;
	right: -135px;
	width: 480px;
	height: 480px;
	border: 1px solid rgba(38, 115, 184, .14);
	box-shadow: 0 0 0 68px rgba(255, 255, 255, .16), 0 0 0 136px rgba(106, 187, 196, .07);
}

.itbp-expertises-module__orb--two {
	bottom: -220px;
	left: -160px;
	width: 390px;
	height: 390px;
	background: rgba(38, 115, 184, .045);
}

.itbp-expertises-module__kicker {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 27px;
	color: var(--itbp-expertises-blue, #2673b8) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: .14em !important;
	text-transform: uppercase;
}

.itbp-expertises-module__kicker span {
	display: grid;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	place-items: center;
	border: 1px solid var(--itbp-expertises-teal, #6abbc4);
	border-radius: 50%;
	background: rgba(255, 255, 255, .36);
	color: var(--itbp-expertises-blue, #2673b8) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
}

.itbp-expertises-module__kicker strong {
	color: var(--itbp-expertises-blue, #2673b8) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

.itbp-expertises-module h2 {
	max-width: 850px;
	margin: 0 0 clamp(39px, 4.2vw, 58px) !important;
	color: var(--itbp-expertises-navy, #06163a) !important;
	font-size: clamp(45px, 5.4vw, 72px) !important;
	font-weight: 300 !important;
	line-height: 1.02 !important;
	letter-spacing: -.047em !important;
	text-transform: none !important;
}

.itbp-expertises-module h2 span,
.itbp-expertises-module h2 em {
	display: block;
	border: 0 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.itbp-expertises-module h2 em {
	margin-top: 7px;
	color: var(--itbp-expertises-blue, #2673b8) !important;
	font-style: normal !important;
	font-weight: 400 !important;
}

.itbp-expertises-module h2 em::before,
.itbp-expertises-module h2 em::after {
	display: none !important;
	content: none !important;
}

.itbp-expertises-module__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.itbp-expertises-module__card {
	position: relative;
	overflow: hidden;
	min-height: 258px;
	margin: 0 !important;
	padding: 28px 27px 30px !important;
	border: 1px solid rgba(87, 150, 202, .20) !important;
	border-radius: 23px !important;
	background: rgba(255, 255, 255, .74) !important;
	box-shadow: 0 14px 38px rgba(6, 22, 58, .075);
	transform: translateY(0);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease, opacity .55s ease;
}

.itbp-expertises-module__card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 27px;
	width: 46px;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: linear-gradient(90deg, var(--itbp-expertises-blue, #2673b8), var(--itbp-expertises-teal, #6abbc4));
	transition: width .32s ease, background .28s ease;
}

.itbp-expertises-module__card::after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -110px;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	transform: scale(.7);
	opacity: 0;
	pointer-events: none;
	transition: transform .38s ease, opacity .28s ease;
}

.itbp-expertises-module__card:hover {
	z-index: 2;
	border-color: rgba(255, 255, 255, .50) !important;
	background: linear-gradient(135deg, var(--itbp-expertises-blue, #2673b8) 0%, #3f8fc0 55%, var(--itbp-expertises-teal, #6abbc4) 100%) !important;
	box-shadow: 0 25px 50px rgba(18, 78, 133, .24);
	transform: translateY(-7px);
}

.itbp-expertises-module__card:hover::before {
	width: calc(100% - 54px);
	background: rgba(255, 255, 255, .72);
}

.itbp-expertises-module__card:hover::after {
	transform: scale(1);
	opacity: 1;
}

.itbp-expertises-module__number {
	position: relative;
	z-index: 1;
	display: inline-grid;
	width: 38px;
	height: 38px;
	margin-bottom: 34px;
	place-items: center;
	border-radius: 11px;
	background: #ecf4fe !important;
	color: var(--itbp-expertises-blue, #2673b8) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	transition: background .28s ease, color .28s ease;
}

.itbp-expertises-module__card:hover .itbp-expertises-module__number {
	background: rgba(255, 255, 255, .18) !important;
	color: #fff !important;
}

.itbp-expertises-module__card h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 12px !important;
	color: var(--itbp-expertises-navy, #06163a) !important;
	font-size: clamp(20px, 1.7vw, 24px) !important;
	font-weight: 700 !important;
	line-height: 1.23 !important;
	letter-spacing: -.025em !important;
	text-transform: none !important;
	transition: color .28s ease, transform .28s ease;
}

.itbp-expertises-module__card p {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	color: var(--itbp-expertises-body, #66717b) !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.65 !important;
	transition: color .28s ease, transform .28s ease;
}

.itbp-expertises-module__card:hover h3,
.itbp-expertises-module__card:hover p {
	color: #fff !important;
	transform: translateY(-2px);
}

.itbp-expertises-module__card:hover p {
	color: rgba(255, 255, 255, .90) !important;
}

.itbp-expertises-module__footnote {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 31px;
	color: var(--itbp-expertises-blue, #2673b8) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	letter-spacing: .11em !important;
	text-transform: uppercase;
}

.itbp-expertises-module__footnote::before {
	content: "";
	width: 36px;
	height: 1px;
	background: linear-gradient(90deg, var(--itbp-expertises-blue, #2673b8), var(--itbp-expertises-teal, #6abbc4));
}

.itbp-expertises-module.is-reveal-ready .itbp-expertises-module__card {
	opacity: 0;
	transform: translateY(22px);
}

.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card {
	opacity: 1;
	transform: translateY(0);
}

.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:hover {
	transform: translateY(-7px);
}

.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(2) {
	transition-delay: .07s;
}

.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(3) {
	transition-delay: .14s;
}

.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(4) {
	transition-delay: .21s;
}

.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(5) {
	transition-delay: .28s;
}

.itbp-expertises-module.is-reveal-ready.is-visible .itbp-expertises-module__card:nth-child(6) {
	transition-delay: .35s;
}

@media (max-width: 980px) {
	.itbp-expertises-module__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 650px) {
	.itbp-expertises-module {
		padding-right: 22px;
		padding-left: 22px;
	}

	.itbp-expertises-module h2 {
		font-size: clamp(39px, 12vw, 52px) !important;
		line-height: 1.04 !important;
	}

	.itbp-expertises-module__grid {
		grid-template-columns: 1fr;
	}

	.itbp-expertises-module__card {
		min-height: 0;
	}

	.itbp-expertises-module__number {
		margin-bottom: 25px;
	}
}

@media (hover: none) {
	.itbp-expertises-module__footnote {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.itbp-expertises-module__card,
	.itbp-expertises-module__card::before,
	.itbp-expertises-module__card::after,
	.itbp-expertises-module__number,
	.itbp-expertises-module__card h3,
	.itbp-expertises-module__card p {
		transition: none !important;
	}

	.itbp-expertises-module.is-reveal-ready .itbp-expertises-module__card {
		opacity: 1;
		transform: none;
	}
}
