.ktml-home-newsletter {
	padding: 76px 20px 90px;
	background: #fff;
}

.ktml-home-newsletter__inner {
	width: min(100%, 1170px);
	margin: 0 auto;
}

.ktml-home-newsletter__eyebrow {
	margin: 0 0 10px;
	color: #378bd4;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.ktml-home-newsletter h2 {
	margin: 0 0 34px;
	color: #20384a;
	font-size: clamp(36px, 5vw, 56px);
	line-height: 1.1;
	text-align: center;
}

.ktml-home-newsletter__box {
	max-width: 826px;
	margin: 0 auto;
	padding: 30px 32px 22px;
	border-top: 4px solid #378bd4;
	background: #fff;
	box-shadow: 0 3px 14px rgba(20, 48, 70, .14);
}

.ktml-home-newsletter__box h3 {
	margin: 0 0 10px;
	color: #20384a;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.25;
}

.ktml-home-newsletter__box p {
	margin: 0 0 20px;
	color: #3a8bd3;
	font-size: 16px;
	line-height: 1.6;
}

.ktml-home-newsletter__box .ktml-home-newsletter__lead {
	margin-bottom: 4px;
	color: #1f3555;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}

.ktml-home-newsletter__form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-top: 26px;
}

.ktml-home-newsletter__form input[type="email"] {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid #c8d3df;
	border-radius: 2px;
	background: #fff;
	color: #20384a;
	font: inherit;
}

.ktml-home-newsletter__form input[type="email"]:focus {
	border-color: #378bd4;
	outline: 2px solid rgba(55, 139, 212, .18);
	outline-offset: 1px;
}

.ktml-home-newsletter__form button {
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 11px 18px;
	border: 0;
	border-radius: 2px;
	background: #1f355f;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.ktml-home-newsletter__form button:hover,
.ktml-home-newsletter__form button:focus-visible {
	background: #378bd4;
}

.ktml-home-newsletter__box .ktml-home-newsletter__note {
	margin: 11px 0 0;
	color: #8390a2;
	font-size: 12px;
}

@media (max-width: 767px) {
	.ktml-home-newsletter {
		padding: 56px 16px 64px;
	}

	.ktml-home-newsletter h2 {
		margin-bottom: 26px;
	}

	.ktml-home-newsletter__box {
		padding: 24px 20px 18px;
	}

	.ktml-home-newsletter__form {
		grid-template-columns: 1fr;
	}
}
