html {
	transition: filter 0.5s 0s ease-in-out;
}

html,
body {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 10px;
	overflow-x: hidden;
	position: relative;
}

h1,
.h1 {
	font-size: 24px;
	line-height: 40px;
}

h2,
.h2 {
	font-size: 32px;
	line-height: 40px;
}

h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 400;
	font-variation-settings: "wght" 450;
	letter-spacing: 0.1rem;
	font-feature-settings: "palt";
	font-size: 1.9rem;
	line-height: 0;
	margin-bottom: 50px;
}

em {
	font-weight: bold;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

p {
	-webkit-margin-before: -2px;
	margin-block-start: -2px;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	-webkit-margin-start: 0px;
	margin-inline-start: 0px;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

ul {
	padding: 0;
}

ul li {
	padding-left: 0px;
	margin-bottom: 15px;
	list-style: none;
}

figure {
	margin: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {

h3,
.h3 {
	-webkit-font-smoothing: antialiased;
	font-variation-settings: "wght" 460;
}

}

@media screen and (min-width: 0) and (max-width: 640px) {

html,
body {
	overflow-x: auto;
	font-size: 14px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

h3,
.h3 {
	font-variation-settings: "wght" 460;
	font-weight: 400;
}

}

@media screen and (min-width: 1921px) and (max-width: 2560px) {

html {
	filter: brightness(97%);
}

}

