.msrs-wrap {
	--msrs-ink: #0e3441;
	--msrs-ink-dark: #071e27;
	--msrs-cyan: #00b4d8;
	--msrs-cyan-hover: #009ab8;
	--msrs-cyan-soft: #e8f9fd;
	--msrs-teal: #2f9fbb;
	--msrs-teal-hover: #2388a1;
	--msrs-line: #e8edf0;
	--msrs-muted: #4a6572;
	--msrs-soft: #f7f9fa;
	--msrs-white: #ffffff;
	--msrs-shadow: 0 8px 28px rgba(14, 52, 65, .08);
	color: var(--msrs-ink);
	max-width: 100%;
	overflow-x: hidden;
}

.msrs-wrap *,
.msrs-wrap *::before,
.msrs-wrap *::after {
	box-sizing: border-box;
}

.msrs-wrap .hp-devices,
.msrs-wrap .hp-series-section,
.msrs-wrap .hp-model-section,
.msrs-wrap .hp-faults,
.msrs-wrap .hp-form-section {
	border-top: 1px solid var(--msrs-line) !important;
	padding: 64px 5% !important;
}

.msrs-wrap .hp-devices {
	background: var(--msrs-soft) !important;
}

.msrs-wrap .hp-series-section,
.msrs-wrap .hp-model-section,
.msrs-wrap .hp-faults {
	background: var(--msrs-white) !important;
}

.msrs-wrap .hp-form-section {
	background: var(--msrs-soft) !important;
	scroll-margin-top: 150px;
}

.msrs-wrap .hp-section-head {
	margin: 0 auto 36px !important;
	max-width: 760px !important;
	text-align: center !important;
}

.msrs-wrap .hp-pill,
.msrs-wrap .hp-step-label {
	align-items: center !important;
	background: var(--msrs-cyan-soft) !important;
	border: 1px solid rgba(0, 180, 216, .28) !important;
	border-radius: 8px !important;
	color: var(--msrs-cyan) !important;
	display: inline-flex !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	justify-content: center !important;
	letter-spacing: .08em !important;
	line-height: 1.3 !important;
	margin: 0 0 16px !important;
	padding: 6px 12px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	width: auto !important;
}

.msrs-wrap .hp-h2 {
	color: var(--msrs-ink) !important;
	font-family: "Oswald", "Arial Black", sans-serif !important;
	font-size: clamp(24px, 3.8vw, 36px) !important;
	font-weight: 900 !important;
	letter-spacing: 0 !important;
	line-height: 1.15 !important;
	margin: 0 0 10px !important;
	text-align: center !important;
}

.msrs-wrap .hp-sub {
	color: var(--msrs-muted) !important;
	font-size: 16px !important;
	line-height: 1.65 !important;
	margin: 0 !important;
	text-align: center !important;
}

.msrs-wrap .hp-device-grid {
	display: grid !important;
	gap: 12px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	margin: 0 auto !important;
	max-width: 1160px !important;
	width: 100% !important;
}

.msrs-wrap .hp-service-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	max-width: 700px !important;
}

.msrs-wrap .hp-series-grid,
.msrs-wrap .hp-model-grid {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	justify-content: center !important;
	margin: 0 auto !important;
	max-width: 1160px !important;
	width: 100% !important;
}

.msrs-wrap .hp-fault-grid {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	justify-content: center !important;
	margin: 0 auto 28px !important;
	max-width: 1160px !important;
	width: 100% !important;
}

.msrs-wrap .hp-device-btn,
.elementor-kit-6 .msrs-wrap .hp-device-btn {
	align-items: center !important;
	background: var(--msrs-white) !important;
	border: 2px solid var(--msrs-ink) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: var(--msrs-ink) !important;
	cursor: pointer !important;
	display: flex !important;
	flex-direction: column !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	gap: 8px !important;
	justify-content: center !important;
	line-height: 1.25 !important;
	min-height: 104px !important;
	padding: 18px 12px !important;
	text-align: center !important;
	text-decoration: none !important;
	transition: background .16s, border-color .16s, box-shadow .16s, color .16s, transform .16s !important;
	width: 100% !important;
}

