.rq-cf7-popup {
	--rq-popup-accent: #155eef;
	--rq-popup-width: 960px;
	position: fixed;
	z-index: 2147483000;
	inset: 0;
	display: grid;
	align-items: center;
	justify-items: center;
	padding: 24px;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
	font-family: inherit;
	color: #172033;
}

.rq-cf7-popup[hidden] {
	display: none !important;
}

.rq-cf7-popup.is-open {
	opacity: 1;
	pointer-events: auto;
}

.rq-cf7-popup *,
.rq-cf7-popup *::before,
.rq-cf7-popup *::after {
	box-sizing: border-box;
}

.rq-cf7-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 16, 37, 0.74);
	backdrop-filter: blur(4px);
}

.rq-cf7-popup__dialog {
	position: relative;
	width: min(100%, var(--rq-popup-width));
	max-height: calc(100vh - 48px);
	max-height: calc(100dvh - 48px);
	overflow: auto;
	overscroll-behavior: contain;
	background: #fff;
	border: 1px solid rgba(12, 36, 78, 0.16);
	border-radius: 22px;
	box-shadow: 0 30px 90px rgba(0, 16, 46, 0.36);
	transform: translateY(12px) scale(0.99);
	transition: transform 180ms ease;
	-webkit-overflow-scrolling: touch;
}

.rq-cf7-popup.is-open .rq-cf7-popup__dialog {
	transform: translateY(0) scale(1);
}

.rq-cf7-popup__dialog:focus,
.rq-cf7-popup__title:focus {
	outline: none;
}

.rq-cf7-popup__close {
	position: absolute;
	z-index: 5;
	top: 16px;
	right: 16px;
	display: inline-grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	color: #344054;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #d7dce5;
	border-radius: 50%;
	box-shadow: 0 4px 14px rgba(10, 37, 78, 0.1);
	cursor: pointer;
	appearance: none;
}

.rq-cf7-popup__close:hover {
	color: #102a56;
	background: #f5f8fc;
}

.rq-cf7-popup__close:focus-visible {
	outline: 3px solid rgba(21, 94, 239, 0.32);
	outline: 3px solid color-mix(in srgb, var(--rq-popup-accent) 32%, transparent);
	outline-offset: 2px;
}

.rq-cf7-popup__close svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.rq-cf7-popup__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	min-height: 640px;
}

.rq-cf7-popup__value-panel {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 46px 38px 40px;
	color: #fff;
	background:
		radial-gradient(circle at 96% 8%, rgba(76, 167, 255, 0.3) 0, rgba(76, 167, 255, 0) 34%),
		linear-gradient(145deg, #08295f 0%, #074aa4 100%);
	border-radius: 21px 0 0 21px;
}

.rq-cf7-popup__value-panel::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: -118px;
	bottom: -125px;
	width: 300px;
	height: 300px;
	border: 55px solid rgba(255, 255, 255, 0.055);
	border-radius: 50%;
}

.rq-cf7-popup__value-panel::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 22px;
	right: 20px;
	width: 74px;
	height: 74px;
	opacity: 0.22;
	background-image: radial-gradient(rgba(255, 255, 255, 0.78) 1px, transparent 1.5px);
	background-size: 9px 9px;
}

.rq-cf7-popup__eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 15px;
	color: #dbeafe;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.rq-cf7-popup__eyebrow span {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #ffd15c;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(255, 209, 92, 0.15);
}

.rq-cf7-popup__title {
	margin: 0;
	color: #fff;
	font-size: clamp(31px, 3vw, 36px);
	font-weight: 780;
	line-height: 1.38;
	letter-spacing: -0.025em;
}

.rq-cf7-popup__lead {
	margin: 15px 0 0;
	color: #eaf2ff;
	font-size: 15px;
	line-height: 1.8;
}

