.npb-offer-hero,
.npb-offer-shell,
.npb-thank-you {
	--npb-navy: #122f4f;
	--npb-green: #2dc653;
	--npb-green-dark: #159446;
	--npb-mint: #eaf8ee;
	--npb-ink: #17324f;
	--npb-muted: #5e6f80;
	--npb-line: #dce4e9;
	--npb-bg: #f4f7fa;
	--npb-white: #fff;
	--npb-danger: #b42318;
	--npb-radius: 14px;
	--npb-shadow: 0 16px 50px rgba(18, 47, 79, 0.12);
	box-sizing: border-box;
	isolation: isolate;
}

body.npb-offer-plugin-page .wordpress.page > h1:first-child,
body.npb-thank-you-plugin-page .wordpress.page > h1:first-child {
	display: none !important;
}

.npb-offer-hero *,
.npb-offer-shell *,
.npb-thank-you * {
	box-sizing: border-box;
}

.brxe-npb-offer-hero.npb-bricks-offer-hero {
	flex: 0 0 auto !important;
	align-self: center !important;
	width: min(100%, 824px) !important;
	min-width: 0 !important;
	max-width: 824px !important;
}

.brxe-npb-offer-hero.npb-bricks-offer-hero > .npb-offer-hero {
	width: 100% !important;
}

.npb-offer-shell [hidden],
.npb-offer-hero [hidden] {
	display: none !important;
}

.npb-offer-shell :where(form, fieldset, legend, input, select, textarea, button) {
	float: none;
	max-width: none;
	text-transform: none;
}

.npb-offer-hero :where(h2, form, label, input, button, span, p, img),
.npb-offer-shell :where(form, fieldset, legend, label, input, select, textarea, button, span, p, img, a, div) {
	box-sizing: border-box;
}

.npb-offer-hero .npb-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;
}

.npb-offer-hero {
	position: relative !important;
	display: block !important;
	contain: layout style paint;
	container-name: npb-hero;
	container-type: inline-size;
	width: 100% !important;
	max-width: 824px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 28px 20px 25px !important;
	margin: 0 auto !important;
	color: #fff !important;
	background:
		radial-gradient(circle at 14% 0, rgba(255, 255, 255, 0.32), transparent 38%),
		radial-gradient(circle at 92% 100%, rgba(45, 198, 83, 0.14), transparent 42%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
		rgba(8, 66, 41, 0.28) !important;
	-webkit-backdrop-filter: blur(28px) saturate(180%) brightness(1.08) !important;
	backdrop-filter: blur(28px) saturate(180%) brightness(1.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.42) !important;
	border-radius: 20px !important;
	font-family: "Inter", Arial, sans-serif !important;
	line-height: normal !important;
	text-align: center !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.55),
		inset 0 -1px 0 rgba(255, 255, 255, 0.12),
		inset 1px 0 0 rgba(255, 255, 255, 0.18),
		0 22px 60px rgba(2, 31, 20, 0.22) !important;
	overflow: hidden !important;
}

.npb-offer-hero::before {
	position: absolute !important;
	inset: 0 !important;
	z-index: 0 !important;
	display: block !important;
	content: "" !important;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 24% 72%, rgba(255, 255, 255, 0.07)),
		radial-gradient(ellipse at 50% -28%, rgba(255, 255, 255, 0.3), transparent 55%) !important;
	pointer-events: none !important;
}

.npb-offer-hero > * {
	position: relative !important;
	z-index: 1 !important;
}

.npb-offer-hero .npb-offer-hero__title {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 0 24px !important;
	color: #fff !important;
	background: transparent !important;
	border: 0 !important;
	font-family: "Inter", Arial, sans-serif !important;
	font-size: clamp(24px, 7.2vw, 30px) !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-transform: none !important;
	text-shadow: none !important;
}

