body,
.vlt-main {
	background: #ffffff;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

:root {
	--p1: #c3323a;
	--pf: Inter;
}

::selection {
	color: #ffffff !important;
	background-color: #c3323a !important;
}

::-moz-selection {
	color: #ffffff !important;
	background-color: #c3323a !important;
}

body {
	font-family: Inter;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	text-transform: none;
	color: #5c5c5c;
}

h1,
.h1 {
	font-family: Inter;
	font-size: 3.625rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.15;
	text-transform: none;
	color: #101010;
}

h2,
.h2 {
	font-family: Inter;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.4;
	text-transform: none;
	color: #101010;
}

h3,
.h3 {
	font-family: Inter;
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.4;
	text-transform: none;
	color: #101010;
}

h4,
.h4 {
	font-family: Inter;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.4;
	text-transform: none;
	color: #101010;
}

h5,
.h5 {
	font-family: Inter;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.4;
	text-transform: none;
	color: #101010;
}

h6,
.h6 {
	font-family: Inter;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.55;
	text-transform: none;
	color: #101010;
}

blockquote {
	font-family: Inter;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.4;
	text-transform: none;
}

.vlt-btn {
	font-family: Inter;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 1.7;
	text-transform: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea,
select {
	font-family: Inter;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	text-transform: none;
}

label {
	font-family: Inter;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-transform: none;
}

.vlt-widget__title {
	font-family: Inter;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.4;
	text-transform: none;
}