.rq-cf7-popup__benefits {
	margin-top: 27px;
	padding: 19px 20px 18px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.rq-cf7-popup__benefits-title {
	margin: 0 0 11px;
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.5;
}

.rq-cf7-popup__benefits ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rq-cf7-popup__benefits li {
	position: relative;
	margin: 0;
	padding-left: 28px;
	color: #f8fbff;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.55;
}

.rq-cf7-popup__benefits li::before {
	content: "✓";
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-grid;
	width: 19px;
	height: 19px;
	place-items: center;
	color: #073f88;
	background: #cfe7ff;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.rq-cf7-popup__trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 18px;
}

.rq-cf7-popup__trust-list span {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	padding: 5px 10px;
	color: #082b61;
	background: #fff;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.3;
}

.rq-cf7-popup__reassurance {
	margin: 14px 0 0;
	padding-left: 12px;
	color: #dbeafe;
	border-left: 2px solid #86c5ff;
	font-size: 12px;
	line-height: 1.7;
}

.rq-cf7-popup__form-panel {
	min-width: 0;
	padding: 38px 36px 24px;
	background: #fff;
	border-radius: 0 21px 21px 0;
}

.rq-cf7-popup__form-intro {
	padding-right: 46px;
}

.rq-cf7-popup__form-kicker {
	margin: 0 0 4px;
	color: var(--rq-popup-accent);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.13em;
}

.rq-cf7-popup__form-title {
	margin: 0;
	color: #101828;
	font-size: 21px;
	font-weight: 760;
	line-height: 1.45;
	letter-spacing: -0.015em;
}

.rq-cf7-popup__form-description {
	margin: 5px 0 0;
	color: #667085;
	font-size: 12px;
	line-height: 1.65;
}

.rq-cf7-popup__form-shell {
	margin-top: 19px;
}

.rq-cf7-popup__form-shell .wpcf7 {
	margin: 0;
}

.rq-cf7-popup__form-shell .wpcf7-form > :first-child {
	margin-top: 0;
}

.rq-cf7-popup__form-shell .wpcf7-form > :last-child {
	margin-bottom: 0;
}

.rq-cf7-popup__form-shell p {
	margin: 0 0 13px;
	color: #344054;
	font-size: 13px;
	line-height: 1.55;
}

.rq-cf7-popup__form-shell label {
	display: block;
	color: #1d2939;
	font-size: 13px;
	font-weight: 680;
	line-height: 1.5;
}

.rq-cf7-popup__form-shell .rq-form-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.rq-cf7-popup__form-shell .rq-form-badge {
	display: inline-flex;
	flex: 0 0 auto;
	min-height: 20px;
	align-items: center;
	padding: 2px 7px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.2;
}

.rq-cf7-popup__form-shell .rq-form-badge--required {
	color: #b42318;
	background: #fef3f2;
	border: 1px solid #fecdca;
}

.rq-cf7-popup__form-shell .rq-form-badge--optional {
	color: #475467;
	background: #f2f4f7;
	border: 1px solid #e4e7ec;
}

.rq-cf7-popup__form-shell .wpcf7-form-control-wrap {
	display: block;
	margin-top: 6px;
}

.rq-cf7-popup__form-shell :where(
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="date"],
	select,
	textarea
) {
	display: block;
	width: 100%;
	max-width: none;
	min-height: 45px;
	margin: 0;
	padding: 9px 11px;
	color: #101828;
	background: #fff;
	border: 1px solid #b8c0ce;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	font: inherit;
	font-size: 16px;
	line-height: 1.5;
	appearance: none;
}

.rq-cf7-popup__form-shell :where(
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	textarea
)::placeholder {
	color: #98a2b3;
	opacity: 1;
}

.rq-cf7-popup__form-shell textarea {
	min-height: 102px;
	resize: vertical;
}

.rq-cf7-popup__form-shell select {
	padding-right: 40px;
	background-image:
		linear-gradient(45deg, transparent 50%, #667085 50%),
		linear-gradient(135deg, #667085 50%, transparent 50%);
	background-position:
		calc(100% - 18px) calc(50% - 2px),
		calc(100% - 13px) calc(50% - 2px);
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
}

.rq-cf7-popup__form-shell :where(
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="date"],
	select,
	textarea
):focus {
	border-color: var(--rq-popup-accent);
	outline: 3px solid rgba(21, 94, 239, 0.2);
	outline: 3px solid color-mix(in srgb, var(--rq-popup-accent) 20%, transparent);
	outline-offset: 1px;
}

.rq-cf7-popup__form-shell .rq-form-consent-note {
	display: block;
	margin: 0 0 8px;
	color: #667085;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.55;
	text-align: center;
}

.rq-cf7-popup__form-shell .rq-form-consent-note a {
	color: #155eef;
	color: var(--rq-popup-accent);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.rq-cf7-popup__form-shell .wpcf7-not-valid {
	border-color: #d92d20;
}

.rq-cf7-popup__form-shell .wpcf7-not-valid-tip {
	display: block;
	margin-top: 5px;
	color: #b42318;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
}

.rq-cf7-popup__form-shell .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 14px 15px;
	color: #344054;
	background: #f8fafc;
	border: 1px solid #b8c0cc;
	border-radius: 9px;
	font-size: 13px;
	line-height: 1.65;
}

.rq-cf7-popup__form-shell form.sent .wpcf7-response-output {
	color: #067647;
	background: #ecfdf3;
	border-color: #6ce9a6;
}

.rq-cf7-popup__form-shell form.invalid .wpcf7-response-output,
.rq-cf7-popup__form-shell form.failed .wpcf7-response-output,
.rq-cf7-popup__form-shell form.spam .wpcf7-response-output {
	color: #b42318;
	background: #fef3f2;
	border-color: #fda29b;
}

.rq-cf7-popup__form-shell .rq-form-submit {
	margin-top: 2px;
	text-align: center;
}

.rq-cf7-popup__form-shell :where(input[type="submit"], button[type="submit"]) {
	display: inline-flex;
	width: 100%;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 12px 18px;
	color: #fff;
	background: #155eef;
	background: var(--rq-popup-accent);
	border: 2px solid #155eef;
	border-color: var(--rq-popup-accent);
	border-radius: 9px;
	box-shadow: 0 8px 18px rgba(21, 94, 239, 0.22);
	font: inherit;
	font-size: 15px;
	font-weight: 760;
	line-height: 1.4;
	cursor: pointer;
	appearance: none;
}

.rq-cf7-popup__form-shell :where(input[type="submit"], button[type="submit"]):hover {
	filter: brightness(0.92);
	box-shadow: 0 10px 23px rgba(21, 94, 239, 0.28);
	transform: translateY(-1px);
}

.rq-cf7-popup__form-shell :where(input[type="submit"], button[type="submit"]):focus-visible {
	outline: 3px solid rgba(21, 94, 239, 0.3);
	outline: 3px solid color-mix(in srgb, var(--rq-popup-accent) 30%, transparent);
	outline-offset: 3px;
}

.rq-cf7-popup__form-shell :where(input[type="submit"], button[type="submit"]):disabled {
	cursor: wait;
	filter: grayscale(0.2);
	opacity: 0.62;
	transform: none;
}

.rq-cf7-popup__form-shell .rq-form-submit-note {
	display: block;
	margin-top: 7px;
	color: #667085;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
}

.rq-cf7-popup__form-shell .wpcf7-spinner {
	margin: 10px auto 0;
}

.rq-cf7-popup__form-shell .rq-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 12px;
}

