.hop-landing {
	--hop-ink: #17202a;
	--hop-muted: #596673;
	--hop-line: #d9e0e5;
	--hop-soft: #f2f5f6;
	--hop-red: #b9252b;
	--hop-green: #176b54;
	--hop-white: #ffffff;
	--hop-wrap: 1120px;
	color: var(--hop-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.68;
	letter-spacing: 0;
	overflow: clip;
}

.hop-landing *,
.hop-landing *::before,
.hop-landing *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.hop-landing h1,
.hop-landing h2,
.hop-landing h3,
.hop-landing p,
.hop-landing ul,
.hop-landing figure {
	margin-top: 0;
}

.hop-landing h1,
.hop-landing h2,
.hop-landing h3 {
	color: var(--hop-ink);
	font-family: inherit;
	font-weight: 760;
}

.hop-landing h2 {
	margin-bottom: 16px;
	font-size: 32px;
	line-height: 1.2;
}

.hop-landing h3 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.3;
}

.hop-landing p {
	margin-bottom: 18px;
	color: #44515d;
}

.hop-landing a {
	color: var(--hop-red);
	text-underline-offset: 3px;
}

.hop-landing img,
.hop-landing video {
	display: block;
	max-width: 100%;
}

.hop-landing .hop-wrap {
	width: min(var(--hop-wrap), calc(100% - 44px));
	margin-right: auto;
	margin-left: auto;
}

.hop-landing .hop-section {
	padding: 72px 0 0;
}

.hop-landing .hop-band {
	margin-top: 72px;
	padding: 64px 0;
	background: var(--hop-soft);
}

.hop-landing .hop-section-heading {
	max-width: 780px;
	margin-bottom: 32px;
}

.hop-landing .hop-section-heading p:last-child {
	margin-bottom: 0;
	color: var(--hop-muted);
}

.hop-landing .hop-eyebrow {
	margin: 0 0 10px;
	color: var(--hop-red);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.hop-landing .hop-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.hop-landing .hop-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border: 1px solid var(--hop-ink);
	border-radius: 4px;
	background: var(--hop-ink);
	color: var(--hop-white);
	font-size: 15px;
	font-weight: 720;
	line-height: 1.35;
	text-decoration: none;
}

.hop-landing .hop-button:hover {
	border-color: #303b45;
	background: #303b45;
	color: var(--hop-white);
}

.hop-landing .hop-button--light {
	border-color: var(--hop-white);
	background: var(--hop-white);
	color: var(--hop-ink);
}

.hop-landing .hop-button--light:hover {
	border-color: #e7ecef;
	background: #e7ecef;
	color: var(--hop-ink);
}

.hop-landing .hop-button--outline {
	background: transparent;
	color: var(--hop-ink);
}

.hop-landing .hop-button--outline:hover {
	background: var(--hop-soft);
	color: var(--hop-ink);
}

.hop-landing .hop-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--hop-line);
	background: var(--hop-white);
}

.hop-landing .hop-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border-right: 1px solid var(--hop-line);
	background: var(--hop-white);
}

.hop-landing .hop-card:last-child {
	border-right: 0;
}

.hop-landing .hop-card-media {
	display: flex;
	height: 300px;
	align-items: center;
	justify-content: center;
	padding: 22px;
	border-bottom: 1px solid var(--hop-line);
	background: #f7f9fa;
	overflow: hidden;
}

.hop-landing .hop-card-media picture,
.hop-landing .hop-gallery picture {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.hop-landing .hop-card-media img,
.hop-landing .hop-card-media picture img,
.hop-landing .hop-gallery img,
.hop-landing .hop-gallery picture img {
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
}

.hop-landing .hop-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.hop-landing .hop-card-body p {
	margin-bottom: 18px;
	color: var(--hop-muted);
	font-size: 15px;
	line-height: 1.55;
}

.hop-landing .hop-card-body a {
	margin-top: auto;
	font-size: 14px;
	font-weight: 760;
}

.hop-landing .hop-link-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--hop-line);
	border-bottom: 1px solid var(--hop-line);
}

