.agk-newsletter,
.agk-newsletter-form {
	width: 100%;
	min-width: 0;
}

.agk-newsletter-form {
	position: relative;
	margin: 0 !important;
}

.agk-newsletter-form__row {
	display: flex !important;
	width: 100%;
	min-width: 0;
	align-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(120, 180, 220, .65);
	border-radius: 4px;
	background: rgba(12, 38, 61, .3);
}

.agk-newsletter-form__row > label {
	display: block !important;
	min-width: 0;
	flex: 1 1 auto;
	margin: 0 !important;
}

.agk-newsletter-form input[type="email"] {
	box-sizing: border-box;
	display: block;
	width: 100% !important;
	min-width: 0;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	background: transparent !important;
	color: #fff !important;
	font: inherit;
	line-height: 52px;
	text-align: left !important;
}

.agk-newsletter-form input::placeholder {
	color: rgba(255, 255, 255, .78);
}

.agk-newsletter-form__row > button {
	display: flex !important;
	width: 150px !important;
	min-width: 150px !important;
	height: 52px !important;
	min-height: 52px !important;
	flex: 0 0 150px;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #102b43 !important;
	font-size: .72rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.agk-newsletter-form__row > button:hover,
.agk-newsletter-form__row > button:focus-visible {
	background: #eef3f8 !important;
}

.agk-newsletter-form input:focus-visible,
.agk-newsletter-form__row > button:focus-visible {
	outline: 3px solid rgba(120, 180, 220, .8);
	outline-offset: -3px;
}

.agk-newsletter-form__field {
	position: relative;
}

.agk-newsletter-form__consent {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	width: 100%;
	margin: 0;
	color: rgba(255, 255, 255, .92);
	font-size: .76rem;
	line-height: 1.45;
	text-align: left;
}

.agk-newsletter-form__consent a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.agk-newsletter-hp {
	position: absolute;
	left: -9999px;
}

.agk-newsletter-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(4, 19, 31, .72);
}

.agk-newsletter-modal__dialog {
	position: relative;
	width: min(100%, 470px);
	box-sizing: border-box;
	padding: 38px 40px 34px;
	border-radius: 8px;
	background: #fffdf9;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
	color: #102b43;
	text-align: center;
}

.agk-newsletter-modal__dialog h2 {
	margin: 0 0 10px;
	color: #102b43;
	font-size: clamp(1.65rem, 4vw, 2.2rem);
}

.agk-newsletter-modal__dialog p {
	margin: 0;
	color: #445b6d;
}

.agk-newsletter-modal__close {
	position: absolute;
	top: 8px;
	right: 11px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: #102b43;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}
.agk-newsletter-modal__close:focus-visible {
	outline: 2px solid #1472c4;
	outline-offset: 2px;
}
.agk-newsletter-modal__dialog:focus {
	outline: 0;
}

.agk-newsletter-modal.is-error .agk-newsletter-modal__dialog {
	border-top: 4px solid #a64b3c;
}

.agk-newsletter-status {
	width: min(760px, calc(100% - 40px));
	margin: 64px auto;
	padding: 36px;
	border: 1px solid #c9d9e7;
	border-radius: 10px;
	background: #fff;
	color: #102b43;
}

.agk-newsletter-status h1 {
	margin-top: 0;
}

@media (max-width: 520px) {
	.agk-newsletter-form__field {
	position: relative;
}

.agk-newsletter-form__consent {
		position: static;
		margin-top: 12px;
	}

	.agk-newsletter-form__row {
		flex-direction: column;
	}

	.agk-newsletter-form__row > button {
		width: 100% !important;
		min-width: 0 !important;
		flex-basis: 52px;
		border-top: 1px solid rgba(255, 255, 255, .35) !important;
	}

	.agk-newsletter-modal__dialog {
		padding: 34px 22px 28px;
	}

	.agk-newsletter-status {
		padding: 26px 22px;
	}
}