body.ds-platform-tax-manifesto-page {
	overflow-x: hidden;
}

body.ds-platform-tax-manifesto-page .wp-site-blocks > #ds-platform-tax-manifesto {
	width: auto;
	margin-top: 0;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer, 0px));
	margin-left: calc(-1 * var(--wp--custom--spacing--outer, 0px));
}

#ds-platform-tax-manifesto,
#ds-platform-tax-manifesto * {
	box-sizing: border-box;
}

#ds-platform-tax-manifesto {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-width: 0;
	overflow: clip;
	color: #403f3f;
	font-family: DSIE-Inter, system-ui, sans-serif;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#ds-platform-tax-manifesto img,
#ds-platform-tax-manifesto canvas {
	max-width: 100%;
}

#ds-platform-tax-manifesto button,
#ds-platform-tax-manifesto input {
	font-family: inherit;
}

#ds-platform-tax-manifesto a {
	color: #0366fc;
	text-underline-offset: 0.2em;
}

#ds-platform-tax-manifesto a:hover {
	text-decoration: underline;
}

#ds-platform-tax-manifesto ::selection {
	color: #fff;
	background: #f40256;
}

#ds-platform-tax-manifesto [hidden] {
	display: none !important;
}

#ds-platform-tax-manifesto canvas[data-particles] {
	pointer-events: none;
}

#ds-platform-tax-manifesto section[data-screen-label="Hero"] h1 {
	color: #fff;
}

#ds-platform-tax-manifesto .dsie-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100000;
	padding: 10px 16px;
	border-radius: 6px;
	color: #fff;
	background: #05195f;
	box-shadow: 0 0 0 3px #fff;
	transform: translateY(-150%);
}

#ds-platform-tax-manifesto .dsie-skip-link:focus {
	transform: translateY(0);
}

#ds-platform-tax-manifesto .dsie-visually-hidden {
	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;
}

#ds-platform-tax-manifesto .dsie-field-guidance {
	margin: -20px auto 24px;
	color: #5f5f5f;
	font: 500 13px/1.6 DSIE-Inter, sans-serif;
	text-align: center;
}

#ds-platform-tax-manifesto .rev {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#ds-platform-tax-manifesto .rev.in {
	opacity: 1;
	transform: none;
}

#ds-platform-tax-manifesto .rev [data-proofbar] {
	width: 0;
}

#ds-platform-tax-manifesto .rev.in [data-proofbar] {
	width: 52px;
}

#ds-platform-tax-manifesto .fld::placeholder {
	color: #777;
	opacity: 1;
}

#ds-platform-tax-manifesto .fld:focus,
#ds-platform-tax-manifesto a:focus-visible,
#ds-platform-tax-manifesto button:focus-visible {
	outline: 3px solid #ffcfdf;
	outline-offset: 3px;
}

#ds-platform-tax-manifesto .fld:focus {
	border-color: #0366fc !important;
	box-shadow: 0 0 0 3px rgb(3 102 252 / 22%);
}

#ds-platform-tax-manifesto .fld[aria-invalid="true"] {
	border-color: #b0003d !important;
	box-shadow: 0 0 0 2px rgb(176 0 61 / 18%);
}

#ds-platform-tax-manifesto [data-expand][aria-expanded="true"] {
	border-color: #8fb8ff !important;
	background: #eef3ff !important;
}

#ds-platform-tax-manifesto [data-expand][aria-expanded="true"] [data-expand-icon] {
	transform: rotate(180deg);
}

#ds-platform-tax-manifesto [data-proof-card] {
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#ds-platform-tax-manifesto .dsie-result-row {
	margin-bottom: 14px;
}

#ds-platform-tax-manifesto .dsie-result-label {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 6px;
	color: #707070;
	font: 500 13px DSIE-Inter, sans-serif;
}

#ds-platform-tax-manifesto .dsie-result-value {
	color: #05195f;
	font-weight: 600;
}

#ds-platform-tax-manifesto .dsie-result-percent {
	margin-left: 4px;
	color: #777;
	font-size: 11px;
}

#ds-platform-tax-manifesto .dsie-result-track {
	height: 7px;
	overflow: hidden;
	border-radius: 4px;
	background: #eaeaea;
}

#ds-platform-tax-manifesto .dsie-result-bar {
	height: 100%;
	border-radius: 4px;
	transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#ds-platform-tax-manifesto main:focus:not(:focus-visible) {
	outline: none;
}

@media (hover: hover) {
	#ds-platform-tax-manifesto [data-proof-card]:hover {
		transform: translateY(-6px);
		border-color: #ccecff !important;
		box-shadow: 0 16px 40px rgb(5 25 95 / 14%);
	}

	#ds-platform-tax-manifesto [data-proof-card="featured"]:hover {
		box-shadow: 0 18px 44px rgb(5 25 95 / 28%);
	}
}

@media (max-width: 1023px) {
	#ds-platform-tax-manifesto [data-input-grid="3"] {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	#ds-platform-tax-manifesto section {
		padding-right: 28px !important;
		padding-left: 28px !important;
	}
}

@media (max-width: 767px) {
	#ds-platform-tax-manifesto section {
		padding: 76px 20px !important;
	}

	#ds-platform-tax-manifesto section[data-screen-label="Hero"] {
		min-height: 100svh !important;
		padding-top: 118px !important;
		padding-bottom: 72px !important;
	}

	#ds-platform-tax-manifesto [data-stat-panel] {
		min-height: 76svh !important;
		padding-top: 88px !important;
		padding-bottom: 70px !important;
	}

	#ds-platform-tax-manifesto [data-input-grid],
	#ds-platform-tax-manifesto [data-summary-grid] {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	#ds-platform-tax-manifesto [data-input-grid],
	#ds-platform-tax-manifesto [data-budget-field] {
		margin-left: 0 !important;
	}

	#ds-platform-tax-manifesto .taxcard {
		padding: 22px 18px !important;
	}

	#ds-platform-tax-manifesto .taxcard > p {
		margin-left: 0 !important;
	}

	#ds-platform-tax-manifesto [data-panel] > div {
		padding-right: 22px !important;
		padding-left: 22px !important;
	}

	#ds-platform-tax-manifesto [data-cta-group] > a {
		width: min(100%, 330px);
		justify-content: center;
		text-align: center;
	}

	#ds-platform-tax-manifesto section[data-screen-label="Three insights"] [style*="grid-template-columns:64px"] {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 16px !important;
		padding: 26px 22px !important;
	}

	#ds-platform-tax-manifesto [data-proof-card] {
		padding: 30px 24px !important;
	}

}

@media (max-width: 520px) {
	#ds-platform-tax-manifesto .taxcard > div:first-child {
		flex-wrap: wrap;
	}

	#ds-platform-tax-manifesto .taxcard output[data-v] {
		width: 100%;
		padding-left: 42px;
		text-align: left !important;
	}

	#ds-platform-tax-manifesto .dsie-result-label {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#ds-platform-tax-manifesto *,
	#ds-platform-tax-manifesto *::before,
	#ds-platform-tax-manifesto *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	#ds-platform-tax-manifesto .rev {
		opacity: 1;
		transform: none;
	}
}

@keyframes dsie-glowpulse {
	0%,
	100% {
		opacity: 0.55;
	}

	50% {
		opacity: 1;
	}
}

@keyframes dsie-scrolldot {
	0% {
		opacity: 0;
		transform: translateY(0);
	}

	30%,
	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translateY(16px);
	}
}
