
* { box-sizing: border-box }

:root
{
	--color_dark: white;
	--color_mid: rgb(28, 28, 28);
	--color_light: rgb(190, 190, 190);
	--color_diff: rgb(222, 32, 75);
	--color_overlay: rgba(42,42,42, 0.9);

	--color_bg: rgb(60, 60, 60);

	--responsive_min_width: 900px;
}


body
{
	overflow: -moz-scrollbars-vertical; 
	overflow-y: visible;

	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0;
	border: 0px;

	font-size: 1em;
	line-height: 1.6;
	font-weight: 400;
	font-family: century-gothic, sans-serif;
	color: var(--color_mid);
	background-color: var(--color_bg);
	scroll-behavior: smooth;
}

@media screen and (min-width: 800px)
{
	::-webkit-scrollbar {
	  width: 14px;
	}

	
	::-webkit-scrollbar-track {
	  background: var(--color_bg); 
	}
	
	
	::-webkit-scrollbar-thumb {
	  background: var(--color_diff);
	}

	
	::-webkit-scrollbar-thumb:hover {
	  background: var(--color_diff); 
	}
}


input
{
	width: 80%;
	padding: 16px;
	margin: 5px;
	border: 0px solid white;
	border-radius: 0px;
	background: var(--color_light);
	color: var(--color_dark);
	font-size: 15px;
}

input:focus
{
    outline: none !important;
    border:0px solid var(--color_diff);
}

button
{
	padding: 14px 38px;
	border: 2px solid white;
	background: none;
	color: white;
	font-weight: bold;
	font-size: min(3vw, 20px);
	line-height: min(3vw, 20px);
	cursor: pointer;
	transition: all 0.4s ease;
	margin: 0;
	border-radius: 20px;
}

button:hover
{
	background: var(--color_diff);
	color: var(--color_mid);
	border: 2px solid var(--color_diff);
}

button:disabled
{
	opacity: 0.5;
	cursor: default;
}

.nhaa
{
	padding: 10px 28px;
	border: 2px solid white;
	background: none;
	color: white;
	font-weight: bold;
	font-size: min(3vw, 17px);
	line-height: min(3vw, 20px);
	cursor: pointer;
	transition: all 0.4s ease;
	margin: 0;
	border-radius: 18px;
}

.nhaa:hover
{
	background: var(--color_diff);
	color: var(--color_mid);
	border: 2px solid var(--color_diff);
}


.hhaa
{
	background-color: var(--color_mid);
	background-image: url('head2.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: scroll;	
    width:100%;
}


.khaa
{	
	height: 100vh;
	margin: 0;
}

.ihaa
{	
	color: white;
	position: relative; 
    bottom: 0%;
	padding: 20px 0px 40px 0px;
}


.ohaa
{
	display: inline-block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: min(12vw, 110px);
	line-height: min(12vw, 110px);
}


.fiaa
{
	display: block;
	color: var(--color_diff);
	margin: 0px 0px 50px 0px;
	padding: 0;
	font-size: min(4vw, 30px);
	line-height: min(4vw, 30px);
}


.uhaa
{
	box-sizing: border-box;
	display: none;
	position: fixed;
	z-index: 110;
	width: 90vw;
	max-width: 500px;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--color_mid);
	box-shadow: 4px 4px 6px black;
	margin: 0;
	border: 1px solid black;

	overflow: hidden;
	text-align: center;
	text-wrap: normal;
}

.vhaa
{
	width: 50%;
	padding-bottom: 0;
	margin: 0;
}

.ehaa
{
	display: none;
}

.dhaa
{
	display: block;
}

#rbaa
{
	display: none;
	position: fixed;
	inset: 0;
	z-index: 109;
	background: var(--color_overlay);
	
}


.thaa
{
	display: block;
	transition: all 0.4s ease;
	padding: 1% 1% 1% 1%;
	margin: 0;
	font-size: 18px;
	color: white;
}

