.anm-contact-hub {
	--anm-contact-ink: #24113f;
	--anm-contact-plum: #2e1065;
	--anm-contact-plum-deep: #1e083f;
	--anm-contact-saffron: #d4a017;
	--anm-contact-saffron-soft: #f7d97d;
	--anm-contact-cream: #fffaf0;
	--anm-contact-paper: #f8f5ee;
	--anm-contact-muted: #685e70;
	--anm-contact-coral: #e46246;
	--anm-contact-line: #ded5cc;
	box-sizing: border-box;
	width: 100vw;
	max-width: none !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0;
	overflow: hidden;
	background: var(--anm-contact-cream);
	color: var(--anm-contact-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.anm-contact-hub *,
.anm-contact-hub *::before,
.anm-contact-hub *::after {
	box-sizing: border-box;
}

.anm-contact-hub :where(.wp-block-group, .wp-block-columns, .wp-block-column, .wp-block-buttons, .wp-block-button, figure, h1, h2, h3, p) {
	margin-top: 0;
	margin-bottom: 0;
}

.anm-contact-hub :where(.wp-block-columns, .wp-block-buttons) {
	gap: 0;
}

.anm-contact-hub :where(button, input, select, textarea) {
	font: inherit;
}

.anm-contact-hub a {
	color: inherit;
	-webkit-tap-highlight-color: transparent;
}

.anm-contact-hub img {
	display: block;
	max-width: 100%;
}

.anm-contact-hub :where(h1, h2) {
	color: inherit;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.anm-contact-hub :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid var(--anm-contact-coral);
	outline-offset: 3px;
}

.anm-contact-hub [id] {
	scroll-margin-top: 24px;
}

.anm-contact-hub__header {
	position: relative;
	z-index: 10;
	width: min(100%, 1320px);
	min-height: 86px;
	margin: 0 auto !important;
	padding: 15px clamp(22px, 4vw, 54px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.anm-contact-hub__brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
	color: var(--anm-contact-plum);
}

.anm-contact-hub__logo,
.anm-contact-hub__logo a,
.anm-contact-hub__logo img {
	width: 54px;
	height: 52px;
}

.anm-contact-hub__logo {
	flex: 0 0 auto;
}

.anm-contact-hub__logo img {
	object-fit: contain;
	object-position: center;
}

.anm-contact-hub__brand-copy {
	display: grid;
	line-height: 1;
}

.anm-contact-hub__brand-name {
	font-size: 22px;
	letter-spacing: 0.02em;
}

.anm-contact-hub__brand-sub {
	max-width: 158px;
	margin-top: 4px !important;
	color: var(--anm-contact-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.065em;
	line-height: 1.2;
	text-transform: uppercase;
}

.anm-contact-hub__nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.5vw, 36px);
	white-space: nowrap;
}

.anm-contact-hub__nav a {
	color: #4b3b5d;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.anm-contact-hub__nav a:hover {
	color: var(--anm-contact-plum);
	text-decoration: underline;
	text-underline-offset: 5px;
}

.anm-contact-hub__nav .anm-contact-hub__nav-current {
	padding: 10px 14px;
	border-radius: 999px;
	background: var(--anm-contact-plum);
	color: #fff;
	text-decoration: none;
}

.anm-contact-hub__nav .anm-contact-hub__nav-current:hover {
	background: #411685;
	color: #fff;
	text-decoration: none;
}

.anm-contact-hub__hero {
	width: min(100%, 1320px);
	margin: 0 auto !important;
	padding: clamp(30px, 4vw, 54px) clamp(22px, 4vw, 54px) clamp(76px, 10vw, 144px);
}

.anm-contact-hub__hero-columns {
	display: grid !important;
	grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
	gap: clamp(38px, 7vw, 110px) !important;
	align-items: center !important;
}

.anm-contact-hub__hero-columns > .wp-block-column,
.anm-contact-hub__contact-grid > .wp-block-column,
.anm-contact-hub__newsletter-columns > .wp-block-column {
	min-width: 0;
	flex-basis: auto !important;
}

.anm-contact-hub__hero-copy {
	max-width: 610px;
}

.anm-contact-hub__eyebrow {
	margin-bottom: 16px !important;
	color: var(--anm-contact-plum);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.anm-contact-hub__hero-title {
	max-width: 620px;
	margin-bottom: 24px !important;
	font-size: clamp(3.25rem, 6.8vw, 6.35rem);
	line-height: 0.97;
}

.anm-contact-hub__hero-intro {
	max-width: 530px;
	margin-bottom: 30px !important;
	color: #4d4057;
	font-size: clamp(1.04rem, 1.4vw, 1.22rem);
	line-height: 1.65;
}

.anm-contact-hub .anm-contact-hub__button .wp-block-button__link,
.anm-contact-hub__form-button {
	min-height: 50px;
	padding: 13px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform 170ms ease, box-shadow 170ms ease, background-color 170ms ease;
}

.anm-contact-hub .anm-contact-hub__button .wp-block-button__link:hover,
.anm-contact-hub__form-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 19px rgb(46 16 101 / 0.19);
}

.anm-contact-hub .anm-contact-hub__button--primary .wp-block-button__link {
	background: var(--anm-contact-saffron);
	color: #201032;
}

.anm-contact-hub .anm-contact-hub__button--primary .wp-block-button__link:hover {
	background: #e5b32f;
}

.anm-contact-hub__hero-note {
	margin-top: 24px !important;
	color: var(--anm-contact-muted);
	font-size: 13px;
	line-height: 1.5;
}

.anm-contact-hub__hero-visual {
	position: relative;
	min-height: 515px;
}

.anm-contact-hub__hero-image {
	position: relative;
	min-height: 515px;
}

.anm-contact-hub__hero-image::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: -24px;
	right: -24px;
	bottom: 42px;
	left: 26px;
	border-radius: 3px;
	background: var(--anm-contact-saffron-soft);
}

.anm-contact-hub__hero-image img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-height: 515px;
	border-radius: 3px;
	box-shadow: 0 24px 50px rgb(46 16 101 / 0.14);
	object-fit: cover;
	object-position: 51% center;
}

