html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body.anmt-site {
	background:
		radial-gradient(circle at 80% 8%, rgba(255, 255, 255, 0.12), transparent 28%),
		linear-gradient(135deg, var(--anmt-primary) 0%, var(--anmt-deep-teal) 54%, var(--anmt-teal-depth) 100%);
	color: var(--text-primary);
	font-family: var(--anmt-font-body);
	font-size: 16px;
	line-height: 1.55;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

body.anmt-site #page-container,
body.anmt-site #et-main-area,
body.anmt-site #main-content {
	background:
		radial-gradient(circle at 80% 8%, rgba(255, 255, 255, 0.12), transparent 28%),
		linear-gradient(135deg, var(--anmt-primary) 0%, var(--anmt-deep-teal) 54%, var(--anmt-teal-depth) 100%);
	color: var(--anmt-white);
}

body.anmt-site .et_pb_section {
	background-color: transparent;
}

.anmt-site *,
.anmt-site *::before,
.anmt-site *::after {
	box-sizing: border-box;
}

.anmt-site img {
	height: auto;
	max-width: 100%;
}

.anmt-site a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	transition: color var(--anmt-transition), opacity var(--anmt-transition), border-color var(--anmt-transition), background-color var(--anmt-transition);
}

.anmt-site a:hover,
.anmt-site a:focus-visible {
	color: var(--anmt-white);
	opacity: 0.78;
}

.anmt-site :focus-visible {
	outline: 2px solid var(--anmt-white);
	outline-offset: 4px;
}

.anmt-site h1,
.anmt-site h2,
.anmt-site h3,
.anmt-site h4,
.anmt-site h5,
.anmt-site h6,
.anmt-site .et_pb_module_heading {
	color: var(--text-primary);
	font-family: var(--anmt-font-heading);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.03;
	margin: 0 0 0.42em;
	text-transform: none;
}

.anmt-site h1 {
	font-size: 76px;
}

.anmt-site h2 {
	font-size: 32px;
}

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

.anmt-site p {
	margin: 0 0 1.1em;
}

.anmt-site .et_pb_text_inner p:last-child,
.anmt-site p:last-child {
	margin-bottom: 0;
}

.anmt-kicker,
.anmt-eyebrow,
.anmt-site .et_pb_blurb_description strong {
	color: var(--text-primary);
	display: inline-block;
	font-family: var(--anmt-font-heading);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
}

.anmt-muted,
.anmt-site small {
	color: var(--text-muted);
}

.anmt-section,
.anmt-site .et_pb_section.anmt-section {
	padding: var(--anmt-section) 0;
}

.anmt-section-tight,
.anmt-site .et_pb_section.anmt-section-tight {
	padding: var(--anmt-section-tight) 0;
}

.anmt-container,
.anmt-site .et_pb_row {
	max-width: var(--anmt-container);
	width: calc(100% - (var(--anmt-gutter) * 2));
}

.anmt-header,
.anmt-header-inner,
.anmt-nav,
.anmt-utility-icons {
	align-items: center;
	display: flex;
}

.anmt-header-inner {
	justify-content: space-between;
	margin-inline: auto;
	min-height: 88px;
	width: min(100% - 48px, 1320px);
}

.anmt-nav {
	flex: 1;
	gap: clamp(22px, 2vw, 36px);
	justify-content: center;
}

.anmt-utility-icons {
	gap: 22px;
	justify-content: flex-end;
	min-width: 160px;
}

.anmt-logo {
	min-width: 180px;
}

.anmt-site .et_pb_row {
	padding-left: 0;
	padding-right: 0;
}

.anmt-site h1,
.anmt-site h2,
.anmt-site h3,
.anmt-site h4,
.anmt-site h5,
.anmt-site h6,
.anmt-site a,
.anmt-site p,
.anmt-site li,
.anmt-site span {
	overflow-wrap: normal;
	word-break: normal;
}

.anmt-template-body,
.anmt-site .et_pb_section.anmt-template-body {
	background: transparent !important;
	padding: 0;
}

.anmt-template-body > .et_pb_row {
	max-width: none;
	padding: 0;
	width: 100%;
}

.anmt-site .et_pb_button,
.anmt-button-primary,
.anmt-button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	align-items: center;
	background: #111111;
	border: 1px solid transparent;
	border-radius: var(--anmt-radius);
	color: var(--anmt-white);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--anmt-font-heading);
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 58px;
	min-width: 174px;
	padding: 18px 30px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease, opacity 250ms ease;
}

.anmt-site .et_pb_button:hover,
.anmt-site .et_pb_button:focus-visible,
.anmt-button-primary:hover,
.anmt-button-primary:focus-visible,
.anmt-button:hover,
.anmt-button:focus-visible,
.woocommerce .button:hover,
.woocommerce .button:focus-visible,
.woocommerce button.button:hover,
.woocommerce button.button:focus-visible,
.woocommerce a.button:hover,
.woocommerce a.button:focus-visible,
.woocommerce input.button:hover,
.woocommerce input.button:focus-visible,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus-visible {
	background: var(--anmt-primary);
	border-color: var(--anmt-white);
	color: var(--anmt-white);
	opacity: 1;
	transform: translateY(-2px);
}

.anmt-site .et_pb_button::after {
	display: none;
}

.anmt-button-secondary,
.anmt-button-secondary .et_pb_button,
.anmt-site .et_pb_button.anmt-button-secondary {
	background: transparent;
	border-color: var(--anmt-white);
	color: var(--anmt-white);
}

.anmt-button-secondary:hover,
.anmt-button-secondary:focus-visible,
.anmt-button-secondary .et_pb_button:hover,
.anmt-button-secondary .et_pb_button:focus-visible,
.anmt-site .et_pb_button.anmt-button-secondary:hover,
.anmt-site .et_pb_button.anmt-button-secondary:focus-visible {
	background: var(--anmt-white);
	border-color: var(--anmt-white);
	color: #111111;
	transform: translateY(-2px);
}

.anmt-button-light,
.anmt-site .et_pb_button.anmt-button-light {
	background: #111111;
	border-color: transparent;
	color: var(--anmt-white);
}

.anmt-card {
	background: var(--anmt-offwhite);
	border: 1px solid var(--anmt-border-soft);
	border-radius: var(--anmt-radius);
}

.anmt-form input[type="text"],
.anmt-form input[type="email"],
.anmt-form input[type="tel"],
.anmt-form input[type="password"],
.anmt-form textarea,
.anmt-site .input-text,
.anmt-site input[type="search"],
.anmt-site input[type="email"],
.anmt-site input[type="text"],
.anmt-site input[type="tel"],
.anmt-site input[type="password"],
.anmt-site textarea,
.anmt-site select {
	background: var(--anmt-white);
	border: 1px solid var(--anmt-border);
	border-radius: var(--anmt-radius);
	color: var(--anmt-dark-text);
	font: inherit;
	min-height: 54px;
	padding: 15px 18px;
	width: 100%;
}

.anmt-form input:focus,
.anmt-form textarea:focus,
.anmt-site .input-text:focus,
.anmt-site input:focus,
.anmt-site textarea:focus,
.anmt-site select:focus {
	border-color: var(--anmt-primary);
	outline: 2px solid rgba(111, 137, 139, 0.22);
	outline-offset: 0;
}

.anmt-site label {
	color: var(--text-primary);
	font-family: var(--anmt-font-heading);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.anmt-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
