:root {
	--nx-blue: #0d0e15;
	--nx-purple: #8a2be2;
	--nx-cyan: #00f0ff;
	--nx-white: #ffffff;
	--nx-soft: #f5f5f7;
	--nx-muted: #697082;
	--nx-line: rgba(13, 14, 21, .1);
	--nx-shadow: 0 24px 80px rgba(13, 14, 21, .12);
	--nx-radius: 28px;
}

.hg-nex-page {
	overflow: clip;
	color: var(--hg-text);
	background: linear-gradient(180deg, #fff 0%, #fff 58%, #f8f8fb 100%);
}

.hg-nex-page * {
	box-sizing: border-box;
}

.hg-nex-page img {
	max-width: 100%;
	display: block;
	user-select: none;
}

.hg-nex-hero {
	position: relative;
	margin-block: clamp(18px, 3vw, 48px);
}

.hg-nex-hero--image {
	min-height: clamp(520px, 78vh, 760px);
	display: grid;
	align-items: center;
	overflow: hidden;
	border-radius: 0 0 clamp(30px, 5vw, 76px) clamp(30px, 5vw, 76px);
	background: var(--nx-blue);
}

.hg-nex-hero--image > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.04);
}

.hg-nex-hero__shade {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 25%, rgba(138, 43, 226, .48), transparent 34%),
		linear-gradient(90deg, rgba(13, 14, 21, .84), rgba(13, 14, 21, .35));
}

.hg-nex-hero__content,
.hg-nex-hero--compact > div {
	position: relative;
	z-index: 1;
	max-width: 760px;
}

.hg-nex-hero--image h1,
.hg-nex-hero--image p {
	color: #fff;
}

.hg-nex-hero h1 {
	margin: 0;
	font-size: clamp(44px, 7vw, 96px);
	line-height: .95;
	letter-spacing: -.04em;
}

.hg-nex-hero p {
	max-width: 680px;
	margin: 18px 0 0;
	color: var(--nx-muted);
	font-size: clamp(17px, 1.3vw, 22px);
	line-height: 1.65;
}

.hg-nex-hero--compact {
	min-height: clamp(260px, 34vw, 430px);
	display: grid;
	align-items: end;
	padding-block: clamp(34px, 7vw, 96px);
}

.hg-nex-kicker {
	margin: 0 0 14px;
	color: var(--hg-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hg-nex-btn,
.hg-nex-form button,
.hg-nex-collection-card em,
.hg-nex-featured-collection a,
.hg-nex-category-chip,
.hg-nex-filter-pills span,
.hg-nex-topic-pills a {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 28px;
	border: 1px solid var(--nx-line);
	border-radius: 999px;
	background: #e9e9ea;
	color: #111;
	font-weight: 800;
	text-decoration: none;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
}

.hg-nex-btn::before,
.hg-nex-form button::before,
.hg-nex-collection-card em::before,
.hg-nex-featured-collection a::before,
.hg-nex-category-chip::before,
.hg-nex-filter-pills span::before,
.hg-nex-topic-pills a::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 0;
	border-radius: inherit;
	background: #000;
	transition: width .38s cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) and (pointer: fine) {
	.hg-nex-btn:hover,
	.hg-nex-form button:hover,
	.hg-nex-collection-card:hover em,
	.hg-nex-featured-collection a:hover,
	.hg-nex-category-chip:hover,
	.hg-nex-filter-pills span:hover,
	.hg-nex-topic-pills a:hover {
		color: #fff;
		transform: translateY(-2px);
		box-shadow: 0 18px 34px rgba(0, 0, 0, .12);
	}

	.hg-nex-btn:hover::before,
	.hg-nex-form button:hover::before,
	.hg-nex-collection-card:hover em::before,
	.hg-nex-featured-collection a:hover::before,
	.hg-nex-category-chip:hover::before,
	.hg-nex-filter-pills span:hover::before,
	.hg-nex-topic-pills a:hover::before {
		width: 100%;
	}
}

.hg-nex-btn--light {
	margin-top: 28px;
	background: #fff;
	color: #111;
}

.hg-nex-section {
	padding-block: clamp(38px, 7vw, 92px);
}

.hg-nex-section-head {
	max-width: 760px;
	margin-bottom: 28px;
}

.hg-nex-section h2,
.hg-nex-copy h2,
.hg-nex-section-head h2 {
	margin: 0;
	font-size: clamp(34px, 4.2vw, 64px);
	line-height: 1;
	letter-spacing: -.04em;
}

.hg-nex-copy p:not(.hg-nex-kicker),
.hg-nex-panel p,
.hg-nex-icon-card p,
.hg-nex-section-head p {
	color: var(--nx-muted);
	font-size: clamp(16px, 1.05vw, 18px);
	line-height: 1.7;
}

.hg-nex-split,
.hg-nex-form-layout,
.hg-nex-gallery-layout {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(24px, 5vw, 72px);
	align-items: start;
}

.hg-nex-feature-grid,
.hg-nex-three,
.hg-nex-support-grid,
.hg-nex-collection-grid,
.hg-nex-product-grid,
.hg-nex-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 26px);
}

.hg-nex-icon-card,
.hg-nex-panel,
.hg-nex-product-card,
.hg-nex-article-card,
.hg-nex-glass-card {
	border: 1px solid var(--nx-line);
	border-radius: var(--nx-radius);
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 16px 50px rgba(13, 14, 21, .06);
	backdrop-filter: blur(16px);
}

.hg-nex-icon-card,
.hg-nex-panel {
	padding: clamp(22px, 2.6vw, 34px);
}

.hg-nex-icon-card .hg-icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(138, 43, 226, .12), rgba(0, 240, 255, .18));
	color: var(--hg-primary);
}

.hg-nex-icon-card h2,
.hg-nex-icon-card h3,
.hg-nex-panel h3 {
	margin: 0 0 10px;
	font-size: clamp(22px, 1.6vw, 30px);
	letter-spacing: -.025em;
}

