@import url("./typography.css");

body,
html {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-display: swap;
	font-weight: 700;
}

h1 {
	font-size: 48px;
	line-height: 130%;
	letter-spacing: 0px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
}

h2 {
	font-size: 34px;
	line-height: 130%;
	letter-spacing: 0px;
}

@media (max-width: 767px) {
	h2 {
		font-size: 24px;
		text-align: left;
	}
}

h3 {
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0px;
}

@media (max-width: 767px) {
	h3 {
		font-size: 20px;
	}
}

h4 {
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0px;
}

@media (max-width: 767px) {
	h4 {
		font-size: 18px;
	}
}

h5 {
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0px;
}

@media (max-width: 767px) {
	h5 {
		font-size: 16px;
	}
}

h6 {
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0px;
}

@media (max-width: 767px) {
	h6 {
		font-size: 14px;
	}
}

@media only screen and (min-width: 801px) {
	.mobile-only {
		display: none !important;
	}
}

@media only screen and (max-width: 800px) {
	.desktop-only {
		display: none !important;
	}
}

.editor-styles-wrapper {
	font-family: "Poppins", Arial, sans-serif;
	font-display: swap;
}

*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

html {
	scroll-behavior: smooth;
}

body {
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", Arial, sans-serif;
	font-display: swap;
	color: #1d2327;
}

body.menu-active {
	overflow: hidden;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

main {
	position: relative;
}

a {
	color: inherit;
	text-decoration: none;
}

.container {
	max-width: 1140px !important;
	margin: 0 auto;
	padding: 0 16px;
}

.footer {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 20px 0;
}

.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.footer ul {
	list-style: none;
	padding: 0;
}

.footer li {
	display: inline-block;
	margin: 0 2px;
}

.footer a {
	height: 30px;
	width: 30px;
	padding: 5px;
	color: #fff;
	opacity: 100;
	display: block;
	transition: all 0.2s;
}

.footer a:hover {
	color: #f48120;
	opacity: 100;
}

.footer svg {
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.footer .container {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
}

.error404 {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.error404 main {
	flex: 1;
}

.error404 .page-2tm {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	height: 100%;
	text-align: center;
}

.error404 .page-2tm h1 {
	color: #000;
	font-size: 32px;
	line-height: 1.1875em;
	text-align: center;
}

.error404 .page-2tm p {
	color: #121212;
	font-size: 20px;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
}

.error404 .page-2tm img {
	margin: 20px 0;
}

.error404 .page-2tm > .container {
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
	padding: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.error404 .page-2tm > .container .button {
	display: block;
	text-align: center;
	padding: 20px 40px;
	border-radius: 8px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	background-color: #ef4723;
	color: #fff;
	margin-bottom: 20px;
}
