:is(body.page-id-2062, body.page-id-2639, body.page-id-2688).advixy-about-enhanced {
	--about-navy: #103762;
	--about-navy-deep: #071f3b;
	--about-blue: #245c8f;
	--about-gold: #f6c344;
	--about-gold-deep: #d59d15;
	--about-ink: #14253a;
	--about-copy: #4b5d72;
	--about-soft: #f3f6f9;
	--about-paper: #fffdf8;
	--about-line: #d9e2eb;
	--about-shadow: 0 24px 65px rgb(7 31 59 / 13%);
}

:is(body.page-id-2062, body.page-id-2639, body.page-id-2688).advixy-about-enhanced .wpr-post-content {
	position: relative;
	max-width: 1180px;
	margin-inline: auto;
	padding: clamp(1.25rem, 3.8vw, 3.75rem) clamp(0.9rem, 2.4vw, 2rem) clamp(4rem, 7vw, 7rem);
	box-shadow: 0 0 0 100vmax var(--about-soft);
	clip-path: inset(0 -100vmax);
}

.advixy-about-enhanced .advixy-about-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(10rem, 0.3fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	isolation: isolate;
	overflow: hidden;
	margin-bottom: clamp(1.2rem, 2.5vw, 2rem);
	padding: clamp(2rem, 5vw, 4.8rem);
	border: 1px solid rgb(255 255 255 / 14%);
	border-radius: 34px 34px 12px 34px;
	background:
		radial-gradient(circle at 88% 10%, rgb(246 195 68 / 24%) 0 8%, transparent 34%),
		linear-gradient(132deg, var(--about-navy-deep), var(--about-navy) 64%, var(--about-blue));
	box-shadow: 0 32px 78px rgb(7 31 59 / 24%);
}

.advixy-about-enhanced .advixy-about-hero::before {
	position: absolute;
	z-index: -1;
	width: 18rem;
	height: 18rem;
	top: -9rem;
	right: -4rem;
	border: 1px solid rgb(246 195 68 / 38%);
	border-radius: 50%;
	box-shadow: 0 0 0 3.5rem rgb(246 195 68 / 5%), 0 0 0 7rem rgb(246 195 68 / 3%);
	content: '';
	pointer-events: none;
}

.advixy-about-enhanced .advixy-about-hero__copy {
	align-self: center;
}

.advixy-about-enhanced .advixy-about-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0 0 1.2rem !important;
	color: var(--about-gold) !important;
	font-size: 0.77rem !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.advixy-about-enhanced .advixy-about-eyebrow::before {
	width: 2.2rem;
	height: 1px;
	background: currentcolor;
	content: '';
}

.advixy-about-enhanced .advixy-about-hero h1 {
	max-width: 18ch;
	margin: 0 !important;
	color: #fff !important;
	font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
	font-size: clamp(2.45rem, 4.7vw, 4.55rem) !important;
	font-weight: 700;
	line-height: 1.01;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.advixy-about-enhanced .advixy-about-dek {
	max-width: 66ch;
	margin: clamp(1.25rem, 2.5vw, 2rem) 0 0 !important;
	color: rgb(255 255 255 / 82%) !important;
	font-size: clamp(1.02rem, 1.3vw, 1.22rem) !important;
	line-height: 1.68;
}

.advixy-about-enhanced .advixy-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: clamp(1.5rem, 3vw, 2.4rem);
}

