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

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

.itbp-edito-module {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	padding: clamp(76px, 7.5vw, 118px) clamp(22px, 5vw, 72px) clamp(74px, 7vw, 108px);
	background-color: var(--itbp-ed-bg, #f7fbff) !important;
	background-image:
		radial-gradient(circle at 94% 2%, rgba(128, 214, 218, .30), transparent 28%),
		radial-gradient(circle at 1% 100%, rgba(38, 115, 184, .08), transparent 25%),
		linear-gradient(135deg, #fff 0%, var(--itbp-ed-bg, #f7fbff) 61%, #ecf4fe 100%) !important;
	color: var(--itbp-ed-navy, #06163a) !important;
	font-family: Montserrat, Arial, sans-serif;
}

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

.itbp-edito-module__orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.itbp-edito-module__orb--one {
	width: 440px;
	height: 440px;
	right: -180px;
	top: 150px;
	border: 1px solid rgba(38, 115, 184, .12);
	box-shadow: inset 0 0 0 64px rgba(128, 214, 218, .06);
}

.itbp-edito-module__orb--two {
	width: 340px;
	height: 340px;
	left: -220px;
	bottom: -170px;
	background: rgba(38, 115, 184, .055);
}

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

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

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

.itbp-edito-module__kicker i {
	display: block;
	width: 46px;
	height: 2px;
	margin: 0 7px;
	background: var(--itbp-ed-accent, #80d6da);
}

.itbp-edito-module__kicker small {
	color: #64728a !important;
	font-size: 11px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: .13em !important;
}

.itbp-edito-module__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(325px, 380px);
	gap: clamp(46px, 6.5vw, 94px);
	align-items: start;
}

.itbp-edito-module h2 {
	margin: 0 0 48px !important;
	color: var(--itbp-ed-navy, #06163a) !important;
	font-size: clamp(45px, 5.05vw, 72px) !important;
	font-weight: 300 !important;
	line-height: 1.01 !important;
	letter-spacing: -.045em !important;
	text-transform: none !important;
}

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

.itbp-edito-module h2 em {
	margin-top: 8px;
	color: var(--itbp-ed-blue, #2673b8) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	box-shadow: none !important;
}

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

.itbp-edito-module__intro {
	max-width: 790px;
	margin: 0 0 25px !important;
	color: #39465a !important;
	font-size: 19px !important;
	font-weight: 400 !important;
	line-height: 1.65 !important;
}

.itbp-edito-module__detail {
	max-width: 800px;
	margin: 0 0 38px !important;
	color: #677487 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.75 !important;
}

.itbp-edito-module__signature {
	position: relative;
	overflow: hidden;
	min-height: 365px;
	margin: 2px 0 0;
	padding: 42px 42px 38px 48px;
	border: 1px solid #d5e5ee;
	border-radius: 34px;
	background: linear-gradient(145deg, #fff 0%, #eaf7f8 100%) !important;
	box-shadow: 0 22px 55px rgba(23, 67, 112, .13);
}

.itbp-edito-module__signature::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 7px;
	background: linear-gradient(180deg, var(--itbp-ed-blue, #2673b8), var(--itbp-ed-accent, #80d6da));
}

.itbp-edito-module__signature::after {
	content: "";
	position: absolute;
	width: 240px;
	height: 240px;
	right: -105px;
	top: 75px;
	border: 1px solid rgba(38, 115, 184, .13);
	border-radius: 50%;
	box-shadow: inset 0 0 0 42px rgba(128, 214, 218, .065);
}

.itbp-edito-module__signature > * {
	position: relative;
	z-index: 2;
}

.itbp-edito-module__signature > strong {
	display: block;
	margin-bottom: 11px;
	color: var(--itbp-ed-blue, #2673b8) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: .14em !important;
	text-transform: uppercase;
}

.itbp-edito-module__quote-mark {
	display: block;
	height: 62px;
	color: var(--itbp-ed-accent, #80d6da) !important;
	font-size: 78px !important;
	font-weight: 300 !important;
	line-height: 1 !important;
	opacity: .7;
}

.itbp-edito-module__signature p {
	max-width: 275px;
	margin: 0 0 22px !important;
	color: var(--itbp-ed-navy, #06163a) !important;
	font-size: 21px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
}

.itbp-edito-module__signature .itbp-edito-module__quote-accent {
	color: var(--itbp-ed-blue, #2673b8) !important;
}

.itbp-edito-module__signature small {
	display: block;
	margin-top: 31px;
	color: #617088 !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	letter-spacing: .13em !important;
}

.itbp-edito-module__chain-label {
	display: block;
	margin-bottom: 17px;
	color: var(--itbp-ed-blue, #2673b8) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .14em !important;
	text-transform: uppercase;
}

.itbp-edito-module__chain-flow {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
}

.itbp-edito-module__chain-flow span {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 8px 17px;
	border: 1px solid #d3e2ee;
	border-radius: 999px;
	background: #fff !important;
	color: var(--itbp-ed-navy, #06163a) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	text-transform: uppercase;
}

.itbp-edito-module__chain-flow b {
	color: #6abbc4 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

.itbp-edito-module__chain-flow .itbp-edito-module__chain-arrow {
	color: var(--itbp-ed-blue, #2673b8) !important;
}

.itbp-edito-module__chain-flow .itbp-edito-module__chain-result {
	border-color: var(--itbp-ed-accent, #80d6da);
	background: rgba(128, 214, 218, .13) !important;
	color: var(--itbp-ed-blue, #2673b8) !important;
}

.itbp-edito-module__offers {
	margin: 28px 0 0 !important;
	color: var(--itbp-ed-blue, #2673b8) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	letter-spacing: .03em !important;
}

.itbp-edito-module__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 25px;
}

.itbp-edito-module__button {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	padding: 14px 25px;
	border-radius: 999px;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.itbp-edito-module__button:hover {
	transform: translateY(-2px);
}

.itbp-edito-module__button--primary {
	border: 1px solid transparent;
	background: linear-gradient(90deg, var(--itbp-ed-blue, #2673b8), #2e8bb8) !important;
	box-shadow: 0 13px 27px rgba(38, 115, 184, .22);
	color: #fff !important;
}

.itbp-edito-module__button--secondary {
	border: 1px solid #a9cae5;
	background: #fff !important;
	color: var(--itbp-ed-navy, #06163a) !important;
}

.itbp-edito-module__button--secondary:hover {
	background: #f0f7fd !important;
}

.itbp-edito-module__stats {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 63px;
	overflow: hidden;
	border: 1px solid #dce6ef;
	border-radius: 28px;
	background: #fff !important;
	box-shadow: 0 17px 42px rgba(23, 67, 112, .10);
}

.itbp-edito-module__stats::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--itbp-ed-blue, #2673b8), var(--itbp-ed-accent, #80d6da));
}

.itbp-edito-module__stat {
	min-width: 0;
	padding: 37px 30px 33px;
}

.itbp-edito-module__stat + .itbp-edito-module__stat {
	border-left: 1px solid #dce6ef;
}

.itbp-edito-module__stat strong {
	display: block;
	margin-bottom: 11px;
	color: var(--itbp-ed-blue, #2673b8) !important;
	font-size: clamp(28px, 2.6vw, 38px) !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: -.025em !important;
}

.itbp-edito-module__stat span {
	display: block;
	color: #566376 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
}

@media (max-width: 1080px) {
	.itbp-edito-module__layout {
		grid-template-columns: 1fr;
	}

	.itbp-edito-module__signature {
		max-width: 620px;
		min-height: 0;
	}

	.itbp-edito-module__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.itbp-edito-module__stat:nth-child(3) {
		border-top: 1px solid #dce6ef;
		border-left: 0;
	}

	.itbp-edito-module__stat:nth-child(4) {
		border-top: 1px solid #dce6ef;
	}
}

@media (max-width: 720px) {
	.itbp-edito-module {
		padding: 72px 18px;
	}

	.itbp-edito-module__kicker {
		flex-wrap: wrap;
	}

	.itbp-edito-module__kicker i {
		display: none;
	}

	.itbp-edito-module__kicker small {
		width: 100%;
		padding-left: 54px;
		line-height: 1.5 !important;
	}

	.itbp-edito-module h2 {
		margin-bottom: 34px !important;
		font-size: 41px !important;
	}

	.itbp-edito-module__intro {
		font-size: 17px !important;
	}

	.itbp-edito-module__signature {
		padding: 34px 27px 31px 34px;
		border-radius: 25px;
	}

	.itbp-edito-module__actions {
		flex-direction: column;
	}

	.itbp-edito-module__button {
		width: 100%;
	}

	.itbp-edito-module__stats {
		grid-template-columns: 1fr;
		border-radius: 22px;
	}

	.itbp-edito-module__stat {
		padding: 29px 25px;
	}

	.itbp-edito-module__stat + .itbp-edito-module__stat {
		border-top: 1px solid #dce6ef;
		border-left: 0;
	}
}