.hop-landing .hop-link-grid a {
	display: block;
	min-height: 116px;
	padding: 22px;
	border-right: 1px solid var(--hop-line);
	color: var(--hop-ink);
	text-decoration: none;
}

.hop-landing .hop-link-grid a:last-child {
	border-right: 0;
}

.hop-landing .hop-link-grid strong,
.hop-landing .hop-link-grid span {
	display: block;
}

.hop-landing .hop-link-grid strong {
	margin-bottom: 6px;
	font-size: 17px;
}

.hop-landing .hop-link-grid span {
	color: var(--hop-muted);
	font-size: 14px;
	line-height: 1.48;
}

.hop-landing .hop-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 54px;
	align-items: start;
}

.hop-landing .hop-checklist {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--hop-line);
}

.hop-landing .hop-checklist li {
	position: relative;
	list-style: none;
	padding: 14px 0 14px 24px;
	border-bottom: 1px solid var(--hop-line);
	color: #44515d;
}

.hop-landing .hop-checklist li::before {
	content: "";
	position: absolute;
	top: 23px;
	left: 2px;
	width: 8px;
	height: 8px;
	background: var(--hop-green);
}

.hop-landing .hop-process {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border: 1px solid var(--hop-line);
	background: var(--hop-white);
}

.hop-landing .hop-process-step {
	min-height: 126px;
	padding: 22px 17px;
	border-right: 1px solid var(--hop-line);
}

.hop-landing .hop-process-step:last-child {
	border-right: 0;
}

.hop-landing .hop-process-step b,
.hop-landing .hop-process-step strong {
	display: block;
}

.hop-landing .hop-process-step b {
	margin-bottom: 9px;
	color: #89939b;
	font-size: 12px;
}

.hop-landing .hop-process-step strong {
	font-size: 16px;
	line-height: 1.4;
}

.hop-landing .hop-media-split {
	display: grid;
	grid-template-columns: 1.12fr 0.88fr;
	gap: 44px;
	align-items: center;
}

.hop-landing .hop-video-frame {
	border: 1px solid var(--hop-line);
	background: #11181e;
}

.hop-landing .hop-video-frame video {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.hop-landing .hop-cta {
	margin-top: 72px;
	padding: 58px 0;
	background: #202a33;
	color: var(--hop-white);
}

.hop-landing .hop-cta-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: center;
}

.hop-landing .hop-cta h2,
.hop-landing .hop-cta p {
	color: var(--hop-white);
}

.hop-landing .hop-cta h2 {
	margin-bottom: 12px;
}

.hop-landing .hop-cta p {
	max-width: 760px;
	margin-bottom: 0;
	color: #d5dce1;
}

