:root {
	--base-black-color: #000000;
	--base-white-color: #ffffff;
	--base-open-sans: Open Sans, sans-serif;
	--base-border-color: #f5f5f5;
	--base-text-color: #141414;
	--template-one-primary-color: #E5792B;
	--template-one-secondary-color: #141414;
	--template-one-text-color: #707070;
	--template-two-primary-color: #6FB644;
	--template-two-secondary-color: #141414;
	--template-two-text-color: #707070;
	--template-three-primary-color: #294F97;
	--template-three-secondary-color: #141414;
	--template-three-text-color: #707070;
	--template-four-primary-color: #db3529;
	--template-four-secondary-color: #141414;
	--template-four-text-color: #707070;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-family: var(--base-open-sans);
	font-size: 1.6rem;
	color: var(--base-text-color);
}

@media screen and (max-width: 1400px) {
	html {
		font-size: 55%;
	}
	.container {
		max-width: 100%;
		padding: 0 4rem;
	}
}

@media screen and (max-width: 1400px) {
	html {
		font-size: 50%;
	}
}

@media screen and (max-width: 900px) {
	html {
		font-size: 40%;
	}
	.container {
		max-width: 100%;
		padding: 0 3rem;
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 30%;
	}
	.container {
		max-width: 100%;
		padding: 0 3.9rem;
	}
}

.wrapper .login_icon a svg {
	width: 100%;
	height: 100%;
}

.wrapper {
	position: relative;
}

.wrapper_overlay, .wrapper .uc_image {
	position: absolute;
	top: 0;
	left: 0;
}

.wrapper {
	padding: 10rem 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper_overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.wrapper .uc_image img {
	display: block;
	object-fit: cover;
}

.wrapper .login_icon {
	position: absolute;
	top: 10%;
	right: 5%;
	transform: translateY(-50%);
	z-index: 9999;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	border: 1px solid var(--base-white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s;
}

.wrapper .login_icon a {
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex !important;
	padding: 1rem;
}

.wrapper .login_icon:hover {
	transform: translateY(-50%) scale(1.2);
}

.template_wrapper {
	display: flex;
	align-items: flex-start;
}

.default_template {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
	max-width: 92rem;
	margin: 0 auto;
}

.default_template-logo {
	margin-bottom: 6rem;
}

.default_template-logo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.default_template-heading {
	margin-bottom: 3rem;
}

.default_template-heading .main_title {
	font-size: 6.5rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: var(--template-one-primary-color);
	overflow: visible;
}

.default_template-text {
	margin-bottom: 8rem;
}

.default_template-text p {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	color: var(--base-white-color);
}

.default_template-icons .social_media {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	list-style: none;
}

.default_template-icons .social_media_icon a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.2rem;
	border: 1px solid transparent;
	border-radius: 0.4rem;
	text-align: center;
	text-decoration: none;
	color: var(--base-white-color);
	font-size: 18px;
	transition: all .2s;
	border-radius: 50%;
}

.default_template-icons .social_media_icon a:hover {
	transform: scale(1.1);
}

.text_logo {
	width: auto !important;
}

.site_logo_text {
	font-size: 3rem;
	line-height: 1.5;
	color: #ffffff;
}

@media screen and (max-width: 1600px) {
	html {
		font-size: 8px;
	}
	-heading {
		margin-bottom: 3rem;
	}
	-heading .main_title {
		font-size: 5rem;
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 5px;
	}
	.wrapper {
		padding: 0 5rem;
		height: calc(100vh - 3rem);
		overflow: hidden;
	}
}
