.qdm-access-panel {
	max-width: 520px;
	margin: 28px auto;
	padding: 28px 24px;
	border: 1px solid #d9e2e8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(22, 36, 48, .08);
	color: #17212b;
	text-align: center;
}

.qdm-access-panel h2 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.35;
}

.qdm-access-panel__intro,
.qdm-access-panel__contact {
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.7;
}

.qdm-access-panel__qr {
	display: block;
	width: min(220px, 100%);
	height: auto;
	margin: 18px auto;
	border-radius: 4px;
}

.qdm-access-panel__contact {
	font-weight: 700;
	white-space: normal;
}

.qdm-development-page {
	padding: 34px 20px 54px;
	background: #fff;
	color: #121212;
}

.qdm-development-page__inner {
	width: min(100%, 760px);
	margin: 0 auto;
}

.qdm-development-page__promo {
	margin: 0 0 38px;
}

.qdm-development-page__promo a {
	display: block;
	border-radius: 6px;
	outline-offset: 5px;
	transition: transform .2s ease;
}

.qdm-development-page__promo a:hover {
	transform: translateY(-2px);
}

.qdm-development-page__promo img,
.qdm-development-page__tutorial img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.qdm-development-page__downloads,
.qdm-development-page__membership,
.qdm-development-page__tutorial {
	margin: 0;
	padding: 0 0 32px;
}

.qdm-development-page h1,
.qdm-development-page h2 {
	margin: 0 0 15px;
	color: #101010;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.35;
	text-wrap: pretty;
}

.qdm-development-page h1 {
	font-size: 24px;
}

.qdm-development-page h2 {
	font-size: 21px;
}

.qdm-development-page__downloads {
	border-bottom: 2px solid #111;
}

.qdm-development-page__link-group {
	display: grid;
	gap: 7px;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.65;
	word-break: break-all;
}

.qdm-development-page__link-group span {
	font-weight: 800;
}

.qdm-development-page__link-group a {
	color: #00684a;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.qdm-development-page__link-group a:hover {
	color: #004c36;
}

.qdm-development-page__membership {
	padding-top: 32px;
	border-bottom: 2px solid #111;
}

.qdm-development-page__membership p {
	margin: 0;
	font-size: 17px;
	line-height: 1.75;
	text-wrap: pretty;
}

.qdm-development-page__membership strong {
	color: #00684a;
	font-size: 20px;
}

.qdm-development-page__tutorial {
	padding-top: 32px;
}

.qdm-development-page a:focus-visible {
	outline: 3px solid #00684a;
}

.qdm-development-popup[hidden] {
	display: none !important;
}

.qdm-development-popup {
	position: fixed;
	inset: 0;
	z-index: 100001;
	display: grid;
	place-items: center;
	padding: 18px;
}

.qdm-development-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .62);
	backdrop-filter: blur(3px);
}

.qdm-development-popup__panel {
	position: relative;
	width: min(460px, 100%);
	max-height: min(780px, calc(100vh - 36px));
	overflow-y: auto;
	padding: 24px;
	border: 1px solid rgba(0, 104, 74, .3);
	border-radius: 8px;
	background: #fff;
	color: #111;
	box-shadow: 0 22px 62px rgba(0, 0, 0, .36);
}

.qdm-development-popup__close {
	position: absolute;
	top: 9px;
	right: 12px;
	padding: 0;
	border: 0;
	background: transparent !important;
	color: #111 !important;
	font-family: Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	box-shadow: none !important;
}

.qdm-development-popup__close:hover,
.qdm-development-popup__close:focus,
.qdm-development-popup__close:focus-visible,
.qdm-development-popup__close:active {
	background: transparent !important;
	color: #111 !important;
	outline: none;
	box-shadow: none !important;
	transform: none;
}

.qdm-development-popup__image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	border-radius: 5px;
}

.qdm-development-popup h2 {
	margin: 0 40px 14px 0;
	color: #111;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.25;
}

.qdm-development-popup__body {
	display: grid;
	gap: 12px;
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.65;
	text-wrap: pretty;
}

.qdm-development-popup__body p {
	margin: 0;
}

.qdm-development-popup__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.qdm-development-popup__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 14px;
	border: 2px solid #111;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}

.qdm-development-popup__button--primary {
	background: #111;
	color: #fff;
}

.qdm-development-popup__button--secondary {
	background: #fff;
	color: #111;
}

.qdm-development-popup__button:hover,
.qdm-development-popup__button:focus-visible {
	outline: 3px solid #00684a;
	outline-offset: 2px;
}

@media (max-width: 575px) {
	.qdm-access-panel {
		margin: 22px 0;
		padding: 22px 16px;
	}

	.qdm-access-panel h2 {
		font-size: 21px;
	}

	.qdm-development-page {
		padding: 24px 16px 42px;
	}

	.qdm-development-page__promo {
		margin-bottom: 28px;
	}

	.qdm-development-page h1 {
		font-size: 22px;
	}

	.qdm-development-page h2 {
		font-size: 19px;
	}

	.qdm-development-page__link-group,
	.qdm-development-page__membership p {
		font-size: 16px;
	}

	.qdm-development-popup__panel {
		padding: 20px 18px;
	}

	.qdm-development-popup__actions {
		grid-template-columns: 1fr;
	}

	.qdm-development-popup h2 {
		font-size: 23px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.qdm-development-page__promo a {
		transition: none;
	}
}
