.t12-pill {
	border-radius: 99px;
}

.sso-gate {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 20px;
}

.sso-gate__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	/* width: min(100%, 720px); */
	padding: 32px 24px;
}

.sso-gate__error {
	margin: 0;
	color: #b42318;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	white-space: pre-line;
}

.sso-gate__buttons {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.sso-gate__button {
	justify-content: space-between;
	padding: 14px 28px;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #111827;
	border: 0;
	transition: opacity 0.2s ease;
	cursor: pointer;
}

.sso-gate__button:hover {
	opacity: 0.9;
}

.sso-floating-logout {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 160;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 20px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.22);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.sso-floating-logout:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

.download-file-page {
	padding: 56px 0 96px;
}

.download-file-page__inner {
	max-width: 960px;
}

.download-file-page__intro {
	max-width: 720px;
}

.download-file-card {
	margin-top: 50px;
	padding: 32px;
	border: 1px solid #d9e1dc;
}

.download-file-card__top {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex-wrap: wrap;
}

.download-file-card__badge {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	height: 72px;
	background: #2f5d50;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.download-file-card__content {
	flex: 1 1 320px;
}

.download-file-card__button--primary {
	margin-left: auto;
	align-self: center;
}

.download-file-card__title {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.3;
	word-break: break-word;
}

.download-file-card__meta,
.download-file-card__help {
	margin: 0;
	color: #556169;
	line-height: 1.6;
}

.download-file-card__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 28px;
}

.download-file-card__button {
	display: inline-flex;
}

@media screen and (max-width: 767px) {
	.sso-floating-logout {
		right: 16px;
		bottom: 16px;
		min-height: 46px;
		padding: 12px 18px;
	}

	.download-file-page {
		padding: 48px 0 72px;
	}

	.download-file-card {
		padding: 24px;
	}

	.download-file-card__button--primary {
		margin-left: 0;
	}
}

.free_text figure.media{
	margin-top:20px;
}

.free_text figure.media:first-child{
	margin-top:auto;
}

.free_text .responsive_video{
	position:relative;
	width:100%;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
}

.free_text .responsive_video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}