.advixy-about-enhanced .advixy-about-button {
	display: inline-flex;
	min-height: 3.15rem;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0.85rem 1.35rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-decoration: none !important;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.advixy-about-enhanced .advixy-about-button:hover,
.advixy-about-enhanced .advixy-about-button:focus-visible {
	transform: translateY(-2px);
}

.advixy-about-enhanced .advixy-about-button:focus-visible,
.advixy-about-enhanced .advixy-about-text-link:focus-visible {
	outline: 3px solid rgb(246 195 68 / 48%);
	outline-offset: 4px;
}

.advixy-about-enhanced .advixy-about-button--primary {
	background: var(--about-gold);
	box-shadow: 0 12px 28px rgb(246 195 68 / 24%);
	color: var(--about-navy-deep) !important;
}

.advixy-about-enhanced .advixy-about-button--primary:hover,
.advixy-about-enhanced .advixy-about-button--primary:focus-visible {
	background: #ffd765;
	box-shadow: 0 16px 34px rgb(246 195 68 / 34%);
}

.advixy-about-enhanced .advixy-about-button--secondary {
	border-color: rgb(255 255 255 / 34%);
	background: rgb(255 255 255 / 7%);
	color: #fff !important;
	backdrop-filter: blur(10px);
}

.advixy-about-enhanced .advixy-about-button--secondary:hover,
.advixy-about-enhanced .advixy-about-button--secondary:focus-visible {
	background: rgb(255 255 255 / 14%);
}

.advixy-about-enhanced .advixy-about-mark {
	display: grid;
	align-self: center;
	justify-items: end;
	color: #fff;
	font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
	line-height: 0.85;
	text-align: right;
}

.advixy-about-enhanced .advixy-about-mark span {
	color: rgb(255 255 255 / 12%);
	font-size: clamp(6rem, 12vw, 10rem);
	font-weight: 800;
	letter-spacing: -0.1em;
}

.advixy-about-enhanced .advixy-about-mark strong {
	margin-top: -0.1rem;
	color: var(--about-gold);
	font-family: inherit;
	font-size: clamp(1.25rem, 2.3vw, 1.9rem);
	font-style: italic;
	letter-spacing: 0.06em;
}

.advixy-about-enhanced .advixy-about-mark em {
	margin-top: 0.75rem;
	color: #fff;
	font-family: inherit;
	font-size: clamp(1rem, 1.8vw, 1.4rem);
	font-style: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.advixy-about-enhanced .advixy-about-facts {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: clamp(2rem, 4vw, 3.5rem) 0 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 14%);
	border-radius: 16px;
	background: rgb(255 255 255 / 14%);
	list-style: none;
}

.advixy-about-enhanced .advixy-about-facts li {
	display: grid;
	gap: 0.35rem;
	margin: 0;
	padding: 1.1rem 1.2rem;
	background: rgb(7 31 59 / 54%);
}

.advixy-about-enhanced .advixy-about-facts span {
	color: var(--about-gold);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.advixy-about-enhanced .advixy-about-facts strong {
	color: #fff;
	font-size: clamp(0.88rem, 1.15vw, 1.02rem);
	font-weight: 600;
	line-height: 1.35;
}

.advixy-about-enhanced .wpr-post-content > .elementor {
	display: grid;
	gap: clamp(1rem, 2.2vw, 1.75rem);
}

.advixy-about-enhanced .wpr-post-content > .elementor > .elementor-element-8030a81 {
	display: none !important;
}

.advixy-about-enhanced .wpr-post-content .elementor-invisible {
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
}

.advixy-about-enhanced .wpr-post-content > .elementor > :is(.elementor-element-f09f5e1, .elementor-element-a78036a, .elementor-element-517c990, .elementor-element-96891b2) {
	max-width: 900px;
	margin-inline: auto;
}

.advixy-about-enhanced .elementor-element-f09f5e1 .elementor-heading-title,
.advixy-about-enhanced .elementor-element-517c990 .elementor-heading-title,
.advixy-about-enhanced .elementor-element-1f001af90 > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-element-15fff15e .elementor-heading-title {
	margin: 0 !important;
	color: var(--about-ink) !important;
	font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
	font-size: clamp(2rem, 3.6vw, 3.35rem) !important;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.advixy-about-enhanced .elementor-widget-text-editor p {
	color: var(--about-copy) !important;
	font-size: clamp(1rem, 1.15vw, 1.08rem) !important;
	line-height: 1.78;
}

.advixy-about-enhanced .wpr-post-content > .elementor > .elementor-element-16bbea5 {
	display: block !important;
	padding: clamp(1.1rem, 2.6vw, 2rem);
	border: 1px solid var(--about-line);
	border-radius: 12px 30px 30px 30px;
	background: var(--about-paper);
	box-shadow: var(--about-shadow);
}

.advixy-about-enhanced .elementor-element-16bbea5 > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 1.25fr) minmax(15rem, 0.75fr);
	gap: clamp(1.25rem, 3vw, 3rem);
	align-items: center;
	width: 100% !important;
	max-width: none !important;
}

.advixy-about-enhanced .elementor-element-16bbea5 > .e-con-inner > .e-con {
	width: 100% !important;
	max-width: none !important;
}

.advixy-about-enhanced .elementor-element-490935a .elementor-widget-container,
.advixy-about-enhanced .elementor-element-490935a img {
	overflow: hidden;
	border-radius: 10px 24px 24px 24px;
}

.advixy-about-enhanced .elementor-element-490935a img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.advixy-about-enhanced .wpr-post-content > .elementor > .elementor-element-517c990 {
	margin-top: clamp(2rem, 4vw, 4rem);
}

.advixy-about-enhanced .wpr-post-content > .elementor > .elementor-element-1f001af90 {
	min-height: 0 !important;
	height: auto !important;
	overflow: hidden;
	padding: clamp(2rem, 5vw, 4.5rem) !important;
	border-radius: 30px 12px 30px 30px;
	background:
		linear-gradient(135deg, rgb(255 255 255 / 5%), transparent 55%),
		var(--about-navy-deep) !important;
	box-shadow: var(--about-shadow);
}

.advixy-about-enhanced .elementor-element-1f001af90 > .elementor-container,
.advixy-about-enhanced .elementor-element-1f001af90 > .elementor-container > .elementor-column,
.advixy-about-enhanced .elementor-element-1f001af90 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	width: 100% !important;
	max-width: none !important;
}