.hg-nex-quote,
.hg-nex-featured-collection {
	position: relative;
	min-height: clamp(360px, 44vw, 620px);
	display: grid;
	align-items: center;
	overflow: hidden;
	border-radius: var(--nx-radius);
	background: var(--nx-blue);
}

.hg-nex-quote img,
.hg-nex-featured-collection > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .7;
}

.hg-nex-quote::after,
.hg-nex-featured-collection::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(13, 14, 21, .78), rgba(13, 14, 21, .16));
}

.hg-nex-quote div,
.hg-nex-featured-collection div {
	position: relative;
	z-index: 1;
	max-width: 760px;
	padding: clamp(30px, 7vw, 90px);
	color: #fff;
}

.hg-nex-quote blockquote,
.hg-nex-featured-collection h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(36px, 5vw, 74px);
	line-height: 1.02;
	letter-spacing: -.045em;
}

.hg-nex-category-rail {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	margin-block: 0 38px;
}

.hg-nex-category-rail__track,
.hg-nex-testimonials__track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
	cursor: grab;
}

.hg-nex-category-rail__track::-webkit-scrollbar,
.hg-nex-testimonials__track::-webkit-scrollbar {
	display: none;
}

.hg-nex-category-chip {
	flex: 0 0 auto;
	gap: 12px;
	padding: 8px 18px 8px 8px;
	background: #fff;
	box-shadow: none;
	scroll-snap-align: start;
}

.hg-nex-category-chip img {
	width: 50px;
	height: 50px;
	border-radius: 999px;
	object-fit: cover;
	background: var(--nx-soft);
}

.hg-nex-round-btn {
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(13, 14, 21, .1);
	cursor: pointer;
}

.hg-nex-collection-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hg-nex-collection-card {
	position: relative;
	min-height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	padding: 24px;
	border-radius: var(--nx-radius);
	color: #fff;
	text-decoration: none;
	background: #111;
}

.hg-nex-collection-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .72;
	transition: transform .7s ease;
}

.hg-nex-collection-card span,
.hg-nex-collection-card em {
	position: relative;
	z-index: 1;
}

.hg-nex-collection-card span {
	margin-bottom: 16px;
	font-size: clamp(26px, 3vw, 44px);
	font-weight: 800;
	line-height: 1;
}

.hg-nex-collection-card em {
	width: fit-content;
	min-height: 48px;
	background: #fff;
	color: #111;
	font-style: normal;
}

.hg-nex-collection-card:hover img {
	transform: scale(1.05);
}

.hg-nex-filter-pills,
.hg-nex-topic-pills {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 28px;
}

.hg-nex-filter-pills span,
.hg-nex-topic-pills a {
	min-height: 42px;
	padding-inline: 18px;
	background: #fff;
}

.hg-nex-topic-pills .is-active {
	background: #000;
	color: #fff;
}

.hg-nex-sidebar {
	position: sticky;
	top: 96px;
	padding: 22px;
	border: 1px solid var(--nx-line);
	border-radius: var(--nx-radius);
	background: #fff;
}

.hg-nex-sidebar h2 {
	margin: 0 0 18px;
	font-size: 18px;
}

.hg-nex-filter-list {
	display: grid;
	gap: 10px;
	padding-block: 16px;
	border-top: 1px solid var(--nx-line);
}

.hg-nex-filter-list a,
.hg-nex-filter-list span {
	color: var(--nx-muted);
	text-decoration: none;
}

.hg-nex-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hg-nex-product-card {
	overflow: hidden;
	background: #fff;
}

.hg-nex-product-card__image {
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 0;
	border: 0;
	background: var(--nx-soft);
	cursor: zoom-in;
	overflow: hidden;
}

.hg-nex-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.hg-nex-product-card:hover img {
	transform: scale(1.04);
}

.hg-nex-product-card > div {
	padding: 18px;
}

.hg-nex-product-card h2 {
	margin: 0 0 8px;
	font-size: 20px;
	letter-spacing: -.02em;
}

.hg-nex-product-card a {
	color: inherit;
	text-decoration: none;
}

.hg-nex-product-card p {
	margin: 0 0 12px;
	color: var(--nx-muted);
	font-size: 14px;
	line-height: 1.55;
}

.hg-nex-form {
	display: grid;
	gap: 14px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid var(--nx-line);
	border-radius: var(--nx-radius);
	background: #fff;
	box-shadow: var(--nx-shadow);
}

.hg-nex-form label {
	display: grid;
	gap: 8px;
	color: var(--nx-muted);
	font-weight: 700;
}

.hg-nex-form input,
.hg-nex-form textarea,
.hg-nex-search input {
	width: 100%;
	border: 1px solid var(--nx-line);
	border-radius: 20px;
	background: #f5f5f6;
	color: #111;
	font: inherit;
	outline: none;
}

.hg-nex-form input,
.hg-nex-search input {
	min-height: 54px;
	padding: 0 18px;
}

.hg-nex-form textarea {
	padding: 16px 18px;
	resize: vertical;
}

.hg-nex-search {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 540px;
	margin-top: 28px;
}

.hg-nex-search .hg-icon {
	position: absolute;
	left: 18px;
	z-index: 1;
	width: 20px;
	height: 20px;
}

.hg-nex-search input {
	padding-left: 52px;
	background: #fff;
}

.hg-nex-faq-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: clamp(22px, 4vw, 64px);
	padding-bottom: 80px;
}

.hg-nex-faq-nav {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 8px;
	align-self: start;
}

.hg-nex-faq-nav a {
	padding: 14px 18px;
	border: 1px solid var(--nx-line);
	border-radius: 999px;
	color: #111;
	text-decoration: none;
}

.hg-nex-faq-group {
	padding: 10px 0 28px;
	border-bottom: 1px solid var(--nx-line);
}

.hg-nex-faq-group h2 {
	margin: 0 0 12px;
	font-size: clamp(26px, 2.8vw, 44px);
}

.hg-nex-faq-item button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 0;
	border: 0;
	border-top: 1px solid var(--nx-line);
	background: transparent;
	color: #111;
	font: inherit;
	font-size: clamp(18px, 1.3vw, 22px);
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}