.msrs-wrap .hp-device-btn svg,
body .msrs-wrap .hp-device-btn svg {
	color: var(--msrs-ink) !important;
	display: block !important;
	flex: 0 0 auto !important;
	height: 34px !important;
	margin: 0 !important;
	stroke: currentColor !important;
	width: 34px !important;
}

.msrs-wrap .hp-device-btn span {
	color: inherit !important;
	display: block !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	max-width: 100% !important;
	overflow-wrap: anywhere !important;
	text-align: center !important;
	white-space: normal !important;
}

.msrs-wrap .hp-device-btn:hover,
.msrs-wrap .hp-device-btn.active,
.elementor-kit-6 .msrs-wrap .hp-device-btn:hover,
.elementor-kit-6 .msrs-wrap .hp-device-btn.active {
	background: var(--msrs-ink) !important;
	border-color: var(--msrs-ink) !important;
	box-shadow: 0 8px 28px rgba(14, 52, 65, .18) !important;
	color: var(--msrs-white) !important;
	transform: translateY(-2px) !important;
}

.msrs-wrap .hp-device-btn:hover svg,
.msrs-wrap .hp-device-btn.active svg,
.msrs-wrap .hp-device-btn:hover span,
.msrs-wrap .hp-device-btn.active span {
	color: var(--msrs-white) !important;
	stroke: currentColor !important;
}

.msrs-wrap .hp-device-bar {
	background: var(--msrs-cyan) !important;
	border-radius: 2px !important;
	display: none !important;
	height: 3px !important;
	margin: 2px auto 0 !important;
	width: 24px !important;
}

.msrs-wrap .hp-device-btn.active .hp-device-bar {
	display: block !important;
}

.msrs-wrap .hp-series-btn,
.msrs-wrap .hp-model-btn {
	align-items: center !important;
	background: var(--msrs-teal) !important;
	border: 2px solid var(--msrs-teal) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: var(--msrs-white) !important;
	cursor: pointer !important;
	display: flex !important;
	flex: 0 1 184px !important;
	font-family: inherit !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	justify-content: center !important;
	line-height: 1.35 !important;
	min-height: 52px !important;
	min-width: 0 !important;
	overflow-wrap: anywhere !important;
	padding: 11px 14px !important;
	text-align: center !important;
	transition: background .15s, border-color .15s, box-shadow .15s, color .15s, transform .15s !important;
	white-space: normal !important;
	width: 184px !important;
	word-break: normal !important;
}

.msrs-wrap .hp-series-btn:hover,
.msrs-wrap .hp-series-btn.active,
.msrs-wrap .hp-model-btn:hover,
.msrs-wrap .hp-model-btn.active {
	background: var(--msrs-ink) !important;
	border-color: var(--msrs-ink) !important;
	box-shadow: 0 6px 18px rgba(14, 52, 65, .18) !important;
	color: var(--msrs-white) !important;
	transform: translateY(-1px) !important;
}

.msrs-wrap .hp-fault-btn,
.elementor-kit-6 .msrs-wrap .hp-fault-btn {
	align-items: center !important;
	background: var(--msrs-ink) !important;
	border: 2px solid var(--msrs-ink) !important;
	border-radius: 8px !important;
	color: var(--msrs-white) !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	justify-content: center !important;
	line-height: 1.3 !important;
	min-height: 44px !important;
	padding: 11px 18px !important;
	text-align: center !important;
	transition: background .15s, border-color .15s, color .15s, transform .15s !important;
	width: auto !important;
}

.msrs-wrap .hp-fault-btn:hover,
.msrs-wrap .hp-fault-btn.active,
.elementor-kit-6 .msrs-wrap .hp-fault-btn:hover,
.elementor-kit-6 .msrs-wrap .hp-fault-btn.active {
	background: var(--msrs-white) !important;
	border-color: var(--msrs-ink) !important;
	color: var(--msrs-ink) !important;
	transform: translateY(-1px) !important;
}