.rq-cf7-popup__source-note {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	margin: 14px 0 0;
	padding-top: 12px;
	color: #667085;
	border-top: 1px solid #eaecf0;
	font-size: 11px;
	line-height: 1.55;
}

.rq-cf7-popup__source-note svg {
	flex: 0 0 auto;
	margin-top: 1px;
	fill: none;
	stroke: #667085;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rq-cf7-popup.is-success .rq-cf7-popup__form-intro,
.rq-cf7-popup.is-success .rq-cf7-popup__source-note,
.rq-cf7-popup.is-success .rq-cf7-popup__form-shell .wpcf7-form > :not(.wpcf7-response-output) {
	display: none;
}

.rq-cf7-popup.is-success .rq-cf7-popup__form-shell {
	margin-top: 90px;
}

.rq-cf7-popup__sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

html.rq-cf7-popup-active,
body.rq-cf7-popup-active {
	overscroll-behavior: none;
}

@media (max-width: 840px) {
	.rq-cf7-popup__layout {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.rq-cf7-popup__value-panel {
		padding: 38px 40px 32px;
		border-radius: 21px 21px 0 0;
	}

	.rq-cf7-popup__form-panel {
		padding: 32px 40px 30px;
		border-radius: 0 0 21px 21px;
	}

	.rq-cf7-popup__benefits {
		margin-top: 22px;
	}
}

@media (max-width: 640px) {
	.rq-cf7-popup {
		align-items: end;
		padding: 0;
	}

	.rq-cf7-popup__dialog {
		width: 100%;
		max-height: calc(100vh - 10px);
		max-height: calc(100dvh - 10px);
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 18px 18px 0 0;
		transform: translateY(18px);
	}

	.rq-cf7-popup__close {
		top: 12px;
		right: 12px;
	}

	.rq-cf7-popup__value-panel {
		padding: 30px 22px 27px;
		border-radius: 17px 17px 0 0;
	}

	.rq-cf7-popup__eyebrow {
		padding-right: 48px;
		margin-bottom: 12px;
	}

	.rq-cf7-popup__title {
		padding-right: 22px;
		font-size: 26px;
		line-height: 1.42;
	}

	.rq-cf7-popup__lead {
		margin-top: 11px;
		font-size: 14px;
		line-height: 1.75;
	}

	.rq-cf7-popup__benefits {
		margin-top: 19px;
		padding: 16px;
	}

	.rq-cf7-popup__trust-list {
		margin-top: 14px;
	}

	.rq-cf7-popup__reassurance {
		margin-top: 12px;
	}

	.rq-cf7-popup__form-panel {
		padding: 27px 22px calc(24px + env(safe-area-inset-bottom));
		border-radius: 0;
	}

	.rq-cf7-popup__form-intro {
		padding-right: 0;
	}

	.rq-cf7-popup__form-title {
		font-size: 20px;
	}

	.rq-cf7-popup__form-shell .rq-form-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.rq-cf7-popup.is-success .rq-cf7-popup__form-shell {
		margin-top: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rq-cf7-popup,
	.rq-cf7-popup__dialog,
	.rq-cf7-popup__form-shell :where(input[type="submit"], button[type="submit"]) {
		transition: none;
	}
}