.anm-contact-hub__hero-image figcaption {
	position: absolute;
	z-index: 2;
	right: 22px;
	bottom: -24px;
	padding: 11px 14px;
	display: flex;
	align-items: center;
	gap: 9px;
	background: #fff;
	box-shadow: 0 8px 24px rgb(46 16 101 / 0.12);
	color: var(--anm-contact-plum);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.anm-contact-hub__hero-image figcaption::first-letter {
	color: var(--anm-contact-coral);
}

.anm-contact-hub__strip {
	padding: 18px 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 13px 24px;
	background: var(--anm-contact-plum);
	color: #fff;
}

.anm-contact-hub__strip > p:first-child {
	margin-right: 8px !important;
	color: var(--anm-contact-saffron-soft);
}

.anm-contact-hub__strip p,
.anm-contact-hub__strip a {
	font-size: 13px;
	font-weight: 800;
}

.anm-contact-hub__strip a {
	color: #fff;
	text-underline-offset: 4px;
}

.anm-contact-hub__contact-section {
	padding: clamp(76px, 11vw, 145px) clamp(22px, 4vw, 54px);
	background: var(--anm-contact-paper);
}

.anm-contact-hub__section-heading {
	max-width: 680px;
	margin: 0 auto clamp(42px, 6vw, 74px) !important;
	text-align: center;
}

.anm-contact-hub__section-heading h2 {
	margin-bottom: 17px !important;
	font-size: clamp(2.55rem, 4.5vw, 4.6rem);
	line-height: 1;
}

.anm-contact-hub__section-heading > p:last-child {
	color: var(--anm-contact-muted);
	font-size: 17px;
	line-height: 1.65;
}

.anm-contact-hub__contact-grid {
	max-width: 1170px;
	margin: 0 auto !important;
	display: grid !important;
	grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(32px, 5vw, 84px) !important;
	align-items: start !important;
}

.anm-contact-hub__contact-cards {
	display: grid;
	gap: 13px;
}

.anm-contact-hub__contact-card {
	min-height: 119px;
	padding: 22px 22px 22px 20px;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 28px;
	gap: 13px;
	align-items: center;
	border: 1px solid var(--anm-contact-line);
	border-radius: 3px;
	background: var(--anm-contact-cream);
	color: var(--anm-contact-ink);
	transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.anm-contact-hub__contact-card:hover {
	transform: translateX(4px);
	border-color: var(--anm-contact-saffron);
	box-shadow: 0 10px 22px rgb(46 16 101 / 0.08);
}

.anm-contact-hub__card-number {
	color: var(--anm-contact-saffron);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.anm-contact-hub__card-body {
	display: grid;
	gap: 3px;
}

.anm-contact-hub__card-label {
	color: var(--anm-contact-plum);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.anm-contact-hub__card-detail {
	font-size: 17px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.anm-contact-hub__card-detail a,
.anm-contact-hub__card-support a {
	text-decoration: none;
}

.anm-contact-hub__card-detail a:hover,
.anm-contact-hub__card-support a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.anm-contact-hub__card-support {
	color: var(--anm-contact-muted);
	font-size: 13px;
}

.anm-contact-hub__card-arrow {
	color: var(--anm-contact-plum);
	font-size: 21px;
}

.anm-contact-hub__social-panel {
	padding: 20px 2px 2px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.anm-contact-hub__social-panel > p:first-child {
	color: var(--anm-contact-muted);
	font-size: 13px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.anm-contact-hub__social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.anm-contact-hub__social-links a {
	padding: 7px 10px;
	display: inline-flex;
	border: 1px solid #cfc1de;
	border-radius: 999px;
	color: var(--anm-contact-plum);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.anm-contact-hub__social-links a:hover {
	border-color: var(--anm-contact-plum);
	background: var(--anm-contact-plum);
	color: #fff;
}

.anm-contact-hub__form {
	padding: clamp(24px, 4vw, 42px);
	border-radius: 4px;
	background: var(--anm-contact-plum);
	box-shadow: 0 20px 48px rgb(46 16 101 / 0.19);
	color: #fff;
}

.anm-contact-hub__form-heading {
	margin-bottom: 27px;
}

.anm-contact-hub__form-kicker {
	margin-bottom: 9px;
	display: block;
	color: var(--anm-contact-saffron-soft);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.anm-contact-hub__form-heading h2 {
	margin: 0 0 9px;
	font-size: clamp(2.15rem, 3.4vw, 3.45rem);
	line-height: 1;
}

.anm-contact-hub__form-heading p {
	max-width: 440px;
	margin: 0;
	color: #ded1ee;
	font-size: 14px;
	line-height: 1.5;
}

.anm-contact-hub__form label {
	margin-bottom: 17px;
	display: grid;
	gap: 7px;
	color: #f8f2ff;
	font-size: 13px;
	font-weight: 800;
}

.anm-contact-hub__form label > span {
	color: var(--anm-contact-saffron-soft);
}

.anm-contact-hub__field-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.anm-contact-hub__form :where(input, select, textarea) {
	width: 100%;
	padding: 12px;
	border: 2px solid transparent;
	border-radius: 3px;
	background: #fff;
	color: var(--anm-contact-ink);
	font-size: 16px;
	font-weight: 400;
}

.anm-contact-hub__form select {
	min-height: 48px;
}

.anm-contact-hub__form textarea {
	min-height: 130px;
	resize: vertical;
}

.anm-contact-hub__form :where(input, select, textarea):focus {
	border-color: var(--anm-contact-saffron);
	outline: none;
}

.anm-contact-hub__form-button {
	width: 100%;
	margin-top: 4px;
	background: var(--anm-contact-plum-deep);
	color: #fff;
}

.anm-contact-hub__form-button:hover {
	background: #421781;
}

.anm-contact-hub__form-note {
	min-height: 21px;
	margin: 14px 0 0;
	color: #d9cced;
	font-size: 12px;
	line-height: 1.45;
}

.anm-contact-hub__newsletter {
	background: #211040;
	color: #fff;
}

.anm-contact-hub__newsletter-columns {
	min-height: 410px;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.anm-contact-hub__newsletter-art {
	min-height: 340px;
	overflow: hidden;
}

.anm-contact-hub__newsletter-art figure,
.anm-contact-hub__newsletter-art img {
	width: 100%;
	height: 100%;
}

.anm-contact-hub__newsletter-art img {
	object-fit: cover;
	object-position: 50% center;
}

.anm-contact-hub__newsletter-copy {
	max-width: 670px;
	padding: clamp(50px, 7vw, 94px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.anm-contact-hub__newsletter-copy .anm-contact-hub__eyebrow {
	color: var(--anm-contact-saffron-soft);
}

.anm-contact-hub__newsletter-copy h2 {
	margin-bottom: 17px !important;
	font-size: clamp(2.3rem, 4vw, 4.2rem);
	line-height: 1;
}

.anm-contact-hub__newsletter-copy > p:not(.anm-contact-hub__eyebrow) {
	max-width: 520px;
	margin-bottom: 26px !important;
	color: #e5dcef;
	font-size: 16px;
}

.anm-contact-hub__footer {
	width: min(100%, 1320px);
	margin: 0 auto !important;
	padding: 29px clamp(22px, 4vw, 54px) 34px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px 36px;
}

.anm-contact-hub__footer-brand {
	flex: 0 1 300px;
}

.anm-contact-hub__footer-line {
	color: var(--anm-contact-muted);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.anm-contact-hub__back-to-top a {
	color: var(--anm-contact-plum);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.anm-contact-hub__back-to-top a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.editor-styles-wrapper .anm-contact-hub,
.block-editor-writing-flow .anm-contact-hub {
	width: auto;
	margin-left: 0 !important;
}

@media (max-width: 880px) {
	.anm-contact-hub__header {
		min-height: 76px;
		flex-wrap: wrap;
		gap: 0.75rem 1.5rem;
	}

	.anm-contact-hub__nav {
		width: 100%;
		padding-bottom: 6px;
		overflow-x: auto;
		gap: 20px;
	}

	.anm-contact-hub__hero-columns {
		grid-template-columns: minmax(0, 1fr);
		gap: 43px !important;
	}

	.anm-contact-hub__hero-copy {
		max-width: 680px;
	}

	.anm-contact-hub__hero-visual,
	.anm-contact-hub__hero-image,
	.anm-contact-hub__hero-image img {
		min-height: 420px;
	}

	.anm-contact-hub__contact-grid {
		max-width: 620px;
		grid-template-columns: minmax(0, 1fr);
	}

	.anm-contact-hub__newsletter-columns {
		grid-template-columns: minmax(0, 1fr);
	}

	.anm-contact-hub__newsletter-art {
		min-height: 260px;
		max-height: 390px;
	}

	.anm-contact-hub__newsletter-copy {
		max-width: none;
	}
}

@media (max-width: 540px) {
	.anm-contact-hub__header {
		padding-right: 20px;
		padding-left: 20px;
	}

	.anm-contact-hub__logo,
	.anm-contact-hub__logo a,
	.anm-contact-hub__logo img {
		width: 48px;
		height: 46px;
	}

	.anm-contact-hub__brand-sub {
		max-width: 128px;
		font-size: 8px;
	}

	.anm-contact-hub__nav a {
		font-size: 12px;
	}

	.anm-contact-hub__nav .anm-contact-hub__nav-current {
		padding: 7px 10px;
	}

	.anm-contact-hub__hero {
		padding-right: 20px;
		padding-left: 20px;
	}

	.anm-contact-hub__hero-title {
		font-size: clamp(3.1rem, 15vw, 4.65rem);
	}

	.anm-contact-hub__hero-visual,
	.anm-contact-hub__hero-image,
	.anm-contact-hub__hero-image img {
		min-height: 360px;
	}

	.anm-contact-hub__hero-image::before {
		top: -15px;
		right: -11px;
		bottom: 24px;
		left: 14px;
	}

	.anm-contact-hub__hero-image figcaption {
		right: 12px;
		bottom: -18px;
		max-width: 235px;
		font-size: 11px;
	}

	.anm-contact-hub__strip {
		padding: 17px 20px;
		justify-content: flex-start;
	}

	.anm-contact-hub__strip > p:first-child {
		width: 100%;
	}

	.anm-contact-hub__contact-section {
		padding-right: 20px;
		padding-left: 20px;
	}

	.anm-contact-hub__contact-card {
		grid-template-columns: 32px minmax(0, 1fr) 20px;
		padding: 19px 16px;
		gap: 9px;
	}

	.anm-contact-hub__card-detail {
		font-size: 15px;
	}

	.anm-contact-hub__field-row {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.anm-contact-hub__social-panel {
		display: block;
	}

	.anm-contact-hub__social-links {
		margin-top: 10px !important;
	}

	.anm-contact-hub__newsletter-copy {
		padding: 49px 24px 55px;
	}

	.anm-contact-hub__footer {
		padding-right: 20px;
		padding-left: 20px;
	}

	.anm-contact-hub__footer-line {
		order: 3;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.anm-contact-hub *,
	.anm-contact-hub *::before,
	.anm-contact-hub *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}
