body.anmt-terms-page,
body.anmt-privacy-page,
body.anmt-returns-page,
body.anmt-refund-page,
body.anmt-faq-page {
	background: var(--anmt-black);
}

body.anmt-terms-page #page-container,
body.anmt-terms-page #et-main-area,
body.anmt-terms-page #main-content,
body.anmt-privacy-page #page-container,
body.anmt-privacy-page #et-main-area,
body.anmt-privacy-page #main-content,
body.anmt-returns-page #page-container,
body.anmt-returns-page #et-main-area,
body.anmt-returns-page #main-content,
body.anmt-refund-page #page-container,
body.anmt-refund-page #et-main-area,
body.anmt-refund-page #main-content,
body.anmt-faq-page #page-container,
body.anmt-faq-page #et-main-area,
body.anmt-faq-page #main-content {
	background: var(--anmt-black) !important;
}

body.anmt-terms-page .anmt-global-header,
body.anmt-privacy-page .anmt-global-header,
body.anmt-returns-page .anmt-global-header,
body.anmt-refund-page .anmt-global-header,
body.anmt-faq-page .anmt-global-header {
	background: rgba(0, 0, 0, 0.94) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.anmt-legal-page,
.anmt-legal-page * {
	box-sizing: border-box;
}

.anmt-legal-page {
	background:
		radial-gradient(circle at 78% 7%, rgba(111, 137, 139, 0.16), transparent 28%),
		linear-gradient(180deg, #000000 0%, #0f1113 58%, #000000 100%);
	color: var(--anmt-offwhite);
	font-family: var(--anmt-font-body);
	overflow: hidden;
}

body.anmt-terms-page .et_pb_section.anmt-legal-page,
body.anmt-privacy-page .et_pb_section.anmt-legal-page,
body.anmt-returns-page .et_pb_section.anmt-legal-page,
body.anmt-refund-page .et_pb_section.anmt-legal-page,
body.anmt-faq-page .et_pb_section.anmt-legal-page {
	max-width: none !important;
	width: 100vw !important;
}

body.anmt-terms-page .et_pb_section.anmt-legal-asset-vars,
body.anmt-privacy-page .et_pb_section.anmt-legal-asset-vars,
body.anmt-returns-page .et_pb_section.anmt-legal-asset-vars,
body.anmt-refund-page .et_pb_section.anmt-legal-asset-vars,
body.anmt-faq-page .et_pb_section.anmt-legal-asset-vars {
	display: none !important;
}

.anmt-legal-hero,
.anmt-site .et_pb_section.anmt-legal-hero {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 44%, rgba(0, 0, 0, 0.56) 68%, rgba(0, 0, 0, 0.88) 100%),
		var(--anmt-legal-hero-image, none) center right / cover no-repeat,
		#000000 !important;
	border-bottom: 1px solid rgba(111, 137, 139, 0.65);
	min-height: 610px;
	padding: clamp(76px, 8vw, 122px) 0 clamp(86px, 9vw, 132px);
	position: relative;
}

.anmt-legal-hero::after {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45));
	bottom: 0;
	content: "";
	height: 180px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.anmt-legal-hero .et_pb_row,
.anmt-legal-intro-band .et_pb_row,
.anmt-legal-grid-section .et_pb_row,
.anmt-legal-contact .et_pb_row,
.anmt-legal-mini-footer .et_pb_row,
.anmt-returns-faq .et_pb_row,
.anmt-returns-assist .et_pb_row,
.anmt-returns-footer .et_pb_row,
.anmt-refund-faq .et_pb_row,
.anmt-refund-assist .et_pb_row,
.anmt-faq-section .et_pb_row,
.anmt-faq-help-section .et_pb_row {
	max-width: 1320px;
	width: min(calc(100% - 96px), 1320px);
}

.anmt-legal-hero-content {
	max-width: 610px;
	position: relative;
	z-index: 1;
}

.anmt-legal-breadcrumb {
	align-items: center;
	color: var(--anmt-offwhite);
	display: flex;
	font-family: var(--anmt-font-heading);
	font-size: 12px;
	font-weight: 800;
	gap: 10px;
	line-height: 1;
	margin: 0 0 32px;
	text-transform: uppercase;
}

.anmt-legal-breadcrumb a {
	color: var(--anmt-white);
	text-decoration: none;
}

.anmt-legal-breadcrumb span {
	color: var(--anmt-primary);
}

