.newsletter {
	padding: 100px 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.newsletter-block {
	width: 600px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

.newsletter-block-6 {
	width: 100%;
	height: 66px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: var(--light-uimats-green-primary-2098-a-1, #2098A1);
	backdrop-filter: blur(40px);
	color: var(--white, #FFF);
	text-align: center;
	font-family: Overpass;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.newsletter-block-6-letter {
	color: var(--white, #FFF);
	text-align: center;
	font-family: Overpass;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.newsletter-block-1 {
	color: var(--light-uimats-black-20-white-3-d-3-f-3-f, #3D3F3F);
	text-align: center;
	font-family: Overpass;
	font-size: 44px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.newsletter-block-2 {
	color: var(--light-uimats-black-40-white-6-d-6-f-6-f, #6D6F6F);
	text-align: center;
	font-family: Overpass;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 30px;
}

.newsletter-block-3, .newsletter-block-4, .newsletter-block-5 {
	width: 100%;
	height: 47px;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid var(--light-uimats-black-80-white-cecfcf, #CECFCF);
}

.newsletter-block-5 {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.newsletter-block-input {
	width: 100%;
	height: 100%;
	border: none;
}

.newsletter-link {
	color: rgb(58, 130, 198) !important;
}

.newsletter-update-desc {
	margin-top: 20px;
	color: var(--light-uimats-black-40-white-6-d-6-f-6-f, #6D6F6F);
	text-align: center;
	font-family: Overpass;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.newsletter-unsubscribe {
	margin-top: 50px;
	max-width: 600px;
	width: 100%;
	height: 66px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: var(--light-uimats-green-primary-2098-a-1, #2098A1);
	backdrop-filter: blur(40px);
	color: var(--white, #FFF);
	text-align: center;
	font-family: Overpass;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

@media screen and (max-width: 620px) {

	.newsletter-block {
		width: calc(100vw - 20px);
	}
}