.npb-offer-hero .npb-offer-hero__form {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	grid-template-rows: 60px 60px !important;
	grid-auto-flow: row !important;
	grid-auto-rows: auto !important;
	gap: 12px !important;
	width: 100% !important;
	max-width: 663px !important;
	padding: 0 !important;
	margin: 0 auto !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.npb-offer-hero .npb-offer-hero__form > input {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

.npb-offer-hero .npb-offer-hero__form > button {
	grid-column: 1 !important;
	grid-row: 2 !important;
}

.npb-offer-hero .npb-offer-hero__form > .npb-field-error {
	grid-column: 1 !important;
	grid-row: 3 !important;
}

/* Password managers inject siblings into forms after layout. Keep them over the
 * postcode cell so they cannot become an extra grid item and move the CTA. */
.npb-offer-hero .npb-offer-hero__form > :not(input):not(button):not(.npb-field-error) {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

.npb-offer-hero .npb-offer-hero__form input,
.npb-offer-hero .npb-offer-hero__form button {
	position: static !important;
	float: none !important;
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	height: 60px !important;
	min-height: 60px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
	border-radius: 6px !important;
	opacity: 1 !important;
	transform: none;
}

.npb-offer-hero .npb-offer-hero__form input {
	align-items: center !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
	color: #1d1d1f !important;
	-webkit-text-fill-color: #1d1d1f !important;
	background: #fff !important;
	border: 1px solid #86868b !important;
	outline: 0 !important;
	font-family: "Inter", Arial, sans-serif !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	text-indent: 0 !important;
	box-shadow: none !important;
	appearance: none !important;
}

.npb-offer-hero .npb-offer-hero__form input::placeholder {
	color: #1d1d1f !important;
	opacity: 1 !important;
}

.npb-offer-hero .npb-offer-hero__form input:focus {
	border-color: #054828 !important;
	outline: 3px solid rgba(45, 198, 83, 0.3) !important;
	outline-offset: 2px !important;
}

.npb-offer-hero .npb-offer-hero__form button {
	align-items: center !important;
	justify-content: center !important;
	gap: 9px !important;
	padding-right: 24px !important;
	padding-left: 24px !important;
	color: #fff !important;
	background: #2dc653 !important;
	border: 0 !important;
	outline: 0 !important;
	font-family: "Poppins", Arial, sans-serif !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: capitalize !important;
	text-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
	transition: background-color 160ms ease, box-shadow 160ms ease !important;
}

.npb-offer-hero .npb-offer-hero__form button:hover {
	color: #fff !important;
	background: #22ad47 !important;
	transform: none !important;
}

.npb-offer-hero .npb-offer-hero__form button:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.75) !important;
	outline-offset: 3px !important;
}

.npb-offer-hero .npb-offer-hero__form button span {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
	color: inherit !important;
	font: inherit !important;
	line-height: inherit !important;
	white-space: nowrap !important;
}

.npb-offer-hero .npb-offer-hero__arrow {
	display: block !important;
	flex: 0 0 14px !important;
	width: 14px !important;
	max-width: 14px !important;
	height: 10px !important;
	margin: 0 !important;
	object-fit: contain !important;
}

.npb-offer-hero .npb-field-error {
	grid-column: 1 / -1 !important;
	display: block !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #8f1d16 !important;
	font-family: "Inter", Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-align: left !important;
}

.npb-offer-hero .npb-field-error:empty {
	display: none !important;
}

.npb-offer-hero .npb-offer-hero__trust {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	width: 100% !important;
	max-width: 680px !important;
	padding: 0 !important;
	margin: 23px auto 0 !important;
	color: #fff !important;
	font-family: "Inter", Arial, sans-serif !important;
	font-size: 11.5px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	text-align: center !important;
}

.npb-offer-hero .npb-offer-hero__confidentiality {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 14px !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.npb-offer-hero .npb-offer-hero__trust p {
	padding: 0 !important;
	margin: 0 !important;
	color: #fff !important;
	font: inherit !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-transform: none !important;
}

.npb-offer-hero .npb-offer-hero__lock {
	display: inline-flex !important;
	flex: 0 0 27px !important;
	align-items: center !important;
	justify-content: center !important;
	width: 27px !important;
	height: 27px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: #054828 !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
}

.npb-offer-hero .npb-offer-hero__lock img {
	display: block !important;
	width: 14px !important;
	max-width: 14px !important;
	height: 18px !important;
	margin: 0 !important;
	object-fit: contain !important;
}

.npb-offer-hero .npb-offer-hero__registration {
	margin-top: 0 !important;
	text-transform: capitalize !important;
}

.npb-offer-shell {
	width: min(100%, 900px);
	margin: 0 auto;
	color: var(--npb-ink);
	font-family: "Inter", Arial, sans-serif;
	isolation: isolate;
}

.npb-offer-wizard,
.npb-offer-result {
	padding: 22px 18px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 244, 0.9)),
		rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(20px) saturate(120%);
	backdrop-filter: blur(20px) saturate(120%);
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 20px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 24px 70px rgba(18, 47, 79, 0.13);
	overflow: hidden;
}

.npb-offer-progress {
	margin-bottom: 26px;
}