.anmt-legal-hero h1 {
	color: var(--anmt-white);
	font-family: var(--anmt-font-heading);
	font-size: clamp(58px, 7vw, 112px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
}

body.anmt-returns-page .anmt-legal-hero-content {
	max-width: 760px;
}

body.anmt-returns-page .anmt-legal-hero h1 {
	font-size: clamp(56px, 6.6vw, 104px);
}

body.anmt-refund-page .anmt-legal-hero-content {
	max-width: 820px;
}

body.anmt-refund-page .anmt-legal-hero h1 {
	font-size: clamp(56px, 5.9vw, 92px);
}

body.anmt-faq-page .anmt-legal-hero-content {
	max-width: 620px;
}

body.anmt-faq-page .anmt-legal-hero h1 {
	font-size: clamp(76px, 8.2vw, 122px);
}

.anmt-legal-rule {
	background: var(--anmt-primary);
	display: block;
	height: 2px;
	margin: 30px 0 28px;
	width: 54px;
}

.anmt-legal-hero-copy {
	color: var(--anmt-offwhite);
	font-size: clamp(16px, 1.2vw, 19px);
	line-height: 1.72;
	margin: 0;
	max-width: 590px;
}

.anmt-legal-updated {
	align-items: center;
	color: var(--anmt-soft-grey);
	display: flex;
	font-family: var(--anmt-font-heading);
	font-size: 13px;
	font-weight: 800;
	gap: 12px;
	margin-top: 42px;
	text-transform: uppercase;
}

.anmt-legal-updated i {
	color: var(--anmt-primary);
	font-size: 22px;
}

.anmt-legal-updated strong {
	color: var(--anmt-primary);
	font-weight: 800;
}

.anmt-legal-intro-band,
.anmt-site .et_pb_section.anmt-legal-intro-band {
	background:
		linear-gradient(90deg, rgba(20, 56, 59, 0.98), rgba(35, 73, 76, 0.94) 54%, rgba(20, 56, 59, 0.98)),
		var(--anmt-legal-texture, none) center / cover no-repeat !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 42px 0;
}

.anmt-legal-intro-grid {
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: 1.08fr 1fr 0.82fr 1.18fr;
}

.anmt-legal-intro-item {
	container-type: inline-size;
	min-height: 112px;
	padding: 0 clamp(22px, 3vw, 46px);
	position: relative;
}

.anmt-legal-intro-item + .anmt-legal-intro-item {
	border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.anmt-legal-intro-item:first-child {
	padding-left: 0;
}

.anmt-legal-intro-item:last-child {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-right: 0;
}

.anmt-legal-intro-item h2 {
	color: var(--anmt-white);
	font-family: var(--anmt-font-heading);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.anmt-legal-intro-item p {
	color: var(--anmt-offwhite);
	font-size: 14px;
	line-height: 1.64;
	margin: 0;
}

.anmt-legal-intro-logo {
	text-align: center;
}

.anmt-legal-intro-logo img {
	display: block;
	margin: 0 auto 18px;
	max-width: 250px;
	width: 84%;
}

.anmt-legal-intro-logo span {
	color: rgba(255, 255, 255, 0.62);
	display: block;
	font-family: var(--anmt-font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.anmt-legal-grid-section,
.anmt-site .et_pb_section.anmt-legal-grid-section {
	background:
		radial-gradient(circle at 8% 14%, rgba(111, 137, 139, 0.12), transparent 28%),
		linear-gradient(180deg, #0f1113 0%, #0a0c0d 100%) !important;
	padding: 0;
}

.anmt-legal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.anmt-legal-card {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	display: grid;
	gap: 22px;
	grid-template-columns: 54px minmax(0, 1fr);
	min-height: 236px;
	padding: 34px 34px 30px 0;
	position: relative;
}

.anmt-legal-card:not(:nth-child(3n)) {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	padding-right: 34px;
}

.anmt-legal-card:nth-child(3n + 1) {
	padding-left: 0;
}

.anmt-legal-card:nth-child(3n + 2),
.anmt-legal-card:nth-child(3n) {
	padding-left: 34px;
}

.anmt-legal-icon {
	align-items: center;
	border: 1px solid rgba(111, 137, 139, 0.78);
	color: var(--anmt-primary);
	display: inline-flex;
	font-size: 31px;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.anmt-legal-card h3 {
	color: var(--anmt-white);
	font-family: var(--anmt-font-heading);
	font-size: clamp(18px, 1.3vw, 22px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0 0 14px;
	max-width: 100%;
	overflow-wrap: break-word;
	text-transform: uppercase;
	word-break: normal;
}

.anmt-legal-card h3 span {
	color: var(--anmt-primary);
	margin-right: 8px;
}

.anmt-legal-card p,
.anmt-legal-card li {
	color: var(--anmt-offwhite);
	font-size: 13px;
	line-height: 1.58;
}

.anmt-legal-card p {
	margin: 0 0 11px;
}

.anmt-legal-card p:last-child {
	margin-bottom: 0;
}

.anmt-legal-card ul {
	margin: 0 0 11px 18px;
	padding: 0;
}

.anmt-legal-card li {
	margin: 0 0 5px;
	padding-left: 3px;
}

.anmt-legal-card strong {
	color: var(--anmt-primary);
	font-family: var(--anmt-font-heading);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.anmt-legal-contact,
.anmt-site .et_pb_section.anmt-legal-contact {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.92) 44%, rgba(0, 0, 0, 0.98)),
		var(--anmt-legal-footer-image, none) left center / 34% auto no-repeat,
		#000000 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 34px 0;
}

.anmt-legal-contact-grid {
	align-items: stretch;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-left: auto;
	max-width: 780px;
}

.anmt-legal-contact-block {
	padding: 0 42px;
}

.anmt-legal-contact-block + .anmt-legal-contact-block {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.anmt-legal-contact h2,
.anmt-legal-contact h3 {
	color: var(--anmt-white);
	font-family: var(--anmt-font-heading);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.anmt-legal-contact h2 {
	font-size: 28px;
}

.anmt-legal-contact h3 {
	font-size: 22px;
}

.anmt-legal-contact p,
.anmt-legal-contact a {
	color: var(--anmt-offwhite);
	font-size: 14px;
	line-height: 1.58;
	text-decoration: none;
}

.anmt-legal-contact-list {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.anmt-legal-contact-list a {
	align-items: center;
	display: flex;
	gap: 10px;
}

.anmt-legal-contact-list i {
	color: var(--anmt-primary);
	width: 18px;
}

.anmt-legal-mini-footer,
.anmt-site .et_pb_section.anmt-legal-mini-footer {
	background: linear-gradient(90deg, var(--anmt-deep-teal), var(--anmt-teal-depth)) !important;
	padding: 14px 0;
}

.anmt-legal-footer-inner {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr auto 1fr;
}

.anmt-legal-footer-inner,
.anmt-legal-footer-inner a {
	color: var(--anmt-offwhite);
	font-family: var(--anmt-font-heading);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.anmt-legal-footer-links {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
}

.anmt-legal-footer-social {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}

.anmt-legal-footer-social a {
	font-size: 17px;
}

.anmt-policy-footer,
.anmt-site .et_pb_section.anmt-policy-footer {
	background:
		linear-gradient(90deg, rgba(35, 73, 76, 0.98), rgba(20, 56, 59, 0.98)),
		var(--anmt-legal-texture, none) center / cover no-repeat !important;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 48px 0 0;
}

.anmt-policy-footer-grid {
	align-items: start;
	display: grid;
	gap: 0;
	grid-template-columns: 1.2fr repeat(5, 1fr);
}

.anmt-policy-footer-brand,
.anmt-policy-footer-col {
	min-height: 150px;
	padding: 0 42px;
}

.anmt-policy-footer-brand {
	padding-left: 0;
}

.anmt-policy-footer-col,
.anmt-policy-footer-brand + .anmt-policy-footer-col {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.anmt-policy-footer-brand img {
	display: block;
	max-width: 230px;
	width: 82%;
}

.anmt-policy-footer h3 {
	color: var(--anmt-white);
	font-family: var(--anmt-font-heading);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.anmt-policy-footer a {
	color: var(--anmt-offwhite);
	display: block;
	font-size: 13px;
	line-height: 1.55;
	margin-bottom: 7px;
	text-decoration: none;
}

.anmt-policy-footer .anmt-policy-social-row {
	align-items: center;
	display: flex;
	gap: 22px;
}

.anmt-policy-footer .anmt-policy-social-row a {
	font-size: 19px;
	margin: 0;
}

.anmt-policy-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr auto;
	margin-top: 42px;
	padding: 18px 0;
}

.anmt-policy-footer-bottom p,
.anmt-policy-payment-row span {
	color: var(--anmt-offwhite);
	font-family: var(--anmt-font-heading);
	font-size: 12px;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
}

.anmt-policy-payment-row {
	align-items: center;
	display: flex;
	gap: 24px;
}

.anmt-returns-intro .anmt-legal-intro-item,
.anmt-refund-intro .anmt-legal-intro-item,
.anmt-faq-intro .anmt-legal-intro-item {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 58px minmax(0, 1fr);
}

.anmt-returns-intro .anmt-legal-intro-logo,
.anmt-refund-intro .anmt-legal-intro-logo {
	display: block;
}

.anmt-returns-intro .anmt-legal-icon,
.anmt-refund-intro .anmt-legal-icon,
.anmt-faq-intro .anmt-legal-icon {
	font-size: 32px;
	height: 54px;
	width: 54px;
}

.anmt-returns-intro .anmt-legal-intro-item h2,
.anmt-refund-intro .anmt-legal-intro-item h2,
.anmt-faq-intro .anmt-legal-intro-item h2 {
	font-size: clamp(14px, 10cqw, 19px);
	margin-bottom: 10px;
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: normal;
}

.anmt-return-pill,
.anmt-return-link-button {
	align-items: center;
	border: 1px solid rgba(111, 137, 139, 0.86);
	color: var(--anmt-white);
	display: inline-flex;
	font-family: var(--anmt-font-heading);
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	margin: 4px 0 12px;
	min-height: 40px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.anmt-return-pill {
	background: rgba(111, 137, 139, 0.22);
}

.anmt-return-link-button:hover,
.anmt-return-link-button:focus-visible {
	background: var(--anmt-primary);
	color: var(--anmt-white);
}

.anmt-return-steps {
	counter-reset: anmt-return-step;
	display: grid;
	gap: 17px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.anmt-return-steps li {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 26px minmax(0, 1fr);
	margin: 0;
	padding: 0;
}

.anmt-return-steps li::before {
	align-items: center;
	background: var(--anmt-primary);
	border-radius: 50%;
	color: var(--anmt-teal-depth);
	content: counter(anmt-return-step);
	counter-increment: anmt-return-step;
	display: inline-flex;
	font-family: var(--anmt-font-heading);
	font-size: 12px;
	font-weight: 800;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.anmt-return-contact-buttons {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.anmt-return-contact-buttons .anmt-return-link-button {
	margin: 0;
	width: min(100%, 260px);
}

.anmt-returns-faq,
.anmt-site .et_pb_section.anmt-returns-faq {
	background: #0a0c0d !important;
	padding: 22px 0 54px;
}

.anmt-returns-faq h2 {
	color: var(--anmt-white);
	font-family: var(--anmt-font-heading);
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.anmt-returns-faq-list {
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.anmt-returns-faq-list details {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--anmt-offwhite);
}

.anmt-returns-faq-list summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	font-size: 15px;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) 18px;
	line-height: 1.35;
	list-style: none;
	padding: 10px 0;
}

.anmt-returns-faq-list summary::-webkit-details-marker {
	display: none;
}

.anmt-returns-faq-list summary i {
	color: var(--anmt-primary);
	font-size: 12px;
	transition: transform 180ms ease;
}

.anmt-returns-faq-list details[open] summary i {
	transform: rotate(180deg);
}

.anmt-returns-faq-list p {
	color: var(--anmt-soft-grey);
	font-size: 14px;
	line-height: 1.62;
	margin: 0;
	max-width: 760px;
	padding: 0 0 16px;
}

.anmt-returns-assist,
.anmt-site .et_pb_section.anmt-returns-assist {
	background:
		linear-gradient(90deg, rgba(20, 56, 59, 0.98), rgba(35, 73, 76, 0.96) 50%, rgba(20, 56, 59, 0.98)),
		var(--anmt-legal-texture, none) center / cover no-repeat !important;
	border-top: 1px solid rgba(111, 137, 139, 0.58);
	padding: 36px 0;
}

.anmt-returns-assist-inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 66px minmax(0, 1fr) auto;
}

.anmt-returns-assist-icon {
	color: var(--anmt-white);
	font-size: 46px;
}

.anmt-returns-assist h2 {
	color: var(--anmt-white);
	font-family: var(--anmt-font-heading);
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.anmt-returns-assist p {
	color: var(--anmt-offwhite);
	font-size: 17px;
	line-height: 1.48;
	margin: 0;
}

.anmt-returns-assist .anmt-return-link-button {
	margin: 0;
	min-width: 210px;
}

body.anmt-refund-page .anmt-legal-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.anmt-refund-page .anmt-legal-card,
body.anmt-refund-page .anmt-legal-card:nth-child(3n + 1),
body.anmt-refund-page .anmt-legal-card:nth-child(3n + 2),
body.anmt-refund-page .anmt-legal-card:nth-child(3n) {
	border-right: 0;
	grid-template-columns: 48px minmax(0, 1fr);
	min-height: 340px;
	padding: 34px 28px 30px;
}

body.anmt-refund-page .anmt-legal-card:not(:nth-child(4n)) {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

body.anmt-refund-page .anmt-legal-card h3 {
	font-size: clamp(17px, 1.05vw, 20px);
}

body.anmt-refund-page .anmt-legal-card p,
body.anmt-refund-page .anmt-legal-card li {
	font-size: 13px;
	line-height: 1.62;
}

.anmt-refund-faq,
.anmt-site .et_pb_section.anmt-refund-faq {
	background: #0a0c0d !important;
	padding: 22px 0 54px;
}

.anmt-refund-faq h2 {
	color: var(--anmt-white);
	font-family: var(--anmt-font-heading);
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.anmt-refund-assist,
.anmt-site .et_pb_section.anmt-refund-assist {
	background:
		linear-gradient(90deg, rgba(20, 56, 59, 0.98), rgba(35, 73, 76, 0.96) 50%, rgba(20, 56, 59, 0.98)),
		var(--anmt-legal-texture, none) center / cover no-repeat !important;
	border-top: 1px solid rgba(111, 137, 139, 0.58);
	padding: 36px 0;
}

.anmt-refund-assist .anmt-returns-assist-inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 66px minmax(0, 1fr) auto;
}

.anmt-refund-assist .anmt-return-link-button {
	margin: 0;
	min-width: 210px;
}

.anmt-faq-section,
.anmt-site .et_pb_section.anmt-faq-section {
	background:
		radial-gradient(circle at 50% 36%, rgba(111, 137, 139, 0.08), transparent 32%),
		linear-gradient(180deg, #0a0c0d 0%, #050606 100%) !important;
	padding: 56px 0 64px;
}

.anmt-faq-shell {
	display: grid;
	gap: 28px;
}

.anmt-faq-tabs {
	align-items: flex-end;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	gap: clamp(22px, 3.4vw, 52px);
	overflow-x: auto;
	scrollbar-width: thin;
}

.anmt-faq-tab {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--anmt-offwhite);
	cursor: pointer;
	flex: 0 0 auto;
	font-family: var(--anmt-font-heading);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 0 0 18px;
	position: relative;
	text-transform: uppercase;
	transition: color 180ms ease;
}

.anmt-faq-tab::after {
	background: var(--anmt-primary);
	bottom: -1px;
	content: "";
	height: 4px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(0.42);
	transform-origin: left center;
	transition: opacity 180ms ease, transform 180ms ease;
	width: 58px;
}

.anmt-faq-tab:hover,
.anmt-faq-tab:focus-visible,
.anmt-faq-tab.is-active {
	color: var(--anmt-white);
}

.anmt-faq-tab.is-active::after {
	opacity: 1;
	transform: scaleX(1);
}

.anmt-faq-grid {
	display: grid;
	gap: 12px 44px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.anmt-faq-list {
	display: grid;
	gap: 12px;
}

.anmt-faq-item {
	background: rgba(255, 255, 255, 0.015);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--anmt-offwhite);
}

.anmt-faq-item[hidden] {
	display: none !important;
}

.anmt-faq-item summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	font-size: 16px;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) 18px;
	line-height: 1.3;
	list-style: none;
	min-height: 52px;
	padding: 0 20px;
}

.anmt-faq-item summary::-webkit-details-marker {
	display: none;
}

.anmt-faq-item summary i {
	color: var(--anmt-soft-grey);
	font-size: 13px;
	transition: color 180ms ease, transform 180ms ease;
}

.anmt-faq-item:hover,
.anmt-faq-item:focus-within {
	border-color: rgba(111, 137, 139, 0.58);
}

.anmt-faq-item[open] summary i {
	color: var(--anmt-primary);
	transform: rotate(180deg);
}

.anmt-faq-item p {
	color: var(--anmt-soft-grey);
	font-size: 14px;
	line-height: 1.64;
	margin: -2px 0 0;
	padding: 0 20px 18px;
}

.anmt-faq-help-section,
.anmt-site .et_pb_section.anmt-faq-help-section {
	background: #050606 !important;
	padding: 0 0 58px;
}

.anmt-faq-help-card {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(20, 56, 59, 0.96), rgba(35, 73, 76, 0.92) 50%, rgba(20, 56, 59, 0.96)),
		var(--anmt-legal-texture, none) center / cover no-repeat;
	border: 1px solid rgba(111, 137, 139, 0.62);
	display: grid;
	gap: clamp(26px, 4vw, 58px);
	grid-template-columns: 76px minmax(0, 1fr) 1px minmax(260px, 0.88fr);
	padding: clamp(34px, 5vw, 54px) clamp(32px, 6vw, 72px);
}

.anmt-faq-help-icon {
	color: var(--anmt-white);
	font-size: 58px;
}

.anmt-faq-help-card h2 {
	color: var(--anmt-white);
	font-family: var(--anmt-font-heading);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.anmt-faq-help-card p {
	color: var(--anmt-offwhite);
	font-size: 17px;
	line-height: 1.5;
	margin: 0;
}

.anmt-faq-help-card .anmt-return-link-button {
	margin-top: 28px;
	min-width: 220px;
}

.anmt-faq-help-divider {
	background: rgba(255, 255, 255, 0.28);
	height: 100%;
	min-height: 190px;
}

.anmt-faq-contact-list {
	display: grid;
	gap: 26px;
}

.anmt-faq-contact-item {
	align-items: start;
	color: var(--anmt-offwhite);
	display: grid;
	gap: 18px;
	grid-template-columns: 32px minmax(0, 1fr);
}

.anmt-faq-contact-item i {
	color: var(--anmt-white);
	font-size: 28px;
	line-height: 1;
	padding-top: 2px;
}

.anmt-faq-contact-item h3 {
	color: var(--anmt-white);
	font-family: var(--anmt-font-heading);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.anmt-faq-contact-item a,
.anmt-faq-contact-item p {
	color: var(--anmt-offwhite);
	font-size: 16px;
	line-height: 1.42;
	margin: 0;
	text-decoration: none;
}

.anmt-returns-footer,
.anmt-site .et_pb_section.anmt-returns-footer {
	background: #050606 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 48px 0 0;
}

.anmt-returns-footer-grid {
	display: grid;
	gap: 0;
	grid-template-columns: 1.35fr repeat(4, 0.84fr) 1.45fr;
}

.anmt-returns-footer-brand,
.anmt-returns-footer-col {
	min-height: 164px;
	padding: 0 36px;
}

.anmt-returns-footer-brand {
	padding-left: 0;
}

.anmt-returns-footer-col,
.anmt-returns-footer-brand + .anmt-returns-footer-col {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.anmt-returns-footer-brand img {
	display: block;
	margin-bottom: 22px;
	max-width: 210px;
	width: 84%;
}

.anmt-returns-footer-brand p,
.anmt-returns-newsletter p {
	color: var(--anmt-offwhite);
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px;
}

.anmt-returns-footer h3 {
	color: var(--anmt-white);
	font-family: var(--anmt-font-heading);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.anmt-returns-footer a {
	color: var(--anmt-offwhite);
	display: block;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 7px;
	text-decoration: none;
}

.anmt-returns-footer a:hover,
.anmt-returns-footer a:focus-visible {
	color: var(--anmt-primary);
}

.anmt-returns-footer-social {
	align-items: center;
	display: flex;
	gap: 24px;
}

.anmt-returns-footer-social a {
	font-size: 18px;
	margin: 0;
}

.anmt-returns-newsletter form {
	border: 1px solid rgba(255, 255, 255, 0.24);
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	max-width: 260px;
}

.anmt-returns-newsletter input {
	background: rgba(255, 255, 255, 0.03);
	border: 0;
	color: var(--anmt-white);
	font-size: 14px;
	min-height: 44px;
	padding: 0 14px;
	width: 100%;
}

.anmt-returns-newsletter input::placeholder {
	color: rgba(244, 246, 246, 0.76);
}

.anmt-returns-newsletter button {
	align-items: center;
	background: var(--anmt-primary);
	border: 0;
	color: var(--anmt-white);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	transition: background 180ms ease;
}

.anmt-returns-newsletter button:hover,
.anmt-returns-newsletter button:focus-visible {
	background: var(--anmt-primary-hover);
}

.anmt-returns-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr auto 1fr;
	margin-top: 42px;
	padding: 18px 0;
}

.anmt-returns-footer-bottom,
.anmt-returns-footer-bottom a,
.anmt-returns-footer-payment span {
	color: var(--anmt-offwhite);
	font-family: var(--anmt-font-heading);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.anmt-returns-footer-bottom p {
	margin: 0;
}

.anmt-returns-footer-links,
.anmt-returns-footer-payment {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
}

.anmt-returns-footer-links span {
	color: rgba(255, 255, 255, 0.46);
}

.anmt-returns-footer-payment {
	gap: 20px;
	justify-content: flex-end;
}

@media (max-width: 1180px) {
	.anmt-legal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.anmt-legal-card,
	.anmt-legal-card:nth-child(3n + 1),
	.anmt-legal-card:nth-child(3n + 2),
	.anmt-legal-card:nth-child(3n) {
		padding-left: 24px;
		padding-right: 24px;
	}

	.anmt-legal-card:not(:nth-child(3n)) {
		border-right: 0;
	}

	.anmt-legal-card:not(:nth-child(2n)) {
		border-right: 1px solid rgba(255, 255, 255, 0.18);
	}

	.anmt-legal-intro-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 28px;
	}

	.anmt-returns-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 34px;
	}

	body.anmt-refund-page .anmt-legal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.anmt-refund-page .anmt-legal-card,
	body.anmt-refund-page .anmt-legal-card:nth-child(3n + 1),
	body.anmt-refund-page .anmt-legal-card:nth-child(3n + 2),
	body.anmt-refund-page .anmt-legal-card:nth-child(3n) {
		min-height: 0;
		padding-left: 24px;
		padding-right: 24px;
	}

	body.anmt-refund-page .anmt-legal-card:not(:nth-child(4n)) {
		border-right: 0;
	}

	body.anmt-refund-page .anmt-legal-card:not(:nth-child(2n)) {
		border-right: 1px solid rgba(255, 255, 255, 0.18);
	}

	.anmt-legal-intro-item:nth-child(3) {
		border-left: 0;
		padding-left: 0;
	}

	.anmt-faq-help-card {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.anmt-faq-help-divider {
		display: none;
	}

	.anmt-faq-contact-list {
		border-top: 1px solid rgba(255, 255, 255, 0.22);
		grid-column: 1 / -1;
		padding-top: 28px;
	}
}

/* Fit headings and supporting legal copy below the fixed header at short heights. */
@media (min-width: 981px) and (max-height: 760px) {
	.anmt-legal-hero,
	.anmt-site .et_pb_section.anmt-legal-hero {
		box-sizing: border-box;
		min-height: max(500px, calc(100svh - var(--anmt-sticky-offset, 137px)));
		padding: clamp(36px, 6vh, 46px) 0;
	}

	.anmt-legal-breadcrumb {
		margin-bottom: 20px;
	}

	.anmt-legal-hero h1,
	body.anmt-returns-page .anmt-legal-hero h1,
	body.anmt-refund-page .anmt-legal-hero h1,
	body.anmt-faq-page .anmt-legal-hero h1 {
		font-size: clamp(48px, 5vw, 76px);
	}

	.anmt-legal-rule {
		margin: 20px 0 18px;
	}

	.anmt-legal-hero-copy {
		font-size: clamp(15px, 1.05vw, 17px);
		line-height: 1.5;
	}

	.anmt-legal-updated {
		margin-top: 24px;
	}
}

@media (max-width: 980px) {
	.anmt-legal-hero,
	.anmt-site .et_pb_section.anmt-legal-hero {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.95)),
			var(--anmt-legal-hero-image, none) center top / cover no-repeat,
			#000000 !important;
		min-height: 680px;
		padding-top: 320px;
		text-align: center;
	}

	.anmt-legal-hero .et_pb_row,
	.anmt-legal-intro-band .et_pb_row,
	.anmt-legal-grid-section .et_pb_row,
	.anmt-legal-contact .et_pb_row,
	.anmt-legal-mini-footer .et_pb_row,
	.anmt-returns-faq .et_pb_row,
	.anmt-returns-assist .et_pb_row,
	.anmt-returns-footer .et_pb_row,
	.anmt-refund-faq .et_pb_row,
	.anmt-refund-assist .et_pb_row,
	.anmt-faq-section .et_pb_row,
	.anmt-faq-help-section .et_pb_row {
		width: min(calc(100% - 40px), 680px);
	}

	.anmt-legal-hero-content {
		margin: 0 auto;
	}

	.anmt-legal-breadcrumb,
	.anmt-legal-updated {
		justify-content: center;
	}

	.anmt-legal-rule {
		margin-left: auto;
		margin-right: auto;
	}

	.anmt-legal-intro-grid,
	.anmt-legal-grid,
	.anmt-legal-contact-grid,
	.anmt-legal-footer-inner,
	.anmt-policy-footer-grid,
	.anmt-policy-footer-bottom,
	.anmt-returns-assist-inner,
	.anmt-returns-footer-grid,
	.anmt-returns-footer-bottom,
	.anmt-refund-assist .anmt-returns-assist-inner {
		grid-template-columns: 1fr;
	}

	.anmt-legal-intro-item,
	.anmt-legal-intro-item:first-child,
	.anmt-legal-intro-item:last-child {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		min-height: 0;
		padding: 24px 0 0;
		text-align: center;
	}

	.anmt-legal-intro-item:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.anmt-returns-intro .anmt-legal-intro-item,
	.anmt-refund-intro .anmt-legal-intro-item,
	.anmt-faq-intro .anmt-legal-intro-item {
		grid-template-columns: 1fr;
	}

	.anmt-returns-intro .anmt-legal-icon,
	.anmt-refund-intro .anmt-legal-icon,
	.anmt-faq-intro .anmt-legal-icon {
		margin: 0 auto;
	}

	.anmt-legal-card,
	.anmt-legal-card:nth-child(3n + 1),
	.anmt-legal-card:nth-child(3n + 2),
	.anmt-legal-card:nth-child(3n),
	body.anmt-refund-page .anmt-legal-card,
	body.anmt-refund-page .anmt-legal-card:nth-child(3n + 1),
	body.anmt-refund-page .anmt-legal-card:nth-child(3n + 2),
	body.anmt-refund-page .anmt-legal-card:nth-child(3n) {
		border-right: 0 !important;
		gap: 18px;
		grid-template-columns: 46px minmax(0, 1fr);
		min-height: 0;
		padding: 28px 0;
	}

	.anmt-legal-contact,
	.anmt-site .et_pb_section.anmt-legal-contact {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.96) 38%),
			var(--anmt-legal-footer-image, none) center top / 100% auto no-repeat,
			#000000 !important;
		padding-top: 260px;
	}

	.anmt-legal-contact-grid {
		margin: 0;
	}

	.anmt-legal-contact-block {
		padding: 0;
		text-align: center;
	}

	.anmt-legal-contact-block + .anmt-legal-contact-block {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.22);
		margin-top: 26px;
		padding-top: 26px;
	}

	.anmt-legal-contact-list a,
	.anmt-legal-footer-links,
	.anmt-legal-footer-social,
	.anmt-policy-payment-row,
	.anmt-policy-footer .anmt-policy-social-row {
		justify-content: center;
	}

	.anmt-legal-footer-inner,
	.anmt-policy-footer-bottom {
		text-align: center;
	}

	.anmt-policy-footer-brand,
	.anmt-policy-footer-col,
	.anmt-policy-footer-brand + .anmt-policy-footer-col {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		min-height: 0;
		padding: 24px 0 0;
		text-align: center;
	}

	.anmt-policy-footer-brand {
		border-top: 0;
		padding-top: 0;
	}

	.anmt-policy-footer-brand img {
		margin: 0 auto;
		max-width: 220px;
	}

	.anmt-returns-assist-inner,
	.anmt-refund-assist .anmt-returns-assist-inner {
		text-align: center;
	}

	.anmt-returns-assist-icon {
		margin: 0 auto;
	}

	.anmt-returns-assist .anmt-return-link-button,
	.anmt-refund-assist .anmt-return-link-button {
		margin: 0 auto;
	}

	.anmt-returns-footer-brand,
	.anmt-returns-footer-col,
	.anmt-returns-footer-brand + .anmt-returns-footer-col {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		min-height: 0;
		padding: 24px 0 0;
		text-align: center;
	}

	.anmt-returns-footer-brand {
		border-top: 0;
		padding-top: 0;
	}

	.anmt-returns-footer-brand img,
	.anmt-returns-newsletter form {
		margin-left: auto;
		margin-right: auto;
	}

	.anmt-returns-footer-social,
	.anmt-returns-footer-links,
	.anmt-returns-footer-payment {
		justify-content: center;
	}

	.anmt-faq-grid {
		grid-template-columns: 1fr;
	}

	.anmt-faq-tabs {
		gap: 28px;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.anmt-faq-help-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.anmt-faq-help-icon {
		margin: 0 auto;
	}

	.anmt-faq-contact-list {
		text-align: left;
	}

	.anmt-faq-help-card .anmt-return-link-button {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 560px) {
	.anmt-legal-hero,
	.anmt-site .et_pb_section.anmt-legal-hero {
		min-height: 610px;
		padding-bottom: 64px;
		padding-top: 260px;
	}

	.anmt-legal-hero h1 {
		font-size: clamp(42px, 15vw, 58px);
		line-height: 0.94;
		max-width: 100%;
		overflow-wrap: break-word;
		word-break: normal;
	}

	body.anmt-returns-page .anmt-legal-hero h1 {
		font-size: clamp(38px, 12vw, 50px);
	}

	.anmt-legal-card h3,
	body.anmt-refund-page .anmt-legal-card h3 {
		font-size: clamp(14px, 4vw, 17px);
	}

	body.anmt-faq-page .anmt-legal-hero h1 {
		font-size: clamp(62px, 20vw, 86px);
	}

	.anmt-legal-hero-copy {
		font-size: 15px;
	}

	.anmt-legal-intro-band,
	.anmt-site .et_pb_section.anmt-legal-intro-band {
		padding: 34px 0;
	}

	.anmt-legal-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.anmt-legal-icon {
		margin: 0 auto;
	}

	.anmt-legal-card ul {
		list-style-position: inside;
		margin-left: 0;
	}

	.anmt-legal-contact,
	.anmt-site .et_pb_section.anmt-legal-contact {
		padding-top: 210px;
	}

	.anmt-legal-footer-links {
		flex-direction: column;
		gap: 8px;
	}

	.anmt-policy-payment-row {
		flex-wrap: wrap;
		gap: 14px;
	}

	.anmt-return-steps li {
		grid-template-columns: 1fr;
	}

	.anmt-return-steps li::before {
		margin: 0 auto;
	}

	.anmt-returns-faq {
		padding-bottom: 42px;
	}

	.anmt-refund-faq {
		padding-bottom: 42px;
	}

	.anmt-faq-section,
	.anmt-site .et_pb_section.anmt-faq-section {
		padding: 42px 0 48px;
	}

	.anmt-faq-tab {
		font-size: 12px;
	}

	.anmt-faq-tabs {
		display: grid;
		gap: 8px 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-left: 0;
		margin-right: 0;
		overflow-x: visible;
		padding: 0 0 16px;
	}

	.anmt-faq-tab {
		line-height: 1.25;
		min-height: 44px;
		padding: 10px 8px 14px;
		text-align: center;
		white-space: normal;
		width: 100%;
	}

	.anmt-faq-tab::after {
		left: 50%;
		transform: translateX(-50%) scaleX(0.42);
		transform-origin: center;
	}

	.anmt-faq-tab.is-active::after {
		transform: translateX(-50%) scaleX(1);
	}

	.anmt-faq-item summary {
		font-size: 15px;
		min-height: 50px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.anmt-faq-item p {
		padding-left: 14px;
		padding-right: 14px;
	}

	.anmt-faq-help-card {
		padding: 30px 22px;
	}

	.anmt-faq-contact-item {
		grid-template-columns: 28px minmax(0, 1fr);
	}

	.anmt-returns-assist h2 {
		font-size: 25px;
	}

	.anmt-returns-footer-links,
	.anmt-returns-footer-payment {
		flex-wrap: wrap;
		gap: 10px 14px;
	}
}