.hg-nex-faq-answer p {
	margin: 0 0 22px;
	max-width: 780px;
	color: var(--nx-muted);
	font-size: 17px;
	line-height: 1.7;
}

.hg-nex-faq--hyper {
	max-width: 100vw;
	overflow: hidden;
	background: #fff;
}

body:has(.hg-nex-faq--hyper) {
	overflow-x: hidden;
}

.hg-nex-faq--hyper * {
	min-width: 0;
}

.hg-nex-faq--hyper .hg-nex-faq-service {
	padding-block: clamp(22px, 3vw, 34px) clamp(54px, 5vw, 78px);
}

.hg-nex-faq--hyper .hg-nex-faq-service__rail {
	display: grid;
	width: 100%;
	max-width: 100%;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.hg-nex-faq--hyper .hg-nex-faq-card {
	display: flex;
	min-height: 296px;
	flex-direction: column;
	align-items: flex-start;
	padding: 34px 28px 24px;
	border-radius: 10px;
	background: #f5f5f5;
	color: #111;
	text-decoration: none;
	transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease;
}

.hg-nex-faq--hyper .hg-nex-faq-card:hover {
	transform: translateY(-3px);
	background: #f2f2f2;
	box-shadow: 0 20px 55px rgba(13, 14, 21, .08);
}

.hg-nex-faq--hyper .hg-nex-faq-card img {
	width: 54px;
	height: 54px;
	object-fit: contain;
	user-select: none;
	pointer-events: none;
}

.hg-nex-faq--hyper .hg-nex-faq-card strong {
	margin-top: 36px;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: -.02em;
}

.hg-nex-faq--hyper .hg-nex-faq-card span {
	margin-top: 12px;
	color: #60646c;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}

.hg-nex-faq--hyper .hg-nex-faq-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	min-width: 138px;
	margin-top: auto;
	padding: 0 22px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .25s ease, background-color .25s ease;
}

.hg-nex-faq--hyper .hg-nex-faq-card__button:hover,
.hg-nex-faq--hyper .hg-nex-faq-card:hover .hg-nex-faq-card__button {
	transform: translateY(-2px);
	background: #000;
	color: #fff;
}

.hg-nex-faq--hyper .hg-nex-faq-accordion {
	width: min(920px, calc(100vw - clamp(28px, 7.6vw, 160px)));
	max-width: 920px;
	padding-bottom: clamp(64px, 8vw, 112px);
}

.hg-nex-faq--hyper .hg-nex-faq-title {
	margin: 0 0 clamp(42px, 5vw, 68px);
	color: #111;
	font-size: clamp(34px, 3vw, 48px);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: -.035em;
	text-align: center;
	text-wrap: balance;
}

.hg-nex-faq--hyper .hg-nex-faq-group {
	padding: 0 0 clamp(38px, 4vw, 58px);
	border: 0;
}

.hg-nex-faq--hyper .hg-nex-faq-group h2 {
	margin: 0 0 16px;
	color: #111;
	font-size: clamp(28px, 2.6vw, 40px);
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: -.035em;
}

.hg-nex-faq--hyper .hg-nex-faq-item {
	border-bottom: 1px solid rgba(17, 17, 17, .18);
}

.hg-nex-faq--hyper .hg-nex-faq-item button {
	min-height: 70px;
	padding: 20px 0;
	border: 0;
	background: transparent;
	color: #111;
	font-size: clamp(17px, 1.18vw, 20px);
	font-weight: 850;
	line-height: 1.35;
	letter-spacing: -.01em;
}

.hg-nex-faq--hyper .hg-nex-faq-item button span {
	padding-right: 22px;
}

.hg-nex-faq--hyper .hg-nex-faq-toggle {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.hg-nex-faq--hyper .hg-nex-faq-toggle::before,
.hg-nex-faq--hyper .hg-nex-faq-toggle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%);
	transition: transform .2s ease, opacity .2s ease;
}

.hg-nex-faq--hyper .hg-nex-faq-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.hg-nex-faq--hyper [aria-expanded="true"] .hg-nex-faq-toggle::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

.hg-nex-faq--hyper .hg-nex-faq-answer {
	max-width: 820px;
	padding: 0 40px 26px 0;
	color: #62666d;
}

.hg-nex-faq--hyper .hg-nex-faq-answer :is(p, ul) {
	margin: 0 0 18px;
	max-width: 100%;
	color: inherit;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.hg-nex-faq--hyper .hg-nex-faq-answer ul {
	padding-left: 22px;
}

.hg-nex-faq--hyper .hg-nex-faq-answer li + li {
	margin-top: 6px;
}

.hg-nex-care--hyper {
	overflow: hidden;
	background: #fff;
}

.hg-nex-care-breadcrumb {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-block: 14px 22px;
	color: #707070;
	font-size: 14px;
	font-weight: 500;
}

.hg-nex-care-breadcrumb a {
	color: #111;
	text-decoration: none;
}

.hg-nex-care-breadcrumb span {
	width: 1px;
	height: 20px;
	background: rgba(17, 17, 17, .16);
}

.hg-nex-care-breadcrumb strong {
	color: #777;
	font-weight: 500;
}

.hg-nex-care-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 33%);
	gap: clamp(34px, 5vw, 78px);
	align-items: start;
	padding-block: clamp(18px, 3vw, 42px) clamp(72px, 8vw, 128px);
}

.hg-nex-care-main {
	min-width: 0;
}

.hg-nex-care-main h1 {
	margin: 0 0 clamp(40px, 5vw, 72px);
	color: #030303;
	font-size: clamp(44px, 5vw, 72px);
	font-weight: 850;
	line-height: .98;
	letter-spacing: -.045em;
}

.hg-nex-care-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: clamp(34px, 4vw, 60px);
}

