@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(24px);
	}

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

@keyframes loading-button {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes overlayReveal {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes overlayHide {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes overlayRevealFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes overlayRevealSlideIn {
	from {
		transform: translate(0, 100%);
	}

	to {
		transform: translate(0, 0);
	}
}

@keyframes overlayRevealSlideUp {
	from {
		transform: translate(0, 110%);
	}

	to {
		transform: translate(0, 0);
	}
}

@keyframes spinner {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes slideDown {
	from {
		transform: scale(0.9) translate(0, -100px);
	}

	to {
		transform: scale(1) translate(0, 0);
	}
}

@keyframes slideUp {
	from {
		transform: translate(0, 0);
	}

	to {
		transform: translate(0, -100px);
	}
}

@keyframes followPath {
	0% {
		transform: translateX(68px) translateY(72px) rotate(0deg);
	}

	12% {
		transform: translateX(3px) translateY(72px) rotate(0deg);
	}

	20% {
		transform: translateX(2px) translateY(72px) rotate(90deg);
	}

	25% {
		transform: translateX(2px) translateY(72px) rotate(90deg);
	}

	37% {
		transform: translateX(2px) translateY(8px) rotate(90deg);
	}

	45% {
		transform: translateX(2px) translateY(6px) rotate(180deg);
	}

	50% {
		transform: translateX(2px) translateY(6px) rotate(180deg);
	}

	62% {
		transform: translateX(66px) translateY(6px) rotate(180deg);
	}

	70% {
		transform: translateX(68px) translateY(6px) rotate(270deg);
	}

	75% {
		transform: translateX(68px) translateY(6px) rotate(270deg);
	}

	87% {
		transform: translateX(68px) translateY(71px) rotate(270deg);
	}

	95% {
		transform: translateX(68px) translateY(72px) rotate(1turn);
	}

	100% {
		transform: translateX(68px) translateY(72px) rotate(1turn);
	}
}

@keyframes scaleItem {
	0% {
		transform: scaleX(1);
	}

	6% {
		transform: scaleX(4);
	}

	12% {
		transform: scaleX(1);
	}

	25% {
		transform: scaleX(1);
	}

	31% {
		transform: scaleX(4);
	}

	37% {
		transform: scaleX(1);
	}

	50% {
		transform: scaleX(1);
	}

	56% {
		transform: scaleX(4);
	}

	62% {
		transform: scaleX(1);
	}

	75% {
		transform: scaleX(1);
	}

	81% {
		transform: scaleX(4);
	}

	87% {
		transform: scaleX(1);
	}

	100% {
		transform: scaleX(1);
	}
}

@keyframes fadeInFromNone {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes toastSlideInXs {
	0% {
		opacity: 0;
		transform: translateY(-60px);
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes toastSlideIn {
	0% {
		opacity: 0;
		transform: translateY(-48px);
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes toastSlideOutXs {
	0% {
		transform: translateY(0);
	}

	50% {
		opacity: 1;
	}

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

@keyframes toastSlideOut {
	0% {
		transform: translateY(0);
	}

	50% {
		opacity: 1;
	}

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

@keyframes bounceInLeft {
	0% {
		opacity: 1;
		transform: translateX(-100%);
	}

	20% {
		transform: translateX(-75%);
	}

	40% {
		transform: translateX(-50%);
	}

	60% {
		transform: translateX(-25%);
	}

	80% {
		transform: translateX(10%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 1;
		transform: translateX(100%);
	}

	20% {
		transform: translateX(75%);
	}

	40% {
		transform: translateX(50%);
	}

	60% {
		transform: translateX(25%);
	}

	80% {
		transform: translateX(10%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slideUpMenuTooltip {
	0% {
		opacity: 0;
		transform: translateY(42px);
	}

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

@keyframes slide-up-overlay {
	0% {
		transform: translateY(400px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(24px);
	}

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

@keyframes loading-button {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes overlayReveal {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes overlayHide {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes overlayRevealFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes overlayRevealSlideIn {
	from {
		transform: translate(0, 100%);
	}

	to {
		transform: translate(0, 0);
	}
}

@keyframes overlayRevealSlideUp {
	from {
		transform: translate(0, 110%);
	}

	to {
		transform: translate(0, 0);
	}
}

@keyframes spinner {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes slideDown {
	from {
		transform: scale(0.9) translate(0, -100px);
	}

	to {
		transform: scale(1) translate(0, 0);
	}
}

@keyframes slideUp {
	from {
		transform: translate(0, 0);
	}

	to {
		transform: translate(0, -100px);
	}
}

@keyframes followPath {
	0% {
		transform: translateX(68px) translateY(72px) rotate(0deg);
	}

	12% {
		transform: translateX(3px) translateY(72px) rotate(0deg);
	}

	20% {
		transform: translateX(2px) translateY(72px) rotate(90deg);
	}

	25% {
		transform: translateX(2px) translateY(72px) rotate(90deg);
	}

	37% {
		transform: translateX(2px) translateY(8px) rotate(90deg);
	}

	45% {
		transform: translateX(2px) translateY(6px) rotate(180deg);
	}

	50% {
		transform: translateX(2px) translateY(6px) rotate(180deg);
	}

	62% {
		transform: translateX(66px) translateY(6px) rotate(180deg);
	}

	70% {
		transform: translateX(68px) translateY(6px) rotate(270deg);
	}

	75% {
		transform: translateX(68px) translateY(6px) rotate(270deg);
	}

	87% {
		transform: translateX(68px) translateY(71px) rotate(270deg);
	}

	95% {
		transform: translateX(68px) translateY(72px) rotate(1turn);
	}

	100% {
		transform: translateX(68px) translateY(72px) rotate(1turn);
	}
}

@keyframes scaleItem {
	0% {
		transform: scaleX(1);
	}

	6% {
		transform: scaleX(4);
	}

	12% {
		transform: scaleX(1);
	}

	25% {
		transform: scaleX(1);
	}

	31% {
		transform: scaleX(4);
	}

	37% {
		transform: scaleX(1);
	}

	50% {
		transform: scaleX(1);
	}

	56% {
		transform: scaleX(4);
	}

	62% {
		transform: scaleX(1);
	}

	75% {
		transform: scaleX(1);
	}

	81% {
		transform: scaleX(4);
	}

	87% {
		transform: scaleX(1);
	}

	100% {
		transform: scaleX(1);
	}
}

@keyframes fadeInFromNone {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes toastSlideInXs {
	0% {
		opacity: 0;
		transform: translateY(-60px);
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes toastSlideIn {
	0% {
		opacity: 0;
		transform: translateY(-48px);
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes toastSlideOutXs {
	0% {
		transform: translateY(0);
	}

	50% {
		opacity: 1;
	}

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

@keyframes toastSlideOut {
	0% {
		transform: translateY(0);
	}

	50% {
		opacity: 1;
	}

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

@keyframes bounceInLeft {
	0% {
		opacity: 1;
		transform: translateX(-100%);
	}

	20% {
		transform: translateX(-75%);
	}

	40% {
		transform: translateX(-50%);
	}

	60% {
		transform: translateX(-25%);
	}

	80% {
		transform: translateX(10%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 1;
		transform: translateX(100%);
	}

	20% {
		transform: translateX(75%);
	}

	40% {
		transform: translateX(50%);
	}

	60% {
		transform: translateX(25%);
	}

	80% {
		transform: translateX(10%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slideUpMenuTooltip {
	0% {
		opacity: 0;
		transform: translateY(42px);
	}

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

@keyframes slide-up-overlay {
	0% {
		transform: translateY(400px);
	}

	100% {
		transform: translateY(0);
	}
}

.martech-button {
	--martech-button-bg-color: #222;
	--martech-button-text-color: #fff;
	--martech-button-border-color: #222;
	--martech-button-font-size: 16px;
	--martech-button-padding-vertical: 12px;
	--martech-button-padding-horizontal: 16px;
	--martech-button-line-height: 24px;
	font-family: 'Doric News', DoricFont, Arial, Helvetica, sans-serif;
	font-variation-settings:
		'wght' 400,
		'opsz' 16;
	align-items: center;
	background-color: var(--martech-button-bg-color);
	border-color: var(--martech-button-border-color);
	border-radius: 100px;
	border-style: solid;
	border-width: 1px;
	display: flex;
	padding: var(--martech-button-padding-vertical) var(--martech-button-padding-horizontal);
	text-decoration: none;
}

.martech-button__label {
	color: var(--martech-button-text-color);
	font-size: var(--martech-button-font-size);
	line-height: var(--martech-button-line-height);
}

.martech-button--primary:hover {
	--martech-button-bg-color: #fff;
	--martech-button-text-color: #222;
}

.martech-button--secondary {
	--martech-button-bg-color: #fff;
	--martech-button-text-color: #222;
	--martech-button-border-color: #222;
}

.martech-button--secondary:hover {
	--martech-button-bg-color: #222;
	--martech-button-text-color: #fff;
}

.martech-button--tertiary {
	--martech-button-bg-color: #eee;
	--martech-button-text-color: #111;
	--martech-button-border-color: #eee;
}

.martech-button:disabled {
	background-color: #767676;
	border-color: #767676;
	pointer-events: none;
}

.martech-button:disabled:hover {
	--martech-button-text-color: #fff;
}

.martech-button--sm {
	--martech-button-font-size: 12px;
	--martech-button-padding-vertical: 8px;
	--martech-button-padding-horizontal: 12px;
	--martech-button-line-height: 17px;
}

.martech-button--md {
	line-height: 24px;
}

.martech-button--lg {
	--martech-button-font-size: 24px;
	--martech-button-padding-vertical: 16px;
	--martech-button-padding-horizontal: 24px;
	--martech-button-line-height: 36px;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(24px);
	}

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

@keyframes loading-button {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes overlayReveal {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes overlayHide {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes overlayRevealFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes overlayRevealSlideIn {
	from {
		transform: translate(0, 100%);
	}

	to {
		transform: translate(0, 0);
	}
}

@keyframes overlayRevealSlideUp {
	from {
		transform: translate(0, 110%);
	}

	to {
		transform: translate(0, 0);
	}
}

@keyframes spinner {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes slideDown {
	from {
		transform: scale(0.9) translate(0, -100px);
	}

	to {
		transform: scale(1) translate(0, 0);
	}
}

@keyframes slideUp {
	from {
		transform: translate(0, 0);
	}

	to {
		transform: translate(0, -100px);
	}
}

@keyframes followPath {
	0% {
		transform: translateX(68px) translateY(72px) rotate(0deg);
	}

	12% {
		transform: translateX(3px) translateY(72px) rotate(0deg);
	}

	20% {
		transform: translateX(2px) translateY(72px) rotate(90deg);
	}

	25% {
		transform: translateX(2px) translateY(72px) rotate(90deg);
	}

	37% {
		transform: translateX(2px) translateY(8px) rotate(90deg);
	}

	45% {
		transform: translateX(2px) translateY(6px) rotate(180deg);
	}

	50% {
		transform: translateX(2px) translateY(6px) rotate(180deg);
	}

	62% {
		transform: translateX(66px) translateY(6px) rotate(180deg);
	}

	70% {
		transform: translateX(68px) translateY(6px) rotate(270deg);
	}

	75% {
		transform: translateX(68px) translateY(6px) rotate(270deg);
	}

	87% {
		transform: translateX(68px) translateY(71px) rotate(270deg);
	}

	95% {
		transform: translateX(68px) translateY(72px) rotate(1turn);
	}

	100% {
		transform: translateX(68px) translateY(72px) rotate(1turn);
	}
}

@keyframes scaleItem {
	0% {
		transform: scaleX(1);
	}

	6% {
		transform: scaleX(4);
	}

	12% {
		transform: scaleX(1);
	}

	25% {
		transform: scaleX(1);
	}

	31% {
		transform: scaleX(4);
	}

	37% {
		transform: scaleX(1);
	}

	50% {
		transform: scaleX(1);
	}

	56% {
		transform: scaleX(4);
	}

	62% {
		transform: scaleX(1);
	}

	75% {
		transform: scaleX(1);
	}

	81% {
		transform: scaleX(4);
	}

	87% {
		transform: scaleX(1);
	}

	100% {
		transform: scaleX(1);
	}
}

@keyframes fadeInFromNone {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes toastSlideInXs {
	0% {
		opacity: 0;
		transform: translateY(-60px);
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes toastSlideIn {
	0% {
		opacity: 0;
		transform: translateY(-48px);
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes toastSlideOutXs {
	0% {
		transform: translateY(0);
	}

	50% {
		opacity: 1;
	}

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

@keyframes toastSlideOut {
	0% {
		transform: translateY(0);
	}

	50% {
		opacity: 1;
	}

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

@keyframes bounceInLeft {
	0% {
		opacity: 1;
		transform: translateX(-100%);
	}

	20% {
		transform: translateX(-75%);
	}

	40% {
		transform: translateX(-50%);
	}

	60% {
		transform: translateX(-25%);
	}

	80% {
		transform: translateX(10%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 1;
		transform: translateX(100%);
	}

	20% {
		transform: translateX(75%);
	}

	40% {
		transform: translateX(50%);
	}

	60% {
		transform: translateX(25%);
	}

	80% {
		transform: translateX(10%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slideUpMenuTooltip {
	0% {
		opacity: 0;
		transform: translateY(42px);
	}

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

@keyframes slide-up-overlay {
	0% {
		transform: translateY(400px);
	}

	100% {
		transform: translateY(0);
	}
}

.martech-toast {
	--martech-toast-bg-color: #f8f8f8;
	--martech-toast-text-color: #222;
	--martech-toast-border-color: #ddd;
	--martech-toast-icon-spacing: 8px;
	--martech-toast-icon-path-color: #222;
	--martech-toast-icon-height: 17px;
	--martech-toast-font-size: 15px;
	--martech-toast-padding-vertical: 16px;
	--martech-toast-padding-horizontal: 16px;
	--martech-toast-line-height: 21px;
	font-family: 'Doric News', DoricFont, Arial, Helvetica, sans-serif;
	font-variation-settings:
		'wght' 400,
		'opsz' 16;
	align-items: center;
	background-color: var(--martech-toast-bg-color);
	border-color: var(--martech-toast-border-color);
	border-radius: 100px;
	border-style: solid;
	border-width: 1px;
	display: flex;
	opacity: 1;
	padding: var(--martech-toast-padding-vertical) var(--martech-toast-padding-horizontal);
	text-decoration: none;
	white-space: nowrap;
}

.martech-toast__copy {
	color: var(--martech-toast-text-color);
	font-size: var(--martech-toast-font-size);
	line-height: var(--martech-toast-line-height);
}

.martech-toast__icon-wrapper {
	align-items: center;
	display: flex;
}

.martech-toast__icon {
	fill: none;
	height: var(--martech-toast-icon-height);
	width: auto;
}

.martech-toast__icon path {
	fill: var(--martech-toast-icon-path-color);
}

.martech-toast__close-button {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
	display: flex;
}

.martech-toast--icon-left .martech-toast__icon-wrapper {
	margin-right: var(--martech-toast-icon-spacing);
	order: 1;
}

.martech-toast--icon-left .martech-toast__copy {
	order: 2;
}

.martech-toast--icon-left .martech-toast__close-button {
	order: 3;
	padding-left: var(--martech-toast-icon-spacing);
	padding-right: 0;
}

.martech-toast--icon-right .martech-toast__icon-wrapper {
	margin-left: var(--martech-toast-icon-spacing);
	order: 2;
}

.martech-toast--icon-right .martech-toast__copy {
	order: 1;
}

.martech-toast--icon-right .martech-toast__close-button {
	padding-left: 0;
	padding-right: var(--martech-toast-icon-spacing);
}

.martech-toast--secondary {
	--martech-toast-icon-path-color: #fff;
	--martech-toast-bg-color: #222;
	--martech-toast-text-color: #fff;
	--martech-toast-border-color: #222;
}

.martech-toast--sm {
	--martech-toast-icon-height: 12px;
	--martech-toast-icon-spacing: 6px;
	--martech-toast-font-size: 12px;
	--martech-toast-padding-vertical: 8px;
	--martech-toast-padding-horizontal: 12px;
	--martech-toast-line-height: 17px;
}

.martech-toast--md {
	line-height: 24px;
}

.martech-toast--lg {
	--martech-toast-icon-height: 24px;
	--martech-toast-icon-spacing: 12px;
	--martech-toast-font-size: 24px;
	--martech-toast-padding-vertical: 16px;
	--martech-toast-padding-horizontal: 24px;
	--martech-toast-line-height: 36px;
}

.martech-toast--drop-shadow {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.martech-toast--fade-out {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

[data-validate-has-error='true'][data-validate-target^='martech-input-'] {
	border-color: #de0000;
}

[data-validate-has-error='true'][data-validate-target^='martech-input-']:hover {
	border: 1px solid #de0000;
}

[data-validate-has-error='true'][data-validate-target^='martech-input-']:focus {
	border-color: #de0000;
	outline: 1px solid #de0000;
}

[data-validate-target='martech-input-email-error'],
[data-validate-target='martech-input-password-error'] {
	color: #be0000;
	font-size: 13px;
	grid-area: error;
	letter-spacing: -0.07px;
	line-height: 17px;
}

[data-validate-has-error='true'] [data-validate-target='martech-input-email-error'],
[data-validate-has-error='true'] [data-validate-target='martech-input-password-error'] {
	margin-top: 4px;
}

[data-validate-target='martech-button-container'] {
	border-radius: 100px;
	display: flex;
	overflow: visible;
	padding: 2px;
	position: relative;
	width: 100%;
	z-index: 0;
}

@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

[data-validate-target='martech-button-container'].martech-button-loading {
	overflow: hidden;
}

.martech-button-loading::before {
	animation: rotate 2.5s linear infinite;
	background-image: linear-gradient(#222, #222), linear-gradient(#222, #222), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
	background-position:
		0 0,
		100% 0,
		100% 100%,
		0 100%;
	background-repeat: no-repeat;
	background-size:
		50% 50%,
		50% 50%;
	content: '';
	height: 1200%;
	left: -150%;
	position: absolute;
	top: -550%;
	width: 400%;
	z-index: -2;
}

.martech-button-loading .martech-button {
	background-color: #fff;
	outline-style: none;
}

.martech-button-loading .martech-button .martech-button__label {
	color: #222;
}

[data-validate-target='martech-marketing']:disabled {
	pointer-events: none;
}

[data-validate-target='password-list'] .valid-icon,
[data-validate-target='password-list'] .invalid-icon {
	display: none;
}

.martech-newsletter-unit {
	font-family: 'Telesans Text Regular', Arial, Helvetica, sans-serif;
	border-top: 6px solid #222;
	margin-bottom: 16px;
	margin-top: 24px;
	padding-top: 4px;
}

.martech-newsletter-unit__wrapper-heading {
	font-family: 'Austin News App', 'Austin News', AustinFont, Georgia, Times, serif;
	font-variation-settings:
		'wght' 525,
		'opsz' 60;
	font-size: 22px;
	text-align: center;
}

.martech-newsletter-unit__container {
	align-items: start;
	display: grid;
	grid-template: min-content 1fr / auto min-content;
	grid-template-areas: 'content image' 'button button';
}

@media only screen and (min-width: 768px) {
	.martech-newsletter-unit__container {
		grid-template-areas: 'content image' 'button image';
	}
}

.martech-newsletter-unit__button-container {
	grid-area: button;
	margin-top: 6px;
	padding: 2px;
	width: -moz-fit-content;
	width: fit-content;
}

.martech-newsletter-unit__button {
	font-family: 'Doric News', DoricFont, Arial, Helvetica, sans-serif;
	font-variation-settings:
		'wght' 400,
		'opsz' 16;
	cursor: pointer;
	font-size: 17px;
	grid-area: button;
	height: 48px;
	justify-content: center;
	line-height: 20px;
	margin: 0;
	min-width: 108px;
	padding: 8px 12px;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.martech-newsletter-unit__content {
	grid-area: content;
	margin-right: 8px;
}

.martech-newsletter-unit__title {
	font-family: 'Doric News', DoricFont, Arial, Helvetica, sans-serif;
	font-variation-settings:
		'wght' 700,
		'opsz' 16;
	color: #222;
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 2px;
}

.martech-newsletter-unit__desc {
	color: #494949;
	font-size: 17px;
	line-height: 22px;
}

.martech-newsletter-unit__img {
	border-radius: 8px;
	grid-area: image;
	height: auto;
	justify-self: end;
	width: 78px;
}

@media only screen and (min-width: 768px) {
	.martech-newsletter-unit__img {
		width: 124px;
	}
}

.martech-newsletter-unit__form {
	grid-area: form;
	margin-bottom: 2px;
	margin-top: 8px;
	position: relative;
}

.martech-button.martech-newsletter-unit__button--success {
	background: #767676;
	border: 1px solid #767676;
	color: #fff;
	font-size: 15px;
	margin-top: 8px;
}

.martech-newsletter-unit__checkmark {
	fill: none;
	height: auto;
	margin-bottom: 2px;
	margin-right: 4px;
	width: 17px;
}

@media only screen and (min-width: 768px) {
	.martech-newsletter-unit__checkmark {
		width: 19px;
	}
}

.martech-newsletter-unit__error-toast {
	--martech-toast-text-color: #333;
	--martech-toast-line-height: 20px;
	border-radius: 8px;
	grid-area: button;
	margin-top: 8px;
	padding: 8px;
	white-space: normal;
}

@media only screen and (min-width: 768px) {
	.martech-newsletter-unit__error-toast {
		margin-right: 6px;
	}
}

.martech-newsletter-unit__error-toast .martech-toast__icon-wrapper {
	align-self: flex-start;
	margin-top: 2px;
}

.martech-newsletter-unit__error-toast .martech-toast__icon {
	height: auto;
	margin-bottom: 2px;
	width: 16px;
}

.martech-newsletter-unit__link {
	padding: 2px;
	text-decoration: underline;
	transition:
		color 0.2s ease-out,
		background-color 0.2s ease-out,
		border-color 0.2s ease-out;
}

.martech-newsletter-unit__link:active,
.martech-newsletter-unit__link:focus {
	background-color: #222;
	border-radius: 2px;
	color: #fff;
	outline: 2px solid #222;
}

.martech-newsletter-unit__link:hover {
	background-color: #222;
	border-radius: 2px;
	color: #fff;
}

.martech-newsletter-unit__label {
	font-family: 'Doric News', DoricFont, Arial, Helvetica, sans-serif;
	font-variation-settings:
		'wght' 400,
		'opsz' 16;
	color: #333;
	font-size: 13px;
	left: 8px;
	line-height: 17px;
	position: absolute;
	top: 6px;
}

.martech-newsletter-unit.martech-newsletter-unit--gallery {
	margin-bottom: 0;
	margin-left: 8px;
	margin-right: 8px;
}

@media only screen and (min-width: 768px) {
	.martech-newsletter-unit.martech-newsletter-unit--gallery {
		margin-left: 0;
		margin-right: 0;
	}
}

.martech-winner-footer-wrapper.winner-footer-wrapper .winner-newsletter .martech-newsletter-unit__wrapper-heading {
	border-top: 1px solid #494949;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 16px;
	padding-top: 16px;
}

@media only screen and (min-width: 768px) {
	.martech-winner-footer-wrapper.winner-footer-wrapper .winner-newsletter .martech-newsletter-unit__wrapper-heading {
		border-top: none;
	}
}
html,
body {
	margin: 0;
	width: 100%;
	height: 100%;
}
@font-face {
	font-display: swap;
	font-family: Doric News UI;
	font-style: normal;
	src:
		url(../fonts/doric-news-uprights-vf-basic-web.woff2) format('woff2'),
		url(../fonts/doric-news-uprights-vf-basic-web.woff2) format('woff2');
	unicode-range: U+0020-007F, U+00A3, U+00E8, U+00E9, U+2013, U+2014, U+2018, U+2019, U+201C, U+201D, U+2022, U+2026, U+20AC;
}
@font-face {
	font-display: swap;
	font-family: Doric News UI;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/doric-news-uprights-vf-latin-web.woff2) format('woff2');
	unicode-range: u+00a1-00a2, u+00a5-00e7, u+00ea-00ff;
}
:root {
	--font-doric-news-ui-regular: 'wght' 400, 'opsz' 16;
	--font-doric-news-ui-bold: 'wght' 700, 'opsz' 16;
	--font-doric-news-headline-regular: 'wght' 400, 'opsz' 60;
	--font-doric-news-headline-medium: 'wght' 500, 'opsz' 60;
	--font-doric-news-headline-bold: 'wght' 700, 'opsz' 60;
}
.unified-particle-header:has(.unified-particle-header__header, .unified-particle-header__subheader) {
	border-top: 1px solid #b5b5b5;
	padding-top: 4px;
	padding-bottom: 12px;
}
.unified-particle-header__header {
	color: #222;
	font-weight: unset;
	font-size: 17px;
	line-height: 23px;
	font-family: Doric News;
	font-variation-settings: var(--font-doric-news-ui-regular);
	margin: 0;
}
.unified-particle-header__subheader {
	color: #494949;
	font-weight: unset;
	font-size: 17px;
	line-height: 23px;
	font-family: Doric News;
	font-variation-settings: var(--font-doric-news-ui-regular);
	margin: 0;
}
.unified-particle-header.lita-standalone {
	font-size: 22px;
	line-height: 25px;
	font-family: Austin News;
	font-variation-settings: var(--font-austin-news-deck-semibold);
	text-decoration: none;
}
.unified-particle-header.lita-standalone a {
	color: #222;
	text-decoration: none;
}
.unified-particle-header.lita-standalone a:hover,
.unified-particle-header.lita-standalone a:active {
	text-decoration-line: underline;
	text-decoration-color: #222;
}
.unified-particle-header.lita-standalone .unified-particle-header__header,
.unified-particle-header.lita-standalone .unified-particle-header__subheader {
	font-size: 22px;
	line-height: 25px;
	font-family: Austin News;
	font-variation-settings: var(--font-austin-news-deck-semibold);
}
.unified-particle-header.lita-standalone .unified-particle-header__subheader {
	color: #767676;
}
.unified-particle-header.app-standalone {
	border-top: 2px solid #222;
	padding-top: 4px;
	font-size: 27px;
	line-height: 32px;
	text-decoration: none;
}
.unified-particle-header.app-standalone a {
	color: #222;
	text-decoration: none;
}
.unified-particle-header.app-standalone a:hover,
.unified-particle-header.app-standalone a:active {
	text-decoration-line: underline;
	text-decoration-color: #222;
}
.unified-particle-header.app-standalone .unified-particle-header__header {
	font-size: 27px;
	line-height: 30px;
	font-family: Austin News;
	font-variation-settings: var(--font-austin-news-deck-semibold);
}
.unified-particle-header.app-standalone .unified-particle-header__subheader {
	margin-top: 8px;
	font-size: 15px;
	line-height: 20px;
	color: #494949;
}
@media (prefers-color-scheme: dark) {
	html[data-preview-color-scheme='dark'] .unified-particle-header:has(.unified-particle-header__header, .unified-particle-header__subheader) {
		border-top: 1px solid #444;
	}
	html[data-preview-color-scheme='dark'] .unified-particle-header__header {
		color: #f0f0f0;
	}
	html[data-preview-color-scheme='dark'] .unified-particle-header__subheader {
		color: #bbb;
	}
	html[data-preview-color-scheme='dark'] .unified-particle-header.lita-standalone a {
		color: #f0f0f0;
	}
	html[data-preview-color-scheme='dark'] .unified-particle-header.lita-standalone a:hover,
	html[data-preview-color-scheme='dark'] .unified-particle-header.lita-standalone a:active {
		text-decoration-color: #f0f0f0;
	}
	html[data-preview-color-scheme='dark'] .unified-particle-header.lita-standalone .unified-particle-header__subheader {
		color: #aaa;
	}
	html[data-preview-color-scheme='dark'] .unified-particle-header.app-standalone {
		border-top: 2px solid #eee;
	}
	html[data-preview-color-scheme='dark'] .unified-particle-header.app-standalone a {
		color: #eee;
	}
	html[data-preview-color-scheme='dark'] .unified-particle-header.app-standalone a:hover,
	html[data-preview-color-scheme='dark'] .unified-particle-header.app-standalone a:active {
		text-decoration-color: #eee;
	}
	html[data-preview-color-scheme='dark'] .unified-particle-header.app-standalone .unified-particle-header__subheader {
		color: #bbb;
	}
}
:root {
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
.comments-carousel {
	margin: 0 auto;
	max-width: 100vw;
}
.comments-carousel .carousel-container {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.comments-carousel .slides-container {
	display: flex;
	justify-content: flex-end;
	scroll-snap-type: x mandatory;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	gap: 8px;
}
.comments-carousel .slides-container::-webkit-scrollbar {
	display: none;
}
.comments-carousel .slide {
	width: 100%;
	/* max-width: 284px; */
	flex-shrink: 0;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	padding: 16px;
	text-decoration: none;
	color: inherit;
	background: #f8f8f8 !important;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}
.comments-carousel .slide .comment-feedback {
	display: flex;
	flex-direction: row;
	gap: 8px;
	font-family:
		Doric News UI,
		sans-serif;
	font-variation-settings: var(--doric-ui-regular);
	font-size: 15px;
	line-height: 21px;
	color: #222;
	margin-top: 8px;
}
.comments-carousel .slide .comment-feedback .vf:not(:last-child):after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 60%;
	background: #ccc;
	margin: 0 4px;
}
.comments-carousel .slide .comment-feedback .replies {
	display: flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}
.comments-carousel .slide .comment-feedback .replies:hover {
	text-decoration: underline;
}
.comments-carousel .slide .comment-feedback .replies.active {
	color: #222;
}
.comments-carousel .slide .comment-feedback .replies.disabled {
	pointer-events: none;
	color: #787878;
	cursor: default;
}
.comments-carousel .slide .comment-feedback .likes,
.comments-carousel .slide .comment-feedback .dislikes {
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 4px;
}
.comments-carousel .slide .comment-feedback .likes.deactivated,
.comments-carousel .slide .comment-feedback .dislikes.deactivated {
	pointer-events: none !important;
	cursor: default;
}
.comments-carousel .slide .comment-feedback .likes:hover,
.comments-carousel .slide .comment-feedback .dislikes:hover {
	text-decoration: underline;
}
.comments-carousel .slide .comment-feedback .likes.active,
.comments-carousel .slide .comment-feedback .dislikes.active {
	color: #222;
}
.comments-carousel .slide .comment-feedback .likes.inactive,
.comments-carousel .slide .comment-feedback .dislikes.inactive {
	pointer-events: none;
	color: #787878;
	cursor: default;
}
.comments-carousel .slide .comment-feedback .likes .like-icon,
.comments-carousel .slide .comment-feedback .likes .dislike-icon,
.comments-carousel .slide .comment-feedback .dislikes .like-icon,
.comments-carousel .slide .comment-feedback .dislikes .dislike-icon {
	display: flex;
	align-items: center;
}
.comments-carousel .comment-content .comment-author {
	margin: 0 0 2px;
	color: var(--Text-Primary, #222);
	font-family: var(--Body-Doric-Body-2-Body-2---Bold-Body-2---Bold, 'Doric News UI');
	font-size: var(--Body-Doric-Body-2-Body-2---Bold-Body-2---Bold---Size, 15px);
	font-style: normal;
	font-variation-settings: var(--font-doric-news-ui-bold);
	line-height: var(--Body-Doric-Body-2-Body-2---Bold-Body-2---Bold---Line-Height, 21px);
}
.comments-carousel .comment-content .comment-message {
	color: var(--Text-Primary, #222);
	font-family: var(--Body-Doric-Body-2-Body-2, 'Doric News UI');
	font-size: var(--Body-Doric-Body-2-Body-2---Size, 15px);
	font-style: normal;
	font-variation-settings: var(--font-doric-news-ui-regular);
	line-height: var(--Body-Doric-Body-2-Body-2---Line-Height, 21px);
	margin: 0;
	position: relative;
}
.comments-carousel .comment-content .comment-message.clamp {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* -webkit-box-orient: vertical; */
	overflow: hidden;
	cursor: pointer;
}
.comments-carousel .comment-content .comment-message.expanded {
	cursor: pointer;
}
.comments-carousel .comment-content .comment-message.expanded:after {
	color: #777;
	content: ' show less';
	text-decoration: underline;
}
.comments-carousel .carousel-footer {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	margin-top: 8px;
}
.comments-carousel .carousel-footer__navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comments-carousel .typing-indicator {
	display: flex;
	align-items: center;
	gap: 4px;
}
.comments-carousel .typing-indicator span:not(.comments-count) {
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
	opacity: 0.3;
	animation: typing 1s infinite;
}
.comments-carousel .typing-indicator span:not(.comments-count):nth-child(2) {
	animation-delay: 0.2s;
}
.comments-carousel .typing-indicator span:not(.comments-count):nth-child(3) {
	animation-delay: 0.4s;
}
.comments-carousel .typing-indicator .comments-count {
	margin-left: 4px;
	color: var(--Text-Primary, #222);
	font-family: var(--Body-Doric-Body-2-Body-2, 'Doric News UI');
	font-size: var(--Body-Doric-Body-2-Body-2---Size, 15px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Body-Doric-Body-2-Body-2---Line-Height, 21px);
}
.comments-carousel .cta-button {
	background: #222;
	color: #fff;
	padding: 8px 12px;
	border-radius: 100px;
	text-decoration: none;
	transition: opacity 0.2s;
	display: flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
	font-family: var(--Button-Label-Button-Label-2-Button-Label-2, 'Doric News UI');
	font-size: var(--Button-Label-Button-Label-2-Button-Label-2---Size, 15px);
	font-style: normal;
	font-variation-settings: var(--font-doric-news-ui-regular);
	line-height: var(--Button-Label-Button-Label-2-Button-Label---Line-Height, 15px);
}
@media (hover: hover) {
	.comments-carousel .cta-button:hover {
		opacity: 0.9;
	}
}
.comments-carousel .navigation {
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	gap: 4px;
	margin-left: auto;
}
.comments-carousel .navigation .nav-button {
	background: #eee;
	border: none;
	width: 32px;
	height: 32px;
	padding: 6px;
	border-radius: 50%;
	cursor: pointer;
	color: #222;
	pointer-events: auto;
	transition:
		background 0.2s,
		opacity 0.2s;
}
.comments-carousel .navigation .nav-button.prev svg {
	transform: rotate(180deg);
}
@media (hover: hover) {
	.comments-carousel .navigation .nav-button:hover {
		background: #ddd;
	}
}
.comments-carousel .navigation .nav-button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.comments-carousel .navigation .nav-button:disabled:hover {
	background: #eee;
}
/* @media (prefers-color-scheme: dark) {
	html:not([data-preview-color-scheme='light']) .comments-carousel {
		color: #f0f0f0;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .slide {
		background: #111;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-content .comment-author,
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-content .comment-message,
	html:not([data-preview-color-scheme='light']) .comments-carousel .typing-indicator .comments-count {
		color: #f0f0f0;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-content .comment-message.clamp:after {
		background: #111;
		color: #bbb;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-content .comment-message.expanded:after {
		color: #aaa;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-feedback {
		color: #f0f0f0;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-feedback .vf:not(:last-child):after {
		background: #333;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-feedback .replies.active,
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-feedback .likes.active,
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-feedback .dislikes.active {
		color: #f0f0f0;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-feedback .replies.disabled,
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-feedback .likes.inactive,
	html:not([data-preview-color-scheme='light']) .comments-carousel .comment-feedback .dislikes.inactive {
		color: #777;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .typing-indicator span:not(.comments-count) {
		background: #f0f0f0;
		opacity: 0.25;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .cta-button {
		background: #f0f0f0;
		color: #111;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .nav-button {
		background: #ffffff1f;
		color: #f0f0f0;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .nav-button:hover {
		background: #fff3;
	}
	html:not([data-preview-color-scheme='light']) .comments-carousel .nav-button:disabled {
		background: #ffffff1f;
		color: #ffffff80;
	}
} */
html[data-preview-color-scheme='dark'] .comments-carousel {
	color: #f0f0f0;
}
html[data-preview-color-scheme='dark'] .comments-carousel .slide {
	background: #111;
}
html[data-preview-color-scheme='dark'] .comments-carousel .comment-content .comment-author,
html[data-preview-color-scheme='dark'] .comments-carousel .comment-content .comment-message,
html[data-preview-color-scheme='dark'] .comments-carousel .typing-indicator .comments-count {
	color: #f0f0f0;
}
html[data-preview-color-scheme='dark'] .comments-carousel .comment-content .comment-message.clamp:after {
	background: #111;
	color: #bbb;
}
html[data-preview-color-scheme='dark'] .comments-carousel .comment-content .comment-message.expanded:after {
	color: #aaa;
}
html[data-preview-color-scheme='dark'] .comments-carousel .comment-feedback {
	color: #f0f0f0;
}
html[data-preview-color-scheme='dark'] .comments-carousel .comment-feedback .vf:not(:last-child):after {
	background: #333;
}
html[data-preview-color-scheme='dark'] .comments-carousel .comment-feedback .replies.active,
html[data-preview-color-scheme='dark'] .comments-carousel .comment-feedback .likes.active,
html[data-preview-color-scheme='dark'] .comments-carousel .comment-feedback .dislikes.active {
	color: #f0f0f0;
}
html[data-preview-color-scheme='dark'] .comments-carousel .comment-feedback .replies.disabled,
html[data-preview-color-scheme='dark'] .comments-carousel .comment-feedback .likes.inactive,
html[data-preview-color-scheme='dark'] .comments-carousel .comment-feedback .dislikes.inactive {
	color: #777;
}
html[data-preview-color-scheme='dark'] .comments-carousel .typing-indicator span:not(.comments-count) {
	background: #f0f0f0;
	opacity: 0.25;
}
html[data-preview-color-scheme='dark'] .comments-carousel .cta-button {
	background: #f0f0f0;
	color: #111;
}
html[data-preview-color-scheme='dark'] .comments-carousel .nav-button {
	background: #ffffff1f;
	color: #f0f0f0;
}
html[data-preview-color-scheme='dark'] .comments-carousel .nav-button:hover {
	background: #fff3;
}
html[data-preview-color-scheme='dark'] .comments-carousel .nav-button:disabled {
	background: #ffffff1f;
	color: #ffffff80;
}
@keyframes typing {
	0%,
	to {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
}

.comments-container {
	max-width: 1000px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.comment-input-block {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 25px;
}

.user-avatar-placeholder {
	position: relative;
	width: 44px;
	height: 44px;
	background-color: #f1f1f1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c5c5c5;
	flex-shrink: 0;
}

.user-avatar-placeholder svg {
	width: 28px;
	height: 28px;
	margin-top: 4px;
}

.user-avatar-placeholder .question-mark {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.comment-field-wrapper {
	flex-grow: 1;
}

.comment-input-field {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	font-size: 15px;
	color: #2b2b2b;
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}

.comment-input-field::placeholder {
	color: #767676;
}

.comment-input-field:focus {
	border-color: #005a70;
}

.comment-sorting-row {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 12px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
}

.sorting-dropdown {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #005a70;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
	cursor: pointer;
	user-select: none;
}

.sorting-dropdown svg {
	display: inline-block;
	margin-top: 1px;
}
.comment-hidden-initial {
	display: none !important;
	opacity: 0;
}

.comment-fade-in {
	display: grid !important;
	animation: comment-fade-animation 0.8s ease-out forwards;
}

@keyframes comment-fade-animation {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

a[data-track-txt=''],
.e-site-header-button__link,
.e-site-logo,
.e-social-share__link,
.site-footer__social-link,
aside a {
	pointer-events: none;
}