.hop-home {
	width: 100vw;
	max-width: none;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

body.page-id-532 .hero-section {
	display: none;
}

body.page-id-532 .entry-content {
	padding-top: 0 !important;
}

.hop-home .hop-home-hero {
	position: relative;
	display: flex;
	height: clamp(480px, calc(100svh - 128px), 680px);
	align-items: center;
	background: #10171d;
	overflow: hidden;
}

.hop-home .hop-home-hero video,
.hop-home .hop-home-hero::before {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hop-home .hop-home-hero video {
	object-fit: cover;
}

.hop-home .hop-home-hero::before {
	z-index: 1;
	content: "";
	background: rgba(10, 16, 20, 0.66);
}

.hop-home .hop-home-hero-content {
	position: relative;
	z-index: 2;
	width: min(var(--hop-wrap), calc(100% - 44px));
	margin: 0 auto;
	padding: 42px 0;
}

.hop-home .hop-home-hero .hop-eyebrow {
	color: #f1a3a6;
}

.hop-home .hop-home-hero h1 {
	max-width: 760px;
	margin: 0 0 20px;
	color: var(--hop-white);
	font-size: 58px;
	line-height: 1.06;
}

.hop-home .hop-home-hero p:not(.hop-eyebrow) {
	max-width: 700px;
	margin-bottom: 26px;
	color: #e1e6e9;
	font-size: 20px;
	line-height: 1.55;
}

.hop-home .hop-home-hero .hop-button--outline {
	border-color: rgba(255, 255, 255, 0.8);
	color: var(--hop-white);
}

.hop-home .hop-home-hero .hop-button--outline:hover {
	background: rgba(255, 255, 255, 0.12);
	color: var(--hop-white);
}

.hop-home .hop-home-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-bottom: 1px solid var(--hop-line);
	background: var(--hop-white);
}

.hop-home .hop-home-stat {
	min-height: 122px;
	padding: 24px 22px;
	border-right: 1px solid var(--hop-line);
}

.hop-home .hop-home-stat:last-child {
	border-right: 0;
}

.hop-home .hop-home-stat strong,
.hop-home .hop-home-stat span {
	display: block;
}

.hop-home .hop-home-stat strong {
	margin-bottom: 5px;
	color: var(--hop-green);
	font-size: 25px;
	line-height: 1.2;
}

.hop-home .hop-home-stat span {
	color: var(--hop-muted);
	font-size: 14px;
	line-height: 1.45;
}

.hop-contact {
	padding-top: 16px;
}

.hop-contact .hop-contact-intro {
	max-width: 860px;
	margin-bottom: 38px;
}

.hop-contact .hop-contact-intro p:not(.hop-eyebrow) {
	font-size: 20px;
	line-height: 1.58;
}

.hop-contact .hop-contact-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: 42px;
	align-items: start;
}

.hop-contact .hop-contact-channel {
	padding: 18px 0;
	border-top: 1px solid var(--hop-line);
}

.hop-contact .hop-contact-channel:last-of-type {
	border-bottom: 1px solid var(--hop-line);
}

.hop-contact .hop-contact-channel b,
.hop-contact .hop-contact-channel a,
.hop-contact .hop-contact-channel span {
	display: block;
}

.hop-contact .hop-contact-channel b {
	margin-bottom: 5px;
	font-size: 13px;
	text-transform: uppercase;
}

.hop-contact .hop-contact-channel a,
.hop-contact .hop-contact-channel span {
	color: #44515d;
	overflow-wrap: anywhere;
}

.hop-contact .hop-contact-channel a {
	color: var(--hop-red);
	font-weight: 700;
}

.hop-contact .hop-contact-machine {
	margin: 30px 0 0;
	border: 1px solid var(--hop-line);
	background: var(--hop-soft);
}

.hop-contact .hop-contact-project {
	padding-top: 34px;
}

.hop-contact .hop-contact-machine img {
	width: 100%;
	height: 360px;
	object-fit: contain;
	padding: 24px;
}

.hop-contact .hop-form-panel {
	padding: 30px;
	border: 1px solid var(--hop-line);
	border-radius: 4px;
	background: var(--hop-white);
}

.hop-contact .hop-form-panel h2 {
	margin-bottom: 8px;
}

.hop-contact .hop-form-panel > p {
	margin-bottom: 26px;
	color: var(--hop-muted);
}

.hop-contact .fluentform .ff-el-group {
	margin-bottom: 18px;
}

.hop-contact .fluentform label {
	color: var(--hop-ink);
	font-size: 14px;
	font-weight: 700;
}

.hop-contact .fluentform .ff-el-form-control {
	min-height: 47px;
	padding: 11px 12px !important;
	border: 1px solid #b9c3ca !important;
	border-radius: 3px !important;
	background: var(--hop-white) !important;
	box-shadow: none !important;
	font-family: inherit;
	font-size: 16px;
}

.hop-contact .fluentform .ff-el-form-control:focus {
	border-color: var(--hop-red);
	box-shadow: 0 0 0 3px rgba(185, 37, 43, 0.12);
}

.hop-contact .fluentform .ff-btn-submit {
	min-height: 48px;
	width: auto !important;
	padding: 11px 20px !important;
	border: 1px solid var(--hop-ink) !important;
	border-radius: 4px !important;
	background: var(--hop-ink) !important;
	background-image: none !important;
	box-shadow: none !important;
	color: var(--hop-white) !important;
	font-family: inherit;
	font-size: 15px;
	font-weight: 720;
}

