/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2025 | 13:19:08 */
.hsf-newsletter-footer {
	position: relative;
}
.hsf-newsletter-footer .legal-consent-container .hs-form-booleancheckbox-display p {
	color: #A4A3A6;
	font-size: 12px;
}
.hsf-newsletter-footer .legal-consent-container .hs-form-booleancheckbox-display p a {
	color: #A4A3A6;
	font-weight: 600;
}
.hsf-newsletter-footer .legal-consent-container ul.inputs-list {
	padding-left: 0px;
}
.hsf-newsletter-footer .legal-consent-container ul.inputs-list li {
	list-style: none;
}
.hsf-newsletter-footer .legal-consent-container ul.inputs-list li input {
	margin-top: 5px;
}
.hsf-newsletter-footer .input .hs-input {
	border-radius: 50px;
	font-size: 16px;
	padding: 12px 24px;
	background-color: #ffffff20;
	color: #ffffff;
	border: 0px;
	width: 95%;
}
.hsf-newsletter-footer input ::placeholder {
	color: #ffffff;
}
.hsf-newsletter-footer .hs-button {
	border-radius: 50px;
	font-size: 16px;
	padding: 12px 84px 10px 24px;
	background-color: #ffffff;
	border: 0px;
	font-weight: 600;
	background-image: url('/wp-content/uploads/2022/12/button-arrow-icon-dark.svg');
	background-repeat: no-repeat;
	background-position: 88% center;
	text-align: left;
	width: 100%;
	color: #1B1820
}
.hsf-newsletter-footer .actions {
	width: 100%;
}
.hsf-newsletter-footer .hs_email {
	width: 70%;
	margin-top: 5px;
}
.hsf-newsletter-footer .hs_submit {
	transition: all .25s;
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	min-width: 150px;
}
/* Error Message */
.hsf-newsletter-footer .hs-error-msgs {
	margin: 0px !important;
	padding: 0;
	list-style: none;
}
.hsf-newsletter-footer .hs-error-msgs li {
	color: #ffffff !important;
	position: relative;
	font-size: 12px;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
	margin-left: 25px !important;
	line-height: 1.2;
	color: #A4A3A6
}
.hsf-newsletter-footer .input .hs-form-booleancheckbox-display .hs-input {
	width: inherit;
}
@media screen and (max-width: 770px) {
	.hsf-newsletter-footer .hs_email {
		width: calc(100% - 155px);
	}
	.hsf-newsletter-footer .hs_submit {
		width: 135px;
	}
}
.hsf-newsletter-footer .hs_submit:hover {
 	width: 30.5%;
}
.hsf-newsletter-footer .hs-button[type="submit"]:hover {
	min-width: 160px;
	background-color: #8b4aff;
	opacity: 1;
	color: #fff;
	background-image: url('/wp-content/uploads/2022/12/button-arrow-icon.svg');
}