@media only screen and (min-width: 900px)
{
	.thaa:hover
	{
		cursor: pointer;
		color: var(--color_diff);
	}
}

.wgaa
{
	font-size: 16px;
	text-decoration: none;
	color: var(--color_mid);
	background: var(--color_diff);
	padding: 4px 16px 4px 16px;
	border-radius: 0px;
	font-weight: 999;
	white-space: nowrap;
	display: inline-block;
	margin: 0px 6px 0px 6px;
	transition: all 0.6s ease;
	cursor: pointer;
}


	.wgaa:hover
	{
		background: var(--color_dark);
		color: var(--color_mid);
		cursor: pointer;
		text-decoration: none;
	}

.xgaa
{
	font-size: 16px;
	text-decoration: none !important;
	color: var(--color_mid);
	background-color: black;
	padding: 4px 16px 4px 16px;
	border-radius: 0px;
	font-weight: 999;
	white-space: nowrap;
	display: inline-block;
	margin: 0px 6px 0px 6px;
	transition: all 0.6s ease;
	cursor: default;
}

#sbaa
{
	text-align: left;
	display: inline-block;
	padding: 0;
	margin: 0;
}



.ghaa {
	position: relative;
	display:block;
	margin:30px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	width: 80vw;
	max-width: 600px !important;
	outline: none;
	border: 0px white solid;
	font-size: min(3.5vw, 16px);
	line-height: min(3.5vw, 16px);
  }
  
  
  .ghaa select {
	text-align: center;
	width:100%;
	margin:0;
	background: var(--color_diff);
	border: 0px solid var(--color_light);
	outline: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	appearance: none;
	-webkit-appearance: none;
	
	font-size:1.25em;
	
	
	color: white;
	padding: .6em 1.9em .5em .8em;
	line-height:1.3;
  }

  .ghaa::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 8px;
	top: 50%;
	right: 1em;
	margin-top:-4px;
	z-index: 2;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='white' points='8,12 0,0 16,0'/%3E%3C/svg%3E") 0 0 no-repeat;  
	
	pointer-events:none;
  }
  
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ghaa select::-ms-expand {
	  display: none;
	}
	
	select:focus::-ms-value {
	  background: transparent;
	  color: #222;
	}
  }
  
  
  
  body:last-child .ghaa::after, x:-moz-any-link {
	display: none;
  }
  
  body:last-child .ghaa select, x:-moz-any-link {
	padding-right: .8em;
  }
  
  
  
  
  
  _::-moz-progress-bar, body:last-child .ghaa {
	overflow: hidden;
  }
  
  _::-moz-progress-bar, body:last-child .ghaa:after {
	display: block;
  }
  _::-moz-progress-bar, body:last-child .ghaa select {
	
	padding-right: 1.9em;
	
	-moz-appearance: window;
	text-indent: 0.01px;
	text-overflow: "";
	
	width: 110%;
  }
  
  
  
  
  
  
  _::-moz-progress-bar, body:last-child .ghaa select:focus {
	outline: 0px solid rgba(180,222,250, .7);
  }
  
  
  
  x:-o-prefocus, .ghaa::after {
	display:none;
  }
  
  
  
  .ghaa:hover {
	border:0px solid #888;
  }
  
  
  select:focus {
	outline:none;
	box-shadow: none !important;
	background-color:var(--color_diff);
	color: white;
	border: 0px solid var(--color_light);
  }

  select:focus *
  {
	background-color:var(--color_mid);
  }
  
  
  
  select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
  }
  
  option {
	font-weight:normal;
  }

  .vgaa {
	border: 0px solid #bbb;
	box-shadow: 0 0px 0 0px rgba(0,0,0,.04);
	background: #f3f3f3; 
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
  }

  .eiaa
  {
	color: var(--color_diff);
	margin: 20px 0 20px 0;
	font-weight: bold;
	font-size: 15px;
  }