.hg-nex-care-tabs button {
	position: relative;
	isolation: isolate;
	min-height: 54px;
	padding: 0 28px;
	overflow: hidden;
	border: 1px solid rgba(17, 17, 17, .18);
	border-radius: 999px;
	background: #fff;
	color: #111;
	font: inherit;
	font-size: 16px;
	font-weight: 850;
	cursor: pointer;
	transition: color .28s ease, border-color .28s ease, transform .28s ease;
}

.hg-nex-care-tabs button::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 0;
	border-radius: inherit;
	background: #000;
	content: "";
	transition: width .36s cubic-bezier(.22, 1, .36, 1);
}

.hg-nex-care-tabs button.is-active,
.hg-nex-care-tabs button[aria-selected="true"] {
	border-color: #000;
	background: #000;
	color: #fff;
}

@media (hover: hover) and (pointer: fine) {
	.hg-nex-care-tabs button:hover {
		color: #fff;
		border-color: #000;
		transform: translateY(-1px);
	}

	.hg-nex-care-tabs button:hover::before {
		width: 100%;
	}
}

.hg-nex-care-panel {
	max-width: 1120px;
	animation: hgCareFade .28s ease both;
}

.hg-nex-care-panel h2 {
	margin: 0 0 24px;
	color: #050505;
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 850;
	line-height: 1.15;
	letter-spacing: -.025em;
}

.hg-nex-care-panel p {
	margin: 0 0 clamp(38px, 4vw, 64px);
	max-width: 1040px;
	color: #626262;
	font-size: clamp(17px, 1.15vw, 21px);
	font-weight: 500;
	line-height: 1.65;
}

.hg-nex-care-help {
	position: sticky;
	top: 112px;
	display: grid;
	gap: 28px;
	padding-left: clamp(26px, 3.4vw, 54px);
	border-left: 1px solid rgba(17, 17, 17, .14);
}

.hg-nex-care-help h2 {
	margin: 0 0 -2px;
	color: #030303;
	font-size: clamp(36px, 3vw, 52px);
	font-weight: 850;
	line-height: 1;
	letter-spacing: -.04em;
}

.hg-nex-care-help > p {
	margin: 0;
	max-width: 520px;
	color: #626262;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.55;
}

.hg-nex-care-help__item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.hg-nex-care-help__item > .hg-icon {
	width: 32px;
	height: 32px;
	color: var(--hg-primary);
}

.hg-nex-care-help__item strong,
.hg-nex-care-help__item span {
	display: block;
}

.hg-nex-care-help__item strong {
	margin-bottom: 8px;
	color: #050505;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.2;
}

.hg-nex-care-help__item span,
.hg-nex-care-help__email {
	color: #626262;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	text-decoration: none;
}

.hg-nex-care-help__button {
	width: fit-content;
	min-width: 168px;
	background: #000;
	color: #fff;
}

.hg-nex-care-help__button::before {
	background: #252525;
}

.hg-nex-care-help__email {
	width: fit-content;
	margin-top: -8px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

@keyframes hgCareFade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hg-nex-contact-aside {
	display: grid;
	gap: 16px;
}

.hg-nex-contact {
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 6%, rgba(24, 58, 158, .08), transparent 32%),
		linear-gradient(180deg, #fff 0%, #f8f9fb 100%);
}

.hg-nex-contact * {
	min-width: 0;
}

.hg-nex-contact :is(p, span, strong, em, a, label) {
	overflow-wrap: anywhere;
}

.hg-nex-contact-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .36fr);
	align-items: end;
	gap: clamp(18px, 4vw, 56px);
	min-height: clamp(270px, 30vw, 430px);
	padding-block: clamp(42px, 7vw, 96px) clamp(24px, 4vw, 54px);
}

.hg-nex-contact-hero h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(48px, 8vw, 106px);
	line-height: .92;
	letter-spacing: -.055em;
}

.hg-nex-contact-hero p {
	max-width: 760px;
	margin: 18px 0 0;
	color: var(--nx-muted);
	font-size: clamp(17px, 1.2vw, 21px);
	line-height: 1.65;
}

.hg-nex-contact-hero__badge {
	display: grid;
	gap: 16px;
	padding: 24px;
	border: 1px solid rgba(13, 14, 21, .08);
	border-radius: 26px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 24px 60px rgba(13, 14, 21, .08);
	backdrop-filter: blur(18px);
}

.hg-nex-contact-hero__badge .hg-icon {
	width: 42px;
	height: 42px;
	padding: 10px;
	border-radius: 50%;
	background: #f2eeec;
	color: var(--hg-primary);
}

.hg-nex-contact-hero__badge span {
	color: #263342;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.45;
}

.hg-nex-contact-info {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, .82fr) minmax(0, 1.48fr);
	gap: clamp(14px, 2vw, 26px);
	margin-bottom: clamp(28px, 5vw, 78px);
}

.hg-nex-contact-card,
.hg-nex-contact-form-panel,
.hg-nex-contact-side {
	border: 1px solid rgba(13, 14, 21, .08);
	border-radius: 26px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 22px 64px rgba(13, 14, 21, .07);
	backdrop-filter: blur(18px);
}

.hg-nex-contact-card {
	min-height: 260px;
	padding: clamp(22px, 2.3vw, 36px);
}

.hg-nex-contact-card i,
.hg-nex-contact-side__title > .hg-icon,
.hg-nex-direct-contact .hg-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 46px;
	border-radius: 50%;
	background: #f2eeec;
	color: var(--hg-primary);
	font-style: normal;
}

.hg-nex-contact-card i .hg-icon,
.hg-nex-contact-side__title > .hg-icon,
.hg-nex-direct-contact .hg-icon {
	width: 52px;
	height: 52px;
	padding: 13px;
}

.hg-nex-contact-card h2 {
	margin: 0 0 10px;
	font-size: clamp(20px, 1.45vw, 26px);
	line-height: 1.12;
	letter-spacing: -.025em;
}

.hg-nex-contact-card p,
.hg-nex-contact-card em {
	margin: 0 0 8px;
	color: #334155;
	font-size: clamp(16px, 1.05vw, 19px);
	line-height: 1.6;
}