.advixy-about-enhanced .elementor-element-1f001af90 .elementor-element-15fff15e .elementor-heading-title {
	margin-bottom: clamp(1.25rem, 3vw, 2.4rem) !important;
	color: var(--about-gold) !important;
	text-align: left !important;
}

.advixy-about-enhanced .elementor-element-1f001af90 :is(.elementor-element-1202656c, .elementor-element-a87446b) {
	display: block !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 0 1rem !important;
	padding: 0 !important;
}

.advixy-about-enhanced .elementor-element-1f001af90 :is(.elementor-element-1202656c, .elementor-element-a87446b) > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	width: 100% !important;
	max-width: none !important;
}

.advixy-about-enhanced .elementor-element-1f001af90 :is(.elementor-element-50b6469d, .elementor-element-245ce21e, .elementor-element-af784ff, .elementor-element-6603526) {
	width: auto !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 0 !important;
}

.advixy-about-enhanced .elementor-element-1f001af90 .elementor-widget-image-box {
	height: 100%;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 12%);
	border-radius: 18px;
	background: rgb(255 255 255 / 7%);
}

.advixy-about-enhanced .elementor-element-1f001af90 .elementor-widget-container,
.advixy-about-enhanced .elementor-element-1f001af90 .elementor-image-box-wrapper {
	height: 100%;
}

.advixy-about-enhanced .elementor-element-1f001af90 .elementor-image-box-img {
	margin: 0 !important;
}

.advixy-about-enhanced .elementor-element-1f001af90 .elementor-image-box-img img {
	display: block;
	width: 100%;
	height: 13rem;
	object-fit: cover;
}

.advixy-about-enhanced .elementor-element-1f001af90 .elementor-image-box-content {
	padding: 1.25rem;
}

.advixy-about-enhanced .elementor-element-1f001af90 .elementor-image-box-title {
	margin: 0 0 0.55rem !important;
	color: #fff !important;
	font-size: 1.15rem !important;
	line-height: 1.25;
}

.advixy-about-enhanced .elementor-element-1f001af90 .elementor-image-box-description {
	margin: 0 !important;
	color: rgb(255 255 255 / 74%) !important;
	font-size: 0.95rem !important;
	line-height: 1.6;
}

.advixy-about-enhanced .wpr-post-content > .elementor > :is(.elementor-element-e2c4003, .elementor-element-9657776) {
	display: block !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: clamp(1.2rem, 3.5vw, 3.4rem) !important;
	border: 1px solid var(--about-line);
	border-radius: 30px;
	background: #fff !important;
	box-shadow: var(--about-shadow);
}

.advixy-about-enhanced .wpr-post-content > .elementor > .elementor-element-9657776 {
	background-color: var(--about-navy-deep) !important;
	background-image: linear-gradient(135deg, var(--about-navy-deep), var(--about-navy)) !important;
}

.advixy-about-enhanced :is(.elementor-element-e2c4003, .elementor-element-9657776) > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.3rem, 3.5vw, 3.5rem);
	align-items: center;
	width: 100% !important;
	max-width: none !important;
}

.advixy-about-enhanced :is(.elementor-element-e2c4003, .elementor-element-9657776) > .e-con-inner > .e-con {
	width: 100% !important;
	max-width: none !important;
	min-height: 0 !important;
	height: auto !important;
}