.hop-contact .frm-fluent-form {
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

.hop-contact .ff_submit_btn_wrapper {
	text-align: left !important;
}

.hop-directory {
	padding-top: 18px;
}

.hop-directory .hop-directory-intro {
	max-width: 900px;
	margin: 0 auto 40px;
	text-align: center;
}

.hop-directory .hop-directory-intro > p:not(.hop-eyebrow) {
	color: #374552;
	font-size: 21px;
	line-height: 1.56;
}

.hop-directory .hop-directory-intro .hop-actions {
	justify-content: center;
}

.hop-directory .hop-card-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hop-landing .hop-table-wrap {
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid var(--hop-line);
	background: var(--hop-white);
}

.hop-landing .hop-table {
	width: 100%;
	min-width: 820px;
	border-collapse: collapse;
	font-size: 15px;
}

.hop-landing .hop-table th,
.hop-landing .hop-table td {
	padding: 14px 16px;
	border-right: 1px solid var(--hop-line);
	border-bottom: 1px solid var(--hop-line);
	text-align: left;
	vertical-align: top;
}

.hop-landing .hop-table th:last-child,
.hop-landing .hop-table td:last-child {
	border-right: 0;
}

.hop-landing .hop-table tr:last-child td {
	border-bottom: 0;
}

.hop-landing .hop-table thead th {
	background: var(--hop-soft);
	color: var(--hop-ink);
	font-size: 13px;
	font-weight: 760;
	text-transform: uppercase;
}

.hop-landing .hop-table td {
	color: #44515d;
}

.hop-landing .hop-table td strong {
	color: var(--hop-ink);
}

.hop-landing .hop-route-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--hop-line);
	border-bottom: 1px solid var(--hop-line);
}

.hop-landing .hop-route {
	padding: 30px;
	border-right: 1px solid var(--hop-line);
}

.hop-landing .hop-route:last-child {
	border-right: 0;
}

.hop-landing .hop-route p {
	color: var(--hop-muted);
}

.hop-landing .hop-route .hop-checklist {
	margin-bottom: 22px;
}

.hop-landing .hop-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--hop-line);
	background: var(--hop-white);
}

.hop-landing .hop-gallery figure {
	display: flex;
	height: 270px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 18px;
	border-right: 1px solid var(--hop-line);
	background: #f7f9fa;
}

.hop-landing .hop-gallery figure:last-child {
	border-right: 0;
}

.hop-landing .hop-catalog {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--hop-line);
	border-left: 1px solid var(--hop-line);
}

.hop-landing .hop-catalog a {
	display: block;
	min-height: 118px;
	padding: 20px;
	border-right: 1px solid var(--hop-line);
	border-bottom: 1px solid var(--hop-line);
	color: var(--hop-ink);
	text-decoration: none;
}

.hop-landing .hop-catalog strong,
.hop-landing .hop-catalog span {
	display: block;
}

.hop-landing .hop-catalog strong {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 1.35;
}

.hop-landing .hop-catalog span {
	color: var(--hop-muted);
	font-size: 14px;
	line-height: 1.48;
}

.hop-landing .hop-note {
	padding: 24px 26px;
	border-left: 5px solid var(--hop-red);
	background: #fff7f7;
}

.hop-landing .hop-note h3 {
	color: var(--hop-red);
}