.hg-nex-contact-card a {
	display: inline-flex;
	margin-bottom: 10px;
	color: #23364a;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hg-nex-contact-card em {
	display: block;
	color: #475569;
	font-style: italic;
}

.hg-nex-contact-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
	gap: clamp(18px, 3vw, 42px);
	align-items: start;
	padding-bottom: clamp(60px, 8vw, 120px);
}

.hg-nex-contact-form-panel,
.hg-nex-contact-side {
	padding: clamp(22px, 3vw, 42px);
}

.hg-nex-contact-form-panel h2,
.hg-nex-contact-side h2 {
	margin: 0;
	font-size: clamp(28px, 3.2vw, 48px);
	line-height: 1;
	letter-spacing: -.04em;
}

.hg-nex-contact-form-panel > p:not(.hg-nex-kicker) {
	max-width: 760px;
	margin: 16px 0 26px;
	color: var(--nx-muted);
	font-size: 17px;
	line-height: 1.7;
}

.hg-nex-contact-form-shortcode {
	margin-top: 24px;
}

.hg-nex-contact-form-shortcode .ff-t-container {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px !important;
}

.hg-nex-contact-form-shortcode .ff-t-cell {
	width: auto !important;
	padding: 0 !important;
}

.hg-nex-contact-form-shortcode .ff-el-group {
	margin-bottom: 18px !important;
}

.hg-nex-contact-form-shortcode :is(input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], select, textarea) {
	width: 100%;
	min-height: 54px;
	border: 1px solid rgba(13, 14, 21, .16) !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #111 !important;
	font: inherit !important;
	font-size: 16px !important;
}

.hg-nex-contact-form-shortcode textarea {
	min-height: 140px;
	resize: vertical;
}

.hg-nex-contact-form-shortcode :is(label, .ff-el-input--label label) {
	color: #172033 !important;
	font-size: 14px !important;
	font-weight: 850 !important;
}

.hg-nex-contact-form-shortcode :is(button, input[type="submit"], .ff-btn-submit) {
	min-height: 54px !important;
	padding: 0 30px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #000 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	box-shadow: none !important;
}

.hg-nex-contact-side {
	display: grid;
	gap: 34px;
}

.hg-nex-contact-side__title {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

.hg-nex-contact-side__title > .hg-icon {
	margin: 0;
	color: #0f766e;
}

.hg-nex-contact-faq .hg-nex-faq-item button {
	min-height: 64px;
	padding: 0 18px;
	border: 1px solid rgba(13, 14, 21, .12);
	border-radius: 10px;
	background: rgba(248, 249, 251, .9);
	font-size: 16px;
}

.hg-nex-contact-faq .hg-nex-faq-item + .hg-nex-faq-item {
	margin-top: 12px;
}

.hg-nex-contact-faq .hg-nex-faq-answer p {
	margin: 10px 2px 0;
	padding: 0 16px 14px;
	font-size: 15px;
}

.hg-nex-contact-faq .hg-nex-faq-item button[aria-expanded="true"] {
	border-color: rgba(24, 58, 158, .24);
	background: #fff;
}

.hg-nex-contact-faq .hg-nex-faq-item button .hg-icon {
	width: 16px;
	height: 16px;
	transition: transform .22s ease;
}

.hg-nex-contact-faq .hg-nex-faq-item button[aria-expanded="true"] .hg-icon {
	transform: rotate(180deg);
}

.hg-nex-direct-contact {
	display: grid;
	gap: 22px;
	padding-top: 16px;
	border-top: 1px solid rgba(13, 14, 21, .08);
}

.hg-nex-direct-contact > div {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 0 16px;
	align-items: start;
}

.hg-nex-direct-contact .hg-icon {
	grid-row: span 3;
	margin: 0;
	color: var(--hg-primary);
}

.hg-nex-direct-contact strong {
	color: #172033;
	font-size: 18px;
	line-height: 1.25;
}

.hg-nex-direct-contact strong a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hg-nex-direct-contact span {
	color: var(--nx-muted);
	font-size: 15px;
	line-height: 1.5;
}

.hg-nex-glass-card {
	padding: 28px;
}

.hg-nex-map-card {
	min-height: 260px;
	position: relative;
	overflow: hidden;
	border-radius: var(--nx-radius);
	background:
		radial-gradient(circle at 28% 32%, rgba(0, 240, 255, .28), transparent 18%),
		radial-gradient(circle at 70% 58%, rgba(138, 43, 226, .28), transparent 22%),
		linear-gradient(135deg, #10111b, #24263a);
}

.hg-nex-map-card span {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 0 0 16px rgba(255, 255, 255, .14);
}

.hg-nex-map-card span:nth-child(1) { top: 32%; left: 28%; }
.hg-nex-map-card span:nth-child(2) { top: 58%; left: 66%; }
.hg-nex-map-card span:nth-child(3) { top: 42%; left: 48%; }

.hg-nex-social-card {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.hg-nex-social-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--nx-line);
	border-radius: 999px;
	color: #111;
	text-decoration: none;
}

.hg-nex-testimonials__track article {
	flex: 0 0 min(360px, 82vw);
	padding: 24px;
	border: 1px solid var(--nx-line);
	border-radius: var(--nx-radius);
	background: linear-gradient(135deg, rgba(138, 43, 226, .08), rgba(0, 240, 255, .08));
}

.hg-blog-page,
.hg-blog-single {
	overflow: clip;
	background: #fff;
}

.hg-blog-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: clamp(420px, 54vw, 640px);
	margin-block: 18px clamp(30px, 5vw, 64px);
	overflow: hidden;
	border-radius: clamp(24px, 3.5vw, 44px);
	background: #111;
	isolation: isolate;
}

.hg-blog-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: var(--hg-blog-hero-image);
	background-size: cover;
	background-position: center;
	transform: scale(1.04);
}

.hg-blog-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(13, 14, 21, .78), rgba(13, 14, 21, .18) 56%, rgba(13, 14, 21, .55)),
		linear-gradient(0deg, rgba(13, 14, 21, .6), transparent 58%);
}