.advixy-about-enhanced .elementor-element-9657776 > .e-con-inner {
	background: transparent !important;
}

.advixy-about-enhanced :is(.elementor-element-e2c4003, .elementor-element-9657776) .elementor-heading-title {
	margin: 0 0 1rem !important;
	color: var(--about-ink) !important;
	font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.advixy-about-enhanced .elementor-element-9657776 :is(.elementor-heading-title, p) {
	color: #fff !important;
}

.advixy-about-enhanced :is(.elementor-element-6fc82a9, .elementor-element-fd7e273) .elementor-widget-container {
	overflow: hidden;
	border-radius: 12px 26px 26px 26px;
}

.advixy-about-enhanced :is(.elementor-element-6fc82a9, .elementor-element-fd7e273) img {
	display: block;
	width: 100%;
	min-height: 22rem;
	object-fit: cover;
}

.advixy-about-enhanced .advixy-about-tax-note {
	margin-top: 1.2rem;
	padding: 1rem 1.1rem;
	border-left: 4px solid var(--about-gold);
	border-radius: 0 12px 12px 0;
	background: var(--about-soft);
}

.advixy-about-enhanced .advixy-about-tax-note strong {
	display: block;
	margin-bottom: 0.3rem;
	color: var(--about-navy-deep);
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.advixy-about-enhanced .advixy-about-tax-note p {
	margin: 0 !important;
	font-size: 0.9rem !important;
	line-height: 1.55;
}

.advixy-about-enhanced .wpr-post-content > .elementor > .elementor-element-ec38abd {
	display: flex !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: clamp(2rem, 4.5vw, 4rem) !important;
	border-radius: 30px 30px 12px 30px;
	background: linear-gradient(135deg, var(--about-navy-deep), var(--about-navy)) !important;
	box-shadow: var(--about-shadow);
}

.advixy-about-enhanced .elementor-element-ec38abd > .elementor-background-overlay {
	display: none !important;
}

.advixy-about-enhanced .elementor-element-ec38abd > .e-con-inner {
	width: 100% !important;
	max-width: none !important;
	background: transparent !important;
}

.advixy-about-enhanced .elementor-element-ec38abd .elementor-element-b891f8c .elementor-heading-title {
	color: var(--about-gold) !important;
	font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: none !important;
}

.advixy-about-enhanced .elementor-element-ec38abd .elementor-element-974875d {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	gap: clamp(1rem, 2.5vw, 2.5rem) !important;
	align-items: center;
	width: 100%;
}

.advixy-about-enhanced .elementor-element-ec38abd .elementor-widget-image img {
	max-height: 5rem;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: 0.86;
}

.advixy-about-enhanced .advixy-about-closing {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(14rem, 0.55fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: end;
	margin-top: clamp(1.25rem, 3vw, 2rem);
	padding: clamp(1.6rem, 4vw, 3.5rem);
	border: 1px solid rgb(16 55 98 / 12%);
	border-radius: 12px 30px 30px 30px;
	background: var(--about-paper);
	box-shadow: var(--about-shadow);
}

.advixy-about-enhanced .advixy-about-closing__label {
	margin: 0 0 0.7rem !important;
	color: var(--about-gold-deep) !important;
	font-size: 0.72rem !important;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.advixy-about-enhanced .advixy-about-closing h2 {
	margin: 0 !important;
	color: var(--about-ink) !important;
	font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
	font-size: clamp(2rem, 3.8vw, 3.35rem) !important;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.advixy-about-enhanced .advixy-about-closing > div > p:last-child {
	max-width: 62ch;
	margin: 1rem 0 0 !important;
	color: var(--about-copy) !important;
	font-size: 1rem !important;
	line-height: 1.7;
}

.advixy-about-enhanced .advixy-about-closing__actions {
	display: grid;
	gap: 1rem;
}

.advixy-about-enhanced .advixy-about-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	color: var(--about-navy) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.advixy-about-enhanced .advixy-about-calendly-mount {
	display: none;
}

/* The legacy partner block is unrelated to the About-page narrative. */
.advixy-about-enhanced .wpr-post-content > .elementor > .elementor-element-ec38abd {
	display: none !important;
}

@media (max-width: 1024px) {
	.advixy-about-enhanced .advixy-about-hero,
	.advixy-about-enhanced .advixy-about-closing {
		grid-template-columns: 1fr;
	}

	.advixy-about-enhanced .advixy-about-mark {
		display: none;
	}

	.advixy-about-enhanced .elementor-element-ec38abd .elementor-element-974875d {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	:is(body.page-id-2062, body.page-id-2639, body.page-id-2688).advixy-about-enhanced .wpr-post-content {
		padding: 1rem 0.7rem 4rem;
	}

	.advixy-about-enhanced .advixy-about-hero {
		grid-template-columns: 1fr;
		gap: 1.2rem;
		padding: 1.65rem 1.2rem 2rem;
		border-radius: 24px 24px 8px 24px;
	}

	.advixy-about-enhanced .advixy-about-hero::before {
		width: 11rem;
		height: 11rem;
		top: -6.5rem;
		right: -4rem;
	}

	.advixy-about-enhanced .advixy-about-eyebrow {
		font-size: 0.65rem !important;
		letter-spacing: 0.08em;
	}

	.advixy-about-enhanced .advixy-about-eyebrow::before {
		width: 1.25rem;
	}

	.advixy-about-enhanced .advixy-about-hero h1 {
		max-width: none;
		font-size: clamp(2.05rem, 10.6vw, 3rem) !important;
	}

	.advixy-about-enhanced .advixy-about-dek {
		font-size: 1rem !important;
		line-height: 1.62;
	}

	.advixy-about-enhanced .advixy-about-actions,
	.advixy-about-enhanced .advixy-about-facts {
		display: grid;
		grid-template-columns: 1fr;
	}

	.advixy-about-enhanced .advixy-about-button {
		width: 100%;
	}

	.advixy-about-enhanced .wpr-post-content > .elementor > .elementor-element-16bbea5,
	.advixy-about-enhanced .wpr-post-content > .elementor > :is(.elementor-element-e2c4003, .elementor-element-9657776) {
		display: block !important;
	}

	.advixy-about-enhanced .elementor-element-16bbea5 > .e-con-inner,
	.advixy-about-enhanced .elementor-element-1f001af90 :is(.elementor-element-1202656c, .elementor-element-a87446b) > .elementor-container,
	.advixy-about-enhanced :is(.elementor-element-e2c4003, .elementor-element-9657776) > .e-con-inner {
		grid-template-columns: 1fr;
	}

	.advixy-about-enhanced .wpr-post-content > .elementor > .elementor-element-1f001af90,
	.advixy-about-enhanced .wpr-post-content > .elementor > :is(.elementor-element-e2c4003, .elementor-element-9657776),
	.advixy-about-enhanced .wpr-post-content > .elementor > .elementor-element-ec38abd {
		padding: 1.25rem !important;
		border-radius: 22px 8px 22px 22px;
	}

	.advixy-about-enhanced .elementor-element-1f001af90 .elementor-image-box-img img {
		height: 11rem;
	}

	.advixy-about-enhanced :is(.elementor-element-6fc82a9, .elementor-element-fd7e273) img {
		min-height: 0;
		max-height: 18rem;
	}

	.advixy-about-enhanced .elementor-element-ec38abd .elementor-element-974875d {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.advixy-about-enhanced .advixy-about-closing {
		padding: 1.5rem 1.15rem;
		border-radius: 22px 8px 22px 22px;
	}

	.advixy-about-enhanced .advixy-about-calendly-mount {
		display: block;
		padding-top: 1rem;
		text-align: center;
	}

	.advixy-about-enhanced .advixy-about-calendly-mount .calendly-badge-widget {
		position: static !important;
		display: block !important;
		width: min(100%, 22rem) !important;
		margin: 0 auto !important;
		inset: auto !important;
	}

	.advixy-about-enhanced .advixy-about-calendly-mount .calendly-badge-content {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;
		padding: 0.9rem 1.15rem !important;
		border-radius: 999px !important;
		font-size: 0.82rem !important;
		line-height: 1.2 !important;
	}

	:is(body.page-id-2062, body.page-id-2639, body.page-id-2688) .mwai-chat.mwai-bottom-right {
		display: none !important;
	}

	:is(body.page-id-2062, body.page-id-2639, body.page-id-2688) .onetap-toggle {
		left: 0.4rem !important;
		bottom: 0.4rem !important;
		transform: scale(0.72);
		transform-origin: bottom left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.advixy-about-enhanced .advixy-about-button {
		transition: none;
	}
}
