:root {
	--eq-ink: #071b2f;
	--eq-forest: #063f2d;
	--eq-forest-2: #0b5a43;
	--eq-teal: #0f5361;
	--eq-muted: #5b6872;
	--eq-line: #dce5e2;
	--eq-surface: #ffffff;
	--eq-soft: #f5f8f6;
	--eq-coral: #ef5149;
	--eq-coral-dark: #dc4038;
	--eq-green: #5f8f2e;
	--eq-shadow: 0 18px 45px rgba(7, 27, 47, 0.11);
	--eq-radius: 6px;
	--eq-shell: min(1394px, calc(100vw - 48px));
}

html {
	scroll-behavior: smooth;
}

body.enviqtx-home,
body.enviqtx-inner {
	background: #fff;
	color: var(--eq-ink);
	font-family: Roboto, Arial, sans-serif;
	letter-spacing: 0;
}

.enviqtx-home *,
.enviqtx-inner * {
	box-sizing: border-box;
}

.eq-page {
	background: #fff;
	min-height: 100vh;
}

.eq-shell {
	margin: 0 auto;
	width: var(--eq-shell);
}

.eq-utility {
	background: linear-gradient(90deg, #063f2d, #07513b);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.eq-utility__inner {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	min-height: 36px;
}

.eq-utility a,
.eq-utility span {
	color: #fff;
	text-decoration: none;
}

.eq-header {
	background: #fff;
	border-bottom: 1px solid var(--eq-line);
	position: sticky;
	top: 0;
	z-index: 50;
}

.admin-bar .eq-header {
	top: 32px;
}

.eq-header__inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(292px, 1fr) auto auto;
	min-height: 88px;
}

.eq-brand {
	align-items: center;
	color: var(--eq-ink);
	display: inline-flex;
	gap: 12px;
	text-decoration: none;
}

.eq-brand:hover {
	color: var(--eq-ink);
	text-decoration: none;
}

.eq-brand__original {
	display: block;
	height: auto;
	max-width: 100%;
	width: 286px;
}

.eq-brand__mark {
	align-items: center;
	border: 0;
	border-radius: 0;
	color: var(--eq-forest);
	display: inline-flex;
	height: 62px;
	justify-content: center;
	overflow: visible;
	width: 62px;
}

.eq-brand__mark::before {
	content: none;
}

.eq-brand__mark img {
	display: none;
}

.eq-brand__leaf,
.eq-brand__symbol {
	color: var(--eq-forest);
	display: inline-flex;
	height: 62px;
	width: 62px;
}

.eq-brand__leaf svg,
.eq-brand__symbol svg {
	display: block;
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3.1;
	width: 100%;
}

.eq-brand__symbol svg [fill="currentColor"] {
	fill: var(--eq-green);
	stroke: none;
}

.eq-brand__text {
	display: block;
	line-height: 1;
	min-width: 218px;
	width: 238px;
}

.eq-brand__name-row {
	align-items: center;
	display: flex;
	gap: 9px;
}

.eq-brand__name-row::after {
	background: #a8b8b1;
	content: "";
	flex: 1;
	height: 1px;
}