.hg-blog-hero__content {
	width: min(780px, 100%);
	padding: clamp(28px, 5vw, 70px);
	color: #fff;
}

.hg-blog-eyebrow {
	margin: 0 0 14px;
	color: currentColor;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .82;
}

.hg-blog-hero h1,
.hg-blog-single-hero h1 {
	margin: 0;
	font-size: clamp(48px, 8vw, 112px);
	line-height: .92;
	letter-spacing: -.055em;
}

.hg-blog-hero p:not(.hg-blog-eyebrow) {
	max-width: 660px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .86);
	font-size: clamp(16px, 1.3vw, 20px);
	line-height: 1.65;
}

.hg-blog-search {
	display: flex;
	align-items: center;
	gap: 8px;
	width: min(620px, 100%);
	margin-top: 30px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 999px;
	background: rgba(255, 255, 255, .15);
	backdrop-filter: blur(18px);
}

.hg-blog-search input {
	min-width: 0;
	flex: 1;
	height: 48px;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-weight: 750;
	outline: 0;
}

.hg-blog-search input::placeholder {
	color: rgba(255, 255, 255, .74);
}

.hg-blog-search button,
.hg-blog-featured__button,
.hg-blog-card__link,
.hg-blog-empty a,
.hg-blog-single-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	overflow: hidden;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
	transition: color .26s ease, transform .26s ease, background-color .26s ease;
}

.hg-blog-featured__button,
.hg-blog-empty a {
	background: #111;
	color: #fff;
}

.hg-blog-search button::before,
.hg-blog-featured__button::before,
.hg-blog-card__link::before,
.hg-blog-empty a::before,
.hg-blog-single-nav a::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 0;
	border-radius: inherit;
	background: #111;
	transition: width .34s ease;
}

.hg-blog-featured__button::before,
.hg-blog-empty a::before {
	background: #333;
}

.hg-blog-search button *,
.hg-blog-featured__button *,
.hg-blog-card__link *,
.hg-blog-empty a *,
.hg-blog-single-nav a * {
	position: relative;
	z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
	.hg-blog-search button:hover,
	.hg-blog-card__link:hover,
	.hg-blog-featured__button:hover,
	.hg-blog-empty a:hover,
	.hg-blog-single-nav a:hover {
		color: #fff;
		transform: translateY(-1px);
	}

	.hg-blog-featured__button:hover,
	.hg-blog-empty a:hover {
		color: #fff;
	}

	.hg-blog-search button:hover::before,
	.hg-blog-featured__button:hover::before,
	.hg-blog-card__link:hover::before,
	.hg-blog-empty a:hover::before,
	.hg-blog-single-nav a:hover::before {
		width: 100%;
	}
}

.hg-blog-topics {
	display: flex;
	gap: 10px;
	padding-bottom: clamp(26px, 4vw, 44px);
	overflow-x: auto;
	scrollbar-width: none;
}

.hg-blog-topics::-webkit-scrollbar {
	display: none;
}

.hg-blog-topics a,
.hg-blog-single-hero__topics a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 18px;
	overflow: hidden;
	border: 1px solid var(--nx-line);
	border-radius: 999px;
	color: #111;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
	transition: color .24s ease, border-color .24s ease;
}

.hg-blog-topics a::before,
.hg-blog-single-hero__topics a::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 0;
	border-radius: inherit;
	background: #111;
	transition: width .3s ease;
}

.hg-blog-topics a.is-active,
.hg-blog-single-hero__topics a:hover,
.hg-blog-topics a:hover {
	border-color: #111;
	color: #fff;
}

.hg-blog-topics a.is-active::before,
.hg-blog-single-hero__topics a:hover::before,
.hg-blog-topics a:hover::before {
	width: 100%;
}

.hg-blog-layout {
	padding-bottom: clamp(70px, 8vw, 120px);
}

.hg-blog-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	gap: clamp(22px, 4vw, 52px);
	align-items: center;
	margin-bottom: clamp(34px, 5vw, 70px);
	padding: clamp(12px, 1.4vw, 18px);
	border: 1px solid var(--nx-line);
	border-radius: clamp(22px, 3vw, 36px);
	background: #fff;
	box-shadow: 0 28px 80px rgba(13, 14, 21, .08);
}

.hg-blog-featured__image {
	display: block;
	overflow: hidden;
	border-radius: clamp(18px, 2.5vw, 28px);
	background: var(--nx-soft);
}

.hg-blog-featured__image img {
	width: 100%;
	aspect-ratio: 1.48 / 1;
	object-fit: cover;
	transition: transform .6s ease;
}

.hg-blog-featured:hover img,
.hg-blog-card:hover img {
	transform: scale(1.045);
}

.hg-blog-featured__body {
	padding: clamp(18px, 3vw, 42px);
}

.hg-blog-featured h2 {
	margin: 0;
	font-size: clamp(34px, 4.2vw, 68px);
	line-height: .96;
	letter-spacing: -.05em;
}

.hg-blog-featured h2 a,
.hg-blog-card h2 a {
	color: inherit;
	text-decoration: none;
}

.hg-blog-featured p:not(.hg-blog-eyebrow) {
	max-width: 620px;
	margin: 20px 0 28px;
	color: var(--nx-muted);
	font-size: 17px;
	line-height: 1.7;
}

.hg-blog-grid,
.hg-nex-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.4vw, 34px);
	padding-block: 0 32px;
}

.hg-blog-card,
.hg-nex-article-card {
	overflow: hidden;
	border: 1px solid rgba(13, 14, 21, .08);
	border-radius: clamp(20px, 2.3vw, 30px);
	background: #fff;
	box-shadow: 0 18px 60px rgba(13, 14, 21, .055);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.hg-blog-card:hover,
.hg-nex-article-card:hover {
	transform: translateY(-4px);
	border-color: rgba(13, 14, 21, .16);
	box-shadow: 0 26px 74px rgba(13, 14, 21, .09);
}

.hg-blog-card__image,
.hg-nex-article-card__image {
	display: block;
	aspect-ratio: 1.18 / 1;
	overflow: hidden;
	background: var(--nx-soft);
}

.hg-blog-card__image img,
.hg-nex-article-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s ease;
}

