/* Integrated homepage newsletter control. */
.portal-home .portal-newsletter{
	min-height:0;
	margin-block:22px 16px;
	padding:18px 22px;
	display:grid;
	grid-template-columns:52px minmax(260px,1fr) minmax(430px,620px);
	gap:18px;
	align-items:center;
	border:1px solid #cbdff5;
	border-radius:14px;
	background:linear-gradient(110deg,#f4f8ff 0%,#edf5ff 58%,#f8fbff 100%);
	box-shadow:0 10px 30px rgba(28,79,137,.07);
}
.portal-home .portal-newsletter .mail-icon{
	width:48px;
	height:48px;
	background:#dceaff;
	color:#155fc9;
}
.portal-home .portal-newsletter .mail-icon .mm-icon{width:23px;height:23px}
.portal-home .portal-newsletter h2{font-size:23px;line-height:1.15;letter-spacing:-.02em}
.portal-home .portal-newsletter>div>p{margin-top:5px;color:#526b84;font-size:12px;line-height:1.45}
.portal-home .portal-newsletter form{width:100%;max-width:620px;justify-self:end;gap:7px}
.portal-home .newsletter-fields{
	dis:grid;
	grid-template-columns:minmax(0,1fr) auto;
	padding:4px;
	border:1px solid #b9cfe8;
	border-radius:10px;
	background:#fff;
	box-shadow:0 4px 14px rgba(23,76,137,.05);
	transition:border-color .18s ease,box-shadow .18s ease;
}
.portal-home .newsletter-fields:focus-within{border-color:#2972d3;box-shadow:0 0 0 3px rgba(41,114,211,.14)}
.portal-home .portal-newsletter input[type=email]{
	width:100%;
	min-height:42px;
	padding:8px 12px;
	border:0;
	border-radius:7px;
	background:transparent;
	color:#102d4d;
	font-size:14px;
	line-height:1.4;
	box-shadow:none;
}
.portal-home .portal-newsletter input[type=email]:focus{outline:0}
.portal-home .portal-newsletter .button{
	min-height:42px;
	padding:8px 19px;
	border-radius:7px;
	font-size:13px;
	white-space:nowrap;
}
.portal-home .portal-newsletter .button:disabled{cursor:wait;opacity:.7}
.portal-home .newsletter-consent{
	display:grid;
	grid-template-columns:17px minmax(0,1fr);
	gap:7px;
	align-items:start;
	margin:0 4px;
	color:#52677f;
	font-size:11px;
	line-height:1.45;
	cursor:pointer;
}
.portal-home .newsletter-consent input{
	position:static;
	width:16px;
	height:16px;
	min-height:16px;
	margin:1px 0 0;
	accent-color:#1d67cf;
	cursor:pointer;
}
.portal-home .newsletter-consent span{display:block;color:inherit}
.portal-home .newsletter-status{min-height:0!important;margin:0 4px!important;font-size:11px!important;line-height:1.4}
.portal-home .newsletter-status:empty{display:none}
.portal-home .newsletter-status:not(:empty){display:block;padding-top:2px}
.portal-home .newsletter-status a{display:inline-flex;min-height:28px;align-items:center}
@media(max-width:980px){
	.portal-home .portal-newsletter{grid-template-columns:48px 1fr;padding:18px 20px}
	.portal-home .portal-newsletter form{grid-column:1/-1;max-width:none;justify-self:stretch}
}
@media(max-width:600px){
	.portal-home .portal-newsletter{grid-template-columns:1fr;gap:12px;padding:18px 16px}
	.portal-home .portal-newsletter .mail-icon{display:none}
	.portal-home .newsletter-fields{grid-template-columns:1fr;padding:4px}
	.portal-home .portal-newsletter .button{width:100%;margin:4px 0 0}
	.portal-home .newsletter-consent{margin-inline:2px;font-size:10px}
}
@media(prefers-reduced-motion:reduce){.portal-home .newsletter-fields{transition:none}}