.npb-offer-progress__copy {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 8px;
	color: var(--npb-muted);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.npb-offer-progress__track {
	height: 7px;
	overflow: hidden;
	background: #e6ecef;
	border-radius: 999px;
}

.npb-offer-progress__track span {
	display: block;
	width: 50%;
	height: 100%;
	background: var(--npb-green);
	border-radius: inherit;
	transition: width 240ms ease;
}

.npb-form-alert {
	display: none;
	padding: 12px 14px;
	margin: 0 0 20px;
	color: var(--npb-danger);
	background: #fff1f0;
	border: 1px solid #f8b4ad;
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 700;
}

.npb-form-alert.is-visible {
	display: block;
}

.npb-offer-step {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
	animation: npb-step-in 220ms ease both;
}

.npb-offer-step__heading {
	width: 100%;
	padding: 0;
	margin: 0;
	color: var(--npb-navy);
	font-family: "Poppins", "Inter", Arial, sans-serif;
	font-size: clamp(24px, 5vw, var(--npb-form-heading-size, 30px));
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: -0.035em;
	text-align: center;
}

.npb-offer-step__eyebrow {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 14px;
	color: var(--npb-green-dark);
	font-family: "Poppins", "Inter", Arial, sans-serif;
	font-size: clamp(28px, 7vw, var(--npb-form-eyebrow-size, 38px));
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.04em;
	text-align: center;
}

.npb-offer-step__intro {
	max-width: 680px;
	margin: 10px auto 30px;
	color: var(--npb-muted);
	font-size: var(--npb-form-body-size, 14px);
	line-height: 1.55;
	text-align: center;
}

.npb-field {
	margin: 0 0 22px;
}

.npb-field label,
.npb-field__label {
	display: block;
	margin: 0 0 8px;
	color: var(--npb-ink);
	font-size: var(--npb-form-body-size, 14px);
	font-weight: 750;
	line-height: 1.35;
}

.npb-field input,
.npb-field select,
.npb-field textarea {
	width: 100%;
	min-height: var(--npb-form-field-height, 50px);
	padding: 11px 14px;
	margin: 0;
	color: var(--npb-ink);
	background: var(--npb-white);
	border: 1px solid rgba(18, 47, 79, 0.22);
	border-radius: 10px;
	font: inherit;
	font-size: var(--npb-form-body-size, 14px);
	line-height: 1.35;
	box-shadow: 0 8px 22px rgba(18, 47, 79, 0.05);
	transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.npb-field textarea {
	min-height: 96px;
	resize: vertical;
}

.npb-field input:focus,
.npb-field select:focus,
.npb-field textarea:focus,
.npb-offer-hero__form input:focus {
	outline: 0;
	border-color: var(--npb-green-dark);
	box-shadow: 0 0 0 4px rgba(40, 199, 91, 0.16);
}

.npb-field__hint {
	margin: 7px 0 0;
	color: var(--npb-muted);
	font-size: 12px;
	line-height: 1.45;
}

.npb-input-action {
	display: grid;
	gap: 9px;
}

.npb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--npb-form-field-height, 50px);
	padding: 11px 20px;
	color: var(--npb-white);
	background: var(--npb-green);
	border: 0;
	border-radius: 8px;
	font: inherit;
	font-size: var(--npb-form-body-size, 14px);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.npb-button:hover {
	color: var(--npb-white);
	background: var(--npb-green-dark);
	transform: translateY(-1px);
}

.npb-button:focus-visible,
.npb-text-button:focus-visible {
	outline: 3px solid rgba(40, 199, 91, 0.32);
	outline-offset: 3px;
}

.npb-button:disabled {
	opacity: 0.65;
	cursor: wait;
	transform: none;
}

.npb-button--secondary {
	color: var(--npb-green-dark);
	background: var(--npb-mint);
	border: 1px solid #b9e7c5;
}

.npb-button--secondary:hover {
	color: #fff;
}

.npb-text-button {
	display: inline-block;
	padding: 4px 0;
	margin: -10px 0 24px;
	color: var(--npb-green-dark);
	background: transparent;
	border: 0;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.npb-text-button--back {
	margin: 0;
	color: var(--npb-muted);
	text-decoration: none;
}

.npb-choice-grid {
	display: grid;
	gap: 10px;
}

.npb-choice-grid--types {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.npb-choice-grid--bedrooms {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 7px;
}

.npb-choice-card,
.npb-choice-pill {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	cursor: pointer;
}

.npb-choice-card {
	flex-direction: column;
	min-height: 102px;
	padding: 12px 7px;
	color: var(--npb-ink);
	background: #fff;
	border: 1.5px solid var(--npb-line);
	border-radius: 12px;
	font-size: 12px !important;
	font-weight: 750;
	line-height: 1.25;
	text-align: center;
	box-shadow: 0 8px 24px rgba(18, 47, 79, 0.07);
}

.npb-choice-card input,
.npb-choice-pill input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.npb-choice-card:has(input:checked),
.npb-choice-pill:has(input:checked) span {
	color: var(--npb-green-dark);
	background: var(--npb-mint);
	border-color: var(--npb-green);
	box-shadow: 0 0 0 2px rgba(40, 199, 91, 0.16);
}

.npb-choice-card:has(input:focus-visible),
.npb-choice-pill input:focus-visible + span {
	outline: 3px solid rgba(40, 199, 91, 0.25);
	outline-offset: 2px;
}

.npb-choice-card__icon {
	display: block;
	width: 42px;
	height: 42px;
	margin-bottom: 7px;
	color: #64798c;
}

.npb-choice-card__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.npb-choice-pill span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	color: var(--npb-ink);
	background: #fff;
	border: 1.5px solid var(--npb-line);
	border-radius: 8px;
	font-size: 14px;
	font-weight: 800;
}

.npb-consents {
	display: grid;
	gap: 14px;
	margin: 4px 0 24px;
}

.npb-check {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0 !important;
	color: var(--npb-muted);
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	cursor: pointer;
}

.npb-check input {
	width: 20px !important;
	height: 20px !important;
	min-height: 0 !important;
	margin: 1px 0 0 !important;
	accent-color: var(--npb-green-dark);
}

.npb-check a {
	color: var(--npb-green-dark);
	font-weight: 700;
}

.npb-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.npb-offer-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding-top: 20px;
	border-top: 1px solid var(--npb-line);
}

.npb-offer-actions .npb-button {
	flex: 1 1 auto;
	max-width: 280px;
}

.npb-offer-actions .npb-text-button--back {
	position: absolute;
	left: 0;
}

.npb-offer-actions {
	position: relative;
}

.npb-offer-result {
	text-align: center;
}

.npb-offer-result__tick {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin: 0 auto 18px;
	color: #fff;
	background: var(--npb-green);
	border-radius: 999px;
	font-size: 2rem;
	font-weight: 900;
}

.npb-offer-result__eyebrow {
	margin: 0;
	color: var(--npb-green-dark);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.npb-offer-result h2 {
	margin: 7px 0 18px;
	color: var(--npb-navy);
	font-size: clamp(2.6rem, 13vw, 4.5rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.055em;
}

.npb-offer-result p {
	max-width: 650px;
	margin: 0 auto 16px;
	color: var(--npb-muted);
	line-height: 1.65;
}

.npb-offer-result__reference {
	color: var(--npb-ink) !important;
}

.npb-offer-result .npb-button {
	margin-top: 8px;
}

.npb-thank-you {
	position: relative;
	width: min(100%, 1040px);
	min-height: 620px;
	padding: clamp(52px, 9vw, 100px) 20px 220px;
	margin: 0 auto;
	overflow: hidden;
	color: var(--npb-navy);
	background:
		radial-gradient(circle at 50% 0, rgba(45, 198, 83, 0.1), transparent 46%),
		#f3f7fb;
	border: 1px solid rgba(18, 47, 79, 0.08);
	border-radius: 20px;
	font-family: "Inter", Arial, sans-serif;
	text-align: center;
	box-shadow: var(--npb-shadow);
	isolation: isolate;
}

.npb-thank-you__content {
	position: relative;
	z-index: 2;
	max-width: 720px;
	margin: 0 auto;
}

.npb-thank-you h1 {
	margin: 0 0 28px;
	color: var(--npb-green);
	font-family: "Poppins", "Inter", Arial, sans-serif;
	font-size: clamp(2.5rem, 10vw, 4.25rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.npb-thank-you__message {
	margin: 0 0 30px;
	color: var(--npb-navy);
	font-size: clamp(1.15rem, 3vw, 1.5rem);
	font-weight: 800;
	line-height: 1.45;
}

.npb-thank-you__reference {
	margin: -12px 0 26px;
	color: var(--npb-muted);
	font-size: 13px;
	line-height: 1.5;
}

.npb-thank-you__reference strong {
	color: var(--npb-navy);
	font-weight: 800;
}

.npb-thank-you .npb-button {
	min-width: min(100%, 260px);
}

.npb-thank-you__rating {
	display: block;
	width: min(100%, 272px);
	margin: 24px auto 0;
}

.npb-thank-you__rating img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.npb-thank-you__skyline {
	position: absolute;
	right: 4%;
	bottom: 0;
	left: 4%;
	z-index: 1;
	height: 210px;
	background:
		linear-gradient(90deg,
			transparent 0 4%, #d7e1e6 4% 10%, transparent 10% 12%,
			#cbd8de 12% 18%, transparent 18% 21%, #d7e1e6 21% 29%,
			transparent 29% 32%, #c8d6dc 32% 41%, transparent 41% 44%,
			#d7e1e6 44% 54%, transparent 54% 57%, #c8d6dc 57% 66%,
			transparent 66% 69%, #d7e1e6 69% 78%, transparent 78% 81%,
			#cbd8de 81% 88%, transparent 88% 91%, #d7e1e6 91% 97%,
			transparent 97%);
	clip-path: polygon(0 100%, 0 76%, 4% 76%, 4% 54%, 7% 54%, 7% 38%, 10% 38%, 10% 100%, 13% 100%, 13% 58%, 17% 58%, 17% 34%, 20% 34%, 20% 100%, 24% 100%, 24% 44%, 29% 44%, 29% 100%, 33% 100%, 33% 27%, 38% 27%, 38% 100%, 42% 100%, 42% 49%, 47% 49%, 47% 100%, 51% 100%, 51% 19%, 57% 19%, 57% 100%, 61% 100%, 61% 39%, 66% 39%, 66% 100%, 70% 100%, 70% 29%, 76% 29%, 76% 100%, 80% 100%, 80% 52%, 85% 52%, 85% 100%, 89% 100%, 89% 40%, 94% 40%, 94% 71%, 100% 71%, 100% 100%);
	opacity: 0.9;
}

@keyframes npb-step-in {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 560px) {
	.npb-offer-wizard,
	.npb-offer-result {
		padding: 28px 30px;
	}

	.npb-input-action {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.npb-input-action .npb-button {
		min-width: 150px;
	}

	.npb-choice-grid--types {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.npb-field-row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

@container npb-hero (min-width: 700px) {
	.npb-offer-hero .npb-offer-hero__form {
		grid-template-columns: 400px 249px !important;
		grid-template-rows: 60px !important;
		grid-auto-flow: column !important;
		gap: 14px !important;
	}

	.npb-offer-hero .npb-offer-hero__form > input {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	.npb-offer-hero .npb-offer-hero__form > button {
		grid-column: 2 !important;
		grid-row: 1 !important;
	}

	.npb-offer-hero .npb-offer-hero__form > .npb-field-error {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
	}

	.npb-offer-hero .npb-offer-hero__form input {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.npb-offer-hero .npb-offer-hero__form button {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}

	.npb-offer-hero .npb-offer-hero__trust {
		margin-top: 23px !important;
	}
}

@media (min-width: 720px) {
	.npb-offer-hero {
		min-height: 270px !important;
		padding: 42px 20px 36px !important;
	}
}

@media (min-width: 780px) {
	.npb-offer-wizard,
	.npb-offer-result {
		padding: 36px 40px;
	}

	.npb-choice-grid--types {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.npb-choice-card {
		min-height: 106px;
	}

}

@supports not (container-type: inline-size) {
	@media (min-width: 720px) {
		.npb-offer-hero {
			min-height: 270px !important;
			padding: 42px 20px 36px !important;
		}

		.npb-offer-hero .npb-offer-hero__form {
			grid-template-columns: minmax(0, 400px) minmax(210px, 249px) !important;
			grid-template-rows: 60px !important;
			grid-auto-flow: column !important;
			gap: 14px !important;
		}

		.npb-offer-hero .npb-offer-hero__form > button {
			grid-column: 2 !important;
			grid-row: 1 !important;
		}

		.npb-offer-hero .npb-offer-hero__form input {
			padding-right: 30px !important;
			padding-left: 30px !important;
		}
	}
}

@media (max-width: 559px) {
	.npb-offer-hero .npb-offer-hero__trust {
		font-size: 10.5px !important;
	}

	.npb-offer-hero .npb-offer-hero__confidentiality {
		gap: 10px !important;
	}

	.npb-offer-actions {
		flex-direction: column-reverse;
	}

	.npb-offer-actions .npb-button {
		width: 100%;
		max-width: none;
	}

	.npb-offer-actions .npb-text-button--back {
		position: static;
	}
}

@media (prefers-reduced-motion: reduce) {
	.npb-offer-step,
	.npb-offer-progress__track span,
	.npb-button,
	.npb-offer-hero__form button {
		animation: none;
		transition: none;
	}
}
