.sub-footer {
	padding: 20px 20px 40px 20px;
}
.btn-pink {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #D570A7;
	color: white;
	border: none;
	padding: 14px 32px;
	border-radius: 50px;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s, transform 0.1s;
	font-weight: 600;
}
.btn-pink .arrow {
	font-size: 16px;
}
.newsletter-box {
	margin: 0 auto;
	background: #48479E;
	border-radius: 20px;
	padding: 56px 48px;
	text-align: center;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.newsletter-box h2 {
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 800;
	color: #fff;
	margin-bottom: 12px;
}
.newsletter-box h2 span {
	color: white;
}
.newsletter-box > p {
	font-size: 16px;
	color: white;
	line-height: 20px;
	margin-bottom: 32px;
	width: 70%;
}
.newsletter-form-wrap {
	width: 100%;
}
.newsletter-form-wrap .wpcf7,
.newsletter-form-wrap .wpcf7-form {
	margin: 0;
	width: 100%;
}
.newsletter-fields {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
}
.newsletter-fields .wpcf7-spinner {
	display: none;
}
.newsletter-fields > .wpcf7-form-control-wrap {
	flex: 1;
	display: block;
}
.sub-footer input:not([type="submit"]),
.sub-footer select,
.sub-footer textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	padding: 15px 30px;
	border-radius: 500px;
	background-color: transparent;
	border: 1px solid #DA829C;
	color: white;
}
.newsletter-fields input[type="email"] {
	width: 100%;
	outline: none;
	transition: border-color 0.2s;
	box-sizing: border-box;
}
.newsletter-fields input[type="email"]::placeholder {
	color: white;
	opacity: 1;
}
.newsletter-fields input[type="email"]:focus {
	border-color: #DA829C;
}
.btn-newsletter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #DA829C;
	color: #fff;
	border: none;
	padding: 14px 24px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s;
}
.btn-newsletter:hover {
	background: #c96a87;
}
.newsletter-form-wrap .wpcf7-not-valid-tip {
	color: #ffd6d6;
	font-size: 12px;
	margin-top: 6px;
	text-align: left;
}
.newsletter-form-wrap .wpcf7-response-output {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 8px;
	padding: 10px 16px;
	margin-top: 16px;
	font-size: 13px;
}
footer#colophon {
	padding: 0 5%;
}
.footer-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	gap: 24px;
}
.footer-logo a {
	display: block;
}
img.logo-footer {
	height: 40px;
	width: auto;
	display: block;
	filter: brightness(0) invert(1);
}
.footer-nav ul {
	display: flex;
	gap: 32px;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}
.footer-nav ul li a {
	font-size: 14px;
	font-weight: 500;
	color: white;
	text-decoration: none;
	transition: color 0.2s;
	white-space: nowrap;
}
.footer-nav ul li a:hover {
	color: #fff;
}
.footer-nav ul#footer-menu-1 > li:last-child a {
	background: #DA829C;
	color: #fff;
	padding: 10px 24px;
	border-radius: 50px;
	font-weight: 600;
	transition: background 0.2s, transform 0.1s;
}
.footer-nav ul#footer-menu-1 > li:last-child a span{
	margin-left: 5px;
}
.footer-nav ul#footer-menu-1 > li:last-child a:hover {
	background: #c96a87;
	color: #fff;
	transform: translateY(-1px);
}
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 0 20px 0px;
}
.footer-brand, .footer-copy {
	font-size: 13px;
	font-weight: 600;
	color: white;
}
.footer-brand, .footer-copy {
	font-weight: 600;
}
.footer-legal ul {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-legal ul li a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
	text-decoration: none;
	transition: color 0.2s;
}
.footer-legal ul li a:hover {
	color: rgba(255, 255, 255, 0.7);
}
#menu-item-49{
	margin-right: 130px;
}
.footer-copy{
	margin-right: 50px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px){
	.footer-bottom {
		margin: 10px auto auto auto;
	}
}

@media screen and (max-width: 1024px) {
	.footer-main {
		flex-direction: column;
		gap: 24px;
		text-align: center;
	}
	#menu-item-49, .footer-copy {
		margin-right: 0px;
	}
	.footer-nav ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.newsletter-box {
		padding: 24px;
	}
	.newsletter-fields {
		flex-direction: column;
	}
	.newsletter-fields > .wpcf7-form-control-wrap, .newsletter-box > p {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.footer-nav ul {
		gap: 14px;
	}
	.footer-nav ul li a {
		font-size: 13px;
	}
	.footer-bottom {
		flex-direction: column-reverse;
		gap: 12px;
		text-align: center;
	}
	.footer-legal ul {
		flex-wrap: wrap;
		justify-content: center
		margin-top: 15px;
	}
	#menu-item-50{
		margin: 20px 0px;
	}
	#menu-item-229, .footer-bottom{
		margin-top: 20px;
	}
	.btn-newsletter {
	    width: 100%;
	}
}