.hg-blog-card__body,
.hg-nex-article-card > div {
	padding: 22px;
}

.hg-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 12px;
	color: var(--nx-muted);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.hg-blog-card__meta a {
	color: inherit;
	text-decoration: none;
}

.hg-blog-card h2,
.hg-nex-article-card h2 {
	margin: 0 0 12px;
	font-size: clamp(22px, 2vw, 32px);
	line-height: 1.08;
	letter-spacing: -.03em;
}

.hg-blog-card p,
.hg-nex-article-card p:not(.hg-nex-kicker) {
	color: var(--nx-muted);
	line-height: 1.65;
}

.hg-blog-card__link {
	min-height: 42px;
	margin-top: 4px;
	padding-inline: 16px;
	background: var(--nx-soft);
}

.hg-blog-card__link span {
	margin-left: 8px;
}

.hg-blog-pagination {
	margin-top: 24px;
}

.hg-blog-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.hg-blog-pagination a,
.hg-blog-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding-inline: 14px;
	border-radius: 999px;
	background: #f3f3f3;
	color: #111;
	font-weight: 850;
	text-decoration: none;
}

.hg-blog-pagination .current,
.hg-blog-pagination a:hover {
	background: #111;
	color: #fff;
}

.hg-blog-empty {
	max-width: 620px;
	margin: 0 auto;
	padding: 50px;
	border-radius: var(--nx-radius);
	background: var(--nx-soft);
	text-align: center;
}

.hg-blog-single-hero {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	gap: clamp(24px, 5vw, 70px);
	align-items: center;
	padding-block: clamp(36px, 7vw, 92px);
}

.hg-blog-single-hero__text > p {
	max-width: 680px;
	color: var(--nx-muted);
	font-size: clamp(17px, 1.4vw, 21px);
	line-height: 1.7;
}

.hg-blog-single-hero__topics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.hg-blog-single-hero img {
	width: 100%;
	aspect-ratio: 1.12 / 1;
	object-fit: cover;
	border-radius: var(--nx-radius);
}

.hg-blog-single-content {
	max-width: 900px;
	padding-bottom: 90px;
	font-size: 18px;
	line-height: 1.8;
}

.hg-blog-single-content > *:first-child {
	margin-top: 0;
}

.hg-blog-single-content h2,
.hg-blog-single-content h3 {
	margin-top: 1.8em;
	letter-spacing: -.025em;
}

.hg-blog-single-content img {
	width: 100%;
	height: auto;
	border-radius: 24px;
}

.hg-blog-single-nav {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 90px;
}

.hg-nex-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 22px;
	background: rgba(13, 14, 21, .78);
	backdrop-filter: blur(18px);
}

.hg-nex-lightbox.is-open {
	display: flex;
}

.hg-nex-lightbox__inner {
	position: relative;
	max-width: min(980px, 92vw);
	max-height: 88vh;
	padding: 16px;
	border-radius: 26px;
	background: #fff;
}

.hg-nex-lightbox img {
	max-height: calc(88vh - 72px);
	width: auto;
	border-radius: 18px;
	object-fit: contain;
}

.hg-nex-lightbox button {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
	cursor: pointer;
}

.hg-nex-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .65s ease, transform .65s ease;
}

