@font-face {
	font-display: swap;
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 100 900;
	src: url("../fonts/work-sans-latin-variable.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Work Sans";
	font-style: italic;
	font-weight: 100 900;
	src: url("../fonts/work-sans-latin-variable-italic.woff2") format("woff2");
}

.kfci-placeholder {
	color: #59616d;
	font-size: 13px;
	line-height: 1.45;
	margin: 8px 0;
	text-align: left;
}

.kfci-placeholder-note {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	margin: 0;
}

.kfci-preferences-button {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 2px;
	color: #262fe9;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	line-height: inherit;
	padding: 0;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.kfci-preferences-button:hover {
	text-decoration-thickness: 2px;
}

.kfci-preferences-button:focus-visible {
	outline: 2px solid #262fe9;
	outline-offset: 3px;
}

.kfci-global-preferences {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 9998;
	margin: 0;
	padding: 7px 11px;
	border: 1px solid #d7d9e0;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(20, 24, 40, 0.14);
	color: #242838;
	font: 600 12px/1.2 "Work Sans", sans-serif;
	cursor: pointer;
}

.kfci-global-preferences:hover {
	border-color: #3038f2;
	color: #3038f2;
}

.kfci-global-preferences:focus-visible {
	outline: 3px solid #f4bb2a;
	outline-offset: 2px;
}

.kfci-hubspot-wrapper.kfci-loaded > .kfci-hubspot-placeholder,
.kfci-trustpilot-placeholder[hidden],
.kfci-video-consent[hidden] {
	display: none !important;
}

/* HubSpot: preserve the loaded form's geometry with a quiet, static facsimile. */
.kfci-hubspot-placeholder {
	background: transparent;
	border: 0;
	padding: 0;
}

.kfci-form-skeleton {
	display: grid;
	gap: 18px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kfci-skeleton-field {
	display: grid;
	gap: 8px;
}

.kfci-skeleton-label,
.kfci-skeleton-input,
.kfci-skeleton-submit {
	background: #f0f2f5;
	border: 1px solid #e5e8ec;
	display: block;
}

.kfci-skeleton-label {
	border: 0;
	border-radius: 3px;
	height: 11px;
	width: 44%;
}

.kfci-skeleton-field:nth-child(3n + 2) .kfci-skeleton-label {
	width: 58%;
}

.kfci-skeleton-field:nth-child(3n + 3) .kfci-skeleton-label {
	width: 36%;
}

.kfci-skeleton-input {
	border-radius: 8px;
	height: 54px;
}

.kfci-registration-placeholder {
	min-height: 690px;
}

.kfci-registration-placeholder .kfci-placeholder-note {
	justify-content: center;
	margin-top: 22px;
	text-align: center;
}

.kfci-newsletter-placeholder .kfci-form-skeleton {
	align-items: end;
	display: flex;
	gap: 10px;
}

.kfci-newsletter-placeholder .kfci-skeleton-field {
	flex: 1;
	max-width: 300px;
	min-width: 250px;
}

.kfci-newsletter-placeholder .kfci-skeleton-label {
	display: none;
}

.kfci-newsletter-placeholder .kfci-skeleton-input {
	height: 48px;
}

.kfci-skeleton-submit {
	border-radius: 8px;
	height: 48px;
	width: 120px;
}

.kfci-newsletter-placeholder .kfci-placeholder-note {
	margin-top: 10px;
}

.kf-newsletter-signup .kfci-skeleton-input {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .25);
}

.kf-newsletter-signup .kfci-skeleton-submit {
	background: rgba(38, 47, 233, .5);
	border-color: rgba(255, 255, 255, .14);
}

.kf-newsletter-signup .kfci-placeholder-note {
	color: rgba(255, 255, 255, .72);
}

.kf-newsletter-signup .kfci-preferences-button {
	color: #fff;
}

/* Runtime consent can occur after AOS has completed its initial scan. */
.site-footer .kf-newsletter-signup[data-aos] {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

/* Trustpilot: reserve the exact widget slot and place the state inside it. */
.trustpilot-stats-widget,
.trustpilot-form-widget,
.trustpilot-capital-stack-widget {
	position: relative;
}

.trustpilot-stats-widget,
.trustpilot-stats-widget > .trustpilot-widget {
	min-height: 20px;
}

.trustpilot-capital-stack-widget,
.trustpilot-capital-stack-widget > .trustpilot-widget {
	min-height: 240px;
}

.kfci-trustpilot-placeholder {
	align-items: center;
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: center;
	margin: 0;
	padding: 12px;
	position: absolute;
	z-index: 1;
}

.kfci-trustpilot-placeholder .kfci-placeholder-note {
	justify-content: center;
	text-align: center;
}

.kfci-review-skeleton {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 18px;
	max-width: 680px;
	width: 100%;
}

.kfci-review-skeleton-item {
	border: 1px solid #eceef1;
	border-radius: 8px;
	display: grid;
	gap: 10px;
	min-height: 118px;
	padding: 16px;
}

.kfci-review-skeleton-item i {
	background: #f0f2f5;
	border-radius: 3px;
	display: block;
	height: 9px;
}

.kfci-review-skeleton-item i:first-child {
	background: repeating-linear-gradient(90deg, #dfe2e7 0 11px, transparent 11px 15px);
	height: 12px;
	width: 72px;
}

.kfci-review-skeleton-item i:nth-child(2) {
	width: 88%;
}

.kfci-review-skeleton-item i:nth-child(3) {
	width: 62%;
}

.trustpilot-stats-widget .kfci-trustpilot-placeholder {
	padding: 0;
}

.trustpilot-stats-widget .kfci-review-skeleton {
	display: none;
}

.trustpilot-stats-widget .kfci-placeholder-note {
	font-size: 12px;
	white-space: nowrap;
}

.kfci-userway-placeholder {
	bottom: 16px;
	left: 16px;
	position: fixed;
	z-index: 9998;
}

.kfci-userway-placeholder .kfci-preferences-button {
	background: #004c72;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 12px;
	padding: 6px 10px;
	text-decoration: none;
}

/* YouTube: identical 16:9 geometry before and after the iframe is activated. */
.comp-youtube-video {
	aspect-ratio: 16 / 9;
	height: auto !important;
	overflow: hidden;
	padding-top: 0 !important;
	position: relative;
}

.comp-youtube-video > iframe,
.comp-youtube-video > .poster-img {
	height: 100% !important;
	inset: 0;
	position: absolute;
	width: 100% !important;
}

.kfci-youtube-frame {
	display: none !important;
}

.comp-youtube-video.kfci-video-loading .videoPlayIcon {
	opacity: .55;
	pointer-events: none;
}

.kfci-video-consent {
	background: rgba(12, 17, 28, .76);
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 6px;
	bottom: 10px;
	color: #fff;
	left: 10px;
	margin: 0;
	max-width: calc(100% - 20px);
	padding: 0;
	position: absolute;
	z-index: 3;
}

.kfci-video-consent p {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.kfci-video-consent .kfci-preferences-button {
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	padding: 7px 9px;
	text-decoration: none;
}

.kfci-video-consent .kfci-preferences-button:hover {
	background: rgba(255, 255, 255, .1);
}

.kf-newsletter-signup .kf-hubspot-form .hs-form {
	align-items: flex-start;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin-bottom: 15px;
}

.kf-newsletter-signup .kf-hubspot-form .hs-email {
	flex: 1;
	max-width: 300px;
	min-width: 250px;
}

.kf-newsletter-signup .kf-hubspot-form .hs-email label {
	display: none !important;
}

.kf-newsletter-signup .kf-hubspot-form .hs-input {
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	height: 48px;
	padding: 10px 15px;
	width: 100%;
}

.kf-newsletter-signup .kf-hubspot-form .hs-button {
	background: #262fe9;
	border: 0;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	height: 48px;
	min-width: 120px;
	padding: 10px 24px;
}

.kf-newsletter-signup .privacy-notice {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 15px;
	opacity: .8;
}

@media (max-width: 767px) {
	.kfci-form-skeleton {
		gap: 14px;
		grid-template-columns: 1fr;
	}

	.kfci-registration-placeholder {
		min-height: 960px;
	}

	.kfci-review-skeleton {
		grid-template-columns: 1fr;
	}

	.kfci-review-skeleton-item:nth-child(n + 2) {
		display: none;
	}

	.kfci-newsletter-placeholder .kfci-form-skeleton,
	.kf-newsletter-signup .kf-hubspot-form .hs-form {
		align-items: stretch;
		flex-direction: column;
	}

	.kfci-newsletter-placeholder .kfci-skeleton-field,
	.kf-newsletter-signup .kf-hubspot-form .hs-email,
	.kf-newsletter-signup .kf-hubspot-form .hs-submit {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.kfci-newsletter-placeholder .kfci-skeleton-submit {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kfci-placeholder *,
	.kfci-placeholder *::before,
	.kfci-placeholder *::after {
		animation: none !important;
		transition: none !important;
	}
}
