.ntgy-block-financial-quote-chart {
	--ntgy-financial-quote-blue: var(--ntgy-color-blue-100, #004571);
	--ntgy-financial-quote-blue-80: var(--ntgy-color-blue-80, #336a8d);
	--ntgy-financial-quote-blue-40: var(--ntgy-color-blue-40, #99b5c6);
	--ntgy-financial-quote-orange: var(--ntgy-color-orange-100, #e57200);
	--ntgy-financial-quote-orange-20: var(--ntgy-color-orange-20, #fae3cc);
	--ntgy-financial-quote-white: var(--ntgy-color-white-true, #fdfefe);
	--ntgy-financial-quote-red: #ff0004;

	box-sizing: border-box;
	width: 100%;
	padding: 5rem var(--ntgy-gutter, 4rem);
	background: var(--ntgy-financial-quote-white);
}

.entry-content > .ntgy-block-financial-quote-chart.alignfull,
.editor-styles-wrapper .is-root-container > .ntgy-block-financial-quote-chart.alignfull {
	--ntgy-financial-quote-alignfull-width: min(100vw, var(--ntgy-layout-full-max));

	width: var(--ntgy-financial-quote-alignfull-width);
	max-width: var(--ntgy-financial-quote-alignfull-width);
	margin-right: calc((100% - var(--ntgy-financial-quote-alignfull-width)) / 2);
	margin-left: calc((100% - var(--ntgy-financial-quote-alignfull-width)) / 2);
}

.ntgy-block-financial-quote-chart__inner {
	display: flex;
	flex-direction: column;
	gap: 2.9375rem;
	width: 100%;
	max-width: none;
	margin-inline: auto;
}

.ntgy-block-financial-quote-chart.alignfull .ntgy-block-financial-quote-chart__inner {
	max-width: none;
}

@media (min-width: 1200px) {
	.ntgy-block-financial-quote-chart.alignwide {
		width: min(calc(var(--ntgy-block-content-axis, min(calc(100vw - (var(--ntgy-gutter, 1rem) * 2)), var(--ntgy-layout-wide, 1512px))) + (var(--ntgy-gutter, 1rem) * 2)), var(--ntgy-layout-full-max, 1792px));
		max-width: calc(var(--ntgy-layout-wide, 1512px) + (var(--ntgy-gutter, 1rem) * 2));
		margin-inline: auto;
	}

	.ntgy-block-financial-quote-chart.alignfull {
		width: min(calc(var(--ntgy-block-content-axis, min(calc(100vw - (var(--ntgy-gutter, 1rem) * 2)), var(--ntgy-layout-wide, 1512px))) + (var(--ntgy-gutter, 1rem) * 2)), var(--ntgy-layout-full-max, 1792px));
		max-width: calc(var(--ntgy-layout-wide, 1512px) + (var(--ntgy-gutter, 1rem) * 2));
		margin-inline: auto;
	}
}

.ntgy-block-financial-quote-chart__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	width: 100%;
}

.ntgy-block-financial-quote-chart__title-box {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	flex-direction: column;
	gap: .75rem;
	align-items: flex-start;
}

.ntgy-block-financial-quote-chart__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin: 0;
	color: var(--ntgy-financial-quote-blue);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1rem;
	white-space: nowrap;
}

.ntgy-block-financial-quote-chart__eyebrow span {
	width: .75rem;
	height: .75rem;
	flex: 0 0 .75rem;
	border-radius: 50%;
	background: var(--ntgy-financial-quote-orange);
}

.ntgy-block-financial-quote-chart__heading {
	max-width: 46.875rem;
	margin: 0;
	color: var(--ntgy-financial-quote-blue);
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: -.0625rem;
	line-height: 1;
}

.ntgy-block-financial-quote-chart__button {
	--ntgy-financial-quote-arrow: url("data:image/svg+xml,%3Csvg viewBox='0 0 12.4615 12.4615' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.4806 7.03376L0.0010109 7.02743L0 5.42556L9.47904 5.43132L5.29934 1.13213L6.40001 0L12.4615 6.23481L6.40787 12.4615L5.30577 11.3279L9.4806 7.03376Z' fill='black'/%3E%3C/svg%3E");

	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .625rem;
	min-height: 2.75rem;
	overflow: hidden;
	padding: .25rem .25rem .25rem 1rem;
	border: 1px solid var(--ntgy-financial-quote-blue);
	border-radius: var(--ntgy-radius-pill, 999rem);
	color: var(--ntgy-financial-quote-blue);
	background: transparent;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition:
		color var(--ntgy-transition-duration, .16s) var(--ntgy-transition-timing, ease),
		background-color var(--ntgy-transition-duration, .16s) var(--ntgy-transition-timing, ease);
}

.ntgy-block-financial-quote-chart__button::before {
	position: absolute;
	z-index: 0;
	inset-block-start: 50%;
	inset-inline-start: -22.53688rem;
	width: 22.01713rem;
	height: 3.21206rem;
	border-radius: 2.1875rem;
	background: var(--ntgy-financial-quote-blue);
	content: "";
	transform: translateY(-50%);
	transition: inset-inline-start var(--ntgy-transition-duration, .16s) var(--ntgy-transition-timing, ease);
}

.ntgy-block-financial-quote-chart__button-label,
.ntgy-block-financial-quote-chart__button-icon {
	position: relative;
	z-index: 1;
}

.ntgy-block-financial-quote-chart__button-icon {
	display: inline-grid;
	place-items: center;
	width: 3.20694rem;
	height: 2.25rem;
	flex: 0 0 3.20694rem;
	overflow: hidden;
	border-radius: var(--ntgy-radius-pill, 999rem);
	color: var(--ntgy-financial-quote-white);
	background: var(--ntgy-financial-quote-blue);
	transition:
		color var(--ntgy-transition-duration, .16s) var(--ntgy-transition-timing, ease),
		background-color var(--ntgy-transition-duration, .16s) var(--ntgy-transition-timing, ease);
}

.ntgy-block-financial-quote-chart__button-icon::before {
	width: .77884rem;
	height: .77884rem;
	background: currentColor;
	content: "";
	-webkit-mask: var(--ntgy-financial-quote-arrow) center / contain no-repeat;
	mask: var(--ntgy-financial-quote-arrow) center / contain no-repeat;
}

.ntgy-block-financial-quote-chart__button:hover,
.ntgy-block-financial-quote-chart__button:focus-visible {
	color: var(--ntgy-financial-quote-white);
}

.ntgy-block-financial-quote-chart__button:hover::before,
.ntgy-block-financial-quote-chart__button:focus-visible::before {
	inset-inline-start: 0;
}

.ntgy-block-financial-quote-chart__button:hover .ntgy-block-financial-quote-chart__button-icon,
.ntgy-block-financial-quote-chart__button:focus-visible .ntgy-block-financial-quote-chart__button-icon {
	color: var(--ntgy-financial-quote-blue);
	background: var(--ntgy-financial-quote-white);
}

.ntgy-block-financial-quote-chart__button:focus-visible {
	outline: 0;
	box-shadow:
		0 0 0 2px var(--ntgy-financial-quote-white),
		0 0 0 4px var(--ntgy-financial-quote-blue);
}

.ntgy-block-financial-quote-chart__main {
	display: flex;
	gap: 2rem;
	align-items: center;
	width: 100%;
}

.ntgy-block-financial-quote-chart__chart-card,
.ntgy-block-financial-quote-chart__metrics {
	min-width: 0;
	flex: 1 1 0;
}

.ntgy-block-financial-quote-chart__chart-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 2rem;
	border-radius: var(--ntgy-radius-md, .5rem);
	background: var(--ntgy-financial-quote-white);
}

.ntgy-block-financial-quote-chart__quote-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	width: 100%;
}

.ntgy-block-financial-quote-chart__company {
	width: min(100%, 20.25rem);
	margin: 0;
	color: var(--ntgy-financial-quote-blue);
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.2;
}

.ntgy-block-financial-quote-chart__quote-value {
	display: flex;
	flex-direction: column;
	gap: .125rem;
	align-items: flex-end;
	flex: 0 0 auto;
}

.ntgy-block-financial-quote-chart__current {
	display: flex;
	align-items: center;
	gap: .375rem;
	margin: 0;
	color: var(--ntgy-financial-quote-blue);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
}

.ntgy-block-financial-quote-chart__current span {
	width: 0;
	height: 0;
	border-inline: .3125rem solid transparent;
	border-block-start: .5625rem solid var(--ntgy-financial-quote-red);
}

.ntgy-block-financial-quote-chart__change {
	margin: 0;
	padding: .5rem;
	border-radius: var(--ntgy-radius-sm, .25rem);
	color: var(--ntgy-financial-quote-blue-80);
	background: var(--ntgy-financial-quote-orange-20);
	font-size: .875rem;
	font-weight: 400;
	line-height: .86;
	white-space: nowrap;
}

.ntgy-block-financial-quote-chart__change span:last-child {
	color: #CD0003;
}

.ntgy-block-financial-quote-chart__chart {
	width: 100%;
	height: 20.0625rem;
}

.ntgy-block-financial-quote-chart__chart-svg {
	display: block;
	width: 100%;
	height: 100%;
}

.ntgy-block-financial-quote-chart__grid line {
	stroke: var(--ntgy-color-blue-20, #ccdae3);
	stroke-dasharray: 4 4;
	stroke-width: 1;
}

.ntgy-block-financial-quote-chart__area {
	fill: url("#ntgy-financial-quote-chart-fill");
}

.ntgy-block-financial-quote-chart__line {
	fill: none;
	stroke: var(--ntgy-financial-quote-orange);
	stroke-linecap: round;
	stroke-width: 3;
}

.ntgy-block-financial-quote-chart__update {
	margin: 0;
	color: var(--ntgy-financial-quote-blue-80);
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.2;
}

.ntgy-block-financial-quote-chart__update strong {
	font-weight: 600;
}

.ntgy-block-financial-quote-chart__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 2.0625rem;
	row-gap: 0;
	padding: 1.5rem;
}

.ntgy-block-financial-quote-chart__metric {
	display: flex;
	flex-direction: column;
	gap: .125rem;
	min-height: 8.1875rem;
	padding-block: 1.5rem 3rem;
	border-block-start: 1px solid var(--ntgy-financial-quote-blue);
}

.ntgy-block-financial-quote-chart__metric-label,
.ntgy-block-financial-quote-chart__metric-value {
	margin: 0;
	font-weight: 400;
	line-height: 1.2;
}

.ntgy-block-financial-quote-chart__metric-label {
	color: var(--ntgy-financial-quote-blue);
	font-size: 1.25rem;
}

.ntgy-block-financial-quote-chart__metric-value {
	color: var(--ntgy-financial-quote-orange);
	font-size: 2.5rem;
	letter-spacing: -.125rem;
}

@media (max-width: 1199px) {
	.ntgy-block-financial-quote-chart {
		padding: 4rem var(--ntgy-gutter, 1rem);
	}

	.ntgy-block-financial-quote-chart__main {
		gap: 1.5rem;
	}

	.ntgy-block-financial-quote-chart__metrics {
		column-gap: 1rem;
		padding-inline: 0;
	}

	.ntgy-block-financial-quote-chart__metric-value {
		font-size: 2rem;
	}
}

@media (max-width: 1023px) {
	.ntgy-block-financial-quote-chart__header,
	.ntgy-block-financial-quote-chart__main {
		flex-direction: column;
		align-items: stretch;
	}

	.ntgy-block-financial-quote-chart__button {
		align-self: flex-start;
	}

	.ntgy-block-financial-quote-chart__heading {
		font-size: var(--ntgy-font-size-heading-h2-mobile);
	}

	.ntgy-block-financial-quote-chart__chart-card {
		padding: 1.5rem;
	}
}

@media (max-width: 767px) {
	.ntgy-block-financial-quote-chart {
		padding: 3rem var(--ntgy-gutter, 1rem);
	}

	.ntgy-block-financial-quote-chart__inner {
		gap: 1.5rem;
	}

	.ntgy-block-financial-quote-chart__header {
		gap: 1.5rem;
	}

	.ntgy-block-financial-quote-chart__eyebrow {
		font-size: .875rem;
		line-height: 1.142857;
	}

	.ntgy-block-financial-quote-chart__eyebrow span {
		width: .5rem;
		height: .5rem;
		flex-basis: .5rem;
	}

	.ntgy-block-financial-quote-chart__heading {
		max-width: 18rem;
		font-size: var(--ntgy-font-size-heading-h2-mobile);
		line-height: 1;
		letter-spacing: 0;
	}

	.ntgy-block-financial-quote-chart__button {
		order: 3;
		align-self: flex-end;
		min-height: 2.5rem;
		font-size: .875rem;
	}

	.ntgy-block-financial-quote-chart__button-icon {
		width: 2.25rem;
		height: 2rem;
		flex-basis: 2.25rem;
	}

	.ntgy-block-financial-quote-chart__main {
		gap: 1.75rem;
	}

	.ntgy-block-financial-quote-chart__quote-head {
		align-items: flex-start;
		gap: 1rem;
	}

	.ntgy-block-financial-quote-chart__company {
		width: auto;
		font-size: 1rem;
		line-height: 1.2;
	}

	.ntgy-block-financial-quote-chart__current {
		font-size: 1rem;
	}

	.ntgy-block-financial-quote-chart__change {
		padding: .375rem .5rem;
		font-size: .75rem;
	}

	.ntgy-block-financial-quote-chart__chart-card {
		gap: 1rem;
		padding: 0;
	}

	.ntgy-block-financial-quote-chart__chart {
		height: 12.5rem;
		margin-block-start: .5rem;
	}

	.ntgy-block-financial-quote-chart__update {
		font-size: .75rem;
		line-height: 1.333333;
	}

	.ntgy-block-financial-quote-chart__metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 1rem;
		row-gap: 0;
		padding: 0;
	}

	.ntgy-block-financial-quote-chart__metric {
		min-height: auto;
		padding-block: 1rem 1.75rem;
	}

	.ntgy-block-financial-quote-chart__metric-label {
		font-size: .875rem;
		line-height: 1.2;
	}

	.ntgy-block-financial-quote-chart__metric-value {
		font-size: 1.75rem;
		line-height: 1;
		letter-spacing: -.0625rem;
	}
}