.msrs-wrap .hp-series-section,
.msrs-wrap .hp-model-section,
.msrs-wrap .hp-faults,
.msrs-wrap .hp-form-section {
	display: none !important;
}

.msrs-wrap .hp-series-section.visible,
.msrs-wrap .hp-model-section.visible,
.msrs-wrap .hp-faults.visible,
.msrs-wrap .hp-form-section.visible {
	display: block !important;
}

.msrs-wrap .hp-model-link-wrap {
	margin: 18px auto 0 !important;
	text-align: center !important;
}

.msrs-wrap .hp-model-link-wrap a {
	color: var(--msrs-cyan) !important;
	font-weight: 800 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px !important;
}

.msrs-wrap .hp-quote-card,
.msrs-wrap .hp-form-wrap {
	border-radius: 8px !important;
	margin: 24px auto 0 !important;
	max-width: 700px !important;
	padding: 32px 36px !important;
}

.msrs-wrap .hp-quote-card {
	align-items: center !important;
	background: var(--msrs-ink) !important;
	color: var(--msrs-white) !important;
	display: none !important;
	flex-direction: column !important;
	text-align: center !important;
}

.msrs-wrap .hp-quote-card.visible {
	display: flex !important;
}

.msrs-wrap .hp-quote-info {
	width: 100% !important;
}

.msrs-wrap .hp-quote-device {
	color: rgba(255, 255, 255, .48) !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: .1em !important;
	margin: 0 0 8px !important;
	text-transform: uppercase !important;
}

.msrs-wrap .hp-quote-title {
	color: var(--msrs-white) !important;
	font-family: "Bauhaus 93", "Arial Black", sans-serif !important;
	font-size: 24px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	margin: 0 0 12px !important;
}

.msrs-wrap .hp-quote-confirm-label,
.msrs-wrap .hp-quote-confirm-q {
	color: rgba(255, 255, 255, .75) !important;
	font-size: 14px !important;
	line-height: 1.6 !important;
	margin: 0 0 16px !important;
}

.msrs-wrap .hp-quote-confirm-q {
	color: rgba(255, 255, 255, .9) !important;
	font-weight: 800 !important;
	margin-bottom: 20px !important;
}

.msrs-wrap .hp-quote-bullets {
	display: flex !important;
	flex-direction: column !important;
	gap: 9px !important;
	list-style: none !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
}

.msrs-wrap .hp-quote-bullets li {
	align-items: center !important;
	color: var(--msrs-white) !important;
	display: flex !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	gap: 8px !important;
	justify-content: center !important;
	line-height: 1.45 !important;
	margin: 0 !important;
}

.msrs-wrap .hp-quote-bullets svg {
	color: var(--msrs-cyan) !important;
	flex: 0 0 auto !important;
	height: 14px !important;
	stroke: currentColor !important;
	width: 14px !important;
}

.msrs-wrap .hp-quote-actions {
	align-items: center !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
	justify-content: center !important;
	width: 100% !important;
}

.msrs-wrap .hp-btn-primary,
.elementor-kit-6 .msrs-wrap .hp-btn-primary,
body .msrs-wrap .hp-btn-primary {
	align-items: center !important;
	background: var(--msrs-cyan) !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: 0 6px 20px rgba(0, 180, 216, .24) !important;
	color: var(--msrs-white) !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	gap: 8px !important;
	justify-content: center !important;
	letter-spacing: 0 !important;
	line-height: 1.25 !important;
	padding: 13px 24px !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition: background .15s, color .15s, transform .15s !important;
	width: auto !important;
}

.msrs-wrap .hp-btn-primary:hover,
.elementor-kit-6 .msrs-wrap .hp-btn-primary:hover,
body .msrs-wrap .hp-btn-primary:hover {
	background: var(--msrs-cyan-hover) !important;
	color: var(--msrs-white) !important;
	transform: translateY(-1px) !important;
}

