:root {
	--turuncu: #ec671a;
	--lacivert: #15375d;
}
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}::-webkit-scrollbar {
	width: 2px;
}::-webkit-scrollbar-track {
	background: #333;
}::-webkit-scrollbar-thumb {
	background: #ddd;
}::-webkit-scrollbar-thumb:hover {
	background: #333;
}::selection {
    background: #e79e4a;
    text-shadow: none;
    color: #202020;
}
body, html {
	position: relative;
	font-family: 'Outfit', sans-serif;
    font-style: normal;
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
	color: #555;
	width: 100%;
	background-color: #FFF;
	opacity: 0;
}

a {
	text-decoration: none;
	color: inherit;
}a:hover {
	cursor: pointer;
}

.border {
	border: 1px solid #FF0032;
}.relative {
	position: relative;
}.fcc {
	display: flex;
	justify-content: center;
	align-items: center;
}.fcl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}.fcr {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}.fbr {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}.fct {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}.ftr {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}.frb {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}.image_contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
}.image_cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}.sw {
	width: 1400px;
	margin: auto;
}#loading {
	position: fixed;
	inset: 0;
	background-color: #f5f5f5;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
}#loading svg {
	width: 400px;
}


@media only screen and (max-width: 1200px) {
	
}



@media only screen and (max-width: 900px) {
	
}