.eq-brand__text strong {
	color: var(--eq-forest);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.eq-brand__text small {
	color: #36554a;
	display: block;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin-top: 5px;
	text-transform: uppercase;
	white-space: nowrap;
}

.eq-nav {
	align-items: center;
	display: flex;
}

.eq-nav__list {
	align-items: center;
	display: flex;
	gap: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eq-nav a {
	color: var(--eq-ink);
	font-size: 15px;
	font-weight: 700;
	position: relative;
	text-decoration: none;
}

.eq-nav a:hover,
.eq-nav a:focus {
	color: var(--eq-forest);
	text-decoration: none;
}

.eq-nav a::after {
	background: var(--eq-green);
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.eq-nav a:hover::after,
.eq-nav a:focus::after,
.eq-nav .current-menu-item > a::after {
	opacity: 1;
}

.eq-menu-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid var(--eq-line);
	border-radius: var(--eq-radius);
	color: var(--eq-ink);
	cursor: pointer;
	display: none;
	font: inherit;
	font-size: 15px;
	font-weight: 900;
	gap: 10px;
	justify-content: center;
	min-height: 46px;
	padding: 0 14px;
}

.eq-menu-toggle:hover,
.eq-menu-toggle:focus {
	background: #fff;
	border-color: var(--eq-forest);
	color: var(--eq-forest);
}

.eq-menu-toggle:focus-visible {
	box-shadow: 0 0 0 3px rgba(95, 143, 46, 0.18);
	outline: 0;
}

.eq-menu-toggle__icon {
	display: grid;
	gap: 4px;
	width: 20px;
}

.eq-menu-toggle__icon span {
	background: currentColor;
	border-radius: 999px;
	display: block;
	height: 2px;
}

.eq-button,
.eq-phone-link {
	align-items: center;
	border-radius: var(--eq-radius);
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	line-height: 1;
	min-height: 48px;
	padding: 0 22px;
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.eq-button:hover,
.eq-button:focus,
.eq-phone-link:hover,
.eq-phone-link:focus {
	text-decoration: none;
	transform: translateY(-1px);
}

.eq-button--primary {
	background: var(--eq-coral);
	border: 1px solid var(--eq-coral);
	box-shadow: 0 12px 22px rgba(239, 81, 73, 0.2);
	color: #fff;
}

.eq-button--primary:hover,
.eq-button--primary:focus {
	background: var(--eq-coral-dark);
	border-color: var(--eq-coral-dark);
	color: #fff;
}

.eq-button--secondary,
.eq-phone-link {
	background: #fff;
	border: 1px solid var(--eq-forest);
	color: var(--eq-forest);
}

.eq-button--secondary:hover,
.eq-button--secondary:focus,
.eq-phone-link:hover,
.eq-phone-link:focus {
	background: var(--eq-forest);
	color: #fff;
}

.eq-hero {
	background: #fff;
	overflow: hidden;
}

.eq-hero__grid {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(520px, 669px) minmax(520px, 1fr);
	margin-left: max(24px, calc((100vw - 1394px) / 2));
	margin-right: 0;
	min-height: 560px;
	width: calc(100vw - max(24px, calc((100vw - 1394px) / 2)));
}

.eq-hero__copy {
	align-self: center;
	padding: 76px 62px 76px 0;
}

.eq-hero h1 {
	color: var(--eq-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 4.4vw, 64px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 26px;
	max-width: 680px;
}

.eq-lede {
	color: var(--eq-ink);
	font-size: clamp(19px, 2vw, 24px);
	line-height: 1.42;
	margin: 0;
	max-width: 620px;
}

.eq-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
}

.eq-phone-link {
	gap: 8px;
	min-width: 186px;
}

.eq-phone-link span {
	color: inherit;
	font-weight: 700;
}

.eq-proof-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 34px;
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}

.eq-proof-list li {
	align-items: center;
	color: var(--eq-ink);
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 12px;
}

.eq-proof-list span {
	white-space: nowrap;
}

.eq-icon,
.eq-service-card__icon {
	color: var(--eq-forest-2);
	display: inline-block;
	flex: 0 0 auto;
	height: 34px;
	position: relative;
	width: 34px;
}

.eq-icon::before,
.eq-icon::after,
.eq-service-card__icon::before,
.eq-service-card__icon::after {
	content: "";
	position: absolute;
}

.eq-icon--shield::before {
	border: 2px solid currentColor;
	border-radius: 16px 16px 19px 19px;
	inset: 3px 6px 4px;
	transform: perspective(50px) rotateX(6deg);
}

.eq-icon--shield::after,
.eq-icon--check::after {
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	height: 13px;
	left: 14px;
	top: 8px;
	transform: rotate(45deg);
	width: 7px;
}

.eq-icon--clipboard::before {
	border: 2px solid currentColor;
	border-radius: 4px;
	inset: 5px 6px 3px;
}

.eq-icon--clipboard::after {
	background: currentColor;
	box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor;
	height: 2px;
	left: 13px;
	top: 12px;
	width: 11px;
}

.eq-icon--building::before {
	border: 2px solid currentColor;
	border-radius: 3px 3px 0 0;
	inset: 5px 7px 3px;
}

.eq-icon--building::after {
	background: currentColor;
	box-shadow: 7px 0 0 currentColor, 0 7px 0 currentColor, 7px 7px 0 currentColor, 0 14px 0 currentColor, 7px 14px 0 currentColor;
	height: 3px;
	left: 13px;
	top: 11px;
	width: 3px;
}

.eq-hero__media {
	background: var(--eq-soft);
	min-height: 560px;
	position: relative;
}

.eq-hero__media::before {
	background: linear-gradient(90deg, #f5f8f6 0%, rgba(245, 248, 246, 0.72) 12%, rgba(245, 248, 246, 0) 32%);
	content: "";
	inset: 0 auto 0 -1px;
	position: absolute;
	width: 42%;
	z-index: 2;
}

.eq-hero__media img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: 68% center;
	position: absolute;
	width: 100%;
}

.eq-trust-band {
	background: linear-gradient(90deg, #073c40, #063f2d);
	color: #fff;
}

.eq-trust-band__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eq-trust-band__grid > div {
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	gap: 20px;
	min-height: 84px;
	padding: 26px 28px;
}

.eq-trust-band__grid > div:first-child {
	border-left: 0;
}

.eq-trust-band__text span,
.eq-trust-band__text strong {
	display: block;
}

.eq-trust-band__text span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.eq-trust-band__text strong {
	color: #fff;
	font-size: 17px;
	line-height: 1.25;
}

.eq-section {
	padding: 82px 0;
}

.eq-section--services {
	background: #fff;
	padding: 10px 0 18px;
}

#services,
#process,
#contact,
#inquiry-form,
.eq-documentation {
	scroll-margin-top: 118px;
}

.eq-section--services .eq-shell {
	width: min(1394px, calc(100vw - 76px));
}

.eq-section-heading {
	margin: 0 auto 32px;
	max-width: 760px;
	text-align: center;
}

.eq-section-heading p,
.eq-process__intro p,
.eq-kicker {
	color: var(--eq-coral);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.eq-section-heading h2,
.eq-process__intro h2,
.eq-documentation h2,
.eq-contact h2 {
	color: var(--eq-ink);
	font-size: clamp(30px, 3.2vw, 42px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.eq-section--services .eq-section-heading {
	margin-bottom: 10px;
	max-width: 520px;
	position: relative;
}

.eq-section--services .eq-section-heading p {
	color: var(--eq-green);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.11em;
	margin-bottom: 2px;
}

.eq-section--services .eq-section-heading h2 {
	color: var(--eq-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}

.eq-section--services .eq-section-heading::after {
	background: var(--eq-forest-2);
	content: "";
	display: block;
	height: 4px;
	margin: 7px auto 0;
	width: 44px;
}

.eq-service-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eq-service-card {
	background: var(--eq-surface);
	border: 1px solid #d8e2df;
	border-radius: 4px;
	box-shadow: 0 8px 18px rgba(7, 27, 47, 0.045);
	min-height: 154px;
	position: relative;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.eq-service-card:hover,
.eq-service-card:focus-within {
	border-color: rgba(6, 63, 45, 0.34);
	box-shadow: var(--eq-shadow);
	transform: translateY(-2px);
}

.eq-service-card::after {
	background: var(--eq-forest-2);
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
}

.eq-service-card__link {
	color: var(--eq-ink);
	column-gap: 22px;
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	min-height: 154px;
	padding: 22px 24px 20px 26px;
	text-decoration: none;
}

.eq-service-card__link:focus-visible {
	box-shadow: inset 0 0 0 3px rgba(15, 83, 97, 0.22);
	outline: 0;
}

.eq-service-card h3 {
	color: var(--eq-ink);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.1;
	margin: 9px 0 8px;
}

.eq-service-card p {
	color: var(--eq-ink);
	font-size: 13px;
	line-height: 1.34;
	margin: 0;
}

.eq-service-card__more {
	color: var(--eq-forest);
	grid-column: 2;
	font-size: 15px;
	font-weight: 900;
	margin-top: 12px;
}

.eq-icon--search::before {
	border: 3px solid currentColor;
	border-radius: 50%;
	height: 20px;
	left: 2px;
	top: 2px;
	width: 20px;
}

.eq-icon--search::after {
	background: currentColor;
	height: 13px;
	left: 23px;
	top: 22px;
	transform: rotate(-45deg);
	width: 3px;
}

.eq-icon--meter::before {
	border: 2px solid currentColor;
	border-radius: 5px;
	inset: 2px 8px 2px;
}

.eq-icon--meter::after {
	background: currentColor;
	box-shadow: 8px 0 0 currentColor, 4px 10px 0 currentColor;
	height: 4px;
	left: 13px;
	top: 10px;
	width: 4px;
}

.eq-icon--plan::before,
.eq-icon--document::before {
	border: 2px solid currentColor;
	border-radius: 3px;
	inset: 2px 8px 2px 5px;
}

.eq-icon--plan::after,
.eq-icon--document::after {
	background: currentColor;
	box-shadow: 0 8px 0 currentColor, 0 16px 0 currentColor;
	height: 2px;
	left: 12px;
	top: 11px;
	width: 13px;
}

.eq-icon--laptop::before {
	border: 2px solid currentColor;
	border-radius: 3px;
	height: 20px;
	left: 5px;
	top: 5px;
	width: 24px;
}

.eq-icon--laptop::after {
	background: currentColor;
	height: 3px;
	left: 2px;
	top: 27px;
	width: 30px;
}

.eq-icon--check::before {
	border: 2px solid currentColor;
	border-radius: 50%;
	inset: 3px;
}

.eq-icon::before,
.eq-icon::after,
.eq-service-card__icon::before,
.eq-service-card__icon::after {
	content: none;
	display: none;
}

.eq-icon,
.eq-button__icon,
.eq-service-card__icon,
.eq-trust-band__icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	line-height: 0;
}

.eq-icon svg,
.eq-button__icon svg,
.eq-service-card__icon svg,
.eq-trust-band__icon svg {
	display: block;
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	width: 100%;
}

.eq-icon svg [fill="currentColor"],
.eq-service-card__icon svg [fill="currentColor"],
.eq-trust-band__icon svg [fill="currentColor"] {
	fill: currentColor;
	stroke: none;
}

.eq-button__icon {
	height: 20px;
	width: 20px;
}

.eq-button__icon svg {
	stroke-width: 2.35;
}

.eq-icon {
	color: var(--eq-forest-2);
	height: 38px;
	width: 38px;
}

.eq-icon svg {
	stroke-width: 2.45;
}

.eq-service-card__icon {
	color: var(--eq-forest-2);
	grid-row: 1 / span 2;
	height: 78px;
	margin-top: 3px;
	width: 78px;
}

.eq-service-card__icon svg {
	stroke-width: 2.8;
}

.eq-trust-band__icon {
	color: rgba(255, 255, 255, 0.94);
	height: 50px;
	width: 50px;
}

.eq-trust-band__icon svg {
	stroke-width: 2.35;
}

.eq-trust-band__icon--accent {
	color: #9cc963;
}

.eq-process {
	background: linear-gradient(90deg, #073d38, #034833);
	color: #fff;
	padding: 38px 0;
}

.eq-process__grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: 0.9fr 2.1fr;
}

.eq-process__intro {
	border-right: 1px solid rgba(255, 255, 255, 0.28);
	padding-right: 36px;
}

.eq-process__intro p {
	color: rgba(255, 255, 255, 0.68);
}

.eq-process__intro h2 {
	color: #fff;
	font-size: clamp(28px, 3vw, 36px);
}

.eq-process__steps {
	counter-reset: process;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.eq-process__steps li {
	min-width: 0;
}

.eq-process__steps span {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 21px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	margin-bottom: 12px;
	width: 42px;
}

.eq-process__steps strong {
	color: #fff;
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}

.eq-process__steps p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.48;
	margin: 0;
}

.eq-documentation__grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.eq-documentation img {
	border-radius: var(--eq-radius);
	box-shadow: var(--eq-shadow);
	overflow: hidden;
}

.eq-documentation img {
	aspect-ratio: 16 / 10;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.eq-documentation p,
.eq-contact p {
	color: var(--eq-muted);
	font-size: 17px;
	line-height: 1.7;
	margin: 20px 0 0;
}

.eq-mini-list {
	display: grid;
	gap: 14px;
	margin-top: 28px;
}

.eq-mini-list div {
	background: #fff;
	border-left: 4px solid var(--eq-forest-2);
	border-radius: var(--eq-radius);
	box-shadow: 0 10px 22px rgba(7, 27, 47, 0.05);
	padding: 18px 20px;
}

.eq-mini-list strong,
.eq-mini-list span {
	display: block;
}

.eq-mini-list strong {
	font-size: 17px;
	margin-bottom: 3px;
}

.eq-mini-list span {
	color: var(--eq-muted);
	font-size: 15px;
}

.eq-documentation {
	background: #fff;
}

.eq-documentation__grid {
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.eq-contact {
	padding: 72px 0;
}

.eq-contact__layout {
	align-items: start;
	background: var(--eq-soft);
	border: 1px solid var(--eq-line);
	border-radius: var(--eq-radius);
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
	padding: 42px;
}

.eq-contact p {
	margin-top: 8px;
}

.eq-contact__intro {
	padding-top: 12px;
}

.eq-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.eq-inquiry-panel {
	background: #fff;
	border: 1px solid var(--eq-line);
	border-radius: var(--eq-radius);
	box-shadow: 0 14px 32px rgba(7, 27, 47, 0.08);
	padding: 30px;
}

.eq-inquiry-panel h3 {
	color: var(--eq-ink);
	font-size: 28px;
	line-height: 1.1;
	margin: 0 0 24px;
}

.eq-inquiry-form {
	display: grid;
	gap: 18px;
}

.eq-inquiry-form__row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eq-inquiry-form label {
	color: var(--eq-ink);
	display: grid;
	font-size: 14px;
	font-weight: 800;
	gap: 7px;
	margin: 0;
}

.eq-inquiry-form label span {
	display: inline;
}

.eq-inquiry-form label b {
	color: var(--eq-coral-dark);
}

.eq-inquiry-form input,
.eq-inquiry-form select,
.eq-inquiry-form textarea {
	background: #fff;
	border: 1px solid #b9c9c4;
	border-radius: 4px;
	color: var(--eq-ink);
	font: inherit;
	font-weight: 400;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.eq-inquiry-form textarea {
	min-height: 112px;
	resize: vertical;
}

.eq-inquiry-form input:focus,
.eq-inquiry-form select:focus,
.eq-inquiry-form textarea:focus {
	border-color: var(--eq-teal);
	box-shadow: 0 0 0 3px rgba(15, 83, 97, 0.14);
	outline: 0;
}

.eq-inquiry-form .eq-button {
	border: 0;
	cursor: pointer;
	justify-self: start;
}

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

.eq-inquiry-form__privacy {
	color: var(--eq-muted);
	font-size: 12px;
	margin: -8px 0 0;
}

.eq-form-status {
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 12px 14px;
}

.eq-form-status--success {
	background: #e7f4ea;
	color: #174f2c;
}

.eq-form-status--error {
	background: #fff0ef;
	color: #8f2d27;
}

.eq-footer {
	background: var(--eq-ink);
	color: rgba(255, 255, 255, 0.78);
	padding: 24px 0;
}

.eq-footer__grid {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 1.4fr 1fr 1fr;
}

.eq-footer strong {
	color: #fff;
	display: block;
	font-size: 19px;
	margin-bottom: 6px;
}

.eq-footer p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.eq-footer nav,
.eq-footer__grid > div:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.eq-footer__nav .eq-nav__list {
	flex-wrap: wrap;
	gap: 10px 16px;
	justify-content: center;
}

.eq-footer__nav .eq-nav__list li {
	margin: 0;
}

.eq-footer__grid > div:last-child {
	justify-content: flex-end;
}

.eq-footer a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.eq-footer a:hover,
.eq-footer a:focus {
	color: #fff;
	text-decoration: underline;
}

.eq-footer .eq-footer__legal-line {
	color: rgba(255, 255, 255, 0.64);
	font-size: 12px;
	line-height: 1.5;
	margin-top: 6px;
}

.eq-footer__legal-line a {
	display: inline-block;
	font-size: 12px;
	margin-left: 12px;
}

.eq-inner-main {
	background: #fff;
}

.eq-page-hero {
	background: var(--eq-soft);
	border-bottom: 1px solid var(--eq-line);
	padding: 76px 0;
}

.eq-page-hero__inner {
	max-width: 980px;
}

.eq-page-hero h1 {
	color: var(--eq-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 5.4vw, 68px);
	line-height: 1;
	margin: 0;
}

.eq-page-hero p:not(.eq-kicker) {
	color: var(--eq-muted);
	font-size: 20px;
	line-height: 1.6;
	margin: 24px 0 0;
	max-width: 780px;
}

.eq-page-hero time {
	color: var(--eq-muted);
	display: block;
	font-size: 15px;
	margin-top: 20px;
}

.eq-page-hero .eq-kicker a {
	color: inherit;
	text-decoration: none;
}

.eq-inner-section {
	padding: 76px 0 90px;
}

.eq-inner-section h2,
.eq-article__aside h2,
.eq-inner-cta h2 {
	color: var(--eq-ink);
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.12;
	margin: 0;
}

.eq-post-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eq-post-card {
	background: #fff;
	border: 1px solid var(--eq-line);
	border-radius: var(--eq-radius);
	overflow: hidden;
}

.eq-post-card__image {
	display: block;
}

.eq-post-card__image img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.eq-post-card__body {
	padding: 28px;
}

.eq-post-card time,
.eq-post-card p {
	color: var(--eq-muted);
}

.eq-post-card h2 {
	font-size: 27px;
	margin: 10px 0 14px;
}

.eq-post-card h2 a,
.eq-text-link {
	color: var(--eq-ink);
	text-decoration: none;
}

.eq-post-card h2 a:hover,
.eq-post-card h2 a:focus,
.eq-text-link:hover,
.eq-text-link:focus {
	color: var(--eq-forest-2);
}

.eq-text-link {
	color: var(--eq-forest-2);
	font-weight: 900;
}

.eq-article__layout {
	align-items: start;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1fr) 330px;
	padding-bottom: 96px;
	padding-top: 68px;
}

.eq-article__content,
.eq-prose {
	color: #2d3b47;
	font-size: 18px;
	line-height: 1.8;
}

.eq-article__content > *:first-child,
.eq-prose > *:first-child {
	margin-top: 0;
}

.eq-article__content h2,
.eq-article__content h3,
.eq-prose h2,
.eq-prose h3 {
	color: var(--eq-ink);
	line-height: 1.2;
	margin-top: 1.7em;
}

.eq-article__image {
	margin-bottom: 34px;
}

.eq-article__image img,
.eq-inner-split > img {
	border-radius: var(--eq-radius);
	display: block;
	height: auto;
	width: 100%;
}

.eq-article__aside {
	background: var(--eq-soft);
	border: 1px solid var(--eq-line);
	border-radius: var(--eq-radius);
	padding: 28px;
	position: sticky;
	top: 110px;
}

.eq-article__aside h2 {
	font-size: 28px;
	margin-bottom: 22px;
}

.eq-inner-card-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eq-inner-card {
	align-items: center;
	background: #fff;
	border: 1px solid var(--eq-line);
	border-bottom: 4px solid var(--eq-forest-2);
	border-radius: var(--eq-radius);
	color: var(--eq-ink);
	display: grid;
	gap: 24px;
	grid-template-columns: 78px minmax(0, 1fr);
	padding: 28px;
	text-decoration: none;
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.eq-inner-card:hover,
.eq-inner-card:focus {
	box-shadow: var(--eq-shadow);
	color: var(--eq-ink);
	text-decoration: none;
	transform: translateY(-2px);
}

.eq-inner-card strong,
.eq-inner-card small {
	display: block;
}

.eq-inner-card strong {
	font-size: 20px;
	margin-bottom: 8px;
}

.eq-inner-card small {
	color: var(--eq-muted);
	font-size: 15px;
	line-height: 1.55;
}

.eq-services-overview__intro {
	max-width: 860px;
}

.eq-service-index {
	border-bottom: 1px solid var(--eq-line);
	border-top: 1px solid var(--eq-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
}

.eq-service-index a {
	align-items: baseline;
	border-right: 1px solid var(--eq-line);
	color: var(--eq-ink);
	display: flex;
	font-size: 15px;
	font-weight: 800;
	gap: 12px;
	line-height: 1.3;
	min-height: 66px;
	padding: 18px 20px;
	text-decoration: none;
}

.eq-service-index a:nth-child(3n) {
	border-right: 0;
}

.eq-service-index a:nth-child(n + 4) {
	border-top: 1px solid var(--eq-line);
}

.eq-service-index a:hover,
.eq-service-index a:focus {
	background: var(--eq-soft);
	color: var(--eq-forest);
	text-decoration: none;
}

.eq-service-index span {
	color: var(--eq-green);
	font-size: 12px;
	font-weight: 900;
}

.eq-service-details {
	margin-top: 44px;
}

.eq-service-detail {
	align-items: start;
	border-top: 1px solid var(--eq-line);
	display: grid;
	gap: 34px;
	grid-template-columns: 96px minmax(0, 1fr);
	padding: 42px 0;
	scroll-margin-top: 126px;
}

.eq-service-detail:last-child {
	border-bottom: 1px solid var(--eq-line);
}

.eq-service-detail__icon {
	align-items: center;
	background: var(--eq-soft);
	border: 1px solid var(--eq-line);
	border-radius: var(--eq-radius);
	display: flex;
	height: 88px;
	justify-content: center;
	width: 88px;
}

.eq-service-detail__icon .eq-service-card__icon {
	height: 64px;
	margin: 0;
	width: 64px;
}

.eq-service-detail .eq-kicker {
	margin-bottom: 7px;
}

.eq-service-detail h2 {
	font-size: 31px;
}

.eq-service-detail p:not(.eq-kicker) {
	color: var(--eq-muted);
	font-size: 17px;
	line-height: 1.7;
	margin: 14px 0 15px;
	max-width: 930px;
}

.eq-inner-split,
.eq-contact-page-grid {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eq-contact-page-grid {
	align-items: start;
}

.eq-inner-split > img {
	box-shadow: var(--eq-shadow);
}

.eq-inner-split--reverse > div {
	order: 2;
}

.eq-process-page {
	margin: 0 auto;
	max-width: 1200px;
}

.eq-process-overview {
	max-width: 940px;
}

.eq-process-overview h2 {
	font-size: clamp(32px, 3.4vw, 44px);
	margin: 0 0 18px;
}

.eq-process-overview p {
	font-size: 19px;
	line-height: 1.72;
}

.eq-process-brief-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 34px 0 20px;
}

.eq-process-brief-grid > section {
	background: var(--eq-soft);
	border: 1px solid var(--eq-line);
	border-radius: var(--eq-radius);
	padding: 28px 30px;
}

.eq-process-brief-grid h3,
.eq-regulatory-note h3 {
	color: var(--eq-ink);
	font-size: 21px;
	margin: 0 0 14px;
}

.eq-process-brief-grid ul,
.eq-process-detail__body ul {
	margin: 0;
	padding-left: 20px;
}

.eq-process-brief-grid li,
.eq-process-detail__body li {
	margin-bottom: 8px;
}

.eq-regulatory-note {
	background: var(--eq-forest);
	border-radius: var(--eq-radius);
	color: rgba(255, 255, 255, 0.84);
	margin-top: 20px;
	padding: 26px 30px;
}

.eq-regulatory-note h3 {
	color: #fff;
}

.eq-regulatory-note p {
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}

.eq-regulatory-note a {
	color: #c8e49c;
	font-weight: 800;
}

.eq-process-map {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 58px 0 46px;
	position: relative;
}

.eq-process-map::before {
	background: #bdd0c8;
	content: "";
	height: 2px;
	left: 11%;
	position: absolute;
	right: 11%;
	top: 42px;
}

.eq-process-map a {
	color: var(--eq-ink);
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}

.eq-process-map a:hover,
.eq-process-map a:focus {
	color: var(--eq-forest);
	text-decoration: none;
}

.eq-process-map__icon {
	align-items: center;
	background: #fff;
	border: 2px solid var(--eq-forest-2);
	border-radius: 50%;
	color: var(--eq-forest-2);
	display: flex;
	height: 84px;
	justify-content: center;
	margin: 0 auto 15px;
	width: 84px;
}

.eq-process-map__icon svg,
.eq-process-detail__icon svg {
	display: block;
	fill: none;
	height: 70%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 70%;
}

.eq-process-map__icon svg [fill="currentColor"],
.eq-process-detail__icon svg [fill="currentColor"] {
	fill: currentColor;
	stroke: none;
}

.eq-process-map small,
.eq-process-map strong {
	display: block;
}

.eq-process-map small {
	color: var(--eq-green);
	font-size: 11px;
	font-weight: 900;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.eq-process-map strong {
	font-size: 18px;
}

.eq-process-details {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eq-process-details > li {
	border-top: 1px solid var(--eq-line);
	display: grid;
	gap: 48px;
	grid-template-columns: 142px minmax(0, 1fr);
	padding: 52px 0;
	scroll-margin-top: 126px;
}

.eq-process-details > li:last-child {
	border-bottom: 1px solid var(--eq-line);
}

.eq-process-detail__visual {
	align-items: center;
	background: var(--eq-soft);
	border: 1px solid var(--eq-line);
	border-radius: var(--eq-radius);
	color: var(--eq-forest-2);
	display: flex;
	flex-direction: column;
	height: 140px;
	justify-content: center;
	position: relative;
	width: 140px;
}

.eq-process-detail__visual > span {
	color: var(--eq-green);
	font-size: 12px;
	font-weight: 900;
	left: 14px;
	position: absolute;
	top: 12px;
}

.eq-process-detail__icon {
	display: flex;
	height: 78px;
	width: 78px;
}

.eq-process-detail__content h2 {
	font-size: clamp(31px, 3vw, 40px);
}

.eq-process-detail__lead {
	color: var(--eq-ink);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.55;
	margin: 14px 0 18px;
	max-width: 900px;
}

.eq-process-detail__body {
	color: var(--eq-muted);
	font-size: 16px;
	line-height: 1.65;
}

.eq-process-detail__body p {
	margin: 0 0 17px;
}

.eq-process-detail__body ul {
	display: grid;
	gap: 4px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eq-process-outcome {
	background: #f1f6f0;
	border-left: 4px solid var(--eq-green);
	display: grid;
	gap: 4px;
	margin-top: 24px;
	padding: 17px 20px;
}

.eq-process-outcome strong {
	color: var(--eq-forest);
	font-size: 13px;
	text-transform: uppercase;
}

.eq-process-outcome span {
	color: var(--eq-ink);
	font-size: 16px;
	line-height: 1.5;
}

.eq-contact-page-grid p,
.eq-inner-cta p {
	color: var(--eq-muted);
	font-size: 17px;
	line-height: 1.7;
}

.eq-inner-cta {
	background: var(--eq-forest);
	color: #fff;
	padding: 42px 0;
}

.eq-inner-cta .eq-shell {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.eq-inner-cta h2,
.eq-inner-cta p {
	color: #fff;
}

.eq-inner-cta p {
	margin: 8px 0 0;
}

.eq-not-found {
	min-height: 560px;
}

@media (max-width: 1240px) {
	.eq-section--services .eq-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eq-process__grid {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.eq-process__intro {
		border-bottom: 1px solid rgba(255, 255, 255, 0.24);
		border-right: 0;
		padding: 0 0 24px;
	}

	.eq-process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1180px) {
	.eq-header__inner {
		gap: 16px;
		grid-template-columns: minmax(250px, 1fr) auto auto;
	}

	.eq-brand__text {
		width: 210px;
	}

	.eq-brand__original {
		width: 250px;
	}

	.eq-brand__text strong {
		font-size: 18px;
	}

	.eq-brand__text small {
		font-size: 8px;
	}

	.eq-nav__list {
		gap: 17px;
	}

	.eq-header__cta {
		padding-left: 16px;
		padding-right: 16px;
	}

	.eq-process__grid {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.eq-process__intro {
		border-bottom: 1px solid rgba(255, 255, 255, 0.24);
		border-right: 0;
		padding: 0 0 24px;
	}

	.eq-process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.eq-hero__grid {
		grid-template-columns: minmax(430px, 0.95fr) minmax(0, 1.05fr);
	}

	.eq-hero__copy {
		padding: 56px 40px 56px 0;
	}

	.eq-actions {
		gap: 12px;
	}

	.eq-actions .eq-button,
	.eq-actions .eq-phone-link {
		font-size: 14px;
		gap: 8px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.eq-proof-list {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.eq-proof-list li {
		align-items: center;
		flex-direction: column;
		font-size: 13px;
		gap: 6px;
		text-align: center;
	}

	.eq-proof-list span {
		white-space: normal;
	}

	.eq-trust-band__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eq-trust-band__grid > div:nth-child(odd) {
		border-left: 0;
	}

	.eq-trust-band__grid > div:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
	}
}

@media (max-width: 980px) {
	.eq-hero {
		background: #fff;
	}

	.eq-hero__grid {
		grid-template-columns: 1fr;
		margin: 0 auto;
		min-height: 0;
		width: var(--eq-shell);
	}

	.eq-hero__copy {
		padding: 44px 0 28px;
	}

	.eq-hero__media {
		min-height: 360px;
	}

	.eq-hero__media::before {
		display: none;
	}

	.eq-hero__media img {
		object-position: 72% center;
		width: 100%;
	}

	.eq-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 14px 0;
		position: relative;
	}

	.eq-menu-toggle {
		display: inline-flex;
	}

	.eq-nav {
		background: #fff;
		border: 1px solid var(--eq-line);
		border-radius: var(--eq-radius);
		box-shadow: var(--eq-shadow);
		display: none;
		flex-direction: column;
		gap: 0;
		grid-column: 1 / -1;
		width: 100%;
	}

	.eq-nav__list {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		width: 100%;
	}

	.eq-header.is-open .eq-nav {
		display: flex;
	}

	.eq-nav a {
		border-bottom: 1px solid var(--eq-line);
		display: block;
		padding: 14px 16px;
		width: 100%;
	}

	.eq-nav li:last-child a {
		border-bottom: 0;
	}

	.eq-nav a::after {
		display: none;
	}

	.eq-header__cta {
		display: none;
	}

	.eq-contact__layout,
	.eq-article__layout,
	.eq-inner-split,
	.eq-contact-page-grid {
		grid-template-columns: 1fr;
	}

	.eq-contact__layout {
		padding: 34px;
	}

	.eq-article__aside {
		position: static;
	}

	.eq-inner-split--reverse > div {
		order: 0;
	}

	.eq-process-map {
		gap: 28px 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eq-process-map::before {
		display: none;
	}

	.eq-process-details > li {
		gap: 30px;
		grid-template-columns: 110px minmax(0, 1fr);
	}

	.eq-process-detail__visual {
		height: 108px;
		width: 108px;
	}

	.eq-process-detail__icon {
		height: 64px;
		width: 64px;
	}
}

@media (max-width: 900px) {
	:root {
		--eq-shell: min(100vw - 32px, 720px);
	}

	.eq-footer__grid {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
	}

	.eq-utility__inner {
		align-items: center;
		display: flex;
		font-size: 12px;
		gap: 12px;
		min-height: 36px;
		padding: 0;
	}

	.eq-utility__inner a:last-child {
		display: none;
	}

	.eq-brand__text {
		width: 228px;
	}

	.eq-brand__text strong {
		font-size: 19px;
	}

	.eq-brand__text small {
		font-size: 8.5px;
	}

	.eq-hero h1 {
		font-size: clamp(38px, 10.5vw, 48px);
	}

	.eq-trust-band__grid,
	.eq-service-grid,
	.eq-process__grid,
	.eq-process__steps,
	.eq-documentation__grid {
		grid-template-columns: 1fr;
	}

	.eq-proof-list {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.eq-proof-list li {
		align-items: center;
		flex-direction: column;
		font-size: 12px;
		gap: 6px;
		text-align: center;
	}

	.eq-proof-list span {
		white-space: normal;
	}

	.eq-section--services .eq-service-grid {
		grid-template-columns: 1fr;
	}

	.eq-trust-band__grid > div {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		padding: 20px 0;
	}

	.eq-trust-band__grid > div:first-child {
		border-top: 0;
	}

	.eq-process__intro {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.24);
		padding: 0 0 24px;
	}

	.eq-contact__actions,
	.eq-contact__actions .eq-button {
		width: 100%;
	}

	.eq-post-grid,
	.eq-inner-card-grid {
		grid-template-columns: 1fr;
	}

	.eq-service-index {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eq-service-index a,
	.eq-service-index a:nth-child(3n) {
		border-right: 1px solid var(--eq-line);
	}

	.eq-service-index a:nth-child(2n) {
		border-right: 0;
	}

	.eq-service-index a:nth-child(n + 3) {
		border-top: 1px solid var(--eq-line);
	}

	.eq-inner-cta .eq-shell {
		align-items: flex-start;
		flex-direction: column;
	}

	.eq-footer nav,
	.eq-footer__grid > div:last-child {
		justify-content: flex-start;
	}

}

@media (max-width: 560px) {
	.eq-brand {
		gap: 8px;
	}

	.eq-brand__original {
		width: 220px;
	}

	.eq-brand__mark,
	.eq-brand__symbol {
		height: 50px;
		width: 50px;
	}

	.eq-brand__text {
		min-width: 0;
		width: 184px;
	}

	.eq-brand__text strong {
		font-size: 16px;
	}

	.eq-brand__text small {
		font-size: 7px;
	}

	.eq-brand__name-row::after {
		display: none;
	}

	.eq-button,
	.eq-phone-link {
		width: 100%;
	}

	.eq-actions {
		width: 100%;
	}

	.eq-hero__media {
		min-height: 280px;
	}

	.eq-hero__copy {
		padding-top: 34px;
	}

	.eq-actions,
	.eq-proof-list {
		margin-top: 24px;
	}

	.eq-section {
		padding: 58px 0;
	}

	.eq-contact {
		padding: 46px 0;
	}

	.eq-contact__layout,
	.eq-inquiry-panel {
		padding: 24px;
	}

	.eq-inquiry-form__row {
		grid-template-columns: 1fr;
	}

	.eq-page-hero {
		padding: 54px 0;
	}

	.eq-page-hero h1 {
		font-size: 42px;
	}

	.eq-page-hero p:not(.eq-kicker) {
		font-size: 17px;
	}

	.eq-inner-section {
		padding: 54px 0 64px;
	}

	.eq-inner-card {
		gap: 16px;
		grid-template-columns: 62px minmax(0, 1fr);
		padding: 22px;
	}

	.eq-inner-card .eq-service-card__icon {
		height: 60px;
		width: 60px;
	}

	.eq-service-index {
		grid-template-columns: 1fr;
	}

	.eq-service-index a,
	.eq-service-index a:nth-child(2n),
	.eq-service-index a:nth-child(3n) {
		border-right: 0;
	}

	.eq-service-index a:nth-child(n + 2) {
		border-top: 1px solid var(--eq-line);
	}

	.eq-service-detail {
		gap: 20px;
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 32px 0;
	}

	.eq-service-detail__icon {
		height: 60px;
		width: 60px;
	}

	.eq-service-detail__icon .eq-service-card__icon {
		height: 44px;
		width: 44px;
	}

	.eq-service-detail h2 {
		font-size: 25px;
	}

	.eq-process-overview p {
		font-size: 17px;
	}

	.eq-process-brief-grid {
		grid-template-columns: 1fr;
	}

	.eq-process-brief-grid > section,
	.eq-regulatory-note {
		padding: 24px;
	}

	.eq-process-map {
		margin: 44px 0 34px;
	}

	.eq-process-map__icon {
		height: 68px;
		width: 68px;
	}

	.eq-process-map strong {
		font-size: 16px;
	}

	.eq-process-details > li {
		gap: 20px;
		grid-template-columns: 1fr;
		padding: 40px 0;
	}

	.eq-process-detail__visual {
		flex-direction: row;
		gap: 12px;
		height: 76px;
		justify-content: flex-start;
		padding: 10px 12px;
		width: 112px;
	}

	.eq-process-detail__visual > span {
		font-size: 15px;
		position: static;
	}

	.eq-process-detail__icon {
		height: 54px;
		width: 54px;
	}

	.eq-process-detail__lead {
		font-size: 18px;
	}

	.eq-process-detail__body ul {
		grid-template-columns: 1fr;
	}

	.eq-article__layout {
		padding-bottom: 64px;
		padding-top: 48px;
	}
}

@media (max-width: 360px) {
	.eq-brand__original {
		width: 174px;
	}

	.eq-brand__mark,
	.eq-brand__symbol {
		height: 46px;
		width: 46px;
	}

	.eq-brand__text {
		width: auto;
	}

	.eq-brand__text strong {
		font-size: 14px;
	}

	.eq-brand__text small {
		display: none;
	}
}