.hg-nex-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1100px) {
	.hg-nex-split,
	.hg-nex-form-layout,
	.hg-nex-gallery-layout,
	.hg-blog-featured,
	.hg-blog-single-hero {
		grid-template-columns: 1fr;
	}

	.hg-nex-feature-grid,
	.hg-nex-three,
	.hg-nex-support-grid,
	.hg-nex-collection-grid,
	.hg-nex-product-grid,
	.hg-nex-article-grid,
	.hg-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hg-nex-sidebar,
	.hg-nex-faq-nav {
		position: static;
	}

	.hg-nex-faq-layout {
		grid-template-columns: 1fr;
	}

	.hg-nex-contact-hero,
	.hg-nex-contact-main {
		grid-template-columns: 1fr;
	}

	.hg-nex-contact-info {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hg-nex-contact-card--wide {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.hg-nex-hero--image {
		min-height: 620px;
		border-radius: 0 0 34px 34px;
	}

	.hg-nex-hero__shade {
		background: linear-gradient(180deg, rgba(13, 14, 21, .48), rgba(13, 14, 21, .82));
	}

	.hg-nex-hero h1 {
		font-size: clamp(40px, 14vw, 62px);
	}

	.hg-nex-section {
		padding-block: 44px;
	}

	.hg-nex-feature-grid,
	.hg-nex-three,
	.hg-nex-support-grid,
	.hg-nex-collection-grid,
	.hg-nex-product-grid,
	.hg-nex-article-grid,
	.hg-blog-grid {
		grid-template-columns: 1fr;
	}

	.hg-blog-hero {
		min-height: 520px;
		margin-inline: 0;
		border-radius: 0 0 30px 30px;
	}

	.hg-blog-hero__content {
		padding: 28px 18px 34px;
	}

	.hg-blog-search {
		align-items: stretch;
		flex-direction: column;
		border-radius: 26px;
	}

	.hg-blog-search input {
		width: 100%;
		padding-inline: 10px;
	}

	.hg-blog-search button {
		width: 100%;
	}

	.hg-blog-featured {
		margin-inline: -4px;
	}

	.hg-blog-featured__body,
	.hg-blog-card__body {
		padding: 18px;
	}

	.hg-blog-single-hero h1 {
		font-size: clamp(42px, 13vw, 62px);
	}

	.hg-blog-single-nav {
		flex-direction: column;
	}

	.hg-nex-category-rail {
		grid-template-columns: 1fr;
	}

	.hg-nex-category-rail .hg-nex-round-btn {
		display: none;
	}

	.hg-nex-category-chip {
		flex-basis: calc((100vw - 54px) / 4);
		min-width: calc((100vw - 54px) / 4);
		display: grid;
		gap: 8px;
		padding: 0;
		border: 0;
		background: transparent;
		text-align: center;
		box-shadow: none;
	}

	.hg-nex-category-chip::before {
		display: none;
	}

	.hg-nex-category-chip img {
		width: 64px;
		height: 64px;
		margin-inline: auto;
	}

	.hg-nex-category-chip span {
		font-size: 12px;
	}

	.hg-nex-collection-card {
		min-height: 320px;
	}

	.hg-nex-form {
		padding: 18px;
		border-radius: 22px;
	}

	.hg-nex-quote,
	.hg-nex-featured-collection {
		min-height: 420px;
		border-radius: 24px;
	}

	.hg-nex-quote div,
	.hg-nex-featured-collection div {
		padding: 26px;
	}

	.hg-nex-faq-item button {
		font-size: 17px;
	}

	.hg-nex-contact-hero {
		min-height: auto;
		padding-block: 34px 20px;
	}

	.hg-nex-contact-hero h1 {
		font-size: clamp(42px, 15vw, 62px);
	}

	.hg-nex-contact-hero__badge {
		padding: 18px;
		border-radius: 20px;
	}

	.hg-nex-contact-info {
		grid-template-columns: 1fr;
		margin-bottom: 28px;
	}

	.hg-nex-contact-form-shortcode .ff-t-container {
		grid-template-columns: 1fr !important;
		gap: 0 !important;
	}

	.hg-nex-contact-card {
		min-height: 0;
		border-radius: 20px;
	}

	.hg-nex-contact-card i,
	.hg-nex-contact-card i .hg-icon {
		width: 44px;
		height: 44px;
		margin-bottom: 24px;
		padding: 10px;
	}

	.hg-nex-contact-main {
		gap: 18px;
		padding-bottom: 54px;
	}

	.hg-nex-contact-form-panel,
	.hg-nex-contact-side {
		padding: 20px;
		border-radius: 22px;
	}

	.hg-nex-contact-side__title {
		align-items: flex-start;
	}

	.hg-nex-contact-side__title > .hg-icon {
		width: 42px;
		height: 42px;
		padding: 10px;
	}

	.hg-nex-direct-contact > div {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.hg-nex-direct-contact .hg-icon {
		width: 42px;
		height: 42px;
		padding: 10px;
	}

	.hg-nex-contact-form-shortcode :is(input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], select, textarea) {
		min-height: 50px;
	}
}

@media (max-width: 1180px) {
	.hg-nex-faq--hyper .hg-nex-faq-service__rail {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.hg-nex-care-breadcrumb {
		padding-inline: 16px;
		padding-block: 12px 18px;
	}

	.hg-nex-care-shell {
		width: 100%;
		max-width: none;
		grid-template-columns: 1fr;
		gap: 44px;
		padding-inline: 16px;
		padding-block: 22px 70px;
	}

	.hg-nex-care-main h1 {
		margin-bottom: 34px;
		font-size: clamp(42px, 13vw, 58px);
	}

	.hg-nex-care-tabs {
		flex-wrap: nowrap;
		gap: 8px;
		margin: 0 -16px 34px;
		padding: 0 16px 4px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.hg-nex-care-tabs::-webkit-scrollbar {
		display: none;
	}

	.hg-nex-care-tabs button {
		flex: 0 0 auto;
		min-height: 48px;
		padding-inline: 20px;
		font-size: 15px;
	}

	.hg-nex-care-panel h2 {
		margin-bottom: 18px;
	}

	.hg-nex-care-panel p {
		margin-bottom: 34px;
		font-size: 16px;
	}

	.hg-nex-care-help {
		position: static;
		gap: 24px;
		padding: 32px 0 0;
		border-left: 0;
		border-top: 1px solid rgba(17, 17, 17, .14);
	}

	.hg-nex-care-help__item {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 14px;
	}

	.hg-nex-care-help__item > .hg-icon {
		width: 28px;
		height: 28px;
	}

	.hg-nex-faq--hyper .hg-nex-faq-service {
		width: 100%;
		max-width: none;
		margin-inline: 0;
		overflow: hidden;
		padding-block: 18px 48px;
	}

	.hg-nex-faq--hyper .hg-nex-faq-service__rail {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(320px, calc(100vw - 34px));
		gap: 14px;
		overflow-x: auto;
		overflow-y: hidden;
		max-width: 100vw;
		padding-inline: 16px;
		scroll-padding-inline: 16px;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.hg-nex-faq--hyper .hg-nex-faq-service__rail::-webkit-scrollbar {
		display: none;
	}

	.hg-nex-faq--hyper .hg-nex-faq-card {
		min-height: 256px;
		padding: 26px 24px 22px;
		scroll-snap-align: start;
	}

	.hg-nex-faq--hyper .hg-nex-faq-card strong {
		margin-top: 26px;
		font-size: 19px;
	}

	.hg-nex-faq--hyper .hg-nex-faq-card span {
		font-size: 15px;
	}

	.hg-nex-faq--hyper .hg-nex-faq-accordion {
		width: calc(100vw - 32px);
		max-width: none;
		margin-left: 16px;
		margin-right: 0;
		padding-bottom: 64px;
	}

	.hg-nex-faq--hyper .hg-nex-faq-title {
		margin-bottom: 42px;
		font-size: clamp(32px, 9.3vw, 40px);
	}

	.hg-nex-faq--hyper .hg-nex-faq-group {
		padding-bottom: 38px;
	}

	.hg-nex-faq--hyper .hg-nex-faq-group h2 {
		font-size: clamp(27px, 8vw, 34px);
	}

	.hg-nex-faq--hyper .hg-nex-faq-item button {
		min-height: 66px;
		padding: 18px 0;
		font-size: 17px;
	}

	.hg-nex-faq--hyper .hg-nex-faq-answer {
		padding-right: 0;
	}

	.hg-nex-faq--hyper .hg-nex-faq-answer :is(p, ul) {
		font-size: 16px;
		line-height: 1.65;
	}
}