.hop-landing .hop-note p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.hop-directory .hop-card-grid--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hop-landing .hop-card-grid,
	.hop-landing .hop-link-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hop-landing .hop-card:nth-child(2),
	.hop-landing .hop-link-grid a:nth-child(2) {
		border-right: 0;
	}

	.hop-landing .hop-card:nth-child(-n + 2),
	.hop-landing .hop-link-grid a:nth-child(-n + 2) {
		border-bottom: 1px solid var(--hop-line);
	}

	.hop-landing .hop-process {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hop-landing .hop-process-step:nth-child(3),
	.hop-landing .hop-process-step:nth-child(6) {
		border-right: 0;
	}

	.hop-landing .hop-process-step:nth-child(-n + 3) {
		border-bottom: 1px solid var(--hop-line);
	}

	.hop-landing .hop-media-split {
		grid-template-columns: 1fr;
	}

	.hop-landing .hop-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hop-landing .hop-gallery figure:nth-child(2) {
		border-right: 0;
	}

	.hop-landing .hop-gallery figure:nth-child(-n + 2) {
		border-bottom: 1px solid var(--hop-line);
	}

	.hop-landing .hop-catalog {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.hop-landing {
		font-size: 16px;
	}

	.hop-landing .hop-wrap,
	.hop-home .hop-home-hero-content {
		width: min(var(--hop-wrap), calc(100% - 32px));
	}

	.hop-landing .hop-section {
		padding-top: 54px;
	}

	.hop-landing .hop-band,
	.hop-landing .hop-cta {
		margin-top: 54px;
		padding: 46px 0;
	}

	.hop-landing h2 {
		font-size: 26px;
	}

	.hop-landing .hop-split,
	.hop-landing .hop-media-split,
	.hop-landing .hop-route-grid,
	.hop-contact .hop-contact-grid,
	.hop-landing .hop-cta-inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.hop-home .hop-home-hero {
		height: clamp(470px, calc(100svh - 110px), 620px);
	}

	.hop-home .hop-home-hero h1 {
		font-size: 40px;
		line-height: 1.08;
	}

	.hop-home .hop-home-hero p:not(.hop-eyebrow) {
		font-size: 17px;
	}

	.hop-home .hop-home-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hop-home .hop-home-stat:nth-child(2) {
		border-right: 0;
	}

	.hop-home .hop-home-stat:nth-child(-n + 2) {
		border-bottom: 1px solid var(--hop-line);
	}

	.hop-contact {
		padding-top: 0;
	}

	.hop-contact .hop-contact-intro p:not(.hop-eyebrow) {
		font-size: 18px;
	}

	.hop-contact .hop-form-panel {
		padding: 22px;
	}

	.hop-directory {
		padding-top: 0;
	}

	.hop-directory .hop-directory-intro {
		text-align: left;
	}

	.hop-directory .hop-directory-intro > p:not(.hop-eyebrow) {
		font-size: 18px;
	}

	.hop-directory .hop-directory-intro .hop-actions {
		justify-content: flex-start;
	}

	.hop-directory .hop-card-grid--3 {
		grid-template-columns: 1fr;
	}

	.hop-landing .hop-route {
		border-right: 0;
		border-bottom: 1px solid var(--hop-line);
	}

	.hop-landing .hop-route:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 560px) {
	.hop-landing .hop-card-grid,
	.hop-landing .hop-link-grid,
	.hop-landing .hop-process,
	.hop-home .hop-home-stats {
		grid-template-columns: 1fr;
	}

	.hop-landing .hop-card,
	.hop-landing .hop-card:nth-child(2),
	.hop-landing .hop-link-grid a,
	.hop-landing .hop-link-grid a:nth-child(2),
	.hop-landing .hop-process-step,
	.hop-landing .hop-process-step:nth-child(3),
	.hop-home .hop-home-stat,
	.hop-home .hop-home-stat:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid var(--hop-line);
	}

	.hop-landing .hop-card:last-child,
	.hop-landing .hop-link-grid a:last-child,
	.hop-landing .hop-process-step:last-child,
	.hop-home .hop-home-stat:last-child {
		border-bottom: 0;
	}

	.hop-landing .hop-card-media {
		height: 280px;
	}

	.hop-landing .hop-process-step {
		min-height: auto;
	}

	.hop-landing .hop-button {
		width: 100%;
	}

	.hop-home .hop-home-hero h1 {
		font-size: 36px;
	}

	.hop-home .hop-home-stat {
		min-height: auto;
	}

	.hop-contact .hop-contact-machine img {
		height: 300px;
	}

	.hop-landing .hop-gallery figure {
		height: 210px;
	}

	.hop-landing .hop-catalog {
		grid-template-columns: 1fr;
	}
}