.msrs-wrap .hp-btn-primary svg,
body .msrs-wrap .hp-btn-primary svg {
	color: currentColor !important;
	display: inline-block !important;
	flex: 0 0 auto !important;
	height: 16px !important;
	margin: 0 !important;
	stroke: currentColor !important;
	width: 16px !important;
}

.msrs-wrap .hp-quote-actions a {
	color: rgba(255, 255, 255, .72) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

.msrs-wrap .hp-quote-actions a:hover {
	color: var(--msrs-white) !important;
}

.msrs-wrap .hp-form-wrap {
	background: var(--msrs-white) !important;
	border: 1px solid var(--msrs-line) !important;
	box-shadow: var(--msrs-shadow) !important;
	color: var(--msrs-ink) !important;
	max-width: 700px !important;
}

.msrs-wrap .hp-form-wrap h3 {
	color: var(--msrs-ink) !important;
	font-family: "Bauhaus 93", "Arial Black", sans-serif !important;
	font-size: 24px !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
	margin: 0 0 16px !important;
}

.msrs-wrap .hp-jfb-summary {
	align-items: center !important;
	background: var(--msrs-soft) !important;
	border: 1.5px solid var(--msrs-line) !important;
	border-radius: 8px !important;
	color: var(--msrs-ink) !important;
	display: flex;
	font-size: 14px !important;
	font-weight: 800 !important;
	gap: 8px !important;
	margin: 0 0 18px !important;
	padding: 12px 14px !important;
}

.msrs-wrap .hp-jfb-summary svg {
	color: var(--msrs-cyan) !important;
	flex: 0 0 auto !important;
	height: 14px !important;
	stroke: currentColor !important;
	width: 14px !important;
}

.msrs-wrap .jet-form-builder .jet-form-builder__field-wrap:has(input[name="device_type"]),
.msrs-wrap .jet-form-builder .jet-form-builder__field-wrap:has(input[name="fault_type"]) {
	display: none !important;
}

.msrs-wrap .hp-form-wrap .jet-form-builder,
.msrs-wrap .hp-form-wrap .jet-form-builder-row,
.msrs-wrap .hp-form-wrap .jet-form-builder__fields-group,
.msrs-wrap .hp-form-wrap .jet-form-builder__field-wrap,
.msrs-wrap .hp-form-wrap .jet-form-builder__field {
	box-sizing: border-box !important;
	max-width: 100% !important;
	min-width: 0 !important;
	width: 100% !important;
}

.msrs-wrap .hp-form-wrap .jet-form-builder input[type="text"],
.msrs-wrap .hp-form-wrap .jet-form-builder input[type="email"],
.msrs-wrap .hp-form-wrap .jet-form-builder input[type="tel"],
.msrs-wrap .hp-form-wrap .jet-form-builder input[type="date"],
.msrs-wrap .hp-form-wrap .jet-form-builder input[type="time"],
.msrs-wrap .hp-form-wrap .jet-form-builder input[type="number"],
.msrs-wrap .hp-form-wrap .jet-form-builder textarea,
.msrs-wrap .hp-form-wrap .jet-form-builder select {
	background: var(--msrs-white) !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	border: 1.5px solid var(--msrs-line) !important;
	border-radius: 8px !important;
	box-sizing: border-box !important;
	color: var(--msrs-ink) !important;
	font-family: inherit !important;
	font-size: 14px !important;
	max-width: 100% !important;
	min-width: 0 !important;
	outline: none !important;
	padding: 11px 13px !important;
	transition: border-color .15s, box-shadow .15s !important;
	width: 100% !important;
}

.msrs-wrap .hp-form-wrap .jet-form-builder input:focus,
.msrs-wrap .hp-form-wrap .jet-form-builder textarea:focus,
.msrs-wrap .hp-form-wrap .jet-form-builder select:focus {
	border-color: var(--msrs-cyan) !important;
	box-shadow: 0 0 0 3px rgba(0, 180, 216, .1) !important;
}

.msrs-wrap .hp-form-wrap .jet-form-builder .jet-form-builder__label,
.msrs-wrap .hp-form-wrap .jet-form-builder .jet-form-builder__label-text {
	color: var(--msrs-ink) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.msrs-wrap .hp-form-wrap .jet-form-builder .jet-form-builder__submit,
.msrs-wrap .hp-form-wrap .jet-form-builder button[type="submit"] {
	background: var(--msrs-cyan) !important;
	border: 0 !important;
	border-radius: 8px !important;
	color: var(--msrs-white) !important;
	cursor: pointer !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	padding: 14px 32px !important;
	transition: background .15s !important;
	width: 100% !important;
}

.msrs-wrap .hp-form-wrap .jet-form-builder .jet-form-builder__submit:hover,
.msrs-wrap .hp-form-wrap .jet-form-builder button[type="submit"]:hover {
	background: var(--msrs-cyan-hover) !important;
}

@media (max-width: 1024px) {
	.msrs-wrap .hp-device-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.msrs-wrap .hp-service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 700px) {
	.msrs-wrap .hp-devices,
	.msrs-wrap .hp-series-section,
	.msrs-wrap .hp-model-section,
	.msrs-wrap .hp-faults,
	.msrs-wrap .hp-form-section {
		padding: 44px 18px !important;
	}

	.msrs-wrap .hp-section-head {
		margin-bottom: 24px !important;
	}

	.msrs-wrap .hp-h2 {
		font-size: 26px !important;
	}

	.msrs-wrap .hp-device-grid,
	.msrs-wrap .hp-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 9px !important;
	}

	.msrs-wrap .hp-service-grid .hp-device-btn:first-child {
		grid-column: 1 / -1 !important;
		justify-self: center !important;
		width: calc(50% - 4.5px) !important;
	}

	.msrs-wrap .hp-series-grid,
	.msrs-wrap .hp-model-grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 260px !important;
	}

	.msrs-wrap .hp-series-btn,
	.msrs-wrap .hp-model-btn {
		flex-basis: auto !important;
		width: 100% !important;
	}

	.msrs-wrap .hp-device-btn,
	.elementor-kit-6 .msrs-wrap .hp-device-btn {
		min-height: 92px !important;
		padding: 15px 8px !important;
	}

	.msrs-wrap .hp-device-btn svg,
	body .msrs-wrap .hp-device-btn svg {
		height: 28px !important;
		width: 28px !important;
	}

	.msrs-wrap .hp-device-btn span {
		font-size: 12px !important;
	}

	.msrs-wrap .hp-fault-btn,
	.elementor-kit-6 .msrs-wrap .hp-fault-btn {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 260px !important;
		width: 100% !important;
	}

	.msrs-wrap .hp-quote-card,
	.msrs-wrap .hp-form-wrap {
		padding: 24px 14px !important;
		width: 100% !important;
	}

	.msrs-wrap .hp-form-wrap .jet-form-builder input[type="text"],
	.msrs-wrap .hp-form-wrap .jet-form-builder input[type="email"],
	.msrs-wrap .hp-form-wrap .jet-form-builder input[type="tel"],
	.msrs-wrap .hp-form-wrap .jet-form-builder input[type="date"],
	.msrs-wrap .hp-form-wrap .jet-form-builder input[type="time"],
	.msrs-wrap .hp-form-wrap .jet-form-builder input[type="number"],
	.msrs-wrap .hp-form-wrap .jet-form-builder textarea,
	.msrs-wrap .hp-form-wrap .jet-form-builder select {
		font-size: 16px !important;
		line-height: 1.35 !important;
	}

	.msrs-wrap .hp-quote-title {
		font-size: 21px !important;
	}

	.msrs-wrap .hp-btn-primary,
	.elementor-kit-6 .msrs-wrap .hp-btn-primary,
	body .msrs-wrap .hp-btn-primary {
		width: 100% !important;
	}
}
